:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}html,body{min-height:100%;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Heebo,Rubik,Arial,sans-serif}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;min-height:100dvh;padding-inline:1.5rem;display:flex}.hero h1{margin:0 0 .5rem;font-size:2.5rem}.hero p{opacity:.8;margin:0;font-size:1.125rem}