@import"tailwindcss";@theme inline{ --color-background: hsl(222 47% 11%); --color-foreground: hsl(210 40% 98%); --color-card: hsl(222 47% 11%); --color-card-foreground: hsl(210 40% 98%); --color-popover: hsl(222 47% 11%); --color-popover-foreground: hsl(210 40% 98%); --color-primary: hsl(217 91% 60%); --color-primary-foreground: hsl(210 40% 98%); --color-secondary: hsl(186 100% 44%); --color-secondary-foreground: hsl(222 47% 11%); --color-muted: hsl(217 32% 17%); --color-muted-foreground: hsl(215 20% 65%); --color-accent: hsl(186 100% 44%); --color-accent-foreground: hsl(222 47% 11%); --color-destructive: hsl(0 62% 30%); --color-destructive-foreground: hsl(210 40% 98%); --color-border: hsl(217 32% 17%); --color-input: hsl(217 32% 17%); --color-ring: hsl(217 91% 60%); --color-sidebar-background: hsl(222 47% 11%); --color-sidebar-foreground: hsl(210 40% 98%); --color-sidebar-primary: hsl(217 91% 60%); --color-sidebar-primary-foreground: hsl(210 40% 98%); --color-sidebar-accent: hsl(217 32% 17%); --color-sidebar-accent-foreground: hsl(210 40% 98%); --color-sidebar-border: hsl(217 32% 17%); --color-sidebar-ring: hsl(217 91% 60%); --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --font-sans: "Inter", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; --font-display: "Manrope", ui-sans-serif, system-ui, sans-serif; }:root{--radius: .5rem;--midnight-navy: #0F172A;--royal-blue: #2563EB;--electric-cyan: #06B6D4;--emerald-green: #10B981}@media (prefers-color-scheme: light){:root{--color-background: hsl(0 0% 100%);--color-foreground: hsl(222 47% 11%);--color-card: hsl(0 0% 100%);--color-card-foreground: hsl(222 47% 11%);--color-popover: hsl(0 0% 100%);--color-popover-foreground: hsl(222 47% 11%);--color-primary: hsl(217 91% 60%);--color-primary-foreground: hsl(210 40% 98%);--color-secondary: hsl(186 100% 44%);--color-secondary-foreground: hsl(222 47% 11%);--color-muted: hsl(210 40% 96%);--color-muted-foreground: hsl(215 16% 47%);--color-accent: hsl(186 100% 44%);--color-accent-foreground: hsl(222 47% 11%);--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(222 47% 11%);--color-sidebar-primary: hsl(217 91% 60%);--color-sidebar-primary-foreground: hsl(210 40% 98%);--color-sidebar-accent: hsl(210 40% 96%);--color-sidebar-accent-foreground: hsl(222 47% 11%);--color-sidebar-border: hsl(220 13% 91%);--color-sidebar-ring: hsl(217 91% 60%)}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground font-sans;}h1,h2,h3,h4,h5,h6{@apply font-display;}}
