@import"tailwindcss";@theme inline{ --color-background: hsl(220 20% 4%); --color-foreground: hsl(210 40% 98%); --color-card: hsl(220 18% 8%); --color-card-foreground: hsl(210 40% 98%); --color-popover: hsl(220 18% 8%); --color-popover-foreground: hsl(210 40% 98%); --color-primary: hsl(217 91% 60%); --color-primary-foreground: hsl(0 0% 100%); --color-secondary: hsl(220 16% 14%); --color-secondary-foreground: hsl(210 40% 98%); --color-muted: hsl(220 16% 14%); --color-muted-foreground: hsl(215 20% 55%); --color-accent: hsl(217 91% 60%); --color-accent-foreground: hsl(0 0% 100%); --color-destructive: hsl(0 62.8% 30.6%); --color-destructive-foreground: hsl(210 40% 98%); --color-border: hsl(220 16% 16%); --color-input: hsl(220 16% 16%); --color-ring: hsl(217 91% 60%); --color-sidebar-background: hsl(220 18% 6%); --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(220 16% 14%); --color-sidebar-accent-foreground: hsl(210 40% 98%); --color-sidebar-border: hsl(220 16% 16%); --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; --font-heading: "Space Grotesk", ui-sans-serif, system-ui, sans-serif; }:root{--radius: .5rem}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;}html{scroll-behavior:smooth}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fade-in-up .6s ease-out forwards}.animate-delay-100{animation-delay:.1s}.animate-delay-200{animation-delay:.2s}.animate-delay-300{animation-delay:.3s}.animate-delay-400{animation-delay:.4s}.gradient-text{background:linear-gradient(135deg,#3b82f6,#60a5fa,#93c5fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
