:root{
  --control-bg:#031424;
  --card-raised:#082138;
  --card-muted:#061b2d;
  --accent-rgb:200,255,61;
  color-scheme:dark;
}

html[data-theme="poker-green"]{
  --bg:#07180f;
  --card:#102b1c;
  --card-line:#2b5038;
  --ink:#edf6ef;
  --ink-dim:#9eb7a5;
  --felt-green:#f0c85a;
  --control-bg:#091e13;
  --card-raised:#153824;
  --card-muted:#0c2417;
  --accent-rgb:240,200,90;
}

html[data-theme="sand"]{
  --bg:#d8c7a2;
  --card:#eee1c4;
  --card-line:#aa8c63;
  --ink:#2d241b;
  --ink-dim:#715f4c;
  --felt-green:#667a2f;
  --gold:#9a6426;
  --danger:#a63f4f;
  --control-bg:#cfbb91;
  --card-raised:#f5ead2;
  --card-muted:#dfcfad;
  --accent-rgb:102,122,47;
  color-scheme:light;
}

html[data-theme="sand"] .action-hero{
  background:linear-gradient(135deg,rgba(var(--accent-rgb),.16),var(--card) 54%,rgba(154,100,38,.10));
}
html[data-theme="sand"] .action-status,
html[data-theme="sand"] .next-market{
  background:rgba(245,234,210,.72);
}

body,
.card,
.detail,
.portal-rail,
.rail-toggle,
select,
input,
button{
  transition-property:background-color,border-color,color,box-shadow;
  transition-duration:160ms;
  transition-timing-function:ease;
}

@media (prefers-reduced-motion:reduce){
  body,
  .card,
  .detail,
  .portal-rail,
  .rail-toggle,
  select,
  input,
  button{transition:none;}
}
