@import"tailwindcss";@theme inline{ --color-background: #0B1220; --color-foreground: #F8FAFC; --color-card: #111827; --color-card-foreground: #F8FAFC; --color-popover: #111827; --color-popover-foreground: #F8FAFC; --color-primary: #2563EB; --color-primary-foreground: #FFFFFF; --color-secondary: #1E293B; --color-secondary-foreground: #F8FAFC; --color-muted: #1E293B; --color-muted-foreground: #94A3B8; --color-accent: #06B6D4; --color-accent-foreground: #FFFFFF; --color-destructive: hsl(0 84.2% 60.2%); --color-destructive-foreground: #FFFFFF; --color-border: rgba(255, 255, 255, .1); --color-input: rgba(255, 255, 255, .1); --color-ring: #2563EB; --color-midnight: #0B1220; --color-navy: #0F1A2E; --color-enterprise: #2563EB; --color-cyan: #06B6D4; --color-emerald: #10B981; --color-violet: #7C3AED; --color-platinum: #F8FAFC; --color-slate-light: #94A3B8; --color-glass: rgba(255, 255, 255, .05); --color-glass-border: rgba(255, 255, 255, .1); --color-sidebar-background: #0F1A2E; --color-sidebar-foreground: #F8FAFC; --color-sidebar-primary: #2563EB; --color-sidebar-primary-foreground: #FFFFFF; --color-sidebar-accent: #1E293B; --color-sidebar-accent-foreground: #F8FAFC; --color-sidebar-border: rgba(255, 255, 255, .1); --color-sidebar-ring: #2563EB; --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-midnight text-foreground antialiased;}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)}}@layer utilities{.glass{background:#ffffff0d;backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1)}.glass-strong{background:#ffffff14;backdrop-filter:blur(30px);border:1px solid rgba(255,255,255,.15)}.gradient-text{background:linear-gradient(135deg,#2563eb,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gradient-text-violet{background:linear-gradient(135deg,#7c3aed,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glow-blue{box-shadow:0 0 40px #2563eb4d}.glow-cyan{box-shadow:0 0 40px #06b6d433}.animate-fade-up{animation:fadeUp .8s ease-out forwards}.animate-fade-in{animation:fadeIn .6s ease-out forwards}.animate-float{animation:float 6s ease-in-out infinite}.animate-pulse-slow{animation:pulse 4s ease-in-out infinite}.animate-gradient{background-size:200% 200%;animation:gradientShift 8s ease infinite}}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}html{scroll-behavior:smooth}
