:root{color-scheme:light dark;--background: #ffffff;--foreground: #1a1a1a;--muted: #6b6b6b;--faint: #e7e1df;--surface: #faf7f6;--accent: #d92906;--highlight: #d92906}@media(prefers-color-scheme:dark){:root{--background: #111111;--foreground: #e8e5e4;--muted: #9d9795;--faint: #352825;--surface: #1c1817;--accent: #f45f3d}}*{box-sizing:border-box}html{background:var(--background);color:var(--foreground);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none}body{margin:0;background:var(--background)}::selection{background:var(--highlight);color:#fff}.page{width:min(100%,672px);margin:0 auto;padding:56px 24px 72px;animation:page-in .4s ease-out both}header{margin-bottom:40px}h1,h2{margin:0;font-family:"Source Serif 4",Georgia,Times New Roman,serif;font-weight:400}h1{display:flex;align-items:center;gap:11px;font-size:34px;line-height:1.1;letter-spacing:-.025em}.brand-mark{width:24px;height:auto;flex:0 0 auto}p{margin:0;font-size:16px;line-height:1.65}p+p{margin-top:16px}a{color:var(--accent);text-decoration-line:underline;text-decoration-color:var(--accent);text-decoration-thickness:1.5px;text-underline-offset:3px;transition:text-decoration-color .14s ease}a:hover{text-decoration-color:currentColor}.site-footer{margin-top:40px}.copyright{margin-top:0;color:var(--muted);font-size:12px;line-height:1.6}@keyframes page-in{0%{opacity:0}to{opacity:1}}@media(min-width:768px){.page{padding-top:80px}}@media(prefers-reduced-motion:reduce){.page{animation:none}}
