﻿/* 2 - 经典橙蓝（原默认配色） */
:root {
  --primary: #ff7b2c;
  --primary-soft: #ffede3;
  --primary-muted: #c2410c;
  --header-bg: #0a1f2e;
  --header-text: #eef2f5;
  --footer-text: #9aaebf;
  --body-bg: #f5f7fa;
  --text: #1e2a3e;
  --text-muted: #6c7a89;
  --card-bg: #ffffff;
  --border: #f0f2f5;
  --hover-bg: #fafcff;
  --upcoming: #f0b429;
  --upcoming-text: #c2410c;
  --upcoming-border: #fdba74;
  --live: #e53e3e;
  --live-shadow:#ff4d4d;
  --live-glow: rgba(229, 62, 62, 0.55);
  --ended: #94a3b8;
  --match-time: #f97316;
  --surface: #f0f2f5;
  --surface-2: #e2e8f0;
  --link: #3a6b92;
  --tag-bg: #f1f5f9;
  --tag-text: #2c3e66;
  --meta: #8a9bb0;
  --logo-color: #ffb366;
  --logo-sub-color: #ffffff;
}
