/* ===== Light theme — sports.pro ===== */
:root {
  --bg: #fdfaf7;
  --text: #171310;
  --text-muted: #6e675f;
  --accent: #e8590c;
  --accent-contrast: #ffffff;
  --border: rgba(23, 19, 16, 0.12);
  --card-bg: #ffffff;
  --nav-bg: rgba(253, 250, 247, 0.85);
  --grid-line: rgba(23, 19, 16, 0.045);
  --glow: rgba(232, 89, 12, 0.14);
  --core-bg: rgba(232, 89, 12, 0.22);
  --core-bg-outer: rgba(232, 89, 12, 0.05);
  --icon-bg: rgba(232, 89, 12, 0.1);
  --chip-bg: #ffffff;
  --chip-text: #e8590c;
}

.event-link {
    color: #000;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
}

.event-link:hover {
    color: #d35432;
    text-decoration: underline;
    cursor: pointer;
}
