*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100%}body.auth-page{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.5;color:#334155;background:#f8f9fb}.auth-page__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;background:radial-gradient(circle at 15% 20%,rgba(0,91,129,.08),transparent 45%),radial-gradient(circle at 85% 80%,rgba(0,91,129,.06),transparent 40%),linear-gradient(160deg,#f8f9fb,#eef3f7)}.auth-page__main{position:relative;z-index:1;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem}.auth-card{width:100%;max-width:420px;background:#fff;border-radius:16px;box-shadow:0 8px 32px #00000014;border-top:3px solid var(--color-primary, #005b81);padding:2rem 1.75rem 1.5rem}.auth-card__logo{display:flex;justify-content:center;margin-bottom:1.25rem}.auth-card__logo img{max-height:56px;width:auto;max-width:100%}.auth-card__title{margin:0 0 .35rem;font-size:1.25rem;font-weight:600;color:#1a202c;text-align:center}.auth-card__subtitle{margin:0 0 1.5rem;font-size:.875rem;color:#64748b;text-align:center;line-height:1.55}.auth-alert{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem .9rem;border-radius:10px;font-size:.8125rem;margin-bottom:1rem}.auth-alert ul{margin:0;padding-left:1rem}.auth-alert p{margin:0}.auth-alert--success{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.auth-alert--danger{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.auth-field{margin-bottom:1rem}.auth-field__label{display:block;margin-bottom:.35rem;font-size:.8125rem;font-weight:500;color:#475569}.auth-field__control{position:relative;display:flex;align-items:center}.auth-field__input{width:100%;padding:.65rem 2.75rem .65rem 1rem;font-family:inherit;font-size:.875rem;color:#1e293b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.auth-field__input:focus{border-color:var(--color-primary, #005b81);background:#fff;box-shadow:0 0 0 3px #005b811f}.auth-field__input:invalid:not(:placeholder-shown){border-color:#f87171}.auth-field__icon{position:absolute;right:1rem;color:#94a3b8;font-size:.9rem;pointer-events:none}.auth-field__toggle{position:absolute;right:.65rem;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:none;border-radius:50%;background:transparent;color:#64748b;cursor:pointer;transition:color .2s ease,background .2s ease}.auth-field__toggle:hover{color:var(--color-primary, #005b81);background:#005b8114}.auth-field__toggle:focus-visible{outline:2px solid var(--color-primary, #005b81);outline-offset:2px}.auth-submit{display:block;width:100%;margin-top:.5rem;padding:.7rem 1.25rem;font-family:inherit;font-size:.9375rem;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--color-primary, #005b81),var(--gradient-start, #004165));border:none;border-radius:999px;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease,opacity .2s ease;box-shadow:0 4px 14px #005b8140}.auth-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 18px #005b814d}.auth-submit:disabled{opacity:.7;cursor:not-allowed}.auth-links{margin-top:1.25rem;text-align:center}.auth-links a{color:var(--color-primary, #005b81);font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s ease}.auth-links a:hover{color:var(--gradient-start, #004165);text-decoration:underline}.auth-page__footer{margin-top:1.5rem;text-align:center}.auth-page__home-link{display:inline-block;margin-bottom:.5rem;font-size:.8125rem;font-weight:500;color:#64748b;text-decoration:none;transition:color .2s ease}.auth-page__home-link:hover{color:var(--color-primary, #005b81)}.auth-page__credit{margin:0;font-size:.75rem;color:#94a3b8}.auth-page__credit a{color:#64748b;text-decoration:none}.auth-page__credit a:hover{color:var(--color-primary, #005b81)}@media(max-width:576px){.auth-card{width:92%;padding:1.5rem 1.25rem 1.25rem}.auth-page__main{padding:1.5rem .75rem}}
