:root{--bg: #f7f5f0;--surface: #fffdf9;--ink: #1a1916;--ink-soft: #4c4a44;--ink-faint: #8a867c;--line: #e5e1d8;--accent: #0e6e62;--accent-ink: #0a5c52;--accent-soft: #e9f2ef;--accent-border: #bcd8d1;--header-bg: rgba(247, 245, 240, .82);--code-bg: #fffdf9;--subtle-bg: #f2efe8;--hash-bg: #f0ede5;--tag-bg: #edeae2;--card-hover-border: #cfcabe;--card-shadow: rgba(38, 34, 26, .07);--badge-auto-text: #8a5a0a;--badge-auto-bg: #f8ecd4;--badge-auto-border: #ecd9ae;--badge-reviewed-text: #14532d;--badge-reviewed-bg: #dcf0e2;--badge-reviewed-border: #b7dfc4;--badge-queued-text: #4c4a44;--badge-queued-bg: #edeae2;--badge-queued-border: #dcd8cd;--verify: #0e6e62;--verify-bg: #e9f2ef;--implication-border: #cfe2dd;--btn-text: #fffdf9;--btn-hover: #0a5c52;--radius: 4px;--maxw: 760px;--serif: "Source Serif 4", Georgia, "Times New Roman", serif;--display: "Fraunces", Georgia, serif;--font: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--mono: "IBM Plex Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace}[data-theme=dark]{--bg: #14130f;--surface: #1c1b16;--ink: #e8e5dd;--ink-soft: #a5a196;--ink-faint: #6e6a5f;--line: #2d2b24;--accent: #4fb3a4;--accent-ink: #63c2b4;--accent-soft: #182420;--accent-border: #2c4a43;--header-bg: rgba(20, 19, 15, .85);--code-bg: #1c1b16;--subtle-bg: #201f19;--hash-bg: #26241d;--tag-bg: #26241d;--card-hover-border: #3e3b31;--card-shadow: rgba(0, 0, 0, .35);--badge-auto-text: #e5b95c;--badge-auto-bg: #33260c;--badge-auto-border: #57431a;--badge-reviewed-text: #7fd39a;--badge-reviewed-bg: #10281a;--badge-reviewed-border: #1e4a2f;--badge-queued-text: #a5a196;--badge-queued-bg: #26241d;--badge-queued-border: #3e3b31;--verify: #4fb3a4;--verify-bg: #182420;--implication-border: #2c4a43;--btn-text: #14130f;--btn-hover: #63c2b4}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font);font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;display:flex;flex-direction:column;min-height:100vh}.wrap{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 24px}a{color:var(--accent-ink);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3{font-family:var(--display);font-weight:600}.site-header{border-bottom:1px solid var(--line);background:var(--header-bg);backdrop-filter:saturate(180%) blur(12px);position:sticky;top:0;z-index:10}.site-header .wrap{display:flex;align-items:center;justify-content:space-between;gap:16px;height:60px}.brand{display:flex;align-items:baseline;gap:8px;color:var(--ink);font-family:var(--display);font-weight:700;letter-spacing:-.01em;flex-shrink:0}.brand:hover{text-decoration:none}.brand-mark{font-size:19px}.brand .x{color:var(--accent);padding:0 1px}.brand-sub{color:var(--ink-faint);font-weight:500;font-size:14px;letter-spacing:0}.brand-wire{font-family:var(--mono);font-size:11px;letter-spacing:.04em;color:var(--ink-faint);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:640px){.brand-wire{display:none}}.site-nav{display:flex;align-items:center;gap:16px;flex-shrink:0}.site-nav a{color:var(--ink-soft);font-size:15px;font-weight:500}.nav-rss{font-family:var(--mono);font-size:12px;letter-spacing:.06em}.theme-toggle{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);color:var(--ink-soft);cursor:pointer;transition:border-color .15s ease,color .15s ease}.theme-toggle:hover{border-color:var(--accent);color:var(--accent)}.theme-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.icon-sun{display:block}.icon-moon,[data-theme=dark] .icon-sun{display:none}[data-theme=dark] .icon-moon{display:block}main.wrap{flex:1 0 auto;padding-top:40px;padding-bottom:64px}.site-footer{border-top:1px solid var(--line);background:var(--surface);padding:28px 0;font-size:14px;color:var(--ink-soft)}.site-footer p{margin:0 0 6px;max-width:56ch}.muted{color:var(--ink-faint)}.subscribe{border-top:1px solid var(--line);background:var(--accent-soft);padding:40px 0}.subscribe h2{font-size:24px;letter-spacing:-.01em;margin:0 0 6px}.subscribe p{color:var(--ink-soft);margin:0 0 16px;max-width:56ch}.subscribe-form{display:flex;gap:8px;flex-wrap:wrap;max-width:460px}.subscribe-form input[type=email]{flex:1 1 220px;padding:11px 14px;font:inherit;border:1px solid var(--accent-border);border-radius:var(--radius);background:var(--surface);color:var(--ink)}.subscribe-form button{padding:11px 20px;font:inherit;font-weight:600;color:var(--btn-text);background:var(--accent);border:none;border-radius:var(--radius);cursor:pointer}.subscribe-form button:hover{background:var(--btn-hover)}
