/* ============================================================
   RECASTER · BRAND TOKENS  (Rosé Pine Moon)
   The locked palette + type + radii for recaster.eu.
   Dark-only: the single Rosé Pine Moon palette, matching the
   product design file (Recaster Landing.dc.html).
   ============================================================ */

:root {
  /* ---- Rosé Pine Moon (dark) ---- */
  --base:        #232136;
  --surface:     #2a273f;
  --surface-2:   #2a283e;   /* slightly warmer panel (nav, table heads) */
  --overlay:     #393552;
  --border:      #393552;
  --border-2:    #44415a;
  --border-3:    #56526e;
  --text:        #e0def4;
  --subtle:      #908caa;
  --muted:       #6e6a86;
  --iris:        #c4a7e7;   /* PRIMARY accent */
  --on-iris:     #232136;   /* text/icon sitting on an iris fill */
  --foam:        #9ccfd8;
  --gold:        #f6c177;
  --love:        #eb6f92;
  --pine:        #3e8fb0;
  --rose:        #ea9a97;

  --iris-soft:   rgba(196,167,231,0.14);
  --foam-soft:   rgba(156,207,216,0.14);
  --gold-soft:   rgba(246,193,119,0.14);
  --love-soft:   rgba(235,111,146,0.14);
  --pine-soft:   rgba(62,143,176,0.16);
  --rose-soft:   rgba(234,154,151,0.14);

  --shadow-card: 0 12px 32px rgba(0,0,0,0.3);
  --shadow-shot: 0 30px 70px rgba(0,0,0,0.45);
  --glow-iris:   0 8px 26px rgba(196,167,231,0.3);

  /* ---- Type ---- */
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
               Helvetica, Arial, sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, monospace;

  /* ---- Radii ---- */
  --r-card: 14px;
  --r-box:  16px;
  --r-btn:  11px;
  --r-pill: 999px;
}
