@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background:240 11% 4%;--foreground:240 100% 98%;--surface-1:240 11% 8%;--surface-2:240 11% 12%;--surface-3:240 11% 16%;--primary:250 100% 69%;--primary-foreground:0 0% 100%;--muted:240 11% 16%;--muted-foreground:240 15% 55%;--border:240 11% 20%;--ring:250 100% 69%;--radius:4px}*{border-color:hsl(var(--border))}body{background-color:hsl(var(--background));color:hsl(var(--foreground));font-family:Inter,system-ui,sans-serif;font-feature-settings:"cv02","cv03","cv04","cv11";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:hsl(var(--surface-1))}::-webkit-scrollbar-thumb{background:hsl(var(--surface-3));border-radius:3px}::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground))}}