@import"tailwindcss";@custom-variant dark (&:where(.dark,.dark *));@theme inline{ --color-background: hsl(0 0% 100%); --color-foreground: hsl(222 47% 8%); --color-card: hsl(0 0% 100%); --color-card-foreground: hsl(222 47% 8%); --color-popover: hsl(0 0% 100%); --color-popover-foreground: hsl(222 47% 8%); --color-primary: hsl(222 64% 14%); --color-primary-foreground: hsl(210 40% 98%); --color-secondary: hsl(210 40% 96.1%); --color-secondary-foreground: hsl(222 47% 11%); --color-muted: hsl(210 40% 96.1%); --color-muted-foreground: hsl(215 16% 42%); --color-accent: hsl(188 94% 43%); --color-accent-foreground: hsl(222 64% 10%); --color-destructive: hsl(0 84% 60%); --color-destructive-foreground: hsl(210 40% 98%); --color-border: hsl(214 32% 89%); --color-input: hsl(214 32% 89%); --color-ring: hsl(188 94% 43%); --color-midnight: #060d21; --color-midnight-800: #0a1533; --color-midnight-700: #122048; --color-cyan-glow: #22d3ee; --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; }:root{--radius: .9rem}.dark{--color-background: hsl(224 68% 6%);--color-foreground: hsl(210 40% 98%);--color-card: hsl(224 55% 9%);--color-card-foreground: hsl(210 40% 98%);--color-popover: hsl(224 55% 9%);--color-popover-foreground: hsl(210 40% 98%);--color-primary: hsl(188 94% 50%);--color-primary-foreground: hsl(224 68% 8%);--color-secondary: hsl(222 40% 15%);--color-secondary-foreground: hsl(210 40% 98%);--color-muted: hsl(222 40% 14%);--color-muted-foreground: hsl(215 20% 68%);--color-accent: hsl(188 94% 50%);--color-accent-foreground: hsl(224 68% 8%);--color-border: hsl(222 35% 18%);--color-input: hsl(222 35% 18%);--color-ring: hsl(188 94% 50%)}@keyframes fade-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes float-slow{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-24px) scale(1.04)}}@keyframes gradient-pan{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@utility glass{background-color: rgb(255 255 255 / .7); border: 1px solid rgb(255 255 255 / .5); backdrop-filter: blur(16px); box-shadow: 0 10px 40px -12px rgba(6,13,33,.18); .dark & {background-color: rgb(10 21 51 / .55); border-color: rgb(255 255 255 / .08); box-shadow: 0 10px 40px -12px rgba(0,0,0,.6);}}@utility text-gradient{background-image: linear-gradient(100deg,#22d3ee,#7dd3fc 45%,#ffffff); -webkit-background-clip: text; background-clip: text; color: transparent;}@utility animate-marquee{animation: marquee 32s linear infinite;}@layer base{*{@apply border-border;}html{scroll-behavior:smooth}body{@apply bg-background text-foreground font-sans antialiased;}h1,h2,h3,h4{@apply font-display tracking-tight;}::selection{background:#22d3ee;color:#060d21}}
