/* Clean corporate theme */

[data-theme="light"] {
  --bg: #ffffff;
  --bg-card: #f8f9fa;
  --text: #1a1a2e;
  --text-secondary: #6b7280;
  --accent-up: #10b981;
  --accent-down: #ef4444;
  --accent-degraded: #f59e0b;
  --border: #e5e7eb;
  --chart-grid: #f3f4f6;
  --font-family: 'Inter', system-ui, -apple-system, sans-serif;
  --font-mono: 'JetBrains Mono', 'Fira Code', monospace;
}

[data-theme="light"] .status-card {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

[data-theme="light"] .status-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

[data-theme="light"] .chart-container {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

[data-theme="light"] .leaderboard-table {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

[data-theme="light"] header h1 span.dot {
  color: var(--accent-down);
}
