:root { font-family: Inter, system-ui, -apple-system, sans-serif; color: #111318; background: #f7f9fe; font-synthesis: none; letter-spacing: 0; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100svh; display: flex; flex-direction: column; }
a { color: #1e45d1; text-underline-offset: 3px; }
header { display: flex; align-items: center; justify-content: space-between; min-height: 72px; padding: 16px max(24px, calc((100% - 1200px) / 2)); background: #fff; border-bottom: 1px solid #e2e8f3; }
header a { text-decoration: none; font-size: 14px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 23px; font-weight: 700; color: #111318; }
main { width: min(420px, calc(100% - 40px)); margin: auto; padding-block: 72px; }
.eyebrow { margin: 0 0 16px; color: #1e45d1; font-size: 11px; font-weight: 600; }
h1 { font-size: 36px; line-height: 1.15; margin: 0 0 16px; font-weight: 600; }
.intro { margin: 0 0 32px; color: #5b6472; font-size: 16px; line-height: 1.6; }
label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 8px; }
input[type='text'] { display: block; width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid #ccd5e5; border-radius: 6px; background: #fff; font: inherit; font-size: 16px; }
input[aria-invalid='true'] { border-color: #b42318; }
button { width: 100%; min-height: 48px; border: 0; border-radius: 6px; margin-top: 16px; padding: 12px; background: #1e45d1; color: #fff; font: inherit; font-size: 14px; font-weight: 600; cursor: pointer; }
button:hover { background: #1737a8; }
:focus-visible { outline: 2px solid #1e45d1; outline-offset: 3px; }
#access-error { color: #b42318; font-size: 13px; line-height: 1.5; margin: 10px 0 0; }
.waitlist { margin: 20px 0 0; font-size: 13px; color: #5b6472; }
aside { margin-top: 36px; padding-top: 20px; border-top: 1px solid #e2e8f3; font-size: 12px; line-height: 1.6; }
aside p { color: #5b6472; margin: 0 0 4px; }
footer { display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; padding: 20px; font-size: 12px; }
footer a { color: #5b6472; }
@media (max-width: 420px) { header { min-height: 64px; padding-inline: 20px; } main { padding-block: 48px; } }
