@import"tailwindcss";@theme inline{ --color-background: hsl(222 47% 5%); --color-foreground: hsl(210 40% 98%); --color-card: hsl(222 44% 8%); --color-card-foreground: hsl(210 40% 98%); --color-popover: hsl(222 44% 8%); --color-popover-foreground: hsl(210 40% 98%); --color-primary: hsl(188 96% 52%); --color-primary-foreground: hsl(222 47% 6%); --color-secondary: hsl(217 40% 14%); --color-secondary-foreground: hsl(210 40% 98%); --color-muted: hsl(217 33% 13%); --color-muted-foreground: hsl(215 20% 68%); --color-accent: hsl(217 40% 16%); --color-accent-foreground: hsl(210 40% 98%); --color-destructive: hsl(0 72% 51%); --color-destructive-foreground: hsl(210 40% 98%); --color-border: hsl(217 33% 18%); --color-input: hsl(217 33% 18%); --color-ring: hsl(188 96% 52%); --color-midnight: hsl(222 60% 11%); --color-graphite: hsl(220 12% 16%); --color-cyan-glow: hsl(188 96% 52%); --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-display: "Sora", "Inter", ui-sans-serif, system-ui, sans-serif; }:root{--radius: .9rem;color-scheme:dark}@layer base{*{@apply border-border;}html{scroll-behavior:smooth}body{@apply bg-background text-foreground antialiased;}::selection{background:#0fdbfa4d}}@layer utilities{.glass{background:linear-gradient(140deg,#ffffff12,#ffffff05);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.09)}.text-gradient{background:linear-gradient(100deg,#fff 10%,#4fd8f5 55%,#6ea8ff 95%);-webkit-background-clip:text;background-clip:text;color:transparent}.aurora{background:radial-gradient(60% 60% at 15% 20%,rgba(34,211,238,.18),transparent 60%),radial-gradient(55% 55% at 85% 10%,rgba(59,130,246,.18),transparent 60%),radial-gradient(50% 50% at 60% 90%,rgba(99,102,241,.15),transparent 60%)}.grid-lines{background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:64px 64px}.animate-float{animation:float 7s ease-in-out infinite}.animate-reveal{animation:reveal .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 reveal{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:0% 50%}to{background-position:200% 50%}}
