@import"tailwindcss";@theme inline{ --color-background: hsl(222 60% 5%); --color-foreground: hsl(210 40% 98%); --color-card: hsl(222 47% 8%); --color-card-foreground: hsl(210 40% 98%); --color-popover: hsl(222 47% 8%); --color-popover-foreground: hsl(210 40% 98%); --color-primary: hsl(205 100% 55%); --color-primary-foreground: hsl(222 60% 5%); --color-secondary: hsl(217 40% 14%); --color-secondary-foreground: hsl(210 40% 98%); --color-muted: hsl(217 35% 13%); --color-muted-foreground: hsl(215 25% 68%); --color-accent: hsl(187 100% 55%); --color-accent-foreground: hsl(222 60% 5%); --color-destructive: hsl(0 72% 51%); --color-destructive-foreground: hsl(210 40% 98%); --color-border: hsl(217 35% 18%); --color-input: hsl(217 35% 18%); --color-ring: hsl(205 100% 55%); --color-midnight: hsl(222 60% 5%); --color-graphite: hsl(220 15% 12%); --color-electric: hsl(205 100% 55%); --color-cyan-glow: hsl(187 100% 55%); --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"; }:root{--radius: .9rem;color-scheme:dark}@layer base{*{@apply border-border;}html{scroll-behavior:smooth}body{@apply bg-background text-foreground antialiased;}::selection{background:#1ae4ff4d}}@layer utilities{.glass{background:linear-gradient(140deg,#ffffff12,#ffffff05);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.09)}.text-gradient{background:linear-gradient(100deg,#fff 10%,#5cc6ff 55%,#22e6ff 95%);-webkit-background-clip:text;background-clip:text;color:transparent}.aurora{background:radial-gradient(60% 50% at 15% 10%,rgba(0,132,255,.28),transparent 60%),radial-gradient(50% 45% at 85% 20%,rgba(34,230,255,.2),transparent 60%),radial-gradient(60% 50% at 50% 100%,rgba(70,0,255,.18),transparent 60%)}.grid-lines{background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:64px 64px}.animate-float{animation:float 7s ease-in-out infinite}.animate-fade-up{animation:fadeUp .7s cubic-bezier(.22,1,.36,1) both}.animate-shimmer{background-size:200% 100%;animation:shimmer 6s linear infinite}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:0% 50%}to{background-position:200% 50%}}
