:root{--font-heading:"FontopoNIHONGO", system-ui, -apple-system, sans-serif;--font-body:system-ui, -apple-system, sans-serif;--bg:#f8f9fa;--fg:#212529;--surface:#fff;--border:#dee2e6;--space-sm:.5rem;--space-md:1rem;--content-max:960px}@media (prefers-color-scheme:dark){:root{--bg:#212529;--fg:#f8f9fa;--surface:#212529;--border:#343a40}}body{font-family:var(--font-body);background-color:var(--bg);color:var(--fg);margin:0;line-height:1.6}.header{z-index:200;border-bottom:1px solid var(--border);background:var(--surface);position:sticky;top:0}:root{--font-heading:"FontopoNIHONGO", system-ui, -apple-system, sans-serif;--font-body:system-ui, -apple-system, sans-serif;--bg:#f8f9fa;--fg:#212529;--surface:#fff;--border:#dee2e6;--space-sm:.5rem;--space-md:1rem;--content-max:960px;--content-width:min(100% - 2rem, var(--content-max))}.container{width:var(--content-width);padding:var(--space-md) 0;margin:0 auto}.header-inner{padding:var(--space-sm) 0;width:var(--content-width);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.brand-title{font-family:var(--font-heading);font-size:1.25rem}.section{margin:var(--space-md) 0;padding:var(--space-md);border:1px solid var(--border);background:#f1f3f5;border-radius:8px}@media (prefers-color-scheme:dark){.section{background:#1a1d20}}