/* ============================================================
   SUP边缘云 — 暖色主题 (Warm)
   温暖舒适风格，深棕与橙色搭配
   ============================================================ */

[data-theme="warm"] {
  /* ── 主色调 ── */
  --primary-color: #1e1a18;
  --secondary-color: #2c2420;
  --accent-color: #f4a460;

  /* ── 文本色 ── */
  --text-color: #f5e6d8;
  --light-gray: #d4c4b0;
  --dark-gray: #8a7a6a;
  --text-muted: #9a8a7a;

  /* ── 功能色 ── */
  --danger-color: #e07060;
  --warning-color: #f0a040;
  --success-color: #7db87d;
  --premium-color: #f4a460;
  --oem-color: #9b8ed4;

  /* ── 辅助色 ── */
  --blue-accent: #f4a460;
  --blue-accent-dark: #d48840;
  --blue-accent-light: #f6b878;
  --white-alpha-05: rgba(244, 164, 96, 0.05);
  --white-alpha-10: rgba(244, 164, 96, 0.1);
  --white-alpha-15: rgba(244, 164, 96, 0.15);

  /* ── 背景/卡片 ── */
  --card-bg: rgba(44, 36, 32, 0.7);
  --card-bg-hover: rgba(44, 36, 32, 0.88);
  --overlay-bg: rgba(30, 26, 24, 0.7);

  /* ── 边框 ── */
  --border-color: rgba(244, 164, 96, 0.1);
  --border-color-hover: rgba(244, 164, 96, 0.3);

  /* ── 阴影 ── */
  --shadow-sm: 0 4px 10px rgba(0, 0, 0, 0.25);
  --shadow-md: 0 6px 20px rgba(0, 0, 0, 0.35);
  --shadow-lg: 0 12px 35px rgba(0, 0, 0, 0.45);
  --shadow-glow: 0 6px 18px rgba(244, 164, 96, 0.35);

  /* ── 渐变与背景辅助 ── */
  --bg-gradient-mid: #241e1a;
  --accent-color-alpha: rgba(244, 164, 96, 0.08);
  --navbar-bg: rgba(30, 26, 24, 0.88);
  --navbar-mobile-bg: rgba(30, 26, 24, 0.97);
}
