.theme{--animate-shiny-text:shiny-text 8s infinite}*{border-color:hsl(var(--border))}body{background-color:hsl(var(--background));color:hsl(var(--foreground))}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:0 0}html.light ::-webkit-scrollbar-thumb{background-color:#000;background-clip:content-box;border:3px solid #0000;border-radius:6px}html.dark ::-webkit-scrollbar-thumb{background-color:#545454;background-clip:content-box;border:3px solid #0000;border-radius:6px}html{scrollbar-width:thin;scrollbar-color:var(--scroll-thumb) transparent}html.light{--scroll-thumb:#000}html.dark{--scroll-thumb:#545454}@keyframes pulse-subtle{0%,to{opacity:.6}50%{opacity:1}}.animate-pulse-subtle{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse-subtle}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.scale-\[1\.01\]{transition:transform .2s}@font-face{font-family:Minecraft;src:url(/fonts/Minecraft.ttf)format("truetype");font-weight:400;font-style:normal}.font-minecraft{font-family:Minecraft,sans-serif}@theme inline{--animate-shiny-text: shiny-text 8s infinite; @keyframes shiny-text { 0%, 90%, 100% { background-position: calc(-100% - var(--shiny-width)) 0; } 30%, 60% { background-position: calc(100% + var(--shiny-width)) 0; } }}