/* 暗穹蓝主题（默认） */
:root, [data-theme="dark"] {
  --bg:         #0A0E27;
  --bg-card:    #0E1235;
  --bg-input:   #080B22;
  --bg-overlay: rgba(0,0,0,.7);
  --bg-loading: #0A0E27;
  --bg-cosmic:  rgba(8,8,24,.88);

  --gold:       #D4A853;
  --gold-dark:  #a07838;
  --gold-pale:  #B8923E;
  --gold-light: #F5E0B0;
  --gold-mid:   #8A7030;
  --gold-bg:    rgba(212,168,83,.08);
  --gold-bg2:   rgba(212,168,83,.12);
  --gold-bg3:   rgba(212,168,83,.25);
  --gold-border:rgba(212,168,83,.4);
  --gold-shadow:rgba(212,168,83,.04);
  --gold-glow:  rgba(212,168,83,.5);

  --cyan:       #00E5FF;
  --cyan-bg:    rgba(0,229,255,.08);
  --cyan-border:rgba(0,229,255,.12);

  --text:       #F5F0E8;
  --text2:      #8A8A9A;
  --text3:      #6E6E7E;
  --text4:      #6A6A7A;
  --text5:      #5A5A6A;
  --text-warm:  #C0B8A8;
  --text-warm2: #D4C0A0;
  --text-strong:#E5E0D8;
  --text-bold:  #dfd0b8;

  --border:     #0E1235;
  --border-dim: #151830;
  --border-pale:#2A2E52;
  --border-dark:#0E1428;

  --spinner-bg: #0E1235;
  --spinner-fg: #D4A853;

  --hero-mask:  rgba(10,14,39,.9);
  --hero-border:rgba(212,168,83,.25);

  --step-off:   #1E1830;
  --step-done:  #6A5A5A;
  --step-dot:   #8A7030;
  --step-shadow:rgba(180,140,60,.4);

  --pp-table-bg:#0A0E27;
  --pp-pipe-bg: #0A0E27;
  --pp-pattern-bg:#0A0E27;
  --pp-pattern-border:rgba(93,202,165,.12);

  --gold-gradient: linear-gradient(135deg, #D4A853, #a07838);
  --pulse-gold:    #D4A853;

  --blur-bg: linear-gradient(0deg, #0A0E27 20%, transparent 100%);
  --cutoff-bg: #0E1235;

  --disclaimer-bg: rgba(10,14,40,.4);

  --report-h1: #D4A853;
  --report-h2: #D4A853;
  --report-p:  #D4C0A0;

  --picker-arrow: %238a8070;
  --picker-border:rgba(212,168,83,.4);

  --badge-border: #222;
  --badge-text:   #5A5A6A;
}
