@import"tailwindcss";@theme inline{ --color-background: #FFFFFF; --color-foreground: #0F172A; --color-card: #FFFFFF; --color-card-foreground: #0F172A; --color-popover: #FFFFFF; --color-popover-foreground: #0F172A; --color-primary: #0F172A; --color-primary-foreground: #FFFFFF; --color-secondary: #F8FAFC; --color-secondary-foreground: #0F172A; --color-muted: #F8FAFC; --color-muted-foreground: #64748B; --color-accent: #2563EB; --color-accent-foreground: #FFFFFF; --color-destructive: hsl(0 84.2% 60.2%); --color-destructive-foreground: #FFFFFF; --color-border: #E2E8F0; --color-input: #E2E8F0; --color-ring: #2563EB; --color-brand: #0F172A; --color-brand-secondary: #2563EB; --color-brand-accent: #06B6D4; --color-brand-purple: #7C3AED; --color-brand-emerald: #10B981; --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --font-sans: "Manrope", "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: #0F172A;--color-foreground: #F8FAFC;--color-card: #1E293B;--color-card-foreground: #F8FAFC;--color-popover: #1E293B;--color-popover-foreground: #F8FAFC;--color-primary: #F8FAFC;--color-primary-foreground: #0F172A;--color-secondary: #1E293B;--color-secondary-foreground: #F8FAFC;--color-muted: #1E293B;--color-muted-foreground: #94A3B8;--color-accent: #2563EB;--color-accent-foreground: #FFFFFF;--color-destructive: hsl(0 62.8% 30.6%);--color-destructive-foreground: #FFFFFF;--color-border: #1E293B;--color-input: #1E293B;--color-ring: #2563EB;--color-brand: #F8FAFC;--color-brand-secondary: #2563EB}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;font-family:Manrope,Inter,system-ui,sans-serif}h1,h2,h3,h4,h5,h6{font-family:Manrope,Inter,system-ui,sans-serif}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f8fafc}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}:focus-visible{@apply outline-none ring-2 ring-brand-secondary ring-offset-2;}}
