:root {
  /* === 主体：深夜 === */
  --sky-zenith:   #080B14;
  --sky:          #0E1320;
  --surface:      #161C2B;
  --surface-hi:   #1E2534;
  --sky-warm:     #241D28;
  --hairline:     #262E40;

  /* === 文字 === */
  --text:         #EDE9E4;
  --text-dim:     #8E96A8;
  --text-faint:   #5E5A57;

  /* === 金 === */
  --gold:         #C9A961;
  --gold-dim:     #8A7645;
  --sun:          #FFC24A;
  --sun-halo:     #FF8A3D;

  /* === 火星红 === */
  --mars:         #FF4A44;
  --mars-deep:    #E1252B;
  --mars-glow:    rgba(255, 74, 68, .30);

  /* === 日出卡 === */
  --sunrise-warm:   #F4A83B;
  --sunrise-deep:   #E06A1F;
  --sunrise-gold:   #FFD98E;
  --silhouette:     #1A0F0A;
  --confetti:       rgba(255, 217, 142, .6);

  /* === 尺寸 === */
  --topbar-h:     56px;
  --content-max:  720px;
  --timeline-w:   2px;
  --node-size:    10px;
  --node-active:  14px;

  /* === 动效 === */
  --ease-out:     cubic-bezier(0.22, 1, 0.36, 1);
  --dur-fast:     0.2s;
  --dur-med:      0.4s;
}
