/* Standalone light-themed document - deliberately does not use the site's
   shared styles.css.

   This lives in a file rather than a <style> block because the vhost sends
   style-src 'self' without 'unsafe-inline' - an inline block is dropped by
   the browser, which silently unstyles the page. See deploy/nginx/rypox.com.conf. */

body { max-width: 760px; margin: 0 auto; padding: 24px 20px 64px; font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; line-height: 1.6; color: #1a1c22; }
h1 { font-size: 1.9rem; }
h2 { margin-top: 1.8rem; font-size: 1.15rem; }
a { color: #3f51b5; }
hr { margin: 2.5rem 0 1rem; border: none; border-top: 1px solid #ddd; }
.muted { color: #666; font-size: 0.9rem; }
