/* POSITIVE SEARCH — design tokens (pixel-derived from Design maket/) */
:root {
  /* surfaces — sampled from "dark colors cool.png" */
  --ps-bg-page:     #02080D;
  --ps-bg-panel:    #080F14;
  --ps-bg-panel-2:  #0B1318;
  --ps-hairline:    #19222B;

  /* text */
  --ps-text:        #F2F3F4;
  --ps-text-sec:    #A3A6A8;
  --ps-text-muted:  #6B7176;
  --ps-text-dim:    #50565C;

  /* accents — the V3 measured pair (COLOR.md): teal green H162 / coral red H22.
     Chosen 2026-08-01 over the sampled sea-green: the teal keeps a blue component
     that survives deuteranopia (2.49:1 vs 1.62:1 for the old pair). Everything
     else here is V1's — this file IS the hybrid that won. */
  --ps-green:        #36CE93;
  --ps-green-bright: #5EDEA7;
  --ps-green-label:  #36CE93;
  --ps-red:          #F87272;
  --ps-red-bright:   #FB8C8A;
  --ps-blue:         #6699DE;
  --ps-gold:         #D9A441;
  --ps-amber:        #E0A23A;
  --ps-neutral:      #8A8F94;

  /* type */
  --ps-font-mono: 'IBM Plex Mono', ui-monospace, 'SFMono-Regular', Menlo, Consolas, monospace;

  /* rhythm */
  --ps-radius: 14px;
  --ps-pad:    clamp(16px, 2.2vw, 28px);
}
