@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(212 100% 56%); --color-primary-foreground: hsl(222 47% 6%); --color-secondary: hsl(222 34% 14%); --color-secondary-foreground: hsl(210 40% 98%); --color-muted: hsl(222 30% 13%); --color-muted-foreground: hsl(215 20% 68%); --color-accent: hsl(187 96% 55%); --color-accent-foreground: hsl(222 47% 6%); --color-destructive: hsl(0 72% 51%); --color-destructive-foreground: hsl(210 40% 98%); --color-border: hsl(216 33% 18%); --color-input: hsl(216 33% 18%); --color-ring: hsl(212 100% 56%); --color-midnight: hsl(224 64% 12%); --color-graphite: hsl(220 14% 12%); --color-electric: hsl(212 100% 56%); --color-sidebar-background: hsl(222 44% 9%); --color-sidebar-foreground: hsl(210 40% 98%); --color-sidebar-primary: hsl(212 100% 56%); --color-sidebar-primary-foreground: hsl(0 0% 100%); --color-sidebar-accent: hsl(222 34% 14%); --color-sidebar-accent-foreground: hsl(210 40% 98%); --color-sidebar-border: hsl(216 33% 18%); --color-sidebar-ring: hsl(212 100% 56%); --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: "Space Grotesk", "Inter", ui-sans-serif, system-ui, sans-serif; --animate-fade-up: fade-up .7s cubic-bezier(.16, 1, .3, 1) both; --animate-float: float 7s ease-in-out infinite; --animate-shimmer: shimmer 8s linear infinite; }@keyframes fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-18px)}}@keyframes shimmer{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}:root{--radius: .9rem;color-scheme:dark}@layer base{*{@apply border-border;}html{scroll-behavior:smooth}body{@apply bg-background text-foreground font-sans antialiased;}h1,h2,h3,h4{font-family:var(--font-display)}::selection{background:#1f87ff59}}@utility glass{background: linear-gradient(160deg,rgba(255,255,255,.07),rgba(255,255,255,.02)); backdrop-filter: blur(14px); border: 1px solid rgba(255,255,255,.09);}@utility text-gradient{background-image: linear-gradient(100deg,#ffffff 10%,#4a9dff 50%,#22d3ee 90%); background-size: 200% 200%; -webkit-background-clip: text; background-clip: text; color: transparent; animation: shimmer 8s linear infinite;}@utility aurora{background-image: radial-gradient(60% 60% at 20% 20%,rgba(37,99,235,.35),transparent 60%),radial-gradient(50% 50% at 80% 10%,rgba(34,211,238,.22),transparent 60%),radial-gradient(60% 60% at 70% 80%,rgba(59,130,246,.18),transparent 60%);}@utility 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;}
