/* 全局主题变量 */
:root {
  --bg-primary: #0B0B0C;
  --bg-secondary: #121213;
  --bg-card: #1A1A1A;
  --border-color: #1E1E1E;
  --border-light: #2A2A2A;
  --text-primary: #EAEAEA;
  --text-secondary: #CCCCCC;
  --text-muted: #999999;
  --text-dim: #666666;
  --brand-gold: #F9C300;
  --brand-gold-hover: #E5B000;
  --tech-blue: #00B8FF;
  --success-green: #0ECB81;
  --warning-yellow: #FFC107;
  --error-red: #F15E5E;
}

/* 白天模式 - 优雅蓝色系 */
[data-theme="light"] {
  --bg-primary: #F0F4FF;
  --bg-secondary: #E3EAFC;
  --bg-card: #FFFFFF;
  --border-color: #B8C8E8;
  --border-light: #D0DCEF;
  --text-primary: #1E293B;
  --text-secondary: #475569;
  --text-muted: #64748B;
  --text-dim: #94A3B8;
  --brand-gold: #4F7BFF;
  --brand-gold-hover: #3B69F0;
  --tech-blue: #4F7BFF;
  --success-green: #10B981;
  --warning-yellow: #F59E0B;
  --error-red: #EF4444;
}

/* 应用主题变量 */
body {
  background: var(--bg-primary);
  color: var(--text-primary);
  transition: background-color 0.3s ease, color 0.3s ease;
}




  --bg-primary: #0B0B0C;
  --bg-secondary: #121213;
  --bg-card: #1A1A1A;
  --border-color: #1E1E1E;
  --border-light: #2A2A2A;
  --text-primary: #EAEAEA;
  --text-secondary: #CCCCCC;
  --text-muted: #999999;
  --text-dim: #666666;
  --brand-gold: #F9C300;
  --brand-gold-hover: #E5B000;
  --tech-blue: #00B8FF;
  --success-green: #0ECB81;
  --warning-yellow: #FFC107;
  --error-red: #F15E5E;
}

/* 白天模式 - 优雅蓝色系 */
[data-theme="light"] {
  --bg-primary: #F0F4FF;
  --bg-secondary: #E3EAFC;
  --bg-card: #FFFFFF;
  --border-color: #B8C8E8;
  --border-light: #D0DCEF;
  --text-primary: #1E293B;
  --text-secondary: #475569;
  --text-muted: #64748B;
  --text-dim: #94A3B8;
  --brand-gold: #4F7BFF;
  --brand-gold-hover: #3B69F0;
  --tech-blue: #4F7BFF;
  --success-green: #10B981;
  --warning-yellow: #F59E0B;
  --error-red: #EF4444;
}

/* 应用主题变量 */
body {
  background: var(--bg-primary);
  color: var(--text-primary);
  transition: background-color 0.3s ease, color 0.3s ease;
}

