@import"tailwindcss";@theme inline{ --color-background: hsl(222 47% 6%); --color-foreground: hsl(210 40% 98%); --color-card: hsl(222 44% 9%); --color-card-foreground: hsl(210 40% 98%); --color-popover: hsl(222 44% 9%); --color-popover-foreground: hsl(210 40% 98%); --color-primary: hsl(187 96% 52%); --color-primary-foreground: hsl(222 60% 6%); --color-secondary: hsl(222 40% 14%); --color-secondary-foreground: hsl(210 40% 98%); --color-muted: hsl(222 34% 14%); --color-muted-foreground: hsl(215 22% 68%); --color-accent: hsl(222 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% 20%); --color-input: hsl(217 33% 20%); --color-ring: hsl(187 96% 52%); --color-midnight: hsl(222 60% 8%); --color-cyan-glow: hsl(187 96% 52%); --color-graphite: hsl(220 14% 14%); --color-sidebar-background: hsl(222 44% 9%); --color-sidebar-foreground: hsl(210 40% 98%); --color-sidebar-primary: hsl(187 96% 52%); --color-sidebar-primary-foreground: hsl(222 60% 6%); --color-sidebar-accent: hsl(222 40% 16%); --color-sidebar-accent-foreground: hsl(210 40% 98%); --color-sidebar-border: hsl(217 33% 20%); --color-sidebar-ring: hsl(187 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; }:root{--radius: 1rem;color-scheme:dark}@layer base{*{@apply border-border;}html{scroll-behavior:smooth}body{@apply bg-background text-foreground antialiased;}::selection{background:#0fdffa4d}}@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%,#67e8f9 55%,#38bdf8 90%);-webkit-background-clip:text;background-clip:text;color:transparent}.aurora{background:radial-gradient(60% 55% at 15% 20%,rgba(34,211,238,.22),transparent 60%),radial-gradient(55% 50% at 85% 15%,rgba(59,130,246,.22),transparent 60%),radial-gradient(45% 45% at 50% 90%,rgba(99,102,241,.18),transparent 65%)}.grid-lines{background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:64px 64px}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.reveal.is-visible{opacity:1;transform:none}}@keyframes float-slow{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.animate-float-slow{animation:float-slow 7s ease-in-out infinite}@keyframes shine{0%{background-position:0% 50%}to{background-position:200% 50%}}.animate-shine{background-size:200% 200%;animation:shine 6s linear infinite}
