body{color:#e7e8ea;background:#0f1115;padding:2rem;font-family:system-ui,sans-serif}.app{max-width:720px;margin:0 auto}.app-header{justify-content:space-between;align-items:center;gap:1rem;display:flex}.auth-layout{justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.auth-card{background:#1a1d24;border:1px solid #2a2f3a;border-radius:12px;width:100%;max-width:380px;padding:2rem;box-shadow:0 12px 32px #00000059}.auth-logo{width:96px;height:auto;margin:0 auto 1rem;display:block}.auth-heading{text-align:center;margin:0 0 .25rem;font-size:1.4rem}.auth-subheading{text-align:center;color:#9aa0ac;margin:0 0 1.25rem;font-size:.9rem}.auth-form{flex-direction:column;gap:.875rem;display:flex}.auth-field{flex-direction:column;gap:.25rem;font-size:.85rem;display:flex}.auth-field input{color:inherit;background:#11141a;border:1px solid #353a47;border-radius:6px;padding:.55rem .7rem;font-size:1rem}.auth-field input:focus{outline-offset:1px;outline:2px solid #5b8def}.auth-hint{color:#9aa0ac;font-size:.75rem;line-height:1.3}.auth-error{color:#ff7676;margin:0;font-size:.85rem}.auth-submit{color:#fff;cursor:pointer;background:#5b8def;border:none;border-radius:6px;padding:.6rem 1rem;font-size:1rem}.auth-submit:disabled{cursor:not-allowed;background:#3a4a73}.auth-footer{text-align:center;color:#9aa0ac;margin-top:1rem;font-size:.85rem}.auth-link{color:#8ab1ff;cursor:pointer;font:inherit;background:0 0;border:none;padding:0;text-decoration:underline}
