@import"tailwindcss";@custom-variant dark (&:where(.dark,.dark *));@theme inline{ --color-background: hsl(0 0% 100%); --color-foreground: hsl(230 25% 12%); --color-card: hsl(0 0% 100%); --color-card-foreground: hsl(230 25% 12%); --color-popover: hsl(0 0% 100%); --color-popover-foreground: hsl(230 25% 12%); --color-primary: hsl(245 62% 20%); --color-primary-foreground: hsl(0 0% 100%); --color-secondary: hsl(230 25% 96%); --color-secondary-foreground: hsl(245 62% 20%); --color-muted: hsl(230 25% 96%); --color-muted-foreground: hsl(230 12% 42%); --color-accent: hsl(212 100% 50%); --color-accent-foreground: hsl(0 0% 100%); --color-destructive: hsl(0 74% 48%); --color-destructive-foreground: hsl(0 0% 100%); --color-border: hsl(230 18% 89%); --color-input: hsl(230 18% 89%); --color-ring: hsl(212 100% 50%); --color-indigo-deep: #1E1B4B; --color-indigo-mid: #312E81; --color-electric: #0A7CFF; --color-electric-soft: #56A8FF; --color-graphite: #14161C; --color-graphite-soft: #1D2028; --radius-sm: .5rem; --radius-md: .75rem; --radius-lg: 1.25rem; --font-sans: "Manrope", ui-sans-serif, system-ui, sans-serif; --font-display: "Sora", ui-sans-serif, system-ui, sans-serif; }:root{--radius: 1rem;color-scheme:light}.dark{color-scheme:dark;--color-background: hsl(228 22% 7%);--color-foreground: hsl(220 30% 96%);--color-card: hsl(228 20% 10%);--color-card-foreground: hsl(220 30% 96%);--color-popover: hsl(228 20% 10%);--color-popover-foreground: hsl(220 30% 96%);--color-primary: hsl(220 30% 96%);--color-primary-foreground: hsl(245 62% 15%);--color-secondary: hsl(228 18% 15%);--color-secondary-foreground: hsl(220 30% 96%);--color-muted: hsl(228 18% 15%);--color-muted-foreground: hsl(220 14% 66%);--color-accent: hsl(212 100% 58%);--color-accent-foreground: hsl(228 22% 7%);--color-border: hsl(228 16% 20%);--color-input: hsl(228 16% 20%);--color-ring: hsl(212 100% 58%)}@keyframes fade-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes float-slow{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(0,-22px,0) scale(1.04)}}@keyframes gradient-pan{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@utility glass-dark{@apply border border-white/15 backdrop-blur-xl; background: rgba(20,22,28,.55); box-shadow: 0 20px 60px -30px rgba(0,0,0,.7);}@utility glass-panel{@apply border border-white/15 bg-white/70 backdrop-blur-xl; box-shadow: 0 20px 60px -30px rgba(30,27,75,.45); .dark & {@apply border-white/10 bg-white/5; box-shadow: 0 20px 60px -30px rgba(0,0,0,.8);}}@utility text-gradient-brand{background-image: linear-gradient(100deg,#312E81,#0A7CFF 45%,#56A8FF); background-size: 200% 200%; -webkit-background-clip: text; background-clip: text; color: transparent; animation: gradient-pan 9s ease-in-out infinite; .dark & {background-image: linear-gradient(100deg,#A5B4FC,#56A8FF 45%,#E0EAFF);}}@utility section-shell{@apply mx-auto w-full max-w-7xl px-5 sm:px-8 lg:px-12;}@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:#0a7cff;color:#fff}:focus-visible{outline:2px solid var(--color-ring);outline-offset:2px}}
