body.old-maid-royal-table .card-game-battle {
  background:#06392e url('../../assets/card-table/emerald-table-v1.webp') center/cover no-repeat;
}
body.old-maid-royal-table .card-table-center {
  background:radial-gradient(ellipse,#15594070,#032b2280);
  border:1px solid #d6b776aa;
  box-shadow:inset 0 0 30px #001b1580,inset 0 0 0 3px #052d2466;
}
body.old-maid-royal-table .opponent-card,
body.old-maid-royal-table .card-game-player {
  background:linear-gradient(145deg,#154237ee,#06291fee);
  border-color:#c3a77099;box-shadow:inset 0 1px #ffedc933,0 3px 8px #00191166;
}
body.old-maid-royal-table .opponent-card strong {color:#ffe4a2;}
body.old-maid-royal-table .card-old-maid-risk,
body.old-maid-royal-table .card-old-maid-draw-cue {background:#092f27;color:#fff0ca;border-color:#b99b60;}
body.old-maid-royal-table .card-old-maid-risk.is-held {background:#472c26;border-color:#e0aa79;}
body.old-maid-royal-table #cardGameCenter .playing-card.is-face-down {
  width:54px;min-width:54px;height:77px;min-height:77px;flex:0 0 54px;
  background:#082d26 url('../../assets/klondike-solitaire-card-back.webp') center/100% 100%;
  border:1px solid #dfc583;border-radius:7px;box-shadow:0 4px 9px #00160faa;
  transition:box-shadow 140ms ease-out;
}
body.old-maid-royal-table #cardGameCenter .playing-card.is-face-down::after {content:none;}
body.old-maid-royal-table #cardGameCenter .playing-card:focus-visible,
body.old-maid-royal-table #cardGameCenter .playing-card:hover {outline:2px solid #ffe9ae;outline-offset:-3px;box-shadow:0 0 13px #e6c78388;}
body.old-maid-royal-table #cardGameCenter .table-row {gap:7px;}
body.old-maid-royal-table #cardGameHand .playing-card {width:48px;height:68px;flex:0 0 48px;min-width:0;font-family:Georgia,serif;}
body.old-maid-royal-table #cardGameHand .rank {font-size:10px;line-height:1;}
body.old-maid-royal-table #cardGameHand .deck-pip {font-size:8px;}
body.old-maid-royal-table #cardGameHand [data-deck-rank='A'] .deck-pip {font-size:19px;}
body.old-maid-royal-table .old-maid-arrival {animation:old-maid-arrival 200ms ease-out;}
body.old-maid-royal-table .card-old-maid-draw-cue {animation:old-maid-feedback 240ms ease-out;}
body.old-maid-royal-table #resultOverlay .result-card {background:radial-gradient(ellipse at top,#254d42,#071e22);border-color:#d7b96f;}
@keyframes old-maid-arrival {from{opacity:.3;filter:brightness(1.5);}to{opacity:1;filter:none;}}
@keyframes old-maid-feedback {from{box-shadow:0 0 14px #e3c887aa;}to{box-shadow:none;}}
@media(orientation:landscape) and (max-height:560px){
 body.old-maid-royal-table #cardGameCenter .playing-card.is-face-down {width:44px;min-width:44px;height:62px;min-height:62px;flex-basis:44px;}
 body.old-maid-royal-table #cardGameHand .playing-card {width:43px;height:61px;flex-basis:43px;}
 body.old-maid-royal-table #cardGameCenter .table-row {gap:4px;}
}
@media(prefers-reduced-motion:reduce){body.old-maid-royal-table :is(.playing-card,.card-old-maid-draw-cue){animation:none!important;transition:none!important;}}
