/* ===== LGSports CSS Variables ===== */
/* 从 base.css 提取，所有页面共享 */

:root {
  --accent-color: #667eea;
  --accent-gradient: linear-gradient(135deg, #8fa0ff, #a78bfa);
  --card-radius: 16px;
  --card-bg: #ffffff;
  --card-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  --text-primary: #333;
  --text-secondary: #888;
  --border-color: #e8e8e8;
  --chip-bg: #f5f5f5;
  --toolbar-bg: #fafbff;
  --header-bg: #f8f9fa;
  --safe-bottom: env(safe-area-inset-bottom, 0px);

  /* Dashboard 专用色彩 */
  --dashboard-bg: #f5f7fa;
  --primary-blue: #2563eb;
  --primary-blue-light: #eff6ff;
  --accent-purple: #8b5cf6;
  --accent-green: #10b981;
  --accent-orange: #f59e0b;
  --accent-pink: #ec4899;
  --accent-cyan: #06b6d4;
  --card-radius-lg: 20px;
  --card-shadow-md: 0 4px 12px rgba(0, 0, 0, 0.06);
}
