:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--brand-color: #5A50DD;--brand-color-hover: #4C46C9}a{font-weight:500;color:var(--brand-color);text-decoration:inherit}a:hover{color:var(--brand-color-hover)}body{margin:0;display:block;min-width:320px;min-height:100vh;overflow:hidden}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:var(--brand-color)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:var(--brand-color-hover)}button{background-color:#f9f9f9}}.page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#000;color:#fff;position:relative;overflow:hidden}.page:before{content:"";position:absolute;inset:0;background-image:url(/bg.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.7;filter:brightness(.8) contrast(.9);pointer-events:none;z-index:0}.container{width:1200px;max-width:100%;padding:72px 24px;display:flex;flex-direction:column;align-items:center;gap:20px;position:relative;z-index:1}.title{margin:0;text-align:center;font-weight:800;letter-spacing:-.02em;font-size:clamp(48px,10vw,96px);background:linear-gradient(180deg,#fff,#d9d9d9 55%,#a5a5a5);-webkit-background-clip:text;background-clip:text;color:transparent}.subtitle{margin:0;text-align:center;color:#ffffffd1;font-size:clamp(14px,2.2vw,18px)}.waitlist{display:flex;gap:12px;margin-top:8px}.waitlist-input{width:min(360px,66vw);height:48px;padding:0 14px;border-radius:12px;border:1px solid rgba(255,255,255,.16);background:#ffffff14;color:#fff}.waitlist-input::placeholder{color:#fff9}.waitlist-input:focus{outline:2px solid var(--brand-color)}.waitlist-btn{height:48px;padding:0 18px;border-radius:12px;border:1px solid rgba(255,255,255,.16);background:linear-gradient(180deg,var(--brand-color),#4C46C9);color:#fff;font-weight:700}.waitlist-btn:hover{filter:brightness(1.06)}.footer{margin-top:10px;color:#ffffff80;font-size:12px}
