



:root {
  

  
  --bg: #050b14;
  --panel: #0b1524;
  --surface: #161e29;
  --sidebar-bg: #080c14;

  
  --ink: #f0ebd8;
  --muted: #a38652;
  --dim: #323e4f;

  
  --gold: #e6c687;
  --gold-glow: rgba(230,198,135,.15);
  --wine: #6b2737;
  --wine-glow: rgba(107,39,55,.2);
  --claude: #c9a57b;
  --sun: #fff6e6;

  
  --blue: #5b8def;
  --gemini: #5b8def;
  --link: #4874ad;

  
  --multiverse: #050b14;
  --comet-core: #fff6e6;
  --comet-gold: #ffcc66;
  --comet-eyes: #1a140a;
  --trail-length: 120;
  --trail-samples: 6;
  --trail-head: var(--comet-core);
  --trail-tail: rgba(255,204,102,0);
  --scene-label: #e8edf3;
  --scene-price: var(--gold);
  --beam-card-title: var(--gold);
  --beam-card-body: #cdd5df;

  
  --planet-base: #e6c687;
  --planet-land: #a38652;
  --star-core: #fff6e6;
  --star-glow: #ffcc66;
  --nebula-1: #1a2740;
  --nebula-2: #2a1838;
  --nebula-3: #102030;

  
  --scene-boot-bg: #040608;
  --scene-boot-stars: 3000;
}
