/* User-created practice rooms are identified by the server's practice_mode.
   Keep the existing table geometry, rail, seats, cards and controls; change
   the background palette only. No user table-skin preference is persisted. */
body.holdem-table-active.holdem-social-game {
  --holdem-theme-bg-top: #25180f;
  --holdem-theme-bg-mid: #422916;
  --holdem-theme-bg-bottom: #150e09;
  --holdem-theme-felt-hi: #815d38;
  --holdem-theme-felt-mid: #634327;
  --holdem-theme-felt-low: #4b311d;
  --tbl-base-tint: rgba(174,111,61,.18);
  --tbl-base-hi: #352116;
  --tbl-base-mid: #27180f;
  --tbl-base-low: #190f09;
  --tbl-felt-sheen: #95724b;
  --tbl-felt-hi: #815d38;
  --tbl-felt-mid: #634327;
  --tbl-felt-low: #4b311d;
  --tbl-hole-rgb: 216,185,135;
  --tbl-felt-inner-shadow: rgba(41,25,12,.42);
  /* Preserve legibility of existing text over the darker playing surface. */
  --blind-info-text-color: #fff1d3;
  --blind-info-label-color: #dfcba7;
  --blind-info-sep-color: #ceb58c;
}
