/* =====================================================================
   STORE ENGINE — BRAND TOKENS  (blueprint: DNA/STORE_ENGINE_BLUEPRINT.md §8)
   The ONE palette every store skin obeys. Neutral base + exactly ONE accent.
   No neon-everything. Change a token here → every store surface updates.
   A tenant store re-skins by overriding these vars in a scoped block.
   ===================================================================== */
:root {
  /* LIGHT / "credible store" base (Pass 1, S466): flipped dark→light so the buy
     path reads like Shopify/Stripe/Apple — trust converts. White surfaces, near-
     black ink, ONE deep-green accent with enough contrast to sit on white.
     A tenant re-skins by overriding only --se-acc / --se-acc-d. */
  --se-bg:      #ffffff;
  --se-panel:   #f6f7f6;
  --se-panel2:  #eceeec;
  --se-line:    #e2e5e2;
  --se-line2:   #d0d5d0;

  /* ink */
  --se-ink:     #161a17;
  --se-muted:   #5c665f;
  --se-faint:   #8b948d;

  /* the ONE accent (THE ARMORY = deep sage, darkened for AA contrast on white).
     A tenant swaps only this pair. Button text is white on the accent. */
  --se-acc:     #1f8a56;
  --se-acc-d:   #16663f;
  --se-acc-ink: #ffffff;

  /* status */
  --se-ok:      #1f8a56;
  --se-warn:    #b07a1f;
  --se-radius:  14px;
}
