:root{--background:#fff;--foreground:#171717;--fg-deeper:#000;--fg-deep:#333;--fg-muted:#6b7280;--border-color:#e5e7eb;--accent-color:#3b82f6;--accent-color-light:#93c5fd;--c-scrollbar:#eee;--c-scrollbar-hover:#bbb}html{background:var(--background);overflow:hidden scroll;scroll-behavior:smooth!important}body{color:var(--foreground);font-family:var(--font-sans);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:0 0}html.dark{--background:#222;--foreground:#fbfbfb;--fg-deeper:#fff;--fg-deep:#e5e5e5;--fg-muted:#a1a1aa;--border-color:#3f3f46;--accent-color:#60a5fa;--accent-color-light:#3b82f6;--c-scrollbar:#111;--c-scrollbar-hover:#222}html.dark .shiki,html.dark .shiki span{color:var(--shiki-dark)!important;background-color:var(--shiki-dark-bg)!important;font-style:var(--shiki-dark-font-style)!important;font-weight:var(--shiki-dark-font-weight)!important;-webkit-text-decoration:var(--shiki-dark-text-decoration)!important;text-decoration:var(--shiki-dark-text-decoration)!important}::selection{background:#8884}#nprogress{pointer-events:none}#nprogress .bar{opacity:.75;z-index:1031;background:#888;width:100%;height:2px;position:fixed;top:0;left:0}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}@keyframes slide-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:no-preference){[slide-enter],.slide-enter,.slide-enter-content>*{--enter-stage:0;--enter-step:.15s;--enter-initial:0s;animation:1s both slide-enter;animation-delay:calc(var(--enter-initial) + var(--enter-stage)*var(--enter-step))}.slide-enter-content>:first-child{--enter-stage:1}.slide-enter-content>:nth-child(2){--enter-stage:2}.slide-enter-content>:nth-child(3){--enter-stage:3}.slide-enter-content>:nth-child(4){--enter-stage:4}.slide-enter-content>:nth-child(5){--enter-stage:5}.slide-enter-content>:nth-child(6){--enter-stage:6}.slide-enter-content>:nth-child(7){--enter-stage:7}.slide-enter-content>:nth-child(8){--enter-stage:8}.slide-enter-content>:nth-child(9){--enter-stage:9}.slide-enter-content>:nth-child(10){--enter-stage:10}.slide-enter-content>:nth-child(11){--enter-stage:11}.slide-enter-content>:nth-child(12){--enter-stage:12}.slide-enter-content>:nth-child(13){--enter-stage:13}.slide-enter-content>:nth-child(14){--enter-stage:14}.slide-enter-content>:nth-child(15){--enter-stage:15}.slide-enter-content>:nth-child(16){--enter-stage:16}.slide-enter-content>:nth-child(17){--enter-stage:17}.slide-enter-content>:nth-child(18){--enter-stage:18}.slide-enter-content>:nth-child(19){--enter-stage:19}.slide-enter-content>:nth-child(20){--enter-stage:20}}.fade-enter-active,.fade-leave-active{transition:opacity .2s}.fade-enter-from,.fade-leave-to{opacity:0}.content-wrapper{--enter-step:60ms;animation:.8s both slide-enter;animation-delay:calc(var(--enter-initial,0s) + var(--content-index,0)*var(--enter-step))}.heading-wrapper{animation-delay:calc(var(--enter-initial,0s) + var(--content-index,0)*var(--enter-step) - 20ms)}.toc-item-wrapper,.toc-heading-wrapper{--enter-step:60ms;animation:.8s both slide-enter;animation-delay:calc(var(--enter-initial,0s) + var(--content-index,0)*var(--enter-step))}.content-wrapper>*,.toc-item-wrapper>*{animation:none!important}
.prose a{text-decoration:none!important}
