/* skin: dark-3d  (default)
 * The deep-black anaglyph default.
 * Token contract lives in tokens.css; this file is the explicit skin
 * descriptor for switching BACK to dark-3d after another skin was applied. */

:root[data-skin="dark-3d"] {
  --color-bg-base:        #020203;
  --color-bg-elevated:    #0a0a10;
  --color-bg-subtle:      #13131c;
  --color-bg-inset:       #000000;

  --color-text-primary:   #ecedf2;
  --color-text-secondary: #a4a6b3;
  --color-text-muted:     #5b5d6a;

  --color-border-subtle:  #1a1c26;
  --color-border-default: #262936;
  --color-border-strong:  #3a3e4f;

  --color-accent:         #e23535;
  --color-accent-cool:    #3580ff;

  --watermark-color: rgba(255,255,255,0.025);

  --scroll-track:        #000000;
  --scroll-thumb:        #2865d6;
  --scroll-thumb-hover:  #3580ff;
  --scroll-arrow-bg:     #b22323;
  --scroll-arrow-bg-hover: #e23535;
  --scroll-arrow-fg:     #ffffff;

  color-scheme: dark;
}
