/* Demo page style, served from S3 under /static/. */
body { margin: 0; background: #111; color: #e8e8e8; font: 0.9rem/1.5 system-ui, sans-serif; }
main { max-width: 40rem; padding: 1.5rem 1.75rem; }
h1 { margin: 0 0 0.5rem; font-size: 1.1rem; overflow-wrap: anywhere; }
a { color: #7fb8ff; }
dt { margin-top: 0.75rem; color: #a0a0a0; font-family: ui-monospace, Menlo, Consolas, monospace; }
dd { margin: 0; overflow-wrap: anywhere; }
form { margin-top: 1.5rem; }
output { font-weight: 600; color: #34d399; }
