:root {
  --brand-primary: #10b981;
  --brand-accent: #6366f1;
  --bg-deep: #070b14;
  --bg-card: rgba(15, 23, 42, 0.72);
  --border-glass: rgba(255, 255, 255, 0.08);
  --text-main: #f1f5f9;
  --text-muted: #94a3b8;
  --radius-lg: 1rem;
  --radius-xl: 1.5rem;
  --shadow-glow: 0 0 60px rgba(16, 185, 129, 0.15);
  --font-sans: 'Segoe UI', system-ui, -apple-system, sans-serif;
}
