@tailwind base;@tailwind components;@tailwind utilities;.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#0000000d;border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#c7c7cc;border-radius:3px;transition:background .2s}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#a1a1aa}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:#c7c7cc rgba(0,0,0,.05)}body{margin:0;font-family:Outfit,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--block-height: 40px}.isometric-scene{transform-style:preserve-3d;width:0;height:0;position:absolute;top:50%;left:50%}.cube{position:absolute;transform-style:preserve-3d;will-change:transform}.cube-face{position:absolute;box-sizing:border-box;width:100%;height:100%;background-color:currentColor;backface-visibility:visible}.cube-top{width:100%;height:100%;transform:translateZ(var(--block-height));background-image:linear-gradient(#ffffff26,#ffffff26)}.cube-south{width:100%;height:var(--block-height);transform-origin:top;top:100%;left:0;transform:rotateX(-90deg);transform:rotateX(90deg);background-image:linear-gradient(#0000001a,#0000001a)}.cube-east{width:var(--block-height);height:100%;transform-origin:left;top:0;left:100%;transform:rotateY(-90deg);background-image:linear-gradient(#0003,#0003)}@keyframes fall{0%{transform:translate3d(var(--tx),var(--ty),var(--tz));opacity:1}to{transform:translate3d(var(--tx),var(--ty),-800px) rotate(45deg);opacity:0}}.falling-animation{animation:fall .8s ease-in forwards;pointer-events:none}@media(max-width:768px){body,html{overflow:hidden;height:100%}#root{height:100%;overflow:hidden}}
