: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}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}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:#646cff}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:#747bff}button{background-color:#f9f9f9}}:root{--fg: #ffffff;--fg-dim: rgba(255,255,255,.9);--accent: #000000}*{box-sizing:border-box}html,body,#root{height:100%;width:100%;margin:0;padding:0}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Helvetica Neue,Arial,sans-serif;overflow-x:hidden;background:#111;color:var(--fg)}.hero{min-height:100dvh;width:100%;background-image:url(/bg-coming-soon.jpeg);background-size:cover;background-position:center;background-repeat:no-repeat;display:grid;place-items:center;padding:24px}.content{width:min(92vw,720px);text-align:center;color:var(--fg)}.logo{width:64px;height:64px;margin-bottom:12px;opacity:.95;filter:drop-shadow(0 2px 10px rgba(0,0,0,.35))}h1{margin:0 0 10px;font-size:clamp(28px,6vw,54px);line-height:1.1;letter-spacing:.2px;text-shadow:0 2px 22px rgba(0,0,0,.45)}.tagline{margin:0 0 22px;font-size:clamp(16px,2.8vw,20px);color:var(--fg-dim);text-shadow:0 2px 14px rgba(0,0,0,.4)}.notify{display:flex;gap:10px;justify-content:center;align-items:center;flex-wrap:wrap;margin:8px auto 18px;max-width:560px;padding:0 8px}.notify input{flex:1 1 280px;min-width:240px;padding:12px 14px;border-radius:12px;border:1px solid rgba(255,255,255,.6);background:#ffffff26;color:var(--fg);outline:none;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.notify input::placeholder{color:#ffffffd9}.notify button{padding:12px 16px;border-radius:12px;border:none;background:var(--accent);color:#fff;cursor:pointer;transition:transform .06s ease,opacity .2s ease}.notify button:hover{opacity:.9}.notify button:active{transform:translateY(1px)}.follow{margin-top:8px;color:var(--fg-dim);text-shadow:0 2px 12px rgba(0,0,0,.35);font-size:14px}.follow a{color:var(--fg);margin-left:10px;text-decoration:underline}a:focus,button:focus,input:focus{outline:2px solid rgba(255,255,255,.8);outline-offset:2px;border-radius:10px}@media (max-width: 520px){.notify{gap:8px}.notify input,.notify button{width:100%}}
