@tailwind base;@tailwind components;@tailwind utilities;:root{--foreground-rgb:255,255,255;--background-rgb:10,10,10}body{color:rgb(var(--foreground-rgb));background:rgb(var(--background-rgb));-webkit-tap-highlight-color:transparent;overscroll-behavior:none}.safe-area-bottom{padding-bottom:env(safe-area-inset-bottom,0)}body,html{overscroll-behavior-y:contain}@media (max-width:768px){::-webkit-scrollbar{display:none}body{-ms-overflow-style:none;scrollbar-width:none}}@media (min-width:769px){::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#444}}input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;cursor:pointer}input[type=range]::-webkit-slider-runnable-track{background:#333;height:4px;border-radius:2px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;background:#8b5cf6;border-radius:50%;margin-top:-6px}@media (min-width:768px){input[type=range]::-webkit-slider-thumb{width:12px;height:12px;margin-top:-4px}}input[type=range]::-webkit-slider-thumb:hover{background:#a78bfa;transform:scale(1.2)}@media (hover:none){input[type=range]::-webkit-slider-thumb:active{background:#a78bfa;transform:scale(1.3)}}