@import"tailwindcss";@theme inline{ --color-deep-navy: #0a1f3f; --color-royal-blue: #1e5494; --color-cyan-accent: #00b4d8; --color-light-gray: #f8f9fa; --color-background: hsl(0 0% 100%); --color-foreground: hsl(210 40% 10%); --color-card: hsl(0 0% 100%); --color-card-foreground: hsl(210 40% 10%); --color-popover: hsl(0 0% 100%); --color-popover-foreground: hsl(210 40% 10%); --color-primary: hsl(215 60% 25%); --color-primary-foreground: hsl(0 0% 100%); --color-secondary: hsl(210 40% 96%); --color-secondary-foreground: hsl(215 60% 25%); --color-muted: hsl(210 40% 96%); --color-muted-foreground: hsl(215 20% 40%); --color-accent: hsl(190 80% 50%); --color-accent-foreground: hsl(215 60% 25%); --color-destructive: hsl(0 84% 60%); --color-destructive-foreground: hsl(0 0% 100%); --color-border: hsl(210 40% 90%); --color-input: hsl(210 40% 90%); --color-ring: hsl(215 60% 25%); --color-sidebar-background: hsl(0 0% 98%); --color-sidebar-foreground: hsl(240 5% 26%); --color-sidebar-primary: hsl(215 60% 25%); --color-sidebar-primary-foreground: hsl(0 0% 100%); --color-sidebar-accent: hsl(210 40% 96%); --color-sidebar-accent-foreground: hsl(215 60% 25%); --color-sidebar-border: hsl(210 40% 90%); --color-sidebar-ring: hsl(190 80% 50%); --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --radius-xl: calc(var(--radius) + 4px); --font-inter: "Inter", ui-sans-serif, system-ui, sans-serif; --font-poppins: "Poppins", ui-sans-serif, system-ui, sans-serif; --font-manrope: "Manrope", ui-sans-serif, system-ui, sans-serif; --font-sans: "Inter", ui-sans-serif, system-ui, sans-serif; }:root{--radius: .6rem;--deep-navy: #0a1f3f;--royal-blue: #1e5494;--cyan-accent: #00b4d8;--light-gray: #f8f9fa}@media (prefers-color-scheme: dark){:root{--color-background: hsl(215 60% 8%);--color-foreground: hsl(210 40% 98%);--color-card: hsl(215 60% 12%);--color-card-foreground: hsl(210 40% 98%);--color-popover: hsl(215 60% 12%);--color-popover-foreground: hsl(210 40% 98%);--color-primary: hsl(190 80% 50%);--color-primary-foreground: hsl(215 60% 8%);--color-secondary: hsl(215 60% 20%);--color-secondary-foreground: hsl(210 40% 98%);--color-muted: hsl(215 60% 20%);--color-muted-foreground: hsl(210 40% 70%);--color-accent: hsl(190 80% 50%);--color-accent-foreground: hsl(215 60% 8%);--color-destructive: hsl(0 62% 40%);--color-destructive-foreground: hsl(210 40% 98%);--color-border: hsl(215 60% 20%);--color-input: hsl(215 60% 20%);--color-ring: hsl(190 80% 50%);--color-sidebar-background: hsl(215 60% 8%);--color-sidebar-foreground: hsl(210 40% 90%);--color-sidebar-primary: hsl(190 80% 50%);--color-sidebar-primary-foreground: hsl(215 60% 8%);--color-sidebar-accent: hsl(215 60% 15%);--color-sidebar-accent-foreground: hsl(210 40% 98%);--color-sidebar-border: hsl(215 60% 15%);--color-sidebar-ring: hsl(190 80% 50%);--deep-navy: #0a1f3f;--royal-blue: #1e5494;--cyan-accent: #00b4d8;--light-gray: #f8f9fa}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;}}
