html{font-family:Satoshi,sans-serif}html.dark{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}main{min-height:100vh}@keyframes fade-in-up{0%{opacity:0;transform:translateY(2rem)}to{opacity:1;transform:translateY(0)}}.animate{opacity:0;animation:.3s forwards fade-in-up}@media (prefers-reduced-motion){.animate{opacity:0;animation:.1s forwards fade-in-up}}#content-header{animation-delay:50ms}#sidebar{animation-delay:.1s}span.katex-display{padding:.5rem;overflow-y:scroll}.astro-code{border-radius:.5rem;margin-top:.5rem;margin-bottom:.5rem;background-color:var(--tw-prose-pre-bg)!important}.astro-code pre{background:0 0;margin:0;padding-inline:0;overflow-x:scroll}.astro-code pre code{counter-reset:step;counter-increment:step 0;color:var(--tw-prose-body);width:100%;min-width:100%;min-height:1.5rem;display:block;position:relative;overflow:scroll}.astro-code pre code .line{padding-inline-end:.75rem}.astro-code pre code .line:before{content:counter(step);counter-increment:step;color:hsl(var(--muted-foreground)/.6);background-color:hsl(var(--muted)/var(--tw-bg-opacity,1));box-sizing:content-box;z-index:2;justify-content:end;width:2rem;padding-inline-end:.75rem;display:inline-flex;position:sticky;inset-inline-start:0}.astro-code pre code .line:last-child:empty{display:none}.astro-code pre code .line:last-child:has(>span:empty:only-child){display:none}.astro-code:has(code){position:relative}.astro-code:has(div.title){padding-top:2rem}.astro-code:has(div.title) code:before{top:calc(2rem + .857143em)}.astro-code button.copy .success:before{content:"Copied!";color:hsl(var(--muted-foreground)/var(--tw-text-opacity,1));background-color:hsl(var(--primary-foreground)/var(--tw-bg-opacity,1));border:1px solid hsl(var(--border));border-radius:.25rem;justify-content:center;align-items:center;margin-right:.5rem;padding:.5rem;font-size:.75rem;display:flex;position:absolute;top:0;bottom:0;right:100%}.astro-code button.copy.copied .success{display:block}.astro-code button.copy.copied .ready{display:none}.astro-code:hover button.copy{opacity:1}.astro-code:hover .language{opacity:0}.astro-code .highlighted,.astro-code .diff{min-width:100%;display:inline-block}.astro-code .highlighted,.astro-code .highlighted:before{background-color:#65758552}.astro-code .diff.remove{background-color:#f43f5e29}.astro-code .diff.remove:before{content:"-";background-color:#f43f5e29}.astro-code .diff.add{background-color:#10b98129}.astro-code .diff.add:before{content:"+";background-color:#10b98129}.dark .astro-code pre span{color:var(--shiki-dark)!important}.dark .astro-code pre .line:before{background-color:hsl(var(--muted)/var(--tw-bg-opacity,1))!important}:root{--scrollbar-width:6px;--scrollbar-bg:#e0e0e0;--scrollbar-thumb-bg:silver}html.dark{--scrollbar-bg:#2e2e2e;--scrollbar-thumb-bg:#4e4e4e}body::-webkit-scrollbar{height:0}::-webkit-scrollbar{background:0 0;width:6px!important;height:6px!important}::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb-bg);border:2px solid var(--scrollbar-thumb-bg);opacity:.5;border-radius:999px}::-webkit-scrollbar-corner{background:0 0}::-webkit-scrollbar-track{background:0 0}