@tailwind base;@tailwind components;@tailwind utilities;:root{--foreground-rgb:0,0,0;--background-rgb:248,250,252}.dark{--foreground-rgb:255,255,255;--background-rgb:15,23,42}body{color:rgb(var(--foreground-rgb));background:rgb(var(--background-rgb))}*{box-sizing:border-box}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:3px}.dark ::-webkit-scrollbar-thumb{background:#475569}