﻿:root{--pico-font-family: Computer Modern Serif,CMU Serif,Georgia,serif;--pico-font-size: 18px;--pico-line-height: 1.7;--pico-background-color: #fff;--pico-color: #000;--pico-primary: #c00;--pico-primary-hover: #990000}body{background:#fff;color:#000;font-family:"Computer Modern Serif","CMU Serif",Georgia,serif;max-width:780px;margin:0 auto;padding:0 2rem}body *{color:inherit}header{border-bottom:1.5px solid #ccc;padding:2.5rem 0 1rem;margin-bottom:.5rem;text-align:center}header h1{font-size:1.9rem;font-weight:normal;letter-spacing:.04em;color:#000;margin-bottom:.1rem}header h1 a{color:inherit;text-decoration:none}header p.subtitle{font-size:.95rem;color:#222;font-style:italic;margin:0}.nav-area{margin-bottom:2.5rem}.main-nav{display:flex;justify-content:center;gap:2rem;padding:.75rem 0 1.25rem;border-bottom:1px solid #ccc;font-size:.92rem;letter-spacing:.06em;text-transform:uppercase}.main-nav a{color:#000;text-decoration:none}.main-nav a:hover{color:#c00}.subnav{display:flex;justify-content:center;gap:2rem;padding:.5rem 0 .75rem;border-bottom:1px solid #ccc;font-size:.82rem;letter-spacing:.06em;text-transform:uppercase}.subnav a{color:#222;text-decoration:none}.subnav a:hover{color:#c00}main{min-height:60vh}h1,h2,h3,h4{font-weight:normal;color:#000;margin-top:2rem}h1::before,h2::before{content:"§ ";color:#c00;font-size:.9em}h1{font-size:1.8rem}h2{font-size:1.4rem;border-bottom:.5px solid #ccc;padding-bottom:.3rem}h3{font-size:1.15rem}p{color:#000;text-align:justify;hyphens:auto;margin-bottom:1.1rem}article>p:first-of-type::first-letter{font-size:3.2em;float:left;line-height:.8;margin:.05em .12em 0 0;color:#000;font-family:"Computer Modern Serif","CMU Serif",Georgia,serif}a{color:#c00;text-decoration:none}a:hover{text-decoration:underline;color:#c00}blockquote{border-left:2px solid #ccc;margin:1.5rem 2rem;padding:.5rem 1rem;color:#222;font-style:italic}code,pre{font-family:"Computer Modern Typewriter","CMU Typewriter Text","Courier New",monospace;font-size:.88em;background:#f0ede3;border:1px solid #ccc}pre{padding:1rem 1.25rem;overflow-x:auto;line-height:1.5}code{padding:.1em .35em;border-radius:2px}hr{border:none;border-top:1px solid #ccc;margin:2.5rem 0}.post-list{list-style:none;padding:0;margin:0}.post-list li{display:flex;justify-content:space-between;align-items:baseline;padding:.55rem 0;border-bottom:.5px dotted #ccc;gap:1rem}.post-list li a{color:#c00;flex:1}.post-list li time{font-size:.85rem;color:#222;white-space:nowrap;font-variant-numeric:tabular-nums}.post-meta{font-size:.88rem;color:#222;font-style:italic;margin-bottom:2rem;border-bottom:.5px solid #ccc;padding-bottom:.75rem}form{margin-top:1.5rem}form label{display:block;font-size:.9rem;letter-spacing:.04em;text-transform:uppercase;color:#000;margin-bottom:.3rem;margin-top:1.2rem}form input,form textarea{width:100%;border:1px solid #ccc;border-radius:0;padding:.6rem .75rem;font-family:"Computer Modern Serif","CMU Serif",Georgia,serif;font-size:1rem;color:#000;background:#fff;box-sizing:border-box;transition:border-color .2s}form input:focus,form textarea:focus{outline:none;border-color:#c00}form textarea{resize:vertical}form button[type=submit]{margin-top:1.5rem;padding:.6rem 2rem;background:#c00;color:#fff;border:none;font-family:"Computer Modern Serif","CMU Serif",Georgia,serif;font-size:.92rem;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:background .2s}form button[type=submit]:hover{background:#900}footer{margin-top:4rem;padding:1.5rem 0 2rem;border-top:1.5px solid #ccc;text-align:center;font-size:.82rem;color:#000;letter-spacing:.02em}@media (max-width: 600px){body{padding:0 1rem}.main-nav{gap:1.2rem;font-size:.82rem}.subnav{gap:1.2rem;font-size:.75rem}h1{font-size:1.4rem}}