/* Design tokens the Gin Rummy board (gin-rummy.css / rummy.css) expects.
   Ported from the ginrummynow main.css design system. These generic token
   names are unused by any page skin (verified), so :root scope is safe. */
:root{
  --blue:#16a34a; --blue-dark:#15803d; --blue-light:#f0fdf4; --blue-border:#bbf7d0;
  --accent:#f59e0b; --accent-light:#fffbeb;
  --text:#1e293b; --text-muted:#475569; --text-light:#94a3b8;
  --surface:#ffffff; --surface-2:#f8fafc; --surface-3:#f1f5f9;
  --border:#e2e8f0; --border-focus:#86efac;
  --shadow-sm:0 1px 3px rgba(0,0,0,.08); --shadow:0 4px 12px rgba(0,0,0,.10); --shadow-lg:0 8px 24px rgba(0,0,0,.12);
  --radius:10px; --radius-sm:6px; --radius-lg:16px;
  --font:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;
}
