@tailwind base;@tailwind components;@tailwind utilities;:root{--brand-primary: 220 90% 56%;--brand-secondary: 280 70% 60%;--neutral-50: 0 0% 98%;--neutral-100: 0 0% 96%;--neutral-200: 0 0% 90%;--neutral-300: 0 0% 83%;--neutral-400: 0 0% 64%;--neutral-500: 0 0% 45%;--neutral-600: 0 0% 32%;--neutral-700: 0 0% 25%;--neutral-800: 0 0% 15%;--neutral-900: 0 0% 9%;--background: 0 0% 100%;--foreground: 0 0% 9%;--card: 0 0% 100%;--card-foreground: 0 0% 9%;--popover: 0 0% 100%;--popover-foreground: 0 0% 9%;--primary: 220 90% 56%;--primary-foreground: 0 0% 100%;--secondary: 0 0% 96%;--secondary-foreground: 0 0% 9%;--muted: 0 0% 96%;--muted-foreground: 0 0% 45%;--accent: 0 0% 96%;--accent-foreground: 0 0% 9%;--destructive: 0 84% 60%;--destructive-foreground: 0 0% 100%;--border: 0 0% 90%;--input: 0 0% 90%;--ring: 220 90% 56%;--radius: .5rem}.dark{--background: 0 0% 9%;--foreground: 0 0% 98%;--card: 0 0% 15%;--card-foreground: 0 0% 98%;--popover: 0 0% 15%;--popover-foreground: 0 0% 98%;--primary: 220 90% 56%;--primary-foreground: 0 0% 100%;--secondary: 0 0% 15%;--secondary-foreground: 0 0% 98%;--muted: 0 0% 15%;--muted-foreground: 0 0% 64%;--accent: 0 0% 15%;--accent-foreground: 0 0% 98%;--destructive: 0 62% 50%;--destructive-foreground: 0 0% 98%;--border: 0 0% 25%;--input: 0 0% 25%;--ring: 220 90% 56%}*{border-color:hsl(var(--border))}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:hsl(var(--background));color:hsl(var(--foreground))}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:hsl(var(--neutral-800));border-radius:4px}::-webkit-scrollbar-thumb{background:hsl(var(--brand-primary));border-radius:4px;transition:background .2s ease}::-webkit-scrollbar-thumb:hover{background:hsl(var(--brand-secondary))}*{scrollbar-width:thin;scrollbar-color:hsl(var(--brand-primary)) hsl(var(--neutral-800))}@layer base{h1{@apply text-4xl font-bold;}h2{@apply text-3xl font-semibold;}h3{@apply text-2xl font-semibold;}h4{@apply text-xl font-semibold;}}
