@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600;9..144,700&family=Inter+Tight:wght@400;500&display=swap");.auth-page{background:#11151f;padding:3rem 1rem 4rem}@media (min-width:640px){.auth-page{padding:5rem 1.5rem 6rem}}.auth-card{margin:0 auto;max-width:26rem;padding:2rem 1.75rem 2.25rem;border-radius:.75rem;background:var(--bg-surface);border:1px solid rgba(184,134,11,.3);box-shadow:0 24px 48px rgba(0,0,0,.35)}@media (min-width:640px){.auth-card{padding:2.5rem 2.25rem 2.75rem}}.auth-card__logo{display:flex;justify-content:center;align-items:baseline;gap:0;font-family:var(--font-display),system-ui,sans-serif;font-size:1.375rem;font-weight:700;letter-spacing:-.02em;text-decoration:none;color:var(--text-primary)}.auth-card__logo-accent{color:var(--gold-500)}.auth-card__title{margin:1.75rem 0 0;text-align:center;font-family:"Fraunces",var(--font-display),serif;font-size:1.625rem;font-weight:600;line-height:1.2;color:var(--text-primary)}.auth-card__sub{margin:.5rem 0 0;text-align:center;font-family:"Inter Tight",var(--font-body),system-ui,sans-serif;font-size:.9375rem;color:var(--text-secondary)}.auth-form{margin-top:2rem}.auth-field+.auth-field{margin-top:1.25rem}.auth-field__label{display:block;margin-bottom:.4rem;font-size:.8125rem;font-weight:500;color:var(--text-secondary)}.auth-field__input,.auth-field__label{font-family:"Inter Tight",var(--font-body),system-ui,sans-serif}.auth-field__input{width:100%;padding:.65rem .85rem;border-radius:.375rem;border:1px solid var(--border-mid);background:var(--bg-raised);color:#fff;font-size:.9375rem;line-height:1.4;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.auth-field__input::placeholder{color:var(--text-muted)}.auth-field__input:focus{border-color:rgba(184,134,11,.55);box-shadow:0 0 0 3px rgba(184,134,11,.22)}.auth-field__error{margin:.4rem 0 0;font-size:.8125rem;color:#e57373}.auth-field__error,.auth-submit{font-family:"Inter Tight",var(--font-body),system-ui,sans-serif}.auth-submit{margin-top:1.5rem;width:100%;padding:.75rem 1rem;border:none;border-radius:.375rem;background:#b8860b;color:#11151f;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background .15s ease}.auth-submit:hover{background:#d4a84b}.auth-waitlist{margin:1.25rem 0 0;text-align:center;font-family:"Inter Tight",var(--font-body),system-ui,sans-serif;font-size:.8125rem;color:var(--text-muted)}.auth-waitlist__link{color:#b8860b;text-decoration:underline;text-underline-offset:2px}.auth-waitlist__link:hover{color:#d4a84b}.auth-back{margin-top:2rem;text-align:center}.auth-back__link{font-family:"Inter Tight",var(--font-body),system-ui,sans-serif;font-size:.875rem;color:var(--text-muted);text-decoration:none;transition:color .15s ease}.auth-back__link:hover{color:var(--text-secondary)}