:root { color-scheme: light; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #111114; background: #eeeeec; }
* { box-sizing: border-box; }
body { min-width: 320px; min-height: 100vh; margin: 0; }
button, input { font: inherit; }
[hidden] { display: none !important; }
.auth-shell { display: grid; grid-template-columns: 1.05fr .95fr; width: min(1040px, calc(100% - 40px)); min-height: 650px; margin: max(32px, 7vh) auto; overflow: hidden; background: #fff; border: 1px solid #d9d9d6; border-radius: 28px; box-shadow: 0 24px 70px rgb(0 0 0 / 10%); }
.pitch { display: flex; flex-direction: column; justify-content: space-between; padding: 46px; background: #202024; color: #fff; }
.brand { display: flex; align-items: center; gap: 6px; font-weight: 900; letter-spacing: -.08em; }
.brand i { width: 19px; height: 10px; background: #fff; border-radius: 4px; }
.eyebrow { color: #b8b8bc; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
h1 { margin: 18px 0; font-size: clamp(48px, 6vw, 76px); line-height: .96; letter-spacing: -.065em; }
.pitch-copy p { max-width: 430px; margin: 0; color: #c9c9cc; font-size: 18px; line-height: 1.5; }
.status-card { display: flex; align-items: center; gap: 11px; color: #d7d7d8; font-size: 13px; }
.status-card i { width: 9px; height: 9px; background: #397c58; border-radius: 50%; box-shadow: 0 0 0 5px rgb(57 124 88 / 18%); }
.auth-card { align-self: center; padding: 52px clamp(30px, 6vw, 74px); }
.tabs { display: flex; gap: 4px; width: fit-content; margin-bottom: 46px; padding: 4px; background: #efefed; border-radius: 12px; }
.tabs button { padding: 9px 14px; color: #68686c; background: transparent; border: 0; border-radius: 9px; cursor: pointer; }
.tabs button.active { color: #fff; background: #202024; }
h2 { margin: 0 0 8px; font-size: 30px; letter-spacing: -.035em; }
#form-copy { margin: 0 0 30px; color: #717176; line-height: 1.45; }
label { display: grid; gap: 7px; margin: 15px 0; font-size: 13px; font-weight: 650; }
input { width: 100%; padding: 13px 14px; background: #f7f7f5; border: 1px solid #d4d4d1; border-radius: 11px; outline: none; }
input:focus { background: #fff; border-color: #202024; box-shadow: 0 0 0 3px rgb(32 32 36 / 8%); }
.submit { width: 100%; margin-top: 14px; padding: 14px; color: #fff; background: #202024; border: 0; border-radius: 11px; font-weight: 700; cursor: pointer; }
.submit:disabled { opacity: .55; }
.form-error { margin: 14px 0 0; color: #a44747; font-size: 13px; }
@media (max-width: 760px) { .auth-shell { display: block; width: 100%; min-height: 100vh; margin: 0; border: 0; border-radius: 0; } .pitch { min-height: 330px; padding: 30px 24px; } .pitch-copy { margin: 50px 0; } h1 { font-size: 48px; } .auth-card { padding: 34px 24px 48px; } .tabs { margin-bottom: 32px; } }
