.auth-page { display: grid; min-height: 100vh; }
.auth-shell { width: min(1120px, calc(100% - 36px)); margin: auto; padding: 30px 0 24px; position: relative; }
.auth-brand { display: inline-flex; align-items: center; gap: 13px; color: var(--ink); text-decoration: none; }
.auth-brand strong, .auth-brand small { display: block; }
.auth-brand strong { font: 700 18px Georgia, serif; }
.auth-brand small { margin-top: 3px; color: var(--muted); font-size: 11px; }
.auth-card { display: grid; grid-template-columns: 1.08fr .92fr; margin-top: 55px; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(145deg, rgba(24,33,50,.93), rgba(14,20,31,.96)); box-shadow: var(--shadow); }
.auth-copy { padding: 64px 60px; border-right: 1px solid var(--line); background: radial-gradient(circle at 20% 10%, rgba(230,185,106,.1), transparent 45%); }
.auth-copy h1 { font-size: clamp(38px, 5vw, 62px); }
.auth-copy > p:not(.eyebrow) { max-width: 470px; margin: 24px 0 28px; color: var(--muted); line-height: 1.75; font-size: 14px; }
.auth-copy ul { list-style: none; margin: 0; padding: 0; color: #c9cdd5; font-size: 13px; }
.auth-copy li { margin: 13px 0; }
.auth-copy li::before { content: "✓"; display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 10px; color: var(--gold); border: 1px solid rgba(230,185,106,.25); border-radius: 50%; font-size: 10px; }
.auth-form-panel { padding: 45px 48px; }
.auth-tabs { display: grid; grid-template-columns: 1fr 1fr; padding: 4px; margin-bottom: 28px; border: 1px solid var(--line); border-radius: 12px; background: rgba(5,9,15,.35); }
.auth-tabs button { height: 40px; border: 0; border-radius: 9px; color: var(--muted); background: transparent; cursor: pointer; font-weight: 700; }
.auth-tabs button.active { color: #191d24; background: var(--gold); }
.auth-form { display: grid; gap: 17px; }
.auth-form[hidden] { display: none; }
.auth-form label:not(.consent) { display: block; margin-bottom: 8px; color: #d8dbe1; font-size: 12px; font-weight: 700; }
.auth-form .send-button { margin-top: 6px; }
.consent { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-size: 11px; line-height: 1.5; }
.consent input { width: 16px; height: 16px; flex: 0 0 auto; }
.consent a, .auth-shell footer a { color: var(--gold-light); }
.auth-shell footer a { text-decoration: none; }
.auth-notice { padding: 11px 13px; margin: -10px 0 18px; border-radius: 10px; font-size: 12px; line-height: 1.45; }
.auth-notice.error { color: #ffc0b7; border: 1px solid rgba(255,120,105,.25); background: rgba(255,105,90,.08); }
.auth-notice.success { color: #94edc7; border: 1px solid rgba(88,214,163,.25); background: rgba(88,214,163,.07); }
@media (max-width: 780px) { .auth-card { grid-template-columns: 1fr; margin-top: 35px; } .auth-copy { padding: 42px 28px; border-right: 0; border-bottom: 1px solid var(--line); } .auth-form-panel { padding: 32px 22px; } }
