/* ==========================================================================
   PLEMMO — design tokens (single source of truth, see BRAND-KIT.md)
   ========================================================================== */
:root{
  --lime:#c6ff00; --lime-d:#aee000; --lime-soft:rgba(198,255,0,.12);
  --bg:#080a06; --bg2:#0c0f09; --panel:#11150e; --panel2:#161b12;
  --ink:#0b0e08; --ink-soft:#5c6553; --paper:#f5f7f0; --cream:#fbfbf6; --white:#fff;
  --txt-d:#eef2e8; --muted:#9aa48d;
  --line:rgba(255,255,255,.10); --line2:rgba(255,255,255,.18); --line-l:#e7ebdd;
  --r:16px; --r-lg:24px; --r-xl:32px; --pill:100px;
  --ease:cubic-bezier(.16,1,.3,1); --spring:cubic-bezier(.34,1.56,.64,1);
  --shadow:0 30px 70px rgba(0,0,0,.5); --shadow-l:0 24px 60px rgba(17,20,15,.12);
  --maxw:1200px;
}
