:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
body { background: #f5f7f5; color: #18201f; margin: 0; }
main { margin: 0 auto; max-width: 900px; padding: clamp(24px, 6vw, 72px) 20px; }
a { color: #086c59; }
h1 { font-size: clamp(2rem, 6vw, 4.5rem); letter-spacing: -.04em; line-height: 1; }
.status { background: #e4f1ed; border: 1px solid #bdd4cd; border-radius: 10px; padding: 14px; }
pre { background: #fff; border: 1px solid #d7ddda; border-radius: 12px; font: 15px/1.7 ui-monospace, SFMono-Regular, Menlo, monospace; overflow-wrap: anywhere; padding: clamp(16px, 4vw, 32px); white-space: pre-wrap; }

