::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:hsl(var(--background))}::-webkit-scrollbar-thumb{background:hsl(var(--muted-foreground)/.3);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground)/.5)}.prose{font-family:ui-serif,Georgia,Cambria,Times New Roman,Times,serif;line-height:1.8;color:#121212}.prose h1{font-size:2.5rem;margin-top:0;margin-bottom:1.5rem;font-weight:700}.prose h2{font-size:1.5rem;margin-top:2.5rem;margin-bottom:1rem;font-weight:600;scroll-margin-top:80px}.prose p{margin-top:1.25em;margin-bottom:1.25em}.prose strong{font-weight:600}.prose ul{margin-top:1em;margin-bottom:1em;padding-left:1.25em}.prose li{margin-top:.5em;margin-bottom:.5em}.sidebar-item{cursor:pointer;padding:.5rem 1rem;border-radius:.25rem;transition:background-color .3s ease}.sidebar-item:hover{background-color:hsl(var(--muted)/.5)}.sidebar-item.active{background-color:hsl(var(--primary)/.1);color:hsl(var(--primary));font-weight:500}html{scroll-behavior:smooth}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.back-to-top{animation:fadeIn .3s ease-in-out}