﻿/* 6 - 青柠活力：网球/综合运动、清新青绿 */
:root {
  --primary: #0d9488;
  --primary-soft: #ccfbf1;
  --primary-muted: #0f766e;
  --header-bg: #134e4a;
  --header-text: #f0fdfa;
  --footer-text: #b4c8c7;
  --body-bg: #f0fdfa;
  --text: #134e4a;
  --text-muted: #4b7c76;
  --card-bg: #ffffff;
  --border: #99f6e4;
  --hover-bg: #ecfeff;
  --upcoming: #ccfbf1;
  --upcoming-text: #0f766e;
  --upcoming-border: #5eead4;
  --live: #ff7043;
  --live-shadow:#ff4d4d;
  --live-glow: rgba(238, 72, 22, 0.55);
  --ended: #94a3b8;
  --match-time: #14b8a6;
  --surface: #f0f2f5;
  --surface-2: #99f6e4;
  --link: #0f766e;
  --tag-bg: #f0f2f5;
  --tag-text: #115e59;
  --meta: #5b9a94;
  --logo-color: #5eead4;
  --logo-sub-color: #ffffff;
}
