@import"tailwindcss";@theme inline{ --color-executive-navy: #0F2747; --color-emerald-green: #16A34A; --color-charcoal-gray: #3F4656; --color-platinum-silver: #F4F7FA; --color-background: hsl(210 100% 97%); --color-foreground: hsl(215 25% 27%); --color-card: hsl(0 0% 100%); --color-card-foreground: hsl(215 25% 27%); --color-popover: hsl(0 0% 100%); --color-popover-foreground: hsl(215 25% 27%); --color-primary: hsl(215 60% 17%); --color-primary-foreground: hsl(0 0% 98%); --color-secondary: hsl(215 15% 95%); --color-secondary-foreground: hsl(215 25% 27%); --color-muted: hsl(215 15% 95%); --color-muted-foreground: hsl(215 15% 45%); --color-accent: hsl(142 73% 35%); --color-accent-foreground: hsl(0 0% 98%); --color-destructive: hsl(0 84% 60%); --color-destructive-foreground: hsl(0 0% 98%); --color-border: hsl(215 20% 90%); --color-input: hsl(215 20% 90%); --color-ring: hsl(142 73% 35%); --color-sidebar-background: hsl(215 60% 98%); --color-sidebar-foreground: hsl(215 25% 27%); --color-sidebar-primary: hsl(215 60% 17%); --color-sidebar-primary-foreground: hsl(0 0% 98%); --color-sidebar-accent: hsl(215 15% 95%); --color-sidebar-accent-foreground: hsl(215 60% 17%); --color-sidebar-border: hsl(215 20% 88%); --color-sidebar-ring: hsl(142 73% 35%); --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"; }:root{--radius: .5rem}@media (prefers-color-scheme: dark){:root{--color-background: hsl(215 60% 10%);--color-foreground: hsl(210 15% 95%);--color-card: hsl(215 60% 12%);--color-card-foreground: hsl(210 15% 95%);--color-popover: hsl(215 60% 12%);--color-popover-foreground: hsl(210 15% 95%);--color-primary: hsl(210 15% 95%);--color-primary-foreground: hsl(215 60% 17%);--color-secondary: hsl(215 30% 20%);--color-secondary-foreground: hsl(210 15% 95%);--color-muted: hsl(215 30% 20%);--color-muted-foreground: hsl(215 15% 65%);--color-accent: hsl(215 30% 20%);--color-accent-foreground: hsl(210 15% 95%);--color-destructive: hsl(0 62% 30%);--color-destructive-foreground: hsl(210 15% 98%);--color-border: hsl(215 30% 20%);--color-input: hsl(215 30% 20%);--color-ring: hsl(142 73% 45%);--color-sidebar-background: hsl(215 60% 10%);--color-sidebar-foreground: hsl(215 10% 95%);--color-sidebar-primary: hsl(142 73% 35%);--color-sidebar-primary-foreground: hsl(0 0% 100%);--color-sidebar-accent: hsl(215 30% 18%);--color-sidebar-accent-foreground: hsl(215 10% 95%);--color-sidebar-border: hsl(215 30% 18%);--color-sidebar-ring: hsl(142 73% 45%)}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f0f2f4}::-webkit-scrollbar-thumb{background:#112745;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#189a48}}
