@import"tailwindcss";@custom-variant dark (&:where(.dark,.dark *));@theme inline{ --color-background: hsl(210 40% 99%); --color-foreground: hsl(222 47% 11%); --color-card: hsl(0 0% 100%); --color-card-foreground: hsl(222 47% 11%); --color-popover: hsl(0 0% 100%); --color-popover-foreground: hsl(222 47% 11%); --color-primary: hsl(214 76% 22%); --color-primary-foreground: hsl(210 40% 98%); --color-secondary: hsl(210 40% 96%); --color-secondary-foreground: hsl(222 47% 11%); --color-muted: hsl(210 40% 96%); --color-muted-foreground: hsl(215 16% 47%); --color-accent: hsl(210 40% 96%); --color-accent-foreground: hsl(222 47% 11%); --color-destructive: hsl(0 72% 51%); --color-destructive-foreground: hsl(210 40% 98%); --color-border: hsl(214 32% 91%); --color-input: hsl(214 32% 91%); --color-ring: hsl(190 95% 45%); --color-midnight: #0a1633; --color-midnight-700: #12224a; --color-midnight-900: #060e22; --color-graphite: #14181f; --color-cyan-glow: #22d3ee; --color-cyan-deep: #06b6d4; --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --font-sans: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif; --font-display: "Sora", ui-sans-serif, system-ui, sans-serif; }:root{--radius: .9rem}.dark{--color-background: hsl(222 60% 5%);--color-foreground: hsl(210 40% 98%);--color-card: hsl(222 45% 8%);--color-card-foreground: hsl(210 40% 98%);--color-popover: hsl(222 45% 8%);--color-popover-foreground: hsl(210 40% 98%);--color-primary: hsl(190 95% 50%);--color-primary-foreground: hsl(222 60% 6%);--color-secondary: hsl(217 33% 14%);--color-secondary-foreground: hsl(210 40% 98%);--color-muted: hsl(217 33% 14%);--color-muted-foreground: hsl(215 20% 68%);--color-accent: hsl(217 33% 16%);--color-accent-foreground: hsl(210 40% 98%);--color-border: hsl(217 33% 18%);--color-input: hsl(217 33% 18%);--color-ring: hsl(190 95% 50%)}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground antialiased;font-family:var(--font-sans)}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.02em}html{scroll-behavior:smooth}::selection{background:#22d3ee;color:#06121f}}@utility glass{@apply bg-white/70 backdrop-blur-xl border border-white/50; .dark & {@apply bg-white/5 border-white/10;}}@utility ink-gradient{background-image: linear-gradient(120deg,#0a1633 0%,#12224a 45%,#06b6d4 130%);}@utility text-gradient{background-image: linear-gradient(95deg,#22d3ee 0%,#60a5fa 45%,#a78bfa 100%); -webkit-background-clip: text; background-clip: text; color: transparent;}@utility grid-lines{background-image: linear-gradient(to right,rgba(148,163,184,.12) 1px,transparent 1px),linear-gradient(to bottom,rgba(148,163,184,.12) 1px,transparent 1px); background-size: 56px 56px;}@keyframes fade-up{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes aurora{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(4%,-6%,0) scale(1.15)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes pulse-ring{0%{box-shadow:0 0 #22d3ee80}70%{box-shadow:0 0 0 16px #22d3ee00}to{box-shadow:0 0 #22d3ee00}}.reveal{opacity:0}.reveal.in-view{animation:fade-up .75s cubic-bezier(.22,1,.36,1) forwards}@media (prefers-reduced-motion: reduce){.reveal{opacity:1;animation:none!important}html{scroll-behavior:auto}}
