/* =====================
    Theme Variables
===================== */
:root {
  --bg-main: #232C37;
  --bg-card: #232C37;
  --bg-card-2: #181b20;
  --bg-border: #1f232a;

  --text-main: #e6e6e6;
  --text-muted: #9aa0a6;

  --accent: #ea00ff;
  --text-primary: #f1f3f5;

  --bg-color: #0f1115;
  --text-color: #e6e6e6;
  --muted-text: #b0b0b0;
  --border-color: #2a2d33;
  --link-color: #5da9ff;
  --pre-bg: #1a1d23;
  --pre-border: #2a2d33;
  --note-bg: #161a20;
  --note-border: #666666;

  --down-table-header-bg: #1f232a;
}

[data-theme="light"] {
  --bg-main: #ffffff;
  --bg-card: #f8f9fa;
  --bg-card-2: #eef1f4;
  --bg-border: #dee2e6;

  --text-main: #212529;
  --text-muted: #6c757d;

  --accent: #7a3cff;
  --text-primary: #111;

  --bg-color: #ffffff;
  --text-color: #222222;
  --muted-text: #555555;
  --border-color: #dddddd;
  --link-color: #0066cc;
  --pre-bg: #f6f6f6;
  --pre-border: #e0e0e0;
  --note-bg: #f9f9f9;
  --note-border: #999999;
  --down-table-header-bg: #e0e0e0;
}

.price {
  color: var(--text-primary);
  font-weight: 700;
  font-size: 2.25rem;
  letter-spacing: -0.02em;
}

.card.border-primary .price {
  color: #4dabf7;
}