@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(217 33% 16%); --color-secondary-foreground: hsl(210 40% 98%); --color-muted: hsl(217 33% 14%); --color-muted-foreground: hsl(215 20% 68%); --color-accent: hsl(187 95% 55%); --color-accent-foreground: hsl(222 47% 6%); --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(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(222 47% 6%); --color-sidebar-accent: hsl(217 33% 16%); --color-sidebar-accent-foreground: hsl(210 40% 98%); --color-sidebar-border: hsl(217 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: "Sora", ui-sans-serif, system-ui, sans-serif; --animate-float: float 7s ease-in-out infinite; }:root{--radius: .9rem;color-scheme:dark}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-16px)}}@keyframes shimmer{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes riseIn{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@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);letter-spacing:-.02em}::selection{background:#1f87ff59}}@layer utilities{.glass{background:linear-gradient(160deg,#f8fafc12,#f8fafc05);backdrop-filter:blur(14px);border:1px solid hsl(210 40% 98% / .09)}.text-gradient{background:linear-gradient(100deg,#fff 10%,#4f9cff 55%,#37e0f2 95%);background-size:200% 200%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:shimmer 9s ease-in-out infinite}.aurora{background:radial-gradient(60rem 32rem at 12% -8%,hsl(212 100% 56% / .3),transparent 62%),radial-gradient(48rem 28rem at 88% 4%,hsl(187 95% 55% / .2),transparent 60%),radial-gradient(50rem 30rem at 50% 100%,hsl(255 90% 60% / .16),transparent 62%)}.grid-lines{background-image:linear-gradient(hsl(210 40% 98% / .045) 1px,transparent 1px),linear-gradient(90deg,hsl(210 40% 98% / .045) 1px,transparent 1px);background-size:64px 64px}.reveal{opacity:0}.reveal-in{animation:riseIn .7s cubic-bezier(.16,1,.3,1) forwards}}
