@tailwind base;@tailwind components;@tailwind utilities;:root{--background:223 47% 7%;--foreground:210 40% 98%;--muted:217 33% 17%;--muted-foreground:215 20% 70%;--border:216 34% 17%;--card:221 39% 11%;--card-foreground:210 40% 98%;--primary:155 76% 40%;--primary-foreground:210 40% 98%;--secondary:197 92% 37%;--secondary-foreground:210 40% 98%;--ring:155 76% 40%;--accent:48 96% 53%;--accent-foreground:222 47% 11%}.dark{--background:223 47% 7%;--foreground:210 40% 98%}.light{--background:0 0% 100%;--foreground:222 47% 11%;--muted:210 40% 96%;--muted-foreground:215 16% 40%;--border:214 32% 91%;--card:0 0% 100%;--card-foreground:222 47% 11%;--primary:155 76% 35%;--primary-foreground:210 40% 98%;--secondary:201 96% 32%;--secondary-foreground:210 40% 98%;--ring:155 76% 35%;--accent:45 100% 51%;--accent-foreground:222 47% 11%}@layer base{*{@apply border-border}body,html{@apply min-h-full bg-[hsl(var(--background))] text-[hsl(var(--foreground))] antialiased}body{background-image:radial-gradient(circle at top right,rgba(16,185,129,.12),transparent 30%),radial-gradient(circle at bottom left,rgba(14,165,233,.12),transparent 20%)}}@layer components{.glass-card{@apply rounded-2xl border border-white/10 bg-white/5 backdrop-blur-xl}.pitch-gradient{background-image:linear-gradient(135deg,rgba(16,185,129,.9),rgba(14,165,233,.9)),radial-gradient(circle at top left,rgba(255,255,255,.25),transparent 30%)}.page-shell{@apply mx-auto w-full max-w-7xl px-4 py-6 sm:px-6 lg:px-8}.section-grid{@apply grid gap-4 md:grid-cols-2 xl:grid-cols-3}.stat-chip{@apply inline-flex items-center rounded-full border border-white/10 bg-white/5 px-3 py-1 text-xs font-semibold text-white/80}}body{margin:0;background:hsl(var(--background));color:hsl(var(--foreground));font-family:Inter,system-ui,sans-serif}