html { color-scheme: light dark; }
body { margin: 0; min-height: 100vh; display: grid; place-items: center; font: 16px/1.5 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
main { width: min(32rem, calc(100vw - 3rem)); }
h1 { margin: 0 0 .5rem; font-size: 1.5rem; font-weight: 650; letter-spacing: 0; }
p { margin: 0; color: color-mix(in srgb, currentColor 70%, transparent); }
