.auth-shell{justify-content:center;align-items:center;min-height:100vh;padding:2.5rem 1.5rem;display:flex}.auth-back{font-family:var(--font-fraunces), serif;letter-spacing:-.03em;color:var(--ink);z-index:50;align-items:center;gap:.55rem;font-size:1.3rem;font-weight:500;text-decoration:none;display:inline-flex;position:fixed;top:1.6rem;left:2.2rem}.auth-back .logo-mark{width:24px;height:24px}.auth-card{background:var(--paper);border:1px solid var(--rule);border-radius:18px;width:100%;max-width:28rem;padding:2.6rem 2.4rem 2.4rem;box-shadow:0 20px 60px #0e141114}.auth-eyebrow{font-family:var(--font-mono), monospace;letter-spacing:.1em;text-transform:uppercase;color:var(--sage-deep);align-items:center;gap:.7rem;margin-bottom:1rem;font-size:.78rem;display:flex}.auth-eyebrow:before{content:"";background:var(--sage-deep);width:32px;height:1px}.auth-title{font-family:var(--font-fraunces), serif;letter-spacing:-.02em;color:var(--ink);margin-bottom:.55rem;font-size:clamp(2.2rem,4.2vw,3.2rem);font-weight:400;line-height:1}.auth-title em{color:var(--sage-deep);font-style:italic;font-weight:300}.auth-sub{color:var(--ink-soft);margin-bottom:1.8rem;font-size:.98rem;line-height:1.5}.auth-form{flex-direction:column;gap:1rem;display:flex}.auth-field{flex-direction:column;gap:.4rem;display:flex}.auth-label{color:var(--ink-soft);font-size:.82rem;font-weight:500}.auth-field input{color:var(--ink);background:var(--paper);border:1px solid var(--rule);border-radius:10px;outline:none;width:100%;padding:.75rem .95rem;font-family:inherit;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.auth-field input:focus{border-color:var(--sage-deep);box-shadow:0 0 0 3px #2f4a3c1f}.auth-field input:disabled{opacity:.55;cursor:not-allowed}.auth-error{color:var(--coral);background:#e8674a14;border:1px solid #e8674a66;border-radius:10px;padding:.7rem .9rem;font-size:.88rem;line-height:1.4}.auth-success{color:var(--sage-deep);background:#2f4a3c0f;border:1px solid #2f4a3c40;border-radius:10px;padding:.85rem 1rem;font-size:.92rem;line-height:1.5}.auth-submit{background:var(--ink);width:100%;color:var(--paper);cursor:pointer;border:none;border-radius:999px;margin-top:.4rem;padding:.9rem 1.4rem;font-family:inherit;font-size:.95rem;transition:background .2s,transform .2s}.auth-submit:hover:not(:disabled){background:var(--sage-deep);transform:translateY(-1px)}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.auth-meta{color:var(--ink-soft);text-align:center;flex-direction:column;gap:.45rem;margin-top:1.6rem;font-size:.9rem;display:flex}.auth-meta a{color:var(--sage-deep);font-weight:500;text-decoration:none}.auth-meta a:hover{text-decoration:underline}@media (max-width:480px){.auth-card{padding:2rem 1.6rem}.auth-back{font-size:1.15rem;top:1.1rem;left:1.2rem}}
