@import"tailwindcss";@theme inline{ --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(217 91% 60%); --color-primary-foreground: hsl(210 40% 98%); --color-secondary: hsl(217 32% 17%); --color-secondary-foreground: hsl(210 40% 98%); --color-muted: hsl(217 32% 17%); --color-muted-foreground: hsl(215 20% 65%); --color-accent: hsl(186 100% 50%); --color-accent-foreground: hsl(222 47% 11%); --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(217 91% 60%); --color-sidebar-background: hsl(222 47% 11%); --color-sidebar-foreground: hsl(210 40% 98%); --color-sidebar-primary: hsl(217 91% 60%); --color-sidebar-primary-foreground: hsl(0 0% 98%); --color-sidebar-accent: hsl(217 32% 17%); --color-sidebar-accent-foreground: hsl(210 40% 98%); --color-sidebar-border: hsl(217 32% 17%); --color-sidebar-ring: hsl(217 91% 60%); --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: "Poppins", ui-sans-serif, system-ui, sans-serif; }:root{--radius: .5rem}@media (prefers-color-scheme: dark){:root{--color-background: hsl(222.2 84% 4.9%);--color-foreground: hsl(210 40% 98%);--color-card: hsl(222.2 84% 4.9%);--color-card-foreground: hsl(210 40% 98%);--color-popover: hsl(222.2 84% 4.9%);--color-popover-foreground: hsl(210 40% 98%);--color-primary: hsl(210 40% 98%);--color-primary-foreground: hsl(222.2 47.4% 11.2%);--color-secondary: hsl(217.2 32.6% 17.5%);--color-secondary-foreground: hsl(210 40% 98%);--color-muted: hsl(217.2 32.6% 17.5%);--color-muted-foreground: hsl(215 20.2% 65.1%);--color-accent: hsl(217.2 32.6% 17.5%);--color-accent-foreground: hsl(210 40% 98%);--color-destructive: hsl(0 62.8% 30.6%);--color-destructive-foreground: hsl(210 40% 98%);--color-border: hsl(217.2 32.6% 17.5%);--color-input: hsl(217.2 32.6% 17.5%);--color-ring: hsl(212.7 26.8% 83.9%);--color-sidebar-background: hsl(240 5.9% 10%);--color-sidebar-foreground: hsl(240 4.8% 95.9%);--color-sidebar-primary: hsl(224.3 76.3% 48%);--color-sidebar-primary-foreground: hsl(0 0% 100%);--color-sidebar-accent: hsl(240 3.7% 15.9%);--color-sidebar-accent-foreground: hsl(240 4.8% 95.9%);--color-sidebar-border: hsl(240 3.7% 15.9%);--color-sidebar-ring: hsl(217.2 91.2% 59.8%)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-fadeIn{animation:fadeIn .6s ease-out}.animate-slideIn{animation:slideIn .5s ease-out}html{scroll-behavior:smooth}.glass{background:#ffffff0d;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.dark .glass{background:#0003;border:1px solid rgba(255,255,255,.05)}.gradient-primary{background:linear-gradient(135deg,#0f172a,#1e3a8a,#2563eb)}.gradient-accent{background:linear-gradient(135deg,#06b6d4,#2563eb)}.gradient-text{background:linear-gradient(135deg,#06b6d4,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0f1729}::-webkit-scrollbar-thumb{background:#3c83f6;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#6da2f8}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;}}
