:root{--bg:#f5f5f5;--ink:#0f1113;--ink-soft:#262626;--muted:#686b73;--line:#dcdee0;--blue:#2563eb;--blue-deep:#1a56e5;--blue-dark:#1d4ed8;--white:#fff;--maxw:560px}*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:var(--bg);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.page{position:relative;min-height:100dvh;display:grid;grid-template-rows:1fr auto;overflow:hidden}.fold{top:0;left:0;width:132px;height:132px;background:linear-gradient(135deg,#e4e6e9,#e4e6e9 50%,transparent 0)}.fold,.rules{position:absolute;pointer-events:none}.rules{top:-40px;right:-40px;width:320px;height:320px}.rules span{position:absolute;top:0;right:0;width:1px;height:360px;background:var(--blue);opacity:.35;transform-origin:top right;transform:rotate(45deg)}.rules span:first-child{right:60px}.rules span:nth-child(2){right:96px;opacity:.25}.rules span:nth-child(3){right:132px;opacity:.18}.center{align-self:center;justify-self:center;width:100%;max-width:var(--maxw);padding:48px 24px;text-align:center;display:flex;flex-direction:column;align-items:center}.wordmark{margin:22px 0 0;font-size:clamp(34px,6vw,46px);font-weight:700;letter-spacing:-.02em;color:var(--ink)}.line{margin:12px 0 0;font-size:clamp(15px,2.4vw,18px);font-weight:400;color:var(--muted);letter-spacing:.01em}.waitlist{margin-top:36px;display:flex;gap:10px;width:100%;max-width:440px}.waitlist input{flex:1 1 auto;min-width:0;height:48px;padding:0 16px;font-size:15px;color:var(--ink);background:var(--white);border:1px solid var(--line);border-radius:8px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.waitlist input::placeholder{color:#9aa0a8}.waitlist input:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(37,99,235,.14)}.waitlist button{flex:0 0 auto;height:48px;padding:0 20px;font-size:15px;font-weight:600;color:var(--white);background:var(--blue);border:1px solid var(--blue);border-radius:8px;cursor:pointer;white-space:nowrap;transition:background .15s ease,transform .05s ease}.waitlist button:hover{background:var(--blue-deep)}.waitlist button:active{transform:translateY(1px)}.waitlist button:disabled{opacity:.6;cursor:default}.confirm{margin-top:36px;font-size:16px;color:var(--ink-soft)}.err{width:100%;margin:8px 0 0;font-size:13px;color:#b42318;text-align:left}.foot{padding:24px;text-align:center;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#9aa0a8}@media (max-width:480px){.waitlist{flex-direction:column}.waitlist button{width:100%}.fold{width:96px;height:96px}}@media (prefers-reduced-motion:reduce){*{transition:none!important}}:focus-visible{outline:2px solid var(--blue);outline-offset:2px}