@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background: 0 0% 100%;--foreground: 220 9% 30%;--card: 0 0% 100%;--card-foreground: 220 9% 30%;--popover: 0 0% 100%;--popover-foreground: 220 9% 30%;--primary: 220 9% 35%;--primary-foreground: 0 0% 98%;--secondary: 220 6% 75%;--secondary-foreground: 220 9% 30%;--muted: 220 6% 75%;--muted-foreground: 220 5% 50%;--accent: 220 6% 73%;--accent-foreground: 220 9% 20%;--destructive: 0 84% 60%;--destructive-foreground: 0 0% 98%;--border: 240 6% 90%;--input: 240 6% 90%;--ring: 240 5% 65%;--radius: .5rem;--blue: 214 95% 97%;--blue-border: 217 91% 60%;--blue-text: 221 83% 53%;--blue-muted: 214 95% 93%;--orange: 34 100% 97%;--orange-border: 21 90% 48%;--orange-text: 17 88% 40%;--green: 142 76% 97%;--green-border: 142 71% 45%;--green-text: 142 76% 36%;--green-muted: 142 69% 90%;--yellow: 48 96% 97%;--yellow-border: 45 93% 47%;--yellow-text: 32 95% 44%;--yellow-muted: 48 96% 89%;--red: 0 93% 97%;--red-border: 0 84% 60%;--red-text: 0 72% 51%;--red-muted: 0 93% 94%;--indigo: 226 100% 97%;--indigo-border: 239 84% 67%;--indigo-text: 239 84% 67%;--indigo-muted: 226 100% 94%;--purple: 270 100% 98%;--purple-border: 270 91% 65%;--purple-text: 270 91% 65%;--cyan-border: 189 94% 43%;--cyan-text: 189 94% 43%}.dark{--background: 0 0% 4%;--foreground: 0 0% 95%;--card: 0 0% 7%;--card-foreground: 0 0% 95%;--popover: 0 0% 7%;--popover-foreground: 0 0% 95%;--primary: 0 0% 98%;--primary-foreground: 0 0% 9%;--secondary: 0 0% 18%;--secondary-foreground: 0 0% 98%;--muted: 0 0% 18%;--muted-foreground: 0 0% 55%;--accent: 0 0% 20%;--accent-foreground: 0 0% 98%;--destructive: 0 62% 50%;--destructive-foreground: 0 0% 98%;--border: 0 0% 15%;--input: 0 0% 13%;--ring: 0 0% 50%;--blue: 217 33% 12%;--blue-border: 217 91% 60%;--blue-text: 213 94% 68%;--blue-muted: 217 33% 20%;--orange: 20 40% 12%;--orange-border: 21 90% 48%;--orange-text: 27 96% 61%;--green: 142 40% 10%;--green-border: 142 71% 45%;--green-text: 142 69% 58%;--green-muted: 142 40% 18%;--yellow: 40 40% 10%;--yellow-border: 45 93% 47%;--yellow-text: 48 96% 53%;--yellow-muted: 40 40% 18%;--red: 0 40% 12%;--red-border: 0 72% 51%;--red-text: 0 91% 71%;--red-muted: 0 40% 20%;--indigo: 239 30% 14%;--indigo-border: 239 84% 67%;--indigo-text: 239 84% 74%;--indigo-muted: 239 30% 22%;--purple: 270 30% 14%;--purple-border: 270 91% 65%;--purple-text: 270 91% 72%}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground antialiased;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,SF Mono,system-ui,sans-serif;font-size:11px;font-weight:400;overflow-y:hidden}code,pre,.font-mono{font-family:SF Mono,Monaco,Menlo,Courier New,monospace;font-size:10px}h1,h2,h3,h4,h5,h6{@apply font-medium;}.header-small-caps{font-variant:small-caps;font-size:.9em;letter-spacing:.03em;text-transform:uppercase;font-weight:500}a{@apply transition-colors duration-100;}a:hover{@apply text-foreground;}.prose pre,.prose .group\/code{@apply w-full max-w-full;}}*{scrollbar-width:thin;scrollbar-color:hsl(var(--border)) transparent}*::-webkit-scrollbar{width:6px;height:6px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background-color:hsl(var(--border));border-radius:3px}*::-webkit-scrollbar-thumb:hover{background-color:hsl(var(--muted-foreground) / .4)}.scrollbar-hide{scrollbar-width:none;-ms-overflow-style:none}.scrollbar-hide::-webkit-scrollbar{display:none}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:hsl(var(--muted-foreground) / .3) transparent}.custom-scrollbar::-webkit-scrollbar{width:8px}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:hsl(var(--muted-foreground) / .3);border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:hsl(var(--muted-foreground) / .5)}@layer utilities{.focus-ring{@apply focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background;}}
