﻿/* 7 - 日落金：暖色赛事、琥珀金主调 */
:root {
  --primary: #d97706;
  --primary-soft: #ffedd5;
  --primary-muted: #92400e;
  --header-bg: #451a03;
  --header-text: #fffbeb;
  --footer-text: #aaa484;
  --body-bg: #fffbeb;
  --text: #292018;
  --text-muted: #78716c;
  --card-bg: #ffffff;
  --border: #fde68a;
  --hover-bg: #fff7ed;
  --upcoming: #fef3c7;
  --upcoming-text: #b45309;
  --upcoming-border: #fde68a;
  --live: #e53935;
  --live-shadow:#ff4d4d;
  --live-glow: rgba(229, 57, 53, 0.55);
  --live-text: #ffffff;
  --live-text: #fff;
  --ended: #a8a29e;
  --match-time: #f59e0b;
  --surface: #f0f2f5;
  --surface-2: #fed7aa;
  --link: #b45309;
  --tag-bg: #f0f2f5;
  --tag-text: #78350f;
  --meta: #a16207;
  --logo-color: #fde047;
  --logo-sub-color: #ffffff;
}
