@import"tailwindcss";@custom-variant dark (&:where(.dark,.dark *));@theme inline{ --color-background: hsl(0 0% 100%); --color-foreground: hsl(215 45% 12%); --color-card: hsl(0 0% 100%); --color-card-foreground: hsl(215 45% 12%); --color-popover: hsl(0 0% 100%); --color-popover-foreground: hsl(215 45% 12%); --color-primary: hsl(219 78% 32%); --color-primary-foreground: hsl(0 0% 100%); --color-secondary: hsl(210 40% 96.1%); --color-secondary-foreground: hsl(219 78% 24%); --color-muted: hsl(210 40% 96.1%); --color-muted-foreground: hsl(215 16% 45%); --color-accent: hsl(160 84% 39%); --color-accent-foreground: hsl(0 0% 100%); --color-destructive: hsl(0 72% 51%); --color-destructive-foreground: hsl(0 0% 100%); --color-border: hsl(214 32% 89%); --color-input: hsl(214 32% 89%); --color-ring: hsl(219 78% 32%); --color-navy: #050B1A; --color-navy-700: #0B1B36; --color-navy-600: #122A50; --color-brand: #1546A0; --color-brand-light: #2E6BE6; --color-emerald-brand: #10B981; --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", "Inter", ui-sans-serif, system-ui, sans-serif; }:root{--radius: .9rem;color-scheme:light}.dark{color-scheme:dark;--color-background: hsl(222 60% 5%);--color-foreground: hsl(210 40% 98%);--color-card: hsl(220 50% 8%);--color-card-foreground: hsl(210 40% 98%);--color-popover: hsl(220 50% 8%);--color-popover-foreground: hsl(210 40% 98%);--color-primary: hsl(217 85% 60%);--color-primary-foreground: hsl(222 60% 6%);--color-secondary: hsl(217 40% 14%);--color-secondary-foreground: hsl(210 40% 98%);--color-muted: hsl(217 35% 14%);--color-muted-foreground: hsl(215 20% 68%);--color-accent: hsl(160 84% 42%);--color-accent-foreground: hsl(222 60% 6%);--color-border: hsl(217 33% 18%);--color-input: hsl(217 33% 18%);--color-ring: hsl(217 85% 60%)}@keyframes fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes float-slow{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(0,-24px,0) scale(1.06)}}@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); backdrop-filter: blur(16px); border: 1px solid rgb(255 255 255 / .6); box-shadow: 0 10px 40px -12px rgb(5 11 26 / .15); .dark & {background-color: rgb(255 255 255 / .04); border-color: rgb(255 255 255 / .09); box-shadow: 0 10px 40px -12px rgb(0 0 0 / .6);}}@utility glass-dark{background-color: rgb(255 255 255 / .07); backdrop-filter: blur(16px); border: 1px solid rgb(255 255 255 / .12); box-shadow: 0 10px 40px -12px rgb(0 0 0 / .5);}@utility text-gradient{background-image: linear-gradient(100deg,#2E6BE6,#10B981 60%,#2E6BE6); background-size: 200% auto; -webkit-background-clip: text; background-clip: text; color: transparent; animation: gradient-pan 8s ease infinite;}@layer base{*{@apply border-border;}html{scroll-behavior:smooth}body{@apply bg-background text-foreground font-sans antialiased;}::selection{background:var(--color-emerald-brand);color:#04121f}}
