@import"tailwindcss";@theme inline{ --color-background: hsl(210 40% 98%); --color-foreground: hsl(215 25% 10%); --color-card: hsl(0 0% 100%); --color-card-foreground: hsl(215 25% 10%); --color-popover: hsl(0 0% 100%); --color-popover-foreground: hsl(215 25% 10%); --color-primary: hsl(214 80% 15%); --color-primary-foreground: hsl(210 40% 98%); --color-secondary: hsl(210 40% 96%); --color-secondary-foreground: hsl(215 25% 10%); --color-muted: hsl(210 40% 96%); --color-muted-foreground: hsl(215 16% 45%); --color-accent: hsl(186 100% 42%); --color-accent-foreground: hsl(215 25% 10%); --color-destructive: hsl(0 84% 60%); --color-destructive-foreground: hsl(210 40% 98%); --color-border: hsl(214 32% 91%); --color-input: hsl(214 32% 91%); --color-ring: hsl(217 91% 60%); --color-sidebar-background: hsl(0 0% 98%); --color-sidebar-foreground: hsl(240 5% 26%); --color-sidebar-primary: hsl(240 6% 10%); --color-sidebar-primary-foreground: hsl(0 0% 98%); --color-sidebar-accent: hsl(240 5% 96%); --color-sidebar-accent-foreground: hsl(240 6% 10%); --color-sidebar-border: hsl(220 13% 91%); --color-sidebar-ring: hsl(217 91% 60%); --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --radius-xl: calc(var(--radius) + 4px); --font-sans: "Inter", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; --font-heading: "Manrope", ui-sans-serif, system-ui, sans-serif; }:root{--radius: .6rem;--brand-navy: #0B1F3A;--brand-blue: #2563EB;--brand-cyan: #06B6D4;--brand-emerald: #10B981}@media (prefers-color-scheme: dark){:root{--color-background: hsl(214 50% 8%);--color-foreground: hsl(210 40% 96%);--color-card: hsl(214 50% 12%);--color-card-foreground: hsl(210 40% 96%);--color-popover: hsl(214 50% 12%);--color-popover-foreground: hsl(210 40% 96%);--color-primary: hsl(210 40% 98%);--color-primary-foreground: hsl(214 80% 15%);--color-secondary: hsl(214 50% 15%);--color-secondary-foreground: hsl(210 40% 96%);--color-muted: hsl(214 50% 15%);--color-muted-foreground: hsl(215 20% 65%);--color-accent: hsl(186 100% 42%);--color-accent-foreground: hsl(215 25% 10%);--color-destructive: hsl(0 63% 31%);--color-destructive-foreground: hsl(210 40% 98%);--color-border: hsl(214 50% 15%);--color-input: hsl(214 50% 15%);--color-ring: hsl(217 91% 60%);--color-sidebar-background: hsl(240 6% 10%);--color-sidebar-foreground: hsl(240 5% 96%);--color-sidebar-primary: hsl(224 76% 48%);--color-sidebar-primary-foreground: hsl(0 0% 100%);--color-sidebar-accent: hsl(240 4% 16%);--color-sidebar-accent-foreground: hsl(240 5% 96%);--color-sidebar-border: hsl(240 4% 16%);--color-sidebar-ring: hsl(217 91% 60%)}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;}h1,h2,h3,h4,h5,h6{@apply font-heading tracking-tight;}.glass{@apply bg-white/10 backdrop-blur-md border border-white/20;}.gradient-aurora{background:linear-gradient(135deg,#2563eb1a,#06b6d41a,#10b9810d)}.gradient-text{@apply bg-gradient-to-r from-blue-600 to-cyan-500 bg-clip-text text-transparent;}}
