@import"tailwindcss";@theme inline{ --color-navy: #0A2647; --color-royal-blue: #1E40AF; --color-cyan: #06B6D4; --color-light-gray: #F3F4F6; --color-white: #FFFFFF; --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(201 90% 52%); --color-primary-foreground: hsl(210 40% 98%); --color-secondary: hsl(217 91% 60%); --color-secondary-foreground: hsl(210 40% 98%); --color-muted: hsl(217 32% 17%); --color-muted-foreground: hsl(215 20% 65%); --color-accent: hsl(186 81% 43%); --color-accent-foreground: hsl(210 40% 98%); --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(201 90% 52%); --color-sidebar-background: hsl(240 5.9% 10%); --color-sidebar-foreground: hsl(240 4.8% 95%); --color-sidebar-primary: hsl(224 76% 48%); --color-sidebar-primary-foreground: hsl(0 0% 100%); --color-sidebar-accent: hsl(240 3.7% 15%); --color-sidebar-accent-foreground: hsl(240 4.8% 95%); --color-sidebar-border: hsl(240 3.7% 15%); --color-sidebar-ring: hsl(217 91% 59%); --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-sans: var(--font-inter); }:root{--radius: .75rem;--color-navy: #0A2647;--color-royal-blue: #1E40AF;--color-cyan: #06B6D4;--color-light-gray: #F3F4F6;--color-white: #FFFFFF}@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(222 47% 11%);--color-primary-foreground: hsl(210 40% 98%);--color-secondary: hsl(210 40% 96%);--color-secondary-foreground: hsl(222 47% 11%);--color-muted: hsl(210 40% 96%);--color-muted-foreground: hsl(215 16% 47%);--color-accent: hsl(186 81% 43%);--color-accent-foreground: hsl(210 40% 98%);--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(222 47% 11%);--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% 59%)}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;font-family:var(--font-inter)}h1,h2,h3,h4,h5,h6{font-family:var(--font-poppins)}html{scroll-behavior:smooth}.glass{background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.glass-dark{background:#0a26471a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(10,38,71,.2)}.gradient-navy{background:linear-gradient(135deg,#0a2647,#1e40af)}.gradient-cyan{background:linear-gradient(135deg,#06b6d4,#1e40af)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#0f1729;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#1b294b}@media (prefers-color-scheme: dark){::-webkit-scrollbar-track{background:#1d2839}::-webkit-scrollbar-thumb{background:#16a6f3}}}
