:root{--brand-primary: #3E3A66;--brand-primary-hover: #5A567C;--brand-bg: #F2F3F7;--brand-border: #C9CBD6;--brand-text: #2F3142;--brand-accent: #F28C28;--brand-accent-hover: #E07B20;--brand-accent-soft: #FFF1E3}.auth-page{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:5rem 1rem;background:var(--brand-bg, #F2F3F7);margin:-3rem calc(50% - 50vw);width:100vw;position:relative;overflow:hidden}.auth-page:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3e3a66,#5a567c,#3e3a66)}.auth-card{width:100%;max-width:520px;background:#fff;border-radius:20px;box-shadow:0 20px 60px #3e3a661f,0 4px 20px #3e3a660f;padding:2.5rem 2.25rem;border:1px solid rgba(62,58,102,.06)}.auth-card-header{text-align:center;margin-bottom:2rem}.auth-card-logo{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background:linear-gradient(135deg,#3e3a66,#5a567c);border-radius:16px;margin-bottom:1rem;box-shadow:0 8px 24px #3e3a6640}.auth-card-logo i{font-size:1.75rem;color:#fff}.auth-card-title{font-size:1.5rem;font-weight:700;color:#3e3a66;margin:0 0 .35rem;letter-spacing:-.02em}.auth-card-subtitle{font-size:.95rem;color:#64748b;margin:0}.auth-form-group{margin-bottom:1.35rem}.auth-form-label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:#3e3a66;margin-bottom:.5rem}.auth-form-label .ti{font-size:1.1rem;opacity:.9}.auth-form-group .form-control{border:2px solid #e2e8f0;border-radius:12px;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}.auth-form-group .form-control::-moz-placeholder{color:#94a3b8}.auth-form-group .form-control::placeholder{color:#94a3b8}.auth-form-group .form-control:focus{border-color:#3e3a66;box-shadow:0 0 0 4px #3e3a661f;outline:none}.auth-form-group .form-control.is-invalid{border-color:#ef4444}.auth-form-group .form-control.is-invalid:focus{box-shadow:0 0 0 4px #ef44441f}.auth-form-group select.form-control,.auth-form-group .form-select,.auth-form-group select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23322E59' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:18px;padding-right:2.75rem;border:2px solid #e2e8f0;border-radius:12px;padding:.75rem 1rem;font-size:1rem;color:#3e3a66;width:100%}.auth-form-group .invalid-feedback{font-size:.85rem;margin-top:.35rem}.auth-radio-group{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.auth-radio-card{position:relative;display:flex;flex-direction:column;align-items:center;padding:1.25rem 1rem;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.auth-radio-card:hover{border-color:#3e3a664d;background:#3e3a6608}.auth-radio-card:has(input:checked){border-color:#3e3a66;background:#3e3a660f;box-shadow:0 0 0 4px #3e3a661f}.auth-radio-card input{position:absolute;opacity:0;pointer-events:none}.auth-radio-card__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#3e3a6614;border-radius:12px;margin-bottom:.75rem;color:#3e3a66;font-size:1.5rem;transition:background .2s ease,color .2s ease}.auth-radio-card:has(input:checked) .auth-radio-card__icon{background:linear-gradient(135deg,#3e3a66,#5a567c);color:#fff}.auth-radio-card__title{font-weight:600;font-size:.95rem;color:#3e3a66;margin-bottom:.25rem}.auth-radio-card__desc{font-size:.8rem;color:#64748b;text-align:center;line-height:1.35}@media (max-width: 480px){.auth-radio-group{grid-template-columns:1fr}}.auth-form-submit{width:100%;padding:.9rem 1.5rem;font-size:1rem;font-weight:600;background:linear-gradient(135deg,#f28c28,#e07b20);border:none;border-radius:12px;color:#fff;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;margin-top:.5rem}.auth-form-submit:hover{transform:translateY(-2px);box-shadow:0 8px 24px #f28c2859}.auth-form-submit:active{transform:translateY(0)}.auth-alert{padding:1rem 1.25rem;border-radius:12px;margin-bottom:1.5rem;font-size:.9rem}.auth-alert-danger{background:#ef44441a;border:1px solid rgba(239,68,68,.25);color:#b91c1c}.auth-alert-danger ul{margin:.5rem 0 0 1.25rem;padding:0}.auth-divider{text-align:center;margin:1.75rem 0;color:#94a3b8;font-size:.9rem}.auth-divider--small{margin:.75rem 0 0;font-size:.85rem}.auth-divider a,.auth-card a{color:#3e3a66!important;font-weight:600;text-decoration:none;transition:color .2s ease}.auth-divider a:hover,.auth-card a:hover{color:#5a567c!important}.auth-footer-link{display:block;text-align:center;margin-top:1.5rem;font-size:.95rem;color:#64748b;text-decoration:none;transition:color .2s ease}.auth-footer-link:hover{color:#3e3a66}.auth-footer-link i{font-size:.85em;margin-right:.25rem;vertical-align:middle}
