:root { color-scheme: dark; font-family: Inter, ui-sans-serif, system-ui, sans-serif; background: #061630; color: #eaf8ff; }
body { margin: 0; min-height: 100vh; display: grid; place-items: center; }
main { width: min(680px, calc(100% - 40px)); margin: 48px auto; line-height: 1.65; }
.logo { width: 128px; height: 128px; border-radius: 28px; }
h1 { font-size: clamp(2rem, 7vw, 3.5rem); line-height: 1.05; margin: 28px 0 20px; }
h2 { color: #35d7ee; margin-top: 32px; }
p { color: #c9ddeb; }
a { color: #ff7564; }
