:root{color-scheme:light dark;--bg:#0b0f0c;--fg:#f4f6f4;--muted:#9aa79d;--accent:#4caf7d}*{box-sizing:border-box}body,html{height:100%;margin:0}body{flex-direction:column;min-height:100vh;background:var(--bg);color:var(--fg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.wrap,body{display:flex}.wrap{flex:1 1;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem 1.5rem;gap:.75rem}.eyebrow{margin:0;letter-spacing:.2em;text-transform:uppercase;font-size:.8rem;color:var(--accent);font-weight:600}h1{margin:.25rem 0;font-size:clamp(2rem,5vw,3.25rem);font-weight:700}.subhead{margin:0;max-width:34rem;color:var(--muted);font-size:1.1rem;line-height:1.5}.launch-date{margin-top:1rem;font-size:1rem;color:var(--fg)}.contact{margin-top:.5rem;font-size:.95rem;color:var(--muted)}.contact a{color:var(--accent);text-decoration:none}.contact a:hover{text-decoration:underline}footer{padding:1.5rem;text-align:center;font-size:.8rem;color:var(--muted)}