﻿/* 1 - 草坪绿：足球赛场、鲜亮草绿 */
:root {
  --primary: #16a34a;
  --primary-soft: #dcfce7;
  --primary-muted: #166534;
  --header-bg: #14532d;
  --header-text: #ecfdf5;
  --footer-text: #73be8e;
  --body-bg: #f0fdf4;
  --text: #14281a;
  --text-muted: #4d7c5f;
  --card-bg: #ffffff;
  --border: #bbf7d0;
  --hover-bg: #ecfdf5;
  --upcoming: #dcfce7;
  --upcoming-text: #15803d;
  --upcoming-border: #86efac;
  --live: #166534;
  --live-shadow:#2b6842;
  --live-glow: rgba(255, 71, 87, 0.55);
  --ended: #94a3b8;
  --match-time: #22c55e;
  --surface: #f0f2f5;
  --surface-2: #bbf7d0;
  --link: #15803d;
  --tag-bg: #dcfce7;
  --tag-text: #14532d;
  --meta: #65a30d;
  --logo-color: #bef264;
  --logo-sub-color: #ffffff;
}
