:root{color-scheme:light;--bg: #f7f2eb;--ink: #1d1916;--ink-soft: #4a4039;--muted: #6d635b;--line: #e4dbd0;--accent: #5f3dc4;--section-head: #5f554e;--chip-ink: #433933;--chip-separator: #b7aa9d;--cta-bg: #111111;--cta-ink: #ffffff;--max: 980px}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){color-scheme:dark;--bg: #151210;--ink: #f3ede4;--ink-soft: #d8cdbf;--muted: #b3a596;--line: #3b332d;--accent: #bba5ff;--section-head: #d2c2b3;--chip-ink: #efe3d3;--chip-separator: #8e8276;--cta-bg: #f3ede4;--cta-ink: #151210}}:root[data-theme=light]{color-scheme:light;--bg: #f7f2eb;--ink: #1d1916;--ink-soft: #4a4039;--muted: #6d635b;--line: #e4dbd0;--accent: #5f3dc4;--section-head: #5f554e;--chip-ink: #433933;--chip-separator: #b7aa9d;--cta-bg: #111111;--cta-ink: #ffffff}:root[data-theme=dark]{color-scheme:dark;--bg: #151210;--ink: #f3ede4;--ink-soft: #d8cdbf;--muted: #b3a596;--line: #3b332d;--accent: #bba5ff;--section-head: #d2c2b3;--chip-ink: #efe3d3;--chip-separator: #8e8276;--cta-bg: #f3ede4;--cta-ink: #151210}*{box-sizing:border-box}html{background:var(--bg)}body{margin:0;background:var(--bg);color:var(--ink);font-family:Georgia,serif}a{color:inherit}.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-header{border-bottom:1px solid var(--line);font-family:-apple-system,BlinkMacSystemFont,sans-serif}.site-header-inner,.site-footer-inner,.page-shell{width:min(var(--max),calc(100% - 32px));margin:0 auto}.site-header-inner{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 0}.site-brand{text-decoration:none;font-size:.9rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.site-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:14px;flex-wrap:wrap}.site-nav{display:flex;gap:16px;flex-wrap:wrap;font-size:.92rem}.site-nav a{text-decoration:none;color:var(--muted)}.site-nav a:hover,.site-nav a[aria-current=page]{color:var(--ink)}.theme-toggle{border:1px solid var(--line);background:transparent;color:var(--ink);padding:.45rem .75rem;border-radius:999px;font:inherit;font-size:.84rem;cursor:pointer;transition:border-color .12s ease,background .12s ease,color .12s ease}.theme-toggle:hover{border-color:var(--muted);background:var(--line)}.theme-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}main{flex:1}.page-shell{padding:28px 0 64px}.eyebrow,.section-label,.meta,.breadcrumb{font-family:-apple-system,BlinkMacSystemFont,sans-serif;color:var(--muted)}.eyebrow,.section-label{text-transform:uppercase;letter-spacing:.08em;font-size:.73rem;font-weight:700}.meta,.breadcrumb{font-size:.84rem}.lede{color:var(--ink-soft);line-height:1.75}h1{font-size:clamp(2.2rem,4.8vw,4.1rem);line-height:.98;letter-spacing:-.03em;margin:8px 0 14px;max-width:900px}h2{font-size:1.55rem;line-height:1.1;letter-spacing:-.02em;margin:0 0 10px}.section-head{font-size:.93rem;border-bottom:1px solid var(--line);padding-bottom:.45rem;margin-top:2rem;font-family:-apple-system,BlinkMacSystemFont,sans-serif;text-transform:uppercase;letter-spacing:.06em;color:var(--section-head)}.simple-list>*{padding:16px 0;border-bottom:1px solid var(--line)}.simple-list>*:last-child{border-bottom:0}.chip-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.text-chip{font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:.84rem;text-decoration:none;color:var(--chip-ink)}.text-chip:after{content:"·";margin-left:8px;color:var(--chip-separator)}.chip-row .text-chip:last-child:after{content:"";margin:0}.site-footer{border-top:1px solid var(--line);margin-top:18px;font-family:-apple-system,BlinkMacSystemFont,sans-serif;color:var(--muted)}.site-footer-inner{display:flex;justify-content:space-between;gap:20px;padding:18px 0 28px;font-size:.88rem;flex-wrap:wrap}.site-footer-links{display:flex;gap:14px;flex-wrap:wrap}.site-footer a{text-decoration:none;color:var(--muted)}@media(max-width:700px){.site-header-inner,.site-footer-inner{flex-direction:column;align-items:flex-start}.site-header-actions{width:100%;justify-content:flex-start}.page-shell{padding:22px 0 48px}}
