:root{--bg: #faf9f7;--surface: #ffffff;--surface-2: #f3f1ec;--surface-3: #eceae4;--text: #1c1b19;--text-muted: #67655e;--text-faint: #9a978f;--border: #e7e4dd;--border-strong: #d3cfc5;--accent: #b45309;--accent-hover: #92400e;--accent-soft: #fdf3e3;--accent-line: #e9c692;--accent-contrast: #ffffff;--info: #1d6fa5;--info-soft: #ecf5fb;--warn: #b45309;--warn-soft: #fdf3e3;--danger: #b4322b;--danger-soft: #fdefee;--success: #2f7d4f;--success-soft: #edf7f0;--radius: 12px;--radius-sm: 7px;--radius-lg: 16px;--sidebar-w: 292px;--toc-w: 218px;--measure: 70ch;--shadow-sm: 0 1px 2px rgb(28 27 25 / .04), 0 1px 3px rgb(28 27 25 / .05);--shadow-md: 0 6px 16px rgb(28 27 25 / .08), 0 2px 6px rgb(28 27 25 / .04);--shadow-lg: 0 18px 40px rgb(28 27 25 / .14), 0 4px 12px rgb(28 27 25 / .06);--ease: cubic-bezier(.32, .72, 0, 1);--ease-out: cubic-bezier(.16, 1, .3, 1)}:root[data-theme=dark]{--bg: #111114;--surface: #17171b;--surface-2: #1e1e24;--surface-3: #26262e;--text: #ecebe8;--text-muted: #9b988f;--text-faint: #6d6b65;--border: #26262d;--border-strong: #383840;--accent: #f0a132;--accent-hover: #f7b957;--accent-soft: #2a1f10;--accent-line: #6b4a1c;--accent-contrast: #14140f;--info: #62b0e0;--info-soft: #10202b;--warn: #f0a132;--warn-soft: #2a1f10;--danger: #ef7c74;--danger-soft: #2b1614;--success: #64c08a;--success-soft: #12241a;--shadow-sm: 0 1px 2px rgb(0 0 0 / .4);--shadow-md: 0 6px 16px rgb(0 0 0 / .45), 0 2px 6px rgb(0 0 0 / .3);--shadow-lg: 0 18px 40px rgb(0 0 0 / .55), 0 4px 12px rgb(0 0 0 / .35)}body{background:var(--bg);color:var(--text);transition:background .25s var(--ease),color .25s var(--ease)}html{scroll-behavior:smooth}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:3px}::selection{background:var(--accent-line);color:var(--text)}*{scrollbar-width:thin;scrollbar-color:var(--border-strong) transparent}*::-webkit-scrollbar{width:11px;height:11px}*::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:99px;border:3px solid transparent;background-clip:content-box}*::-webkit-scrollbar-thumb:hover{background:var(--text-faint);background-clip:content-box}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
