.auth_wrapper__9Y7nq{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem 1rem}.auth_card__P0W9t{width:100%;max-width:420px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2.25rem 2rem;box-shadow:0 4px 24px rgba(0,0,0,.2)}.auth_eyebrow__w8Y9i{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin:0 0 .5rem}.auth_title__8jdIt{font-family:var(--font-display),Georgia,serif;font-size:1.5rem;font-weight:500;line-height:1.2;margin:0 0 .35rem;letter-spacing:-.02em;color:var(--text)}.auth_subtitle__F4DEK{color:var(--muted);font-size:.92rem;margin:0 0 1.75rem}.auth_form__D8pF_{display:flex;flex-direction:column;gap:1rem}.auth_fieldGroup__5Ww4W{display:flex;flex-direction:column;gap:.35rem}.auth_label__5qKQi{font-size:.82rem;font-weight:600;color:var(--muted);letter-spacing:.02em}.auth_input__H5eGy{width:100%;padding:.7rem .85rem;font-size:.95rem;font-family:inherit;color:var(--text);background:var(--bg-subtle);border:1px solid var(--border);border-radius:8px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.auth_input__H5eGy::placeholder{color:var(--muted);opacity:.6}.auth_input__H5eGy:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.auth_row__7JdaM{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem}.auth_submitBtn__4ZspQ{margin-top:.5rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.8rem 1.35rem;font-size:1rem;font-weight:600;font-family:inherit;color:#1a1512;background:var(--accent);border:none;border-radius:var(--radius);cursor:pointer;transition:background .15s ease,transform .1s ease}.auth_submitBtn__4ZspQ:hover:not(:disabled){background:var(--accent-hover)}.auth_submitBtn__4ZspQ:focus-visible{outline:2px solid var(--accent-hover);outline-offset:2px}.auth_submitBtn__4ZspQ:disabled{opacity:.45;cursor:not-allowed}.auth_error__Gqe9B{background:rgba(220,80,60,.12);border:1px solid rgba(220,80,60,.3);color:#f0a0a0;padding:.65rem .85rem;border-radius:8px;font-size:.88rem}.auth_footer__4e1w1{text-align:center;margin-top:1.5rem;font-size:.9rem;color:var(--muted)}.auth_footer__4e1w1 a{color:var(--accent);font-weight:600}@media (max-width:480px){.auth_card__P0W9t{padding:1.75rem 1.25rem}.auth_row__7JdaM{grid-template-columns:1fr}}