/* ═══════════════════════════════════════════════════
   light.css — Bloomberg Day
   ═══════════════════════════════════════════════════ */

[data-theme="light"] {
  --bg: #f0f2f5;
  --surface: #ffffff;
  --surface-2: #e8eaed;
  --border: #d1d5db;
  --accent: #1a3a6b;
  --accent-muted: #1a3a6b12;
  --up: #16a34a;
  --down: #dc2626;
  --text: #0f172a;
  --text-muted: #4b5563;
  --text-dim: #9ca3af;

  --font-display: 'Inter', sans-serif;
  --font-mono: 'JetBrains Mono', monospace;
  --font-sans: 'Inter', sans-serif;
}

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

[data-theme="light"] .coin-card {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07), 0 2px 8px rgba(0, 0, 0, 0.04);
}

[data-theme="light"] .stat-item {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

[data-theme="light"] .navbar {
  box-shadow: 0 1px 0 #d1d5db;
}