@tailwind base;@tailwind components;@tailwind utilities;@layer base{[data-color-scheme=slate]{--background: 220 15% 98%;--foreground: 215 25% 12%;--card: 220 10% 100%;--card-foreground: 215 25% 12%;--popover: 220 10% 100%;--popover-foreground: 215 25% 12%;--primary: 215 50% 48%;--primary-foreground: 0 0% 100%;--secondary: 218 15% 95%;--secondary-foreground: 215 25% 12%;--muted: 218 15% 95%;--muted-foreground: 215 10% 46%;--accent: 220 40% 97%;--accent-foreground: 215 25% 12%;--destructive: 0 84% 60%;--destructive-foreground: 0 0% 100%;--border: 216 14% 90%;--input: 216 14% 90%;--ring: 215 50% 48%;--radius: .75rem}[data-color-scheme=slate].dark{--background: 215 28% 9%;--foreground: 218 15% 93%;--card: 215 20% 15%;--card-foreground: 218 15% 93%;--popover: 215 20% 15%;--popover-foreground: 218 15% 93%;--primary: 215 45% 58%;--primary-foreground: 0 0% 100%;--secondary: 215 20% 18%;--secondary-foreground: 218 15% 93%;--muted: 215 20% 18%;--muted-foreground: 215 10% 58%;--accent: 215 20% 18%;--accent-foreground: 218 15% 93%;--destructive: 0 63% 69%;--destructive-foreground: 0 0% 100%;--border: 215 20% 22%;--input: 215 20% 22%;--ring: 215 45% 58%;--radius: .75rem}[data-color-scheme=ocean]{--background: 210 40% 99%;--foreground: 222 47% 11%;--card: 0 0% 100%;--card-foreground: 222 47% 11%;--popover: 0 0% 100%;--popover-foreground: 222 47% 11%;--primary: 243 75% 59%;--primary-foreground: 0 0% 100%;--secondary: 210 40% 96%;--secondary-foreground: 222 47% 11%;--muted: 210 40% 96%;--muted-foreground: 215 16% 47%;--accent: 226 100% 97%;--accent-foreground: 222 47% 11%;--destructive: 0 84% 60%;--destructive-foreground: 0 0% 100%;--border: 214 32% 91%;--input: 214 32% 91%;--ring: 243 75% 59%;--radius: .75rem}[data-color-scheme=ocean].dark{--background: 222 47% 11%;--foreground: 210 40% 98%;--card: 217 33% 17%;--card-foreground: 210 40% 98%;--popover: 217 33% 17%;--popover-foreground: 210 40% 98%;--primary: 239 84% 67%;--primary-foreground: 0 0% 100%;--secondary: 217 33% 17%;--secondary-foreground: 210 40% 98%;--muted: 217 33% 17%;--muted-foreground: 215 20% 65%;--accent: 217 33% 17%;--accent-foreground: 210 40% 98%;--destructive: 0 63% 69%;--destructive-foreground: 0 0% 100%;--border: 217 33% 25%;--input: 217 33% 25%;--ring: 239 84% 67%;--radius: .75rem}*{@apply border-border;}body{@apply bg-background text-foreground;font-family:DM Sans,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Plus Jakarta Sans,DM Sans,system-ui,sans-serif;font-weight:700;letter-spacing:-.02em}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:hsl(var(--muted-foreground) / .3);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground) / .5)}*{scrollbar-width:thin;scrollbar-color:hsl(var(--muted-foreground) / .3) transparent}
