/* /var/www/rascal78/public/style.css
   Ausgelagert, damit die Content-Security-Policy ohne 'unsafe-inline'
   auskommt. Phase 5.2, 2026-08-04 */

body {
    font-family: system-ui, sans-serif;
    max-width: 40rem;
    margin: 4rem auto;
    padding: 0 1rem;
    line-height: 1.6;
    color: #222;
    background: #fafafa;
}
h1   { font-size: 1.4rem; }
code { background: #eee; padding: .1rem .3rem; border-radius: 3px; }
.ok  { color: #157a3d; font-weight: bold; }
