:root{--bg:#0b1f33;--fg:#f5f7fa;--accent:#8fb8de}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:100vh;padding:2rem;display:flex}.statement{max-width:36rem;color:var(--accent);font-size:clamp(1.25rem,3.5vw,2rem);font-weight:400;line-height:1.4}.wordmark{letter-spacing:-.02em;font-size:clamp(2.5rem,8vw,5rem);font-weight:700}
