﻿/* 0 - 烈焰红：足球激情、高对比红顶栏 */
:root {
  --primary: #e63946;
  --primary-soft: #fde8ea;
  --primary-muted: #9f1239;
  --header-bg: #7f1d1d;
  --header-text: #fef2f2;
  --footer-text: #df9e9e;
  --body-bg: #fff5f5;
  --text: #1f1214;
  --text-muted: #7f4a4f;
  --card-bg: #ffffff;
  --border: #fecdd3;
  --hover-bg: #fff1f2;
  --upcoming: #ffe4e6;
  --upcoming-text: #9f1239;
  --upcoming-border: #fda4af;
  --live: #fbbf24;
  --live-shadow:#fbb504;
  --live-glow: rgba(255, 59, 48, 0.55);
  --ended: #9ca3af;
  --match-time: #ef4444;
  --surface: #f0f2f5;
  --surface-2: #fecaca;
  --link: #b91c1c;
  --tag-bg: #f0f2f5;
  --tag-text: #7f1d1d;
  --meta: #b4535a;
  --logo-color: #fbbf24;
  --logo-sub-color: #ffffff;
}
