﻿/* 5 - 红黑竞技：意甲豪门、黑红撞色 */
:root {
  --primary: #ef4444;
  --primary-soft: #fee2e2;
  --primary-muted: #991b1b;
  --header-bg: #0a0a0a;
  --header-text: #fafafa;
  --footer-text: #c9b0b0;
  --body-bg: #fafafa;
  --text: #171717;
  --text-muted: #525252;
  --card-bg: #ffffff;
  --border: #e5e5e5;
  --hover-bg: #fef2f2;
  --upcoming: #fef2f2;
  --upcoming-text: #991b1b;
  --upcoming-border: #fecaca;
  --live: #ff1744;
  --live-shadow:#ff4d4d;
  --live-glow: rgba(255, 23, 68, 0.55);
  --ended: #737373;
  --match-time: #ef4444;
  --surface: #f0f2f5;
  --surface-2: #e5e5e5;
  --link: #b91c1c;
  --tag-bg: #f0f2f5;
  --tag-text: #262626;
  --meta: #737373;
  --logo-color: #f87171;
  --logo-sub-color: #ffffff;
}
