﻿/* 12 - 曼城天蓝：明亮天蓝顶栏 */
:root {
  --primary: #6CABDD;
  --primary-soft: #e0f2fe;
  --primary-muted: #0369a1;
  --header-bg: #1a4d7a;
  --header-text: #f0f9ff;
  --footer-text: #a8c0d5;
  --body-bg: #f0f9ff;
  --text: #0c4a6e;
  --text-muted: #4b6b80;
  --card-bg: #ffffff;
  --border: #bae6fd;
  --hover-bg: #e0f2fe;
  --upcoming: #e0f2fe;
  --upcoming-text: #0369a1;
  --upcoming-border: #bae6fd;
  --live: #ff7043;
  --live-shadow:#ff4d4d;
  --live-glow: rgba(255, 112, 67, 0.55);
  --ended: #94a3b8;
  --match-time: #0ea5e9;
  --surface: #f0f2f5;
  --surface-2: #bae6fd;
  --link: #0284c7;
  --tag-bg: #f0f2f5;
  --tag-text: #075985;
  --meta: #0284c7;
  --logo-color: #ffffff;
  --logo-sub-color: #bae6fd;
}
