@import"https://fonts.googleapis.com/css2?family=Audiowide&family=IBM+Plex+Sans:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&family=Teko:wght@400;500;600;700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background: 222 47% 2%;--foreground: 210 40% 96%;--card: 222 47% 6%;--card-foreground: 210 40% 96%;--popover: 222 47% 6%;--popover-foreground: 210 40% 96%;--primary: 199 89% 48%;--primary-foreground: 222 47% 2%;--primary-glow: 199 89% 48%;--secondary: 217 33% 17%;--secondary-foreground: 215 20% 65%;--muted: 217 33% 17%;--muted-foreground: 215 16% 47%;--accent: 217 33% 17%;--accent-foreground: 210 40% 96%;--destructive: 0 84% 60%;--destructive-foreground: 210 40% 96%;--success: 199 89% 48%;--success-foreground: 222 47% 2%;--warning: 38 92% 50%;--warning-foreground: 222 47% 2%;--border: 217 33% 25%;--input: 217 33% 17%;--ring: 199 89% 48%;--radius: .375rem;--gradient-primary: linear-gradient(135deg, hsl(199 89% 48%), hsl(199 89% 58%));--gradient-surface: linear-gradient(180deg, hsl(222 47% 6%), hsl(222 47% 2%));--shadow-construction: 0 4px 12px -2px hsl(0 0% 0% / .3);--shadow-elevation: 0 8px 25px -5px hsl(0 0% 0% / .4);--shadow-glow: 0 0 20px hsl(199 89% 48% / .4);--font-display: "Audiowide", sans-serif;--font-heading: "Teko", sans-serif;--font-body: "IBM Plex Sans", system-ui, sans-serif;--font-mono: "JetBrains Mono", Consolas, monospace;--sidebar-background: 222 47% 4%;--sidebar-foreground: 210 40% 96%;--sidebar-primary: 199 89% 48%;--sidebar-primary-foreground: 222 47% 2%;--sidebar-accent: 217 33% 17%;--sidebar-accent-foreground: 210 40% 96%;--sidebar-border: 217 33% 20%;--sidebar-ring: 199 89% 48%}.light{--background: 0 0% 98%;--foreground: 222 47% 11%;--card: 0 0% 100%;--card-foreground: 222 47% 11%;--popover: 0 0% 100%;--popover-foreground: 222 47% 11%;--primary: 199 89% 42%;--primary-foreground: 0 0% 100%;--primary-glow: 199 89% 48%;--secondary: 210 40% 96%;--secondary-foreground: 222 47% 11%;--muted: 210 40% 96%;--muted-foreground: 215 16% 47%;--accent: 210 40% 96%;--accent-foreground: 222 47% 11%;--destructive: 0 84% 60%;--destructive-foreground: 0 0% 100%;--success: 199 89% 42%;--success-foreground: 0 0% 100%;--warning: 38 92% 50%;--warning-foreground: 222 47% 11%;--border: 214 32% 91%;--input: 214 32% 91%;--ring: 199 89% 48%;--gradient-primary: linear-gradient(135deg, hsl(199 89% 42%), hsl(199 89% 52%));--gradient-surface: linear-gradient(180deg, hsl(0 0% 100%), hsl(210 40% 96%));--shadow-construction: 0 4px 12px -2px hsl(222 47% 11% / .1);--shadow-elevation: 0 8px 25px -5px hsl(222 47% 11% / .15);--shadow-glow: 0 0 20px hsl(199 89% 48% / .3);--sidebar-background: 0 0% 98%;--sidebar-foreground: 222 47% 11%;--sidebar-primary: 199 89% 42%;--sidebar-primary-foreground: 0 0% 100%;--sidebar-accent: 210 40% 96%;--sidebar-accent-foreground: 222 47% 11%;--sidebar-border: 214 32% 91%;--sidebar-ring: 199 89% 48%}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.02em;font-weight:500}.font-display{font-family:var(--font-display);letter-spacing:.1em}code,pre,.font-mono{font-family:var(--font-mono)}}
