@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{.custom-scrollbar::-webkit-scrollbar{width:4px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#fff3}}body{margin:0;padding:0;background-color:#050505;color:#e3e3e3;-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif}.bg-grid-pattern{background-size:40px 40px;background-image:linear-gradient(to right,rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.03) 1px,transparent 1px)}input[type=range]{-webkit-appearance:none;background:transparent;width:100%}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;height:12px;width:12px;border-radius:50%;background:#fff;cursor:pointer;margin-top:-4px;box-shadow:0 0 4px #000c}input[type=range]::-webkit-slider-runnable-track{width:100%;height:4px;cursor:pointer;background:#333;border-radius:2px}.slider-cyan::-webkit-slider-thumb{background:#0ff;box-shadow:0 0 10px #00ffff80}.slider-purple::-webkit-slider-thumb{background:#d946ef;box-shadow:0 0 10px #d946ef80}
