@import"tailwindcss";@theme inline{ --color-background: hsl(216 40% 7%); --color-foreground: hsl(210 40% 98%); --color-card: hsl(216 35% 10%); --color-card-foreground: hsl(210 40% 98%); --color-popover: hsl(216 35% 10%); --color-popover-foreground: hsl(210 40% 98%); --color-primary: hsl(217 91% 60%); --color-primary-foreground: hsl(0 0% 100%); --color-secondary: hsl(216 30% 15%); --color-secondary-foreground: hsl(210 40% 98%); --color-muted: hsl(216 25% 18%); --color-muted-foreground: hsl(215 20% 65%); --color-accent: hsl(187 94% 43%); --color-accent-foreground: hsl(0 0% 100%); --color-destructive: hsl(0 84% 60%); --color-destructive-foreground: hsl(210 40% 98%); --color-border: hsl(216 25% 18%); --color-input: hsl(216 25% 18%); --color-ring: hsl(217 91% 60%); --color-sidebar-background: hsl(216 40% 7%); --color-sidebar-foreground: hsl(210 40% 98%); --color-sidebar-primary: hsl(217 91% 60%); --color-sidebar-primary-foreground: hsl(0 0% 100%); --color-sidebar-accent: hsl(216 25% 18%); --color-sidebar-accent-foreground: hsl(210 40% 98%); --color-sidebar-border: hsl(216 25% 18%); --color-sidebar-ring: hsl(217 91% 60%); --color-navy: hsl(216 40% 7%); --color-navy-light: hsl(216 35% 12%); --color-cyan: hsl(187 94% 43%); --color-emerald: hsl(160 84% 39%); --color-purple: hsl(263 70% 50%); --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; --font-heading: "Space Grotesk", ui-sans-serif, system-ui, sans-serif; }:root{--radius: .75rem}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;}}@keyframes fade-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes glow-pulse{0%,to{opacity:.4}50%{opacity:.8}}.animate-fade-up{animation:fade-up .8s ease-out forwards}.animate-glow-pulse{animation:glow-pulse 3s ease-in-out infinite}.glass{background:#ffffff0d;backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08)}html{scroll-behavior:smooth}
