:root{color-scheme:dark}html,body{transition:background-color 180ms ease, color 180ms ease}body{--site-bg: #141311;--site-surface: #1c1a17;--site-elevated: #24211d;--site-text: #e6e9ed;--site-muted: #b9ab98;--site-accent: #d6a65f;--site-accent-visited: #f1b4d8;--site-border: #3d3730;--site-highlight: #31281c;--site-rule: #5a4d3c;--theme-switcher-active: #b8bec6;--inline-code-bg: #f2eadb;--inline-code-text: #16130f;--code-block-bg: #181b1f;--blockquote-bg: rgba(214, 166, 95, 0.08);--selection-bg: rgba(214, 166, 95, 0.3);--theme-switcher-bg: rgba(28, 26, 23, 0.9);--theme-switcher-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);--mermaid-shell-border: #2f3540;--mermaid-shell-bg: #181b1f;--mermaid-shell-shadow: 0 8px 20px rgba(0, 0, 0, 0.24);--mermaid-primary-fill: #1f2428;--mermaid-secondary-fill: #262b31;--mermaid-tertiary-fill: #2c3235;--mermaid-cluster-fill: rgba(87, 148, 242, 0.05);--mermaid-primary-text: #d8d9da;--mermaid-axis-text: #9fa7b3;--mermaid-primary-border: #3d434b;--mermaid-line: #5794f2;--mermaid-success: #73bf69;--mermaid-note-fill: #2c2817;--mermaid-note-text: #fade2a;--mermaid-note-border: #fade2a;background:var(--site-bg);color:var(--site-text)}body[a="light"]{--site-bg: #f4eee1;--site-surface: #fbf7ed;--site-elevated: #f6ecdb;--site-text: #241c16;--site-muted: #6c5a4b;--site-accent: #784501;--site-accent-visited: #76548d;--site-border: #cbb597;--site-highlight: #ead8b7;--site-rule: #a7855d;--theme-switcher-active: #784501;--inline-code-bg: #2b211a;--inline-code-text: #faf4e9;--code-block-bg: #f7ecda;--blockquote-bg: rgba(120, 69, 1, 0.08);--selection-bg: rgba(120, 69, 1, 0.18);--theme-switcher-bg: rgba(251, 247, 237, 0.94);--theme-switcher-shadow: 0 14px 34px rgba(80, 55, 33, 0.14);--mermaid-shell-border: #c7ae8c;--mermaid-shell-bg: #fbf6eb;--mermaid-shell-shadow: 0 10px 24px rgba(73, 45, 24, 0.12);--mermaid-primary-fill: #f6ecda;--mermaid-secondary-fill: #f1e3cd;--mermaid-tertiary-fill: #ebdac0;--mermaid-cluster-fill: rgba(120, 69, 1, 0.06);--mermaid-primary-text: #3a2b20;--mermaid-axis-text: #7c6857;--mermaid-primary-border: #784501;--mermaid-line: #784501;--mermaid-success: #5f8b45;--mermaid-note-fill: #f2dca5;--mermaid-note-text: #5c4111;--mermaid-note-border: #bf8a21;background:var(--site-bg);color:var(--site-text)}body[a="dark"]{color-scheme:dark}body[a="light"]{color-scheme:light}body,body pre,body table,body blockquote,body details,body .toc{border-color:var(--site-border)}body a{color:var(--site-accent)}body a:visited{color:var(--site-accent-visited)}body *:target{background:var(--site-highlight);color:var(--site-text)}body ::selection{background:var(--selection-bg)}body h1,body h2,body h3,body h4,body h5,body h6,body strong,body th{color:var(--site-text)}body p,body li,body td,body figcaption,body time,body summary{color:var(--site-text)}body hr{color:var(--site-rule)}body hr::before,body hr::after{color:var(--site-rule)}body code:not(pre>code){background-color:var(--inline-code-bg);color:var(--inline-code-text)}body pre{background:var(--code-block-bg);border:1px solid var(--site-border);border-radius:6px}body blockquote,body details,body .toc,body table,body th,body td{border-color:var(--site-border)}body blockquote{background:var(--blockquote-bg)}.w{position:relative}.theme-switcher{display:flex;justify-content:flex-end;align-items:center;gap:0;margin-bottom:1.5rem;color:var(--site-text);font-family:Consolas, "SFMono-Regular", Menlo, Monaco, monospace;font-size:0.95rem;letter-spacing:0;text-transform:none}.theme-switcher__controls{display:inline-flex;align-items:center;gap:0.35rem;padding:0;border:0;background:transparent !important;box-shadow:none !important;backdrop-filter:none}.theme-switcher__button{appearance:none;border:0;background:transparent !important;box-shadow:none !important;color:inherit;cursor:pointer;font:inherit;letter-spacing:0;padding:0;text-transform:none;transition:color 180ms ease}.theme-switcher__button:hover,.theme-switcher__button:focus-visible{color:var(--site-text);outline:none;text-decoration:underline}.theme-switcher__button[data-active="true"]{color:var(--theme-switcher-active);font-weight:700}.theme-switcher__ascii{color:inherit}.post-meta{color:var(--site-muted)}.mermaid-shell{border-color:var(--mermaid-shell-border) !important;background:var(--mermaid-shell-bg) !important;box-shadow:var(--mermaid-shell-shadow) !important}@media (max-width: 640px){.theme-switcher{justify-content:space-between;gap:0;margin-bottom:1.25rem}.theme-switcher__button{padding:0}}
