@import"tailwindcss";@theme inline{ --color-background: hsl(210 100% 98%); --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: #0B1F3A; --color-primary-foreground: hsl(210 40% 98%); --color-secondary: #2563EB; --color-secondary-foreground: hsl(210 40% 98%); --color-muted: hsl(210 40% 96%); --color-muted-foreground: hsl(215 20% 40%); --color-accent: #10B981; --color-accent-foreground: hsl(210 40% 98%); --color-destructive: hsl(0 84% 60%); --color-destructive-foreground: hsl(210 40% 98%); --color-border: hsl(214 30% 90%); --color-input: hsl(214 30% 90%); --color-ring: #2563EB; --color-sidebar-background: hsl(0 0% 98%); --color-sidebar-foreground: hsl(240 5% 26%); --color-sidebar-primary: #0B1F3A; --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: #2563EB; --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-heading: "Manrope", ui-sans-serif, system-ui, sans-serif; --font-display: "Poppins", ui-sans-serif, system-ui, sans-serif; --color-brand-navy: #0B1F3A; --color-brand-blue: #2563EB; --color-brand-emerald: #10B981; --color-brand-cyan: #06B6D4; --color-brand-white: #FFFFFF; --color-brand-gray: #F8FAFC; }:root{--radius: .75rem}@media (prefers-color-scheme: dark){:root{--color-background: #0B1F3A;--color-foreground: hsl(210 40% 98%);--color-card: hsl(215 30% 12%);--color-card-foreground: hsl(210 40% 98%);--color-popover: hsl(215 30% 12%);--color-popover-foreground: hsl(210 40% 98%);--color-primary: hsl(210 40% 98%);--color-primary-foreground: #0B1F3A;--color-secondary: #2563EB;--color-secondary-foreground: hsl(210 40% 98%);--color-muted: hsl(215 30% 18%);--color-muted-foreground: hsl(215 20% 65%);--color-accent: #10B981;--color-accent-foreground: hsl(210 40% 98%);--color-destructive: hsl(0 62% 35%);--color-destructive-foreground: hsl(210 40% 98%);--color-border: hsl(215 30% 18%);--color-input: hsl(215 30% 18%);--color-ring: #2563EB;--color-sidebar-background: #0B1F3A;--color-sidebar-foreground: hsl(240 5% 96%);--color-sidebar-primary: #2563EB;--color-sidebar-primary-foreground: hsl(0 0% 100%);--color-sidebar-accent: hsl(215 25% 15%);--color-sidebar-accent-foreground: hsl(240 5% 96%);--color-sidebar-border: hsl(215 30% 18%);--color-sidebar-ring: #2563EB}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;}.glass{background:#ffffff1a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2)}.glass-dark{background:#0b1f3ab3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1)}*{transition:background-color .3s ease,border-color .3s ease,color .3s ease}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#2563eb;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#1d4ed8}}
