:root{color-scheme:light;--color-bg: #f6f4f0;--color-bg-elevated: #fffcf8;--color-text: #111111;--color-text-muted: #5c5c5c;--color-border: #e4e0d8;--color-rule: #d8d4cc;--color-accent: #111111;--color-accent-hover: #000000;--color-accent-soft: rgba(17, 17, 17, .08);--color-accent-warm: #2a2a2a;--color-on-accent: #ffffff;--color-link: #111111;--color-ink: #111111;--color-header-bg: rgba(246, 244, 240, .92);--color-scrim: rgba(17, 17, 17, .4);--color-surface-glass: rgba(255, 252, 248, .94);--color-danger: #b42318;--color-on-danger: #ffffff;--color-success: #15803d;accent-color:var(--color-accent);--font-masthead: "DM Sans", system-ui, sans-serif;--font-display: "DM Sans", system-ui, sans-serif;--font-serif: "Literata", Georgia, "Times New Roman", serif;--font-sans: "DM Sans", system-ui, sans-serif;--container-width: min(100%, 1440px);--article-column-width: 728px;--radius-card: 12px;--radius-pill: 999px;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-7: 3rem;--space-8: 4rem;--shadow-soft: 0 1px 3px rgba(28, 27, 34, .06);--shadow-hover: 0 8px 28px rgba(28, 27, 34, .08);--header-sticky-height: 58px;--topic-pills-band-height: 52px;--site-sticky-stack-offset: calc(var(--header-sticky-height) + var(--topic-pills-band-height));--motion-duration: .45s;--motion-ease: cubic-bezier(.22, 1, .36, 1)}html[data-theme=dark]{color-scheme:dark;--color-bg: #111111;--color-bg-elevated: #1c1c1c;--color-text: #f4f4f0;--color-text-muted: #a3a3a3;--color-border: #2e2e2e;--color-rule: #3a3a3a;--color-accent: #f4f4f0;--color-accent-hover: #ffffff;--color-accent-soft: rgba(244, 244, 240, .12);--color-accent-warm: #d4d4d4;--color-on-accent: #111111;--color-link: #f4f4f0;--color-ink: #f4f4f0;--color-header-bg: rgba(17, 17, 17, .92);--color-scrim: rgba(0, 0, 0, .65);--color-surface-glass: rgba(28, 28, 28, .94);--color-danger: #f87171;--color-on-danger: #111111;--color-success: #4ade80;--shadow-soft: 0 1px 3px rgba(0, 0, 0, .45);--shadow-hover: 0 8px 28px rgba(0, 0, 0, .5)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scrollbar-gutter:stable;overflow-x:clip;background-color:var(--color-bg)}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:1px solid var(--color-border);border-radius:10px;background:var(--color-bg-elevated);color:var(--color-text);cursor:pointer;flex-shrink:0}.theme-toggle:hover{border-color:var(--color-text-muted);background:var(--color-accent-soft)}.theme-toggle__icon{width:18px;height:18px;display:none}html[data-theme=dark] .theme-toggle__icon--sun,html:not([data-theme=dark]) .theme-toggle__icon--moon{display:block}::selection{background:var(--color-accent);color:var(--color-on-accent)}html,body{height:100%;max-width:100%}body{overflow-x:clip}@media (max-width: 768px){:root{--topic-pills-band-height: 0px}}body{font-family:var(--font-sans);background-color:var(--color-bg);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.page-home{--container-width: 100%;background-color:var(--color-bg)}@media (min-width: 1080px){body.page-home{--topic-pills-band-height: 0px;--site-sticky-stack-offset: var(--header-sticky-height)}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}h1,h2{font-family:var(--font-display);font-weight:700;line-height:1.15;letter-spacing:-.02em;margin-bottom:.5em;color:var(--color-text)}h3,h4,h5,h6{font-family:var(--font-sans);font-weight:600;line-height:1.25;margin-bottom:.5em;color:var(--color-text)}p{margin-bottom:1.25em;font-size:1.0625rem}a{color:var(--color-link);text-decoration:none}a:hover{text-decoration:underline}input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]):not([type=hidden]):not([type=color]):not([type=image]):not([type=submit]):not([type=button]):not([type=reset]),textarea,select{color:var(--color-text);background-color:var(--color-bg-elevated);caret-color:var(--color-text)}input::placeholder,textarea::placeholder{color:var(--color-text-muted);opacity:1}option{color:var(--color-text);background-color:var(--color-bg-elevated)}input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill{-webkit-text-fill-color:var(--color-text);caret-color:var(--color-text);box-shadow:0 0 0 1000px var(--color-bg-elevated) inset;transition:background-color 9999s ease-out}nav,header,footer,.ui-text{font-family:var(--font-sans)}.prose-serif,.article-body{font-family:var(--font-serif)}.container{max-width:var(--container-width);margin:0 auto;padding:0 clamp(16px,4vw,72px);width:100%}body.page-home .container{max-width:100%}
