:root{--background:#ffffff;--foreground:#171717}@media(prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{height:100%}html{overflow:hidden}#app{flex:1 1 0;min-height:0;overflow-y:auto}body{color:var(--foreground);font-family:Arial,Helvetica,sans-serif}.is-disabled{pointer-events:none;opacity:.65}@keyframes gradient-angle{to{--gradient-angle:360deg}}@keyframes shimmer{to{rotate:1turn}}@keyframes breathe{0%,to{scale:1}50%{scale:1.2}}:root{--shine-bg:#0e1917;--shine-bg-subtle:#0e231c;--shine-fg:#fff;--shine-highlight:#006300;--shine-highlight-subtle:#03b565;--brand:#006300;--brand-h:153;--brand-s:87%;--brand-l:46%;--brand-hsl:153,87%,46%;--brand-l-dark:6%;--brand-bg:hsl(var(--brand-h),var(--brand-s),var(--brand-l-dark));--brass:#e9b949;--brass-dim:#8a6d24;--cream:#f7f2e6;--ivory:#fbf8f1;--card-red:#c8102e;--table-ink:#14211b;--baize:#006300;--baize-deep:#00280f;--felt-weave-a:#006000;--felt-weave-b:#006300;--slot-well:rgba(0,22,9,.46);--slot-edge:rgba(233,185,73,.18);--card-back:repeating-linear-gradient(45deg,#606dbc,#606dbc 10px,#465298 0,#465298 20px);--card-back-edge:rgba(255,255,255,.16)}html[data-deck=green]{--card-back:repeating-linear-gradient(45deg,#00300f,#00300f 10px,#014d17 0,#014d17 20px);--card-back-edge:rgba(233,185,73,.28)}html[data-deck=crimson]{--card-back:repeating-linear-gradient(45deg,#6d1220,#6d1220 10px,#8f1a2c 0,#8f1a2c 20px);--card-back-edge:rgba(233,185,73,.24)}html[data-deck=slate]{--card-back:repeating-linear-gradient(45deg,#2b3440,#2b3440 10px,#3d4857 0,#3d4857 20px);--card-back-edge:rgba(255,255,255,.18)}html[data-felt=midnight]{--baize:#17335e;--baize-deep:#060f1f;--felt-weave-a:#16305a;--felt-weave-b:#193765;--slot-well:rgba(3,9,20,.5)}html[data-felt=burgundy]{--baize:#5c1524;--baize-deep:#22070d;--felt-weave-a:#57131f;--felt-weave-b:#611726;--slot-well:rgba(24,5,9,.5)}html[data-felt=graphite]{--baize:#3a4048;--baize-deep:#14171b;--felt-weave-a:#383e46;--felt-weave-b:#3f454e;--slot-well:rgba(10,12,15,.5)}html[data-deck=brass]{--card-back:repeating-linear-gradient(45deg,#6b5116,#6b5116 10px,#a8842c 0,#a8842c 20px);--card-back-edge:rgba(251,248,241,.34)}html[data-deck=ivory]{--card-back:repeating-linear-gradient(45deg,#e8e0cd,#e8e0cd 10px,#fbf8f1 0,#fbf8f1 20px);--card-back-edge:rgba(20,33,27,.22)}html[data-felt=oxblood]{--baize:#4a0d18;--baize-deep:#1a0508;--felt-weave-a:#460c17;--felt-weave-b:#4e0f1a;--slot-well:rgba(18,4,7,.52)}html[data-felt=emerald]{--baize:#0a7a3c;--baize-deep:#023019;--felt-weave-a:#097537;--felt-weave-b:#0c8040;--slot-well:rgba(2,26,14,.46)}@property --gradient-angle{syntax:"<angle>";initial-value:0deg;inherits:false}@property --gradient-angle-offset{syntax:"<angle>";initial-value:0deg;inherits:false}@property --gradient-percent{syntax:"<percentage>";initial-value:5%;inherits:false}@property --gradient-shine{syntax:"<color>";initial-value:#fff;inherits:false}@keyframes rotate-gradient{to{--gradient-angle:360deg}}.shine{--animation:gradient-angle linear infinite;--duration:3s;--shadow-size:2px;background:linear-gradient(var(--shine-bg),var(--shine-bg)) padding-box,conic-gradient(from calc(var(--gradient-angle) - var(--gradient-angle-offset)),transparent,var(--shine-highlight) var(--gradient-percent),var(--gradient-shine) calc(var(--gradient-percent) * 2),var(--shine-highlight) calc(var(--gradient-percent) * 3),transparent calc(var(--gradient-percent) * 4)) border-box;border:2px solid rgba(0,0,0,0);border-radius:.5em;box-shadow:inset 0 0 0 1px var(--shine-bg-subtle);color:#fff;color:var(--shine-fg);cursor:pointer;display:block;font-size:1.25rem;font-weight:500;isolation:isolate;line-height:1;outline-offset:4px;overflow:hidden;position:relative}.shine span:before,.shine:after,.shine:before{content:"";inset-block-start:50%;inset-inline-start:50%;pointer-events:none;position:absolute;translate:-50% -50%;z-index:-1}.shine:active{translate:0 1px}.shine:after{--animation:shimmer linear infinite;aspect-ratio:1;-webkit-mask-image:radial-gradient(circle at bottom,transparent 40%,#000);mask-image:radial-gradient(circle at bottom,transparent 40%,#000);opacity:.2;width:100%}.shine span{z-index:1}.shine span:before{--size:calc(100% + 1rem);box-shadow:inset 0 -1ex 2rem 4px var(--shine-highlight);height:var(--size);opacity:0;width:var(--size)}.shine{--transition:800ms cubic-bezier(0.25,1,0.5,1);transition:var(--transition);transition-property:--gradient-angle-offset,--gradient-percent,--gradient-shine}.shine,.shine:after,.shine:before{animation:var(--animation) var(--duration),var(--animation) calc(var(--duration)/.4) reverse paused;animation-composition:add}.shine span:before{animation:calc(var(--duration)*1.5) breathe linear infinite;transition:opacity var(--transition)}.shine:is(:hover,:focus-visible){--gradient-percent:20%;--gradient-angle-offset:95deg;--gradient-shine:var(--shine-highlight-subtle)}.shine:is(:hover,:focus-visible),.shine:is(:hover,:focus-visible):after,.shine:is(:hover,:focus-visible):before{animation-play-state:running}.shine:is(:hover,:focus-visible) span:before{opacity:1}:root{--scale-size:1.5;--card-scale:1.5;--card-h:calc(110px * var(--card-scale));--card-w:calc(72px * var(--card-scale));--card-corner:min(calc(.25em * var(--scale-size)),5.5%) /min(calc(.25em * var(--scale-size)),3.6%);--slot-corner:min(9px,8.3%) /min(9px,5.4%)}@media(max-width:1023px){:root{--card-scale:1.05}}@media(max-width:640px){:root{--card-scale:.78}}*{box-sizing:border-box}body,html{margin:0}body.ingame,html.ingame{overflow:hidden}.navbar-link{background-color:rgba(0,0,0,0)}.navbar .navbar-item.is-current>.navbar-link,.navbar a.navbar-item.is-current{color:hsl(var(--brand-h),var(--brand-s),64%);background-color:hsla(var(--brand-hsl),.12);box-shadow:inset 0 -3px 0 hsl(var(--brand-hsl));font-weight:600}.navbar .navbar-item.is-current>.navbar-link:not(.is-arrowless):after{border-color:hsl(var(--brand-h),var(--brand-s),64%)}.navbar .navbar-item.has-dropdown.is-active:not(.is-current)>.navbar-link,.navbar .navbar-item.has-dropdown:not(.is-current):hover>.navbar-link,.navbar a.navbar-item:not(.is-current):hover{background-color:hsla(var(--brand-hsl),.1)}@media(min-width:1024px){.navbar .navbar-dropdown a.navbar-item:hover{background-color:hsla(var(--brand-hsl),.16);color:inherit}}.navbar-brand-text{position:relative}.navbar-brand-version{position:absolute;top:100%;left:0;font-size:.5rem;line-height:1;opacity:.6;white-space:nowrap}.navbar.site-bar{min-height:0;padding:.15rem .5rem;gap:.5rem}.site-bar-brand{display:flex;align-items:center;gap:.45rem;padding:.25rem .35rem;border-radius:var(--ui-radius,.375rem);color:#fff}.site-bar-brand img{width:24px;height:24px}.site-bar-end{display:flex;align-items:center;gap:.35rem}.site-bar-end .navbar-item.has-dropdown{padding:0}#game-ui legend{display:flex;gap:10px}.section:empty{display:none}#message,#messages{width:100%}#messages{overflow:scroll}#timer{position:absolute;bottom:10px;right:10px}#dice{display:flex;min-height:72px;flex-direction:column-reverse;row-gap:8px}#dice .turn{display:flex;gap:4px}#dice .turn .die{font-size:1em}#dice .turn .die.selected{color:#3488ce}#dice .turn:last-child{gap:8px;margin:8px 0}#dice .turn:last-child .die{font-size:2em}.message-prompt{display:flex;flex-direction:row;gap:6px}.players:empty:before{content:"No Players"}body,html{background:#10151a}html.felt #app{background:repeating-linear-gradient(135deg,var(--felt-weave-a),var(--felt-weave-a) 10px,var(--felt-weave-b) 10px,var(--felt-weave-b) 20px)}@media(max-width:640px){html.felt #app{background:var(--baize)}}html.felt #app>form{margin:0 auto;background:var(--baize-deep);background-image:radial-gradient(circle at 50% 38%,var(--baize) 0,var(--baize-deep) 78%)}legend{background:#fff;padding:0 5px;border-radius:5px;border:1px solid #aaa}#game-selector{position:absolute;top:10px;left:-100px}.table-layout{display:flex;align-items:flex-start;justify-content:center;gap:.75rem;width:100%;flex:1 1 auto;min-height:0}.table-layout>#board{flex:1 1 auto;min-width:0;width:auto}@media(max-width:640px){.table-layout{flex-direction:column;gap:.35rem}.table-layout>#board{width:100%}}.score-card{flex:0 0 auto;width:clamp(8rem,15vw,12rem);position:sticky;top:.5rem;background:var(--slot-well);border:1px solid var(--slot-edge);border-radius:.5rem;color:var(--cream);font-size:.85rem;overflow:hidden}.score-card-head{display:flex;align-items:baseline;gap:.4rem;width:100%;padding:.4rem .55rem;background:none;border:0;color:inherit;font:inherit;text-align:left;cursor:pointer}.score-card-head:hover{background:rgba(255,255,255,.06)}.score-card-head .score-card-title{flex:0 0 auto;font-size:.7rem;letter-spacing:.06em;text-transform:uppercase;opacity:.65}.score-card-head .score-card-lead{display:flex;align-items:baseline;gap:.35rem;flex:1 1 auto;min-width:0;justify-content:flex-end}.score-card-head i{flex:0 0 auto;margin-left:auto;font-size:.7rem;opacity:.5}.score-card-head .score-card-lead+i{margin-left:0}.score-card-rows{margin:0;padding:0 .55rem .5rem;list-style:none}.score-card-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:0 .4rem;padding:.2rem 0}.score-card-row+.score-card-row{border-top:1px solid rgba(255,255,255,.07)}.score-card-row[data-you] .score-card-name{color:var(--brass);font-weight:700}.score-card-faces{display:flex;flex:0 0 auto;align-self:center}.score-card-faces .player-seat-avatar{width:1.5rem;height:1.5rem;font-size:.7rem}.score-card-faces .player-seat-avatar+.player-seat-avatar{margin-left:-.5rem}.score-card-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;opacity:.9}.score-card-score{font-weight:700;font-variant-numeric:tabular-nums}.score-card-score small{font-weight:400;opacity:.55}.score-card-detail{grid-column:1/-1;font-size:.72rem;opacity:.55}.score-card[data-scorecard]{width:clamp(11rem,32vw,20rem)}.score-card-boxes{width:100%;border-collapse:collapse;font-size:.72rem;font-variant-numeric:tabular-nums}.score-card-boxes th{font-weight:600;text-align:left}.score-card-boxes thead th{padding:0 .3rem .25rem;text-align:right;vertical-align:bottom;max-width:4rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;opacity:.65}.score-card-boxes thead .player-seat-avatar{width:1.5rem;height:1.5rem;margin:0 0 .2rem auto;font-size:.7rem}.score-card-boxes thead .score-card-name{display:block}.score-card-boxes tbody th{padding:.12rem .3rem .12rem .55rem;font-weight:400;opacity:.85}.score-card-boxes tbody th small{margin-left:.3rem;opacity:.45}.score-card-boxes td{padding:.12rem .3rem;text-align:right;font-weight:700;min-width:1.6rem}.score-card-boxes td[data-open]:after{content:"";display:block;border-bottom:1px dashed var(--slot-edge);opacity:.5}.score-card-boxes td[data-you],.score-card-boxes th[data-you]{color:var(--brass);opacity:1}.score-card-boxes tr[data-kind=bonus] td,.score-card-boxes tr[data-kind=bonus] th,.score-card-boxes tr[data-kind=subtotal] td,.score-card-boxes tr[data-kind=subtotal] th{opacity:.7;font-style:italic}.score-card-boxes tr[data-kind=subtotal] td,.score-card-boxes tr[data-kind=subtotal] th,.score-card-boxes tr[data-kind=total] td,.score-card-boxes tr[data-kind=total] th{border-top:1px solid rgba(255,255,255,.12)}.score-card-boxes tr[data-kind=total] td,.score-card-boxes tr[data-kind=total] th{padding-top:.25rem;padding-bottom:.4rem;font-weight:700;font-style:normal;opacity:1}@media(max-width:640px){.score-card{width:100%;position:static}.score-card-rows{display:flex;flex-wrap:wrap;gap:0 1rem}.score-card-row{flex:1 1 auto}.score-card-row+.score-card-row{border-top:0}.score-card[data-scorecard]{overflow-x:auto}}.replay-board{--replay-card-scale:1.05;--card-h:calc(110px * var(--replay-card-scale));--card-w:calc(72px * var(--replay-card-scale));display:flex;height:clamp(20rem,60vh,46rem)}.replay-board>#board{min-width:0;height:100%}@media(max-width:640px){.replay-board{--replay-card-scale:.7;height:clamp(16rem,55vh,30rem)}}#board{display:flex;width:100%;--pile-min:2.5rem;overflow:auto;padding-bottom:1rem;touch-action:pan-x pan-y;-webkit-overflow-scrolling:touch}#board[data-paused=true]{position:relative}#board[data-paused=true]>.grid{pointer-events:none;opacity:.4;filter:grayscale(.5)}#board[data-paused=true]:after{content:"Paused";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:clamp(1.5rem,5vw,3rem);font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.85);text-shadow:0 .15rem .75rem rgba(0,0,0,.7);pointer-events:none}#board>.grid{width:100%;grid-template-columns:repeat(var(--bulma-grid-column-count),minmax(var(--pile-min),1fr))}#board>.grid>*{min-width:0}#board>.duel{min-height:100%;width:100%;position:relative;display:block}#board>.duel>*{position:relative;outline:10px solid green}#board>.duel>:before{position:absolute;font-size:20em;display:flex;color:rgba(0,0,0,.2);z-index:0}#board>.duel #player1:before{content:"1"}#board>.duel #player2{rotate:180deg}#board>.duel #player2:before{content:"2"}#board>.quadrants{min-height:100%;display:grid;grid-template-areas:"player2 player3 player3 player3 player4" "player2 common common common    player4" "player2 player1 player1 player1 player4";gap:10px}#board>.quadrants,#board>.quadrants>*{width:100%;position:relative;flex-grow:1}#board>.quadrants>*{display:flex;height:100%;justify-content:center;align-items:center;z-index:1;outline:10px solid green;transform-origin:50% 50%}#board>.quadrants>* .grid{width:100%}#board>.quadrants>:before{position:absolute;font-size:20em;display:flex;justify-self:center;align-self:center;color:rgba(0,0,0,.2);z-index:0}#board>.quadrants #common{grid-area:common;min-width:100%;background:purple;z-index:2}#board>.quadrants #player1{grid-area:player1;z-index:3}#board>.quadrants #player1:before{content:"1"}#board>.quadrants #player2{grid-area:player2;transform:rotate(90deg)}#board>.quadrants #player2:before{content:"2"}#board>.quadrants #player3{grid-area:player3;rotate:180deg;z-index:3}#board>.quadrants #player3:before{content:"3"}#board>.quadrants #player4{grid-area:player4;transform:rotate(270deg)}#board>.quadrants #player4:before{content:"4"}@media(max-width:640px){#board{--bulma-grid-gap:.25rem;--pile-min:2.25rem;padding-left:0;padding-right:0}}@media(min-width:641px)and (max-width:1023px){#board{--bulma-grid-gap:.5rem}}.playable>.playing-card{position:absolute;top:0;left:0}.playable{display:flex;justify-content:center;aspect-ratio:72/110;min-width:0;border-radius:var(--slot-corner);position:relative;background:var(--slot-well);box-shadow:inset 0 2px 6px rgba(0,0,0,.45),inset 0 0 0 1px var(--slot-edge)}.playing-card{height:var(--card-h);width:var(--card-w);aspect-ratio:72/110;display:inline-block;outline:1px solid #000;border-radius:var(--card-corner);transition:left right top bottom background .1s .1s .1s .1s .1s;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none}.playing-card[data-faced=down]{outline:1px solid rgba(0,0,0,.55)}.playing-card:focus{background:green;outline:1px solid green}.hand,[data-pile]>.playing-card{height:100%;width:100%}.hand{display:flex;z-index:3}.playing-card[data-suit=Clubs][data-name=Ace]{background:#fff url(/cards.svg#Ace-Clubs);background-size:cover}.playing-card[data-suit=Clubs][data-name=Two]{background:#fff url(/cards.svg#Two-Clubs);background-size:cover}.playing-card[data-suit=Clubs][data-name=Three]{background:#fff url(/cards.svg#Three-Clubs);background-size:cover}.playing-card[data-suit=Clubs][data-name=Four]{background:#fff url(/cards.svg#Four-Clubs);background-size:cover}.playing-card[data-suit=Clubs][data-name=Five]{background:#fff url(/cards.svg#Five-Clubs);background-size:cover}.playing-card[data-suit=Clubs][data-name=Six]{background:#fff url(/cards.svg#Six-Clubs);background-size:cover}.playing-card[data-suit=Clubs][data-name=Seven]{background:#fff url(/cards.svg#Seven-Clubs);background-size:cover}.playing-card[data-suit=Clubs][data-name=Eight]{background:#fff url(/cards.svg#Eight-Clubs);background-size:cover}.playing-card[data-suit=Clubs][data-name=Nine]{background:#fff url(/cards.svg#Nine-Clubs);background-size:cover}.playing-card[data-suit=Clubs][data-name=Ten]{background:#fff url(/cards.svg#Ten-Clubs);background-size:cover}.playing-card[data-suit=Clubs][data-name=Jack]{background:#fff url(/cards.svg#Jack-Clubs);background-size:cover}.playing-card[data-suit=Clubs][data-name=Queen]{background:#fff url(/cards.svg#Queen-Clubs);background-size:cover}.playing-card[data-suit=Clubs][data-name=King]{background:#fff url(/cards.svg#King-Clubs);background-size:cover}.playing-card[data-suit=Diamonds][data-name=Ace]{background:#fff url(/cards.svg#Ace-Diamonds);background-size:cover}.playing-card[data-suit=Diamonds][data-name=Two]{background:#fff url(/cards.svg#Two-Diamonds);background-size:cover}.playing-card[data-suit=Diamonds][data-name=Three]{background:#fff url(/cards.svg#Three-Diamonds);background-size:cover}.playing-card[data-suit=Diamonds][data-name=Four]{background:#fff url(/cards.svg#Four-Diamonds);background-size:cover}.playing-card[data-suit=Diamonds][data-name=Five]{background:#fff url(/cards.svg#Five-Diamonds);background-size:cover}.playing-card[data-suit=Diamonds][data-name=Six]{background:#fff url(/cards.svg#Six-Diamonds);background-size:cover}.playing-card[data-suit=Diamonds][data-name=Seven]{background:#fff url(/cards.svg#Seven-Diamonds);background-size:cover}.playing-card[data-suit=Diamonds][data-name=Eight]{background:#fff url(/cards.svg#Eight-Diamonds);background-size:cover}.playing-card[data-suit=Diamonds][data-name=Nine]{background:#fff url(/cards.svg#Nine-Diamonds);background-size:cover}.playing-card[data-suit=Diamonds][data-name=Ten]{background:#fff url(/cards.svg#Ten-Diamonds);background-size:cover}.playing-card[data-suit=Diamonds][data-name=Jack]{background:#fff url(/cards.svg#Jack-Diamonds);background-size:cover}.playing-card[data-suit=Diamonds][data-name=Queen]{background:#fff url(/cards.svg#Queen-Diamonds);background-size:cover}.playing-card[data-suit=Diamonds][data-name=King]{background:#fff url(/cards.svg#King-Diamonds);background-size:cover}.playing-card[data-suit=Hearts][data-name=Ace]{background:#fff url(/cards.svg#Ace-Hearts);background-size:cover}.playing-card[data-suit=Hearts][data-name=Two]{background:#fff url(/cards.svg#Two-Hearts);background-size:cover}.playing-card[data-suit=Hearts][data-name=Three]{background:#fff url(/cards.svg#Three-Hearts);background-size:cover}.playing-card[data-suit=Hearts][data-name=Four]{background:#fff url(/cards.svg#Four-Hearts);background-size:cover}.playing-card[data-suit=Hearts][data-name=Five]{background:#fff url(/cards.svg#Five-Hearts);background-size:cover}.playing-card[data-suit=Hearts][data-name=Six]{background:#fff url(/cards.svg#Six-Hearts);background-size:cover}.playing-card[data-suit=Hearts][data-name=Seven]{background:#fff url(/cards.svg#Seven-Hearts);background-size:cover}.playing-card[data-suit=Hearts][data-name=Eight]{background:#fff url(/cards.svg#Eight-Hearts);background-size:cover}.playing-card[data-suit=Hearts][data-name=Nine]{background:#fff url(/cards.svg#Nine-Hearts);background-size:cover}.playing-card[data-suit=Hearts][data-name=Ten]{background:#fff url(/cards.svg#Ten-Hearts);background-size:cover}.playing-card[data-suit=Hearts][data-name=Jack]{background:#fff url(/cards.svg#Jack-Hearts);background-size:cover}.playing-card[data-suit=Hearts][data-name=Queen]{background:#fff url(/cards.svg#Queen-Hearts);background-size:cover}.playing-card[data-suit=Hearts][data-name=King]{background:#fff url(/cards.svg#King-Hearts);background-size:cover}.playing-card[data-suit=Spades][data-name=Ace]{background:#fff url(/cards.svg#Ace-Spades);background-size:cover}.playing-card[data-suit=Spades][data-name=Two]{background:#fff url(/cards.svg#Two-Spades);background-size:cover}.playing-card[data-suit=Spades][data-name=Three]{background:#fff url(/cards.svg#Three-Spades);background-size:cover}.playing-card[data-suit=Spades][data-name=Four]{background:#fff url(/cards.svg#Four-Spades);background-size:cover}.playing-card[data-suit=Spades][data-name=Five]{background:#fff url(/cards.svg#Five-Spades);background-size:cover}.playing-card[data-suit=Spades][data-name=Six]{background:#fff url(/cards.svg#Six-Spades);background-size:cover}.playing-card[data-suit=Spades][data-name=Seven]{background:#fff url(/cards.svg#Seven-Spades);background-size:cover}.playing-card[data-suit=Spades][data-name=Eight]{background:#fff url(/cards.svg#Eight-Spades);background-size:cover}.playing-card[data-suit=Spades][data-name=Nine]{background:#fff url(/cards.svg#Nine-Spades);background-size:cover}.playing-card[data-suit=Spades][data-name=Ten]{background:#fff url(/cards.svg#Ten-Spades);background-size:cover}.playing-card[data-suit=Spades][data-name=Jack]{background:#fff url(/cards.svg#Jack-Spades);background-size:cover}.playing-card[data-suit=Spades][data-name=Queen]{background:#fff url(/cards.svg#Queen-Spades);background-size:cover}.playing-card[data-suit=Spades][data-name=King]{background:#fff url(/cards.svg#King-Spades);background-size:cover}.playing-card[data-suit=Jokers][data-name=Joker]{background:#fff url(/cards.svg#Joker-Joker);background-size:cover}#stock{height:var(--card-h);width:var(--card-w);aspect-ratio:72/110;display:inline-block;border-radius:var(--card-corner);transition:left right top bottom background .1s .1s .1s .1s .1s;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none}.stock:after{content:"↻";position:absolute;bottom:0;left:0;right:0;height:var(--slot-h,var(--card-h));justify-content:center;pointer-events:none;font-size:var(--slot-w,var(--card-w));line-height:1;transform:translateY(-.112em);color:var(--brass);opacity:.55;text-shadow:0 2px 6px rgba(0,0,0,.45)}.stock:after,[data-foundation-clubs],[data-foundation-diamonds],[data-foundation-hearts],[data-foundation-spades]{display:flex;align-items:center}[data-foundation-clubs]:after{content:"♣"}[data-foundation-clubs]:after,[data-foundation-spades]:after{font-size:100px;color:#60ff5e;text-shadow:3px 3px 7px rgba(0,0,0,.2)}[data-foundation-spades]:after{content:"♠"}[data-foundation-diamonds]:after{content:"♦"}[data-foundation-diamonds]:after,[data-foundation-hearts]:after{font-size:100px;color:#60ff5e;text-shadow:3px 3px 7px rgba(0,0,0,.2)}[data-foundation-hearts]:after{content:"♥"}.depot,.location{position:relative}.is-hand{--fan-step-max:55%;--fan-ratio:.55;--fan-spread:400%}.faced-up-stack-2{--fan-count:2;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 1))}.stack-size-2{--stack-count:2;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 1));--fan-ratio-down:min(0.25,calc(4 / 1))}.faced-up-stack-3{--fan-count:3;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 2))}.stack-size-3{--stack-count:3;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 2));--fan-ratio-down:min(0.25,calc(4 / 2))}.faced-up-stack-4{--fan-count:4;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 3))}.stack-size-4{--stack-count:4;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 3));--fan-ratio-down:min(0.25,calc(4 / 3))}.faced-up-stack-5{--fan-count:5;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 4))}.stack-size-5{--stack-count:5;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 4));--fan-ratio-down:min(0.25,calc(4 / 4))}.faced-up-stack-6{--fan-count:6;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 5))}.stack-size-6{--stack-count:6;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 5));--fan-ratio-down:min(0.25,calc(4 / 5))}.faced-up-stack-7{--fan-count:7;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 6))}.stack-size-7{--stack-count:7;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 6));--fan-ratio-down:min(0.25,calc(4 / 6))}.faced-up-stack-8{--fan-count:8;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 7))}.stack-size-8{--stack-count:8;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 7));--fan-ratio-down:min(0.25,calc(4 / 7))}.faced-up-stack-9{--fan-count:9;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 8))}.stack-size-9{--stack-count:9;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 8));--fan-ratio-down:min(0.25,calc(4 / 8))}.faced-up-stack-10{--fan-count:10;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 9))}.stack-size-10{--stack-count:10;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 9));--fan-ratio-down:min(0.25,calc(4 / 9))}.faced-up-stack-11{--fan-count:11;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 10))}.stack-size-11{--stack-count:11;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 10));--fan-ratio-down:min(0.25,calc(4 / 10))}.faced-up-stack-12{--fan-count:12;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 11))}.stack-size-12{--stack-count:12;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 11));--fan-ratio-down:min(0.25,calc(4 / 11))}.faced-up-stack-13{--fan-count:13;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 12))}.stack-size-13{--stack-count:13;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 12));--fan-ratio-down:min(0.25,calc(4 / 12))}.faced-up-stack-14{--fan-count:14;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 13))}.stack-size-14{--stack-count:14;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 13));--fan-ratio-down:min(0.25,calc(4 / 13))}.faced-up-stack-15{--fan-count:15;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 14))}.stack-size-15{--stack-count:15;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 14));--fan-ratio-down:min(0.25,calc(4 / 14))}.faced-up-stack-16{--fan-count:16;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 15))}.stack-size-16{--stack-count:16;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 15));--fan-ratio-down:min(0.25,calc(4 / 15))}.faced-up-stack-17{--fan-count:17;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 16))}.stack-size-17{--stack-count:17;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 16));--fan-ratio-down:min(0.25,calc(4 / 16))}.faced-up-stack-18{--fan-count:18;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 17))}.stack-size-18{--stack-count:18;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 17));--fan-ratio-down:min(0.25,calc(4 / 17))}.faced-up-stack-19{--fan-count:19;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 18))}.stack-size-19{--stack-count:19;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 18));--fan-ratio-down:min(0.25,calc(4 / 18))}.faced-up-stack-20{--fan-count:20;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 19))}.stack-size-20{--stack-count:20;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 19));--fan-ratio-down:min(0.25,calc(4 / 19))}.faced-up-stack-21{--fan-count:21;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 20))}.stack-size-21{--stack-count:21;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 20));--fan-ratio-down:min(0.25,calc(4 / 20))}.faced-up-stack-22{--fan-count:22;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 21))}.stack-size-22{--stack-count:22;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 21));--fan-ratio-down:min(0.25,calc(4 / 21))}.faced-up-stack-23{--fan-count:23;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 22))}.stack-size-23{--stack-count:23;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 22));--fan-ratio-down:min(0.25,calc(4 / 22))}.faced-up-stack-24{--fan-count:24;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 23))}.stack-size-24{--stack-count:24;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 23));--fan-ratio-down:min(0.25,calc(4 / 23))}.faced-up-stack-25{--fan-count:25;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 24))}.stack-size-25{--stack-count:25;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 24));--fan-ratio-down:min(0.25,calc(4 / 24))}.faced-up-stack-26{--fan-count:26;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 25))}.stack-size-26{--stack-count:26;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 25));--fan-ratio-down:min(0.25,calc(4 / 25))}.faced-up-stack-27{--fan-count:27;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 26))}.stack-size-27{--stack-count:27;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 26));--fan-ratio-down:min(0.25,calc(4 / 26))}.faced-up-stack-28{--fan-count:28;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 27))}.stack-size-28{--stack-count:28;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 27));--fan-ratio-down:min(0.25,calc(4 / 27))}.faced-up-stack-29{--fan-count:29;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 28))}.stack-size-29{--stack-count:29;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 28));--fan-ratio-down:min(0.25,calc(4 / 28))}.faced-up-stack-30{--fan-count:30;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 29))}.stack-size-30{--stack-count:30;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 29));--fan-ratio-down:min(0.25,calc(4 / 29))}.faced-up-stack-31{--fan-count:31;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 30))}.stack-size-31{--stack-count:31;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 30));--fan-ratio-down:min(0.25,calc(4 / 30))}.faced-up-stack-32{--fan-count:32;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 31))}.stack-size-32{--stack-count:32;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 31));--fan-ratio-down:min(0.25,calc(4 / 31))}.faced-up-stack-33{--fan-count:33;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 32))}.stack-size-33{--stack-count:33;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 32));--fan-ratio-down:min(0.25,calc(4 / 32))}.faced-up-stack-34{--fan-count:34;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 33))}.stack-size-34{--stack-count:34;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 33));--fan-ratio-down:min(0.25,calc(4 / 33))}.faced-up-stack-35{--fan-count:35;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 34))}.stack-size-35{--stack-count:35;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 34));--fan-ratio-down:min(0.25,calc(4 / 34))}.faced-up-stack-36{--fan-count:36;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 35))}.stack-size-36{--stack-count:36;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 35));--fan-ratio-down:min(0.25,calc(4 / 35))}.faced-up-stack-37{--fan-count:37;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 36))}.stack-size-37{--stack-count:37;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 36));--fan-ratio-down:min(0.25,calc(4 / 36))}.faced-up-stack-38{--fan-count:38;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 37))}.stack-size-38{--stack-count:38;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 37));--fan-ratio-down:min(0.25,calc(4 / 37))}.faced-up-stack-39{--fan-count:39;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 38))}.stack-size-39{--stack-count:39;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 38));--fan-ratio-down:min(0.25,calc(4 / 38))}.faced-up-stack-40{--fan-count:40;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 39))}.stack-size-40{--stack-count:40;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 39));--fan-ratio-down:min(0.25,calc(4 / 39))}.faced-up-stack-41{--fan-count:41;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 40))}.stack-size-41{--stack-count:41;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 40));--fan-ratio-down:min(0.25,calc(4 / 40))}.faced-up-stack-42{--fan-count:42;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 41))}.stack-size-42{--stack-count:42;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 41));--fan-ratio-down:min(0.25,calc(4 / 41))}.faced-up-stack-43{--fan-count:43;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 42))}.stack-size-43{--stack-count:43;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 42));--fan-ratio-down:min(0.25,calc(4 / 42))}.faced-up-stack-44{--fan-count:44;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 43))}.stack-size-44{--stack-count:44;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 43));--fan-ratio-down:min(0.25,calc(4 / 43))}.faced-up-stack-45{--fan-count:45;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 44))}.stack-size-45{--stack-count:45;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 44));--fan-ratio-down:min(0.25,calc(4 / 44))}.faced-up-stack-46{--fan-count:46;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 45))}.stack-size-46{--stack-count:46;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 45));--fan-ratio-down:min(0.25,calc(4 / 45))}.faced-up-stack-47{--fan-count:47;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 46))}.stack-size-47{--stack-count:47;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 46));--fan-ratio-down:min(0.25,calc(4 / 46))}.faced-up-stack-48{--fan-count:48;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 47))}.stack-size-48{--stack-count:48;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 47));--fan-ratio-down:min(0.25,calc(4 / 47))}.faced-up-stack-49{--fan-count:49;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 48))}.stack-size-49{--stack-count:49;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 48));--fan-ratio-down:min(0.25,calc(4 / 48))}.faced-up-stack-50{--fan-count:50;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 49))}.stack-size-50{--stack-count:50;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 49));--fan-ratio-down:min(0.25,calc(4 / 49))}.faced-up-stack-51{--fan-count:51;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 50))}.stack-size-51{--stack-count:51;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 50));--fan-ratio-down:min(0.25,calc(4 / 50))}.faced-up-stack-52{--fan-count:52;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 51))}.stack-size-52{--stack-count:52;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 51));--fan-ratio-down:min(0.25,calc(4 / 51))}.faced-up-stack-53{--fan-count:53;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 52))}.stack-size-53{--stack-count:53;--fan-step-down:min(var(--fan-step-down-max,25%),calc(var(--fan-spread-down, 400%) / 52));--fan-ratio-down:min(0.25,calc(4 / 52))}.faced-up-stack-0,.faced-up-stack-1{--fan-count:1;--fan-step:0%}.stack-size-0,.stack-size-1{--stack-count:1}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-2{--fan-count:2;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 1))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-3{--fan-count:3;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 2))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-4{--fan-count:4;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 3))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-5{--fan-count:5;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 4))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-6{--fan-count:6;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 5))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-7{--fan-count:7;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 6))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-8{--fan-count:8;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 7))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-9{--fan-count:9;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 8))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-10{--fan-count:10;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 9))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-11{--fan-count:11;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 10))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-12{--fan-count:12;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 11))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-13{--fan-count:13;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 12))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-14{--fan-count:14;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 13))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-15{--fan-count:15;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 14))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-16{--fan-count:16;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 15))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-17{--fan-count:17;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 16))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-18{--fan-count:18;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 17))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-19{--fan-count:19;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 18))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-20{--fan-count:20;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 19))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-21{--fan-count:21;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 20))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-22{--fan-count:22;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 21))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-23{--fan-count:23;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 22))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-24{--fan-count:24;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 23))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-25{--fan-count:25;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 24))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-26{--fan-count:26;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 25))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-27{--fan-count:27;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 26))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-28{--fan-count:28;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 27))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-29{--fan-count:29;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 28))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-30{--fan-count:30;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 29))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-31{--fan-count:31;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 30))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-32{--fan-count:32;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 31))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-33{--fan-count:33;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 32))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-34{--fan-count:34;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 33))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-35{--fan-count:35;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 34))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-36{--fan-count:36;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 35))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-37{--fan-count:37;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 36))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-38{--fan-count:38;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 37))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-39{--fan-count:39;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 38))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-40{--fan-count:40;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 39))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-41{--fan-count:41;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 40))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-42{--fan-count:42;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 41))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-43{--fan-count:43;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 42))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-44{--fan-count:44;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 43))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-45{--fan-count:45;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 44))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-46{--fan-count:46;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 45))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-47{--fan-count:47;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 46))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-48{--fan-count:48;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 47))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-49{--fan-count:49;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 48))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-50{--fan-count:50;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 49))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-51{--fan-count:51;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 50))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-52{--fan-count:52;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 51))}:is([data-fan=right],[data-fan=left])[data-faces=both].stack-size-53{--fan-count:53;--fan-step:min(var(--fan-step-max,18%),calc(var(--fan-spread, 100%) / 52))}[data-pile],[data-stack]{--pile-share:calc(var(--card-share, .7) * var(--pile-grow, 1));--pile-share-full:calc(var(--card-share, 1) * var(--pile-grow, 1));--middle-share:calc(var(--middle-card, 1) * var(--pile-grow, 1))}[data-stack=row]{position:relative;display:flex;flex-wrap:wrap;align-items:center;gap:.25rem;--stack-line:2rem;--stack-head:calc(var(--stack-line) + 1.4rem);--stack-pad:.5rem;--card-lap:var(--card-overlap,0);min-height:calc(var(--card-h)*var(--pile-share) + var(--stack-head));padding:var(--stack-pad)}[data-stack=row]>.pile-caption{min-height:var(--stack-line)}[data-stack=row]{border:1px solid rgba(0,0,0,0);border-radius:.5rem;background:rgba(0,0,0,.25)}[data-stack=row].is-active{border-color:var(--seat-live);box-shadow:0 0 .6em rgba(163,230,53,.5)}[data-stack=row] .playing-card{position:static;top:auto;left:auto;right:auto;bottom:auto;translate:none;flex:0 0 auto;height:calc(var(--card-h)*var(--pile-share));width:calc(var(--card-w)*var(--pile-share));box-shadow:.1em .1em .3em #111}[data-stack=row][data-overlap] .playing-card{margin-right:calc(var(--card-w)*var(--pile-share)*var(--card-lap, 0)*-1)}[data-stack=row][data-overlap] .playing-card:not(:has(~.playing-card)){margin-right:0}[data-stack=row][data-tilt]{align-items:flex-end;--hand-step:calc(var(--card-w) * var(--pile-share) * (1 - var(--card-overlap, 0)) + .25rem);--hand-arm:calc((var(--stack-count, 1) - 1) / 2 * var(--hand-step));--hand-arc:calc(var(--card-tilt, 4deg) / 1deg / 57.3);--hand-swing:calc(var(--hand-arc) * (var(--stack-count, 1) - 1) / 2);padding-inline:calc(var(--card-h)*var(--pile-share)*var(--hand-swing));padding-bottom:calc((var(--hand-arm) + var(--card-w)*var(--pile-share)/2)*var(--hand-swing))}[data-stack=row][data-tilt] .playing-card{position:relative;transform-origin:var(--hand-pivot-x,50%) 100%;transition:translate .12s ease,rotate .12s ease;rotate:calc(var(--card-tilt, 4deg)*(var(--hand-index, 0) - (var(--stack-count, 1) - 1)/2))}[data-stack=row][data-tilt] .playing-card:first-child{--hand-index:0;--hand-pivot-x:calc(50% - (var(--hand-index) - (var(--stack-count, 1) - 1) / 2) * var(--hand-step, 0px))}[data-stack=row][data-tilt] .playing-card:nth-child(2){--hand-index:1;--hand-pivot-x:calc(50% - (var(--hand-index) - (var(--stack-count, 1) - 1) / 2) * var(--hand-step, 0px))}[data-stack=row][data-tilt] .playing-card:nth-child(3){--hand-index:2;--hand-pivot-x:calc(50% - (var(--hand-index) - (var(--stack-count, 1) - 1) / 2) * var(--hand-step, 0px))}[data-stack=row][data-tilt] .playing-card:nth-child(4){--hand-index:3;--hand-pivot-x:calc(50% - (var(--hand-index) - (var(--stack-count, 1) - 1) / 2) * var(--hand-step, 0px))}[data-stack=row][data-tilt] .playing-card:nth-child(5){--hand-index:4;--hand-pivot-x:calc(50% - (var(--hand-index) - (var(--stack-count, 1) - 1) / 2) * var(--hand-step, 0px))}[data-stack=row][data-tilt] .playing-card:nth-child(6){--hand-index:5;--hand-pivot-x:calc(50% - (var(--hand-index) - (var(--stack-count, 1) - 1) / 2) * var(--hand-step, 0px))}[data-stack=row][data-tilt] .playing-card:nth-child(7){--hand-index:6;--hand-pivot-x:calc(50% - (var(--hand-index) - (var(--stack-count, 1) - 1) / 2) * var(--hand-step, 0px))}[data-stack=row][data-tilt] .playing-card:nth-child(8){--hand-index:7;--hand-pivot-x:calc(50% - (var(--hand-index) - (var(--stack-count, 1) - 1) / 2) * var(--hand-step, 0px))}[data-stack=row][data-tilt] .playing-card:nth-child(9){--hand-index:8;--hand-pivot-x:calc(50% - (var(--hand-index) - (var(--stack-count, 1) - 1) / 2) * var(--hand-step, 0px))}[data-stack=row][data-tilt] .playing-card:nth-child(10){--hand-index:9;--hand-pivot-x:calc(50% - (var(--hand-index) - (var(--stack-count, 1) - 1) / 2) * var(--hand-step, 0px))}[data-stack=row][data-tilt] .playing-card:nth-child(11){--hand-index:10;--hand-pivot-x:calc(50% - (var(--hand-index) - (var(--stack-count, 1) - 1) / 2) * var(--hand-step, 0px))}[data-stack=row][data-tilt] .playing-card:nth-child(12){--hand-index:11;--hand-pivot-x:calc(50% - (var(--hand-index) - (var(--stack-count, 1) - 1) / 2) * var(--hand-step, 0px))}[data-stack=row][data-tilt] .playing-card:nth-child(13){--hand-index:12;--hand-pivot-x:calc(50% - (var(--hand-index) - (var(--stack-count, 1) - 1) / 2) * var(--hand-step, 0px))}[data-stack=row][data-tilt] .playing-card[data-faced=up]:hover{translate:0 -.75rem;z-index:5}[data-stack=squared] .playing-card{position:static;top:auto;left:auto;right:auto;bottom:auto;translate:none;position:absolute;top:0;left:0}[data-stack=squared][data-lean=north]{--pile-lean:0deg}[data-stack=squared][data-lean=north-east]{--pile-lean:45deg}[data-stack=squared][data-lean=east]{--pile-lean:90deg}[data-stack=squared][data-lean=south-east]{--pile-lean:135deg}[data-stack=squared][data-lean=south]{--pile-lean:180deg}[data-stack=squared][data-lean=south-west]{--pile-lean:225deg}[data-stack=squared][data-lean=west]{--pile-lean:270deg}[data-stack=squared][data-lean=north-west]{--pile-lean:315deg}.stock{--pile-deep:4;--pile-lean:225deg}[data-stack=squared]:is([data-deep],.stock){--deck-x:calc(0.15rem * sin(var(--pile-lean, 135deg)));--deck-y:calc(0.15rem * -1 * cos(var(--pile-lean, 135deg)));--deck-edges:max(0,min(var(--pile-deep,4),var(--stack-count,1)) - 1);margin:max(0rem,var(--deck-y)*var(--deck-edges)*-1) max(0rem,var(--deck-x)*var(--deck-edges)) max(0rem,var(--deck-y)*var(--deck-edges)) max(0rem,var(--deck-x)*var(--deck-edges)*-1)}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:first-child){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 1))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(2)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 2))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(3)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 3))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(4)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 4))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(5)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 5))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(6)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 6))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(7)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 7))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(8)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 8))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(9)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 9))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(10)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 10))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(11)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 11))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(12)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 12))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(13)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 13))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(14)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 14))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(15)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 15))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(16)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 16))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(17)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 17))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(18)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 18))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(19)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 19))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(20)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 20))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(21)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 21))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(22)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 22))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(23)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 23))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(24)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 24))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(25)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 25))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(26)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 26))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(27)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 27))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(28)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 28))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(29)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 29))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(30)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 30))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(31)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 31))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(32)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 32))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(33)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 33))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(34)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 34))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(35)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 35))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(36)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 36))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(37)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 37))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(38)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 38))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(39)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 39))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(40)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 40))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(41)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 41))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(42)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 42))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(43)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 43))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(44)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 44))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(45)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 45))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(46)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 46))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(47)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 47))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(48)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 48))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(49)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 49))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(50)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 50))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(51)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 51))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(52)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 52))}[data-stack=squared]:is([data-deep],.stock) .playing-card:where(:nth-child(53)){--deck-place:max(0,min(var(--pile-deep,4) - 1,var(--stack-count,1) - 53))}[data-stack=squared]:is([data-deep],.stock) .playing-card{translate:calc(var(--deck-x)*var(--deck-place, 0)) calc(var(--deck-y)*var(--deck-place, 0))}[data-stack=fan] .playing-card{position:static;top:auto;left:auto;right:auto;bottom:auto;translate:none;position:absolute;top:0;left:0}[data-stack=fan],[data-stack=squared]{position:relative}[data-stack=fan]:not(.playable):not(.cell):not(.card-slot),[data-stack=squared]:not(.playable):not(.cell):not(.card-slot){--slot-h:calc(var(--card-h) * var(--pile-share-full));--slot-w:calc(var(--card-w) * var(--pile-share-full));min-height:calc(var(--slot-h) + var(--stack-head, 0rem))}[data-stack=fan]:not(.playable):not(.cell):not(.card-slot)>.playing-card,[data-stack=squared]:not(.playable):not(.cell):not(.card-slot)>.playing-card{height:var(--slot-h);width:var(--slot-w)}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down],[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]{position:static;top:auto;left:auto;right:auto;bottom:auto;translate:none;position:absolute;top:0;left:0}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:first-child,[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:first-child{left:calc(var(--fan-step, 18%)*max(0, 0 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(2),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(2){left:calc(var(--fan-step, 18%)*max(0, 1 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(3),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(3){left:calc(var(--fan-step, 18%)*max(0, 2 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(4),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(4){left:calc(var(--fan-step, 18%)*max(0, 3 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(5),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(5){left:calc(var(--fan-step, 18%)*max(0, 4 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(6),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(6){left:calc(var(--fan-step, 18%)*max(0, 5 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(7),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(7){left:calc(var(--fan-step, 18%)*max(0, 6 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(8),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(8){left:calc(var(--fan-step, 18%)*max(0, 7 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(9),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(9){left:calc(var(--fan-step, 18%)*max(0, 8 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(10),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(10){left:calc(var(--fan-step, 18%)*max(0, 9 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(11),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(11){left:calc(var(--fan-step, 18%)*max(0, 10 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(12),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(12){left:calc(var(--fan-step, 18%)*max(0, 11 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(13),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(13){left:calc(var(--fan-step, 18%)*max(0, 12 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(14),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(14){left:calc(var(--fan-step, 18%)*max(0, 13 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(15),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(15){left:calc(var(--fan-step, 18%)*max(0, 14 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(16),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(16){left:calc(var(--fan-step, 18%)*max(0, 15 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(17),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(17){left:calc(var(--fan-step, 18%)*max(0, 16 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(18),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(18){left:calc(var(--fan-step, 18%)*max(0, 17 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(19),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(19){left:calc(var(--fan-step, 18%)*max(0, 18 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(20),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(20){left:calc(var(--fan-step, 18%)*max(0, 19 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(21),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(21){left:calc(var(--fan-step, 18%)*max(0, 20 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(22),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(22){left:calc(var(--fan-step, 18%)*max(0, 21 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(23),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(23){left:calc(var(--fan-step, 18%)*max(0, 22 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(24),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(24){left:calc(var(--fan-step, 18%)*max(0, 23 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(25),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(25){left:calc(var(--fan-step, 18%)*max(0, 24 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(26),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(26){left:calc(var(--fan-step, 18%)*max(0, 25 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(27),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(27){left:calc(var(--fan-step, 18%)*max(0, 26 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(28),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(28){left:calc(var(--fan-step, 18%)*max(0, 27 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(29),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(29){left:calc(var(--fan-step, 18%)*max(0, 28 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(30),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(30){left:calc(var(--fan-step, 18%)*max(0, 29 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(31),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(31){left:calc(var(--fan-step, 18%)*max(0, 30 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(32),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(32){left:calc(var(--fan-step, 18%)*max(0, 31 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(33),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(33){left:calc(var(--fan-step, 18%)*max(0, 32 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(34),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(34){left:calc(var(--fan-step, 18%)*max(0, 33 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(35),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(35){left:calc(var(--fan-step, 18%)*max(0, 34 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(36),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(36){left:calc(var(--fan-step, 18%)*max(0, 35 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(37),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(37){left:calc(var(--fan-step, 18%)*max(0, 36 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(38),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(38){left:calc(var(--fan-step, 18%)*max(0, 37 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(39),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(39){left:calc(var(--fan-step, 18%)*max(0, 38 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(40),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(40){left:calc(var(--fan-step, 18%)*max(0, 39 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(41),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(41){left:calc(var(--fan-step, 18%)*max(0, 40 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(42),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(42){left:calc(var(--fan-step, 18%)*max(0, 41 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(43),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(43){left:calc(var(--fan-step, 18%)*max(0, 42 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(44),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(44){left:calc(var(--fan-step, 18%)*max(0, 43 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(45),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(45){left:calc(var(--fan-step, 18%)*max(0, 44 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(46),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(46){left:calc(var(--fan-step, 18%)*max(0, 45 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(47),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(47){left:calc(var(--fan-step, 18%)*max(0, 46 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(48),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(48){left:calc(var(--fan-step, 18%)*max(0, 47 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(49),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(49){left:calc(var(--fan-step, 18%)*max(0, 48 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(50),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(50){left:calc(var(--fan-step, 18%)*max(0, 49 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(51),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(51){left:calc(var(--fan-step, 18%)*max(0, 50 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(52),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(52){left:calc(var(--fan-step, 18%)*max(0, 51 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=right]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(53),[data-stack=fan][data-fan=right]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(53){left:calc(var(--fan-step, 18%)*max(0, 52 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down],[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]{position:static;top:auto;left:auto;right:auto;bottom:auto;translate:none;position:absolute;top:0;left:0}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:first-child,[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:first-child{left:auto;right:calc(var(--fan-step, 18%)*max(0, 0 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(2),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(2){left:auto;right:calc(var(--fan-step, 18%)*max(0, 1 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(3),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(3){left:auto;right:calc(var(--fan-step, 18%)*max(0, 2 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(4),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(4){left:auto;right:calc(var(--fan-step, 18%)*max(0, 3 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(5),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(5){left:auto;right:calc(var(--fan-step, 18%)*max(0, 4 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(6),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(6){left:auto;right:calc(var(--fan-step, 18%)*max(0, 5 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(7),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(7){left:auto;right:calc(var(--fan-step, 18%)*max(0, 6 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(8),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(8){left:auto;right:calc(var(--fan-step, 18%)*max(0, 7 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(9),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(9){left:auto;right:calc(var(--fan-step, 18%)*max(0, 8 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(10),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(10){left:auto;right:calc(var(--fan-step, 18%)*max(0, 9 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(11),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(11){left:auto;right:calc(var(--fan-step, 18%)*max(0, 10 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(12),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(12){left:auto;right:calc(var(--fan-step, 18%)*max(0, 11 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(13),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(13){left:auto;right:calc(var(--fan-step, 18%)*max(0, 12 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(14),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(14){left:auto;right:calc(var(--fan-step, 18%)*max(0, 13 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(15),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(15){left:auto;right:calc(var(--fan-step, 18%)*max(0, 14 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(16),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(16){left:auto;right:calc(var(--fan-step, 18%)*max(0, 15 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(17),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(17){left:auto;right:calc(var(--fan-step, 18%)*max(0, 16 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(18),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(18){left:auto;right:calc(var(--fan-step, 18%)*max(0, 17 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(19),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(19){left:auto;right:calc(var(--fan-step, 18%)*max(0, 18 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(20),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(20){left:auto;right:calc(var(--fan-step, 18%)*max(0, 19 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(21),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(21){left:auto;right:calc(var(--fan-step, 18%)*max(0, 20 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(22),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(22){left:auto;right:calc(var(--fan-step, 18%)*max(0, 21 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(23),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(23){left:auto;right:calc(var(--fan-step, 18%)*max(0, 22 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(24),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(24){left:auto;right:calc(var(--fan-step, 18%)*max(0, 23 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(25),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(25){left:auto;right:calc(var(--fan-step, 18%)*max(0, 24 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(26),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(26){left:auto;right:calc(var(--fan-step, 18%)*max(0, 25 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(27),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(27){left:auto;right:calc(var(--fan-step, 18%)*max(0, 26 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(28),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(28){left:auto;right:calc(var(--fan-step, 18%)*max(0, 27 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(29),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(29){left:auto;right:calc(var(--fan-step, 18%)*max(0, 28 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(30),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(30){left:auto;right:calc(var(--fan-step, 18%)*max(0, 29 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(31),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(31){left:auto;right:calc(var(--fan-step, 18%)*max(0, 30 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(32),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(32){left:auto;right:calc(var(--fan-step, 18%)*max(0, 31 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(33),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(33){left:auto;right:calc(var(--fan-step, 18%)*max(0, 32 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(34),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(34){left:auto;right:calc(var(--fan-step, 18%)*max(0, 33 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(35),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(35){left:auto;right:calc(var(--fan-step, 18%)*max(0, 34 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(36),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(36){left:auto;right:calc(var(--fan-step, 18%)*max(0, 35 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(37),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(37){left:auto;right:calc(var(--fan-step, 18%)*max(0, 36 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(38),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(38){left:auto;right:calc(var(--fan-step, 18%)*max(0, 37 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(39),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(39){left:auto;right:calc(var(--fan-step, 18%)*max(0, 38 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(40),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(40){left:auto;right:calc(var(--fan-step, 18%)*max(0, 39 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(41),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(41){left:auto;right:calc(var(--fan-step, 18%)*max(0, 40 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(42),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(42){left:auto;right:calc(var(--fan-step, 18%)*max(0, 41 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(43),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(43){left:auto;right:calc(var(--fan-step, 18%)*max(0, 42 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(44),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(44){left:auto;right:calc(var(--fan-step, 18%)*max(0, 43 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(45),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(45){left:auto;right:calc(var(--fan-step, 18%)*max(0, 44 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(46),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(46){left:auto;right:calc(var(--fan-step, 18%)*max(0, 45 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(47),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(47){left:auto;right:calc(var(--fan-step, 18%)*max(0, 46 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(48),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(48){left:auto;right:calc(var(--fan-step, 18%)*max(0, 47 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(49),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(49){left:auto;right:calc(var(--fan-step, 18%)*max(0, 48 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(50),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(50){left:auto;right:calc(var(--fan-step, 18%)*max(0, 49 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(51),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(51){left:auto;right:calc(var(--fan-step, 18%)*max(0, 50 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(52),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(52){left:auto;right:calc(var(--fan-step, 18%)*max(0, 51 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=left]:is([data-faces=down],[data-faces=both]) .playing-card[data-faced=down]:nth-child(53),[data-stack=fan][data-fan=left]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(53){left:auto;right:calc(var(--fan-step, 18%)*max(0, 52 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]{position:static;top:auto;left:auto;right:auto;bottom:auto;translate:none;position:absolute;top:0;left:0}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:first-child{top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 0 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(2){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 1 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(3){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 2 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(4){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 3 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(5){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 4 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(6){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 5 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(7){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 6 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(8){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 7 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(9){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 8 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(10){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 9 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(11){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 10 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(12){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 11 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(13){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 12 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(14){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 13 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(15){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 14 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(16){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 15 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(17){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 16 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(18){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 17 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(19){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 18 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(20){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 19 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(21){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 20 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(22){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 21 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(23){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 22 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(24){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 23 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(25){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 24 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(26){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 25 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(27){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 26 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(28){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 27 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(29){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 28 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(30){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 29 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(31){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 30 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(32){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 31 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(33){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 32 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(34){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 33 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(35){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 34 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(36){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 35 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(37){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 36 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(38){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 37 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(39){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 38 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(40){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 39 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(41){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 40 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(42){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 41 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(43){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 42 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(44){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 43 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(45){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 44 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(46){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 45 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(47){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 46 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(48){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 47 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(49){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 48 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(50){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 49 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(51){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 50 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(52){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 51 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=up]:is([data-faces=up],[data-faces=both]) .playing-card[data-faced=up]:nth-child(53){top:auto;bottom:calc(var(--fan-step, 25%)*max(0, 52 - var(--fan-buried, 0)))}[data-stack=fan][data-fan=down]{--fan-extent:calc(1 + (var(--stack-count, 1) - var(--fan-count, 1)) * 0.05 + (var(--fan-count, 1) - 1) * var(--fan-ratio-down, 0.25));aspect-ratio:72/calc(110 * var(--fan-extent))}[data-stack=fan][data-fan=down] .playing-card{top:0;height:auto}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child{translate:0 0}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:first-child{translate:0 calc(5% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(2){translate:0 calc(5% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(3){translate:0 calc(5% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(4){translate:0 calc(5% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(5){translate:0 calc(5% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(6){translate:0 calc(5% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(7){translate:0 calc(5% + var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(8){translate:0 calc(5% + var(--fan-step-down, 25%)*6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(9){translate:0 calc(5% + var(--fan-step-down, 25%)*7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(10){translate:0 calc(5% + var(--fan-step-down, 25%)*8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(11){translate:0 calc(5% + var(--fan-step-down, 25%)*9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(12){translate:0 calc(5% + var(--fan-step-down, 25%)*10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(13){translate:0 calc(5% + var(--fan-step-down, 25%)*11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(14){translate:0 calc(5% + var(--fan-step-down, 25%)*12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(15){translate:0 calc(5% + var(--fan-step-down, 25%)*13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(16){translate:0 calc(5% + var(--fan-step-down, 25%)*14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(17){translate:0 calc(5% + var(--fan-step-down, 25%)*15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(18){translate:0 calc(5% + var(--fan-step-down, 25%)*16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(19){translate:0 calc(5% + var(--fan-step-down, 25%)*17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(20){translate:0 calc(5% + var(--fan-step-down, 25%)*18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(21){translate:0 calc(5% + var(--fan-step-down, 25%)*19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(22){translate:0 calc(5% + var(--fan-step-down, 25%)*20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(23){translate:0 calc(5% + var(--fan-step-down, 25%)*21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(24){translate:0 calc(5% + var(--fan-step-down, 25%)*22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(25){translate:0 calc(5% + var(--fan-step-down, 25%)*23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(26){translate:0 calc(5% + var(--fan-step-down, 25%)*24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(27){translate:0 calc(5% + var(--fan-step-down, 25%)*25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(28){translate:0 calc(5% + var(--fan-step-down, 25%)*26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(29){translate:0 calc(5% + var(--fan-step-down, 25%)*27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(30){translate:0 calc(5% + var(--fan-step-down, 25%)*28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(31){translate:0 calc(5% + var(--fan-step-down, 25%)*29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(32){translate:0 calc(5% + var(--fan-step-down, 25%)*30)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(33){translate:0 calc(5% + var(--fan-step-down, 25%)*31)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(34){translate:0 calc(5% + var(--fan-step-down, 25%)*32)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(35){translate:0 calc(5% + var(--fan-step-down, 25%)*33)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(36){translate:0 calc(5% + var(--fan-step-down, 25%)*34)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(37){translate:0 calc(5% + var(--fan-step-down, 25%)*35)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(38){translate:0 calc(5% + var(--fan-step-down, 25%)*36)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(39){translate:0 calc(5% + var(--fan-step-down, 25%)*37)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(40){translate:0 calc(5% + var(--fan-step-down, 25%)*38)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(41){translate:0 calc(5% + var(--fan-step-down, 25%)*39)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(42){translate:0 calc(5% + var(--fan-step-down, 25%)*40)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(43){translate:0 calc(5% + var(--fan-step-down, 25%)*41)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(44){translate:0 calc(5% + var(--fan-step-down, 25%)*42)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(45){translate:0 calc(5% + var(--fan-step-down, 25%)*43)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(46){translate:0 calc(5% + var(--fan-step-down, 25%)*44)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(47){translate:0 calc(5% + var(--fan-step-down, 25%)*45)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(48){translate:0 calc(5% + var(--fan-step-down, 25%)*46)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(49){translate:0 calc(5% + var(--fan-step-down, 25%)*47)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(50){translate:0 calc(5% + var(--fan-step-down, 25%)*48)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(51){translate:0 calc(5% + var(--fan-step-down, 25%)*49)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(52){translate:0 calc(5% + var(--fan-step-down, 25%)*50)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:first-child~[data-faced=up]:nth-child(53){translate:0 calc(5% + var(--fan-step-down, 25%)*51)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:first-child{translate:0 calc(var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2){translate:0 5%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:first-child{translate:0 calc(10% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(2){translate:0 calc(10% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(3){translate:0 calc(10% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(4){translate:0 calc(10% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(5){translate:0 calc(10% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(6){translate:0 calc(10% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(7){translate:0 calc(10% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(8){translate:0 calc(10% + var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(9){translate:0 calc(10% + var(--fan-step-down, 25%)*6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(10){translate:0 calc(10% + var(--fan-step-down, 25%)*7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(11){translate:0 calc(10% + var(--fan-step-down, 25%)*8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(12){translate:0 calc(10% + var(--fan-step-down, 25%)*9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(13){translate:0 calc(10% + var(--fan-step-down, 25%)*10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(14){translate:0 calc(10% + var(--fan-step-down, 25%)*11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(15){translate:0 calc(10% + var(--fan-step-down, 25%)*12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(16){translate:0 calc(10% + var(--fan-step-down, 25%)*13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(17){translate:0 calc(10% + var(--fan-step-down, 25%)*14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(18){translate:0 calc(10% + var(--fan-step-down, 25%)*15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(19){translate:0 calc(10% + var(--fan-step-down, 25%)*16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(20){translate:0 calc(10% + var(--fan-step-down, 25%)*17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(21){translate:0 calc(10% + var(--fan-step-down, 25%)*18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(22){translate:0 calc(10% + var(--fan-step-down, 25%)*19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(23){translate:0 calc(10% + var(--fan-step-down, 25%)*20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(24){translate:0 calc(10% + var(--fan-step-down, 25%)*21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(25){translate:0 calc(10% + var(--fan-step-down, 25%)*22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(26){translate:0 calc(10% + var(--fan-step-down, 25%)*23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(27){translate:0 calc(10% + var(--fan-step-down, 25%)*24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(28){translate:0 calc(10% + var(--fan-step-down, 25%)*25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(29){translate:0 calc(10% + var(--fan-step-down, 25%)*26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(30){translate:0 calc(10% + var(--fan-step-down, 25%)*27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(31){translate:0 calc(10% + var(--fan-step-down, 25%)*28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(32){translate:0 calc(10% + var(--fan-step-down, 25%)*29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(33){translate:0 calc(10% + var(--fan-step-down, 25%)*30)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(34){translate:0 calc(10% + var(--fan-step-down, 25%)*31)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(35){translate:0 calc(10% + var(--fan-step-down, 25%)*32)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(36){translate:0 calc(10% + var(--fan-step-down, 25%)*33)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(37){translate:0 calc(10% + var(--fan-step-down, 25%)*34)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(38){translate:0 calc(10% + var(--fan-step-down, 25%)*35)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(39){translate:0 calc(10% + var(--fan-step-down, 25%)*36)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(40){translate:0 calc(10% + var(--fan-step-down, 25%)*37)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(41){translate:0 calc(10% + var(--fan-step-down, 25%)*38)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(42){translate:0 calc(10% + var(--fan-step-down, 25%)*39)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(43){translate:0 calc(10% + var(--fan-step-down, 25%)*40)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(44){translate:0 calc(10% + var(--fan-step-down, 25%)*41)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(45){translate:0 calc(10% + var(--fan-step-down, 25%)*42)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(46){translate:0 calc(10% + var(--fan-step-down, 25%)*43)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(47){translate:0 calc(10% + var(--fan-step-down, 25%)*44)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(48){translate:0 calc(10% + var(--fan-step-down, 25%)*45)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(49){translate:0 calc(10% + var(--fan-step-down, 25%)*46)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(50){translate:0 calc(10% + var(--fan-step-down, 25%)*47)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(51){translate:0 calc(10% + var(--fan-step-down, 25%)*48)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(52){translate:0 calc(10% + var(--fan-step-down, 25%)*49)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(2)~[data-faced=up]:nth-child(53){translate:0 calc(10% + var(--fan-step-down, 25%)*50)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(2){translate:0 calc(var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3){translate:0 10%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:first-child{translate:0 calc(15% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(2){translate:0 calc(15% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(3){translate:0 calc(15% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(4){translate:0 calc(15% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(5){translate:0 calc(15% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(6){translate:0 calc(15% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(7){translate:0 calc(15% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(8){translate:0 calc(15% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(9){translate:0 calc(15% + var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(10){translate:0 calc(15% + var(--fan-step-down, 25%)*6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(11){translate:0 calc(15% + var(--fan-step-down, 25%)*7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(12){translate:0 calc(15% + var(--fan-step-down, 25%)*8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(13){translate:0 calc(15% + var(--fan-step-down, 25%)*9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(14){translate:0 calc(15% + var(--fan-step-down, 25%)*10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(15){translate:0 calc(15% + var(--fan-step-down, 25%)*11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(16){translate:0 calc(15% + var(--fan-step-down, 25%)*12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(17){translate:0 calc(15% + var(--fan-step-down, 25%)*13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(18){translate:0 calc(15% + var(--fan-step-down, 25%)*14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(19){translate:0 calc(15% + var(--fan-step-down, 25%)*15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(20){translate:0 calc(15% + var(--fan-step-down, 25%)*16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(21){translate:0 calc(15% + var(--fan-step-down, 25%)*17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(22){translate:0 calc(15% + var(--fan-step-down, 25%)*18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(23){translate:0 calc(15% + var(--fan-step-down, 25%)*19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(24){translate:0 calc(15% + var(--fan-step-down, 25%)*20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(25){translate:0 calc(15% + var(--fan-step-down, 25%)*21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(26){translate:0 calc(15% + var(--fan-step-down, 25%)*22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(27){translate:0 calc(15% + var(--fan-step-down, 25%)*23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(28){translate:0 calc(15% + var(--fan-step-down, 25%)*24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(29){translate:0 calc(15% + var(--fan-step-down, 25%)*25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(30){translate:0 calc(15% + var(--fan-step-down, 25%)*26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(31){translate:0 calc(15% + var(--fan-step-down, 25%)*27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(32){translate:0 calc(15% + var(--fan-step-down, 25%)*28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(33){translate:0 calc(15% + var(--fan-step-down, 25%)*29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(34){translate:0 calc(15% + var(--fan-step-down, 25%)*30)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(35){translate:0 calc(15% + var(--fan-step-down, 25%)*31)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(36){translate:0 calc(15% + var(--fan-step-down, 25%)*32)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(37){translate:0 calc(15% + var(--fan-step-down, 25%)*33)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(38){translate:0 calc(15% + var(--fan-step-down, 25%)*34)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(39){translate:0 calc(15% + var(--fan-step-down, 25%)*35)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(40){translate:0 calc(15% + var(--fan-step-down, 25%)*36)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(41){translate:0 calc(15% + var(--fan-step-down, 25%)*37)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(42){translate:0 calc(15% + var(--fan-step-down, 25%)*38)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(43){translate:0 calc(15% + var(--fan-step-down, 25%)*39)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(44){translate:0 calc(15% + var(--fan-step-down, 25%)*40)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(45){translate:0 calc(15% + var(--fan-step-down, 25%)*41)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(46){translate:0 calc(15% + var(--fan-step-down, 25%)*42)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(47){translate:0 calc(15% + var(--fan-step-down, 25%)*43)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(48){translate:0 calc(15% + var(--fan-step-down, 25%)*44)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(49){translate:0 calc(15% + var(--fan-step-down, 25%)*45)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(50){translate:0 calc(15% + var(--fan-step-down, 25%)*46)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(51){translate:0 calc(15% + var(--fan-step-down, 25%)*47)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(52){translate:0 calc(15% + var(--fan-step-down, 25%)*48)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(3)~[data-faced=up]:nth-child(53){translate:0 calc(15% + var(--fan-step-down, 25%)*49)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(3){translate:0 calc(var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4){translate:0 15%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:first-child{translate:0 calc(20% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(2){translate:0 calc(20% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(3){translate:0 calc(20% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(4){translate:0 calc(20% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(5){translate:0 calc(20% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(6){translate:0 calc(20% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(7){translate:0 calc(20% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(8){translate:0 calc(20% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(9){translate:0 calc(20% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(10){translate:0 calc(20% + var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(11){translate:0 calc(20% + var(--fan-step-down, 25%)*6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(12){translate:0 calc(20% + var(--fan-step-down, 25%)*7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(13){translate:0 calc(20% + var(--fan-step-down, 25%)*8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(14){translate:0 calc(20% + var(--fan-step-down, 25%)*9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(15){translate:0 calc(20% + var(--fan-step-down, 25%)*10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(16){translate:0 calc(20% + var(--fan-step-down, 25%)*11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(17){translate:0 calc(20% + var(--fan-step-down, 25%)*12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(18){translate:0 calc(20% + var(--fan-step-down, 25%)*13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(19){translate:0 calc(20% + var(--fan-step-down, 25%)*14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(20){translate:0 calc(20% + var(--fan-step-down, 25%)*15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(21){translate:0 calc(20% + var(--fan-step-down, 25%)*16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(22){translate:0 calc(20% + var(--fan-step-down, 25%)*17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(23){translate:0 calc(20% + var(--fan-step-down, 25%)*18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(24){translate:0 calc(20% + var(--fan-step-down, 25%)*19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(25){translate:0 calc(20% + var(--fan-step-down, 25%)*20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(26){translate:0 calc(20% + var(--fan-step-down, 25%)*21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(27){translate:0 calc(20% + var(--fan-step-down, 25%)*22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(28){translate:0 calc(20% + var(--fan-step-down, 25%)*23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(29){translate:0 calc(20% + var(--fan-step-down, 25%)*24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(30){translate:0 calc(20% + var(--fan-step-down, 25%)*25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(31){translate:0 calc(20% + var(--fan-step-down, 25%)*26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(32){translate:0 calc(20% + var(--fan-step-down, 25%)*27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(33){translate:0 calc(20% + var(--fan-step-down, 25%)*28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(34){translate:0 calc(20% + var(--fan-step-down, 25%)*29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(35){translate:0 calc(20% + var(--fan-step-down, 25%)*30)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(36){translate:0 calc(20% + var(--fan-step-down, 25%)*31)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(37){translate:0 calc(20% + var(--fan-step-down, 25%)*32)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(38){translate:0 calc(20% + var(--fan-step-down, 25%)*33)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(39){translate:0 calc(20% + var(--fan-step-down, 25%)*34)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(40){translate:0 calc(20% + var(--fan-step-down, 25%)*35)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(41){translate:0 calc(20% + var(--fan-step-down, 25%)*36)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(42){translate:0 calc(20% + var(--fan-step-down, 25%)*37)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(43){translate:0 calc(20% + var(--fan-step-down, 25%)*38)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(44){translate:0 calc(20% + var(--fan-step-down, 25%)*39)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(45){translate:0 calc(20% + var(--fan-step-down, 25%)*40)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(46){translate:0 calc(20% + var(--fan-step-down, 25%)*41)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(47){translate:0 calc(20% + var(--fan-step-down, 25%)*42)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(48){translate:0 calc(20% + var(--fan-step-down, 25%)*43)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(49){translate:0 calc(20% + var(--fan-step-down, 25%)*44)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(50){translate:0 calc(20% + var(--fan-step-down, 25%)*45)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(51){translate:0 calc(20% + var(--fan-step-down, 25%)*46)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(52){translate:0 calc(20% + var(--fan-step-down, 25%)*47)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(4)~[data-faced=up]:nth-child(53){translate:0 calc(20% + var(--fan-step-down, 25%)*48)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(4){translate:0 calc(var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5){translate:0 20%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:first-child{translate:0 calc(25% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(2){translate:0 calc(25% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(3){translate:0 calc(25% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(4){translate:0 calc(25% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(5){translate:0 calc(25% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(6){translate:0 calc(25% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(7){translate:0 calc(25% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(8){translate:0 calc(25% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(9){translate:0 calc(25% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(10){translate:0 calc(25% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(11){translate:0 calc(25% + var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(12){translate:0 calc(25% + var(--fan-step-down, 25%)*6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(13){translate:0 calc(25% + var(--fan-step-down, 25%)*7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(14){translate:0 calc(25% + var(--fan-step-down, 25%)*8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(15){translate:0 calc(25% + var(--fan-step-down, 25%)*9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(16){translate:0 calc(25% + var(--fan-step-down, 25%)*10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(17){translate:0 calc(25% + var(--fan-step-down, 25%)*11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(18){translate:0 calc(25% + var(--fan-step-down, 25%)*12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(19){translate:0 calc(25% + var(--fan-step-down, 25%)*13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(20){translate:0 calc(25% + var(--fan-step-down, 25%)*14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(21){translate:0 calc(25% + var(--fan-step-down, 25%)*15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(22){translate:0 calc(25% + var(--fan-step-down, 25%)*16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(23){translate:0 calc(25% + var(--fan-step-down, 25%)*17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(24){translate:0 calc(25% + var(--fan-step-down, 25%)*18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(25){translate:0 calc(25% + var(--fan-step-down, 25%)*19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(26){translate:0 calc(25% + var(--fan-step-down, 25%)*20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(27){translate:0 calc(25% + var(--fan-step-down, 25%)*21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(28){translate:0 calc(25% + var(--fan-step-down, 25%)*22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(29){translate:0 calc(25% + var(--fan-step-down, 25%)*23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(30){translate:0 calc(25% + var(--fan-step-down, 25%)*24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(31){translate:0 calc(25% + var(--fan-step-down, 25%)*25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(32){translate:0 calc(25% + var(--fan-step-down, 25%)*26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(33){translate:0 calc(25% + var(--fan-step-down, 25%)*27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(34){translate:0 calc(25% + var(--fan-step-down, 25%)*28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(35){translate:0 calc(25% + var(--fan-step-down, 25%)*29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(36){translate:0 calc(25% + var(--fan-step-down, 25%)*30)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(37){translate:0 calc(25% + var(--fan-step-down, 25%)*31)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(38){translate:0 calc(25% + var(--fan-step-down, 25%)*32)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(39){translate:0 calc(25% + var(--fan-step-down, 25%)*33)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(40){translate:0 calc(25% + var(--fan-step-down, 25%)*34)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(41){translate:0 calc(25% + var(--fan-step-down, 25%)*35)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(42){translate:0 calc(25% + var(--fan-step-down, 25%)*36)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(43){translate:0 calc(25% + var(--fan-step-down, 25%)*37)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(44){translate:0 calc(25% + var(--fan-step-down, 25%)*38)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(45){translate:0 calc(25% + var(--fan-step-down, 25%)*39)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(46){translate:0 calc(25% + var(--fan-step-down, 25%)*40)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(47){translate:0 calc(25% + var(--fan-step-down, 25%)*41)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(48){translate:0 calc(25% + var(--fan-step-down, 25%)*42)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(49){translate:0 calc(25% + var(--fan-step-down, 25%)*43)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(50){translate:0 calc(25% + var(--fan-step-down, 25%)*44)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(51){translate:0 calc(25% + var(--fan-step-down, 25%)*45)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(52){translate:0 calc(25% + var(--fan-step-down, 25%)*46)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(5)~[data-faced=up]:nth-child(53){translate:0 calc(25% + var(--fan-step-down, 25%)*47)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(5){translate:0 calc(var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6){translate:0 25%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:first-child{translate:0 calc(30% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(2){translate:0 calc(30% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(3){translate:0 calc(30% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(4){translate:0 calc(30% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(5){translate:0 calc(30% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(6){translate:0 calc(30% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(7){translate:0 calc(30% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(8){translate:0 calc(30% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(9){translate:0 calc(30% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(10){translate:0 calc(30% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(11){translate:0 calc(30% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(12){translate:0 calc(30% + var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(13){translate:0 calc(30% + var(--fan-step-down, 25%)*6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(14){translate:0 calc(30% + var(--fan-step-down, 25%)*7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(15){translate:0 calc(30% + var(--fan-step-down, 25%)*8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(16){translate:0 calc(30% + var(--fan-step-down, 25%)*9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(17){translate:0 calc(30% + var(--fan-step-down, 25%)*10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(18){translate:0 calc(30% + var(--fan-step-down, 25%)*11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(19){translate:0 calc(30% + var(--fan-step-down, 25%)*12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(20){translate:0 calc(30% + var(--fan-step-down, 25%)*13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(21){translate:0 calc(30% + var(--fan-step-down, 25%)*14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(22){translate:0 calc(30% + var(--fan-step-down, 25%)*15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(23){translate:0 calc(30% + var(--fan-step-down, 25%)*16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(24){translate:0 calc(30% + var(--fan-step-down, 25%)*17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(25){translate:0 calc(30% + var(--fan-step-down, 25%)*18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(26){translate:0 calc(30% + var(--fan-step-down, 25%)*19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(27){translate:0 calc(30% + var(--fan-step-down, 25%)*20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(28){translate:0 calc(30% + var(--fan-step-down, 25%)*21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(29){translate:0 calc(30% + var(--fan-step-down, 25%)*22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(30){translate:0 calc(30% + var(--fan-step-down, 25%)*23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(31){translate:0 calc(30% + var(--fan-step-down, 25%)*24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(32){translate:0 calc(30% + var(--fan-step-down, 25%)*25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(33){translate:0 calc(30% + var(--fan-step-down, 25%)*26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(34){translate:0 calc(30% + var(--fan-step-down, 25%)*27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(35){translate:0 calc(30% + var(--fan-step-down, 25%)*28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(36){translate:0 calc(30% + var(--fan-step-down, 25%)*29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(37){translate:0 calc(30% + var(--fan-step-down, 25%)*30)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(38){translate:0 calc(30% + var(--fan-step-down, 25%)*31)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(39){translate:0 calc(30% + var(--fan-step-down, 25%)*32)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(40){translate:0 calc(30% + var(--fan-step-down, 25%)*33)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(41){translate:0 calc(30% + var(--fan-step-down, 25%)*34)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(42){translate:0 calc(30% + var(--fan-step-down, 25%)*35)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(43){translate:0 calc(30% + var(--fan-step-down, 25%)*36)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(44){translate:0 calc(30% + var(--fan-step-down, 25%)*37)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(45){translate:0 calc(30% + var(--fan-step-down, 25%)*38)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(46){translate:0 calc(30% + var(--fan-step-down, 25%)*39)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(47){translate:0 calc(30% + var(--fan-step-down, 25%)*40)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(48){translate:0 calc(30% + var(--fan-step-down, 25%)*41)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(49){translate:0 calc(30% + var(--fan-step-down, 25%)*42)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(50){translate:0 calc(30% + var(--fan-step-down, 25%)*43)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(51){translate:0 calc(30% + var(--fan-step-down, 25%)*44)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(52){translate:0 calc(30% + var(--fan-step-down, 25%)*45)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(6)~[data-faced=up]:nth-child(53){translate:0 calc(30% + var(--fan-step-down, 25%)*46)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(6){translate:0 calc(var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7){translate:0 30%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:first-child{translate:0 calc(35% + var(--fan-step-down, 25%)*-7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(2){translate:0 calc(35% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(3){translate:0 calc(35% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(4){translate:0 calc(35% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(5){translate:0 calc(35% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(6){translate:0 calc(35% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(7){translate:0 calc(35% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(8){translate:0 calc(35% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(9){translate:0 calc(35% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(10){translate:0 calc(35% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(11){translate:0 calc(35% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(12){translate:0 calc(35% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(13){translate:0 calc(35% + var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(14){translate:0 calc(35% + var(--fan-step-down, 25%)*6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(15){translate:0 calc(35% + var(--fan-step-down, 25%)*7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(16){translate:0 calc(35% + var(--fan-step-down, 25%)*8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(17){translate:0 calc(35% + var(--fan-step-down, 25%)*9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(18){translate:0 calc(35% + var(--fan-step-down, 25%)*10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(19){translate:0 calc(35% + var(--fan-step-down, 25%)*11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(20){translate:0 calc(35% + var(--fan-step-down, 25%)*12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(21){translate:0 calc(35% + var(--fan-step-down, 25%)*13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(22){translate:0 calc(35% + var(--fan-step-down, 25%)*14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(23){translate:0 calc(35% + var(--fan-step-down, 25%)*15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(24){translate:0 calc(35% + var(--fan-step-down, 25%)*16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(25){translate:0 calc(35% + var(--fan-step-down, 25%)*17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(26){translate:0 calc(35% + var(--fan-step-down, 25%)*18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(27){translate:0 calc(35% + var(--fan-step-down, 25%)*19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(28){translate:0 calc(35% + var(--fan-step-down, 25%)*20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(29){translate:0 calc(35% + var(--fan-step-down, 25%)*21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(30){translate:0 calc(35% + var(--fan-step-down, 25%)*22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(31){translate:0 calc(35% + var(--fan-step-down, 25%)*23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(32){translate:0 calc(35% + var(--fan-step-down, 25%)*24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(33){translate:0 calc(35% + var(--fan-step-down, 25%)*25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(34){translate:0 calc(35% + var(--fan-step-down, 25%)*26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(35){translate:0 calc(35% + var(--fan-step-down, 25%)*27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(36){translate:0 calc(35% + var(--fan-step-down, 25%)*28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(37){translate:0 calc(35% + var(--fan-step-down, 25%)*29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(38){translate:0 calc(35% + var(--fan-step-down, 25%)*30)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(39){translate:0 calc(35% + var(--fan-step-down, 25%)*31)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(40){translate:0 calc(35% + var(--fan-step-down, 25%)*32)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(41){translate:0 calc(35% + var(--fan-step-down, 25%)*33)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(42){translate:0 calc(35% + var(--fan-step-down, 25%)*34)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(43){translate:0 calc(35% + var(--fan-step-down, 25%)*35)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(44){translate:0 calc(35% + var(--fan-step-down, 25%)*36)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(45){translate:0 calc(35% + var(--fan-step-down, 25%)*37)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(46){translate:0 calc(35% + var(--fan-step-down, 25%)*38)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(47){translate:0 calc(35% + var(--fan-step-down, 25%)*39)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(48){translate:0 calc(35% + var(--fan-step-down, 25%)*40)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(49){translate:0 calc(35% + var(--fan-step-down, 25%)*41)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(50){translate:0 calc(35% + var(--fan-step-down, 25%)*42)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(51){translate:0 calc(35% + var(--fan-step-down, 25%)*43)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(52){translate:0 calc(35% + var(--fan-step-down, 25%)*44)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(7)~[data-faced=up]:nth-child(53){translate:0 calc(35% + var(--fan-step-down, 25%)*45)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(7){translate:0 calc(var(--fan-step-down, 25%)*6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8){translate:0 35%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:first-child{translate:0 calc(40% + var(--fan-step-down, 25%)*-8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(2){translate:0 calc(40% + var(--fan-step-down, 25%)*-7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(3){translate:0 calc(40% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(4){translate:0 calc(40% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(5){translate:0 calc(40% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(6){translate:0 calc(40% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(7){translate:0 calc(40% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(8){translate:0 calc(40% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(9){translate:0 calc(40% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(10){translate:0 calc(40% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(11){translate:0 calc(40% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(12){translate:0 calc(40% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(13){translate:0 calc(40% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(14){translate:0 calc(40% + var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(15){translate:0 calc(40% + var(--fan-step-down, 25%)*6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(16){translate:0 calc(40% + var(--fan-step-down, 25%)*7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(17){translate:0 calc(40% + var(--fan-step-down, 25%)*8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(18){translate:0 calc(40% + var(--fan-step-down, 25%)*9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(19){translate:0 calc(40% + var(--fan-step-down, 25%)*10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(20){translate:0 calc(40% + var(--fan-step-down, 25%)*11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(21){translate:0 calc(40% + var(--fan-step-down, 25%)*12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(22){translate:0 calc(40% + var(--fan-step-down, 25%)*13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(23){translate:0 calc(40% + var(--fan-step-down, 25%)*14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(24){translate:0 calc(40% + var(--fan-step-down, 25%)*15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(25){translate:0 calc(40% + var(--fan-step-down, 25%)*16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(26){translate:0 calc(40% + var(--fan-step-down, 25%)*17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(27){translate:0 calc(40% + var(--fan-step-down, 25%)*18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(28){translate:0 calc(40% + var(--fan-step-down, 25%)*19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(29){translate:0 calc(40% + var(--fan-step-down, 25%)*20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(30){translate:0 calc(40% + var(--fan-step-down, 25%)*21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(31){translate:0 calc(40% + var(--fan-step-down, 25%)*22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(32){translate:0 calc(40% + var(--fan-step-down, 25%)*23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(33){translate:0 calc(40% + var(--fan-step-down, 25%)*24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(34){translate:0 calc(40% + var(--fan-step-down, 25%)*25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(35){translate:0 calc(40% + var(--fan-step-down, 25%)*26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(36){translate:0 calc(40% + var(--fan-step-down, 25%)*27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(37){translate:0 calc(40% + var(--fan-step-down, 25%)*28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(38){translate:0 calc(40% + var(--fan-step-down, 25%)*29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(39){translate:0 calc(40% + var(--fan-step-down, 25%)*30)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(40){translate:0 calc(40% + var(--fan-step-down, 25%)*31)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(41){translate:0 calc(40% + var(--fan-step-down, 25%)*32)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(42){translate:0 calc(40% + var(--fan-step-down, 25%)*33)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(43){translate:0 calc(40% + var(--fan-step-down, 25%)*34)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(44){translate:0 calc(40% + var(--fan-step-down, 25%)*35)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(45){translate:0 calc(40% + var(--fan-step-down, 25%)*36)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(46){translate:0 calc(40% + var(--fan-step-down, 25%)*37)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(47){translate:0 calc(40% + var(--fan-step-down, 25%)*38)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(48){translate:0 calc(40% + var(--fan-step-down, 25%)*39)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(49){translate:0 calc(40% + var(--fan-step-down, 25%)*40)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(50){translate:0 calc(40% + var(--fan-step-down, 25%)*41)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(51){translate:0 calc(40% + var(--fan-step-down, 25%)*42)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(52){translate:0 calc(40% + var(--fan-step-down, 25%)*43)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(8)~[data-faced=up]:nth-child(53){translate:0 calc(40% + var(--fan-step-down, 25%)*44)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(8){translate:0 calc(var(--fan-step-down, 25%)*7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9){translate:0 40%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:first-child{translate:0 calc(45% + var(--fan-step-down, 25%)*-9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(2){translate:0 calc(45% + var(--fan-step-down, 25%)*-8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(3){translate:0 calc(45% + var(--fan-step-down, 25%)*-7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(4){translate:0 calc(45% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(5){translate:0 calc(45% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(6){translate:0 calc(45% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(7){translate:0 calc(45% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(8){translate:0 calc(45% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(9){translate:0 calc(45% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(10){translate:0 calc(45% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(11){translate:0 calc(45% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(12){translate:0 calc(45% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(13){translate:0 calc(45% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(14){translate:0 calc(45% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(15){translate:0 calc(45% + var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(16){translate:0 calc(45% + var(--fan-step-down, 25%)*6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(17){translate:0 calc(45% + var(--fan-step-down, 25%)*7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(18){translate:0 calc(45% + var(--fan-step-down, 25%)*8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(19){translate:0 calc(45% + var(--fan-step-down, 25%)*9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(20){translate:0 calc(45% + var(--fan-step-down, 25%)*10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(21){translate:0 calc(45% + var(--fan-step-down, 25%)*11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(22){translate:0 calc(45% + var(--fan-step-down, 25%)*12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(23){translate:0 calc(45% + var(--fan-step-down, 25%)*13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(24){translate:0 calc(45% + var(--fan-step-down, 25%)*14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(25){translate:0 calc(45% + var(--fan-step-down, 25%)*15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(26){translate:0 calc(45% + var(--fan-step-down, 25%)*16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(27){translate:0 calc(45% + var(--fan-step-down, 25%)*17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(28){translate:0 calc(45% + var(--fan-step-down, 25%)*18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(29){translate:0 calc(45% + var(--fan-step-down, 25%)*19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(30){translate:0 calc(45% + var(--fan-step-down, 25%)*20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(31){translate:0 calc(45% + var(--fan-step-down, 25%)*21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(32){translate:0 calc(45% + var(--fan-step-down, 25%)*22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(33){translate:0 calc(45% + var(--fan-step-down, 25%)*23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(34){translate:0 calc(45% + var(--fan-step-down, 25%)*24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(35){translate:0 calc(45% + var(--fan-step-down, 25%)*25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(36){translate:0 calc(45% + var(--fan-step-down, 25%)*26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(37){translate:0 calc(45% + var(--fan-step-down, 25%)*27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(38){translate:0 calc(45% + var(--fan-step-down, 25%)*28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(39){translate:0 calc(45% + var(--fan-step-down, 25%)*29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(40){translate:0 calc(45% + var(--fan-step-down, 25%)*30)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(41){translate:0 calc(45% + var(--fan-step-down, 25%)*31)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(42){translate:0 calc(45% + var(--fan-step-down, 25%)*32)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(43){translate:0 calc(45% + var(--fan-step-down, 25%)*33)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(44){translate:0 calc(45% + var(--fan-step-down, 25%)*34)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(45){translate:0 calc(45% + var(--fan-step-down, 25%)*35)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(46){translate:0 calc(45% + var(--fan-step-down, 25%)*36)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(47){translate:0 calc(45% + var(--fan-step-down, 25%)*37)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(48){translate:0 calc(45% + var(--fan-step-down, 25%)*38)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(49){translate:0 calc(45% + var(--fan-step-down, 25%)*39)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(50){translate:0 calc(45% + var(--fan-step-down, 25%)*40)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(51){translate:0 calc(45% + var(--fan-step-down, 25%)*41)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(52){translate:0 calc(45% + var(--fan-step-down, 25%)*42)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(9)~[data-faced=up]:nth-child(53){translate:0 calc(45% + var(--fan-step-down, 25%)*43)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(9){translate:0 calc(var(--fan-step-down, 25%)*8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10){translate:0 45%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:first-child{translate:0 calc(50% + var(--fan-step-down, 25%)*-10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(2){translate:0 calc(50% + var(--fan-step-down, 25%)*-9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(3){translate:0 calc(50% + var(--fan-step-down, 25%)*-8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(4){translate:0 calc(50% + var(--fan-step-down, 25%)*-7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(5){translate:0 calc(50% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(6){translate:0 calc(50% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(7){translate:0 calc(50% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(8){translate:0 calc(50% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(9){translate:0 calc(50% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(10){translate:0 calc(50% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(11){translate:0 calc(50% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(12){translate:0 calc(50% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(13){translate:0 calc(50% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(14){translate:0 calc(50% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(15){translate:0 calc(50% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(16){translate:0 calc(50% + var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(17){translate:0 calc(50% + var(--fan-step-down, 25%)*6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(18){translate:0 calc(50% + var(--fan-step-down, 25%)*7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(19){translate:0 calc(50% + var(--fan-step-down, 25%)*8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(20){translate:0 calc(50% + var(--fan-step-down, 25%)*9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(21){translate:0 calc(50% + var(--fan-step-down, 25%)*10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(22){translate:0 calc(50% + var(--fan-step-down, 25%)*11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(23){translate:0 calc(50% + var(--fan-step-down, 25%)*12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(24){translate:0 calc(50% + var(--fan-step-down, 25%)*13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(25){translate:0 calc(50% + var(--fan-step-down, 25%)*14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(26){translate:0 calc(50% + var(--fan-step-down, 25%)*15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(27){translate:0 calc(50% + var(--fan-step-down, 25%)*16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(28){translate:0 calc(50% + var(--fan-step-down, 25%)*17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(29){translate:0 calc(50% + var(--fan-step-down, 25%)*18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(30){translate:0 calc(50% + var(--fan-step-down, 25%)*19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(31){translate:0 calc(50% + var(--fan-step-down, 25%)*20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(32){translate:0 calc(50% + var(--fan-step-down, 25%)*21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(33){translate:0 calc(50% + var(--fan-step-down, 25%)*22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(34){translate:0 calc(50% + var(--fan-step-down, 25%)*23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(35){translate:0 calc(50% + var(--fan-step-down, 25%)*24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(36){translate:0 calc(50% + var(--fan-step-down, 25%)*25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(37){translate:0 calc(50% + var(--fan-step-down, 25%)*26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(38){translate:0 calc(50% + var(--fan-step-down, 25%)*27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(39){translate:0 calc(50% + var(--fan-step-down, 25%)*28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(40){translate:0 calc(50% + var(--fan-step-down, 25%)*29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(41){translate:0 calc(50% + var(--fan-step-down, 25%)*30)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(42){translate:0 calc(50% + var(--fan-step-down, 25%)*31)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(43){translate:0 calc(50% + var(--fan-step-down, 25%)*32)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(44){translate:0 calc(50% + var(--fan-step-down, 25%)*33)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(45){translate:0 calc(50% + var(--fan-step-down, 25%)*34)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(46){translate:0 calc(50% + var(--fan-step-down, 25%)*35)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(47){translate:0 calc(50% + var(--fan-step-down, 25%)*36)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(48){translate:0 calc(50% + var(--fan-step-down, 25%)*37)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(49){translate:0 calc(50% + var(--fan-step-down, 25%)*38)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(50){translate:0 calc(50% + var(--fan-step-down, 25%)*39)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(51){translate:0 calc(50% + var(--fan-step-down, 25%)*40)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(52){translate:0 calc(50% + var(--fan-step-down, 25%)*41)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(10)~[data-faced=up]:nth-child(53){translate:0 calc(50% + var(--fan-step-down, 25%)*42)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(10){translate:0 calc(var(--fan-step-down, 25%)*9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11){translate:0 50%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:first-child{translate:0 calc(55% + var(--fan-step-down, 25%)*-11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(2){translate:0 calc(55% + var(--fan-step-down, 25%)*-10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(3){translate:0 calc(55% + var(--fan-step-down, 25%)*-9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(4){translate:0 calc(55% + var(--fan-step-down, 25%)*-8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(5){translate:0 calc(55% + var(--fan-step-down, 25%)*-7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(6){translate:0 calc(55% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(7){translate:0 calc(55% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(8){translate:0 calc(55% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(9){translate:0 calc(55% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(10){translate:0 calc(55% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(11){translate:0 calc(55% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(12){translate:0 calc(55% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(13){translate:0 calc(55% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(14){translate:0 calc(55% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(15){translate:0 calc(55% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(16){translate:0 calc(55% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(17){translate:0 calc(55% + var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(18){translate:0 calc(55% + var(--fan-step-down, 25%)*6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(19){translate:0 calc(55% + var(--fan-step-down, 25%)*7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(20){translate:0 calc(55% + var(--fan-step-down, 25%)*8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(21){translate:0 calc(55% + var(--fan-step-down, 25%)*9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(22){translate:0 calc(55% + var(--fan-step-down, 25%)*10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(23){translate:0 calc(55% + var(--fan-step-down, 25%)*11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(24){translate:0 calc(55% + var(--fan-step-down, 25%)*12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(25){translate:0 calc(55% + var(--fan-step-down, 25%)*13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(26){translate:0 calc(55% + var(--fan-step-down, 25%)*14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(27){translate:0 calc(55% + var(--fan-step-down, 25%)*15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(28){translate:0 calc(55% + var(--fan-step-down, 25%)*16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(29){translate:0 calc(55% + var(--fan-step-down, 25%)*17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(30){translate:0 calc(55% + var(--fan-step-down, 25%)*18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(31){translate:0 calc(55% + var(--fan-step-down, 25%)*19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(32){translate:0 calc(55% + var(--fan-step-down, 25%)*20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(33){translate:0 calc(55% + var(--fan-step-down, 25%)*21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(34){translate:0 calc(55% + var(--fan-step-down, 25%)*22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(35){translate:0 calc(55% + var(--fan-step-down, 25%)*23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(36){translate:0 calc(55% + var(--fan-step-down, 25%)*24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(37){translate:0 calc(55% + var(--fan-step-down, 25%)*25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(38){translate:0 calc(55% + var(--fan-step-down, 25%)*26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(39){translate:0 calc(55% + var(--fan-step-down, 25%)*27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(40){translate:0 calc(55% + var(--fan-step-down, 25%)*28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(41){translate:0 calc(55% + var(--fan-step-down, 25%)*29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(42){translate:0 calc(55% + var(--fan-step-down, 25%)*30)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(43){translate:0 calc(55% + var(--fan-step-down, 25%)*31)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(44){translate:0 calc(55% + var(--fan-step-down, 25%)*32)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(45){translate:0 calc(55% + var(--fan-step-down, 25%)*33)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(46){translate:0 calc(55% + var(--fan-step-down, 25%)*34)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(47){translate:0 calc(55% + var(--fan-step-down, 25%)*35)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(48){translate:0 calc(55% + var(--fan-step-down, 25%)*36)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(49){translate:0 calc(55% + var(--fan-step-down, 25%)*37)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(50){translate:0 calc(55% + var(--fan-step-down, 25%)*38)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(51){translate:0 calc(55% + var(--fan-step-down, 25%)*39)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(52){translate:0 calc(55% + var(--fan-step-down, 25%)*40)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(11)~[data-faced=up]:nth-child(53){translate:0 calc(55% + var(--fan-step-down, 25%)*41)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(11){translate:0 calc(var(--fan-step-down, 25%)*10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12){translate:0 55%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:first-child{translate:0 calc(60% + var(--fan-step-down, 25%)*-12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(2){translate:0 calc(60% + var(--fan-step-down, 25%)*-11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(3){translate:0 calc(60% + var(--fan-step-down, 25%)*-10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(4){translate:0 calc(60% + var(--fan-step-down, 25%)*-9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(5){translate:0 calc(60% + var(--fan-step-down, 25%)*-8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(6){translate:0 calc(60% + var(--fan-step-down, 25%)*-7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(7){translate:0 calc(60% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(8){translate:0 calc(60% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(9){translate:0 calc(60% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(10){translate:0 calc(60% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(11){translate:0 calc(60% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(12){translate:0 calc(60% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(13){translate:0 calc(60% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(14){translate:0 calc(60% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(15){translate:0 calc(60% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(16){translate:0 calc(60% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(17){translate:0 calc(60% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(18){translate:0 calc(60% + var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(19){translate:0 calc(60% + var(--fan-step-down, 25%)*6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(20){translate:0 calc(60% + var(--fan-step-down, 25%)*7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(21){translate:0 calc(60% + var(--fan-step-down, 25%)*8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(22){translate:0 calc(60% + var(--fan-step-down, 25%)*9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(23){translate:0 calc(60% + var(--fan-step-down, 25%)*10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(24){translate:0 calc(60% + var(--fan-step-down, 25%)*11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(25){translate:0 calc(60% + var(--fan-step-down, 25%)*12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(26){translate:0 calc(60% + var(--fan-step-down, 25%)*13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(27){translate:0 calc(60% + var(--fan-step-down, 25%)*14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(28){translate:0 calc(60% + var(--fan-step-down, 25%)*15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(29){translate:0 calc(60% + var(--fan-step-down, 25%)*16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(30){translate:0 calc(60% + var(--fan-step-down, 25%)*17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(31){translate:0 calc(60% + var(--fan-step-down, 25%)*18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(32){translate:0 calc(60% + var(--fan-step-down, 25%)*19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(33){translate:0 calc(60% + var(--fan-step-down, 25%)*20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(34){translate:0 calc(60% + var(--fan-step-down, 25%)*21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(35){translate:0 calc(60% + var(--fan-step-down, 25%)*22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(36){translate:0 calc(60% + var(--fan-step-down, 25%)*23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(37){translate:0 calc(60% + var(--fan-step-down, 25%)*24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(38){translate:0 calc(60% + var(--fan-step-down, 25%)*25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(39){translate:0 calc(60% + var(--fan-step-down, 25%)*26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(40){translate:0 calc(60% + var(--fan-step-down, 25%)*27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(41){translate:0 calc(60% + var(--fan-step-down, 25%)*28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(42){translate:0 calc(60% + var(--fan-step-down, 25%)*29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(43){translate:0 calc(60% + var(--fan-step-down, 25%)*30)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(44){translate:0 calc(60% + var(--fan-step-down, 25%)*31)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(45){translate:0 calc(60% + var(--fan-step-down, 25%)*32)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(46){translate:0 calc(60% + var(--fan-step-down, 25%)*33)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(47){translate:0 calc(60% + var(--fan-step-down, 25%)*34)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(48){translate:0 calc(60% + var(--fan-step-down, 25%)*35)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(49){translate:0 calc(60% + var(--fan-step-down, 25%)*36)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(50){translate:0 calc(60% + var(--fan-step-down, 25%)*37)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(51){translate:0 calc(60% + var(--fan-step-down, 25%)*38)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(52){translate:0 calc(60% + var(--fan-step-down, 25%)*39)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(12)~[data-faced=up]:nth-child(53){translate:0 calc(60% + var(--fan-step-down, 25%)*40)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(12){translate:0 calc(var(--fan-step-down, 25%)*11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13){translate:0 60%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:first-child{translate:0 calc(65% + var(--fan-step-down, 25%)*-13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(2){translate:0 calc(65% + var(--fan-step-down, 25%)*-12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(3){translate:0 calc(65% + var(--fan-step-down, 25%)*-11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(4){translate:0 calc(65% + var(--fan-step-down, 25%)*-10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(5){translate:0 calc(65% + var(--fan-step-down, 25%)*-9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(6){translate:0 calc(65% + var(--fan-step-down, 25%)*-8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(7){translate:0 calc(65% + var(--fan-step-down, 25%)*-7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(8){translate:0 calc(65% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(9){translate:0 calc(65% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(10){translate:0 calc(65% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(11){translate:0 calc(65% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(12){translate:0 calc(65% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(13){translate:0 calc(65% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(14){translate:0 calc(65% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(15){translate:0 calc(65% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(16){translate:0 calc(65% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(17){translate:0 calc(65% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(18){translate:0 calc(65% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(19){translate:0 calc(65% + var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(20){translate:0 calc(65% + var(--fan-step-down, 25%)*6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(21){translate:0 calc(65% + var(--fan-step-down, 25%)*7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(22){translate:0 calc(65% + var(--fan-step-down, 25%)*8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(23){translate:0 calc(65% + var(--fan-step-down, 25%)*9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(24){translate:0 calc(65% + var(--fan-step-down, 25%)*10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(25){translate:0 calc(65% + var(--fan-step-down, 25%)*11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(26){translate:0 calc(65% + var(--fan-step-down, 25%)*12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(27){translate:0 calc(65% + var(--fan-step-down, 25%)*13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(28){translate:0 calc(65% + var(--fan-step-down, 25%)*14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(29){translate:0 calc(65% + var(--fan-step-down, 25%)*15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(30){translate:0 calc(65% + var(--fan-step-down, 25%)*16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(31){translate:0 calc(65% + var(--fan-step-down, 25%)*17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(32){translate:0 calc(65% + var(--fan-step-down, 25%)*18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(33){translate:0 calc(65% + var(--fan-step-down, 25%)*19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(34){translate:0 calc(65% + var(--fan-step-down, 25%)*20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(35){translate:0 calc(65% + var(--fan-step-down, 25%)*21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(36){translate:0 calc(65% + var(--fan-step-down, 25%)*22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(37){translate:0 calc(65% + var(--fan-step-down, 25%)*23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(38){translate:0 calc(65% + var(--fan-step-down, 25%)*24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(39){translate:0 calc(65% + var(--fan-step-down, 25%)*25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(40){translate:0 calc(65% + var(--fan-step-down, 25%)*26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(41){translate:0 calc(65% + var(--fan-step-down, 25%)*27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(42){translate:0 calc(65% + var(--fan-step-down, 25%)*28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(43){translate:0 calc(65% + var(--fan-step-down, 25%)*29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(44){translate:0 calc(65% + var(--fan-step-down, 25%)*30)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(45){translate:0 calc(65% + var(--fan-step-down, 25%)*31)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(46){translate:0 calc(65% + var(--fan-step-down, 25%)*32)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(47){translate:0 calc(65% + var(--fan-step-down, 25%)*33)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(48){translate:0 calc(65% + var(--fan-step-down, 25%)*34)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(49){translate:0 calc(65% + var(--fan-step-down, 25%)*35)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(50){translate:0 calc(65% + var(--fan-step-down, 25%)*36)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(51){translate:0 calc(65% + var(--fan-step-down, 25%)*37)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(52){translate:0 calc(65% + var(--fan-step-down, 25%)*38)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(13)~[data-faced=up]:nth-child(53){translate:0 calc(65% + var(--fan-step-down, 25%)*39)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(13){translate:0 calc(var(--fan-step-down, 25%)*12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14){translate:0 65%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:first-child{translate:0 calc(70% + var(--fan-step-down, 25%)*-14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(2){translate:0 calc(70% + var(--fan-step-down, 25%)*-13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(3){translate:0 calc(70% + var(--fan-step-down, 25%)*-12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(4){translate:0 calc(70% + var(--fan-step-down, 25%)*-11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(5){translate:0 calc(70% + var(--fan-step-down, 25%)*-10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(6){translate:0 calc(70% + var(--fan-step-down, 25%)*-9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(7){translate:0 calc(70% + var(--fan-step-down, 25%)*-8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(8){translate:0 calc(70% + var(--fan-step-down, 25%)*-7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(9){translate:0 calc(70% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(10){translate:0 calc(70% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(11){translate:0 calc(70% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(12){translate:0 calc(70% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(13){translate:0 calc(70% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(14){translate:0 calc(70% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(15){translate:0 calc(70% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(16){translate:0 calc(70% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(17){translate:0 calc(70% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(18){translate:0 calc(70% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(19){translate:0 calc(70% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(20){translate:0 calc(70% + var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(21){translate:0 calc(70% + var(--fan-step-down, 25%)*6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(22){translate:0 calc(70% + var(--fan-step-down, 25%)*7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(23){translate:0 calc(70% + var(--fan-step-down, 25%)*8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(24){translate:0 calc(70% + var(--fan-step-down, 25%)*9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(25){translate:0 calc(70% + var(--fan-step-down, 25%)*10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(26){translate:0 calc(70% + var(--fan-step-down, 25%)*11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(27){translate:0 calc(70% + var(--fan-step-down, 25%)*12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(28){translate:0 calc(70% + var(--fan-step-down, 25%)*13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(29){translate:0 calc(70% + var(--fan-step-down, 25%)*14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(30){translate:0 calc(70% + var(--fan-step-down, 25%)*15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(31){translate:0 calc(70% + var(--fan-step-down, 25%)*16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(32){translate:0 calc(70% + var(--fan-step-down, 25%)*17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(33){translate:0 calc(70% + var(--fan-step-down, 25%)*18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(34){translate:0 calc(70% + var(--fan-step-down, 25%)*19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(35){translate:0 calc(70% + var(--fan-step-down, 25%)*20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(36){translate:0 calc(70% + var(--fan-step-down, 25%)*21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(37){translate:0 calc(70% + var(--fan-step-down, 25%)*22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(38){translate:0 calc(70% + var(--fan-step-down, 25%)*23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(39){translate:0 calc(70% + var(--fan-step-down, 25%)*24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(40){translate:0 calc(70% + var(--fan-step-down, 25%)*25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(41){translate:0 calc(70% + var(--fan-step-down, 25%)*26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(42){translate:0 calc(70% + var(--fan-step-down, 25%)*27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(43){translate:0 calc(70% + var(--fan-step-down, 25%)*28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(44){translate:0 calc(70% + var(--fan-step-down, 25%)*29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(45){translate:0 calc(70% + var(--fan-step-down, 25%)*30)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(46){translate:0 calc(70% + var(--fan-step-down, 25%)*31)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(47){translate:0 calc(70% + var(--fan-step-down, 25%)*32)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(48){translate:0 calc(70% + var(--fan-step-down, 25%)*33)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(49){translate:0 calc(70% + var(--fan-step-down, 25%)*34)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(50){translate:0 calc(70% + var(--fan-step-down, 25%)*35)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(51){translate:0 calc(70% + var(--fan-step-down, 25%)*36)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(52){translate:0 calc(70% + var(--fan-step-down, 25%)*37)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(14)~[data-faced=up]:nth-child(53){translate:0 calc(70% + var(--fan-step-down, 25%)*38)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(14){translate:0 calc(var(--fan-step-down, 25%)*13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15){translate:0 70%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:first-child{translate:0 calc(75% + var(--fan-step-down, 25%)*-15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(2){translate:0 calc(75% + var(--fan-step-down, 25%)*-14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(3){translate:0 calc(75% + var(--fan-step-down, 25%)*-13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(4){translate:0 calc(75% + var(--fan-step-down, 25%)*-12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(5){translate:0 calc(75% + var(--fan-step-down, 25%)*-11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(6){translate:0 calc(75% + var(--fan-step-down, 25%)*-10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(7){translate:0 calc(75% + var(--fan-step-down, 25%)*-9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(8){translate:0 calc(75% + var(--fan-step-down, 25%)*-8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(9){translate:0 calc(75% + var(--fan-step-down, 25%)*-7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(10){translate:0 calc(75% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(11){translate:0 calc(75% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(12){translate:0 calc(75% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(13){translate:0 calc(75% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(14){translate:0 calc(75% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(15){translate:0 calc(75% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(16){translate:0 calc(75% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(17){translate:0 calc(75% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(18){translate:0 calc(75% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(19){translate:0 calc(75% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(20){translate:0 calc(75% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(21){translate:0 calc(75% + var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(22){translate:0 calc(75% + var(--fan-step-down, 25%)*6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(23){translate:0 calc(75% + var(--fan-step-down, 25%)*7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(24){translate:0 calc(75% + var(--fan-step-down, 25%)*8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(25){translate:0 calc(75% + var(--fan-step-down, 25%)*9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(26){translate:0 calc(75% + var(--fan-step-down, 25%)*10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(27){translate:0 calc(75% + var(--fan-step-down, 25%)*11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(28){translate:0 calc(75% + var(--fan-step-down, 25%)*12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(29){translate:0 calc(75% + var(--fan-step-down, 25%)*13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(30){translate:0 calc(75% + var(--fan-step-down, 25%)*14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(31){translate:0 calc(75% + var(--fan-step-down, 25%)*15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(32){translate:0 calc(75% + var(--fan-step-down, 25%)*16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(33){translate:0 calc(75% + var(--fan-step-down, 25%)*17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(34){translate:0 calc(75% + var(--fan-step-down, 25%)*18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(35){translate:0 calc(75% + var(--fan-step-down, 25%)*19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(36){translate:0 calc(75% + var(--fan-step-down, 25%)*20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(37){translate:0 calc(75% + var(--fan-step-down, 25%)*21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(38){translate:0 calc(75% + var(--fan-step-down, 25%)*22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(39){translate:0 calc(75% + var(--fan-step-down, 25%)*23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(40){translate:0 calc(75% + var(--fan-step-down, 25%)*24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(41){translate:0 calc(75% + var(--fan-step-down, 25%)*25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(42){translate:0 calc(75% + var(--fan-step-down, 25%)*26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(43){translate:0 calc(75% + var(--fan-step-down, 25%)*27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(44){translate:0 calc(75% + var(--fan-step-down, 25%)*28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(45){translate:0 calc(75% + var(--fan-step-down, 25%)*29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(46){translate:0 calc(75% + var(--fan-step-down, 25%)*30)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(47){translate:0 calc(75% + var(--fan-step-down, 25%)*31)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(48){translate:0 calc(75% + var(--fan-step-down, 25%)*32)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(49){translate:0 calc(75% + var(--fan-step-down, 25%)*33)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(50){translate:0 calc(75% + var(--fan-step-down, 25%)*34)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(51){translate:0 calc(75% + var(--fan-step-down, 25%)*35)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(52){translate:0 calc(75% + var(--fan-step-down, 25%)*36)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(15)~[data-faced=up]:nth-child(53){translate:0 calc(75% + var(--fan-step-down, 25%)*37)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(15){translate:0 calc(var(--fan-step-down, 25%)*14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16){translate:0 75%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:first-child{translate:0 calc(80% + var(--fan-step-down, 25%)*-16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(2){translate:0 calc(80% + var(--fan-step-down, 25%)*-15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(3){translate:0 calc(80% + var(--fan-step-down, 25%)*-14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(4){translate:0 calc(80% + var(--fan-step-down, 25%)*-13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(5){translate:0 calc(80% + var(--fan-step-down, 25%)*-12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(6){translate:0 calc(80% + var(--fan-step-down, 25%)*-11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(7){translate:0 calc(80% + var(--fan-step-down, 25%)*-10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(8){translate:0 calc(80% + var(--fan-step-down, 25%)*-9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(9){translate:0 calc(80% + var(--fan-step-down, 25%)*-8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(10){translate:0 calc(80% + var(--fan-step-down, 25%)*-7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(11){translate:0 calc(80% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(12){translate:0 calc(80% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(13){translate:0 calc(80% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(14){translate:0 calc(80% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(15){translate:0 calc(80% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(16){translate:0 calc(80% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(17){translate:0 calc(80% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(18){translate:0 calc(80% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(19){translate:0 calc(80% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(20){translate:0 calc(80% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(21){translate:0 calc(80% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(22){translate:0 calc(80% + var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(23){translate:0 calc(80% + var(--fan-step-down, 25%)*6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(24){translate:0 calc(80% + var(--fan-step-down, 25%)*7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(25){translate:0 calc(80% + var(--fan-step-down, 25%)*8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(26){translate:0 calc(80% + var(--fan-step-down, 25%)*9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(27){translate:0 calc(80% + var(--fan-step-down, 25%)*10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(28){translate:0 calc(80% + var(--fan-step-down, 25%)*11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(29){translate:0 calc(80% + var(--fan-step-down, 25%)*12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(30){translate:0 calc(80% + var(--fan-step-down, 25%)*13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(31){translate:0 calc(80% + var(--fan-step-down, 25%)*14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(32){translate:0 calc(80% + var(--fan-step-down, 25%)*15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(33){translate:0 calc(80% + var(--fan-step-down, 25%)*16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(34){translate:0 calc(80% + var(--fan-step-down, 25%)*17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(35){translate:0 calc(80% + var(--fan-step-down, 25%)*18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(36){translate:0 calc(80% + var(--fan-step-down, 25%)*19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(37){translate:0 calc(80% + var(--fan-step-down, 25%)*20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(38){translate:0 calc(80% + var(--fan-step-down, 25%)*21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(39){translate:0 calc(80% + var(--fan-step-down, 25%)*22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(40){translate:0 calc(80% + var(--fan-step-down, 25%)*23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(41){translate:0 calc(80% + var(--fan-step-down, 25%)*24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(42){translate:0 calc(80% + var(--fan-step-down, 25%)*25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(43){translate:0 calc(80% + var(--fan-step-down, 25%)*26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(44){translate:0 calc(80% + var(--fan-step-down, 25%)*27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(45){translate:0 calc(80% + var(--fan-step-down, 25%)*28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(46){translate:0 calc(80% + var(--fan-step-down, 25%)*29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(47){translate:0 calc(80% + var(--fan-step-down, 25%)*30)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(48){translate:0 calc(80% + var(--fan-step-down, 25%)*31)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(49){translate:0 calc(80% + var(--fan-step-down, 25%)*32)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(50){translate:0 calc(80% + var(--fan-step-down, 25%)*33)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(51){translate:0 calc(80% + var(--fan-step-down, 25%)*34)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(52){translate:0 calc(80% + var(--fan-step-down, 25%)*35)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(16)~[data-faced=up]:nth-child(53){translate:0 calc(80% + var(--fan-step-down, 25%)*36)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(16){translate:0 calc(var(--fan-step-down, 25%)*15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17){translate:0 80%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:first-child{translate:0 calc(85% + var(--fan-step-down, 25%)*-17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(2){translate:0 calc(85% + var(--fan-step-down, 25%)*-16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(3){translate:0 calc(85% + var(--fan-step-down, 25%)*-15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(4){translate:0 calc(85% + var(--fan-step-down, 25%)*-14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(5){translate:0 calc(85% + var(--fan-step-down, 25%)*-13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(6){translate:0 calc(85% + var(--fan-step-down, 25%)*-12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(7){translate:0 calc(85% + var(--fan-step-down, 25%)*-11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(8){translate:0 calc(85% + var(--fan-step-down, 25%)*-10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(9){translate:0 calc(85% + var(--fan-step-down, 25%)*-9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(10){translate:0 calc(85% + var(--fan-step-down, 25%)*-8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(11){translate:0 calc(85% + var(--fan-step-down, 25%)*-7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(12){translate:0 calc(85% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(13){translate:0 calc(85% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(14){translate:0 calc(85% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(15){translate:0 calc(85% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(16){translate:0 calc(85% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(17){translate:0 calc(85% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(18){translate:0 calc(85% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(19){translate:0 calc(85% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(20){translate:0 calc(85% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(21){translate:0 calc(85% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(22){translate:0 calc(85% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(23){translate:0 calc(85% + var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(24){translate:0 calc(85% + var(--fan-step-down, 25%)*6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(25){translate:0 calc(85% + var(--fan-step-down, 25%)*7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(26){translate:0 calc(85% + var(--fan-step-down, 25%)*8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(27){translate:0 calc(85% + var(--fan-step-down, 25%)*9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(28){translate:0 calc(85% + var(--fan-step-down, 25%)*10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(29){translate:0 calc(85% + var(--fan-step-down, 25%)*11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(30){translate:0 calc(85% + var(--fan-step-down, 25%)*12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(31){translate:0 calc(85% + var(--fan-step-down, 25%)*13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(32){translate:0 calc(85% + var(--fan-step-down, 25%)*14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(33){translate:0 calc(85% + var(--fan-step-down, 25%)*15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(34){translate:0 calc(85% + var(--fan-step-down, 25%)*16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(35){translate:0 calc(85% + var(--fan-step-down, 25%)*17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(36){translate:0 calc(85% + var(--fan-step-down, 25%)*18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(37){translate:0 calc(85% + var(--fan-step-down, 25%)*19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(38){translate:0 calc(85% + var(--fan-step-down, 25%)*20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(39){translate:0 calc(85% + var(--fan-step-down, 25%)*21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(40){translate:0 calc(85% + var(--fan-step-down, 25%)*22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(41){translate:0 calc(85% + var(--fan-step-down, 25%)*23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(42){translate:0 calc(85% + var(--fan-step-down, 25%)*24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(43){translate:0 calc(85% + var(--fan-step-down, 25%)*25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(44){translate:0 calc(85% + var(--fan-step-down, 25%)*26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(45){translate:0 calc(85% + var(--fan-step-down, 25%)*27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(46){translate:0 calc(85% + var(--fan-step-down, 25%)*28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(47){translate:0 calc(85% + var(--fan-step-down, 25%)*29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(48){translate:0 calc(85% + var(--fan-step-down, 25%)*30)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(49){translate:0 calc(85% + var(--fan-step-down, 25%)*31)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(50){translate:0 calc(85% + var(--fan-step-down, 25%)*32)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(51){translate:0 calc(85% + var(--fan-step-down, 25%)*33)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(52){translate:0 calc(85% + var(--fan-step-down, 25%)*34)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(17)~[data-faced=up]:nth-child(53){translate:0 calc(85% + var(--fan-step-down, 25%)*35)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(17){translate:0 calc(var(--fan-step-down, 25%)*16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18){translate:0 85%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:first-child{translate:0 calc(90% + var(--fan-step-down, 25%)*-18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(2){translate:0 calc(90% + var(--fan-step-down, 25%)*-17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(3){translate:0 calc(90% + var(--fan-step-down, 25%)*-16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(4){translate:0 calc(90% + var(--fan-step-down, 25%)*-15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(5){translate:0 calc(90% + var(--fan-step-down, 25%)*-14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(6){translate:0 calc(90% + var(--fan-step-down, 25%)*-13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(7){translate:0 calc(90% + var(--fan-step-down, 25%)*-12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(8){translate:0 calc(90% + var(--fan-step-down, 25%)*-11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(9){translate:0 calc(90% + var(--fan-step-down, 25%)*-10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(10){translate:0 calc(90% + var(--fan-step-down, 25%)*-9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(11){translate:0 calc(90% + var(--fan-step-down, 25%)*-8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(12){translate:0 calc(90% + var(--fan-step-down, 25%)*-7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(13){translate:0 calc(90% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(14){translate:0 calc(90% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(15){translate:0 calc(90% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(16){translate:0 calc(90% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(17){translate:0 calc(90% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(18){translate:0 calc(90% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(19){translate:0 calc(90% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(20){translate:0 calc(90% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(21){translate:0 calc(90% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(22){translate:0 calc(90% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(23){translate:0 calc(90% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(24){translate:0 calc(90% + var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(25){translate:0 calc(90% + var(--fan-step-down, 25%)*6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(26){translate:0 calc(90% + var(--fan-step-down, 25%)*7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(27){translate:0 calc(90% + var(--fan-step-down, 25%)*8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(28){translate:0 calc(90% + var(--fan-step-down, 25%)*9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(29){translate:0 calc(90% + var(--fan-step-down, 25%)*10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(30){translate:0 calc(90% + var(--fan-step-down, 25%)*11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(31){translate:0 calc(90% + var(--fan-step-down, 25%)*12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(32){translate:0 calc(90% + var(--fan-step-down, 25%)*13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(33){translate:0 calc(90% + var(--fan-step-down, 25%)*14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(34){translate:0 calc(90% + var(--fan-step-down, 25%)*15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(35){translate:0 calc(90% + var(--fan-step-down, 25%)*16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(36){translate:0 calc(90% + var(--fan-step-down, 25%)*17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(37){translate:0 calc(90% + var(--fan-step-down, 25%)*18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(38){translate:0 calc(90% + var(--fan-step-down, 25%)*19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(39){translate:0 calc(90% + var(--fan-step-down, 25%)*20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(40){translate:0 calc(90% + var(--fan-step-down, 25%)*21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(41){translate:0 calc(90% + var(--fan-step-down, 25%)*22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(42){translate:0 calc(90% + var(--fan-step-down, 25%)*23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(43){translate:0 calc(90% + var(--fan-step-down, 25%)*24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(44){translate:0 calc(90% + var(--fan-step-down, 25%)*25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(45){translate:0 calc(90% + var(--fan-step-down, 25%)*26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(46){translate:0 calc(90% + var(--fan-step-down, 25%)*27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(47){translate:0 calc(90% + var(--fan-step-down, 25%)*28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(48){translate:0 calc(90% + var(--fan-step-down, 25%)*29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(49){translate:0 calc(90% + var(--fan-step-down, 25%)*30)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(50){translate:0 calc(90% + var(--fan-step-down, 25%)*31)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(51){translate:0 calc(90% + var(--fan-step-down, 25%)*32)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(52){translate:0 calc(90% + var(--fan-step-down, 25%)*33)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(18)~[data-faced=up]:nth-child(53){translate:0 calc(90% + var(--fan-step-down, 25%)*34)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(18){translate:0 calc(var(--fan-step-down, 25%)*17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19){translate:0 90%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:first-child{translate:0 calc(95% + var(--fan-step-down, 25%)*-19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(2){translate:0 calc(95% + var(--fan-step-down, 25%)*-18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(3){translate:0 calc(95% + var(--fan-step-down, 25%)*-17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(4){translate:0 calc(95% + var(--fan-step-down, 25%)*-16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(5){translate:0 calc(95% + var(--fan-step-down, 25%)*-15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(6){translate:0 calc(95% + var(--fan-step-down, 25%)*-14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(7){translate:0 calc(95% + var(--fan-step-down, 25%)*-13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(8){translate:0 calc(95% + var(--fan-step-down, 25%)*-12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(9){translate:0 calc(95% + var(--fan-step-down, 25%)*-11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(10){translate:0 calc(95% + var(--fan-step-down, 25%)*-10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(11){translate:0 calc(95% + var(--fan-step-down, 25%)*-9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(12){translate:0 calc(95% + var(--fan-step-down, 25%)*-8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(13){translate:0 calc(95% + var(--fan-step-down, 25%)*-7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(14){translate:0 calc(95% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(15){translate:0 calc(95% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(16){translate:0 calc(95% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(17){translate:0 calc(95% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(18){translate:0 calc(95% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(19){translate:0 calc(95% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(20){translate:0 calc(95% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(21){translate:0 calc(95% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(22){translate:0 calc(95% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(23){translate:0 calc(95% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(24){translate:0 calc(95% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(25){translate:0 calc(95% + var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(26){translate:0 calc(95% + var(--fan-step-down, 25%)*6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(27){translate:0 calc(95% + var(--fan-step-down, 25%)*7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(28){translate:0 calc(95% + var(--fan-step-down, 25%)*8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(29){translate:0 calc(95% + var(--fan-step-down, 25%)*9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(30){translate:0 calc(95% + var(--fan-step-down, 25%)*10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(31){translate:0 calc(95% + var(--fan-step-down, 25%)*11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(32){translate:0 calc(95% + var(--fan-step-down, 25%)*12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(33){translate:0 calc(95% + var(--fan-step-down, 25%)*13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(34){translate:0 calc(95% + var(--fan-step-down, 25%)*14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(35){translate:0 calc(95% + var(--fan-step-down, 25%)*15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(36){translate:0 calc(95% + var(--fan-step-down, 25%)*16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(37){translate:0 calc(95% + var(--fan-step-down, 25%)*17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(38){translate:0 calc(95% + var(--fan-step-down, 25%)*18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(39){translate:0 calc(95% + var(--fan-step-down, 25%)*19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(40){translate:0 calc(95% + var(--fan-step-down, 25%)*20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(41){translate:0 calc(95% + var(--fan-step-down, 25%)*21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(42){translate:0 calc(95% + var(--fan-step-down, 25%)*22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(43){translate:0 calc(95% + var(--fan-step-down, 25%)*23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(44){translate:0 calc(95% + var(--fan-step-down, 25%)*24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(45){translate:0 calc(95% + var(--fan-step-down, 25%)*25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(46){translate:0 calc(95% + var(--fan-step-down, 25%)*26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(47){translate:0 calc(95% + var(--fan-step-down, 25%)*27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(48){translate:0 calc(95% + var(--fan-step-down, 25%)*28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(49){translate:0 calc(95% + var(--fan-step-down, 25%)*29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(50){translate:0 calc(95% + var(--fan-step-down, 25%)*30)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(51){translate:0 calc(95% + var(--fan-step-down, 25%)*31)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(52){translate:0 calc(95% + var(--fan-step-down, 25%)*32)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(19)~[data-faced=up]:nth-child(53){translate:0 calc(95% + var(--fan-step-down, 25%)*33)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(19){translate:0 calc(var(--fan-step-down, 25%)*18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20){translate:0 95%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:first-child{translate:0 calc(100% + var(--fan-step-down, 25%)*-20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(2){translate:0 calc(100% + var(--fan-step-down, 25%)*-19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(3){translate:0 calc(100% + var(--fan-step-down, 25%)*-18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(4){translate:0 calc(100% + var(--fan-step-down, 25%)*-17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(5){translate:0 calc(100% + var(--fan-step-down, 25%)*-16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(6){translate:0 calc(100% + var(--fan-step-down, 25%)*-15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(7){translate:0 calc(100% + var(--fan-step-down, 25%)*-14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(8){translate:0 calc(100% + var(--fan-step-down, 25%)*-13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(9){translate:0 calc(100% + var(--fan-step-down, 25%)*-12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(10){translate:0 calc(100% + var(--fan-step-down, 25%)*-11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(11){translate:0 calc(100% + var(--fan-step-down, 25%)*-10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(12){translate:0 calc(100% + var(--fan-step-down, 25%)*-9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(13){translate:0 calc(100% + var(--fan-step-down, 25%)*-8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(14){translate:0 calc(100% + var(--fan-step-down, 25%)*-7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(15){translate:0 calc(100% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(16){translate:0 calc(100% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(17){translate:0 calc(100% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(18){translate:0 calc(100% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(19){translate:0 calc(100% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(20){translate:0 calc(100% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(21){translate:0 calc(100% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(22){translate:0 calc(100% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(23){translate:0 calc(100% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(24){translate:0 calc(100% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(25){translate:0 calc(100% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(26){translate:0 calc(100% + var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(27){translate:0 calc(100% + var(--fan-step-down, 25%)*6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(28){translate:0 calc(100% + var(--fan-step-down, 25%)*7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(29){translate:0 calc(100% + var(--fan-step-down, 25%)*8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(30){translate:0 calc(100% + var(--fan-step-down, 25%)*9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(31){translate:0 calc(100% + var(--fan-step-down, 25%)*10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(32){translate:0 calc(100% + var(--fan-step-down, 25%)*11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(33){translate:0 calc(100% + var(--fan-step-down, 25%)*12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(34){translate:0 calc(100% + var(--fan-step-down, 25%)*13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(35){translate:0 calc(100% + var(--fan-step-down, 25%)*14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(36){translate:0 calc(100% + var(--fan-step-down, 25%)*15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(37){translate:0 calc(100% + var(--fan-step-down, 25%)*16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(38){translate:0 calc(100% + var(--fan-step-down, 25%)*17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(39){translate:0 calc(100% + var(--fan-step-down, 25%)*18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(40){translate:0 calc(100% + var(--fan-step-down, 25%)*19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(41){translate:0 calc(100% + var(--fan-step-down, 25%)*20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(42){translate:0 calc(100% + var(--fan-step-down, 25%)*21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(43){translate:0 calc(100% + var(--fan-step-down, 25%)*22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(44){translate:0 calc(100% + var(--fan-step-down, 25%)*23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(45){translate:0 calc(100% + var(--fan-step-down, 25%)*24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(46){translate:0 calc(100% + var(--fan-step-down, 25%)*25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(47){translate:0 calc(100% + var(--fan-step-down, 25%)*26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(48){translate:0 calc(100% + var(--fan-step-down, 25%)*27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(49){translate:0 calc(100% + var(--fan-step-down, 25%)*28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(50){translate:0 calc(100% + var(--fan-step-down, 25%)*29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(51){translate:0 calc(100% + var(--fan-step-down, 25%)*30)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(52){translate:0 calc(100% + var(--fan-step-down, 25%)*31)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(20)~[data-faced=up]:nth-child(53){translate:0 calc(100% + var(--fan-step-down, 25%)*32)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(20){translate:0 calc(var(--fan-step-down, 25%)*19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21){translate:0 100%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:first-child{translate:0 calc(105% + var(--fan-step-down, 25%)*-21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(2){translate:0 calc(105% + var(--fan-step-down, 25%)*-20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(3){translate:0 calc(105% + var(--fan-step-down, 25%)*-19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(4){translate:0 calc(105% + var(--fan-step-down, 25%)*-18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(5){translate:0 calc(105% + var(--fan-step-down, 25%)*-17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(6){translate:0 calc(105% + var(--fan-step-down, 25%)*-16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(7){translate:0 calc(105% + var(--fan-step-down, 25%)*-15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(8){translate:0 calc(105% + var(--fan-step-down, 25%)*-14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(9){translate:0 calc(105% + var(--fan-step-down, 25%)*-13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(10){translate:0 calc(105% + var(--fan-step-down, 25%)*-12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(11){translate:0 calc(105% + var(--fan-step-down, 25%)*-11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(12){translate:0 calc(105% + var(--fan-step-down, 25%)*-10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(13){translate:0 calc(105% + var(--fan-step-down, 25%)*-9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(14){translate:0 calc(105% + var(--fan-step-down, 25%)*-8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(15){translate:0 calc(105% + var(--fan-step-down, 25%)*-7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(16){translate:0 calc(105% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(17){translate:0 calc(105% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(18){translate:0 calc(105% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(19){translate:0 calc(105% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(20){translate:0 calc(105% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(21){translate:0 calc(105% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(22){translate:0 calc(105% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(23){translate:0 calc(105% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(24){translate:0 calc(105% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(25){translate:0 calc(105% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(26){translate:0 calc(105% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(27){translate:0 calc(105% + var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(28){translate:0 calc(105% + var(--fan-step-down, 25%)*6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(29){translate:0 calc(105% + var(--fan-step-down, 25%)*7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(30){translate:0 calc(105% + var(--fan-step-down, 25%)*8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(31){translate:0 calc(105% + var(--fan-step-down, 25%)*9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(32){translate:0 calc(105% + var(--fan-step-down, 25%)*10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(33){translate:0 calc(105% + var(--fan-step-down, 25%)*11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(34){translate:0 calc(105% + var(--fan-step-down, 25%)*12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(35){translate:0 calc(105% + var(--fan-step-down, 25%)*13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(36){translate:0 calc(105% + var(--fan-step-down, 25%)*14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(37){translate:0 calc(105% + var(--fan-step-down, 25%)*15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(38){translate:0 calc(105% + var(--fan-step-down, 25%)*16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(39){translate:0 calc(105% + var(--fan-step-down, 25%)*17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(40){translate:0 calc(105% + var(--fan-step-down, 25%)*18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(41){translate:0 calc(105% + var(--fan-step-down, 25%)*19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(42){translate:0 calc(105% + var(--fan-step-down, 25%)*20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(43){translate:0 calc(105% + var(--fan-step-down, 25%)*21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(44){translate:0 calc(105% + var(--fan-step-down, 25%)*22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(45){translate:0 calc(105% + var(--fan-step-down, 25%)*23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(46){translate:0 calc(105% + var(--fan-step-down, 25%)*24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(47){translate:0 calc(105% + var(--fan-step-down, 25%)*25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(48){translate:0 calc(105% + var(--fan-step-down, 25%)*26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(49){translate:0 calc(105% + var(--fan-step-down, 25%)*27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(50){translate:0 calc(105% + var(--fan-step-down, 25%)*28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(51){translate:0 calc(105% + var(--fan-step-down, 25%)*29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(52){translate:0 calc(105% + var(--fan-step-down, 25%)*30)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(21)~[data-faced=up]:nth-child(53){translate:0 calc(105% + var(--fan-step-down, 25%)*31)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(21){translate:0 calc(var(--fan-step-down, 25%)*20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22){translate:0 105%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:first-child{translate:0 calc(110% + var(--fan-step-down, 25%)*-22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(2){translate:0 calc(110% + var(--fan-step-down, 25%)*-21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(3){translate:0 calc(110% + var(--fan-step-down, 25%)*-20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(4){translate:0 calc(110% + var(--fan-step-down, 25%)*-19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(5){translate:0 calc(110% + var(--fan-step-down, 25%)*-18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(6){translate:0 calc(110% + var(--fan-step-down, 25%)*-17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(7){translate:0 calc(110% + var(--fan-step-down, 25%)*-16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(8){translate:0 calc(110% + var(--fan-step-down, 25%)*-15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(9){translate:0 calc(110% + var(--fan-step-down, 25%)*-14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(10){translate:0 calc(110% + var(--fan-step-down, 25%)*-13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(11){translate:0 calc(110% + var(--fan-step-down, 25%)*-12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(12){translate:0 calc(110% + var(--fan-step-down, 25%)*-11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(13){translate:0 calc(110% + var(--fan-step-down, 25%)*-10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(14){translate:0 calc(110% + var(--fan-step-down, 25%)*-9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(15){translate:0 calc(110% + var(--fan-step-down, 25%)*-8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(16){translate:0 calc(110% + var(--fan-step-down, 25%)*-7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(17){translate:0 calc(110% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(18){translate:0 calc(110% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(19){translate:0 calc(110% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(20){translate:0 calc(110% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(21){translate:0 calc(110% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(22){translate:0 calc(110% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(23){translate:0 calc(110% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(24){translate:0 calc(110% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(25){translate:0 calc(110% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(26){translate:0 calc(110% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(27){translate:0 calc(110% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(28){translate:0 calc(110% + var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(29){translate:0 calc(110% + var(--fan-step-down, 25%)*6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(30){translate:0 calc(110% + var(--fan-step-down, 25%)*7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(31){translate:0 calc(110% + var(--fan-step-down, 25%)*8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(32){translate:0 calc(110% + var(--fan-step-down, 25%)*9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(33){translate:0 calc(110% + var(--fan-step-down, 25%)*10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(34){translate:0 calc(110% + var(--fan-step-down, 25%)*11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(35){translate:0 calc(110% + var(--fan-step-down, 25%)*12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(36){translate:0 calc(110% + var(--fan-step-down, 25%)*13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(37){translate:0 calc(110% + var(--fan-step-down, 25%)*14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(38){translate:0 calc(110% + var(--fan-step-down, 25%)*15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(39){translate:0 calc(110% + var(--fan-step-down, 25%)*16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(40){translate:0 calc(110% + var(--fan-step-down, 25%)*17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(41){translate:0 calc(110% + var(--fan-step-down, 25%)*18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(42){translate:0 calc(110% + var(--fan-step-down, 25%)*19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(43){translate:0 calc(110% + var(--fan-step-down, 25%)*20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(44){translate:0 calc(110% + var(--fan-step-down, 25%)*21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(45){translate:0 calc(110% + var(--fan-step-down, 25%)*22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(46){translate:0 calc(110% + var(--fan-step-down, 25%)*23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(47){translate:0 calc(110% + var(--fan-step-down, 25%)*24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(48){translate:0 calc(110% + var(--fan-step-down, 25%)*25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(49){translate:0 calc(110% + var(--fan-step-down, 25%)*26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(50){translate:0 calc(110% + var(--fan-step-down, 25%)*27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(51){translate:0 calc(110% + var(--fan-step-down, 25%)*28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(52){translate:0 calc(110% + var(--fan-step-down, 25%)*29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(22)~[data-faced=up]:nth-child(53){translate:0 calc(110% + var(--fan-step-down, 25%)*30)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(22){translate:0 calc(var(--fan-step-down, 25%)*21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23){translate:0 110%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:first-child{translate:0 calc(115% + var(--fan-step-down, 25%)*-23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(2){translate:0 calc(115% + var(--fan-step-down, 25%)*-22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(3){translate:0 calc(115% + var(--fan-step-down, 25%)*-21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(4){translate:0 calc(115% + var(--fan-step-down, 25%)*-20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(5){translate:0 calc(115% + var(--fan-step-down, 25%)*-19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(6){translate:0 calc(115% + var(--fan-step-down, 25%)*-18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(7){translate:0 calc(115% + var(--fan-step-down, 25%)*-17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(8){translate:0 calc(115% + var(--fan-step-down, 25%)*-16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(9){translate:0 calc(115% + var(--fan-step-down, 25%)*-15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(10){translate:0 calc(115% + var(--fan-step-down, 25%)*-14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(11){translate:0 calc(115% + var(--fan-step-down, 25%)*-13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(12){translate:0 calc(115% + var(--fan-step-down, 25%)*-12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(13){translate:0 calc(115% + var(--fan-step-down, 25%)*-11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(14){translate:0 calc(115% + var(--fan-step-down, 25%)*-10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(15){translate:0 calc(115% + var(--fan-step-down, 25%)*-9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(16){translate:0 calc(115% + var(--fan-step-down, 25%)*-8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(17){translate:0 calc(115% + var(--fan-step-down, 25%)*-7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(18){translate:0 calc(115% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(19){translate:0 calc(115% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(20){translate:0 calc(115% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(21){translate:0 calc(115% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(22){translate:0 calc(115% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(23){translate:0 calc(115% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(24){translate:0 calc(115% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(25){translate:0 calc(115% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(26){translate:0 calc(115% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(27){translate:0 calc(115% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(28){translate:0 calc(115% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(29){translate:0 calc(115% + var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(30){translate:0 calc(115% + var(--fan-step-down, 25%)*6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(31){translate:0 calc(115% + var(--fan-step-down, 25%)*7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(32){translate:0 calc(115% + var(--fan-step-down, 25%)*8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(33){translate:0 calc(115% + var(--fan-step-down, 25%)*9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(34){translate:0 calc(115% + var(--fan-step-down, 25%)*10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(35){translate:0 calc(115% + var(--fan-step-down, 25%)*11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(36){translate:0 calc(115% + var(--fan-step-down, 25%)*12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(37){translate:0 calc(115% + var(--fan-step-down, 25%)*13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(38){translate:0 calc(115% + var(--fan-step-down, 25%)*14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(39){translate:0 calc(115% + var(--fan-step-down, 25%)*15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(40){translate:0 calc(115% + var(--fan-step-down, 25%)*16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(41){translate:0 calc(115% + var(--fan-step-down, 25%)*17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(42){translate:0 calc(115% + var(--fan-step-down, 25%)*18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(43){translate:0 calc(115% + var(--fan-step-down, 25%)*19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(44){translate:0 calc(115% + var(--fan-step-down, 25%)*20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(45){translate:0 calc(115% + var(--fan-step-down, 25%)*21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(46){translate:0 calc(115% + var(--fan-step-down, 25%)*22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(47){translate:0 calc(115% + var(--fan-step-down, 25%)*23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(48){translate:0 calc(115% + var(--fan-step-down, 25%)*24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(49){translate:0 calc(115% + var(--fan-step-down, 25%)*25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(50){translate:0 calc(115% + var(--fan-step-down, 25%)*26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(51){translate:0 calc(115% + var(--fan-step-down, 25%)*27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(52){translate:0 calc(115% + var(--fan-step-down, 25%)*28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(23)~[data-faced=up]:nth-child(53){translate:0 calc(115% + var(--fan-step-down, 25%)*29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(23){translate:0 calc(var(--fan-step-down, 25%)*22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24){translate:0 115%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:first-child{translate:0 calc(120% + var(--fan-step-down, 25%)*-24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(2){translate:0 calc(120% + var(--fan-step-down, 25%)*-23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(3){translate:0 calc(120% + var(--fan-step-down, 25%)*-22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(4){translate:0 calc(120% + var(--fan-step-down, 25%)*-21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(5){translate:0 calc(120% + var(--fan-step-down, 25%)*-20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(6){translate:0 calc(120% + var(--fan-step-down, 25%)*-19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(7){translate:0 calc(120% + var(--fan-step-down, 25%)*-18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(8){translate:0 calc(120% + var(--fan-step-down, 25%)*-17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(9){translate:0 calc(120% + var(--fan-step-down, 25%)*-16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(10){translate:0 calc(120% + var(--fan-step-down, 25%)*-15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(11){translate:0 calc(120% + var(--fan-step-down, 25%)*-14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(12){translate:0 calc(120% + var(--fan-step-down, 25%)*-13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(13){translate:0 calc(120% + var(--fan-step-down, 25%)*-12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(14){translate:0 calc(120% + var(--fan-step-down, 25%)*-11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(15){translate:0 calc(120% + var(--fan-step-down, 25%)*-10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(16){translate:0 calc(120% + var(--fan-step-down, 25%)*-9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(17){translate:0 calc(120% + var(--fan-step-down, 25%)*-8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(18){translate:0 calc(120% + var(--fan-step-down, 25%)*-7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(19){translate:0 calc(120% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(20){translate:0 calc(120% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(21){translate:0 calc(120% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(22){translate:0 calc(120% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(23){translate:0 calc(120% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(24){translate:0 calc(120% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(25){translate:0 calc(120% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(26){translate:0 calc(120% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(27){translate:0 calc(120% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(28){translate:0 calc(120% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(29){translate:0 calc(120% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(30){translate:0 calc(120% + var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(31){translate:0 calc(120% + var(--fan-step-down, 25%)*6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(32){translate:0 calc(120% + var(--fan-step-down, 25%)*7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(33){translate:0 calc(120% + var(--fan-step-down, 25%)*8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(34){translate:0 calc(120% + var(--fan-step-down, 25%)*9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(35){translate:0 calc(120% + var(--fan-step-down, 25%)*10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(36){translate:0 calc(120% + var(--fan-step-down, 25%)*11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(37){translate:0 calc(120% + var(--fan-step-down, 25%)*12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(38){translate:0 calc(120% + var(--fan-step-down, 25%)*13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(39){translate:0 calc(120% + var(--fan-step-down, 25%)*14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(40){translate:0 calc(120% + var(--fan-step-down, 25%)*15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(41){translate:0 calc(120% + var(--fan-step-down, 25%)*16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(42){translate:0 calc(120% + var(--fan-step-down, 25%)*17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(43){translate:0 calc(120% + var(--fan-step-down, 25%)*18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(44){translate:0 calc(120% + var(--fan-step-down, 25%)*19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(45){translate:0 calc(120% + var(--fan-step-down, 25%)*20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(46){translate:0 calc(120% + var(--fan-step-down, 25%)*21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(47){translate:0 calc(120% + var(--fan-step-down, 25%)*22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(48){translate:0 calc(120% + var(--fan-step-down, 25%)*23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(49){translate:0 calc(120% + var(--fan-step-down, 25%)*24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(50){translate:0 calc(120% + var(--fan-step-down, 25%)*25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(51){translate:0 calc(120% + var(--fan-step-down, 25%)*26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(52){translate:0 calc(120% + var(--fan-step-down, 25%)*27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(24)~[data-faced=up]:nth-child(53){translate:0 calc(120% + var(--fan-step-down, 25%)*28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(24){translate:0 calc(var(--fan-step-down, 25%)*23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25){translate:0 120%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:first-child{translate:0 calc(125% + var(--fan-step-down, 25%)*-25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(2){translate:0 calc(125% + var(--fan-step-down, 25%)*-24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(3){translate:0 calc(125% + var(--fan-step-down, 25%)*-23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(4){translate:0 calc(125% + var(--fan-step-down, 25%)*-22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(5){translate:0 calc(125% + var(--fan-step-down, 25%)*-21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(6){translate:0 calc(125% + var(--fan-step-down, 25%)*-20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(7){translate:0 calc(125% + var(--fan-step-down, 25%)*-19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(8){translate:0 calc(125% + var(--fan-step-down, 25%)*-18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(9){translate:0 calc(125% + var(--fan-step-down, 25%)*-17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(10){translate:0 calc(125% + var(--fan-step-down, 25%)*-16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(11){translate:0 calc(125% + var(--fan-step-down, 25%)*-15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(12){translate:0 calc(125% + var(--fan-step-down, 25%)*-14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(13){translate:0 calc(125% + var(--fan-step-down, 25%)*-13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(14){translate:0 calc(125% + var(--fan-step-down, 25%)*-12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(15){translate:0 calc(125% + var(--fan-step-down, 25%)*-11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(16){translate:0 calc(125% + var(--fan-step-down, 25%)*-10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(17){translate:0 calc(125% + var(--fan-step-down, 25%)*-9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(18){translate:0 calc(125% + var(--fan-step-down, 25%)*-8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(19){translate:0 calc(125% + var(--fan-step-down, 25%)*-7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(20){translate:0 calc(125% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(21){translate:0 calc(125% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(22){translate:0 calc(125% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(23){translate:0 calc(125% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(24){translate:0 calc(125% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(25){translate:0 calc(125% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(26){translate:0 calc(125% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(27){translate:0 calc(125% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(28){translate:0 calc(125% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(29){translate:0 calc(125% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(30){translate:0 calc(125% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(31){translate:0 calc(125% + var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(32){translate:0 calc(125% + var(--fan-step-down, 25%)*6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(33){translate:0 calc(125% + var(--fan-step-down, 25%)*7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(34){translate:0 calc(125% + var(--fan-step-down, 25%)*8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(35){translate:0 calc(125% + var(--fan-step-down, 25%)*9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(36){translate:0 calc(125% + var(--fan-step-down, 25%)*10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(37){translate:0 calc(125% + var(--fan-step-down, 25%)*11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(38){translate:0 calc(125% + var(--fan-step-down, 25%)*12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(39){translate:0 calc(125% + var(--fan-step-down, 25%)*13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(40){translate:0 calc(125% + var(--fan-step-down, 25%)*14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(41){translate:0 calc(125% + var(--fan-step-down, 25%)*15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(42){translate:0 calc(125% + var(--fan-step-down, 25%)*16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(43){translate:0 calc(125% + var(--fan-step-down, 25%)*17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(44){translate:0 calc(125% + var(--fan-step-down, 25%)*18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(45){translate:0 calc(125% + var(--fan-step-down, 25%)*19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(46){translate:0 calc(125% + var(--fan-step-down, 25%)*20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(47){translate:0 calc(125% + var(--fan-step-down, 25%)*21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(48){translate:0 calc(125% + var(--fan-step-down, 25%)*22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(49){translate:0 calc(125% + var(--fan-step-down, 25%)*23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(50){translate:0 calc(125% + var(--fan-step-down, 25%)*24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(51){translate:0 calc(125% + var(--fan-step-down, 25%)*25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(52){translate:0 calc(125% + var(--fan-step-down, 25%)*26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(25)~[data-faced=up]:nth-child(53){translate:0 calc(125% + var(--fan-step-down, 25%)*27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(25){translate:0 calc(var(--fan-step-down, 25%)*24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26){translate:0 125%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:first-child{translate:0 calc(130% + var(--fan-step-down, 25%)*-26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(2){translate:0 calc(130% + var(--fan-step-down, 25%)*-25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(3){translate:0 calc(130% + var(--fan-step-down, 25%)*-24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(4){translate:0 calc(130% + var(--fan-step-down, 25%)*-23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(5){translate:0 calc(130% + var(--fan-step-down, 25%)*-22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(6){translate:0 calc(130% + var(--fan-step-down, 25%)*-21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(7){translate:0 calc(130% + var(--fan-step-down, 25%)*-20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(8){translate:0 calc(130% + var(--fan-step-down, 25%)*-19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(9){translate:0 calc(130% + var(--fan-step-down, 25%)*-18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(10){translate:0 calc(130% + var(--fan-step-down, 25%)*-17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(11){translate:0 calc(130% + var(--fan-step-down, 25%)*-16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(12){translate:0 calc(130% + var(--fan-step-down, 25%)*-15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(13){translate:0 calc(130% + var(--fan-step-down, 25%)*-14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(14){translate:0 calc(130% + var(--fan-step-down, 25%)*-13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(15){translate:0 calc(130% + var(--fan-step-down, 25%)*-12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(16){translate:0 calc(130% + var(--fan-step-down, 25%)*-11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(17){translate:0 calc(130% + var(--fan-step-down, 25%)*-10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(18){translate:0 calc(130% + var(--fan-step-down, 25%)*-9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(19){translate:0 calc(130% + var(--fan-step-down, 25%)*-8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(20){translate:0 calc(130% + var(--fan-step-down, 25%)*-7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(21){translate:0 calc(130% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(22){translate:0 calc(130% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(23){translate:0 calc(130% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(24){translate:0 calc(130% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(25){translate:0 calc(130% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(26){translate:0 calc(130% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(27){translate:0 calc(130% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(28){translate:0 calc(130% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(29){translate:0 calc(130% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(30){translate:0 calc(130% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(31){translate:0 calc(130% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(32){translate:0 calc(130% + var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(33){translate:0 calc(130% + var(--fan-step-down, 25%)*6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(34){translate:0 calc(130% + var(--fan-step-down, 25%)*7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(35){translate:0 calc(130% + var(--fan-step-down, 25%)*8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(36){translate:0 calc(130% + var(--fan-step-down, 25%)*9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(37){translate:0 calc(130% + var(--fan-step-down, 25%)*10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(38){translate:0 calc(130% + var(--fan-step-down, 25%)*11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(39){translate:0 calc(130% + var(--fan-step-down, 25%)*12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(40){translate:0 calc(130% + var(--fan-step-down, 25%)*13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(41){translate:0 calc(130% + var(--fan-step-down, 25%)*14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(42){translate:0 calc(130% + var(--fan-step-down, 25%)*15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(43){translate:0 calc(130% + var(--fan-step-down, 25%)*16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(44){translate:0 calc(130% + var(--fan-step-down, 25%)*17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(45){translate:0 calc(130% + var(--fan-step-down, 25%)*18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(46){translate:0 calc(130% + var(--fan-step-down, 25%)*19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(47){translate:0 calc(130% + var(--fan-step-down, 25%)*20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(48){translate:0 calc(130% + var(--fan-step-down, 25%)*21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(49){translate:0 calc(130% + var(--fan-step-down, 25%)*22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(50){translate:0 calc(130% + var(--fan-step-down, 25%)*23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(51){translate:0 calc(130% + var(--fan-step-down, 25%)*24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(52){translate:0 calc(130% + var(--fan-step-down, 25%)*25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(26)~[data-faced=up]:nth-child(53){translate:0 calc(130% + var(--fan-step-down, 25%)*26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(26){translate:0 calc(var(--fan-step-down, 25%)*25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27){translate:0 130%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:first-child{translate:0 calc(135% + var(--fan-step-down, 25%)*-27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(2){translate:0 calc(135% + var(--fan-step-down, 25%)*-26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(3){translate:0 calc(135% + var(--fan-step-down, 25%)*-25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(4){translate:0 calc(135% + var(--fan-step-down, 25%)*-24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(5){translate:0 calc(135% + var(--fan-step-down, 25%)*-23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(6){translate:0 calc(135% + var(--fan-step-down, 25%)*-22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(7){translate:0 calc(135% + var(--fan-step-down, 25%)*-21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(8){translate:0 calc(135% + var(--fan-step-down, 25%)*-20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(9){translate:0 calc(135% + var(--fan-step-down, 25%)*-19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(10){translate:0 calc(135% + var(--fan-step-down, 25%)*-18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(11){translate:0 calc(135% + var(--fan-step-down, 25%)*-17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(12){translate:0 calc(135% + var(--fan-step-down, 25%)*-16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(13){translate:0 calc(135% + var(--fan-step-down, 25%)*-15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(14){translate:0 calc(135% + var(--fan-step-down, 25%)*-14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(15){translate:0 calc(135% + var(--fan-step-down, 25%)*-13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(16){translate:0 calc(135% + var(--fan-step-down, 25%)*-12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(17){translate:0 calc(135% + var(--fan-step-down, 25%)*-11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(18){translate:0 calc(135% + var(--fan-step-down, 25%)*-10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(19){translate:0 calc(135% + var(--fan-step-down, 25%)*-9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(20){translate:0 calc(135% + var(--fan-step-down, 25%)*-8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(21){translate:0 calc(135% + var(--fan-step-down, 25%)*-7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(22){translate:0 calc(135% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(23){translate:0 calc(135% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(24){translate:0 calc(135% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(25){translate:0 calc(135% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(26){translate:0 calc(135% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(27){translate:0 calc(135% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(28){translate:0 calc(135% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(29){translate:0 calc(135% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(30){translate:0 calc(135% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(31){translate:0 calc(135% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(32){translate:0 calc(135% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(33){translate:0 calc(135% + var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(34){translate:0 calc(135% + var(--fan-step-down, 25%)*6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(35){translate:0 calc(135% + var(--fan-step-down, 25%)*7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(36){translate:0 calc(135% + var(--fan-step-down, 25%)*8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(37){translate:0 calc(135% + var(--fan-step-down, 25%)*9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(38){translate:0 calc(135% + var(--fan-step-down, 25%)*10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(39){translate:0 calc(135% + var(--fan-step-down, 25%)*11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(40){translate:0 calc(135% + var(--fan-step-down, 25%)*12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(41){translate:0 calc(135% + var(--fan-step-down, 25%)*13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(42){translate:0 calc(135% + var(--fan-step-down, 25%)*14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(43){translate:0 calc(135% + var(--fan-step-down, 25%)*15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(44){translate:0 calc(135% + var(--fan-step-down, 25%)*16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(45){translate:0 calc(135% + var(--fan-step-down, 25%)*17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(46){translate:0 calc(135% + var(--fan-step-down, 25%)*18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(47){translate:0 calc(135% + var(--fan-step-down, 25%)*19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(48){translate:0 calc(135% + var(--fan-step-down, 25%)*20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(49){translate:0 calc(135% + var(--fan-step-down, 25%)*21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(50){translate:0 calc(135% + var(--fan-step-down, 25%)*22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(51){translate:0 calc(135% + var(--fan-step-down, 25%)*23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(52){translate:0 calc(135% + var(--fan-step-down, 25%)*24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(27)~[data-faced=up]:nth-child(53){translate:0 calc(135% + var(--fan-step-down, 25%)*25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(27){translate:0 calc(var(--fan-step-down, 25%)*26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28){translate:0 135%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:first-child{translate:0 calc(140% + var(--fan-step-down, 25%)*-28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(2){translate:0 calc(140% + var(--fan-step-down, 25%)*-27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(3){translate:0 calc(140% + var(--fan-step-down, 25%)*-26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(4){translate:0 calc(140% + var(--fan-step-down, 25%)*-25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(5){translate:0 calc(140% + var(--fan-step-down, 25%)*-24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(6){translate:0 calc(140% + var(--fan-step-down, 25%)*-23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(7){translate:0 calc(140% + var(--fan-step-down, 25%)*-22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(8){translate:0 calc(140% + var(--fan-step-down, 25%)*-21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(9){translate:0 calc(140% + var(--fan-step-down, 25%)*-20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(10){translate:0 calc(140% + var(--fan-step-down, 25%)*-19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(11){translate:0 calc(140% + var(--fan-step-down, 25%)*-18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(12){translate:0 calc(140% + var(--fan-step-down, 25%)*-17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(13){translate:0 calc(140% + var(--fan-step-down, 25%)*-16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(14){translate:0 calc(140% + var(--fan-step-down, 25%)*-15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(15){translate:0 calc(140% + var(--fan-step-down, 25%)*-14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(16){translate:0 calc(140% + var(--fan-step-down, 25%)*-13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(17){translate:0 calc(140% + var(--fan-step-down, 25%)*-12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(18){translate:0 calc(140% + var(--fan-step-down, 25%)*-11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(19){translate:0 calc(140% + var(--fan-step-down, 25%)*-10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(20){translate:0 calc(140% + var(--fan-step-down, 25%)*-9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(21){translate:0 calc(140% + var(--fan-step-down, 25%)*-8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(22){translate:0 calc(140% + var(--fan-step-down, 25%)*-7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(23){translate:0 calc(140% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(24){translate:0 calc(140% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(25){translate:0 calc(140% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(26){translate:0 calc(140% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(27){translate:0 calc(140% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(28){translate:0 calc(140% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(29){translate:0 calc(140% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(30){translate:0 calc(140% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(31){translate:0 calc(140% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(32){translate:0 calc(140% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(33){translate:0 calc(140% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(34){translate:0 calc(140% + var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(35){translate:0 calc(140% + var(--fan-step-down, 25%)*6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(36){translate:0 calc(140% + var(--fan-step-down, 25%)*7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(37){translate:0 calc(140% + var(--fan-step-down, 25%)*8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(38){translate:0 calc(140% + var(--fan-step-down, 25%)*9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(39){translate:0 calc(140% + var(--fan-step-down, 25%)*10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(40){translate:0 calc(140% + var(--fan-step-down, 25%)*11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(41){translate:0 calc(140% + var(--fan-step-down, 25%)*12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(42){translate:0 calc(140% + var(--fan-step-down, 25%)*13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(43){translate:0 calc(140% + var(--fan-step-down, 25%)*14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(44){translate:0 calc(140% + var(--fan-step-down, 25%)*15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(45){translate:0 calc(140% + var(--fan-step-down, 25%)*16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(46){translate:0 calc(140% + var(--fan-step-down, 25%)*17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(47){translate:0 calc(140% + var(--fan-step-down, 25%)*18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(48){translate:0 calc(140% + var(--fan-step-down, 25%)*19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(49){translate:0 calc(140% + var(--fan-step-down, 25%)*20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(50){translate:0 calc(140% + var(--fan-step-down, 25%)*21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(51){translate:0 calc(140% + var(--fan-step-down, 25%)*22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(52){translate:0 calc(140% + var(--fan-step-down, 25%)*23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(28)~[data-faced=up]:nth-child(53){translate:0 calc(140% + var(--fan-step-down, 25%)*24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(28){translate:0 calc(var(--fan-step-down, 25%)*27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29){translate:0 140%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:first-child{translate:0 calc(145% + var(--fan-step-down, 25%)*-29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(2){translate:0 calc(145% + var(--fan-step-down, 25%)*-28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(3){translate:0 calc(145% + var(--fan-step-down, 25%)*-27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(4){translate:0 calc(145% + var(--fan-step-down, 25%)*-26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(5){translate:0 calc(145% + var(--fan-step-down, 25%)*-25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(6){translate:0 calc(145% + var(--fan-step-down, 25%)*-24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(7){translate:0 calc(145% + var(--fan-step-down, 25%)*-23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(8){translate:0 calc(145% + var(--fan-step-down, 25%)*-22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(9){translate:0 calc(145% + var(--fan-step-down, 25%)*-21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(10){translate:0 calc(145% + var(--fan-step-down, 25%)*-20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(11){translate:0 calc(145% + var(--fan-step-down, 25%)*-19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(12){translate:0 calc(145% + var(--fan-step-down, 25%)*-18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(13){translate:0 calc(145% + var(--fan-step-down, 25%)*-17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(14){translate:0 calc(145% + var(--fan-step-down, 25%)*-16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(15){translate:0 calc(145% + var(--fan-step-down, 25%)*-15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(16){translate:0 calc(145% + var(--fan-step-down, 25%)*-14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(17){translate:0 calc(145% + var(--fan-step-down, 25%)*-13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(18){translate:0 calc(145% + var(--fan-step-down, 25%)*-12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(19){translate:0 calc(145% + var(--fan-step-down, 25%)*-11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(20){translate:0 calc(145% + var(--fan-step-down, 25%)*-10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(21){translate:0 calc(145% + var(--fan-step-down, 25%)*-9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(22){translate:0 calc(145% + var(--fan-step-down, 25%)*-8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(23){translate:0 calc(145% + var(--fan-step-down, 25%)*-7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(24){translate:0 calc(145% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(25){translate:0 calc(145% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(26){translate:0 calc(145% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(27){translate:0 calc(145% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(28){translate:0 calc(145% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(29){translate:0 calc(145% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(30){translate:0 calc(145% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(31){translate:0 calc(145% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(32){translate:0 calc(145% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(33){translate:0 calc(145% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(34){translate:0 calc(145% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(35){translate:0 calc(145% + var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(36){translate:0 calc(145% + var(--fan-step-down, 25%)*6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(37){translate:0 calc(145% + var(--fan-step-down, 25%)*7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(38){translate:0 calc(145% + var(--fan-step-down, 25%)*8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(39){translate:0 calc(145% + var(--fan-step-down, 25%)*9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(40){translate:0 calc(145% + var(--fan-step-down, 25%)*10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(41){translate:0 calc(145% + var(--fan-step-down, 25%)*11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(42){translate:0 calc(145% + var(--fan-step-down, 25%)*12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(43){translate:0 calc(145% + var(--fan-step-down, 25%)*13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(44){translate:0 calc(145% + var(--fan-step-down, 25%)*14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(45){translate:0 calc(145% + var(--fan-step-down, 25%)*15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(46){translate:0 calc(145% + var(--fan-step-down, 25%)*16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(47){translate:0 calc(145% + var(--fan-step-down, 25%)*17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(48){translate:0 calc(145% + var(--fan-step-down, 25%)*18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(49){translate:0 calc(145% + var(--fan-step-down, 25%)*19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(50){translate:0 calc(145% + var(--fan-step-down, 25%)*20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(51){translate:0 calc(145% + var(--fan-step-down, 25%)*21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(52){translate:0 calc(145% + var(--fan-step-down, 25%)*22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(29)~[data-faced=up]:nth-child(53){translate:0 calc(145% + var(--fan-step-down, 25%)*23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(29){translate:0 calc(var(--fan-step-down, 25%)*28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30){translate:0 145%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:first-child{translate:0 calc(150% + var(--fan-step-down, 25%)*-30)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(2){translate:0 calc(150% + var(--fan-step-down, 25%)*-29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(3){translate:0 calc(150% + var(--fan-step-down, 25%)*-28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(4){translate:0 calc(150% + var(--fan-step-down, 25%)*-27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(5){translate:0 calc(150% + var(--fan-step-down, 25%)*-26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(6){translate:0 calc(150% + var(--fan-step-down, 25%)*-25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(7){translate:0 calc(150% + var(--fan-step-down, 25%)*-24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(8){translate:0 calc(150% + var(--fan-step-down, 25%)*-23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(9){translate:0 calc(150% + var(--fan-step-down, 25%)*-22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(10){translate:0 calc(150% + var(--fan-step-down, 25%)*-21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(11){translate:0 calc(150% + var(--fan-step-down, 25%)*-20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(12){translate:0 calc(150% + var(--fan-step-down, 25%)*-19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(13){translate:0 calc(150% + var(--fan-step-down, 25%)*-18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(14){translate:0 calc(150% + var(--fan-step-down, 25%)*-17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(15){translate:0 calc(150% + var(--fan-step-down, 25%)*-16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(16){translate:0 calc(150% + var(--fan-step-down, 25%)*-15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(17){translate:0 calc(150% + var(--fan-step-down, 25%)*-14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(18){translate:0 calc(150% + var(--fan-step-down, 25%)*-13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(19){translate:0 calc(150% + var(--fan-step-down, 25%)*-12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(20){translate:0 calc(150% + var(--fan-step-down, 25%)*-11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(21){translate:0 calc(150% + var(--fan-step-down, 25%)*-10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(22){translate:0 calc(150% + var(--fan-step-down, 25%)*-9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(23){translate:0 calc(150% + var(--fan-step-down, 25%)*-8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(24){translate:0 calc(150% + var(--fan-step-down, 25%)*-7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(25){translate:0 calc(150% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(26){translate:0 calc(150% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(27){translate:0 calc(150% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(28){translate:0 calc(150% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(29){translate:0 calc(150% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(30){translate:0 calc(150% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(31){translate:0 calc(150% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(32){translate:0 calc(150% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(33){translate:0 calc(150% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(34){translate:0 calc(150% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(35){translate:0 calc(150% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(36){translate:0 calc(150% + var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(37){translate:0 calc(150% + var(--fan-step-down, 25%)*6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(38){translate:0 calc(150% + var(--fan-step-down, 25%)*7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(39){translate:0 calc(150% + var(--fan-step-down, 25%)*8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(40){translate:0 calc(150% + var(--fan-step-down, 25%)*9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(41){translate:0 calc(150% + var(--fan-step-down, 25%)*10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(42){translate:0 calc(150% + var(--fan-step-down, 25%)*11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(43){translate:0 calc(150% + var(--fan-step-down, 25%)*12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(44){translate:0 calc(150% + var(--fan-step-down, 25%)*13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(45){translate:0 calc(150% + var(--fan-step-down, 25%)*14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(46){translate:0 calc(150% + var(--fan-step-down, 25%)*15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(47){translate:0 calc(150% + var(--fan-step-down, 25%)*16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(48){translate:0 calc(150% + var(--fan-step-down, 25%)*17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(49){translate:0 calc(150% + var(--fan-step-down, 25%)*18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(50){translate:0 calc(150% + var(--fan-step-down, 25%)*19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(51){translate:0 calc(150% + var(--fan-step-down, 25%)*20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(52){translate:0 calc(150% + var(--fan-step-down, 25%)*21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(30)~[data-faced=up]:nth-child(53){translate:0 calc(150% + var(--fan-step-down, 25%)*22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(30){translate:0 calc(var(--fan-step-down, 25%)*29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31){translate:0 150%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:first-child{translate:0 calc(155% + var(--fan-step-down, 25%)*-31)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(2){translate:0 calc(155% + var(--fan-step-down, 25%)*-30)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(3){translate:0 calc(155% + var(--fan-step-down, 25%)*-29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(4){translate:0 calc(155% + var(--fan-step-down, 25%)*-28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(5){translate:0 calc(155% + var(--fan-step-down, 25%)*-27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(6){translate:0 calc(155% + var(--fan-step-down, 25%)*-26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(7){translate:0 calc(155% + var(--fan-step-down, 25%)*-25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(8){translate:0 calc(155% + var(--fan-step-down, 25%)*-24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(9){translate:0 calc(155% + var(--fan-step-down, 25%)*-23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(10){translate:0 calc(155% + var(--fan-step-down, 25%)*-22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(11){translate:0 calc(155% + var(--fan-step-down, 25%)*-21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(12){translate:0 calc(155% + var(--fan-step-down, 25%)*-20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(13){translate:0 calc(155% + var(--fan-step-down, 25%)*-19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(14){translate:0 calc(155% + var(--fan-step-down, 25%)*-18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(15){translate:0 calc(155% + var(--fan-step-down, 25%)*-17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(16){translate:0 calc(155% + var(--fan-step-down, 25%)*-16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(17){translate:0 calc(155% + var(--fan-step-down, 25%)*-15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(18){translate:0 calc(155% + var(--fan-step-down, 25%)*-14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(19){translate:0 calc(155% + var(--fan-step-down, 25%)*-13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(20){translate:0 calc(155% + var(--fan-step-down, 25%)*-12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(21){translate:0 calc(155% + var(--fan-step-down, 25%)*-11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(22){translate:0 calc(155% + var(--fan-step-down, 25%)*-10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(23){translate:0 calc(155% + var(--fan-step-down, 25%)*-9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(24){translate:0 calc(155% + var(--fan-step-down, 25%)*-8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(25){translate:0 calc(155% + var(--fan-step-down, 25%)*-7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(26){translate:0 calc(155% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(27){translate:0 calc(155% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(28){translate:0 calc(155% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(29){translate:0 calc(155% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(30){translate:0 calc(155% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(31){translate:0 calc(155% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(32){translate:0 calc(155% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(33){translate:0 calc(155% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(34){translate:0 calc(155% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(35){translate:0 calc(155% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(36){translate:0 calc(155% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(37){translate:0 calc(155% + var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(38){translate:0 calc(155% + var(--fan-step-down, 25%)*6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(39){translate:0 calc(155% + var(--fan-step-down, 25%)*7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(40){translate:0 calc(155% + var(--fan-step-down, 25%)*8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(41){translate:0 calc(155% + var(--fan-step-down, 25%)*9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(42){translate:0 calc(155% + var(--fan-step-down, 25%)*10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(43){translate:0 calc(155% + var(--fan-step-down, 25%)*11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(44){translate:0 calc(155% + var(--fan-step-down, 25%)*12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(45){translate:0 calc(155% + var(--fan-step-down, 25%)*13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(46){translate:0 calc(155% + var(--fan-step-down, 25%)*14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(47){translate:0 calc(155% + var(--fan-step-down, 25%)*15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(48){translate:0 calc(155% + var(--fan-step-down, 25%)*16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(49){translate:0 calc(155% + var(--fan-step-down, 25%)*17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(50){translate:0 calc(155% + var(--fan-step-down, 25%)*18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(51){translate:0 calc(155% + var(--fan-step-down, 25%)*19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(52){translate:0 calc(155% + var(--fan-step-down, 25%)*20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(31)~[data-faced=up]:nth-child(53){translate:0 calc(155% + var(--fan-step-down, 25%)*21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(31){translate:0 calc(var(--fan-step-down, 25%)*30)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32){translate:0 155%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:first-child{translate:0 calc(160% + var(--fan-step-down, 25%)*-32)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(2){translate:0 calc(160% + var(--fan-step-down, 25%)*-31)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(3){translate:0 calc(160% + var(--fan-step-down, 25%)*-30)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(4){translate:0 calc(160% + var(--fan-step-down, 25%)*-29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(5){translate:0 calc(160% + var(--fan-step-down, 25%)*-28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(6){translate:0 calc(160% + var(--fan-step-down, 25%)*-27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(7){translate:0 calc(160% + var(--fan-step-down, 25%)*-26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(8){translate:0 calc(160% + var(--fan-step-down, 25%)*-25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(9){translate:0 calc(160% + var(--fan-step-down, 25%)*-24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(10){translate:0 calc(160% + var(--fan-step-down, 25%)*-23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(11){translate:0 calc(160% + var(--fan-step-down, 25%)*-22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(12){translate:0 calc(160% + var(--fan-step-down, 25%)*-21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(13){translate:0 calc(160% + var(--fan-step-down, 25%)*-20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(14){translate:0 calc(160% + var(--fan-step-down, 25%)*-19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(15){translate:0 calc(160% + var(--fan-step-down, 25%)*-18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(16){translate:0 calc(160% + var(--fan-step-down, 25%)*-17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(17){translate:0 calc(160% + var(--fan-step-down, 25%)*-16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(18){translate:0 calc(160% + var(--fan-step-down, 25%)*-15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(19){translate:0 calc(160% + var(--fan-step-down, 25%)*-14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(20){translate:0 calc(160% + var(--fan-step-down, 25%)*-13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(21){translate:0 calc(160% + var(--fan-step-down, 25%)*-12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(22){translate:0 calc(160% + var(--fan-step-down, 25%)*-11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(23){translate:0 calc(160% + var(--fan-step-down, 25%)*-10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(24){translate:0 calc(160% + var(--fan-step-down, 25%)*-9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(25){translate:0 calc(160% + var(--fan-step-down, 25%)*-8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(26){translate:0 calc(160% + var(--fan-step-down, 25%)*-7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(27){translate:0 calc(160% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(28){translate:0 calc(160% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(29){translate:0 calc(160% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(30){translate:0 calc(160% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(31){translate:0 calc(160% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(32){translate:0 calc(160% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(33){translate:0 calc(160% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(34){translate:0 calc(160% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(35){translate:0 calc(160% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(36){translate:0 calc(160% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(37){translate:0 calc(160% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(38){translate:0 calc(160% + var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(39){translate:0 calc(160% + var(--fan-step-down, 25%)*6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(40){translate:0 calc(160% + var(--fan-step-down, 25%)*7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(41){translate:0 calc(160% + var(--fan-step-down, 25%)*8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(42){translate:0 calc(160% + var(--fan-step-down, 25%)*9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(43){translate:0 calc(160% + var(--fan-step-down, 25%)*10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(44){translate:0 calc(160% + var(--fan-step-down, 25%)*11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(45){translate:0 calc(160% + var(--fan-step-down, 25%)*12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(46){translate:0 calc(160% + var(--fan-step-down, 25%)*13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(47){translate:0 calc(160% + var(--fan-step-down, 25%)*14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(48){translate:0 calc(160% + var(--fan-step-down, 25%)*15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(49){translate:0 calc(160% + var(--fan-step-down, 25%)*16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(50){translate:0 calc(160% + var(--fan-step-down, 25%)*17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(51){translate:0 calc(160% + var(--fan-step-down, 25%)*18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(52){translate:0 calc(160% + var(--fan-step-down, 25%)*19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(32)~[data-faced=up]:nth-child(53){translate:0 calc(160% + var(--fan-step-down, 25%)*20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(32){translate:0 calc(var(--fan-step-down, 25%)*31)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33){translate:0 160%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:first-child{translate:0 calc(165% + var(--fan-step-down, 25%)*-33)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(2){translate:0 calc(165% + var(--fan-step-down, 25%)*-32)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(3){translate:0 calc(165% + var(--fan-step-down, 25%)*-31)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(4){translate:0 calc(165% + var(--fan-step-down, 25%)*-30)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(5){translate:0 calc(165% + var(--fan-step-down, 25%)*-29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(6){translate:0 calc(165% + var(--fan-step-down, 25%)*-28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(7){translate:0 calc(165% + var(--fan-step-down, 25%)*-27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(8){translate:0 calc(165% + var(--fan-step-down, 25%)*-26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(9){translate:0 calc(165% + var(--fan-step-down, 25%)*-25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(10){translate:0 calc(165% + var(--fan-step-down, 25%)*-24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(11){translate:0 calc(165% + var(--fan-step-down, 25%)*-23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(12){translate:0 calc(165% + var(--fan-step-down, 25%)*-22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(13){translate:0 calc(165% + var(--fan-step-down, 25%)*-21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(14){translate:0 calc(165% + var(--fan-step-down, 25%)*-20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(15){translate:0 calc(165% + var(--fan-step-down, 25%)*-19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(16){translate:0 calc(165% + var(--fan-step-down, 25%)*-18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(17){translate:0 calc(165% + var(--fan-step-down, 25%)*-17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(18){translate:0 calc(165% + var(--fan-step-down, 25%)*-16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(19){translate:0 calc(165% + var(--fan-step-down, 25%)*-15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(20){translate:0 calc(165% + var(--fan-step-down, 25%)*-14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(21){translate:0 calc(165% + var(--fan-step-down, 25%)*-13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(22){translate:0 calc(165% + var(--fan-step-down, 25%)*-12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(23){translate:0 calc(165% + var(--fan-step-down, 25%)*-11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(24){translate:0 calc(165% + var(--fan-step-down, 25%)*-10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(25){translate:0 calc(165% + var(--fan-step-down, 25%)*-9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(26){translate:0 calc(165% + var(--fan-step-down, 25%)*-8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(27){translate:0 calc(165% + var(--fan-step-down, 25%)*-7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(28){translate:0 calc(165% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(29){translate:0 calc(165% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(30){translate:0 calc(165% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(31){translate:0 calc(165% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(32){translate:0 calc(165% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(33){translate:0 calc(165% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(34){translate:0 calc(165% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(35){translate:0 calc(165% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(36){translate:0 calc(165% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(37){translate:0 calc(165% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(38){translate:0 calc(165% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(39){translate:0 calc(165% + var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(40){translate:0 calc(165% + var(--fan-step-down, 25%)*6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(41){translate:0 calc(165% + var(--fan-step-down, 25%)*7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(42){translate:0 calc(165% + var(--fan-step-down, 25%)*8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(43){translate:0 calc(165% + var(--fan-step-down, 25%)*9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(44){translate:0 calc(165% + var(--fan-step-down, 25%)*10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(45){translate:0 calc(165% + var(--fan-step-down, 25%)*11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(46){translate:0 calc(165% + var(--fan-step-down, 25%)*12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(47){translate:0 calc(165% + var(--fan-step-down, 25%)*13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(48){translate:0 calc(165% + var(--fan-step-down, 25%)*14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(49){translate:0 calc(165% + var(--fan-step-down, 25%)*15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(50){translate:0 calc(165% + var(--fan-step-down, 25%)*16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(51){translate:0 calc(165% + var(--fan-step-down, 25%)*17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(52){translate:0 calc(165% + var(--fan-step-down, 25%)*18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(33)~[data-faced=up]:nth-child(53){translate:0 calc(165% + var(--fan-step-down, 25%)*19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(33){translate:0 calc(var(--fan-step-down, 25%)*32)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34){translate:0 165%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:first-child{translate:0 calc(170% + var(--fan-step-down, 25%)*-34)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(2){translate:0 calc(170% + var(--fan-step-down, 25%)*-33)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(3){translate:0 calc(170% + var(--fan-step-down, 25%)*-32)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(4){translate:0 calc(170% + var(--fan-step-down, 25%)*-31)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(5){translate:0 calc(170% + var(--fan-step-down, 25%)*-30)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(6){translate:0 calc(170% + var(--fan-step-down, 25%)*-29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(7){translate:0 calc(170% + var(--fan-step-down, 25%)*-28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(8){translate:0 calc(170% + var(--fan-step-down, 25%)*-27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(9){translate:0 calc(170% + var(--fan-step-down, 25%)*-26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(10){translate:0 calc(170% + var(--fan-step-down, 25%)*-25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(11){translate:0 calc(170% + var(--fan-step-down, 25%)*-24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(12){translate:0 calc(170% + var(--fan-step-down, 25%)*-23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(13){translate:0 calc(170% + var(--fan-step-down, 25%)*-22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(14){translate:0 calc(170% + var(--fan-step-down, 25%)*-21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(15){translate:0 calc(170% + var(--fan-step-down, 25%)*-20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(16){translate:0 calc(170% + var(--fan-step-down, 25%)*-19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(17){translate:0 calc(170% + var(--fan-step-down, 25%)*-18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(18){translate:0 calc(170% + var(--fan-step-down, 25%)*-17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(19){translate:0 calc(170% + var(--fan-step-down, 25%)*-16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(20){translate:0 calc(170% + var(--fan-step-down, 25%)*-15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(21){translate:0 calc(170% + var(--fan-step-down, 25%)*-14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(22){translate:0 calc(170% + var(--fan-step-down, 25%)*-13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(23){translate:0 calc(170% + var(--fan-step-down, 25%)*-12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(24){translate:0 calc(170% + var(--fan-step-down, 25%)*-11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(25){translate:0 calc(170% + var(--fan-step-down, 25%)*-10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(26){translate:0 calc(170% + var(--fan-step-down, 25%)*-9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(27){translate:0 calc(170% + var(--fan-step-down, 25%)*-8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(28){translate:0 calc(170% + var(--fan-step-down, 25%)*-7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(29){translate:0 calc(170% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(30){translate:0 calc(170% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(31){translate:0 calc(170% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(32){translate:0 calc(170% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(33){translate:0 calc(170% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(34){translate:0 calc(170% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(35){translate:0 calc(170% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(36){translate:0 calc(170% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(37){translate:0 calc(170% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(38){translate:0 calc(170% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(39){translate:0 calc(170% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(40){translate:0 calc(170% + var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(41){translate:0 calc(170% + var(--fan-step-down, 25%)*6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(42){translate:0 calc(170% + var(--fan-step-down, 25%)*7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(43){translate:0 calc(170% + var(--fan-step-down, 25%)*8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(44){translate:0 calc(170% + var(--fan-step-down, 25%)*9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(45){translate:0 calc(170% + var(--fan-step-down, 25%)*10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(46){translate:0 calc(170% + var(--fan-step-down, 25%)*11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(47){translate:0 calc(170% + var(--fan-step-down, 25%)*12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(48){translate:0 calc(170% + var(--fan-step-down, 25%)*13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(49){translate:0 calc(170% + var(--fan-step-down, 25%)*14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(50){translate:0 calc(170% + var(--fan-step-down, 25%)*15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(51){translate:0 calc(170% + var(--fan-step-down, 25%)*16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(52){translate:0 calc(170% + var(--fan-step-down, 25%)*17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(34)~[data-faced=up]:nth-child(53){translate:0 calc(170% + var(--fan-step-down, 25%)*18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(34){translate:0 calc(var(--fan-step-down, 25%)*33)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35){translate:0 170%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:first-child{translate:0 calc(175% + var(--fan-step-down, 25%)*-35)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(2){translate:0 calc(175% + var(--fan-step-down, 25%)*-34)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(3){translate:0 calc(175% + var(--fan-step-down, 25%)*-33)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(4){translate:0 calc(175% + var(--fan-step-down, 25%)*-32)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(5){translate:0 calc(175% + var(--fan-step-down, 25%)*-31)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(6){translate:0 calc(175% + var(--fan-step-down, 25%)*-30)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(7){translate:0 calc(175% + var(--fan-step-down, 25%)*-29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(8){translate:0 calc(175% + var(--fan-step-down, 25%)*-28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(9){translate:0 calc(175% + var(--fan-step-down, 25%)*-27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(10){translate:0 calc(175% + var(--fan-step-down, 25%)*-26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(11){translate:0 calc(175% + var(--fan-step-down, 25%)*-25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(12){translate:0 calc(175% + var(--fan-step-down, 25%)*-24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(13){translate:0 calc(175% + var(--fan-step-down, 25%)*-23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(14){translate:0 calc(175% + var(--fan-step-down, 25%)*-22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(15){translate:0 calc(175% + var(--fan-step-down, 25%)*-21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(16){translate:0 calc(175% + var(--fan-step-down, 25%)*-20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(17){translate:0 calc(175% + var(--fan-step-down, 25%)*-19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(18){translate:0 calc(175% + var(--fan-step-down, 25%)*-18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(19){translate:0 calc(175% + var(--fan-step-down, 25%)*-17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(20){translate:0 calc(175% + var(--fan-step-down, 25%)*-16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(21){translate:0 calc(175% + var(--fan-step-down, 25%)*-15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(22){translate:0 calc(175% + var(--fan-step-down, 25%)*-14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(23){translate:0 calc(175% + var(--fan-step-down, 25%)*-13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(24){translate:0 calc(175% + var(--fan-step-down, 25%)*-12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(25){translate:0 calc(175% + var(--fan-step-down, 25%)*-11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(26){translate:0 calc(175% + var(--fan-step-down, 25%)*-10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(27){translate:0 calc(175% + var(--fan-step-down, 25%)*-9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(28){translate:0 calc(175% + var(--fan-step-down, 25%)*-8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(29){translate:0 calc(175% + var(--fan-step-down, 25%)*-7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(30){translate:0 calc(175% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(31){translate:0 calc(175% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(32){translate:0 calc(175% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(33){translate:0 calc(175% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(34){translate:0 calc(175% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(35){translate:0 calc(175% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(36){translate:0 calc(175% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(37){translate:0 calc(175% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(38){translate:0 calc(175% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(39){translate:0 calc(175% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(40){translate:0 calc(175% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(41){translate:0 calc(175% + var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(42){translate:0 calc(175% + var(--fan-step-down, 25%)*6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(43){translate:0 calc(175% + var(--fan-step-down, 25%)*7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(44){translate:0 calc(175% + var(--fan-step-down, 25%)*8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(45){translate:0 calc(175% + var(--fan-step-down, 25%)*9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(46){translate:0 calc(175% + var(--fan-step-down, 25%)*10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(47){translate:0 calc(175% + var(--fan-step-down, 25%)*11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(48){translate:0 calc(175% + var(--fan-step-down, 25%)*12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(49){translate:0 calc(175% + var(--fan-step-down, 25%)*13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(50){translate:0 calc(175% + var(--fan-step-down, 25%)*14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(51){translate:0 calc(175% + var(--fan-step-down, 25%)*15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(52){translate:0 calc(175% + var(--fan-step-down, 25%)*16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(35)~[data-faced=up]:nth-child(53){translate:0 calc(175% + var(--fan-step-down, 25%)*17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(35){translate:0 calc(var(--fan-step-down, 25%)*34)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36){translate:0 175%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:first-child{translate:0 calc(180% + var(--fan-step-down, 25%)*-36)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(2){translate:0 calc(180% + var(--fan-step-down, 25%)*-35)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(3){translate:0 calc(180% + var(--fan-step-down, 25%)*-34)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(4){translate:0 calc(180% + var(--fan-step-down, 25%)*-33)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(5){translate:0 calc(180% + var(--fan-step-down, 25%)*-32)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(6){translate:0 calc(180% + var(--fan-step-down, 25%)*-31)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(7){translate:0 calc(180% + var(--fan-step-down, 25%)*-30)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(8){translate:0 calc(180% + var(--fan-step-down, 25%)*-29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(9){translate:0 calc(180% + var(--fan-step-down, 25%)*-28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(10){translate:0 calc(180% + var(--fan-step-down, 25%)*-27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(11){translate:0 calc(180% + var(--fan-step-down, 25%)*-26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(12){translate:0 calc(180% + var(--fan-step-down, 25%)*-25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(13){translate:0 calc(180% + var(--fan-step-down, 25%)*-24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(14){translate:0 calc(180% + var(--fan-step-down, 25%)*-23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(15){translate:0 calc(180% + var(--fan-step-down, 25%)*-22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(16){translate:0 calc(180% + var(--fan-step-down, 25%)*-21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(17){translate:0 calc(180% + var(--fan-step-down, 25%)*-20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(18){translate:0 calc(180% + var(--fan-step-down, 25%)*-19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(19){translate:0 calc(180% + var(--fan-step-down, 25%)*-18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(20){translate:0 calc(180% + var(--fan-step-down, 25%)*-17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(21){translate:0 calc(180% + var(--fan-step-down, 25%)*-16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(22){translate:0 calc(180% + var(--fan-step-down, 25%)*-15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(23){translate:0 calc(180% + var(--fan-step-down, 25%)*-14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(24){translate:0 calc(180% + var(--fan-step-down, 25%)*-13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(25){translate:0 calc(180% + var(--fan-step-down, 25%)*-12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(26){translate:0 calc(180% + var(--fan-step-down, 25%)*-11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(27){translate:0 calc(180% + var(--fan-step-down, 25%)*-10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(28){translate:0 calc(180% + var(--fan-step-down, 25%)*-9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(29){translate:0 calc(180% + var(--fan-step-down, 25%)*-8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(30){translate:0 calc(180% + var(--fan-step-down, 25%)*-7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(31){translate:0 calc(180% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(32){translate:0 calc(180% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(33){translate:0 calc(180% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(34){translate:0 calc(180% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(35){translate:0 calc(180% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(36){translate:0 calc(180% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(37){translate:0 calc(180% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(38){translate:0 calc(180% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(39){translate:0 calc(180% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(40){translate:0 calc(180% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(41){translate:0 calc(180% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(42){translate:0 calc(180% + var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(43){translate:0 calc(180% + var(--fan-step-down, 25%)*6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(44){translate:0 calc(180% + var(--fan-step-down, 25%)*7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(45){translate:0 calc(180% + var(--fan-step-down, 25%)*8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(46){translate:0 calc(180% + var(--fan-step-down, 25%)*9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(47){translate:0 calc(180% + var(--fan-step-down, 25%)*10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(48){translate:0 calc(180% + var(--fan-step-down, 25%)*11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(49){translate:0 calc(180% + var(--fan-step-down, 25%)*12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(50){translate:0 calc(180% + var(--fan-step-down, 25%)*13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(51){translate:0 calc(180% + var(--fan-step-down, 25%)*14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(52){translate:0 calc(180% + var(--fan-step-down, 25%)*15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(36)~[data-faced=up]:nth-child(53){translate:0 calc(180% + var(--fan-step-down, 25%)*16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(36){translate:0 calc(var(--fan-step-down, 25%)*35)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37){translate:0 180%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:first-child{translate:0 calc(185% + var(--fan-step-down, 25%)*-37)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(2){translate:0 calc(185% + var(--fan-step-down, 25%)*-36)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(3){translate:0 calc(185% + var(--fan-step-down, 25%)*-35)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(4){translate:0 calc(185% + var(--fan-step-down, 25%)*-34)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(5){translate:0 calc(185% + var(--fan-step-down, 25%)*-33)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(6){translate:0 calc(185% + var(--fan-step-down, 25%)*-32)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(7){translate:0 calc(185% + var(--fan-step-down, 25%)*-31)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(8){translate:0 calc(185% + var(--fan-step-down, 25%)*-30)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(9){translate:0 calc(185% + var(--fan-step-down, 25%)*-29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(10){translate:0 calc(185% + var(--fan-step-down, 25%)*-28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(11){translate:0 calc(185% + var(--fan-step-down, 25%)*-27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(12){translate:0 calc(185% + var(--fan-step-down, 25%)*-26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(13){translate:0 calc(185% + var(--fan-step-down, 25%)*-25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(14){translate:0 calc(185% + var(--fan-step-down, 25%)*-24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(15){translate:0 calc(185% + var(--fan-step-down, 25%)*-23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(16){translate:0 calc(185% + var(--fan-step-down, 25%)*-22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(17){translate:0 calc(185% + var(--fan-step-down, 25%)*-21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(18){translate:0 calc(185% + var(--fan-step-down, 25%)*-20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(19){translate:0 calc(185% + var(--fan-step-down, 25%)*-19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(20){translate:0 calc(185% + var(--fan-step-down, 25%)*-18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(21){translate:0 calc(185% + var(--fan-step-down, 25%)*-17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(22){translate:0 calc(185% + var(--fan-step-down, 25%)*-16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(23){translate:0 calc(185% + var(--fan-step-down, 25%)*-15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(24){translate:0 calc(185% + var(--fan-step-down, 25%)*-14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(25){translate:0 calc(185% + var(--fan-step-down, 25%)*-13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(26){translate:0 calc(185% + var(--fan-step-down, 25%)*-12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(27){translate:0 calc(185% + var(--fan-step-down, 25%)*-11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(28){translate:0 calc(185% + var(--fan-step-down, 25%)*-10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(29){translate:0 calc(185% + var(--fan-step-down, 25%)*-9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(30){translate:0 calc(185% + var(--fan-step-down, 25%)*-8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(31){translate:0 calc(185% + var(--fan-step-down, 25%)*-7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(32){translate:0 calc(185% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(33){translate:0 calc(185% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(34){translate:0 calc(185% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(35){translate:0 calc(185% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(36){translate:0 calc(185% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(37){translate:0 calc(185% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(38){translate:0 calc(185% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(39){translate:0 calc(185% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(40){translate:0 calc(185% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(41){translate:0 calc(185% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(42){translate:0 calc(185% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(43){translate:0 calc(185% + var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(44){translate:0 calc(185% + var(--fan-step-down, 25%)*6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(45){translate:0 calc(185% + var(--fan-step-down, 25%)*7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(46){translate:0 calc(185% + var(--fan-step-down, 25%)*8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(47){translate:0 calc(185% + var(--fan-step-down, 25%)*9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(48){translate:0 calc(185% + var(--fan-step-down, 25%)*10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(49){translate:0 calc(185% + var(--fan-step-down, 25%)*11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(50){translate:0 calc(185% + var(--fan-step-down, 25%)*12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(51){translate:0 calc(185% + var(--fan-step-down, 25%)*13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(52){translate:0 calc(185% + var(--fan-step-down, 25%)*14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(37)~[data-faced=up]:nth-child(53){translate:0 calc(185% + var(--fan-step-down, 25%)*15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(37){translate:0 calc(var(--fan-step-down, 25%)*36)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38){translate:0 185%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:first-child{translate:0 calc(190% + var(--fan-step-down, 25%)*-38)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(2){translate:0 calc(190% + var(--fan-step-down, 25%)*-37)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(3){translate:0 calc(190% + var(--fan-step-down, 25%)*-36)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(4){translate:0 calc(190% + var(--fan-step-down, 25%)*-35)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(5){translate:0 calc(190% + var(--fan-step-down, 25%)*-34)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(6){translate:0 calc(190% + var(--fan-step-down, 25%)*-33)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(7){translate:0 calc(190% + var(--fan-step-down, 25%)*-32)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(8){translate:0 calc(190% + var(--fan-step-down, 25%)*-31)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(9){translate:0 calc(190% + var(--fan-step-down, 25%)*-30)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(10){translate:0 calc(190% + var(--fan-step-down, 25%)*-29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(11){translate:0 calc(190% + var(--fan-step-down, 25%)*-28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(12){translate:0 calc(190% + var(--fan-step-down, 25%)*-27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(13){translate:0 calc(190% + var(--fan-step-down, 25%)*-26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(14){translate:0 calc(190% + var(--fan-step-down, 25%)*-25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(15){translate:0 calc(190% + var(--fan-step-down, 25%)*-24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(16){translate:0 calc(190% + var(--fan-step-down, 25%)*-23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(17){translate:0 calc(190% + var(--fan-step-down, 25%)*-22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(18){translate:0 calc(190% + var(--fan-step-down, 25%)*-21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(19){translate:0 calc(190% + var(--fan-step-down, 25%)*-20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(20){translate:0 calc(190% + var(--fan-step-down, 25%)*-19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(21){translate:0 calc(190% + var(--fan-step-down, 25%)*-18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(22){translate:0 calc(190% + var(--fan-step-down, 25%)*-17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(23){translate:0 calc(190% + var(--fan-step-down, 25%)*-16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(24){translate:0 calc(190% + var(--fan-step-down, 25%)*-15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(25){translate:0 calc(190% + var(--fan-step-down, 25%)*-14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(26){translate:0 calc(190% + var(--fan-step-down, 25%)*-13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(27){translate:0 calc(190% + var(--fan-step-down, 25%)*-12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(28){translate:0 calc(190% + var(--fan-step-down, 25%)*-11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(29){translate:0 calc(190% + var(--fan-step-down, 25%)*-10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(30){translate:0 calc(190% + var(--fan-step-down, 25%)*-9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(31){translate:0 calc(190% + var(--fan-step-down, 25%)*-8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(32){translate:0 calc(190% + var(--fan-step-down, 25%)*-7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(33){translate:0 calc(190% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(34){translate:0 calc(190% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(35){translate:0 calc(190% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(36){translate:0 calc(190% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(37){translate:0 calc(190% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(38){translate:0 calc(190% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(39){translate:0 calc(190% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(40){translate:0 calc(190% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(41){translate:0 calc(190% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(42){translate:0 calc(190% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(43){translate:0 calc(190% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(44){translate:0 calc(190% + var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(45){translate:0 calc(190% + var(--fan-step-down, 25%)*6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(46){translate:0 calc(190% + var(--fan-step-down, 25%)*7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(47){translate:0 calc(190% + var(--fan-step-down, 25%)*8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(48){translate:0 calc(190% + var(--fan-step-down, 25%)*9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(49){translate:0 calc(190% + var(--fan-step-down, 25%)*10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(50){translate:0 calc(190% + var(--fan-step-down, 25%)*11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(51){translate:0 calc(190% + var(--fan-step-down, 25%)*12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(52){translate:0 calc(190% + var(--fan-step-down, 25%)*13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(38)~[data-faced=up]:nth-child(53){translate:0 calc(190% + var(--fan-step-down, 25%)*14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(38){translate:0 calc(var(--fan-step-down, 25%)*37)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39){translate:0 190%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:first-child{translate:0 calc(195% + var(--fan-step-down, 25%)*-39)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(2){translate:0 calc(195% + var(--fan-step-down, 25%)*-38)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(3){translate:0 calc(195% + var(--fan-step-down, 25%)*-37)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(4){translate:0 calc(195% + var(--fan-step-down, 25%)*-36)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(5){translate:0 calc(195% + var(--fan-step-down, 25%)*-35)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(6){translate:0 calc(195% + var(--fan-step-down, 25%)*-34)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(7){translate:0 calc(195% + var(--fan-step-down, 25%)*-33)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(8){translate:0 calc(195% + var(--fan-step-down, 25%)*-32)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(9){translate:0 calc(195% + var(--fan-step-down, 25%)*-31)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(10){translate:0 calc(195% + var(--fan-step-down, 25%)*-30)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(11){translate:0 calc(195% + var(--fan-step-down, 25%)*-29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(12){translate:0 calc(195% + var(--fan-step-down, 25%)*-28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(13){translate:0 calc(195% + var(--fan-step-down, 25%)*-27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(14){translate:0 calc(195% + var(--fan-step-down, 25%)*-26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(15){translate:0 calc(195% + var(--fan-step-down, 25%)*-25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(16){translate:0 calc(195% + var(--fan-step-down, 25%)*-24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(17){translate:0 calc(195% + var(--fan-step-down, 25%)*-23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(18){translate:0 calc(195% + var(--fan-step-down, 25%)*-22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(19){translate:0 calc(195% + var(--fan-step-down, 25%)*-21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(20){translate:0 calc(195% + var(--fan-step-down, 25%)*-20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(21){translate:0 calc(195% + var(--fan-step-down, 25%)*-19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(22){translate:0 calc(195% + var(--fan-step-down, 25%)*-18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(23){translate:0 calc(195% + var(--fan-step-down, 25%)*-17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(24){translate:0 calc(195% + var(--fan-step-down, 25%)*-16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(25){translate:0 calc(195% + var(--fan-step-down, 25%)*-15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(26){translate:0 calc(195% + var(--fan-step-down, 25%)*-14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(27){translate:0 calc(195% + var(--fan-step-down, 25%)*-13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(28){translate:0 calc(195% + var(--fan-step-down, 25%)*-12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(29){translate:0 calc(195% + var(--fan-step-down, 25%)*-11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(30){translate:0 calc(195% + var(--fan-step-down, 25%)*-10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(31){translate:0 calc(195% + var(--fan-step-down, 25%)*-9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(32){translate:0 calc(195% + var(--fan-step-down, 25%)*-8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(33){translate:0 calc(195% + var(--fan-step-down, 25%)*-7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(34){translate:0 calc(195% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(35){translate:0 calc(195% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(36){translate:0 calc(195% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(37){translate:0 calc(195% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(38){translate:0 calc(195% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(39){translate:0 calc(195% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(40){translate:0 calc(195% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(41){translate:0 calc(195% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(42){translate:0 calc(195% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(43){translate:0 calc(195% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(44){translate:0 calc(195% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(45){translate:0 calc(195% + var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(46){translate:0 calc(195% + var(--fan-step-down, 25%)*6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(47){translate:0 calc(195% + var(--fan-step-down, 25%)*7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(48){translate:0 calc(195% + var(--fan-step-down, 25%)*8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(49){translate:0 calc(195% + var(--fan-step-down, 25%)*9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(50){translate:0 calc(195% + var(--fan-step-down, 25%)*10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(51){translate:0 calc(195% + var(--fan-step-down, 25%)*11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(52){translate:0 calc(195% + var(--fan-step-down, 25%)*12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(39)~[data-faced=up]:nth-child(53){translate:0 calc(195% + var(--fan-step-down, 25%)*13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(39){translate:0 calc(var(--fan-step-down, 25%)*38)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40){translate:0 195%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:first-child{translate:0 calc(200% + var(--fan-step-down, 25%)*-40)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(2){translate:0 calc(200% + var(--fan-step-down, 25%)*-39)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(3){translate:0 calc(200% + var(--fan-step-down, 25%)*-38)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(4){translate:0 calc(200% + var(--fan-step-down, 25%)*-37)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(5){translate:0 calc(200% + var(--fan-step-down, 25%)*-36)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(6){translate:0 calc(200% + var(--fan-step-down, 25%)*-35)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(7){translate:0 calc(200% + var(--fan-step-down, 25%)*-34)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(8){translate:0 calc(200% + var(--fan-step-down, 25%)*-33)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(9){translate:0 calc(200% + var(--fan-step-down, 25%)*-32)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(10){translate:0 calc(200% + var(--fan-step-down, 25%)*-31)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(11){translate:0 calc(200% + var(--fan-step-down, 25%)*-30)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(12){translate:0 calc(200% + var(--fan-step-down, 25%)*-29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(13){translate:0 calc(200% + var(--fan-step-down, 25%)*-28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(14){translate:0 calc(200% + var(--fan-step-down, 25%)*-27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(15){translate:0 calc(200% + var(--fan-step-down, 25%)*-26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(16){translate:0 calc(200% + var(--fan-step-down, 25%)*-25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(17){translate:0 calc(200% + var(--fan-step-down, 25%)*-24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(18){translate:0 calc(200% + var(--fan-step-down, 25%)*-23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(19){translate:0 calc(200% + var(--fan-step-down, 25%)*-22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(20){translate:0 calc(200% + var(--fan-step-down, 25%)*-21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(21){translate:0 calc(200% + var(--fan-step-down, 25%)*-20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(22){translate:0 calc(200% + var(--fan-step-down, 25%)*-19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(23){translate:0 calc(200% + var(--fan-step-down, 25%)*-18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(24){translate:0 calc(200% + var(--fan-step-down, 25%)*-17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(25){translate:0 calc(200% + var(--fan-step-down, 25%)*-16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(26){translate:0 calc(200% + var(--fan-step-down, 25%)*-15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(27){translate:0 calc(200% + var(--fan-step-down, 25%)*-14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(28){translate:0 calc(200% + var(--fan-step-down, 25%)*-13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(29){translate:0 calc(200% + var(--fan-step-down, 25%)*-12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(30){translate:0 calc(200% + var(--fan-step-down, 25%)*-11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(31){translate:0 calc(200% + var(--fan-step-down, 25%)*-10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(32){translate:0 calc(200% + var(--fan-step-down, 25%)*-9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(33){translate:0 calc(200% + var(--fan-step-down, 25%)*-8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(34){translate:0 calc(200% + var(--fan-step-down, 25%)*-7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(35){translate:0 calc(200% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(36){translate:0 calc(200% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(37){translate:0 calc(200% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(38){translate:0 calc(200% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(39){translate:0 calc(200% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(40){translate:0 calc(200% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(41){translate:0 calc(200% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(42){translate:0 calc(200% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(43){translate:0 calc(200% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(44){translate:0 calc(200% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(45){translate:0 calc(200% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(46){translate:0 calc(200% + var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(47){translate:0 calc(200% + var(--fan-step-down, 25%)*6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(48){translate:0 calc(200% + var(--fan-step-down, 25%)*7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(49){translate:0 calc(200% + var(--fan-step-down, 25%)*8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(50){translate:0 calc(200% + var(--fan-step-down, 25%)*9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(51){translate:0 calc(200% + var(--fan-step-down, 25%)*10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(52){translate:0 calc(200% + var(--fan-step-down, 25%)*11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(40)~[data-faced=up]:nth-child(53){translate:0 calc(200% + var(--fan-step-down, 25%)*12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(40){translate:0 calc(var(--fan-step-down, 25%)*39)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41){translate:0 200%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:first-child{translate:0 calc(205% + var(--fan-step-down, 25%)*-41)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(2){translate:0 calc(205% + var(--fan-step-down, 25%)*-40)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(3){translate:0 calc(205% + var(--fan-step-down, 25%)*-39)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(4){translate:0 calc(205% + var(--fan-step-down, 25%)*-38)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(5){translate:0 calc(205% + var(--fan-step-down, 25%)*-37)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(6){translate:0 calc(205% + var(--fan-step-down, 25%)*-36)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(7){translate:0 calc(205% + var(--fan-step-down, 25%)*-35)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(8){translate:0 calc(205% + var(--fan-step-down, 25%)*-34)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(9){translate:0 calc(205% + var(--fan-step-down, 25%)*-33)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(10){translate:0 calc(205% + var(--fan-step-down, 25%)*-32)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(11){translate:0 calc(205% + var(--fan-step-down, 25%)*-31)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(12){translate:0 calc(205% + var(--fan-step-down, 25%)*-30)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(13){translate:0 calc(205% + var(--fan-step-down, 25%)*-29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(14){translate:0 calc(205% + var(--fan-step-down, 25%)*-28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(15){translate:0 calc(205% + var(--fan-step-down, 25%)*-27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(16){translate:0 calc(205% + var(--fan-step-down, 25%)*-26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(17){translate:0 calc(205% + var(--fan-step-down, 25%)*-25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(18){translate:0 calc(205% + var(--fan-step-down, 25%)*-24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(19){translate:0 calc(205% + var(--fan-step-down, 25%)*-23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(20){translate:0 calc(205% + var(--fan-step-down, 25%)*-22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(21){translate:0 calc(205% + var(--fan-step-down, 25%)*-21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(22){translate:0 calc(205% + var(--fan-step-down, 25%)*-20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(23){translate:0 calc(205% + var(--fan-step-down, 25%)*-19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(24){translate:0 calc(205% + var(--fan-step-down, 25%)*-18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(25){translate:0 calc(205% + var(--fan-step-down, 25%)*-17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(26){translate:0 calc(205% + var(--fan-step-down, 25%)*-16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(27){translate:0 calc(205% + var(--fan-step-down, 25%)*-15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(28){translate:0 calc(205% + var(--fan-step-down, 25%)*-14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(29){translate:0 calc(205% + var(--fan-step-down, 25%)*-13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(30){translate:0 calc(205% + var(--fan-step-down, 25%)*-12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(31){translate:0 calc(205% + var(--fan-step-down, 25%)*-11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(32){translate:0 calc(205% + var(--fan-step-down, 25%)*-10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(33){translate:0 calc(205% + var(--fan-step-down, 25%)*-9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(34){translate:0 calc(205% + var(--fan-step-down, 25%)*-8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(35){translate:0 calc(205% + var(--fan-step-down, 25%)*-7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(36){translate:0 calc(205% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(37){translate:0 calc(205% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(38){translate:0 calc(205% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(39){translate:0 calc(205% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(40){translate:0 calc(205% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(41){translate:0 calc(205% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(42){translate:0 calc(205% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(43){translate:0 calc(205% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(44){translate:0 calc(205% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(45){translate:0 calc(205% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(46){translate:0 calc(205% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(47){translate:0 calc(205% + var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(48){translate:0 calc(205% + var(--fan-step-down, 25%)*6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(49){translate:0 calc(205% + var(--fan-step-down, 25%)*7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(50){translate:0 calc(205% + var(--fan-step-down, 25%)*8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(51){translate:0 calc(205% + var(--fan-step-down, 25%)*9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(52){translate:0 calc(205% + var(--fan-step-down, 25%)*10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(41)~[data-faced=up]:nth-child(53){translate:0 calc(205% + var(--fan-step-down, 25%)*11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(41){translate:0 calc(var(--fan-step-down, 25%)*40)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42){translate:0 205%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:first-child{translate:0 calc(210% + var(--fan-step-down, 25%)*-42)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(2){translate:0 calc(210% + var(--fan-step-down, 25%)*-41)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(3){translate:0 calc(210% + var(--fan-step-down, 25%)*-40)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(4){translate:0 calc(210% + var(--fan-step-down, 25%)*-39)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(5){translate:0 calc(210% + var(--fan-step-down, 25%)*-38)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(6){translate:0 calc(210% + var(--fan-step-down, 25%)*-37)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(7){translate:0 calc(210% + var(--fan-step-down, 25%)*-36)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(8){translate:0 calc(210% + var(--fan-step-down, 25%)*-35)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(9){translate:0 calc(210% + var(--fan-step-down, 25%)*-34)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(10){translate:0 calc(210% + var(--fan-step-down, 25%)*-33)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(11){translate:0 calc(210% + var(--fan-step-down, 25%)*-32)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(12){translate:0 calc(210% + var(--fan-step-down, 25%)*-31)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(13){translate:0 calc(210% + var(--fan-step-down, 25%)*-30)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(14){translate:0 calc(210% + var(--fan-step-down, 25%)*-29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(15){translate:0 calc(210% + var(--fan-step-down, 25%)*-28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(16){translate:0 calc(210% + var(--fan-step-down, 25%)*-27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(17){translate:0 calc(210% + var(--fan-step-down, 25%)*-26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(18){translate:0 calc(210% + var(--fan-step-down, 25%)*-25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(19){translate:0 calc(210% + var(--fan-step-down, 25%)*-24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(20){translate:0 calc(210% + var(--fan-step-down, 25%)*-23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(21){translate:0 calc(210% + var(--fan-step-down, 25%)*-22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(22){translate:0 calc(210% + var(--fan-step-down, 25%)*-21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(23){translate:0 calc(210% + var(--fan-step-down, 25%)*-20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(24){translate:0 calc(210% + var(--fan-step-down, 25%)*-19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(25){translate:0 calc(210% + var(--fan-step-down, 25%)*-18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(26){translate:0 calc(210% + var(--fan-step-down, 25%)*-17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(27){translate:0 calc(210% + var(--fan-step-down, 25%)*-16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(28){translate:0 calc(210% + var(--fan-step-down, 25%)*-15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(29){translate:0 calc(210% + var(--fan-step-down, 25%)*-14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(30){translate:0 calc(210% + var(--fan-step-down, 25%)*-13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(31){translate:0 calc(210% + var(--fan-step-down, 25%)*-12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(32){translate:0 calc(210% + var(--fan-step-down, 25%)*-11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(33){translate:0 calc(210% + var(--fan-step-down, 25%)*-10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(34){translate:0 calc(210% + var(--fan-step-down, 25%)*-9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(35){translate:0 calc(210% + var(--fan-step-down, 25%)*-8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(36){translate:0 calc(210% + var(--fan-step-down, 25%)*-7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(37){translate:0 calc(210% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(38){translate:0 calc(210% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(39){translate:0 calc(210% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(40){translate:0 calc(210% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(41){translate:0 calc(210% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(42){translate:0 calc(210% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(43){translate:0 calc(210% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(44){translate:0 calc(210% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(45){translate:0 calc(210% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(46){translate:0 calc(210% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(47){translate:0 calc(210% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(48){translate:0 calc(210% + var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(49){translate:0 calc(210% + var(--fan-step-down, 25%)*6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(50){translate:0 calc(210% + var(--fan-step-down, 25%)*7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(51){translate:0 calc(210% + var(--fan-step-down, 25%)*8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(52){translate:0 calc(210% + var(--fan-step-down, 25%)*9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(42)~[data-faced=up]:nth-child(53){translate:0 calc(210% + var(--fan-step-down, 25%)*10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(42){translate:0 calc(var(--fan-step-down, 25%)*41)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43){translate:0 210%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:first-child{translate:0 calc(215% + var(--fan-step-down, 25%)*-43)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(2){translate:0 calc(215% + var(--fan-step-down, 25%)*-42)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(3){translate:0 calc(215% + var(--fan-step-down, 25%)*-41)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(4){translate:0 calc(215% + var(--fan-step-down, 25%)*-40)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(5){translate:0 calc(215% + var(--fan-step-down, 25%)*-39)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(6){translate:0 calc(215% + var(--fan-step-down, 25%)*-38)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(7){translate:0 calc(215% + var(--fan-step-down, 25%)*-37)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(8){translate:0 calc(215% + var(--fan-step-down, 25%)*-36)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(9){translate:0 calc(215% + var(--fan-step-down, 25%)*-35)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(10){translate:0 calc(215% + var(--fan-step-down, 25%)*-34)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(11){translate:0 calc(215% + var(--fan-step-down, 25%)*-33)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(12){translate:0 calc(215% + var(--fan-step-down, 25%)*-32)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(13){translate:0 calc(215% + var(--fan-step-down, 25%)*-31)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(14){translate:0 calc(215% + var(--fan-step-down, 25%)*-30)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(15){translate:0 calc(215% + var(--fan-step-down, 25%)*-29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(16){translate:0 calc(215% + var(--fan-step-down, 25%)*-28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(17){translate:0 calc(215% + var(--fan-step-down, 25%)*-27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(18){translate:0 calc(215% + var(--fan-step-down, 25%)*-26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(19){translate:0 calc(215% + var(--fan-step-down, 25%)*-25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(20){translate:0 calc(215% + var(--fan-step-down, 25%)*-24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(21){translate:0 calc(215% + var(--fan-step-down, 25%)*-23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(22){translate:0 calc(215% + var(--fan-step-down, 25%)*-22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(23){translate:0 calc(215% + var(--fan-step-down, 25%)*-21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(24){translate:0 calc(215% + var(--fan-step-down, 25%)*-20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(25){translate:0 calc(215% + var(--fan-step-down, 25%)*-19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(26){translate:0 calc(215% + var(--fan-step-down, 25%)*-18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(27){translate:0 calc(215% + var(--fan-step-down, 25%)*-17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(28){translate:0 calc(215% + var(--fan-step-down, 25%)*-16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(29){translate:0 calc(215% + var(--fan-step-down, 25%)*-15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(30){translate:0 calc(215% + var(--fan-step-down, 25%)*-14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(31){translate:0 calc(215% + var(--fan-step-down, 25%)*-13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(32){translate:0 calc(215% + var(--fan-step-down, 25%)*-12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(33){translate:0 calc(215% + var(--fan-step-down, 25%)*-11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(34){translate:0 calc(215% + var(--fan-step-down, 25%)*-10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(35){translate:0 calc(215% + var(--fan-step-down, 25%)*-9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(36){translate:0 calc(215% + var(--fan-step-down, 25%)*-8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(37){translate:0 calc(215% + var(--fan-step-down, 25%)*-7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(38){translate:0 calc(215% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(39){translate:0 calc(215% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(40){translate:0 calc(215% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(41){translate:0 calc(215% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(42){translate:0 calc(215% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(43){translate:0 calc(215% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(44){translate:0 calc(215% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(45){translate:0 calc(215% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(46){translate:0 calc(215% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(47){translate:0 calc(215% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(48){translate:0 calc(215% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(49){translate:0 calc(215% + var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(50){translate:0 calc(215% + var(--fan-step-down, 25%)*6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(51){translate:0 calc(215% + var(--fan-step-down, 25%)*7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(52){translate:0 calc(215% + var(--fan-step-down, 25%)*8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(43)~[data-faced=up]:nth-child(53){translate:0 calc(215% + var(--fan-step-down, 25%)*9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(43){translate:0 calc(var(--fan-step-down, 25%)*42)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44){translate:0 215%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:first-child{translate:0 calc(220% + var(--fan-step-down, 25%)*-44)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(2){translate:0 calc(220% + var(--fan-step-down, 25%)*-43)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(3){translate:0 calc(220% + var(--fan-step-down, 25%)*-42)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(4){translate:0 calc(220% + var(--fan-step-down, 25%)*-41)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(5){translate:0 calc(220% + var(--fan-step-down, 25%)*-40)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(6){translate:0 calc(220% + var(--fan-step-down, 25%)*-39)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(7){translate:0 calc(220% + var(--fan-step-down, 25%)*-38)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(8){translate:0 calc(220% + var(--fan-step-down, 25%)*-37)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(9){translate:0 calc(220% + var(--fan-step-down, 25%)*-36)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(10){translate:0 calc(220% + var(--fan-step-down, 25%)*-35)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(11){translate:0 calc(220% + var(--fan-step-down, 25%)*-34)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(12){translate:0 calc(220% + var(--fan-step-down, 25%)*-33)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(13){translate:0 calc(220% + var(--fan-step-down, 25%)*-32)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(14){translate:0 calc(220% + var(--fan-step-down, 25%)*-31)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(15){translate:0 calc(220% + var(--fan-step-down, 25%)*-30)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(16){translate:0 calc(220% + var(--fan-step-down, 25%)*-29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(17){translate:0 calc(220% + var(--fan-step-down, 25%)*-28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(18){translate:0 calc(220% + var(--fan-step-down, 25%)*-27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(19){translate:0 calc(220% + var(--fan-step-down, 25%)*-26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(20){translate:0 calc(220% + var(--fan-step-down, 25%)*-25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(21){translate:0 calc(220% + var(--fan-step-down, 25%)*-24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(22){translate:0 calc(220% + var(--fan-step-down, 25%)*-23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(23){translate:0 calc(220% + var(--fan-step-down, 25%)*-22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(24){translate:0 calc(220% + var(--fan-step-down, 25%)*-21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(25){translate:0 calc(220% + var(--fan-step-down, 25%)*-20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(26){translate:0 calc(220% + var(--fan-step-down, 25%)*-19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(27){translate:0 calc(220% + var(--fan-step-down, 25%)*-18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(28){translate:0 calc(220% + var(--fan-step-down, 25%)*-17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(29){translate:0 calc(220% + var(--fan-step-down, 25%)*-16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(30){translate:0 calc(220% + var(--fan-step-down, 25%)*-15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(31){translate:0 calc(220% + var(--fan-step-down, 25%)*-14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(32){translate:0 calc(220% + var(--fan-step-down, 25%)*-13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(33){translate:0 calc(220% + var(--fan-step-down, 25%)*-12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(34){translate:0 calc(220% + var(--fan-step-down, 25%)*-11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(35){translate:0 calc(220% + var(--fan-step-down, 25%)*-10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(36){translate:0 calc(220% + var(--fan-step-down, 25%)*-9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(37){translate:0 calc(220% + var(--fan-step-down, 25%)*-8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(38){translate:0 calc(220% + var(--fan-step-down, 25%)*-7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(39){translate:0 calc(220% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(40){translate:0 calc(220% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(41){translate:0 calc(220% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(42){translate:0 calc(220% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(43){translate:0 calc(220% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(44){translate:0 calc(220% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(45){translate:0 calc(220% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(46){translate:0 calc(220% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(47){translate:0 calc(220% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(48){translate:0 calc(220% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(49){translate:0 calc(220% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(50){translate:0 calc(220% + var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(51){translate:0 calc(220% + var(--fan-step-down, 25%)*6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(52){translate:0 calc(220% + var(--fan-step-down, 25%)*7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(44)~[data-faced=up]:nth-child(53){translate:0 calc(220% + var(--fan-step-down, 25%)*8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(44){translate:0 calc(var(--fan-step-down, 25%)*43)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45){translate:0 220%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:first-child{translate:0 calc(225% + var(--fan-step-down, 25%)*-45)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(2){translate:0 calc(225% + var(--fan-step-down, 25%)*-44)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(3){translate:0 calc(225% + var(--fan-step-down, 25%)*-43)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(4){translate:0 calc(225% + var(--fan-step-down, 25%)*-42)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(5){translate:0 calc(225% + var(--fan-step-down, 25%)*-41)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(6){translate:0 calc(225% + var(--fan-step-down, 25%)*-40)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(7){translate:0 calc(225% + var(--fan-step-down, 25%)*-39)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(8){translate:0 calc(225% + var(--fan-step-down, 25%)*-38)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(9){translate:0 calc(225% + var(--fan-step-down, 25%)*-37)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(10){translate:0 calc(225% + var(--fan-step-down, 25%)*-36)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(11){translate:0 calc(225% + var(--fan-step-down, 25%)*-35)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(12){translate:0 calc(225% + var(--fan-step-down, 25%)*-34)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(13){translate:0 calc(225% + var(--fan-step-down, 25%)*-33)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(14){translate:0 calc(225% + var(--fan-step-down, 25%)*-32)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(15){translate:0 calc(225% + var(--fan-step-down, 25%)*-31)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(16){translate:0 calc(225% + var(--fan-step-down, 25%)*-30)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(17){translate:0 calc(225% + var(--fan-step-down, 25%)*-29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(18){translate:0 calc(225% + var(--fan-step-down, 25%)*-28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(19){translate:0 calc(225% + var(--fan-step-down, 25%)*-27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(20){translate:0 calc(225% + var(--fan-step-down, 25%)*-26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(21){translate:0 calc(225% + var(--fan-step-down, 25%)*-25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(22){translate:0 calc(225% + var(--fan-step-down, 25%)*-24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(23){translate:0 calc(225% + var(--fan-step-down, 25%)*-23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(24){translate:0 calc(225% + var(--fan-step-down, 25%)*-22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(25){translate:0 calc(225% + var(--fan-step-down, 25%)*-21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(26){translate:0 calc(225% + var(--fan-step-down, 25%)*-20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(27){translate:0 calc(225% + var(--fan-step-down, 25%)*-19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(28){translate:0 calc(225% + var(--fan-step-down, 25%)*-18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(29){translate:0 calc(225% + var(--fan-step-down, 25%)*-17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(30){translate:0 calc(225% + var(--fan-step-down, 25%)*-16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(31){translate:0 calc(225% + var(--fan-step-down, 25%)*-15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(32){translate:0 calc(225% + var(--fan-step-down, 25%)*-14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(33){translate:0 calc(225% + var(--fan-step-down, 25%)*-13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(34){translate:0 calc(225% + var(--fan-step-down, 25%)*-12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(35){translate:0 calc(225% + var(--fan-step-down, 25%)*-11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(36){translate:0 calc(225% + var(--fan-step-down, 25%)*-10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(37){translate:0 calc(225% + var(--fan-step-down, 25%)*-9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(38){translate:0 calc(225% + var(--fan-step-down, 25%)*-8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(39){translate:0 calc(225% + var(--fan-step-down, 25%)*-7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(40){translate:0 calc(225% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(41){translate:0 calc(225% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(42){translate:0 calc(225% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(43){translate:0 calc(225% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(44){translate:0 calc(225% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(45){translate:0 calc(225% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(46){translate:0 calc(225% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(47){translate:0 calc(225% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(48){translate:0 calc(225% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(49){translate:0 calc(225% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(50){translate:0 calc(225% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(51){translate:0 calc(225% + var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(52){translate:0 calc(225% + var(--fan-step-down, 25%)*6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(45)~[data-faced=up]:nth-child(53){translate:0 calc(225% + var(--fan-step-down, 25%)*7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(45){translate:0 calc(var(--fan-step-down, 25%)*44)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46){translate:0 225%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:first-child{translate:0 calc(230% + var(--fan-step-down, 25%)*-46)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(2){translate:0 calc(230% + var(--fan-step-down, 25%)*-45)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(3){translate:0 calc(230% + var(--fan-step-down, 25%)*-44)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(4){translate:0 calc(230% + var(--fan-step-down, 25%)*-43)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(5){translate:0 calc(230% + var(--fan-step-down, 25%)*-42)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(6){translate:0 calc(230% + var(--fan-step-down, 25%)*-41)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(7){translate:0 calc(230% + var(--fan-step-down, 25%)*-40)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(8){translate:0 calc(230% + var(--fan-step-down, 25%)*-39)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(9){translate:0 calc(230% + var(--fan-step-down, 25%)*-38)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(10){translate:0 calc(230% + var(--fan-step-down, 25%)*-37)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(11){translate:0 calc(230% + var(--fan-step-down, 25%)*-36)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(12){translate:0 calc(230% + var(--fan-step-down, 25%)*-35)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(13){translate:0 calc(230% + var(--fan-step-down, 25%)*-34)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(14){translate:0 calc(230% + var(--fan-step-down, 25%)*-33)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(15){translate:0 calc(230% + var(--fan-step-down, 25%)*-32)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(16){translate:0 calc(230% + var(--fan-step-down, 25%)*-31)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(17){translate:0 calc(230% + var(--fan-step-down, 25%)*-30)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(18){translate:0 calc(230% + var(--fan-step-down, 25%)*-29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(19){translate:0 calc(230% + var(--fan-step-down, 25%)*-28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(20){translate:0 calc(230% + var(--fan-step-down, 25%)*-27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(21){translate:0 calc(230% + var(--fan-step-down, 25%)*-26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(22){translate:0 calc(230% + var(--fan-step-down, 25%)*-25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(23){translate:0 calc(230% + var(--fan-step-down, 25%)*-24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(24){translate:0 calc(230% + var(--fan-step-down, 25%)*-23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(25){translate:0 calc(230% + var(--fan-step-down, 25%)*-22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(26){translate:0 calc(230% + var(--fan-step-down, 25%)*-21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(27){translate:0 calc(230% + var(--fan-step-down, 25%)*-20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(28){translate:0 calc(230% + var(--fan-step-down, 25%)*-19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(29){translate:0 calc(230% + var(--fan-step-down, 25%)*-18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(30){translate:0 calc(230% + var(--fan-step-down, 25%)*-17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(31){translate:0 calc(230% + var(--fan-step-down, 25%)*-16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(32){translate:0 calc(230% + var(--fan-step-down, 25%)*-15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(33){translate:0 calc(230% + var(--fan-step-down, 25%)*-14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(34){translate:0 calc(230% + var(--fan-step-down, 25%)*-13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(35){translate:0 calc(230% + var(--fan-step-down, 25%)*-12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(36){translate:0 calc(230% + var(--fan-step-down, 25%)*-11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(37){translate:0 calc(230% + var(--fan-step-down, 25%)*-10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(38){translate:0 calc(230% + var(--fan-step-down, 25%)*-9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(39){translate:0 calc(230% + var(--fan-step-down, 25%)*-8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(40){translate:0 calc(230% + var(--fan-step-down, 25%)*-7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(41){translate:0 calc(230% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(42){translate:0 calc(230% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(43){translate:0 calc(230% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(44){translate:0 calc(230% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(45){translate:0 calc(230% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(46){translate:0 calc(230% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(47){translate:0 calc(230% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(48){translate:0 calc(230% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(49){translate:0 calc(230% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(50){translate:0 calc(230% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(51){translate:0 calc(230% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(52){translate:0 calc(230% + var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(46)~[data-faced=up]:nth-child(53){translate:0 calc(230% + var(--fan-step-down, 25%)*6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(46){translate:0 calc(var(--fan-step-down, 25%)*45)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47){translate:0 230%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:first-child{translate:0 calc(235% + var(--fan-step-down, 25%)*-47)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(2){translate:0 calc(235% + var(--fan-step-down, 25%)*-46)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(3){translate:0 calc(235% + var(--fan-step-down, 25%)*-45)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(4){translate:0 calc(235% + var(--fan-step-down, 25%)*-44)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(5){translate:0 calc(235% + var(--fan-step-down, 25%)*-43)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(6){translate:0 calc(235% + var(--fan-step-down, 25%)*-42)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(7){translate:0 calc(235% + var(--fan-step-down, 25%)*-41)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(8){translate:0 calc(235% + var(--fan-step-down, 25%)*-40)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(9){translate:0 calc(235% + var(--fan-step-down, 25%)*-39)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(10){translate:0 calc(235% + var(--fan-step-down, 25%)*-38)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(11){translate:0 calc(235% + var(--fan-step-down, 25%)*-37)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(12){translate:0 calc(235% + var(--fan-step-down, 25%)*-36)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(13){translate:0 calc(235% + var(--fan-step-down, 25%)*-35)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(14){translate:0 calc(235% + var(--fan-step-down, 25%)*-34)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(15){translate:0 calc(235% + var(--fan-step-down, 25%)*-33)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(16){translate:0 calc(235% + var(--fan-step-down, 25%)*-32)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(17){translate:0 calc(235% + var(--fan-step-down, 25%)*-31)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(18){translate:0 calc(235% + var(--fan-step-down, 25%)*-30)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(19){translate:0 calc(235% + var(--fan-step-down, 25%)*-29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(20){translate:0 calc(235% + var(--fan-step-down, 25%)*-28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(21){translate:0 calc(235% + var(--fan-step-down, 25%)*-27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(22){translate:0 calc(235% + var(--fan-step-down, 25%)*-26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(23){translate:0 calc(235% + var(--fan-step-down, 25%)*-25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(24){translate:0 calc(235% + var(--fan-step-down, 25%)*-24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(25){translate:0 calc(235% + var(--fan-step-down, 25%)*-23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(26){translate:0 calc(235% + var(--fan-step-down, 25%)*-22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(27){translate:0 calc(235% + var(--fan-step-down, 25%)*-21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(28){translate:0 calc(235% + var(--fan-step-down, 25%)*-20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(29){translate:0 calc(235% + var(--fan-step-down, 25%)*-19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(30){translate:0 calc(235% + var(--fan-step-down, 25%)*-18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(31){translate:0 calc(235% + var(--fan-step-down, 25%)*-17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(32){translate:0 calc(235% + var(--fan-step-down, 25%)*-16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(33){translate:0 calc(235% + var(--fan-step-down, 25%)*-15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(34){translate:0 calc(235% + var(--fan-step-down, 25%)*-14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(35){translate:0 calc(235% + var(--fan-step-down, 25%)*-13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(36){translate:0 calc(235% + var(--fan-step-down, 25%)*-12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(37){translate:0 calc(235% + var(--fan-step-down, 25%)*-11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(38){translate:0 calc(235% + var(--fan-step-down, 25%)*-10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(39){translate:0 calc(235% + var(--fan-step-down, 25%)*-9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(40){translate:0 calc(235% + var(--fan-step-down, 25%)*-8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(41){translate:0 calc(235% + var(--fan-step-down, 25%)*-7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(42){translate:0 calc(235% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(43){translate:0 calc(235% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(44){translate:0 calc(235% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(45){translate:0 calc(235% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(46){translate:0 calc(235% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(47){translate:0 calc(235% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(48){translate:0 calc(235% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(49){translate:0 calc(235% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(50){translate:0 calc(235% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(51){translate:0 calc(235% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(52){translate:0 calc(235% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(47)~[data-faced=up]:nth-child(53){translate:0 calc(235% + var(--fan-step-down, 25%)*5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(47){translate:0 calc(var(--fan-step-down, 25%)*46)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48){translate:0 235%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:first-child{translate:0 calc(240% + var(--fan-step-down, 25%)*-48)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(2){translate:0 calc(240% + var(--fan-step-down, 25%)*-47)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(3){translate:0 calc(240% + var(--fan-step-down, 25%)*-46)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(4){translate:0 calc(240% + var(--fan-step-down, 25%)*-45)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(5){translate:0 calc(240% + var(--fan-step-down, 25%)*-44)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(6){translate:0 calc(240% + var(--fan-step-down, 25%)*-43)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(7){translate:0 calc(240% + var(--fan-step-down, 25%)*-42)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(8){translate:0 calc(240% + var(--fan-step-down, 25%)*-41)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(9){translate:0 calc(240% + var(--fan-step-down, 25%)*-40)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(10){translate:0 calc(240% + var(--fan-step-down, 25%)*-39)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(11){translate:0 calc(240% + var(--fan-step-down, 25%)*-38)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(12){translate:0 calc(240% + var(--fan-step-down, 25%)*-37)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(13){translate:0 calc(240% + var(--fan-step-down, 25%)*-36)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(14){translate:0 calc(240% + var(--fan-step-down, 25%)*-35)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(15){translate:0 calc(240% + var(--fan-step-down, 25%)*-34)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(16){translate:0 calc(240% + var(--fan-step-down, 25%)*-33)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(17){translate:0 calc(240% + var(--fan-step-down, 25%)*-32)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(18){translate:0 calc(240% + var(--fan-step-down, 25%)*-31)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(19){translate:0 calc(240% + var(--fan-step-down, 25%)*-30)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(20){translate:0 calc(240% + var(--fan-step-down, 25%)*-29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(21){translate:0 calc(240% + var(--fan-step-down, 25%)*-28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(22){translate:0 calc(240% + var(--fan-step-down, 25%)*-27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(23){translate:0 calc(240% + var(--fan-step-down, 25%)*-26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(24){translate:0 calc(240% + var(--fan-step-down, 25%)*-25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(25){translate:0 calc(240% + var(--fan-step-down, 25%)*-24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(26){translate:0 calc(240% + var(--fan-step-down, 25%)*-23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(27){translate:0 calc(240% + var(--fan-step-down, 25%)*-22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(28){translate:0 calc(240% + var(--fan-step-down, 25%)*-21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(29){translate:0 calc(240% + var(--fan-step-down, 25%)*-20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(30){translate:0 calc(240% + var(--fan-step-down, 25%)*-19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(31){translate:0 calc(240% + var(--fan-step-down, 25%)*-18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(32){translate:0 calc(240% + var(--fan-step-down, 25%)*-17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(33){translate:0 calc(240% + var(--fan-step-down, 25%)*-16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(34){translate:0 calc(240% + var(--fan-step-down, 25%)*-15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(35){translate:0 calc(240% + var(--fan-step-down, 25%)*-14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(36){translate:0 calc(240% + var(--fan-step-down, 25%)*-13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(37){translate:0 calc(240% + var(--fan-step-down, 25%)*-12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(38){translate:0 calc(240% + var(--fan-step-down, 25%)*-11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(39){translate:0 calc(240% + var(--fan-step-down, 25%)*-10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(40){translate:0 calc(240% + var(--fan-step-down, 25%)*-9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(41){translate:0 calc(240% + var(--fan-step-down, 25%)*-8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(42){translate:0 calc(240% + var(--fan-step-down, 25%)*-7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(43){translate:0 calc(240% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(44){translate:0 calc(240% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(45){translate:0 calc(240% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(46){translate:0 calc(240% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(47){translate:0 calc(240% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(48){translate:0 calc(240% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(49){translate:0 calc(240% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(50){translate:0 calc(240% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(51){translate:0 calc(240% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(52){translate:0 calc(240% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(48)~[data-faced=up]:nth-child(53){translate:0 calc(240% + var(--fan-step-down, 25%)*4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(48){translate:0 calc(var(--fan-step-down, 25%)*47)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49){translate:0 240%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:first-child{translate:0 calc(245% + var(--fan-step-down, 25%)*-49)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(2){translate:0 calc(245% + var(--fan-step-down, 25%)*-48)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(3){translate:0 calc(245% + var(--fan-step-down, 25%)*-47)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(4){translate:0 calc(245% + var(--fan-step-down, 25%)*-46)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(5){translate:0 calc(245% + var(--fan-step-down, 25%)*-45)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(6){translate:0 calc(245% + var(--fan-step-down, 25%)*-44)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(7){translate:0 calc(245% + var(--fan-step-down, 25%)*-43)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(8){translate:0 calc(245% + var(--fan-step-down, 25%)*-42)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(9){translate:0 calc(245% + var(--fan-step-down, 25%)*-41)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(10){translate:0 calc(245% + var(--fan-step-down, 25%)*-40)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(11){translate:0 calc(245% + var(--fan-step-down, 25%)*-39)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(12){translate:0 calc(245% + var(--fan-step-down, 25%)*-38)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(13){translate:0 calc(245% + var(--fan-step-down, 25%)*-37)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(14){translate:0 calc(245% + var(--fan-step-down, 25%)*-36)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(15){translate:0 calc(245% + var(--fan-step-down, 25%)*-35)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(16){translate:0 calc(245% + var(--fan-step-down, 25%)*-34)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(17){translate:0 calc(245% + var(--fan-step-down, 25%)*-33)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(18){translate:0 calc(245% + var(--fan-step-down, 25%)*-32)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(19){translate:0 calc(245% + var(--fan-step-down, 25%)*-31)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(20){translate:0 calc(245% + var(--fan-step-down, 25%)*-30)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(21){translate:0 calc(245% + var(--fan-step-down, 25%)*-29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(22){translate:0 calc(245% + var(--fan-step-down, 25%)*-28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(23){translate:0 calc(245% + var(--fan-step-down, 25%)*-27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(24){translate:0 calc(245% + var(--fan-step-down, 25%)*-26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(25){translate:0 calc(245% + var(--fan-step-down, 25%)*-25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(26){translate:0 calc(245% + var(--fan-step-down, 25%)*-24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(27){translate:0 calc(245% + var(--fan-step-down, 25%)*-23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(28){translate:0 calc(245% + var(--fan-step-down, 25%)*-22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(29){translate:0 calc(245% + var(--fan-step-down, 25%)*-21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(30){translate:0 calc(245% + var(--fan-step-down, 25%)*-20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(31){translate:0 calc(245% + var(--fan-step-down, 25%)*-19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(32){translate:0 calc(245% + var(--fan-step-down, 25%)*-18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(33){translate:0 calc(245% + var(--fan-step-down, 25%)*-17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(34){translate:0 calc(245% + var(--fan-step-down, 25%)*-16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(35){translate:0 calc(245% + var(--fan-step-down, 25%)*-15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(36){translate:0 calc(245% + var(--fan-step-down, 25%)*-14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(37){translate:0 calc(245% + var(--fan-step-down, 25%)*-13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(38){translate:0 calc(245% + var(--fan-step-down, 25%)*-12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(39){translate:0 calc(245% + var(--fan-step-down, 25%)*-11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(40){translate:0 calc(245% + var(--fan-step-down, 25%)*-10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(41){translate:0 calc(245% + var(--fan-step-down, 25%)*-9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(42){translate:0 calc(245% + var(--fan-step-down, 25%)*-8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(43){translate:0 calc(245% + var(--fan-step-down, 25%)*-7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(44){translate:0 calc(245% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(45){translate:0 calc(245% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(46){translate:0 calc(245% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(47){translate:0 calc(245% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(48){translate:0 calc(245% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(49){translate:0 calc(245% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(50){translate:0 calc(245% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(51){translate:0 calc(245% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(52){translate:0 calc(245% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(49)~[data-faced=up]:nth-child(53){translate:0 calc(245% + var(--fan-step-down, 25%)*3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(49){translate:0 calc(var(--fan-step-down, 25%)*48)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50){translate:0 245%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:first-child{translate:0 calc(250% + var(--fan-step-down, 25%)*-50)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(2){translate:0 calc(250% + var(--fan-step-down, 25%)*-49)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(3){translate:0 calc(250% + var(--fan-step-down, 25%)*-48)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(4){translate:0 calc(250% + var(--fan-step-down, 25%)*-47)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(5){translate:0 calc(250% + var(--fan-step-down, 25%)*-46)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(6){translate:0 calc(250% + var(--fan-step-down, 25%)*-45)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(7){translate:0 calc(250% + var(--fan-step-down, 25%)*-44)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(8){translate:0 calc(250% + var(--fan-step-down, 25%)*-43)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(9){translate:0 calc(250% + var(--fan-step-down, 25%)*-42)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(10){translate:0 calc(250% + var(--fan-step-down, 25%)*-41)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(11){translate:0 calc(250% + var(--fan-step-down, 25%)*-40)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(12){translate:0 calc(250% + var(--fan-step-down, 25%)*-39)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(13){translate:0 calc(250% + var(--fan-step-down, 25%)*-38)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(14){translate:0 calc(250% + var(--fan-step-down, 25%)*-37)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(15){translate:0 calc(250% + var(--fan-step-down, 25%)*-36)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(16){translate:0 calc(250% + var(--fan-step-down, 25%)*-35)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(17){translate:0 calc(250% + var(--fan-step-down, 25%)*-34)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(18){translate:0 calc(250% + var(--fan-step-down, 25%)*-33)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(19){translate:0 calc(250% + var(--fan-step-down, 25%)*-32)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(20){translate:0 calc(250% + var(--fan-step-down, 25%)*-31)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(21){translate:0 calc(250% + var(--fan-step-down, 25%)*-30)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(22){translate:0 calc(250% + var(--fan-step-down, 25%)*-29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(23){translate:0 calc(250% + var(--fan-step-down, 25%)*-28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(24){translate:0 calc(250% + var(--fan-step-down, 25%)*-27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(25){translate:0 calc(250% + var(--fan-step-down, 25%)*-26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(26){translate:0 calc(250% + var(--fan-step-down, 25%)*-25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(27){translate:0 calc(250% + var(--fan-step-down, 25%)*-24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(28){translate:0 calc(250% + var(--fan-step-down, 25%)*-23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(29){translate:0 calc(250% + var(--fan-step-down, 25%)*-22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(30){translate:0 calc(250% + var(--fan-step-down, 25%)*-21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(31){translate:0 calc(250% + var(--fan-step-down, 25%)*-20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(32){translate:0 calc(250% + var(--fan-step-down, 25%)*-19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(33){translate:0 calc(250% + var(--fan-step-down, 25%)*-18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(34){translate:0 calc(250% + var(--fan-step-down, 25%)*-17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(35){translate:0 calc(250% + var(--fan-step-down, 25%)*-16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(36){translate:0 calc(250% + var(--fan-step-down, 25%)*-15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(37){translate:0 calc(250% + var(--fan-step-down, 25%)*-14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(38){translate:0 calc(250% + var(--fan-step-down, 25%)*-13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(39){translate:0 calc(250% + var(--fan-step-down, 25%)*-12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(40){translate:0 calc(250% + var(--fan-step-down, 25%)*-11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(41){translate:0 calc(250% + var(--fan-step-down, 25%)*-10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(42){translate:0 calc(250% + var(--fan-step-down, 25%)*-9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(43){translate:0 calc(250% + var(--fan-step-down, 25%)*-8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(44){translate:0 calc(250% + var(--fan-step-down, 25%)*-7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(45){translate:0 calc(250% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(46){translate:0 calc(250% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(47){translate:0 calc(250% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(48){translate:0 calc(250% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(49){translate:0 calc(250% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(50){translate:0 calc(250% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(51){translate:0 calc(250% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(52){translate:0 calc(250% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(50)~[data-faced=up]:nth-child(53){translate:0 calc(250% + var(--fan-step-down, 25%)*2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(50){translate:0 calc(var(--fan-step-down, 25%)*49)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51){translate:0 250%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:first-child{translate:0 calc(255% + var(--fan-step-down, 25%)*-51)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(2){translate:0 calc(255% + var(--fan-step-down, 25%)*-50)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(3){translate:0 calc(255% + var(--fan-step-down, 25%)*-49)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(4){translate:0 calc(255% + var(--fan-step-down, 25%)*-48)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(5){translate:0 calc(255% + var(--fan-step-down, 25%)*-47)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(6){translate:0 calc(255% + var(--fan-step-down, 25%)*-46)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(7){translate:0 calc(255% + var(--fan-step-down, 25%)*-45)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(8){translate:0 calc(255% + var(--fan-step-down, 25%)*-44)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(9){translate:0 calc(255% + var(--fan-step-down, 25%)*-43)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(10){translate:0 calc(255% + var(--fan-step-down, 25%)*-42)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(11){translate:0 calc(255% + var(--fan-step-down, 25%)*-41)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(12){translate:0 calc(255% + var(--fan-step-down, 25%)*-40)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(13){translate:0 calc(255% + var(--fan-step-down, 25%)*-39)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(14){translate:0 calc(255% + var(--fan-step-down, 25%)*-38)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(15){translate:0 calc(255% + var(--fan-step-down, 25%)*-37)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(16){translate:0 calc(255% + var(--fan-step-down, 25%)*-36)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(17){translate:0 calc(255% + var(--fan-step-down, 25%)*-35)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(18){translate:0 calc(255% + var(--fan-step-down, 25%)*-34)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(19){translate:0 calc(255% + var(--fan-step-down, 25%)*-33)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(20){translate:0 calc(255% + var(--fan-step-down, 25%)*-32)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(21){translate:0 calc(255% + var(--fan-step-down, 25%)*-31)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(22){translate:0 calc(255% + var(--fan-step-down, 25%)*-30)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(23){translate:0 calc(255% + var(--fan-step-down, 25%)*-29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(24){translate:0 calc(255% + var(--fan-step-down, 25%)*-28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(25){translate:0 calc(255% + var(--fan-step-down, 25%)*-27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(26){translate:0 calc(255% + var(--fan-step-down, 25%)*-26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(27){translate:0 calc(255% + var(--fan-step-down, 25%)*-25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(28){translate:0 calc(255% + var(--fan-step-down, 25%)*-24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(29){translate:0 calc(255% + var(--fan-step-down, 25%)*-23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(30){translate:0 calc(255% + var(--fan-step-down, 25%)*-22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(31){translate:0 calc(255% + var(--fan-step-down, 25%)*-21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(32){translate:0 calc(255% + var(--fan-step-down, 25%)*-20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(33){translate:0 calc(255% + var(--fan-step-down, 25%)*-19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(34){translate:0 calc(255% + var(--fan-step-down, 25%)*-18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(35){translate:0 calc(255% + var(--fan-step-down, 25%)*-17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(36){translate:0 calc(255% + var(--fan-step-down, 25%)*-16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(37){translate:0 calc(255% + var(--fan-step-down, 25%)*-15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(38){translate:0 calc(255% + var(--fan-step-down, 25%)*-14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(39){translate:0 calc(255% + var(--fan-step-down, 25%)*-13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(40){translate:0 calc(255% + var(--fan-step-down, 25%)*-12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(41){translate:0 calc(255% + var(--fan-step-down, 25%)*-11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(42){translate:0 calc(255% + var(--fan-step-down, 25%)*-10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(43){translate:0 calc(255% + var(--fan-step-down, 25%)*-9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(44){translate:0 calc(255% + var(--fan-step-down, 25%)*-8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(45){translate:0 calc(255% + var(--fan-step-down, 25%)*-7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(46){translate:0 calc(255% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(47){translate:0 calc(255% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(48){translate:0 calc(255% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(49){translate:0 calc(255% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(50){translate:0 calc(255% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(51){translate:0 calc(255% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(52){translate:0 calc(255% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(51)~[data-faced=up]:nth-child(53){translate:0 calc(255% + var(--fan-step-down, 25%)*1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(51){translate:0 calc(var(--fan-step-down, 25%)*50)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52){translate:0 255%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:first-child{translate:0 calc(260% + var(--fan-step-down, 25%)*-52)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(2){translate:0 calc(260% + var(--fan-step-down, 25%)*-51)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(3){translate:0 calc(260% + var(--fan-step-down, 25%)*-50)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(4){translate:0 calc(260% + var(--fan-step-down, 25%)*-49)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(5){translate:0 calc(260% + var(--fan-step-down, 25%)*-48)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(6){translate:0 calc(260% + var(--fan-step-down, 25%)*-47)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(7){translate:0 calc(260% + var(--fan-step-down, 25%)*-46)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(8){translate:0 calc(260% + var(--fan-step-down, 25%)*-45)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(9){translate:0 calc(260% + var(--fan-step-down, 25%)*-44)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(10){translate:0 calc(260% + var(--fan-step-down, 25%)*-43)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(11){translate:0 calc(260% + var(--fan-step-down, 25%)*-42)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(12){translate:0 calc(260% + var(--fan-step-down, 25%)*-41)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(13){translate:0 calc(260% + var(--fan-step-down, 25%)*-40)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(14){translate:0 calc(260% + var(--fan-step-down, 25%)*-39)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(15){translate:0 calc(260% + var(--fan-step-down, 25%)*-38)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(16){translate:0 calc(260% + var(--fan-step-down, 25%)*-37)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(17){translate:0 calc(260% + var(--fan-step-down, 25%)*-36)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(18){translate:0 calc(260% + var(--fan-step-down, 25%)*-35)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(19){translate:0 calc(260% + var(--fan-step-down, 25%)*-34)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(20){translate:0 calc(260% + var(--fan-step-down, 25%)*-33)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(21){translate:0 calc(260% + var(--fan-step-down, 25%)*-32)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(22){translate:0 calc(260% + var(--fan-step-down, 25%)*-31)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(23){translate:0 calc(260% + var(--fan-step-down, 25%)*-30)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(24){translate:0 calc(260% + var(--fan-step-down, 25%)*-29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(25){translate:0 calc(260% + var(--fan-step-down, 25%)*-28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(26){translate:0 calc(260% + var(--fan-step-down, 25%)*-27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(27){translate:0 calc(260% + var(--fan-step-down, 25%)*-26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(28){translate:0 calc(260% + var(--fan-step-down, 25%)*-25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(29){translate:0 calc(260% + var(--fan-step-down, 25%)*-24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(30){translate:0 calc(260% + var(--fan-step-down, 25%)*-23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(31){translate:0 calc(260% + var(--fan-step-down, 25%)*-22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(32){translate:0 calc(260% + var(--fan-step-down, 25%)*-21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(33){translate:0 calc(260% + var(--fan-step-down, 25%)*-20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(34){translate:0 calc(260% + var(--fan-step-down, 25%)*-19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(35){translate:0 calc(260% + var(--fan-step-down, 25%)*-18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(36){translate:0 calc(260% + var(--fan-step-down, 25%)*-17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(37){translate:0 calc(260% + var(--fan-step-down, 25%)*-16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(38){translate:0 calc(260% + var(--fan-step-down, 25%)*-15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(39){translate:0 calc(260% + var(--fan-step-down, 25%)*-14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(40){translate:0 calc(260% + var(--fan-step-down, 25%)*-13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(41){translate:0 calc(260% + var(--fan-step-down, 25%)*-12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(42){translate:0 calc(260% + var(--fan-step-down, 25%)*-11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(43){translate:0 calc(260% + var(--fan-step-down, 25%)*-10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(44){translate:0 calc(260% + var(--fan-step-down, 25%)*-9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(45){translate:0 calc(260% + var(--fan-step-down, 25%)*-8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(46){translate:0 calc(260% + var(--fan-step-down, 25%)*-7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(47){translate:0 calc(260% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(48){translate:0 calc(260% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(49){translate:0 calc(260% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(50){translate:0 calc(260% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(51){translate:0 calc(260% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(52){translate:0 calc(260% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(52)~[data-faced=up]:nth-child(53){translate:0 calc(260% + var(--fan-step-down, 25%)*0)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(52){translate:0 calc(var(--fan-step-down, 25%)*51)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53){translate:0 260%}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:first-child{translate:0 calc(265% + var(--fan-step-down, 25%)*-53)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(2){translate:0 calc(265% + var(--fan-step-down, 25%)*-52)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(3){translate:0 calc(265% + var(--fan-step-down, 25%)*-51)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(4){translate:0 calc(265% + var(--fan-step-down, 25%)*-50)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(5){translate:0 calc(265% + var(--fan-step-down, 25%)*-49)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(6){translate:0 calc(265% + var(--fan-step-down, 25%)*-48)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(7){translate:0 calc(265% + var(--fan-step-down, 25%)*-47)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(8){translate:0 calc(265% + var(--fan-step-down, 25%)*-46)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(9){translate:0 calc(265% + var(--fan-step-down, 25%)*-45)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(10){translate:0 calc(265% + var(--fan-step-down, 25%)*-44)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(11){translate:0 calc(265% + var(--fan-step-down, 25%)*-43)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(12){translate:0 calc(265% + var(--fan-step-down, 25%)*-42)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(13){translate:0 calc(265% + var(--fan-step-down, 25%)*-41)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(14){translate:0 calc(265% + var(--fan-step-down, 25%)*-40)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(15){translate:0 calc(265% + var(--fan-step-down, 25%)*-39)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(16){translate:0 calc(265% + var(--fan-step-down, 25%)*-38)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(17){translate:0 calc(265% + var(--fan-step-down, 25%)*-37)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(18){translate:0 calc(265% + var(--fan-step-down, 25%)*-36)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(19){translate:0 calc(265% + var(--fan-step-down, 25%)*-35)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(20){translate:0 calc(265% + var(--fan-step-down, 25%)*-34)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(21){translate:0 calc(265% + var(--fan-step-down, 25%)*-33)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(22){translate:0 calc(265% + var(--fan-step-down, 25%)*-32)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(23){translate:0 calc(265% + var(--fan-step-down, 25%)*-31)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(24){translate:0 calc(265% + var(--fan-step-down, 25%)*-30)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(25){translate:0 calc(265% + var(--fan-step-down, 25%)*-29)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(26){translate:0 calc(265% + var(--fan-step-down, 25%)*-28)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(27){translate:0 calc(265% + var(--fan-step-down, 25%)*-27)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(28){translate:0 calc(265% + var(--fan-step-down, 25%)*-26)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(29){translate:0 calc(265% + var(--fan-step-down, 25%)*-25)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(30){translate:0 calc(265% + var(--fan-step-down, 25%)*-24)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(31){translate:0 calc(265% + var(--fan-step-down, 25%)*-23)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(32){translate:0 calc(265% + var(--fan-step-down, 25%)*-22)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(33){translate:0 calc(265% + var(--fan-step-down, 25%)*-21)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(34){translate:0 calc(265% + var(--fan-step-down, 25%)*-20)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(35){translate:0 calc(265% + var(--fan-step-down, 25%)*-19)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(36){translate:0 calc(265% + var(--fan-step-down, 25%)*-18)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(37){translate:0 calc(265% + var(--fan-step-down, 25%)*-17)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(38){translate:0 calc(265% + var(--fan-step-down, 25%)*-16)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(39){translate:0 calc(265% + var(--fan-step-down, 25%)*-15)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(40){translate:0 calc(265% + var(--fan-step-down, 25%)*-14)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(41){translate:0 calc(265% + var(--fan-step-down, 25%)*-13)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(42){translate:0 calc(265% + var(--fan-step-down, 25%)*-12)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(43){translate:0 calc(265% + var(--fan-step-down, 25%)*-11)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(44){translate:0 calc(265% + var(--fan-step-down, 25%)*-10)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(45){translate:0 calc(265% + var(--fan-step-down, 25%)*-9)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(46){translate:0 calc(265% + var(--fan-step-down, 25%)*-8)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(47){translate:0 calc(265% + var(--fan-step-down, 25%)*-7)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(48){translate:0 calc(265% + var(--fan-step-down, 25%)*-6)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(49){translate:0 calc(265% + var(--fan-step-down, 25%)*-5)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(50){translate:0 calc(265% + var(--fan-step-down, 25%)*-4)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(51){translate:0 calc(265% + var(--fan-step-down, 25%)*-3)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(52){translate:0 calc(265% + var(--fan-step-down, 25%)*-2)}[data-stack=fan][data-fan=down] .playing-card[data-faced=down]:nth-child(53)~[data-faced=up]:nth-child(53){translate:0 calc(265% + var(--fan-step-down, 25%)*-1)}[data-stack=fan][data-fan=down] .playing-card[data-faced=up]:nth-child(53){translate:0 calc(var(--fan-step-down, 25%)*52)}.card-slot{position:relative;display:block;flex:0 0 auto;height:var(--slot-height,110px);width:calc(var(--slot-height, 110px)*.6545454545)}.card-slot .playing-card{position:absolute;top:0;left:0;height:100%;width:100%}.card-slot[data-stack=fan][data-fan=right]{margin-right:calc(var(--slot-height, 110px)*.6545454545*var(--fan-ratio, .18)*(var(--fan-count, 1) - 1))}.card-slot[data-stack=fan][data-fan=down]{height:auto}.card-slot[data-stack=fan][data-fan=left]{margin-left:calc(var(--slot-height, 110px)*.6545454545*var(--fan-ratio, .18)*(var(--fan-count, 1) - 1))}[data-matched=true]{background:repeating-linear-gradient(45deg,#f00,#606dbc 10px,#f00 0,#465298 20px)}.playing-card[data-grabbed=true],.playing-card[data-highlighted=true]{box-shadow:0 0 10px blue}#board[data-turn=mine] .is-active{border-color:var(--seat-live);box-shadow:0 0 0 1px var(--seat-live),0 0 1.1em rgba(163,230,53,.55)}#board[data-turn=mine] .is-active .playing-card[data-faced=up]{box-shadow:0 0 0 1px rgba(163,230,53,.55),.1em .1em .3em #111}#board:has(>.grid [data-seat]){min-height:100%}#board:has(>.grid [data-seat])>.grid:has([data-seat]){display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr) minmax(0,1.2fr) minmax(0,1fr);grid-template-rows:auto minmax(min-content,1fr) auto;grid-template-areas:"northwest north  north     northeast" "west      middle middle    east" "southwest south  south     southeast";min-height:-moz-min-content;min-height:min-content;align-items:center;justify-items:stretch;gap:.75rem 1rem}#board:has(>.grid [data-seat])>.grid:not(:has([data-seat=north])) [data-seat=middle]{grid-row:1/3}#board:has(>.grid [data-seat])>.grid:not(:has([data-seat=west])):not(:has([data-seat=east])) [data-seat=middle]{grid-column:1/-1}#board:has(>.grid [data-seat])>.grid:not(:has([data-seat=west])):not(:has([data-seat=east])):not(:has([data-seat=northwest])):not(:has([data-seat=northeast])):not(:has([data-seat=southwest])):not(:has([data-seat=southeast])) [data-seat=north],#board:has(>.grid [data-seat])>.grid:not(:has([data-seat=west])):not(:has([data-seat=east])):not(:has([data-seat=northwest])):not(:has([data-seat=northeast])):not(:has([data-seat=southwest])):not(:has([data-seat=southeast])) [data-seat=south]{grid-column:1/-1}#board:has(>.grid [data-seat]) [data-seat=north]{grid-area:north}#board:has(>.grid [data-seat]) [data-seat=northeast]{grid-area:northeast}#board:has(>.grid [data-seat]) [data-seat=east]{grid-area:east}#board:has(>.grid [data-seat]) [data-seat=southeast]{grid-area:southeast}#board:has(>.grid [data-seat]) [data-seat=south]{grid-area:south}#board:has(>.grid [data-seat]) [data-seat=southwest]{grid-area:southwest}#board:has(>.grid [data-seat]) [data-seat=west]{grid-area:west}#board:has(>.grid [data-seat]) [data-seat=northwest]{grid-area:northwest}#board:has(>.grid [data-seat]) [data-seat=middle]{grid-area:middle}#board:has(>.grid [data-seat]) .centre{--middle-card:.85;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem 1rem;align-self:stretch;min-width:0;padding:.75rem 1rem;border-radius:.5rem;background:rgba(0,0,0,.22);box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}#board:has(>.grid [data-seat]) .centre>.pile{flex:1 1 auto;background:none;box-shadow:none}#board:has(>.grid [data-seat]) .centre>*{align-self:center}#board:has(>.grid [data-seat]) .centre>*>.pile-caption{position:absolute;order:0;width:auto}#board:has(>.grid [data-seat]) .centre>* .pile-tally{margin-left:0}#board:has(>.grid [data-seat]) .centre>* .tally.is-badge{font-size:.66rem;padding:.16rem .4rem}#board:has(>.grid [data-seat]) .centre>:not(.pile){position:relative;flex:1 1 0;width:auto;min-width:max(var(--slot-w),6.5rem);--stack-line:4rem;--slot-h:calc(var(--card-h) * var(--middle-share));--slot-w:calc(var(--card-w) * var(--middle-share));height:calc(var(--slot-h) + var(--stack-line))}#board:has(>.grid [data-seat]) .centre>:not(.pile) .playing-card{width:var(--slot-w);height:var(--slot-h);top:auto;bottom:0}#board:has(>.grid [data-seat]) .centre>:not(.pile)[data-stack=squared] .playing-card{left:50%;margin-left:calc(var(--slot-w)/-2)}#board:has(>.grid [data-seat]) .centre>:not(.pile)[data-stack=fan]{--fan-step:calc(var(--card-w) * var(--middle-share) * .18)}#board:has(>.grid [data-seat]) .centre>:not(.pile)[data-stack=row]{justify-content:center;padding-top:calc(var(--stack-line) - 2px);align-items:flex-end;align-content:flex-end;padding-bottom:0}#board:has(>.grid [data-seat]) .centre>:not(.pile) .pile-caption{flex-wrap:wrap;justify-content:center;text-align:center;row-gap:.15rem}#board:has(>.grid [data-seat]) .centre>:not(.pile) .pile-caption .pile-caption-subtitle{margin-left:0}#board:has(>.grid [data-seat]) .centre>:not(.pile)[data-grow=false]{flex:0 0 auto}#board:has(>.grid [data-seat]) .centre>:not(.pile)[data-spread=box][data-stack=fan]{--fan-step:min(calc(var(--card-w) * var(--middle-share) * .55),calc((100% - var(--slot-w)) / max(1, var(--fan-count, 1) - 1)))}#board:has(>.grid [data-seat]) .seat-group{display:flex;flex-wrap:nowrap;align-items:stretch;justify-content:center;gap:.5rem;min-width:0;align-self:stretch}#board:has(>.grid [data-seat]) .seat-group>.pile{flex:1 1 0;min-width:0}#board:has(>.grid [data-seat]) .seat-group>:is([data-stack=fan],[data-stack=squared]){position:relative;flex:0 0 auto;width:calc(var(--card-w)*var(--pile-share-full));height:calc(var(--card-h)*var(--pile-share-full) + var(--stack-line, 2rem))}#board:has(>.grid [data-seat]) .seat-group>:is([data-stack=fan],[data-stack=squared]) .playing-card{width:calc(var(--card-w)*var(--pile-share-full));height:calc(var(--card-h)*var(--pile-share-full));top:auto;bottom:0}#board:has(>.grid [data-seat]) .seat-group>:is([data-stack=fan],[data-stack=squared])>.pile-caption{left:.15rem;right:.15rem;justify-content:center}#board:has(>.grid [data-seat]) .seat-group>.hand{width:auto;min-width:max(var(--card-w)*2,50%)}#board:has(>.grid [data-seat]) .seat-group>[data-stack=fan][data-fan=right]{margin-right:calc(var(--card-w)*var(--pile-share-full)*var(--fan-ratio, .18)*(var(--fan-count, 1) - 1))}#board:has(>.grid [data-seat])[data-game=cribbage] .centre>[data-stack=fan],#board:has(>.grid [data-seat])[data-game=cribbage] .seat-group>[data-stack=fan]{--fan-step-max:30%;--fan-ratio:.30}#board:has(>.grid [data-seat])[data-game=cribbage] .centre>:not(.pile)[data-stack=fan]{--fan-step:calc(var(--card-w) * var(--middle-share) * .30)}#board:has(>.grid [data-seat]) .hand{width:100%;padding-top:3rem;--stack-head:3.4rem;height:auto}#board:has(>.grid [data-seat])>.grid>[data-seat=middle].pile:not(.centre){background:none;box-shadow:none;border-color:rgba(0,0,0,0)}#board:has(>.grid [data-seat]) [data-seat].hand{flex-wrap:nowrap;justify-content:center}#board:has(>.grid [data-seat]) [data-seat=south].hand{padding-top:3.6rem;--stack-head:4rem}#board:has(>.grid [data-seat]) .hand.is-seated{padding-top:4.75rem;--stack-head:5.375rem}#board:has(>.grid [data-seat]) [data-seat=south].hand.is-seated{padding-top:5.35rem;--stack-head:5.975rem}#board:has(>.grid [data-seat])>.grid:has([data-seat=southwest]):has([data-seat=southeast]):not(:has([data-seat=west])):not(:has([data-seat=east])){grid-template-areas:"northwest north  north  northeast" "southwest middle middle southeast" "south     south  south  south"}#board:has(>.grid [data-seat])>.grid:has([data-seat=southwest]):has([data-seat=southeast]):not(:has([data-seat=west])):not(:has([data-seat=east])) [data-seat=middle]{grid-column:2/4}@media screen and (min-width:1024px){#board:has(>.grid [data-seat])>.grid:has([data-seat=west]):not(:has([data-seat=northwest])):not(:has([data-seat=southwest])):not(:has([data-seat=northeast])):not(:has([data-seat=southeast])){--side-seat-head:4rem}#board:has(>.grid [data-seat])>.grid:has([data-seat=west]):not(:has([data-seat=northwest])):not(:has([data-seat=southwest])):not(:has([data-seat=northeast])):not(:has([data-seat=southeast])):has([data-seat=east].is-seated),#board:has(>.grid [data-seat])>.grid:has([data-seat=west]):not(:has([data-seat=northwest])):not(:has([data-seat=southwest])):not(:has([data-seat=northeast])):not(:has([data-seat=southeast])):has([data-seat=west].is-seated){--side-seat-head:5.5rem}#board:has(>.grid [data-seat])>.grid:has([data-seat=west]):not(:has([data-seat=northwest])):not(:has([data-seat=southwest])):not(:has([data-seat=northeast])):not(:has([data-seat=southeast])){--side-seat-thickness:calc(var(--card-h) * .42 + var(--side-seat-head));grid-template-columns:var(--side-seat-thickness) minmax(min-content,1.2fr) minmax(min-content,1.2fr) var(--side-seat-thickness)}#board:has(>.grid [data-seat])>.grid:has([data-seat=west]):not(:has([data-seat=northwest])):not(:has([data-seat=southwest])):not(:has([data-seat=northeast])):not(:has([data-seat=southeast])):not(:has([data-seat=east])){grid-template-columns:var(--side-seat-thickness) minmax(min-content,1.2fr) minmax(min-content,1.2fr) 0}#board:has(>.grid [data-seat])>.grid:has([data-seat=west]):not(:has([data-seat=northwest])):not(:has([data-seat=southwest])):not(:has([data-seat=northeast])):not(:has([data-seat=southeast])):not(:has([data-seat=east])) [data-seat=middle],#board:has(>.grid [data-seat])>.grid:has([data-seat=west]):not(:has([data-seat=northwest])):not(:has([data-seat=southwest])):not(:has([data-seat=northeast])):not(:has([data-seat=southeast])):not(:has([data-seat=east])) [data-seat=north],#board:has(>.grid [data-seat])>.grid:has([data-seat=west]):not(:has([data-seat=northwest])):not(:has([data-seat=southwest])):not(:has([data-seat=northeast])):not(:has([data-seat=southeast])):not(:has([data-seat=east])) [data-seat=south]{grid-column:2/-1}#board:has(>.grid [data-seat])>.grid:has([data-seat=west]):not(:has([data-seat=northwest])):not(:has([data-seat=southwest])):not(:has([data-seat=northeast])):not(:has([data-seat=southeast]))>[data-seat=south].hand{min-width:-moz-max-content;min-width:max-content}#board:has(>.grid [data-seat])>.grid:has([data-seat=west]):not(:has([data-seat=northwest])):not(:has([data-seat=southwest])):not(:has([data-seat=northeast])):not(:has([data-seat=southeast])){--side-seat-length:calc(var(--card-w) * 2.4 + 3rem);grid-template-rows:auto minmax(var(--side-seat-length),1fr) auto}#board:has(>.grid [data-seat])>.grid:has([data-seat=west]):not(:has([data-seat=northwest])):not(:has([data-seat=southwest])):not(:has([data-seat=northeast])):not(:has([data-seat=southeast]))>[data-seat=east]:is(.hand,.seat-group),#board:has(>.grid [data-seat])>.grid:has([data-seat=west]):not(:has([data-seat=northwest])):not(:has([data-seat=southwest])):not(:has([data-seat=northeast])):not(:has([data-seat=southeast]))>[data-seat=west]:is(.hand,.seat-group){width:var(--side-seat-length);justify-self:center;align-self:center;transform-origin:50% 50%}#board:has(>.grid [data-seat])>.grid:has([data-seat=west]):not(:has([data-seat=northwest])):not(:has([data-seat=southwest])):not(:has([data-seat=northeast])):not(:has([data-seat=southeast]))>[data-seat=west]:is(.hand,.seat-group){transform:rotate(90deg)}#board:has(>.grid [data-seat])>.grid:has([data-seat=west]):not(:has([data-seat=northwest])):not(:has([data-seat=southwest])):not(:has([data-seat=northeast])):not(:has([data-seat=southeast]))>[data-seat=east]:is(.hand,.seat-group){transform:rotate(-90deg)}#board:has(>.grid [data-seat])>.grid:has([data-seat=west]):not(:has([data-seat=northwest])):not(:has([data-seat=southwest])):not(:has([data-seat=northeast])):not(:has([data-seat=southeast]))>[data-seat=east].seat-group,#board:has(>.grid [data-seat])>.grid:has([data-seat=west]):not(:has([data-seat=northwest])):not(:has([data-seat=southwest])):not(:has([data-seat=northeast])):not(:has([data-seat=southeast]))>[data-seat=west].seat-group{height:var(--side-seat-thickness);align-items:center}#board:has(>.grid [data-seat])>.grid:has([data-seat=west]):not(:has([data-seat=northwest])):not(:has([data-seat=southwest])):not(:has([data-seat=northeast])):not(:has([data-seat=southeast]))>[data-seat=east] .hand,#board:has(>.grid [data-seat])>.grid:has([data-seat=west]):not(:has([data-seat=northwest])):not(:has([data-seat=southwest])):not(:has([data-seat=northeast])):not(:has([data-seat=southeast]))>[data-seat=east].hand,#board:has(>.grid [data-seat])>.grid:has([data-seat=west]):not(:has([data-seat=northwest])):not(:has([data-seat=southwest])):not(:has([data-seat=northeast])):not(:has([data-seat=southeast]))>[data-seat=west] .hand,#board:has(>.grid [data-seat])>.grid:has([data-seat=west]):not(:has([data-seat=northwest])):not(:has([data-seat=southwest])):not(:has([data-seat=northeast])):not(:has([data-seat=southeast]))>[data-seat=west].hand{flex-wrap:nowrap;justify-content:center;--side-card:calc(var(--card-w) * var(--pile-share));--side-gaps:max(var(--stack-count,1) - 1,1);--side-step:calc((100% - var(--side-card)) / var(--side-gaps))}#board:has(>.grid [data-seat])>.grid:has([data-seat=west]):not(:has([data-seat=northwest])):not(:has([data-seat=southwest])):not(:has([data-seat=northeast])):not(:has([data-seat=southeast]))>[data-seat=east] .hand .playing-card,#board:has(>.grid [data-seat])>.grid:has([data-seat=west]):not(:has([data-seat=northwest])):not(:has([data-seat=southwest])):not(:has([data-seat=northeast])):not(:has([data-seat=southeast]))>[data-seat=east].hand .playing-card,#board:has(>.grid [data-seat])>.grid:has([data-seat=west]):not(:has([data-seat=northwest])):not(:has([data-seat=southwest])):not(:has([data-seat=northeast])):not(:has([data-seat=southeast]))>[data-seat=west] .hand .playing-card,#board:has(>.grid [data-seat])>.grid:has([data-seat=west]):not(:has([data-seat=northwest])):not(:has([data-seat=southwest])):not(:has([data-seat=northeast])):not(:has([data-seat=southeast]))>[data-seat=west].hand .playing-card{margin-right:clamp(var(--side-card)*-0.82,var(--side-step) - var(--side-card) - .25rem,0px)}#board:has(>.grid [data-seat])>.grid:has([data-seat=west]):not(:has([data-seat=northwest])):not(:has([data-seat=southwest])):not(:has([data-seat=northeast])):not(:has([data-seat=southeast]))>[data-seat=east] .hand .playing-card:not(:has(~.playing-card)),#board:has(>.grid [data-seat])>.grid:has([data-seat=west]):not(:has([data-seat=northwest])):not(:has([data-seat=southwest])):not(:has([data-seat=northeast])):not(:has([data-seat=southeast]))>[data-seat=east].hand .playing-card:not(:has(~.playing-card)),#board:has(>.grid [data-seat])>.grid:has([data-seat=west]):not(:has([data-seat=northwest])):not(:has([data-seat=southwest])):not(:has([data-seat=northeast])):not(:has([data-seat=southeast]))>[data-seat=west] .hand .playing-card:not(:has(~.playing-card)),#board:has(>.grid [data-seat])>.grid:has([data-seat=west]):not(:has([data-seat=northwest])):not(:has([data-seat=southwest])):not(:has([data-seat=northeast])):not(:has([data-seat=southeast]))>[data-seat=west].hand .playing-card:not(:has(~.playing-card)){margin-right:0}}#board:has(>.grid [data-seat]) .pile{position:relative;justify-self:stretch;align-self:stretch;--stack-line:2rem;--middle-cards:calc(var(--card-h) * var(--pile-share-full));min-height:calc(var(--middle-cards) + var(--stack-line));min-width:calc(var(--card-w)*2.6)}#board:has(>.grid [data-seat]) .pile[data-stack=fan] .playing-card,#board:has(>.grid [data-seat]) .pile[data-stack=squared] .playing-card{width:var(--card-w);height:var(--card-h)}#board:has(>.grid [data-seat]) .pile[data-stack=fan] .playing-card,#board:has(>.grid [data-seat]) .pile[data-stack=squared] .playing-card{top:calc(50% - (var(--middle-cards) + var(--stack-line))/2);left:calc(50% - var(--card-w)/2);translate:none}#board:has(>.grid [data-seat]) .pile[data-stack=fan].stack-size-2 .playing-card:first-child,#board:has(>.grid [data-seat]) .pile[data-stack=squared].stack-size-2 .playing-card:first-child{left:calc(50% - var(--card-w)*.75 + var(--card-w)*0)}#board:has(>.grid [data-seat]) .pile[data-stack=fan].stack-size-2 .playing-card:nth-child(2),#board:has(>.grid [data-seat]) .pile[data-stack=squared].stack-size-2 .playing-card:nth-child(2){left:calc(50% - var(--card-w)*.75 + var(--card-w)*.5)}#board:has(>.grid [data-seat]) .pile[data-stack=fan].stack-size-3 .playing-card:first-child,#board:has(>.grid [data-seat]) .pile[data-stack=squared].stack-size-3 .playing-card:first-child{left:calc(50% - var(--card-w)*1 + var(--card-w)*0)}#board:has(>.grid [data-seat]) .pile[data-stack=fan].stack-size-3 .playing-card:nth-child(2),#board:has(>.grid [data-seat]) .pile[data-stack=squared].stack-size-3 .playing-card:nth-child(2){left:calc(50% - var(--card-w)*1 + var(--card-w)*.5)}#board:has(>.grid [data-seat]) .pile[data-stack=fan].stack-size-3 .playing-card:nth-child(3),#board:has(>.grid [data-seat]) .pile[data-stack=squared].stack-size-3 .playing-card:nth-child(3){left:calc(50% - var(--card-w)*1 + var(--card-w)*1)}#board:has(>.grid [data-seat]) .pile[data-stack=fan].stack-size-4 .playing-card:first-child,#board:has(>.grid [data-seat]) .pile[data-stack=squared].stack-size-4 .playing-card:first-child{left:calc(50% - var(--card-w)*1.25 + var(--card-w)*0)}#board:has(>.grid [data-seat]) .pile[data-stack=fan].stack-size-4 .playing-card:nth-child(2),#board:has(>.grid [data-seat]) .pile[data-stack=squared].stack-size-4 .playing-card:nth-child(2){left:calc(50% - var(--card-w)*1.25 + var(--card-w)*.5)}#board:has(>.grid [data-seat]) .pile[data-stack=fan].stack-size-4 .playing-card:nth-child(3),#board:has(>.grid [data-seat]) .pile[data-stack=squared].stack-size-4 .playing-card:nth-child(3){left:calc(50% - var(--card-w)*1.25 + var(--card-w)*1)}#board:has(>.grid [data-seat]) .pile[data-stack=fan].stack-size-4 .playing-card:nth-child(4),#board:has(>.grid [data-seat]) .pile[data-stack=squared].stack-size-4 .playing-card:nth-child(4){left:calc(50% - var(--card-w)*1.25 + var(--card-w)*1.5)}#board:has(>.grid [data-seat]) .pile[data-stack=fan].stack-size-5 .playing-card:first-child,#board:has(>.grid [data-seat]) .pile[data-stack=squared].stack-size-5 .playing-card:first-child{left:calc(50% - var(--card-w)*1.25 + var(--card-w)*0)}#board:has(>.grid [data-seat]) .pile[data-stack=fan].stack-size-5 .playing-card:nth-child(2),#board:has(>.grid [data-seat]) .pile[data-stack=squared].stack-size-5 .playing-card:nth-child(2){left:calc(50% - var(--card-w)*1.25 + var(--card-w)*.375)}#board:has(>.grid [data-seat]) .pile[data-stack=fan].stack-size-5 .playing-card:nth-child(3),#board:has(>.grid [data-seat]) .pile[data-stack=squared].stack-size-5 .playing-card:nth-child(3){left:calc(50% - var(--card-w)*1.25 + var(--card-w)*.75)}#board:has(>.grid [data-seat]) .pile[data-stack=fan].stack-size-5 .playing-card:nth-child(4),#board:has(>.grid [data-seat]) .pile[data-stack=squared].stack-size-5 .playing-card:nth-child(4){left:calc(50% - var(--card-w)*1.25 + var(--card-w)*1.125)}#board:has(>.grid [data-seat]) .pile[data-stack=fan].stack-size-5 .playing-card:nth-child(5),#board:has(>.grid [data-seat]) .pile[data-stack=squared].stack-size-5 .playing-card:nth-child(5){left:calc(50% - var(--card-w)*1.25 + var(--card-w)*1.5)}#board:has(>.grid [data-seat]) .pile[data-stack=fan].stack-size-6 .playing-card:first-child,#board:has(>.grid [data-seat]) .pile[data-stack=squared].stack-size-6 .playing-card:first-child{left:calc(50% - var(--card-w)*1.25 + var(--card-w)*0)}#board:has(>.grid [data-seat]) .pile[data-stack=fan].stack-size-6 .playing-card:nth-child(2),#board:has(>.grid [data-seat]) .pile[data-stack=squared].stack-size-6 .playing-card:nth-child(2){left:calc(50% - var(--card-w)*1.25 + var(--card-w)*.3)}#board:has(>.grid [data-seat]) .pile[data-stack=fan].stack-size-6 .playing-card:nth-child(3),#board:has(>.grid [data-seat]) .pile[data-stack=squared].stack-size-6 .playing-card:nth-child(3){left:calc(50% - var(--card-w)*1.25 + var(--card-w)*.6)}#board:has(>.grid [data-seat]) .pile[data-stack=fan].stack-size-6 .playing-card:nth-child(4),#board:has(>.grid [data-seat]) .pile[data-stack=squared].stack-size-6 .playing-card:nth-child(4){left:calc(50% - var(--card-w)*1.25 + var(--card-w)*.9)}#board:has(>.grid [data-seat]) .pile[data-stack=fan].stack-size-6 .playing-card:nth-child(5),#board:has(>.grid [data-seat]) .pile[data-stack=squared].stack-size-6 .playing-card:nth-child(5){left:calc(50% - var(--card-w)*1.25 + var(--card-w)*1.2)}#board:has(>.grid [data-seat]) .pile[data-stack=fan].stack-size-6 .playing-card:nth-child(6),#board:has(>.grid [data-seat]) .pile[data-stack=squared].stack-size-6 .playing-card:nth-child(6){left:calc(50% - var(--card-w)*1.25 + var(--card-w)*1.5)}#board:has(>.grid [data-seat]) .pile[data-stack=fan].stack-size-7 .playing-card:first-child,#board:has(>.grid [data-seat]) .pile[data-stack=squared].stack-size-7 .playing-card:first-child{left:calc(50% - var(--card-w)*1.25 + var(--card-w)*0)}#board:has(>.grid [data-seat]) .pile[data-stack=fan].stack-size-7 .playing-card:nth-child(2),#board:has(>.grid [data-seat]) .pile[data-stack=squared].stack-size-7 .playing-card:nth-child(2){left:calc(50% - var(--card-w)*1.25 + var(--card-w)*.25)}#board:has(>.grid [data-seat]) .pile[data-stack=fan].stack-size-7 .playing-card:nth-child(3),#board:has(>.grid [data-seat]) .pile[data-stack=squared].stack-size-7 .playing-card:nth-child(3){left:calc(50% - var(--card-w)*1.25 + var(--card-w)*.5)}#board:has(>.grid [data-seat]) .pile[data-stack=fan].stack-size-7 .playing-card:nth-child(4),#board:has(>.grid [data-seat]) .pile[data-stack=squared].stack-size-7 .playing-card:nth-child(4){left:calc(50% - var(--card-w)*1.25 + var(--card-w)*.75)}#board:has(>.grid [data-seat]) .pile[data-stack=fan].stack-size-7 .playing-card:nth-child(5),#board:has(>.grid [data-seat]) .pile[data-stack=squared].stack-size-7 .playing-card:nth-child(5){left:calc(50% - var(--card-w)*1.25 + var(--card-w)*1)}#board:has(>.grid [data-seat]) .pile[data-stack=fan].stack-size-7 .playing-card:nth-child(6),#board:has(>.grid [data-seat]) .pile[data-stack=squared].stack-size-7 .playing-card:nth-child(6){left:calc(50% - var(--card-w)*1.25 + var(--card-w)*1.25)}#board:has(>.grid [data-seat]) .pile[data-stack=fan].stack-size-7 .playing-card:nth-child(7),#board:has(>.grid [data-seat]) .pile[data-stack=squared].stack-size-7 .playing-card:nth-child(7){left:calc(50% - var(--card-w)*1.25 + var(--card-w)*1.5)}#board:has(>.grid [data-seat]) .pile[data-stack=fan].stack-size-8 .playing-card:first-child,#board:has(>.grid [data-seat]) .pile[data-stack=squared].stack-size-8 .playing-card:first-child{left:calc(50% - var(--card-w)*1.25 + var(--card-w)*0)}#board:has(>.grid [data-seat]) .pile[data-stack=fan].stack-size-8 .playing-card:nth-child(2),#board:has(>.grid [data-seat]) .pile[data-stack=squared].stack-size-8 .playing-card:nth-child(2){left:calc(50% - var(--card-w)*1.25 + var(--card-w)*.2142857143)}#board:has(>.grid [data-seat]) .pile[data-stack=fan].stack-size-8 .playing-card:nth-child(3),#board:has(>.grid [data-seat]) .pile[data-stack=squared].stack-size-8 .playing-card:nth-child(3){left:calc(50% - var(--card-w)*1.25 + var(--card-w)*.4285714286)}#board:has(>.grid [data-seat]) .pile[data-stack=fan].stack-size-8 .playing-card:nth-child(4),#board:has(>.grid [data-seat]) .pile[data-stack=squared].stack-size-8 .playing-card:nth-child(4){left:calc(50% - var(--card-w)*1.25 + var(--card-w)*.6428571429)}#board:has(>.grid [data-seat]) .pile[data-stack=fan].stack-size-8 .playing-card:nth-child(5),#board:has(>.grid [data-seat]) .pile[data-stack=squared].stack-size-8 .playing-card:nth-child(5){left:calc(50% - var(--card-w)*1.25 + var(--card-w)*.8571428571)}#board:has(>.grid [data-seat]) .pile[data-stack=fan].stack-size-8 .playing-card:nth-child(6),#board:has(>.grid [data-seat]) .pile[data-stack=squared].stack-size-8 .playing-card:nth-child(6){left:calc(50% - var(--card-w)*1.25 + var(--card-w)*1.0714285714)}#board:has(>.grid [data-seat]) .pile[data-stack=fan].stack-size-8 .playing-card:nth-child(7),#board:has(>.grid [data-seat]) .pile[data-stack=squared].stack-size-8 .playing-card:nth-child(7){left:calc(50% - var(--card-w)*1.25 + var(--card-w)*1.2857142857)}#board:has(>.grid [data-seat]) .pile[data-stack=fan].stack-size-8 .playing-card:nth-child(8),#board:has(>.grid [data-seat]) .pile[data-stack=squared].stack-size-8 .playing-card:nth-child(8){left:calc(50% - var(--card-w)*1.25 + var(--card-w)*1.5)}#board:has(>.grid [data-seat]) .pile[data-stack=row]{justify-content:center;padding-bottom:calc(.5rem + var(--stack-line))}#board:has(>.grid [data-seat]) .pile[data-stack=row]>.pile-caption{top:auto;bottom:.5rem}#board:has(>.grid [data-seat]) .pile{border-radius:.5rem;background:rgba(0,0,0,.22);box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}#board:has(>.grid [data-seat]) .pile .pile-caption{top:calc(50% + (var(--middle-cards) - var(--stack-line))/2 + .35rem);bottom:auto;width:-moz-max-content;width:max-content;max-width:14rem;left:50%;translate:-50% 0;text-align:center}#board:has(>.grid [data-seat]) .hand .playing-card[data-faced=up]{transition:translate .12s ease,box-shadow .12s ease}#board:has(>.grid [data-seat]) .hand .playing-card[data-faced=up]:hover{translate:0 -.5rem}#board:has(>.grid [data-seat]) .hand .playing-card[data-grabbed=true],#board:has(>.grid [data-seat]) .hand .playing-card[data-highlighted=true]{translate:0 -.75rem;box-shadow:0 0 0 2px #a3e635,0 .45rem .7rem rgba(0,0,0,.55)}#board:has(>.grid [data-seat]) .hand .playing-card[data-grabbed=true]:hover,#board:has(>.grid [data-seat]) .hand .playing-card[data-highlighted=true]:hover{translate:0 -1rem}@media screen and (max-width:1023px){#board:has(>.grid [data-seat])>.grid:has([data-seat]){display:flex;flex-direction:column;gap:.4rem}#board:has(>.grid [data-seat]) [data-seat]{grid-area:auto;width:100%}#board:has(>.grid [data-seat]) [data-seat=south]{order:-2}#board:has(>.grid [data-seat]) [data-seat=middle]{order:-1}#board:has(>.grid [data-seat]) [data-seat].hand>.pile-caption{position:absolute;order:0}#board:has(>.grid [data-seat]) [data-seat]:not([data-seat=south]).hand{--card-share:.42!important;--card-overlap:.55!important;padding-top:3.2rem;--stack-head:3.6rem;flex-wrap:wrap;justify-content:flex-start}#board:has(>.grid [data-seat]) [data-seat=south].hand:not([data-tilt]){padding-top:3.2rem;--stack-head:3.6rem;flex-wrap:nowrap;justify-content:center;--near-card:calc(var(--card-w) * var(--pile-share));--near-gaps:max(var(--stack-count,1) - 1,1);--near-step:calc((100% - var(--near-card)) / var(--near-gaps))}#board:has(>.grid [data-seat]) [data-seat=south].hand:not([data-tilt]) .playing-card{margin-right:clamp(var(--near-card)*-0.82,var(--near-step) - var(--near-card) - .25rem,0px)}#board:has(>.grid [data-seat]) [data-seat=south].hand:not([data-tilt]) .playing-card:not(:has(~.playing-card)){margin-right:0}#board:has(>.grid [data-seat]) .pile{align-self:stretch;height:calc(var(--card-h) + var(--stack-line))}}.playing-card[data-dragging=true]{opacity:.35;filter:grayscale(.4)}.card-drag-ghost{position:fixed;z-index:60;pointer-events:none;margin:0;transform:translate(-50%,-70%) rotate(-3deg) scale(1.06);opacity:.95;box-shadow:0 .75rem 1.5rem rgba(0,0,0,.45);transition:none;animation:none}.card-drag-ghost[data-count]:after{top:-.4rem;right:-.4rem}.card-drag-image{position:fixed;z-index:-1;pointer-events:none;margin:0;transition:none;animation:none}.card-drag-image[data-count]:after{top:.3rem;right:.3rem}.card-drag-ghost[data-count]:after,.card-drag-image[data-count]:after{content:attr(data-count);position:absolute;min-width:1.4rem;padding:0 .3rem;border-radius:999px;background:var(--brass,#e9b949);color:#1b1b1b;font-size:.8rem;font-weight:800;line-height:1.4rem;text-align:center;box-shadow:0 .1rem .35rem rgba(0,0,0,.5)}[data-pile][data-drop-target=true]{outline:2px solid var(--brass,#e9b949);outline-offset:2px;border-radius:9px;box-shadow:0 0 .9rem rgba(233,185,73,.45)}.playing-card[data-traded=true]{box-shadow:0 0 0 2px var(--brass,#e9b949),0 0 .9rem rgba(233,185,73,.55);animation:card-traded 1.1s ease-in-out infinite}@keyframes card-traded{0%,to{box-shadow:0 0 0 2px var(--brass,#e9b949),0 0 .9rem rgba(233,185,73,.5)}50%{box-shadow:0 0 0 3px var(--brass,#e9b949),0 0 1.5rem rgba(233,185,73,.85)}}@media(prefers-reduced-motion:reduce){.playing-card[data-traded=true]{animation:none}}.playing-card[data-pressable=true]{cursor:pointer;transition:translate .12s ease,filter .12s ease}.playing-card[data-pressable=true]:hover{translate:0 -6px;filter:brightness(1.08)}.playing-card[data-faced=down]{background:var(--card-back)!important;box-shadow:inset 0 0 0 2px var(--card-back-edge)}.is-captioned{padding-top:1.75rem}.is-captioned.is-seated{padding-top:3.5rem;--stack-head:4.125rem}.pile-caption{position:absolute;top:.35rem;left:.6rem;right:.6rem;display:flex;align-items:baseline;gap:.5rem;font-size:.8rem;line-height:1;pointer-events:none;z-index:4}.pile-caption-title{font-weight:600;color:#e5e7eb;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.25}.pile-caption[data-tone=own] .pile-caption-title{color:#a3e635}.pile-caption-subtitle{margin-left:auto;color:#9ca3af;white-space:nowrap}.has-scene .pile-caption-subtitle,.has-scene .pile-caption-title{text-shadow:0 1px 2px rgba(0,0,0,.95),0 0 12px rgba(0,0,0,.7)}.strike-layer{position:fixed;inset:0;z-index:30;pointer-events:none;overflow:hidden}.strike{--strike-colour:#fbbf24;color:var(--strike-colour)}.strike[data-kind=hit]{--strike-colour:#f87171}.strike[data-kind=crit]{--strike-colour:#fde047}.strike[data-kind=miss]{--strike-colour:#94a3b8}.strike[data-kind=miss] .strike-bolt{background:linear-gradient(90deg,transparent,currentColor 45%,#cbd5e1);opacity:.75}.strike[data-kind=heal]{--strike-colour:#86efac}.strike[data-kind=dispel]{--strike-colour:#c4b5fd}.strike[data-kind=curse]{--strike-colour:#a855f7}.strike[data-kind=curse] .strike-bolt{background:linear-gradient(90deg,transparent,currentColor 55%,#ede9fe);animation-duration:.8s;animation-timing-function:cubic-bezier(.35,.8,.4,1)}.strike[data-kind=curse] .strike-mark{animation:strike-curse .78s ease-out .44s both}@keyframes strike-curse{0%{opacity:0;transform:scale(1.3)}28%{opacity:1;transform:scale(1)}64%{opacity:.9;transform:scale(1.05)}to{opacity:0;transform:scale(1)}}.strike[data-kind=death]{--strike-colour:#fca5a5}.strike-bolt{position:absolute;height:4px;margin-top:-2px;transform-origin:0 50%;border-radius:999px;background:linear-gradient(90deg,transparent,currentColor 30%,#fff);box-shadow:0 0 .9em .1em currentColor;animation:strike-bolt .42s cubic-bezier(.2,.7,.3,1) forwards}@keyframes strike-bolt{0%{clip-path:inset(0 100% 0 0);opacity:1}55%{clip-path:inset(0 0 0 0);opacity:1}to{clip-path:inset(0 0 0 55%);opacity:0}}.strike-mark{position:absolute;border-radius:.4rem;box-shadow:0 0 0 2px currentColor,0 0 1.6em -.2em currentColor;animation:strike-mark .7s ease-out .18s both}@keyframes strike-mark{0%{opacity:0;transform:scale(1.06)}25%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1)}}.strike-label{position:absolute;transform:translate(-50%,-50%);font-size:1.4rem;font-weight:800;letter-spacing:-.02em;text-shadow:0 2px 6px #000,0 0 .5em currentColor;animation:strike-label 1.1s ease-out .2s both}@keyframes strike-label{0%{opacity:0;transform:translate(-50%,-30%) scale(.7)}22%{opacity:1;transform:translate(-50%,-60%) scale(1.15)}45%{opacity:1;transform:translate(-50%,-75%) scale(1)}to{opacity:0;transform:translate(-50%,-160%) scale(1)}}.strike-ghost{position:absolute;pointer-events:none;transform-origin:50% 50%;animation:strike-ghost .95s cubic-bezier(.3,0,.5,1) both;filter:drop-shadow(0 0 .35em currentColor)}.strike-ghost>*{display:block}@keyframes strike-ghost{0%{opacity:1;transform:scale(1) translateY(0);filter:blur(0)}35%{opacity:.95;transform:scale(1.08) translateY(-6px);filter:blur(0)}to{opacity:0;transform:scale(1.3) translateY(-26px);filter:blur(6px)}}.strike[data-kind=death] .strike-ghost{transform-origin:50% 95%;animation:strike-death 1s cubic-bezier(.4,0,.75,.5) both}@keyframes strike-death{0%{opacity:1;transform:rotate(0) translateY(0) scale(1);filter:brightness(1) grayscale(0)}16%{opacity:1;transform:rotate(-5deg) translateY(-5px) scale(1.04);filter:brightness(2.2) grayscale(.2)}to{opacity:0;transform:rotate(16deg) translateY(42px) scale(.85);filter:brightness(.3) grayscale(1)}}@media(prefers-reduced-motion:reduce){.strike-bolt{display:none}.strike-ghost,.strike[data-kind=death] .strike-ghost{animation:strike-ghost-still .95s linear both}.strike[data-kind=death] .strike-ghost{filter:grayscale(1) brightness(.5)}@keyframes strike-ghost-still{0%,30%{opacity:1}to{opacity:0}}.strike-mark,.strike[data-kind=curse] .strike-mark{animation:strike-mark 1s linear .1s both}.strike-label{animation:strike-still 1.1s linear both}@keyframes strike-still{0%,80%{opacity:1;transform:translate(-50%,-50%)}to{opacity:0;transform:translate(-50%,-50%)}}}.game-bar{color:var(--cream);background-color:var(--table-ink);background-image:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,0) 40%),linear-gradient(180deg,var(--baize-deep),rgba(0,0,0,.88));box-shadow:inset 0 1px 0 rgba(233,185,73,.38),inset 0 -1px 0 rgba(0,0,0,.6),0 2px 10px rgba(0,0,0,.45)}@media(min-width:640px){.game-bar{box-shadow:inset 0 0 0 1px rgba(233,185,73,.22),inset 0 1px 0 rgba(233,185,73,.38),0 3px 12px rgba(0,0,0,.5)}}.game-bar-lamp{color:var(--brass);filter:drop-shadow(0 0 .35em rgba(233,185,73,.55))}.game-bar-lamp[data-lit=no]{color:rgba(255,255,255,.28);filter:none}.game-bar-watching{border:1px solid rgba(233,185,73,.35);letter-spacing:.06em;text-transform:uppercase}.game-bar-round,.game-bar-watching{background:rgba(0,0,0,.35);color:var(--brass)}.game-bar-round{border:1px solid rgba(233,185,73,.22);font-variant-numeric:tabular-nums}.game-bar-clock-label{color:rgba(233,185,73,.75)}.game-bar-clock-track{background:rgba(0,0,0,.55);box-shadow:inset 0 1px 2px rgba(0,0,0,.6)}.game-action{position:relative;border:1px solid rgba(0,0,0,.55);border-radius:.375rem;transition:background-color .12s ease,box-shadow .12s ease,transform .06s ease}.game-action:focus-visible{outline:2px solid var(--brass);outline-offset:2px}.game-action:active:not(:disabled){transform:translateY(1px)}.game-action:active:not(:disabled),.game-action:disabled{box-shadow:inset 0 2px 4px rgba(0,0,0,.45)}.game-action--primary{background-image:linear-gradient(180deg,#f5d27c,var(--brass) 52%,#d3a336);border-color:var(--brass-dim);color:var(--table-ink);font-weight:600;box-shadow:inset 0 1px 0 rgba(255,255,255,.5),0 1px 2px rgba(0,0,0,.55)}.game-action--primary:hover:not(:disabled){background-image:linear-gradient(180deg,#ffdf94,#f2c65c 52%,#dfae3d)}.game-action--default{background-image:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.02));background-color:rgba(0,0,0,.45);border-color:rgba(233,185,73,.25);color:var(--cream);box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 1px 2px rgba(0,0,0,.5)}.game-action--default:hover:not(:disabled){background-color:rgba(233,185,73,.16);border-color:rgba(233,185,73,.5);color:#fff}.game-action--danger{background-image:linear-gradient(180deg,#e0233c,var(--card-red) 52%,#9c0c23);border-color:#7d0a1c;color:var(--ivory);font-weight:600;box-shadow:inset 0 1px 0 rgba(255,255,255,.28),0 1px 2px rgba(0,0,0,.55)}.game-action--danger:hover:not(:disabled){background-image:linear-gradient(180deg,#f0344c,#d61833 52%,#b00e28)}.game-bar .dropdown-content{background-color:var(--table-ink);background-image:linear-gradient(180deg,var(--baize-deep),rgba(0,0,0,.9));border:1px solid rgba(233,185,73,.3);border-radius:.4rem;box-shadow:0 8px 24px rgba(0,0,0,.6);padding:.25rem}.game-bar .dropdown-content .dropdown-item,.game-bar .dropdown-content a.dropdown-item{border-radius:.3rem;color:var(--cream);padding-inline:.6rem}.game-bar .dropdown-content .dropdown-item:hover,.game-bar .dropdown-content a.dropdown-item:hover{background-color:rgba(233,185,73,.16);color:#fff}.game-bar .dropdown-content .dropdown-item.has-text-danger{color:#f4788a}.game-bar .dropdown-content .dropdown-divider{background-color:rgba(233,185,73,.25)}.game-bar-actions{overflow-x:auto;padding-block:.3rem;margin-block:-.3rem;scrollbar-width:none}.game-bar-actions::-webkit-scrollbar{display:none}.game-bar-actions>*,.game-bar-extras,.game-bar-pinned{flex:0 0 auto}.game-bar-hint{display:flex;align-items:center;gap:.55rem;min-height:2rem;padding:.25rem .5rem;border-left:3px solid rgba(0,0,0,0);border-radius:.3rem;color:rgba(255,255,255,.82);font-size:.82rem;line-height:1.35}.game-bar-hint[data-showing=true]{border-left-color:var(--brass-dim,#8a6d24);background:rgba(0,0,0,.28)}.game-bar-hint-mark{flex:0 0 auto;color:var(--brass,#e9b949);opacity:.8}.game-bar-hint-said{display:flex;flex-wrap:wrap;align-items:baseline;gap:.1rem .5rem;min-width:0;margin:0}.game-bar-hint-move{color:var(--brass,#e9b949);font-weight:600}.game-bar-hint-why{color:rgba(255,255,255,.72)}.game-bar-hint-rule{flex:0 0 auto;padding:0 .4rem;border:1px solid rgba(233,185,73,.22);border-radius:.2rem;color:rgba(233,185,73,.72);font-size:.68rem;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}.game-bar-hint-drop{flex:0 0 auto;margin-left:auto;padding:.15rem .6rem;border:1px solid rgba(233,185,73,.3);border-radius:.25rem;background:rgba(0,0,0,0);color:rgba(255,255,255,.7);font-size:.74rem;letter-spacing:.04em;cursor:pointer}.game-bar-hint-drop:focus-visible,.game-bar-hint-drop:hover{border-color:rgba(233,185,73,.6);color:var(--brass,#e9b949)}.playing-card[data-advised=true]{outline:2px dashed var(--brass,#e9b949);outline-offset:2px;border-radius:9px}.game-bar [data-advised=true]{outline:2px dashed rgba(233,185,73,.75);outline-offset:2px}.announce-layer{position:fixed;inset:0;z-index:31;pointer-events:none}.announce-banner{position:absolute;left:50%;top:38%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:.7rem 2.2rem;border-radius:.8rem;border:1px solid rgba(251,191,36,.55);background:rgba(17,24,39,.88);color:#fde68a;text-align:center;text-shadow:0 2px 8px #000;box-shadow:0 0 2.5em -.4em rgba(251,191,36,.8),0 10px 30px -10px #000;animation:announce-banner 2.2s ease-out both}.announce-banner strong{font-size:1.9rem;font-weight:800;letter-spacing:-.02em;line-height:1.1}.announce-banner strong i{margin-right:.5rem;opacity:.8}.announce-banner[data-kind=round]{border-color:rgba(148,163,184,.5);color:#e2e8f0;box-shadow:0 0 2.5em -.6em rgba(148,163,184,.5),0 10px 30px -10px #000}.announce-banner[data-kind=round] strong{font-size:1.6rem}@keyframes announce-banner{0%{opacity:0;transform:translate(-50%,-50%) scale(.9)}9%{opacity:1;transform:translate(-50%,-50%) scale(1.02)}16%,78%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-62%) scale(1)}}.announce-label{position:absolute;--announce-x:-50%;--announce-y:-100%;transform:translate(var(--announce-x),var(--announce-y));display:flex;flex-direction:column;align-items:center;gap:.05rem;max-width:15rem;padding:.3rem .7rem;border-radius:.55rem;border:1px solid var(--announce-colour);background:rgba(17,24,39,.92);color:#f9fafb;box-shadow:0 6px 18px -8px #000;animation:announce-label 2.6s ease-out both;text-align:center}.announce-label>*{min-width:0;max-width:100%}.announce-label{--announce-colour:rgba(148,163,184,.6)}.announce-label i{margin-right:.35rem;opacity:.85}.announce-label[data-place=named]{--announce-x:0;--announce-y:-50%;align-items:flex-start;text-align:left}.announce-label[data-place=seat]{--announce-x:0;--announce-y:-50%;align-items:flex-end;text-align:right}.announce-label[data-kind=turn]{--announce-colour:rgba(251,191,36,.7)}.announce-label[data-kind=move]{--announce-colour:rgba(96,165,250,.7)}.announce-label[data-kind=roll]{--announce-colour:rgba(203,213,225,.55)}.announce-label[data-kind=curse]{--announce-colour:rgba(168,85,247,.85);background:rgba(46,16,74,.95)}.announce-label[data-kind=hurt]{--announce-colour:rgba(248,113,113,.9);background:rgba(69,10,10,.95)}.announce-label[data-kind=heal]{--announce-colour:rgba(134,239,172,.9);background:rgba(5,46,22,.95)}.announce-label[data-kind=gain]{--announce-colour:rgba(163,230,53,.75);background:rgba(26,46,5,.95)}.announce-label[data-kind=gain] .announce-text{font-size:1.35rem;font-weight:800;line-height:1.05;font-variant-numeric:tabular-nums;color:#bef264}.announce-label[data-kind=down]{--announce-colour:rgba(248,113,113,1);background:rgba(87,13,13,.97);box-shadow:0 6px 18px -6px #000,0 0 .8em -.1em rgba(248,113,113,.5)}.announce-text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.82rem;font-weight:600;line-height:1.2;overflow:hidden;overflow-wrap:anywhere}.announce-detail{font-size:.68rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--announce-colour,#cbd5e1);filter:brightness(1.35)}.announce-label .announce-detail{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere}.announce-banner .announce-detail{font-size:.78rem;color:#fcd34d;text-transform:none;letter-spacing:0}@keyframes announce-label{0%{opacity:0;transform:translate(var(--announce-x),calc(var(--announce-y) + 15%)) scale(.92)}8%{opacity:1;transform:translate(var(--announce-x),var(--announce-y)) scale(1)}80%{opacity:1;transform:translate(var(--announce-x),var(--announce-y)) scale(1)}to{opacity:0;transform:translate(var(--announce-x),calc(var(--announce-y) - 18%)) scale(1)}}@media(prefers-reduced-motion:reduce){.announce-banner{animation:announce-still 2.2s linear both}.announce-label{animation:announce-label-still 2.6s linear both}@keyframes announce-still{0%,85%{opacity:1;transform:translate(-50%,-50%)}to{opacity:0;transform:translate(-50%,-50%)}}@keyframes announce-label-still{0%,85%{opacity:1;transform:translate(var(--announce-x),var(--announce-y))}to{opacity:0;transform:translate(var(--announce-x),var(--announce-y))}}}.card-face{position:absolute;inset:0;display:flex;flex-direction:column;border-radius:inherit;overflow:hidden;pointer-events:none;font-size:var(--card-face-size,.7rem);line-height:1.15}.card-face-art{flex:1 1 auto;min-height:0;background:#14110e top/cover no-repeat}.card-face-kind{font-size:.6em;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#d3ad63}.card-face-sheet{margin-top:auto;flex:0 0 auto;display:flex;flex-direction:column;gap:.18em;padding:.45em .45em .4em;border-top:1px solid rgba(0,0,0,.28);background:linear-gradient(180deg,rgba(48,42,34,.62) 0,rgba(33,29,24,.85) 45%,rgba(26,23,20,.94));backdrop-filter:blur(4px) saturate(.85);color:#f2e9d7;text-shadow:0 1px 2px rgba(0,0,0,.6)}.card-face-name{font-weight:700;line-height:1.1}.card-face .pile-tally{gap:.15em;margin-top:.06em}.card-face .tally{font-size:.74em}.card-face .tally.is-badge{padding:.08em .3em;background:rgba(0,0,0,.55)}.card-face-text{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-size:.7em;line-height:1.3;color:#cfc3ac}.pile-tally{display:flex;flex-wrap:wrap;align-items:center;gap:.2rem;pointer-events:auto}.tally{position:relative;display:inline-flex;align-items:center;gap:.25rem;font-size:.66rem;font-weight:700;line-height:1;font-variant-numeric:tabular-nums;white-space:nowrap;color:#d1d5db}.tally i{font-size:.8em;opacity:.9}.tally.is-badge{padding:.16rem .4rem;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:rgba(0,0,0,.4);overflow:hidden}.tally.is-badge[data-fill]:before{content:"";position:absolute;left:0;top:0;bottom:0;width:var(--tally-fill,0);background:currentColor;opacity:.18;transition:width .35s ease}.tally .tally-value,.tally i{position:relative}.tally-of{margin-left:.05em;font-weight:600;opacity:.6}.tally[data-empty]{opacity:.45}.tally[data-kind=gold]{color:#fcd34d}.tally[data-kind=xp]{color:#c4b5fd}.tally[data-kind=hp]{color:#fca5a5}.tally[data-kind=cards]{color:#cbd5e1}.tally.is-badge[data-kind=gold]{border-color:rgba(252,211,77,.3)}.tally.is-badge[data-kind=xp]{border-color:rgba(196,181,253,.3)}.tally.is-badge[data-kind=hp]{border-color:rgba(252,165,165,.3)}.tally.is-badge[data-tone=ready]{border-color:currentColor;box-shadow:0 0 .55em -.05em currentColor;animation:tally-ready 2.4s ease-in-out infinite}.tally.is-badge[data-tone=low]{color:#fca5a5;border-color:rgba(248,113,113,.75);background:rgba(127,29,29,.45);box-shadow:0 0 .55em -.05em rgba(248,113,113,.7)}@keyframes tally-ready{0%,to{box-shadow:0 0 .3em -.05em currentColor}50%{box-shadow:0 0 .8em 0 currentColor}}.tally.is-badge[data-change]{border-color:currentColor;box-shadow:0 0 .6em -.05em currentColor}.tally.is-badge[data-change=up]{color:#86efac}.tally.is-badge[data-change=down]{color:#fca5a5}.tally-flash{position:absolute;inset:0;border-radius:inherit;background:currentColor;opacity:0;pointer-events:none;animation:tally-flash .9s ease-out}@keyframes tally-flash{0%{opacity:.55}to{opacity:0}}.tally.is-inline .tally-flash{display:none}@media(prefers-reduced-motion:reduce){.tally.is-badge[data-tone=ready]{animation:none}.tally.is-badge[data-fill]:before{transition:none}.tally-flash{animation:none;opacity:.3}}.tally.is-inline{gap:.35rem;font-weight:600}.tally.is-inline[data-kind=gold]{color:#b45309}.tally.is-inline[data-kind=xp]{color:#6d28d9}.tally.is-inline[data-kind=hp]{color:#b91c1c}.tally.is-inline[data-kind=cards]{color:#475569}.dice-tray{position:relative;display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;min-height:calc(48px*var(--scale-size) + 1rem);padding:.55rem .8rem;border:1px solid rgba(0,0,0,.35);border-radius:.6rem;background:linear-gradient(180deg,rgba(0,0,0,.32),rgba(0,0,0,.18));box-shadow:inset 0 .15em .5em rgba(0,0,0,.45),0 1px 0 rgba(255,255,255,.05)}.dice-tray.is-active{border-color:var(--seat-live);box-shadow:inset 0 .15em .5em rgba(0,0,0,.45),0 0 .6em rgba(163,230,53,.5)}.die{--die-size:calc(40px * var(--scale-size));--die-edge:calc(var(--die-size) * .74);--die-face:#f6f2e7;--die-side:#d8d1bd;--die-pip:#1f2937;flex:0 0 auto;position:relative;width:var(--die-size);height:var(--die-size);perspective:calc(var(--die-size)*5);cursor:pointer;transition:transform .12s ease}.die:hover{transform:translateY(-3px)}.die[data-selected=true]{--die-face:#ecfccb;--die-side:#bef264;--die-pip:#365314}.die[data-kept=true]{--die-face:#a3e635;--die-side:#65a30d;--die-pip:#1a2e05;cursor:default;transform:scale(.78)}.die[data-kept=true]:hover{transform:scale(.78)}.die-throw{position:relative;width:100%;height:100%;transform-style:preserve-3d}.die-throw.is-thrown{animation:die-throw .62s cubic-bezier(.2,.8,.3,1) both}@keyframes die-throw{0%{transform:translateY(-60%) rotateX(-400deg) rotateY(-460deg) scale(.8)}55%{transform:translateY(8%) rotateX(-46deg) rotateY(-64deg) scale(1.07)}78%{transform:translateY(-5%) rotateX(-9deg) rotateY(-13deg) scale(.98)}to{transform:translateY(0) rotateX(0) rotateY(0) scale(1)}}.die-cube{position:absolute;top:50%;left:50%;width:var(--die-edge);height:var(--die-edge);margin-top:calc(var(--die-edge)/-2);margin-left:calc(var(--die-edge)/-2);transform-style:preserve-3d;transition:transform .35s cubic-bezier(.2,.8,.3,1)}.die-cube,.die-cube[data-face="1"]{transform:rotateX(-18deg) rotateY(26deg)}.die-cube[data-face="2"]{transform:rotateX(-18deg) rotateY(26deg) rotateX(-90deg)}.die-cube[data-face="3"]{transform:rotateX(-18deg) rotateY(26deg) rotateY(-90deg)}.die-cube[data-face="4"]{transform:rotateX(-18deg) rotateY(26deg) rotateY(90deg)}.die-cube[data-face="5"]{transform:rotateX(-18deg) rotateY(26deg) rotateX(90deg)}.die-cube[data-face="6"]{transform:rotateX(-18deg) rotateY(26deg) rotateY(180deg)}.die-face{display:grid;grid-template:repeat(3,1fr)/repeat(3,1fr);width:100%;height:100%;padding:14%;border-radius:22%;background:linear-gradient(150deg,var(--die-face) 0,var(--die-side) 100%);box-shadow:inset 0 0 0 1px rgba(0,0,0,.09),inset 0 -.15em .3em rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.45)}.die-cube .die-face{position:absolute;inset:0;width:auto;height:auto;border-radius:16%;backface-visibility:hidden}.die-cube .die-face[data-face="1"]{transform:translateZ(calc(var(--die-edge) / 2))}.die-cube .die-face[data-face="2"]{transform:rotateX(90deg) translateZ(calc(var(--die-edge) / 2))}.die-cube .die-face[data-face="3"]{transform:rotateY(90deg) translateZ(calc(var(--die-edge) / 2))}.die-cube .die-face[data-face="4"]{transform:rotateY(-90deg) translateZ(calc(var(--die-edge) / 2))}.die-cube .die-face[data-face="5"]{transform:rotateX(-90deg) translateZ(calc(var(--die-edge) / 2))}.die-cube .die-face[data-face="6"]{transform:rotateY(180deg) translateZ(calc(var(--die-edge) / 2))}.die-pip{align-self:center;justify-self:center;width:74%;aspect-ratio:1;border-radius:50%;background:var(--die-pip);box-shadow:inset 0 .08em .12em rgba(0,0,0,.45)}.die-pip[data-spot=a]{grid-area:1/1}.die-pip[data-spot=b]{grid-area:1/2}.die-pip[data-spot=c]{grid-area:1/3}.die-pip[data-spot=d]{grid-area:2/1}.die-pip[data-spot=e]{grid-area:2/2}.die-pip[data-spot=f]{grid-area:2/3}.die-pip[data-spot=g]{grid-area:3/1}.die-pip[data-spot=h]{grid-area:3/2}.die-pip[data-spot=i]{grid-area:3/3}.die-solid{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:16%;background:linear-gradient(150deg,var(--die-face) 0,var(--die-side) 100%);color:var(--die-pip);font-size:calc(var(--die-size)*.42);font-weight:800;line-height:1;filter:drop-shadow(0 3px 4px rgba(0,0,0,.5))}.die[data-shape=coin] .die-solid{border-radius:50%;box-shadow:inset 0 0 0 .12em rgba(0,0,0,.12)}.die[data-sides="4"] .die-solid{clip-path:polygon(50% 0,100% 100%,0 100%);align-items:flex-end;padding-bottom:6%;border-radius:0;font-size:calc(var(--die-size)*.34)}.die[data-sides="10"] .die-solid{position:relative;clip-path:polygon(50% 0,94% 34%,50% 100%,6% 34%);background:var(--die-side);border-radius:0;font-size:calc(var(--die-size)*.38)}.die[data-sides="10"] .die-solid:before{content:"";position:absolute;inset:10%;clip-path:polygon(50% 0,94% 34%,50% 100%,6% 34%);background:linear-gradient(150deg,var(--die-face) 0,var(--die-face) 45%,var(--die-side) 100%)}.die[data-sides="12"] .die-solid{position:relative;clip-path:polygon(50% 0,100% 38%,81% 100%,19% 100%,0 38%);background:var(--die-side);border-radius:0;font-size:calc(var(--die-size)*.4)}.die[data-sides="12"] .die-solid:before{content:"";position:absolute;inset:11%;clip-path:polygon(50% 0,100% 38%,81% 100%,19% 100%,0 38%);background:linear-gradient(150deg,var(--die-face) 0,var(--die-face) 45%,var(--die-side) 100%)}.die[data-sides="20"] .die-solid{position:relative;clip-path:polygon(50% 0,94% 26%,94% 74%,50% 100%,6% 74%,6% 26%);border-radius:0;font-size:calc(var(--die-size)*.4)}.die[data-sides="20"] .die-solid:after,.die[data-sides="20"] .die-solid:before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.16)}.die[data-sides="20"] .die-solid:before{clip-path:polygon(94% 26%,94% 74%,50% 100%)}.die[data-sides="20"] .die-solid:after{clip-path:polygon(6% 26%,50% 100%,6% 74%)}.die[data-sides="10"] .die-solid .die-value,.die[data-sides="12"] .die-solid .die-value,.die[data-sides="20"] .die-solid .die-value{position:relative;z-index:1}.die[data-look="2d"] .die-throw.is-thrown,.die[data-shape=solid] .die-throw.is-thrown{animation-name:die-spin}.die[data-shape=coin] .die-throw.is-thrown{animation-name:die-flip}@keyframes die-spin{0%{transform:translateY(-60%) rotate(-320deg) scale(.8)}60%{transform:translateY(6%) rotate(14deg) scale(1.07)}to{transform:translateY(0) rotate(0) scale(1)}}@keyframes die-flip{0%{transform:translateY(-60%) rotateY(-3turn) scale(.85)}60%{transform:translateY(6%) rotateY(-40deg) scale(1.06)}to{transform:translateY(0) rotateY(0) scale(1)}}@media(max-width:640px){.die{--die-size:calc(30px * var(--scale-size))}.dice-tray{gap:.5rem;padding:.45rem .55rem;min-height:calc(38px*var(--scale-size) + .9rem)}}@media(prefers-reduced-motion:reduce){.die-throw.is-thrown{animation:none}.die-cube,.die:hover,.die[data-kept=true]{transition:none}}.chip-stack{display:inline-flex;align-items:center}.chip-slot{display:inline-flex;filter:drop-shadow(0 2px 3px rgba(0,0,0,.5))}.chip-empty{font-size:.75rem;color:rgba(255,255,255,.5)}.bet-circle{display:flex;align-items:center;justify-content:center;width:5.5rem;height:5.5rem;border:2px dashed rgba(255,255,255,.35);border-radius:999px;background:rgba(0,0,0,.18);font-size:.75rem;color:rgba(255,255,255,.55)}.bet-circle.is-placed{border-style:solid;border-color:rgba(163,230,53,.7);background:rgba(163,230,53,.08)}.hand-count{display:inline-flex;align-items:center;gap:.35rem;padding:.15rem .55rem;border-radius:999px;background:rgba(0,0,0,.55);font-size:.8rem;font-weight:700;color:#e5e7eb}.hand-count.is-good{background:rgba(163,230,53,.18);color:#bef264}.hand-count.is-bust{background:rgba(239,68,68,.2);color:#fca5a5}.pile-wager-stake{padding:.1rem .5rem;border-radius:999px;background:rgba(0,0,0,.55);font-size:.78rem;font-weight:700;white-space:nowrap;color:#e5e7eb}.pile-wager[data-tone=good] .pile-wager-stake{background:rgba(163,230,53,.18);color:#bef264}.pile-wager[data-tone=bust] .pile-wager-stake{background:rgba(239,68,68,.2);color:#fca5a5}.pile-caption[data-tone=good] .pile-caption-subtitle{color:#bef264}.pile-caption[data-tone=bust] .pile-caption-subtitle{color:#fca5a5}.has-wager{padding-bottom:5.5rem}@media(max-width:640px){.bet-circle{width:4rem;height:4rem}.has-wager{padding-bottom:4rem}.pile-wager .bet-circle{width:3.5rem;height:3.5rem;font-size:.65rem}.player-seat{min-width:0}}.pile-wager{position:absolute;bottom:.4rem;left:0;right:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;pointer-events:none;z-index:4}.pile-wager .bet-circle{width:4.75rem;height:4.75rem;font-size:.7rem}:root{--seat-live:#a3e635;--seat-ready:#4ade80;--seat-idle:#8a9a90;--seat-away:#facc15}.player-seat{display:flex;align-items:center;gap:.65rem;min-width:12rem;padding:.55rem .75rem;border:1px solid rgba(233,185,73,.28);border-radius:.6rem;background-color:rgba(0,0,0,.42);background-image:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.01));box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 2px 6px rgba(0,0,0,.4);transition:border-color .15s ease,box-shadow .15s ease,opacity .15s ease}.player-seat.is-sm{min-width:9.5rem;padding:.4rem .55rem;font-size:.85rem}.pile-caption .player-seat{min-width:0;max-width:100%}.pile-caption .player-seat-status{min-width:0;overflow:hidden;white-space:nowrap}.player-seat[data-you]{border-color:rgba(233,185,73,.6)}.player-seat[data-presence=turn]{border-color:var(--seat-live);background-image:linear-gradient(180deg,rgba(163,230,53,.14),rgba(255,255,255,.01));box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 0 .7em rgba(163,230,53,.45),0 2px 6px rgba(0,0,0,.4)}.player-seat[data-presence=away]{border-color:rgba(250,204,21,.65);background-image:linear-gradient(180deg,rgba(250,204,21,.1),rgba(255,255,255,.01));opacity:.8}.player-seat[data-presence=spectator]{border-color:rgba(233,185,73,.22);border-style:dashed;opacity:.75}.player-seat-avatar{position:relative;display:flex;flex:0 0 auto;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:999px;border:1px solid rgba(233,185,73,.45);background-image:radial-gradient(circle at 50% 28%,#294036,#0c1712 78%);font-weight:700;letter-spacing:.02em;color:var(--brass);box-shadow:var(--face-ring,0 0 rgba(0,0,0,0)),inset 0 1px 0 rgba(255,255,255,.16),0 1px 3px rgba(0,0,0,.5)}.is-sm .player-seat-avatar{width:2rem;height:2rem;font-size:.85rem}[data-face="0"]{--face-hue:8}[data-face="1"]{--face-hue:32}[data-face="2"]{--face-hue:48}[data-face="3"]{--face-hue:84}[data-face="4"]{--face-hue:140}[data-face="5"]{--face-hue:168}[data-face="6"]{--face-hue:190}[data-face="7"]{--face-hue:212}[data-face="8"]{--face-hue:250}[data-face="9"]{--face-hue:280}[data-face="10"]{--face-hue:316}[data-face="11"]{--face-hue:344}[data-face=gold]{--face-hue:44;--face-sheen:linear-gradient(158deg,hsla(44,72%,66%,.42),transparent 58%)}[data-face=crimson]{--face-hue:352;--face-sheen:linear-gradient(158deg,hsla(352,72%,66%,.42),transparent 58%)}[data-face=ivory]{--face-hue:40;--face-sheen:linear-gradient(158deg,hsla(40,72%,66%,.42),transparent 58%)}[data-face=amethyst]{--face-hue:276;--face-sheen:linear-gradient(158deg,hsla(276,72%,66%,.42),transparent 58%)}[data-face=laurel]{--face-hue:96;--face-sheen:linear-gradient(158deg,hsla(96,72%,66%,.42),transparent 58%)}[data-face=house]{--face-hue:44;--face-sheen:linear-gradient(158deg,hsla(44,72%,66%,.42),transparent 58%);--face-ring:0 0 0 2px hsl(44,74%,56%),0 0 9px hsla(44,82%,60%,.45)}[data-ink=ember]{--ink:linear-gradient(96deg,#ff9a4d,#dd2f45)}[data-ink=tide]{--ink:linear-gradient(96deg,#57dcc6,#3573e6)}[data-ink=orchid]{--ink:linear-gradient(96deg,#c489ff,#ff4fae)}[data-ink=champion]{--ink:linear-gradient(96deg,#ffeab0,#d29c1c)}[data-ink=house]{--ink:linear-gradient(96deg,#b07f28,#ffeaa8 45%,#b07f28);--ink-size:260% 100%;--ink-move:house-ink 7s linear infinite}@keyframes house-ink{0%{background-position:130% 0}to{background-position:-30% 0}}@media(prefers-reduced-motion:reduce){[data-ink=house]{--ink-move:none}}.player-seat-named[data-ink],.score-card-name[data-ink]{background-image:var(--ink,linear-gradient(var(--ui-strong),var(--ui-strong)));background-size:var(--ink-size,auto);-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0);text-shadow:none;animation:var(--ink-move,none)}.player-seat-avatar[data-face]{background-image:var(--face-sheen,none),radial-gradient(circle at 50% 28%,hsl(var(--face-hue),24%,27%),hsl(var(--face-hue),30%,9%) 78%);color:hsl(var(--face-hue),58%,76%)}.player-seat-face{position:absolute;inset:1px;border-radius:999px;background-position:50%;background-size:cover;background-repeat:no-repeat}.player-seat-dealer{position:absolute;right:-.35rem;bottom:-.35rem;display:flex;align-items:center;justify-content:center;width:1.15rem;height:1.15rem;border-radius:999px;border:1px solid rgba(0,0,0,.35);background-image:linear-gradient(180deg,#fff,#ddd6c6);color:var(--table-ink);font-size:.65rem;font-weight:800;box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 1px 3px rgba(0,0,0,.55)}.player-seat-crown{position:absolute;top:-.7rem;left:50%;transform:translateX(-50%);font-size:1.05rem;line-height:1;color:var(--brass);text-shadow:0 1px 2px rgba(0,0,0,.85),0 0 .4em rgba(233,185,73,.45)}.is-sm .player-seat-crown{font-size:.9rem;top:-.62rem}.player-seat-lead{position:absolute;left:-.35rem;bottom:-.35rem;display:flex;align-items:center;justify-content:center;width:1.15rem;height:1.15rem;border-radius:999px;border:1px solid rgba(0,0,0,.45);background-image:linear-gradient(180deg,#f0cd7a,#b58a2c);color:#2a1e05;font-size:.5rem;box-shadow:inset 0 1px 0 rgba(255,255,255,.55),0 1px 3px rgba(0,0,0,.55)}.player-seat-text{display:flex;min-width:0;flex:1 1 auto;flex-direction:column;line-height:1.3}.player-seat-name{display:flex;align-items:baseline;gap:.35rem;font-weight:600;color:var(--cream);min-width:0;width:100%;white-space:nowrap}.player-seat-named{min-width:0;overflow:hidden;text-overflow:ellipsis}.player-seat-name .pile-tally{flex:0 0 auto;margin-left:auto;align-self:center}.player-seat-you{padding:0 .3rem;border-radius:.25rem;border:1px solid rgba(233,185,73,.4);background:rgba(233,185,73,.16);font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--brass)}.player-seat-status{display:flex;align-items:center;gap:.35rem;font-size:.78rem;color:rgba(247,242,230,.62)}.player-seat-dot{width:.5rem;height:.5rem;flex:0 0 auto;border-radius:999px;background:var(--seat-idle)}.player-seat[data-presence=turn] .player-seat-dot{background:var(--seat-live);box-shadow:0 0 0 2px rgba(163,230,53,.25)}.player-seat[data-presence=ready] .player-seat-dot{background:var(--seat-ready)}.player-seat[data-presence=away] .player-seat-dot{background:var(--seat-away);box-shadow:0 0 0 2px rgba(250,204,21,.22)}.player-seat[data-presence=spectator] .player-seat-dot{background:none;box-shadow:inset 0 0 0 1px rgba(247,242,230,.45)}.player-seat-detail{padding-left:.35rem;border-left:1px solid rgba(233,185,73,.28);margin-left:.15rem;color:rgba(247,242,230,.85);white-space:nowrap;flex:0 0 auto}body{transition:padding-right .2s ease,padding-left .2s ease}@media(min-width:1024px){body.room-chat-open{padding-right:20rem}body.game-log-open{padding-left:20rem}}.site-logo{display:block;width:100%;height:auto;overflow:visible}.logo-card,.logo-chip,.logo-die,.logo-word{animation-duration:.62s;animation-timing-function:cubic-bezier(.2,.8,.3,1);animation-fill-mode:both;transform-box:fill-box;transform-origin:50% 50%}.logo-card{animation-name:logo-deal;transform-origin:50% 132%}.logo-chip{animation-name:logo-push}.logo-die{animation-name:logo-throw;animation-duration:.76s}.logo-word{animation-name:logo-settle}@keyframes logo-deal{0%{opacity:0;transform:rotate(26deg) translateY(8px)}to{opacity:1;transform:none}}@keyframes logo-push{0%{opacity:0;transform:translateX(-24px) scale(.9)}to{opacity:1;transform:none}}@keyframes logo-throw{0%{opacity:0;transform:rotate(-200deg) scale(.4)}to{opacity:1;transform:none}}@keyframes logo-settle{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.logo-card,.logo-chip,.logo-die,.logo-word{animation:none}}.home{display:flex;flex-grow:1;align-items:center;justify-content:center;padding:2rem 1.5rem 4rem}.home-logo{width:min(88vw,640px);margin:0}.nav-settings{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;margin-right:.5rem;border:1px solid rgba(255,255,255,.18);border-radius:.375rem;background:rgba(0,0,0,0);color:#d1d5db;cursor:pointer;transition:border-color .12s ease,color .12s ease}.nav-settings:hover{border-color:var(--ui-accent-line);color:var(--ui-accent)}.nav-settings:focus-visible{outline:2px solid var(--ui-accent);outline-offset:2px}.settings-backdrop{position:fixed;inset:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:var(--ui-behind)}.settings-panel{width:min(100%,27rem);max-height:88vh;overflow-y:auto;padding:1px;border-radius:var(--ui-radius-dialog);background:var(--ui-frame);box-shadow:var(--ui-shadow-dialog)}.settings-panel>*{background:var(--ui-case)}.settings-panel>:first-child{border-radius:.55rem .55rem 0 0}.settings-panel>:last-child{border-radius:0 0 .55rem .55rem}.settings-head{display:flex;align-items:center;gap:.75rem;padding:1rem 1.15rem .85rem;border-bottom:1px solid var(--ui-line)}.settings-title{flex:1 1 auto;margin:0;font-size:1.25rem;font-weight:600;letter-spacing:-.01em;color:var(--ui-strong)}.settings-close{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:1px solid var(--ui-btn-line);border-radius:.35rem;background:var(--ui-btn-bg);color:var(--ui-btn-ink);cursor:pointer}.settings-close:hover{border-color:var(--ui-accent-line);color:var(--ui-btn-ink-hover)}.settings-field{margin:0;padding:1rem 1.15rem;border:0;border-bottom:1px solid var(--ui-line)}.settings-legend{float:left;width:100%;padding:0;background:rgba(0,0,0,0);border:0;font-size:.6rem;font-weight:var(--ui-label-weight);letter-spacing:var(--ui-label-track);text-transform:var(--ui-label-transform);color:var(--ui-label-ink);opacity:.8}.settings-options{clear:both;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.6rem;padding-top:.7rem}.settings-option{display:flex;flex-direction:column;align-items:center;gap:.4rem;cursor:pointer}.settings-option input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.settings-swatch{width:100%;aspect-ratio:1;border-radius:.3rem;border:1px solid var(--ui-well-line);background-size:cover;transition:border-color .12s ease,transform .12s ease}.settings-swatch.is-card{aspect-ratio:72/110}.settings-option-name{font-size:.68rem;line-height:1.2;text-align:center;color:var(--ui-quiet)}.settings-option:hover .settings-swatch{border-color:var(--ui-accent-line)}.settings-option.is-picked .settings-swatch{border-color:var(--ui-accent);box-shadow:0 0 0 2px var(--ui-accent-line)}.settings-option.is-picked .settings-option-name{color:var(--ui-strong)}.settings-option input:focus-visible+.settings-swatch{outline:2px solid var(--ui-accent);outline-offset:2px}.settings-option.is-locked{cursor:not-allowed}.settings-option.is-locked .settings-swatch{position:relative;opacity:.55}.settings-option.is-locked .settings-swatch:after{content:"";position:absolute;inset:0;border-radius:inherit;background:repeating-linear-gradient(135deg,rgba(0,0,0,.38),rgba(0,0,0,.38) 3px,transparent 0,transparent 8px)}.settings-option.is-locked:hover .settings-swatch{border-color:var(--ui-well-line)}.settings-price{font-size:.62rem;font-weight:700;letter-spacing:var(--ui-caps-track);text-transform:var(--ui-caps-transform);color:var(--ui-accent)}.settings-note{margin:0;padding:.85rem 1.15rem 1rem;font-size:.72rem;color:var(--ui-quieter)}.settings-note a{color:var(--ui-accent);font-weight:600}.table-props{padding:.9rem 1.15rem 1rem;border-bottom:1px solid var(--ui-line)}.table-props-legend{display:block;font-size:.6rem;font-weight:var(--ui-label-weight);letter-spacing:var(--ui-label-track);text-transform:var(--ui-label-transform);color:var(--ui-label-ink);opacity:.8}.table-props-list{margin:.6rem 0 0}.table-props-row{display:flex;align-items:baseline;justify-content:space-between;gap:.9rem;padding:.3rem 0}.table-props-row+.table-props-row{border-top:1px solid var(--ui-line-soft)}.table-props-name{min-width:0;font-size:.85rem;color:var(--ui-text)}.table-props-blurb{display:block;margin-top:.1rem;font-size:.7rem;line-height:1.35;color:var(--ui-quieter)}.table-props-value{flex:0 0 auto;margin:0;font-size:.8rem;font-weight:600;text-align:right;color:var(--ui-text)}.table-props-value[data-tone=on]{color:var(--seat-live)}.table-props-value[data-tone=off]{color:var(--ui-quieter)}@media(prefers-reduced-motion:reduce){.settings-swatch{transition:none}}#board[data-grid]{min-height:var(--board-min-height,auto);overflow:var(--board-overflow,revert)}#board[data-grid]>.grid{display:grid;grid-template-columns:var(--board-columns,repeat(var(--bulma-grid-column-count,1),minmax(0,1fr)));grid-template-rows:var(--board-rows,none);grid-template-areas:var(--board-areas,none);gap:var(--board-gap,var(--bulma-grid-gap,.75rem));max-width:var(--board-width,none);margin-inline:auto}#board[data-grid] [data-span=full]{grid-column:1/-1}#board[data-grid] [data-span="2"]{grid-column:span 2}#board[data-grid] [data-span="3"]{grid-column:span 3}#board[data-grid] [data-span="4"]{grid-column:span 4}#board[data-grid] [data-span="5"]{grid-column:span 5}#board[data-grid] [data-span="6"]{grid-column:span 6}#board[data-grid][data-flow=flex]>.grid{display:flex;flex-wrap:wrap}#board[data-grid][data-flow=column]>.grid{display:flex;flex-direction:column}#board[data-grid][data-align=start]>.grid{align-items:flex-start;align-content:flex-start}#board[data-grid][data-align=stretch]>.grid{align-items:stretch;align-content:stretch}#board[data-grid][data-justify=centre]>.grid{justify-content:center}#board[data-grid][data-flow=flex] [data-span=full]{flex:0 0 100%;width:auto}@media(max-width:640px){#board[data-grid]>.grid{grid-template-columns:var(--board-columns-narrow,var(--board-columns,repeat(var(--bulma-grid-column-count,1),minmax(0,1fr))));grid-template-rows:var(--board-rows-narrow,var(--board-rows,none));grid-template-areas:var(--board-areas-narrow,var(--board-areas,none));gap:var(--board-gap-narrow,var(--board-gap,var(--bulma-grid-gap,.75rem)));max-width:var(--board-width-narrow,var(--board-width,none))}}@media(orientation:landscape)and (max-height:500px){#board[data-grid]>.grid{gap:var(--board-gap-squat,var(--board-gap,var(--bulma-grid-gap,.75rem)))}}#board[data-surface]{padding:var(--board-pad,1.5rem 1.25rem 1.25rem);border:var(--board-edge,2px solid rgba(0,0,0,.35));border-radius:var(--board-radius,.5rem);box-shadow:inset 0 0 60px rgba(0,0,0,.45);height:100%;margin-bottom:8px}@media(max-width:640px){#board[data-surface]{padding:var(--board-pad-narrow,var(--board-pad,1.5rem 1.25rem 1.25rem));border-radius:var(--board-radius-narrow,var(--board-radius,.5rem))}}@media(orientation:landscape)and (max-height:500px){#board[data-surface]{padding:var(--board-pad-squat,var(--board-pad,1.5rem 1.25rem 1.25rem))}}#board[data-surface=baize]{background:radial-gradient(ellipse at 50% 0,rgba(255,255,255,.07),transparent 60%),radial-gradient(circle at 50% 45%,#0a7a35 0,#065c28 55%,#03411c 100%)}#board{--card-h:calc(110px * var(--card-scale) * var(--board-card-scale, 1));--card-w:calc(72px * var(--card-scale) * var(--board-card-scale, 1))}@media(max-width:640px){#board{--card-h:calc(110px * var(--card-scale) * var(--board-card-scale-narrow, var(--board-card-scale, 1)));--card-w:calc(72px * var(--card-scale) * var(--board-card-scale-narrow, var(--board-card-scale, 1)))}}@media(orientation:landscape)and (max-height:500px){#board{--card-h:calc(110px * var(--card-scale) * var(--board-card-scale-squat, var(--board-card-scale, 1)));--card-w:calc(72px * var(--card-scale) * var(--board-card-scale-squat, var(--board-card-scale, 1)))}}#board[data-stagger] [data-lap]:not([data-row="0"]){margin-top:calc(var(--board-stagger)*-1 - var(--board-gap, var(--bulma-grid-gap, .75rem)))}#board[data-stagger][data-offset=half] [data-lap]:is([data-row="1"],[data-row="3"],[data-row="5"],[data-row="7"]){translate:calc(50% + var(--board-gap, var(--bulma-grid-gap, .75rem))/2)}#board[data-stagger]>.grid>:not([data-lap]){margin-top:var(--board-gap,var(--bulma-grid-gap,.75rem))}@media(max-width:640px){#board[data-stagger] [data-lap]:not([data-row="0"]){margin-top:calc(var(--board-stagger-narrow, var(--board-stagger))*-1 - var(--board-gap-narrow, var(--board-gap, var(--bulma-grid-gap, .75rem))))}}[data-fit]{flex:0 0 auto;justify-content:center;align-items:flex-start;align-content:flex-start;gap:.5rem 0;--card-lap:calc(1 - (1 - var(--card-overlap, 0)) * min(1, calc((var(--card-fit) - 1) / max(1, calc(var(--stack-count, 1) - 1)))));width:calc(var(--card-w)*var(--pile-share)*(1 + (var(--card-fit) - 1)*(1 - var(--card-overlap, 0))) + var(--stack-pad, .5rem)*2 + .5rem)}@media(max-width:640px){[data-fit]{--card-lap:calc(1 - (1 - var(--card-overlap-narrow, var(--card-overlap, 0))) * min(1, calc((var(--card-fit-narrow, var(--card-fit)) - 1) / max(1, calc(var(--stack-count, 1) - 1)))))}}[data-well=false]{background:none}[data-empty=card].stack-size-0:before{content:"";flex:0 0 auto;height:calc(var(--card-h)*var(--pile-share));width:calc(var(--card-w)*var(--pile-share));border:1px dashed rgba(255,255,255,.16);border-radius:var(--card-corner)}[data-empty=outline].stack-size-0{outline:1px dashed rgba(0,0,0,.12);outline-offset:-1px;border-radius:.25em;background:rgba(0,0,0,0)}[data-caption=above]{padding-top:var(--stack-pad,.5rem)}[data-caption=above]>.pile-caption{position:static;order:-1;width:100%;flex-wrap:wrap;row-gap:.1rem;margin-bottom:.1rem}[data-caption=above] .pile-caption-subtitle{margin-left:0;white-space:normal}[data-caption=inline],[data-caption=stacked]{padding-top:var(--stack-pad,.5rem);--stack-head:0rem}[data-caption=inline]>.pile-caption,[data-caption=stacked]>.pile-caption{display:contents}[data-caption=inline] .player-seat{order:-1;flex:0 0 auto;width:12rem;min-width:0;margin-right:.5rem}[data-caption=inline] .pile-caption-subtitle{order:1;margin-left:auto}[data-caption=stacked] .pile-caption-subtitle{order:1;flex:0 0 100%;margin-left:0;text-align:center}[data-caption=stacked] .pile-wager{order:2;position:static;flex:0 0 100%}[data-caption=stacked] .player-seat{order:3;flex:0 0 100%;min-width:0}[data-caption=stacked].has-wager{padding-bottom:.5rem}[data-caption=banner]>.pile-caption{position:static;order:-1;flex:0 0 100%;justify-content:center;align-items:center;gap:.5rem;margin-bottom:.35rem}[data-caption=banner] .pile-caption-subtitle{flex:0 0 auto}[data-title=plate] .pile-caption-title{max-width:100%;padding:.1rem .5rem;border-radius:.35rem;background:rgba(0,0,0,.45);font-size:.78rem}[data-title=heading] .pile-caption-title{padding:.1rem .5rem;border-radius:.35rem;background:rgba(0,0,0,.55);letter-spacing:.04em;text-transform:uppercase;font-size:.72rem}[data-subtitle=pill] .pile-caption-subtitle{padding:.15rem .55rem;border-radius:999px;background:rgba(0,0,0,.55);font-weight:700;color:#e5e7eb}[data-subtitle=pill] .pile-caption[data-tone=good] .pile-caption-subtitle{background:rgba(163,230,53,.18)}[data-subtitle=pill] .pile-caption[data-tone=bust] .pile-caption-subtitle{background:rgba(239,68,68,.2);color:#fca5a5}[data-divider=below]{margin-bottom:.75rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.12);border-radius:0}[data-fill=false]{align-self:start}[data-tally=large]{justify-content:flex-start}[data-tally=large] .pile-tally{margin-left:auto}[data-tally=large] .tally.is-badge{font-size:1.3rem;padding:.25rem .7rem;border-color:rgba(163,230,53,.35);color:#e5e7eb}[data-tally=large] .tally.is-badge[data-empty]{opacity:1}[data-pick=true] .playing-card[data-faced=up]{cursor:pointer}[data-lift=true] .playing-card[data-faced=up]{transition:translate .12s ease,box-shadow .12s ease,filter .12s ease}[data-lift=true] .playing-card[data-faced=up]:hover{translate:0 -.5rem;filter:brightness(1.06)}[data-lift=true] .playing-card[data-highlighted=true]{translate:0 -.75rem;box-shadow:0 0 0 2px #a3e635,0 .45rem .7rem rgba(0,0,0,.55)}[data-lift=true] .playing-card[data-highlighted=true]:hover{translate:0 -1rem}[data-lift=true].is-captioned.is-seated{padding-top:4.75rem;--stack-head:5.375rem}@media(max-width:640px){[data-caption=inline] .player-seat{width:100%;margin-right:0}[data-caption=inline] .pile-caption-subtitle{order:-1;margin-left:auto}[data-caption=stacked] .player-seat{gap:.35rem;padding:.35rem .4rem;font-size:.75rem}[data-subtitle=pill] .pile-caption-subtitle{padding:.1rem .4rem;font-size:.75rem}[data-divider=below]{margin-bottom:.5rem;padding-bottom:.75rem}[data-caption-narrow=above]{padding-top:var(--stack-pad,.5rem);--stack-head:4.125rem}[data-caption-narrow=above]>.pile-caption{position:static;order:-1;width:100%;flex-wrap:wrap;row-gap:.1rem;margin-bottom:.15rem}[data-lift-narrow=false] .playing-card[data-highlighted=true]{translate:none}[data-tally=large] .pile-tally{margin-left:0}[data-tally=large] .tally.is-badge{font-size:1.15rem;padding:.15rem .55rem}}.cookie-banner{position:fixed;inset-inline:0;bottom:0;z-index:40;display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding:1rem 1.5rem;background:var(--ui-case);border-top:1px solid rgba(0,0,0,0);-o-border-image:var(--ui-rule-across) 1;border-image:var(--ui-rule-across) 1;box-shadow:var(--ui-shadow-dialog);color:var(--ui-text)}.cookie-banner-text{max-width:56rem;margin:0;font-size:.95rem;line-height:1.5}.cookie-banner-actions{display:flex;flex-shrink:0;gap:.5rem}.cookie-btn{display:inline-flex;align-items:center;gap:.45rem;padding:.5rem .9rem;border-radius:.35rem;font-size:var(--ui-caps-size);font-weight:600;letter-spacing:var(--ui-caps-track);text-transform:var(--ui-caps-transform);cursor:pointer;transition:background .14s ease,border-color .14s ease,color .14s ease,filter .14s ease}.cookie-btn.is-accept{border:1px solid var(--ui-accent);background:var(--ui-accent-fill);color:var(--ui-accent-ink)}.cookie-btn.is-accept:hover{filter:brightness(1.08)}.cookie-btn.is-deny{border:1px solid var(--ui-btn-line);background:var(--ui-btn-bg);color:var(--ui-btn-ink)}.cookie-btn.is-deny:hover{border-color:var(--ui-btn-line-hover);color:var(--ui-btn-ink-hover)}.cookie-btn:focus-visible{outline:2px solid var(--ui-accent);outline-offset:2px}@keyframes cookie-banner-in{0%{transform:translateY(100%)}}.cookie-banner{animation:cookie-banner-in .34s cubic-bezier(.22,1,.36,1)}@media(prefers-reduced-motion:reduce){.cookie-banner{animation:none}}@media(max-width:640px){.cookie-banner{align-items:flex-start;flex-direction:column;gap:.75rem;padding:.95rem 1.1rem}.cookie-banner-actions{width:100%}.cookie-banner-actions .cookie-btn{flex:1;justify-content:center}}.cookie-name{display:flex;align-items:center;gap:.5rem}.cookie-name .dialog-btn{flex-shrink:0}@media(max-width:480px){.cookie-name{align-items:stretch;flex-direction:column}}.table-return{position:fixed;bottom:1rem;left:1rem;z-index:39;display:flex;align-items:stretch;max-width:min(24rem,100vw - 2rem);border:1px solid var(--ui-accent-line);border-radius:var(--ui-radius);background:var(--ui-case);box-shadow:var(--ui-shadow);overflow:hidden}.table-return-go{display:flex;align-items:center;gap:.9rem;min-width:0;padding:.6rem .35rem .6rem .9rem;color:var(--ui-text);text-decoration:none}.table-return-what{display:flex;flex-direction:column;gap:.1rem;min-width:0}.table-return-name{overflow:hidden;font-size:.85rem;font-weight:600;color:var(--ui-strong);text-overflow:ellipsis;white-space:nowrap}.table-return-note{font-size:.72rem;color:var(--ui-quiet)}.table-return-act{flex-shrink:0;padding:.35rem .7rem;border:1px solid var(--ui-accent-line);border-radius:.35rem;background:var(--ui-accent-soft);font-size:var(--ui-caps-size);font-weight:600;letter-spacing:var(--ui-caps-track);text-transform:var(--ui-caps-transform);color:var(--ui-accent-rest-ink);white-space:nowrap;transition:background .14s ease,color .14s ease}.table-return-go:hover .table-return-act{background:var(--ui-accent-fill);color:var(--ui-accent-ink)}.table-return-go:focus-visible{outline:2px solid var(--ui-accent);outline-offset:-2px}.table-return-close{flex-shrink:0;padding:0 .6rem;border:0;border-left:1px solid var(--ui-line-soft);background:none;font-size:1rem;line-height:1;color:var(--ui-quieter);cursor:pointer}.table-return-close:hover{color:var(--ui-strong)}.table-return-close:focus-visible{outline:2px solid var(--ui-accent);outline-offset:-2px}@media(max-width:480px){.table-return{right:1rem;max-width:none}.table-return-go{flex:1;justify-content:space-between}}