@import"tailwindcss";@theme inline{ --color-background: hsl(222 47% 7%); --color-foreground: hsl(210 40% 98%); --color-card: hsl(222 42% 10%); --color-card-foreground: hsl(210 40% 98%); --color-popover: hsl(222 42% 10%); --color-popover-foreground: hsl(210 40% 98%); --color-primary: hsl(212 100% 56%); --color-primary-foreground: hsl(222 47% 7%); --color-secondary: hsl(222 32% 16%); --color-secondary-foreground: hsl(210 40% 98%); --color-muted: hsl(222 30% 14%); --color-muted-foreground: hsl(215 20% 70%); --color-accent: hsl(187 95% 55%); --color-accent-foreground: hsl(222 47% 7%); --color-destructive: hsl(0 72% 51%); --color-destructive-foreground: hsl(210 40% 98%); --color-border: hsl(217 30% 20%); --color-input: hsl(217 30% 20%); --color-ring: hsl(212 100% 56%); --color-sidebar-background: hsl(222 42% 10%); --color-sidebar-foreground: hsl(210 40% 98%); --color-sidebar-primary: hsl(212 100% 56%); --color-sidebar-primary-foreground: hsl(222 47% 7%); --color-sidebar-accent: hsl(222 32% 16%); --color-sidebar-accent-foreground: hsl(210 40% 98%); --color-sidebar-border: hsl(217 30% 20%); --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 Tight", ui-sans-serif, system-ui, sans-serif; --font-display: "Sora", ui-sans-serif, system-ui, sans-serif; }:root{--radius: .9rem;color-scheme:dark;scroll-behavior:smooth}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground font-sans antialiased;}h1,h2,h3,h4{@apply font-display tracking-tight;}::selection{background:#1f87ff59}}@utility glass{background: linear-gradient(160deg,rgb(255 255 255 / .07),rgb(255 255 255 / .02)); border: 1px solid rgb(255 255 255 / .09); backdrop-filter: blur(14px);}@utility text-gradient{background-image: linear-gradient(100deg,#ffffff 10%,#4d9bff 55%,#37e5f5 95%); -webkit-background-clip: text; background-clip: text; color: transparent;}@utility grid-glow{background-image: radial-gradient(900px 420px at 80% -10%,rgb(45 130 255 / .28),transparent 65%),radial-gradient(700px 380px at 5% 10%,rgb(34 220 240 / .16),transparent 60%);}@keyframes floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes revealUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.animate-floaty{animation:floaty 7s ease-in-out infinite}.reveal{opacity:0}.reveal.in-view{animation:revealUp .7s cubic-bezier(.22,1,.36,1) forwards}@media (prefers-reduced-motion: reduce){.animate-floaty{animation:none}.reveal,.reveal.in-view{opacity:1;animation:none}:root{scroll-behavior:auto}}
