@import"tailwindcss";@theme inline{ --color-background: 248 250 252; --color-foreground: 17 24 39; --color-card: 255 255 255; --color-card-foreground: 17 24 39; --color-popover: 255 255 255; --color-popover-foreground: 17 24 39; --color-primary: 15 23 42; --color-primary-foreground: 255 255 255; --color-secondary: 37 99 235; --color-secondary-foreground: 255 255 255; --color-muted: 241 245 249; --color-muted-foreground: 100 116 139; --color-accent: 6 182 212; --color-accent-foreground: 255 255 255; --color-destructive: 239 68 68; --color-destructive-foreground: 255 255 255; --color-border: 226 232 240; --color-input: 226 232 240; --color-ring: 15 23 42; --color-success: 16 185 129; --color-warning: 245 158 11; --color-info: 59 130 246; --color-brand-purple: 139 92 246; --color-brand-cyan: 6 182 212; --color-brand-blue: 37 99 235; --color-brand-navy: 15 23 42; --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --radius-xl: calc(var(--radius) + 4px); --font-display: "Space Grotesk", ui-sans-serif, system-ui, sans-serif; --font-body: "Inter", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; }:root{--radius: .75rem}@media (prefers-color-scheme: dark){:root{--color-background: 15 23 42;--color-foreground: 248 250 252;--color-card: 30 41 59;--color-card-foreground: 248 250 252;--color-popover: 30 41 59;--color-popover-foreground: 248 250 252;--color-primary: 248 250 252;--color-primary-foreground: 15 23 42;--color-secondary: 37 99 235;--color-secondary-foreground: 255 255 255;--color-muted: 30 41 59;--color-muted-foreground: 148 163 184;--color-accent: 6 182 212;--color-accent-foreground: 255 255 255;--color-destructive: 220 38 38;--color-destructive-foreground: 255 255 255;--color-border: 51 65 85;--color-input: 51 65 85;--color-ring: 148 163 184}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground font-body antialiased;}h1,h2,h3,h4,h5,h6{@apply font-display;}.glass{@apply backdrop-blur-xl bg-white/10 border border-white/20;}.glass-dark{@apply backdrop-blur-xl bg-slate-900/10 border border-slate-700/20;}.gradient-brand{background:linear-gradient(135deg,#0f172a,#2563eb,#06b6d4)}.gradient-purple{background:linear-gradient(135deg,#8b5cf6,#06b6d4)}.gradient-dark{background:linear-gradient(180deg,#0f172a,#1e293b)}.text-gradient{@apply bg-clip-text text-transparent bg-gradient-to-r from-brand-blue via-brand-cyan to-brand-purple;}.animate-float{animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.animate-glow{animation:glow 2s ease-in-out infinite alternate}@keyframes glow{0%{box-shadow:0 0 20px #06b6d44d}to{box-shadow:0 0 40px #8b5cf680}}.card-hover{@apply transition-all duration-300 hover:scale-105 hover:shadow-2xl;}}
