/* Lima ácida token system — PM-approved, verbatim (companion v5 §1).
   Values are LOCKED (pmartifact #12 + chat). Do NOT invent or shift them. */
:root {
  /* Surfaces (near-black, green-tinted) */
  --bg:        #0a0e06;   /* page base */
  --surface:   #0f140a;
  --surface-2: #151c0e;
  --line:      #232a16;   /* hairlines / borders */

  /* Accent — lima (monochrome system: links also lima, NO secondary accent) */
  --accent:     #a3e635;  /* lima — titles, links, highlights */
  --accent-ink: #0c1206;  /* text ON lima fills */
  --ink-green:  #c2e88a;  /* muted lima-green for meta/labels */

  /* Body text — "cuerpo neutro": off-white for long-read legibility */
  --text:      #d8e3dc;   /* body copy (NOT lima) */
  --text-dim:  #9fb0a4;   /* secondary text */

  /* Typography */
  --font-display: 'Space Grotesk', system-ui, sans-serif;  /* titles, accents */
  --font-body:    'IBM Plex Sans', system-ui, sans-serif;  /* body */
  --font-mono:    'IBM Plex Mono', ui-monospace, monospace; /* code/data */

  --maxw: 72ch;           /* reading measure */
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
}
