.player-board{background-color:#fff}.player-board.active{box-shadow:0 0 2px 3px #ffcf13}.player-board.eliminated-player{background-color:#b9b9b9}.player-board.eliminated-player .player-name a{text-decoration:line-through}.player-board.eliminated-player .counters{display:none}.player-board .monster-figure{background-position:75% top;background-repeat:no-repeat;background-size:auto;height:45px;margin-bottom:-5px;position:relative;top:0;transition:top .5s,height .5s,margin-bottom .5s;width:auto}.player-board .monster-figure:active,.player-board .monster-figure:hover{height:85px;margin-bottom:-45px;top:-40px}.player-board .fa-star,.player-board .player_score .player_score_value{color:#6787c3;font-weight:700}.player-board .player-hand-card{background-image:url(img/cards.svg);background-repeat:no-repeat;background-size:contain;display:inline-block;height:32px;vertical-align:bottom;width:32px}.counters{margin:5px 0}.counters,.counters .counter{align-items:center;display:flex}.counters .counter{flex:1}.counters .counter span{padding:0 5px}.counters .counter .tokyo-tower-icon-wrapper{display:flex;height:32px;justify-content:center;width:32px}.counters .counter .tokyo-tower-icon-wrapper .tokyo-tower-icon{background:url(img/tokyo-tower.png);background-position-x:0;background-size:auto 100%;height:32px;width:9px}.counters .counter .berserk-icon-wrapper{display:flex;height:32px;justify-content:center;width:32px}.counters .counter .berserk-icon-wrapper .icon.berserk{background:url(img/berserk-token.png) no-repeat;background-size:contain;border-radius:3px;opacity:.3;width:21px}.counters .counter .berserk-icon-wrapper .icon.berserk.active{box-shadow:0 0 3px 1px red;opacity:1}.counters .counter .icon.cultist{background:url(img/cultist-tile.png);background-size:contain;border-radius:3px}.player-tokens{display:flex;flex-wrap:wrap}.player-tokens .player-token:not(:empty){margin:0 5px}.player-tokens .player-token:not(:empty)>div:not(:first-child){margin-left:-25px}.kot-token{background:url(img/kot-logo.png);background-position:50%;background-repeat:no-repeat;background-size:contain;height:50px;opacity:0;transition:opacity 1s;width:50px}.intokyo .kot-token{opacity:1}.playerhand-counter{white-space:nowrap}.show-evolutions-button{margin-left:15px;visibility:hidden}.show-evolutions-button.visible{visibility:visible}.show-evolutions-button button{white-space:normal}.dice-icon{background-color:#000;background-image:url(img/dice/base/standard.png);background-size:auto 100%;border-radius:20%;display:inline-block;height:14px;margin-bottom:-4px;width:14px}.dice-icon.dice1{background-position:0 100%}.dice-icon.dice2{background-position:20% 100%}.dice-icon.dice3{background-position:40% 100%}.dice-icon.dice4{background-position:60% 100%}.dice-icon.dice5{background-position:80% 100%}.dice-icon.dice6{background-position:100% 100%}.dice-icon.berserk{background-color:#e55204;background-image:url(img/dice/berserk_dice.png)}.dice-icon.die-of-fate{background-color:#dac971;background-image:url(img/dice/anubis_die_icons.png)}.dice-icon.die-of-fate.eye{background-position:0 0}.dice-icon.die-of-fate.river{background-position:33.33% 0}.dice-icon.die-of-fate.snake{background-position:66.66% 0}.dice-icon.die-of-fate.ankh{background-position:100% 0}#rolled-dice{display:flex;flex:1;flex-wrap:wrap;justify-content:center}#rolled-dice #locked-dice{align-items:center;border:2px solid #a6c136;border-radius:5px;display:flex;margin-right:20px}#rolled-dice #locked-dice #lock{background:url(img/lock.svg) #a6c136;background-position:50%;background-repeat:no-repeat;color:#211d1f;height:100%;width:32px}#rolled-dice #locked-dice>div{white-space:nowrap}#rolled-dice #locked-dice.hide-lock{border-color:transparent}#rolled-dice #locked-dice.hide-lock #lock{display:none}#rolled-dice #dice-selector{align-items:center;border:2px solid transparent;display:flex;min-height:40px}#rolled-dice .dice.selectable,#rolled-dice .die4.selectable{cursor:pointer}#rolled-dice .dice.die-selected{box-shadow:0 0 4px 4px red}#rolled-dice #dice-actions button{width:auto}#rolled-dice #dice-actions button .token{height:16px;width:16px}.icon.forbidden,.icon.frozen{bottom:-10px;position:absolute;right:-10px}.icon.lock{left:-10px;position:absolute;top:-10px}.dice{border-radius:20%;box-shadow:2px 2px 4px 0 rgba(0,0,0,.5);display:inline-block;height:40px;margin:3px;pointer-events:none;position:relative;width:40px}.dice.selectable{cursor:pointer;pointer-events:all}.dice[data-rolled=true]{animation:rolled-dice 1s forwards;transform:translateY(-40vh)}.dice[data-rolled=true] .icon.forbidden,.dice[data-rolled=true] .icon.frozen{animation:rolled-dice-forbidden 1s forwards;opacity:0}@keyframes rolled-dice{to{transform:none}}@keyframes rolled-dice-forbidden{99%{opacity:0}to{opacity:1}}.dice .die-list{grid-template-columns:1fr;grid-template-rows:1fr;list-style-type:none;transform-style:preserve-3d}.dice .die-item,.dice .die-list{display:grid;height:100%;pointer-events:none;width:100%}.dice .die-item{background-size:auto 100%;border-radius:20%;border-style:outset;border-width:1px;box-sizing:border-box;grid-column:1;grid-row:1}.dice .die-item.black{background-color:#000;background-image:url(img/dice/base/standard.png);border-color:#000}.dice .die-item.green{background-color:#a6c136;background-image:url(img/dice/base/inverted.png);border-color:#a6c136}.dice .die-item.berserk{background-color:#e55204;background-image:url(img/dice/berserk_dice.png);border-color:#e55204}.dice .die-item.side1{background-position:0 100%}.dice .die-item.side2{background-position:20% 100%}.dice .die-item.side3{background-position:40% 100%}.dice .die-item.side4{background-position:60% 100%}.dice .die-item.side5{background-position:80% 100%}.dice .die-item.side6{background-position:100% 100%}.dice [data-roll-type=even]{transition:transform .9s ease-out}.dice [data-roll-type=odd]{transition:transform 1.1s ease-out}.dice [data-roll-type="-"]{transition:transform 0}.dice [data-roll-type=change]{transition:transform .5s ease-in-out}.dice [data-roll-type=even][data-roll="1"]{transform:rotateX(1turn) rotateY(2turn) rotate(1turn)}.dice [data-roll-type=even][data-roll="2"]{transform:rotateX(450deg) rotateY(2turn) rotate(1turn)}.dice [data-roll-type=even][data-roll="3"]{transform:rotateX(1turn) rotateY(630deg) rotate(1turn)}.dice [data-roll-type=even][data-roll="4"]{transform:rotateX(1turn) rotateY(810deg) rotate(1turn)}.dice [data-roll-type=even][data-roll="5"]{transform:rotateX(270deg) rotateY(2turn) rotate(1turn)}.dice [data-roll-type=even][data-roll="6"]{transform:rotateX(1turn) rotateY(900deg) rotate(540deg)}.dice [data-roll-type=odd][data-roll="1"]{transform:rotateX(-1turn) rotateY(-2turn) rotate(-1turn)}.dice [data-roll-type=odd][data-roll="2"]{transform:rotateX(-270deg) rotateY(-2turn) rotate(-1turn)}.dice [data-roll-type=odd][data-roll="3"]{transform:rotateX(-1turn) rotateY(-810deg) rotate(-1turn)}.dice [data-roll-type=odd][data-roll="4"]{transform:rotateX(-1turn) rotateY(-630deg) rotate(-1turn)}.dice [data-roll-type=odd][data-roll="5"]{transform:rotateX(-450deg) rotateY(-2turn) rotate(-1turn)}.dice [data-roll-type=odd][data-roll="6"]{transform:rotateX(-1turn) rotateY(-900deg) rotate(-540deg)}.dice [data-roll-type="-"][data-roll="1"]{transform:rotateX(1turn) rotateY(2turn) rotate(1turn)}.dice [data-roll-type="-"][data-roll="2"]{transform:rotateX(450deg) rotateY(2turn) rotate(1turn)}.dice [data-roll-type="-"][data-roll="3"]{transform:rotateX(1turn) rotateY(630deg) rotate(1turn)}.dice [data-roll-type="-"][data-roll="4"]{transform:rotateX(1turn) rotateY(810deg) rotate(1turn)}.dice [data-roll-type="-"][data-roll="5"]{transform:rotateX(270deg) rotateY(2turn) rotate(1turn)}.dice [data-roll-type="-"][data-roll="6"]{transform:rotateX(1turn) rotateY(900deg) rotate(540deg)}.dice [data-roll-type=change][data-roll="1"]{transform:rotateX(1turn) rotateY(2turn) rotate(1turn)}.dice [data-roll-type=change][data-roll="2"]{transform:rotateX(450deg) rotateY(2turn) rotate(1turn)}.dice [data-roll-type=change][data-roll="3"]{transform:rotateX(1turn) rotateY(630deg) rotate(1turn)}.dice [data-roll-type=change][data-roll="4"]{transform:rotateX(1turn) rotateY(810deg) rotate(1turn)}.dice [data-roll-type=change][data-roll="5"]{transform:rotateX(270deg) rotateY(2turn) rotate(1turn)}.dice [data-roll-type=change][data-roll="6"]{transform:rotateX(1turn) rotateY(900deg) rotate(540deg)}.dice [data-side="1"]{transform:rotate3d(0,0,0,90deg) translateZ(1em)}.dice [data-side="2"]{transform:rotate3d(-1,0,0,90deg) translateZ(1em)}.dice [data-side="3"]{transform:rotateY(90deg) translateZ(1em)}.dice [data-side="4"]{transform:rotate3d(0,-1,0,90deg) translateZ(1em)}.dice [data-side="5"]{transform:rotateX(90deg) translateZ(1em)}.dice [data-side="6"]{transform:rotateX(180deg) translateZ(1em)}.dj_ios .dice [data-roll-type=even][data-roll="1"],.dj_safari .dice [data-roll-type=even][data-roll="1"]{transform:rotateX(360.1deg) rotateY(720.1deg) rotate(360.1deg)}.dj_ios .dice [data-roll-type=even][data-roll="2"],.dj_safari .dice [data-roll-type=even][data-roll="2"]{transform:rotateX(450.1deg) rotateY(720.1deg) rotate(360.1deg)}.dj_ios .dice [data-roll-type=even][data-roll="3"],.dj_safari .dice [data-roll-type=even][data-roll="3"]{transform:rotateX(360.1deg) rotateY(630.1deg) rotate(360.1deg)}.dj_ios .dice [data-roll-type=even][data-roll="4"],.dj_safari .dice [data-roll-type=even][data-roll="4"]{transform:rotateX(360.1deg) rotateY(810.1deg) rotate(360.1deg)}.dj_ios .dice [data-roll-type=even][data-roll="5"],.dj_safari .dice [data-roll-type=even][data-roll="5"]{transform:rotateX(270.1deg) rotateY(720.1deg) rotate(360.1deg)}.dj_ios .dice [data-roll-type=even][data-roll="6"],.dj_safari .dice [data-roll-type=even][data-roll="6"]{transform:rotateX(360.1deg) rotateY(900.1deg) rotate(540.1deg)}.dj_ios .dice [data-roll-type=odd][data-roll="1"],.dj_safari .dice [data-roll-type=odd][data-roll="1"]{transform:rotateX(-360.1deg) rotateY(-720.1deg) rotate(-360.1deg)}.dj_ios .dice [data-roll-type=odd][data-roll="2"],.dj_safari .dice [data-roll-type=odd][data-roll="2"]{transform:rotateX(-270.1deg) rotateY(-720.1deg) rotate(-360.1deg)}.dj_ios .dice [data-roll-type=odd][data-roll="3"],.dj_safari .dice [data-roll-type=odd][data-roll="3"]{transform:rotateX(-360.1deg) rotateY(-810.1deg) rotate(-360.1deg)}.dj_ios .dice [data-roll-type=odd][data-roll="4"],.dj_safari .dice [data-roll-type=odd][data-roll="4"]{transform:rotateX(-360.1deg) rotateY(-630.1deg) rotate(-360.1deg)}.dj_ios .dice [data-roll-type=odd][data-roll="5"],.dj_safari .dice [data-roll-type=odd][data-roll="5"]{transform:rotateX(-450.1deg) rotateY(-720.1deg) rotate(-360.1deg)}.dj_ios .dice [data-roll-type=odd][data-roll="6"],.dj_safari .dice [data-roll-type=odd][data-roll="6"]{transform:rotateX(-360.1deg) rotateY(-900.1deg) rotate(-540.1deg)}.dj_ios .dice [data-roll-type="-"][data-roll="1"],.dj_safari .dice [data-roll-type="-"][data-roll="1"]{transform:rotateX(360.1deg) rotateY(720.1deg) rotate(360.1deg)}.dj_ios .dice [data-roll-type="-"][data-roll="2"],.dj_safari .dice [data-roll-type="-"][data-roll="2"]{transform:rotateX(450.1deg) rotateY(720.1deg) rotate(360.1deg)}.dj_ios .dice [data-roll-type="-"][data-roll="3"],.dj_safari .dice [data-roll-type="-"][data-roll="3"]{transform:rotateX(360.1deg) rotateY(630.1deg) rotate(360.1deg)}.dj_ios .dice [data-roll-type="-"][data-roll="4"],.dj_safari .dice [data-roll-type="-"][data-roll="4"]{transform:rotateX(360.1deg) rotateY(810.1deg) rotate(360.1deg)}.dj_ios .dice [data-roll-type="-"][data-roll="5"],.dj_safari .dice [data-roll-type="-"][data-roll="5"]{transform:rotateX(270.1deg) rotateY(720.1deg) rotate(360.1deg)}.dj_ios .dice [data-roll-type="-"][data-roll="6"],.dj_safari .dice [data-roll-type="-"][data-roll="6"]{transform:rotateX(360.1deg) rotateY(900.1deg) rotate(540.1deg)}.dj_ios .dice [data-roll-type=change][data-roll="1"],.dj_safari .dice [data-roll-type=change][data-roll="1"]{transform:rotateX(360.1deg) rotateY(720.1deg) rotate(360.1deg)}.dj_ios .dice [data-roll-type=change][data-roll="2"],.dj_safari .dice [data-roll-type=change][data-roll="2"]{transform:rotateX(450.1deg) rotateY(720.1deg) rotate(360.1deg)}.dj_ios .dice [data-roll-type=change][data-roll="3"],.dj_safari .dice [data-roll-type=change][data-roll="3"]{transform:rotateX(360.1deg) rotateY(630.1deg) rotate(360.1deg)}.dj_ios .dice [data-roll-type=change][data-roll="4"],.dj_safari .dice [data-roll-type=change][data-roll="4"]{transform:rotateX(360.1deg) rotateY(810.1deg) rotate(360.1deg)}.dj_ios .dice [data-roll-type=change][data-roll="5"],.dj_safari .dice [data-roll-type=change][data-roll="5"]{transform:rotateX(270.1deg) rotateY(720.1deg) rotate(360.1deg)}.dj_ios .dice [data-roll-type=change][data-roll="6"],.dj_safari .dice [data-roll-type=change][data-roll="6"]{transform:rotateX(360.1deg) rotateY(900.1deg) rotate(540.1deg)}.dj_ios .dice [data-side="1"],.dj_safari .dice [data-side="1"]{transform:rotate3d(0,0,0,90.1deg) translateZ(1em)}.dj_ios .dice [data-side="2"],.dj_safari .dice [data-side="2"]{transform:rotate3d(-1,0,0,90.1deg) translateZ(1em)}.dj_ios .dice [data-side="3"],.dj_safari .dice [data-side="3"]{transform:rotateY(90.1deg) translateZ(1em)}.dj_ios .dice [data-side="4"],.dj_safari .dice [data-side="4"]{transform:rotate3d(0,-1,0,90.1deg) translateZ(1em)}.dj_ios .dice [data-side="5"],.dj_safari .dice [data-side="5"]{transform:rotateX(90.1deg) translateZ(1em)}.dj_ios .dice [data-side="6"],.dj_safari .dice [data-side="6"]{transform:rotateX(180.1deg) translateZ(1em)}.animation{background-image:url(img/dice/base/animations.png);background-size:auto 100%;height:220px;position:absolute;transform:scale(.15);transition:transform .5s ease-out;width:220px;z-index:10}.animation.animation4{background-position:0 0}.animation.animation5{background-position:50% 0}.animation.animation6{background-position:100% 0}.change-die-discussion_bubble{bottom:unset;cursor:default;left:-98px;top:110%}.change-die-discussion_bubble:after{border-width:0 15px 15px;bottom:unset;top:-10px}.change-die-discussion_bubble .die-face-selector{display:flex;justify-content:space-evenly;margin:5px}.change-die-discussion_bubble .die-face-selector .dice-icon{cursor:pointer;height:40px;margin:5px;pointer-events:unset;position:relative;width:40px}.change-die-discussion_bubble .die-face-selector .dice-icon.selected{box-shadow:0 0 3px 3px red}.change-die-discussion_bubble .die-face-selector .dice-icon.disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.change-die-discussion_bubble .action-buttons{align-items:stretch;display:flex;flex-direction:column}.change-die-discussion_bubble .action-buttons button{width:auto}.action-selector{align-items:center;display:flex;flex-direction:column}.action-selector .row{align-items:center;display:flex;margin:5px}.action-selector .row .legend{display:flex;justify-content:center;width:80px}.action-selector .row .legend .dice-icon{height:40px;position:relative;width:40px}.action-selector .toggle-buttons{display:flex}.action-selector .toggle-buttons .toggle-button{background:hsla(0,0%,100%,.667);cursor:pointer;font-size:14px;font-weight:700;padding:10px 15px;user-select:none}.action-selector .toggle-buttons .toggle-button.disabled{background:#aaa;cursor:not-allowed;pointer-events:none}.action-selector .toggle-buttons .toggle-button.selected{box-shadow:0 0 3px 3px red;z-index:1}.action-selector .toggle-buttons .toggle-button:first-child{border-radius:5px 0 0 5px}.action-selector .toggle-buttons .toggle-button:last-child{border-radius:0 5px 5px 0}.action-selector .toggle-buttons .toggle-button:not(:last-child){border-right:1px solid #ddd}.action-selector .action-selector-apply-wrapper{display:flex;justify-content:center}.action-selector .action-selector-apply-wrapper .action-selector-apply{width:120px}#heart-action-selector .row .legend{width:80px}#heart-action-selector .row .legend .dice-icon{height:40px;position:relative;width:40px}#smash-action-selector .legend{font-weight:700}#smash-action-selector .icon{height:20px;margin:-5px 0;width:20px}#crab-claw-action-selector .legend{font-weight:700;width:160px}#crab-claw-action-selector .icon{height:20px;margin:-5px 0;width:20px}.die4{height:5em;margin:0 auto;pointer-events:none;position:relative;transform:translateZ(1em);width:5em}.die4.selectable{cursor:pointer;pointer-events:all}.die4[data-rolled=true]{animation:rolled-dice 1s forwards;transform:translateZ(1em) translateY(-60vh)}.die4[data-rolled=true] .overlay{display:none}.die4 .die-list{height:5em;transform-origin:center center;transform-style:preserve-3d;transition:transform 1s ease-out;width:5em}.die4 .face{background:url(img/dice/anubis_die_background.jpg);border:0;box-sizing:border-box;-webkit-clip-path:polygon(50% 0,100% 100%,0 100%);clip-path:polygon(50% 0,100% 100%,0 100%);height:4.3301270189em;left:0;position:absolute;top:0;transform-origin:center 66.66667%;width:5em}.die4 [data-roll-type=even]{transition:transform .9s ease-out}.die4 [data-roll-type="-"]{transition:transform 0}.die4 [data-roll-type=change]{transition:transform .5s ease-in-out}.die4 [data-roll-type=even][data-roll="1"]{transform:translateY(5px) rotateX(1turn) rotateY(2turn) rotate(1turn)}.die4 [data-roll-type=even][data-roll="2"]{transform:translate(-5px,8px) rotateX(300deg) rotateY(900deg) rotate(480deg)}.die4 [data-roll-type=even][data-roll="3"]{transform:translate(-5px,15px) rotateX(412deg) rotateY(845deg) rotate(450deg)}.die4 [data-roll-type=even][data-roll="4"]{transform:translate(-2px,8px) rotateX(420deg) rotateY(955deg) rotate(510deg)}.die4 [data-roll-type="-"][data-roll="1"]{transform:translateY(5px) rotateX(1turn) rotateY(2turn) rotate(1turn)}.die4 [data-roll-type="-"][data-roll="2"]{transform:translate(-5px,8px) rotateX(300deg) rotateY(900deg) rotate(480deg)}.die4 [data-roll-type="-"][data-roll="3"]{transform:translate(-5px,15px) rotateX(412deg) rotateY(845deg) rotate(450deg)}.die4 [data-roll-type="-"][data-roll="4"]{transform:translate(-2px,8px) rotateX(420deg) rotateY(955deg) rotate(510deg)}.die4 [data-side="1"]{transform:rotateX(-70.528779deg) translateZ(1em)}.die4 [data-side="2"]{transform:rotate(120deg) rotateX(-70.528779deg) translateZ(1em)}.die4 [data-side="3"]{transform:rotate(240deg) rotateX(-70.528779deg) translateZ(1em)}.die4 [data-side="4"]{transform:translateZ(-1em)}.die4 .number{bottom:0;display:flex;justify-content:center;left:0;padding:1em 0 0;position:absolute;right:0;text-align:center;top:0;transform-origin:center 66.66667%}.die4 .number .anubis-icon{height:1.5em;width:1.5em}.die4 .number:first-child{transform:rotate(0deg)}.die4 .number:nth-child(2){transform:rotate(120deg)}.die4 .number:nth-child(3){transform:rotate(240deg)}.die4[data-dice-value="1"] .dice-icon.die-of-fate{background-position:0 0}.die4[data-dice-value="2"] .dice-icon.die-of-fate{background-position:33.33% 0}.die4[data-dice-value="3"] .dice-icon.die-of-fate{background-position:66.66% 0}.die4[data-dice-value="4"] .dice-icon.die-of-fate{background-position:100% 0}.die4 .dice-icon.die-of-fate{box-shadow:0 0 5px 5px #dac971;height:24px;left:-12px;margin-left:50%;margin-top:50%;position:absolute;top:-12px;transform:translateZ(50px);transition:opacity .5s;width:24px}.die4[data-rolled=true] .dice-icon.die-of-fate{opacity:0}.mode_3d .dice,.mode_3d .icon.forbidden,.mode_3d .icon.frozen{transform:translateZ(20px)}.discussion_bubble.superiorAlienTechnologyBubble{white-space:nowrap}.discussion_bubble.superiorAlienTechnologyBubble:after{left:15px}.card,.card-side{border-radius:10px}.kot-card,.kot-curse-card,.kot-evolution,.kot-tile{border-radius:10px;text-align:center}.kot-card.activated,.kot-curse-card.activated,.kot-evolution.activated,.kot-tile.activated{box-shadow:unset}.kot-card.activated .card-sides .card-side.front,.kot-curse-card.activated .card-sides .card-side.front,.kot-evolution.activated .card-sides .card-side.front,.kot-tile.activated .card-sides .card-side.front{box-shadow:0 0 5px 5px #810047}.kot-card.kot-card,.kot-curse-card.kot-card,.kot-evolution.kot-card,.kot-tile.kot-card{border-radius:10px;display:inline-block;height:185px;position:relative;text-align:center;width:132px}.kot-card .bottom,.kot-curse-card .bottom,.kot-evolution .bottom,.kot-tile .bottom{background:url(img/card-bottom.png);background-position:top;bottom:0;position:absolute;width:100%}.kot-card .bottom.consumable,.kot-curse-card .bottom.consumable,.kot-evolution .bottom.consumable,.kot-tile .bottom.consumable{display:none}.kot-card .name-wrapper,.kot-curse-card .name-wrapper,.kot-evolution .name-wrapper,.kot-tile .name-wrapper{color:#fff;font-family:goodgirl;font-size:10pt;left:34px;position:absolute;text-align:center;top:14px;width:95px}.kot-card .name-wrapper .outline,.kot-curse-card .name-wrapper .outline,.kot-evolution .name-wrapper .outline,.kot-tile .name-wrapper .outline{-webkit-text-stroke:4px #a6c136;left:0;position:absolute;top:0;width:100%}.kot-card .name-wrapper .outline.curse,.kot-curse-card .name-wrapper .outline.curse,.kot-evolution .name-wrapper .outline.curse,.kot-tile .name-wrapper .outline.curse{-webkit-text-stroke:4px #1c484f}.kot-card .name-wrapper .text,.kot-curse-card .name-wrapper .text,.kot-evolution .name-wrapper .text,.kot-tile .name-wrapper .text{left:0;position:absolute;top:0;width:100%}.kot-card .type-wrapper,.kot-curse-card .type-wrapper,.kot-evolution .type-wrapper,.kot-tile .type-wrapper{color:#fff;font-family:goodgirl;font-size:9pt;left:0;position:absolute;transform:rotate(-5deg)}.kot-card .type-wrapper.keep .outline,.kot-curse-card .type-wrapper.keep .outline,.kot-evolution .type-wrapper.keep .outline,.kot-tile .type-wrapper.keep .outline{-webkit-text-stroke:4px #00aeef}.kot-card .type-wrapper.discard .outline,.kot-curse-card .type-wrapper.discard .outline,.kot-evolution .type-wrapper.discard .outline,.kot-tile .type-wrapper.discard .outline{-webkit-text-stroke:4px #ef1923}.kot-card .type-wrapper.costume .outline,.kot-curse-card .type-wrapper.costume .outline,.kot-evolution .type-wrapper.costume .outline,.kot-tile .type-wrapper.costume .outline{-webkit-text-stroke:4px #f7941d}.kot-card .type-wrapper.transformation .outline,.kot-curse-card .type-wrapper.transformation .outline,.kot-evolution .type-wrapper.transformation .outline,.kot-tile .type-wrapper.transformation .outline{-webkit-text-stroke:4px #13b48f}.kot-card .type-wrapper.consumable,.kot-curse-card .type-wrapper.consumable,.kot-evolution .type-wrapper.consumable,.kot-tile .type-wrapper.consumable{top:126px}.kot-card .type-wrapper.consumable .outline,.kot-curse-card .type-wrapper.consumable .outline,.kot-evolution .type-wrapper.consumable .outline,.kot-tile .type-wrapper.consumable .outline{-webkit-text-stroke:4px #9e3069}.kot-card .type-wrapper .outline,.kot-card .type-wrapper .text,.kot-curse-card .type-wrapper .outline,.kot-curse-card .type-wrapper .text,.kot-evolution .type-wrapper .outline,.kot-evolution .type-wrapper .text,.kot-tile .type-wrapper .outline,.kot-tile .type-wrapper .text{left:0;position:absolute;top:0;width:120px}.kot-card .description-wrapper,.kot-curse-card .description-wrapper,.kot-evolution .description-wrapper,.kot-tile .description-wrapper{bottom:4px;color:#000;font-size:7pt;left:4px;position:absolute;text-align:center;text-overflow:ellipsis;width:124px}.kot-card .description-wrapper .icon,.kot-curse-card .description-wrapper .icon,.kot-evolution .description-wrapper .icon,.kot-tile .description-wrapper .icon{height:12px;width:12px}.kot-card .description-wrapper.consumable,.kot-curse-card .description-wrapper.consumable,.kot-evolution .description-wrapper.consumable,.kot-tile .description-wrapper.consumable{bottom:10px;height:36px;left:10px;right:10px;width:unset}.kot-card .effect-wrapper,.kot-curse-card .effect-wrapper,.kot-evolution .effect-wrapper,.kot-tile .effect-wrapper{align-items:center;display:flex;font-size:7pt;position:absolute;text-align:center;text-overflow:ellipsis}.kot-card .effect-wrapper div,.kot-curse-card .effect-wrapper div,.kot-evolution .effect-wrapper div,.kot-tile .effect-wrapper div{flex:1}.kot-card .effect-wrapper .icon,.kot-curse-card .effect-wrapper .icon,.kot-evolution .effect-wrapper .icon,.kot-tile .effect-wrapper .icon{height:12px;width:12px}.kot-card .effect-wrapper .effect-text.overflow,.kot-curse-card .effect-wrapper .effect-text.overflow,.kot-evolution .effect-wrapper .effect-text.overflow,.kot-tile .effect-wrapper .effect-text.overflow{background:radial-gradient(#fefefe,#fdfaf3,#f8ead0);border-radius:7px;margin:-5px;padding:2px}.kot-card .effect-wrapper .effect-text.overflow.permanent,.kot-curse-card .effect-wrapper .effect-text.overflow.permanent,.kot-evolution .effect-wrapper .effect-text.overflow.permanent,.kot-tile .effect-wrapper .effect-text.overflow.permanent{background:radial-gradient(#0db9e9,#0fa2d8,#1265ab);border:2px solid #42aad1}.kot-card .permanent-effect-wrapper,.kot-curse-card .permanent-effect-wrapper,.kot-evolution .permanent-effect-wrapper,.kot-tile .permanent-effect-wrapper{color:#fff;height:38px;left:9px;top:59px;width:116px}.kot-card .ankh-effect-wrapper,.kot-curse-card .ankh-effect-wrapper,.kot-evolution .ankh-effect-wrapper,.kot-tile .ankh-effect-wrapper{color:#000;height:52px;left:6px;top:124px;width:58px}.kot-card .snake-effect-wrapper,.kot-curse-card .snake-effect-wrapper,.kot-evolution .snake-effect-wrapper,.kot-tile .snake-effect-wrapper{color:#000;height:52px;left:68px;top:124px;width:58px}.kot-card[id$=goldenscarab],.kot-curse-card[id$=goldenscarab],.kot-evolution[id$=goldenscarab],.kot-tile[id$=goldenscarab]{pointer-events:none}.kot-card .card-token,.kot-curse-card .card-token,.kot-evolution .card-token,.kot-tile .card-token{position:absolute;z-index:12}.kot-card .card-token.mimic,.kot-curse-card .card-token.mimic,.kot-evolution .card-token.mimic,.kot-tile .card-token.mimic{z-index:13}.kot-card .card-token.mimic-tile,.kot-curse-card .card-token.mimic-tile,.kot-evolution .card-token.mimic-tile,.kot-tile .card-token.mimic-tile{background-image:url(img/wickedness-tiles.jpg);background-position:50% 100%;height:81px;left:0;margin:0;top:32px;width:132px;z-index:11}.energy-cube{background:url(img/energy-cube.png) 50% no-repeat;background-size:contain;height:32px;position:absolute;width:32px}.card-tooltip .icon{height:12px;width:12px}.card-tooltip .cost{color:#a6c136}.card-keep-text{color:#fff;font-family:goodgirl;font-size:7pt;margin:2px;position:relative;text-align:center}.card-keep-text .outline{-webkit-text-stroke:3px #00aeef}.card-keep-text .text{left:0;line-height:1;position:absolute;top:0}.card-discard-text{color:#fff;font-family:goodgirl;font-size:7pt;margin:2px;position:relative;text-align:center}.card-discard-text .outline{-webkit-text-stroke:3px #ef1923}.card-discard-text .text{left:0;line-height:1;position:absolute;top:0}.card-consumable-text{color:#fff;font-family:goodgirl;font-size:7pt;margin:2px;position:relative;text-align:center}.card-consumable-text .outline{-webkit-text-stroke:3px #9e3069}.card-consumable-text .text{left:0;line-height:1;position:absolute;top:0}.card-keyword-buttons{align-items:center;display:flex;flex-direction:column;gap:10px;height:80px;justify-content:center;left:10px;position:absolute;right:10px;top:20px}.card-keyword-buttons button{margin:0;pointer-events:all}#bga-help_buttons{align-items:flex-end;bottom:12px;display:flex;gap:10px;left:5px;position:fixed;z-index:949}.bga-help_button{border-radius:25px;box-shadow:3px 5px 5px 0 #000;cursor:pointer;height:50px;width:50px}.bga-help_popin-button{--background:#000;--color:#fff;background:var(--background);color:var(--color);font-size:28pt;font-weight:700}.bga-help_expandable-button{background-repeat:no-repeat;background-size:contain;border-radius:25px;display:grid;height:50px;overflow:hidden;transition:width .5s,height .5s,border-radius .5s;width:50px}.bga-help_expandable-button .bga-help_folded-content{grid-column:1;grid-row:1;height:50px;opacity:1;width:50px}.bga-help_expandable-button .bga-help_unfolded-content{grid-column:1;grid-row:1;opacity:0}.bga-help_expandable-button[data-folded=false]{border-radius:var(--expanded-radius);height:var(--expanded-height);width:var(--expanded-width)}.bga-help_expandable-button[data-folded=false] .bga-help_folded-content{opacity:0}.bga-help_expandable-button[data-folded=false] .bga-help_unfolded-content{opacity:1}@media (hover:hover){#bga-help_buttons{bottom:5px}}#popin_bgaHelpDialog_contents{max-width:100vw;overflow-x:auto}#popin_bgaHelpDialog{--background-color:#fff;background:var(--background-color);background-repeat:repeat;max-height:80vh;max-width:100vw;overflow:hidden}#help-dialog-content{max-height:calc(80vh - 80px);max-width:35rem;overflow:auto;width:520px}body>.card{left:-9999px;position:absolute;top:-9999px}.card{flex-shrink:0}.card[data-side=back] .card-sides{transform:rotateY(180deg)}.card .card-sides{transition:transform .5s}.card .card-sides,.card .card-sides .card-side{bottom:0;left:0;position:absolute;right:0;top:0;transform-style:preserve-3d}.card .card-sides .card-side{-webkit-backface-visibility:hidden;backface-visibility:hidden;box-shadow:1px 1px 2px 1px rgba(0,0,0,.5);overflow:hidden;transform-origin:center center}.card .card-sides .card-side.front>*{pointer-events:none;user-select:none}.card .card-sides .card-side.back{transform:rotateY(180deg)}.card .card-sides .card-side.back>*{pointer-events:none;user-select:none}.card-stock .card.bga-cards_selectable-card:not(.bga-cards_disabled-card){cursor:pointer}.card-stock .card.bga-cards_disabled-card{cursor:not-allowed;filter:contrast(.6)}.card-stock.line-stock{display:flex;flex-direction:var(--direction);flex-wrap:var(--wrap);gap:var(--gap)}.card-stock.line-stock[data-center=true]{justify-content:center}.card-stock.slot-stock{display:flex;flex-direction:var(--direction);flex-wrap:var(--wrap);gap:var(--gap)}.card-stock.slot-stock[data-center=true]{justify-content:center}.card-stock.scrollable-stock{display:flex;gap:var(--button-gap)}.card-stock.scrollable-stock[data-scrollbar-visible=false]{-ms-overflow-style:none;scrollbar-width:none}.card-stock.scrollable-stock[data-scrollbar-visible=false]::-webkit-scrollbar{display:none}.card-stock.scrollable-stock .scrollable-stock-inner{display:flex;flex-wrap:nowrap;gap:var(--gap);overflow-x:auto}.card-stock.scrollable-stock .scrollable-stock-inner[data-center=true]{justify-content:center}.card-stock.hand-stock{display:flex;justify-content:center}.card-stock.hand-stock .card{transform:translateY(calc(var(--card-shift)*var(--hand-stock-middle-index-abs))) rotate(calc(var(--hand-stock-middle-index)*var(--card-inclination)))}.card-stock.hand-stock .card:not(:first-child){margin-left:calc(var(--card-overlap)*-1)}.card-stock.manual-position-stock{position:relative}.card-stock.manual-position-stock .card{position:absolute}.card-stock.void-stock{position:relative}.card-stock.void-stock .card{position:absolute}.card-stock.deck{height:var(--height);position:relative;width:var(--width)}.card-stock.deck>.card{left:calc(var(--thickness)*var(--yShadowShift)*-1);position:absolute;top:calc(var(--thickness)*var(--xShadowShift)*-1)}.card-stock.deck>.card:first-child{box-shadow:calc(var(--thickness)*var(--xShadowShift)) calc(var(--thickness)*var(--yShadowShift)) 0 0 #111,calc(var(--thickness)*var(--xShadowShift)) calc(var(--thickness)*var(--yShadowShift)) 2px 1px rgba(0,0,0,.5)}.card-stock.deck[data-empty=true]>.card{visibility:hidden}.card-stock.deck[data-empty=true] .bga-cards_deck-counter.hide-when-empty{display:none}.bga-cards_deck-counter{--bga-cards-deck-counter-size:20px;align-items:center;display:flex;height:var(--bga-cards-deck-counter-size);justify-content:center;left:calc(var(--bga-cards-deck-left) - var(--bga-cards-deck-counter-size)/2);pointer-events:none;position:absolute;top:calc(var(--bga-cards-deck-top) - var(--bga-cards-deck-counter-size)/2);user-select:none;width:var(--bga-cards-deck-counter-size);z-index:2}.bga-cards_deck-counter.round{background:#fff;border-radius:50%;box-shadow:0 0 2px 1px #000;color:#000;font-size:14px}.bga-cards_deck-counter.text-shadow{color:#fff;font-size:20px;text-shadow:0 0 1px #000,0 0 2px #000,0 0 3px #000,0 0 4px #000}.bga-cards_deck-counter.hidden{display:none}.card-stock.all-visible-deck{--tile-count:1;height:calc(var(--height) + (var(--tile-count) - 1)*var(--vertical-shift));opacity:var(--tile-count);position:absolute;transition:width .5s ease-in-out,height .5s ease-in-out,background-color .5s ease-in-out,box-shadow .5s ease-in-out;width:calc(var(--width) + (var(--tile-count) - 1)*var(--horizontal-shift))}.card-stock.all-visible-deck>.card{left:calc(var(--horizontal-shift)*var(--order));margin:0;position:absolute;top:calc(var(--vertical-shift)*var(--order));transition:left .5s ease-in-out,top .5s ease-in-out}.card-stock.all-visible-deck.vertical.opened,.card-stock.all-visible-deck.vertical:active,.card-stock.all-visible-deck.vertical:hover{height:calc((var(--height) + var(--vertical-shift))*var(--tile-count) - var(--vertical-shift));z-index:1}.card-stock.all-visible-deck.vertical.opened>.card,.card-stock.all-visible-deck.vertical:active>.card,.card-stock.all-visible-deck.vertical:hover>.card{top:calc((var(--height) + var(--vertical-shift))*var(--order))}.card-stock.all-visible-deck.horizontal.opened,.card-stock.all-visible-deck.horizontal:active,.card-stock.all-visible-deck.horizontal:hover{width:calc((var(--width) + var(--horizontal-shift))*var(--tile-count) - var(--horizontal-shift));z-index:1}.card-stock.all-visible-deck.horizontal.opened>.card,.card-stock.all-visible-deck.horizontal:active>.card,.card-stock.all-visible-deck.horizontal:hover>.card{left:calc((var(--width) + var(--horizontal-shift))*var(--order))}.card-stock.all-visible-deck .bga-cards_deck-counter{transition:left .5s ease-in-out,top .5s ease-in-out}.card-stock.all-visible-deck[data-empty=true]>.card{visibility:hidden}.card-stock.all-visible-deck[data-empty=true] .bga-cards_deck-counter.hide-when-empty{display:none}.kot-curse-card{border-radius:10px;display:inline-block;height:185px;position:relative;text-align:center;width:132px}.kot-curse-card .card-side{box-shadow:1px 1px 2px 1px rgba(0,0,0,.5)}.kot-curse-card .card-side.front{background-position:100% 50%}.kot-curse-card .card-side.back,.kot-curse-card .card-side.front{background-image:url(img/cards/anubis-cards.jpg);background-size:auto 100%}.kot-curse-card .card-side.back{background-position:50% 50%}.kot-curse-card .effect-wrapper{align-items:center;display:flex;font-size:7pt;position:absolute;text-align:center;text-overflow:ellipsis}.kot-curse-card .effect-wrapper div{flex:1}.kot-curse-card .effect-wrapper .icon{height:12px;width:12px}.kot-curse-card .effect-wrapper .effect-text.overflow{background:radial-gradient(#fefefe,#fdfaf3,#f8ead0);border-radius:7px;margin:-5px;padding:2px}.kot-curse-card .effect-wrapper .effect-text.overflow.permanent{background:radial-gradient(#0db9e9,#0fa2d8,#1265ab);border:2px solid #42aad1}.kot-curse-card .permanent-effect-wrapper{color:#fff;height:38px;left:9px;top:59px;width:116px}.kot-curse-card .ankh-effect-wrapper{color:#000;height:52px;left:6px;top:124px;width:58px}.kot-curse-card .snake-effect-wrapper{color:#000;height:52px;left:68px;top:124px;width:58px}.kot-evolution{background-image:url(img/evolution-cards.jpg);background-size:auto 100%;border-radius:10px;display:inline-block;height:198px;position:relative;text-align:center;width:198px}.kot-evolution .name-and-description{align-items:center;display:flex;flex-direction:column;height:102px;justify-content:space-evenly;left:22px;position:absolute;right:22px;top:69px}.kot-evolution .name-and-description>div{align-items:center;display:flex;flex:1;justify-content:center}.kot-evolution .evolution-type{background:rgba(0,0,0,.4);box-shadow:0 0 3px 2px rgba(0,0,0,.4);color:#fff;font-size:8pt;left:38px;position:absolute;right:36px;text-align:center;text-transform:uppercase;top:55px;white-space:nowrap}.kot-evolution .evolution-type strong{color:#fff200}.kot-evolution .name-wrapper{color:#fff;font-family:goodgirl;font-size:11pt;left:unset;position:relative;text-align:center;top:unset;width:unset}.kot-evolution .name-wrapper .outline{-webkit-text-stroke:5px #a6c136;left:0;position:absolute;top:0;width:100%}.kot-evolution .name-wrapper .text{left:0;position:relative;top:0;width:100%}.kot-evolution .description-wrapper{bottom:4px;color:#000;font-size:8pt;left:unset;position:relative;text-align:center;text-overflow:ellipsis;top:unset;width:unset}.kot-evolution .description-wrapper .icon{height:12px;width:12px}.kot-evolution .description-wrapper .token{box-shadow:none;height:12px;width:12px}.kot-evolution.disabled{cursor:not-allowed;filter:contrast(.6)}.kot-evolution .evolution-inner-counter{background:#ffcf13;border-radius:8px;color:#000;font-size:90%;padding:2px 2px 2px 5px;position:absolute;right:0;top:0}.kot-evolution .evolution-inner-counter .icon{height:20px;vertical-align:middle;width:20px}.kot-evolution .card-token{position:absolute;z-index:12}.kot-evolution .card-token.mimic{z-index:13}.player-evolution-cards .stockitem .name-and-description{align-items:center;display:flex;flex-direction:column;height:102px;justify-content:space-evenly;left:22px;position:absolute;right:22px;top:69px}.player-evolution-cards .stockitem .name-and-description>div{align-items:center;display:flex;flex:1;justify-content:center}.player-evolution-cards .stockitem .evolution-type{background:rgba(0,0,0,.4);box-shadow:0 0 3px 2px rgba(0,0,0,.4);color:#fff;font-size:8pt;left:38px;position:absolute;right:36px;text-align:center;text-transform:uppercase;top:55px;white-space:nowrap}.player-evolution-cards .stockitem .evolution-type strong{color:#fff200}.player-evolution-cards .stockitem .name-wrapper{color:#fff;font-family:goodgirl;font-size:11pt;left:unset;position:relative;text-align:center;top:unset;width:unset}.player-evolution-cards .stockitem .name-wrapper .outline{-webkit-text-stroke:5px #a6c136;left:0;position:absolute;top:0;width:100%}.player-evolution-cards .stockitem .name-wrapper .text{left:0;position:relative;top:0;width:100%}.player-evolution-cards .stockitem .description-wrapper{color:#000;font-size:8pt;left:unset;position:relative;text-align:center;text-overflow:ellipsis;top:unset;width:unset}.player-evolution-cards .stockitem .description-wrapper .icon{height:12px;width:12px}.player-evolution-cards .stockitem .description-wrapper .token{box-shadow:none;height:12px;width:12px}.player-evolution-cards .stockitem.disabled{cursor:not-allowed;filter:contrast(.6)}.player-evolution-cards .stockitem .evolution-inner-counter{background:#ffcf13;border-radius:8px;color:#000;font-size:90%;padding:2px 2px 2px 5px;position:absolute;right:0;top:0}.player-evolution-cards .stockitem .evolution-inner-counter .icon{height:20px;vertical-align:middle;width:20px}.evolution-keyword-buttons{align-items:center;display:flex;flex-direction:column;gap:10px;height:80px;justify-content:flex-start;left:10px;position:absolute;right:10px;top:20px}.evolution-keyword-buttons button{margin:0;pointer-events:all}.kot-tile{background-image:url(img/wickedness-tiles.jpg);background-size:auto 200%;border-radius:10px;display:inline-block;height:81px;position:relative;text-align:center;width:132px}.kot-tile[data-color=orange]{background-position-y:0}.kot-tile[data-color=green]{background-position-y:100%}.kot-tile[data-level="3"]{background-position-x:0}.kot-tile[data-level="6"]{background-position-x:50%}.kot-tile[data-level="10"]{background-position-x:100%}.kot-tile .name-wrapper{color:#fff;font-family:goodgirl;font-size:10pt;left:34px;position:absolute;text-align:center;top:14px;width:95px}.kot-tile .name-wrapper .outline{-webkit-text-stroke:4px #a6c136;left:0;position:absolute;top:0;width:100%}.kot-tile .name-wrapper .outline.curse{-webkit-text-stroke:4px #1c484f}.kot-tile .name-wrapper .text{left:0;position:absolute;top:0;width:100%}.kot-tile .description-wrapper{bottom:4px;color:#000;font-size:7pt;left:4px;position:absolute;text-align:center;text-overflow:ellipsis;width:124px}.kot-tile .description-wrapper .icon{height:12px;width:12px}.kot-tile.disabled{cursor:not-allowed;filter:contrast(.6)}.wickedness-tile-stock .kot-tile .name-and-description,.wickedness-tile-stock .stockitem .name-and-description{align-content:center;display:flex;flex-direction:column;justify-content:space-evenly;left:0;min-height:75px;position:absolute;right:0;top:3px}.wickedness-tile-stock .kot-tile .name-and-description>div,.wickedness-tile-stock .stockitem .name-and-description>div{align-items:center;display:flex;flex:1;justify-content:center;width:auto}.wickedness-tile-stock .kot-tile .name-wrapper,.wickedness-tile-stock .stockitem .name-wrapper{left:unset;left:0;margin:3px;position:relative;text-align:center;top:unset;width:unset;width:112px}.wickedness-tile-stock .kot-tile .name-wrapper .outline,.wickedness-tile-stock .stockitem .name-wrapper .outline{left:0;position:absolute;top:0}.wickedness-tile-stock .kot-tile .name-wrapper .outline.wickedness-tile-side0,.wickedness-tile-stock .stockitem .name-wrapper .outline.wickedness-tile-side0{-webkit-text-stroke:4px #8c1e10}.wickedness-tile-stock .kot-tile .name-wrapper .outline.wickedness-tile-side1,.wickedness-tile-stock .stockitem .name-wrapper .outline.wickedness-tile-side1{-webkit-text-stroke:4px #364e11}.wickedness-tile-stock .kot-tile .name-wrapper .text,.wickedness-tile-stock .stockitem .name-wrapper .text{left:0;position:relative;top:0;width:100%}.wickedness-tile-stock .kot-tile .description-wrapper,.wickedness-tile-stock .stockitem .description-wrapper{left:unset;position:relative;top:unset;width:92px}#table{align-items:stretch;position:relative;transform-origin:left top;z-index:1}#table,#table .table-column{display:flex;justify-content:center}#table .table-column{align-items:center;flex-direction:column;margin:10px}#table #table-center{position:relative}#table #table-center #table-power-cards{align-items:center;display:flex;flex-direction:column}#table #table-center #table-power-cards #deck-wrapper{height:132px;overflow:visible;position:relative;width:185px}#table #table-center #table-power-cards #deck-wrapper #deck{height:185px;transform:translate(26px,-26px) rotate(90deg);transform-origin:center center;width:132px}#table #table-center #table-power-cards #deck-wrapper #deck #card-deck-hidden-deck-back{background:url(img/card-back.jpg)}#table #table-center #table-power-cards #deck-wrapper #deck #card-deck-hidden-deck-back[data-type=costume]{background:url(img/card-back-costume.jpg)}#table #table-center #table-power-cards #deck-wrapper #pick-stock{bottom:-5px;position:absolute;width:100%;z-index:5}#table #table-center #visible-cards{margin-bottom:10px;margin-top:8px;min-height:185px;min-width:420px}#table #table-center #visible-cards .slot{height:185px;width:132px}#table #table-center #table-cards{display:flex;flex-direction:column}#table #table-center #table-cards[data-wickedness-board=true]{align-items:stretch;flex-direction:row;gap:10px}#table #table-center #table-cards[data-wickedness-board=true]>div{flex:1}#table #table-center #curse-wrapper{align-items:center;background:rgba(0,0,0,.5);border-radius:10px;box-shadow:0 0 5px 5px rgba(0,0,0,.5);display:flex;gap:10px;height:100%;justify-content:center;margin-bottom:10px}#table #table-center #full-board{align-items:flex-end;display:flex}#table #table-center #full-board #board{background-size:cover;box-shadow:2px 2px 5px 2px #000;display:inline-block;height:400px;margin-left:10px;position:relative;width:400px}#table #table-center #full-board #board #tokyo-city{height:150px;left:-14px;position:absolute;top:72px;width:200px}#table #table-center #full-board #board #tokyo-bay{bottom:11px;height:150px;position:absolute;right:-2px;width:200px}#table #table-center #full-board #board #twoPlayersVariant-message{background:hsla(0,0%,100%,.8);bottom:50px;box-shadow:0 0 5px 2px hsla(0,0%,100%,.8);left:19px;padding:5px;position:absolute;right:19px}#table #table-center #full-board #board #twoPlayersVariant-message #hide-twoPlayersVariant-message{cursor:pointer;font-weight:700}#table #table-center #full-board #board #board-corner-highlight{border:3px solid #ffcf13;bottom:13px;box-shadow:0 0 5px 2px #ffcf13;height:26px;left:22px;margin:-3px;position:absolute;width:83px}#table #table-center #full-board #board .tokyo-tower-wrapper{position:relative}#table #table-center #full-board #wickedness-board-wrapper{display:inline-block;height:400px;width:300px}#table #table-center #full-board #wickedness-board-wrapper #wickedness-board{background:url(img/wickedness-board.jpg);background-size:cover;box-shadow:2px 2px 5px 2px #000;display:inline-block;height:400px;position:relative;width:170px}#table #table-center #full-board #wickedness-board-wrapper #wickedness-board #wickedness-tiles-pile-3{top:258px}#table #table-center #full-board #wickedness-board-wrapper #wickedness-board #wickedness-tiles-pile-6{top:141px}#table #table-center #full-board #wickedness-board-wrapper #wickedness-board #wickedness-tiles-pile-10{top:6px}#table #table-center #full-board #wickedness-board-wrapper #wickedness-board .wickedness-tiles-pile{--tile-count:1;border-radius:8px;height:81px;left:170px;opacity:var(--tile-count);position:absolute;transition:height .5s ease-in-out,background-color .5s ease-in-out,box-shadow .5s ease-in-out;width:calc(132px + var(--tile-count)*3px)}#table #table-center #full-board #wickedness-board-wrapper #wickedness-board .wickedness-tiles-pile .wickedness-tile{background:url(img/wickedness-tiles.jpg);border-radius:10px;cursor:default;height:81px;left:calc(3px*var(--order));margin:0;position:absolute;top:calc(3px*var(--order));transition:left .5s ease-in-out,top .5s ease-in-out;width:132px}#table #table-center #full-board #wickedness-board-wrapper #wickedness-board .wickedness-tiles-pile .wickedness-tile[data-side="0"]{background-position-y:0}#table #table-center #full-board #wickedness-board-wrapper #wickedness-board .wickedness-tiles-pile .wickedness-tile[data-side="1"]{background-position-y:100%}#table #table-center #full-board #wickedness-board-wrapper #wickedness-board .wickedness-tiles-pile .wickedness-tile[data-background-index="0"]{background-position-x:0}#table #table-center #full-board #wickedness-board-wrapper #wickedness-board .wickedness-tiles-pile .wickedness-tile[data-background-index="1"]{background-position-x:50%}#table #table-center #full-board #wickedness-board-wrapper #wickedness-board .wickedness-tiles-pile .wickedness-tile[data-background-index="2"]{background-position-x:100%}#table #table-center #full-board #wickedness-board-wrapper #wickedness-board .wickedness-tiles-pile.opened,#table #table-center #full-board #wickedness-board-wrapper #wickedness-board .wickedness-tiles-pile:active,#table #table-center #full-board #wickedness-board-wrapper #wickedness-board .wickedness-tiles-pile:hover{background-color:hsla(0,0%,100%,.8);box-shadow:0 0 5px 5px hsla(0,0%,100%,.8);height:calc(85px*var(--tile-count) - 3px);z-index:1}#table #table-center #full-board #wickedness-board-wrapper #wickedness-board .wickedness-tiles-pile.opened .wickedness-tile,#table #table-center #full-board #wickedness-board-wrapper #wickedness-board .wickedness-tiles-pile:active .wickedness-tile,#table #table-center #full-board #wickedness-board-wrapper #wickedness-board .wickedness-tiles-pile:hover .wickedness-tile{left:0;top:calc(85px*var(--order))}#table #table-center #full-board #wickedness-board-wrapper #wickedness-board .wickedness-tiles-pile.selectable .wickedness-tile{cursor:pointer}#table #table-center #full-board #wickedness-board-wrapper #wickedness-board .monster-icon{position:absolute}#table .player-table{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;padding:10px 0;position:relative;width:440px}#table .player-table.eliminated{filter:grayscale(1)}#table .player-table.active{border:3px solid #ffcf13;box-shadow:0 0 5px 2px #ffcf13}#table .player-table.mindbugged{border:3px solid #df80b5;box-shadow:0 0 5px 2px #df80b5}#table .player-table .kot-player-name{height:18px;padding:5px;position:relative;text-align:center;text-overflow:ellipsis;width:100%;z-index:5}#table .player-table .kot-player-name .outline{-webkit-text-stroke:4px #000;display:block;left:0;position:absolute;width:100%}#table .player-table .kot-player-name .outline.white{-webkit-text-stroke:4px #fff}#table .player-table .kot-player-name .text{left:0;position:absolute;width:100%}#table .player-table .kot-player-name.standard{font-size:15pt;font-weight:700}#table .player-table .kot-player-name.goodgirl{font-family:goodgirl;font-size:16pt}#table .player-table .kot-player-name.goodgirl .outline,#table .player-table .kot-player-name.goodgirl .text{top:2px}#table .player-table .monster-board-wrapper{margin-bottom:8px;position:relative}#table .player-table .monster-board-wrapper .kot-token{left:-25px;position:absolute;top:-25px;z-index:3}#table .player-table .monster-board-wrapper .wheel{position:absolute;transition:transform 1s;z-index:1}#table .player-table .monster-board-wrapper .wheel.blue{background-image:url(img/monsters/blue-wheel.png);height:165px;left:-5px;top:7px;transform:rotate(25deg);width:165px}#table .player-table .monster-board-wrapper .wheel.red{background-image:url(img/monsters/red-wheel.png);bottom:5px;height:122px;right:-5px;transform:rotate(98deg);width:122px}#table .player-table .monster-board-wrapper.monster102 .wheel.blue{background-image:url(img/monsters/dark/yellow-wheel.png)}#table .player-table .monster-board-wrapper.monster102 .wheel.red{background-image:url(img/monsters/dark/red-wheel.png)}#table .player-table .monster-board-wrapper.monster104 .wheel.blue{background-image:url(img/monsters/dark/yellow-wheel.png)}#table .player-table .monster-board-wrapper.monster104 .wheel.red{background-image:url(img/monsters/dark/red-wheel.png)}#table .player-table .monster-board-wrapper.monster105 .wheel.blue{background-image:url(img/monsters/dark/yellow-wheel.png)}#table .player-table .monster-board-wrapper.monster105 .wheel.red{background-image:url(img/monsters/dark/red-wheel.png)}#table .player-table .monster-board-wrapper.monster106 .wheel.blue{background-image:url(img/monsters/dark/yellow-wheel.png)}#table .player-table .monster-board-wrapper.monster106 .wheel.red{background-image:url(img/monsters/dark/red-wheel.png)}#table .player-table .monster-board-wrapper.monster114 .wheel.blue{background-image:url(img/monsters/dark/yellow-wheel.png)}#table .player-table .monster-board-wrapper.monster114 .wheel.red{background-image:url(img/monsters/dark/red-wheel.png)}#table .player-table .monster-board-wrapper.monster115 .wheel.blue{background-image:url(img/monsters/dark/yellow-wheel.png)}#table .player-table .monster-board-wrapper.monster115 .wheel.red{background-image:url(img/monsters/dark/red-wheel.png)}#table .player-table .monster-board-wrapper .monster-board{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:contain;border-radius:12px;box-shadow:2px 2px 5px 2px #000;display:flex;height:219px;justify-content:center;position:relative;width:280px;z-index:2}#table .player-table .monster-board-wrapper .monster-board .monster-board-figure-wrapper{height:150px;width:200px}#table .player-table .monster-board-wrapper .monster-board.monster1{background-image:url(img/monsters/monster-board-1.png)}#table .player-table .monster-board-wrapper .monster-board.monster2{background-image:url(img/monsters/monster-board-2.png)}#table .player-table .monster-board-wrapper .monster-board.monster3{background-image:url(img/monsters/monster-board-3.png)}#table .player-table .monster-board-wrapper .monster-board.monster4{background-image:url(img/monsters/monster-board-4.png)}#table .player-table .monster-board-wrapper .monster-board.monster5{background-image:url(img/monsters/monster-board-5.png)}#table .player-table .monster-board-wrapper .monster-board.monster6{background-image:url(img/monsters/monster-board-6.png)}#table .player-table .monster-board-wrapper .monster-board.monster7{background-image:url(img/monsters/monster-board-7.png)}#table .player-table .monster-board-wrapper .monster-board.monster8{background-image:url(img/monsters/monster-board-8.png)}#table .player-table .monster-board-wrapper .monster-board.monster9{background-image:url(img/monsters/monster-board-9.png)}#table .player-table .monster-board-wrapper .monster-board.monster10{background-image:url(img/monsters/monster-board-10.png)}#table .player-table .monster-board-wrapper .monster-board.monster11{background-image:url(img/monsters/monster-board-11.png)}#table .player-table .monster-board-wrapper .monster-board.monster12{background-image:url(img/monsters/monster-board-12.png)}#table .player-table .monster-board-wrapper .monster-board.monster13{background-image:url(img/monsters/monster-board-13.png)}#table .player-table .monster-board-wrapper .monster-board.monster16{background-image:url(img/monsters/monster-board-16.png)}#table .player-table .monster-board-wrapper .monster-board.monster17{background-image:url(img/monsters/monster-board-17.png)}#table .player-table .monster-board-wrapper .monster-board.monster18{background-image:url(img/monsters/monster-board-18.png)}#table .player-table .monster-board-wrapper .monster-board.monster19{background-image:url(img/monsters/monster-board-19.png)}#table .player-table .monster-board-wrapper .monster-board.monster21{background-image:url(img/monsters/monster-board-21.png)}#table .player-table .monster-board-wrapper .monster-board.monster41{background-image:url(img/monsters/monster-board-41.png)}#table .player-table .monster-board-wrapper .monster-board.monster42{background-image:url(img/monsters/monster-board-42.png)}#table .player-table .monster-board-wrapper .monster-board.monster43{background-image:url(img/monsters/monster-board-43.png)}#table .player-table .monster-board-wrapper .monster-board.monster44{background-image:url(img/monsters/monster-board-44.png)}#table .player-table .monster-board-wrapper .monster-board.monster45{background-image:url(img/monsters/monster-board-45.png)}#table .player-table .monster-board-wrapper .monster-board.monster51{background-image:url(img/monsters/monster-board-51.png)}#table .player-table .monster-board-wrapper .monster-board.monster52{background-image:url(img/monsters/monster-board-52.png)}#table .player-table .monster-board-wrapper .monster-board.monster53{background-image:url(img/monsters/monster-board-53.png)}#table .player-table .monster-board-wrapper .monster-board.monster54{background-image:url(img/monsters/monster-board-54.png)}#table .player-table .monster-board-wrapper .monster-board.monster61{background-image:url(img/monsters/monster-board-61.png)}#table .player-table .monster-board-wrapper .monster-board.monster62{background-image:url(img/monsters/monster-board-62.png)}#table .player-table .monster-board-wrapper .monster-board.monster63{background-image:url(img/monsters/monster-board-63.png)}#table .player-table .monster-board-wrapper .monster-board.monster102{background-image:url(img/monsters/dark/monster-board-102.png)}#table .player-table .monster-board-wrapper .monster-board.monster104{background-image:url(img/monsters/dark/monster-board-104.png)}#table .player-table .monster-board-wrapper .monster-board.monster105{background-image:url(img/monsters/dark/monster-board-105.png)}#table .player-table .monster-board-wrapper .monster-board.monster106{background-image:url(img/monsters/dark/monster-board-106.png)}#table .player-table .monster-board-wrapper .monster-board.monster114{background-image:url(img/monsters/dark/monster-board-114.png)}#table .player-table .monster-board-wrapper .monster-board.monster115{background-image:url(img/monsters/dark/monster-board-115.png)}#table .player-table .monster-board-wrapper .monster-board .target.token{box-shadow:0 0 4px 4px #e9c0b8;left:27px;position:absolute;top:-15px;z-index:2}#table .player-table .energy-wrapper{height:220px;position:absolute;top:40px;width:65px;z-index:4}#table .player-table .energy-wrapper.left{left:5px}#table .player-table .energy-wrapper.right{right:5px}#table .player-table .token-wrapper{height:170px;pointer-events:none;position:absolute;width:65px;z-index:4}#table .player-table .token-wrapper .token{pointer-events:all;position:absolute}#table .player-table .token-wrapper.poison{bottom:5px;left:-15px}#table .player-table .token-wrapper.poison .token{box-shadow:0 0 4px 4px #5e8cc2}#table .player-table .token-wrapper.shrink-ray{right:-50px;top:5px}#table .player-table .token-wrapper.shrink-ray .token{box-shadow:0 0 4px 4px #d7e2a1}#table .player-table .player-wickedness-tiles{width:100%}#table .player-table .player-wickedness-tiles.empty{max-height:0}#table .player-table .cards-stocks{display:flex;flex-direction:column;gap:8px;width:100%}#table .player-table .player-cards{width:100%}#table .player-table .player-cards.empty{max-height:20px}#table .player-table .player-cards.empty.reserved{max-height:0}#table .player-table .player-cards.reserved{background:hsla(0,0%,67%,.667)}#table .player-table .player-evolution-cards{width:100%}#table .player-table .player-evolution-cards.empty{max-height:0}#table .player-table .tokyo-tower-wrapper{position:absolute;right:10px;top:10px}#table .player-table .berserk-token{background:url(img/berserk-token.png);border-radius:5px;display:none;height:80px;position:absolute;right:-10px;top:-10px;width:52px;z-index:3}#table .player-table .berserk-token[data-visible=true]{display:initial}#table .player-table .mindbug-tokens{display:flex;flex-direction:row-reverse;flex-wrap:wrap-reverse;position:absolute;right:25px;top:0;width:155px}#table .player-table .mindbug-tokens .mindbug-token{background:url(img/mindbug-token.png);background-repeat:no-repeat;background-size:contain;border-radius:5px;height:64px;margin:0 5px 0 -50px;width:64px}#table .player-table .cultist-tokens{bottom:0;display:flex;flex-wrap:wrap-reverse;left:60px;position:absolute;width:155px}#table .player-table .cultist-tokens .cultist-token{background:url(img/cultist-tile.png);background-size:contain;border-radius:5px;box-shadow:0 0 2px 1px rgba(0,0,0,.7);height:64px;margin:0 5px 0 -50px;width:64px}#table .monster-figure{position:relative}.monster-figure .stand{display:none}.mode_3d .monster-figure{transform:translateY(-60px) rotateX(-90deg);transform-origin:bottom center}.mode_3d .monster-figure .stand{background:#000;border-radius:50%;bottom:-35px;display:inline-block;height:70px;left:50%;margin-left:-35px;position:absolute;transform:rotateX(90deg);width:70px}body.halloween #rolled-dice #locked-dice{border:2px solid #000}body.halloween #rolled-dice #locked-dice #lock{background:url(img/lock.svg) #ff8200;background-position:50%;background-repeat:no-repeat;border-radius:4px 0 0 4px}body.halloween #rolled-dice #locked-dice.hide-lock{border-color:transparent}body.halloween #skipBuyPhaseWrapper input:checked+.slider{background-color:#ff8200}body.halloween #skipBuyPhaseWrapper input:focus+.slider{box-shadow:0 0 1px #ff8200}body.halloween #table .player-table.active{border:3px solid #ff8200;box-shadow:0 0 5px 2px #ff8200}body.halloween .player-board.active{box-shadow:0 0 2px 3px #ff8200}body.halloween .double-selection .bga-cards_selected-card,body.halloween .double-selection .no-visible-selection-except-double-selection{box-shadow:0 0 5px 5px #ff8200!important}body.halloween .highlight-evolution,body.halloween .highlight-zombify{box-shadow:0 0 5px 5px #ff8200}.tokyo-tower{display:grid;grid-template-columns:100%;grid-template-rows:26% 35% 38%;height:260px;position:relative;width:70px;z-index:8}.tokyo-tower .level{align-items:center;background:url(img/tokyo-tower.png);display:flex;height:100%;justify-content:center}.tokyo-tower .level.level3{background-position-y:0}.tokyo-tower .level.level2{background-position-y:42%}.tokyo-tower .level.level1{background-position-y:100%}.tokyo-tower .level .icon{margin:-5px}.mode_3d .tokyo-tower{transform:translateY(-60px) rotateX(-90deg);transform-origin:bottom}.tokyo-tower-icon{background:url(img/tokyo-tower.png) no-repeat;display:none;height:32px}.tokyo-tower-icon.level3{background-position-y:0;background-size:auto 390%;width:26px}.tokyo-tower-icon.level2{background-position-y:42%;background-size:auto 280%;width:20px}.tokyo-tower-icon.level1{background-position-y:100%;background-size:auto 250%;width:22px}.tokyo-tower-icon[data-owned=true]{display:inline-block}#active-expansions-button{background:#fff;padding:0}#active-expansions-button .title{padding:3px}#active-expansions-button .expansion-zone-list{display:flex}#active-expansions-button .expansion-zone-list .expansion-zone{flex:1;padding:3px 0}#active-expansions-button .expansion-zone-list .expansion-zone[data-activated=false]{display:none}#active-expansions-button .expansion-zone-list .expansion-zone .expansion-icon{background-image:url(img/expansions-icons.png);background-size:auto 100%;display:inline-block;height:24px;position:relative;width:24px}#active-expansions-button .expansion-zone-list .expansion-zone[data-expansion="0"]{background:#fff}#active-expansions-button .expansion-zone-list .expansion-zone[data-expansion="0"] .expansion-icon{background-position-x:-12.5%}#active-expansions-button .expansion-zone-list .expansion-zone[data-expansion="1"]{background:#ff8200}#active-expansions-button .expansion-zone-list .expansion-zone[data-expansion="1"] .expansion-icon{background-position-x:0}#active-expansions-button .expansion-zone-list .expansion-zone[data-expansion="2"]{background:#00a295}#active-expansions-button .expansion-zone-list .expansion-zone[data-expansion="2"] .expansion-icon{background-position-x:12.5%}#active-expansions-button .expansion-zone-list .expansion-zone[data-expansion="3"]{background:#fcbaae}#active-expansions-button .expansion-zone-list .expansion-zone[data-expansion="3"] .expansion-icon{background-position-x:25%}#active-expansions-button .expansion-zone-list .expansion-zone[data-expansion="4"]{background:#ccb556}#active-expansions-button .expansion-zone-list .expansion-zone[data-expansion="4"] .expansion-icon{background-position-x:37.5%}#active-expansions-button .expansion-zone-list .expansion-zone[data-expansion="5"]{background:#e22c04}#active-expansions-button .expansion-zone-list .expansion-zone[data-expansion="5"] .expansion-icon{background-position-x:50%}#active-expansions-button .expansion-zone-list .expansion-zone[data-expansion="6"]{background:#06b8ee}#active-expansions-button .expansion-zone-list .expansion-zone[data-expansion="6"] .expansion-icon{background-position-x:62.5%}#active-expansions-button .expansion-zone-list .expansion-zone[data-expansion="7"]{background:#5d7b38}#active-expansions-button .expansion-zone-list .expansion-zone[data-expansion="7"] .expansion-icon{background-position-x:75%}#active-expansions-button .expansion-zone-list .expansion-zone[data-expansion="8"]{background:#41423c}#active-expansions-button .expansion-zone-list .expansion-zone[data-expansion="8"] .expansion-icon{background-position-x:87.5%}#active-expansions-button .expansion-zone-list .expansion-zone[data-expansion="9"]{background:#b14e85}#active-expansions-button .expansion-zone-list .expansion-zone[data-expansion="9"] .expansion-icon{background-position-x:100%}#popin_showActivatedExpansions_container{height:2525.19px;left:0;max-width:100vw;position:absolute;top:0;width:1903px}#popin_showActivatedExpansions_underlay{background-color:#fff;height:100%;left:0;opacity:.7;position:absolute;top:0;width:100%;z-index:949}#popin_showActivatedExpansions_wrapper{align-items:flex-start;display:flex;height:100vh;justify-content:center;left:0;opacity:1;position:absolute;top:0;transform-origin:left top;width:100vw;z-index:950}#popin_showActivatedExpansions{background:#fff;border-radius:10px;box-shadow:3px 3px 10px 1px rgba(0,0,0,.667);margin-top:80px;max-width:99%;padding:20px;width:1096.3px;z-index:2000}.kingoftokyo_popin{position:relative;width:80%}.kingoftokyo_popin .closeicon{align-items:center;background-color:#000;border-radius:50%;color:#fff;display:flex;font-size:100%;height:45px;justify-content:center;position:absolute;right:-22px;text-align:center;top:-16px;width:45px;z-index:1}.kingoftokyo_popin .closeicon:hover{color:#a6c136;text-decoration:none;transform:scale(1.1)}h2{text-align:center}#playermat-container-modal{overflow-y:auto}#playermat-container-modal details[data-expansion="0"]{background:#fff}#playermat-container-modal details[data-expansion="1"]{background:#ff8200}#playermat-container-modal details[data-expansion="2"]{background:#00a295}#playermat-container-modal details[data-expansion="3"]{background:#fcbaae}#playermat-container-modal details[data-expansion="4"]{background:#ccb556}#playermat-container-modal details[data-expansion="5"]{background:#e22c04}#playermat-container-modal details[data-expansion="6"]{background:#06b8ee}#playermat-container-modal details[data-expansion="7"]{background:#5d7b38}#playermat-container-modal details[data-expansion="8"]{background:#41423c}#playermat-container-modal details[data-expansion="9"]{background:#b14e85}#playermat-container-modal details{border-radius:10px}#playermat-container-modal details[data-expansion="0"] .activation-status{display:none}#playermat-container-modal details[data-activated=false] .activation-status{background:#b5b5b5}#playermat-container-modal details .description{padding:10px}#playermat-container-modal details summary{cursor:pointer;font-size:110%;font-weight:700;padding:10px}#playermat-container-modal details .activation-status{background:green;border-radius:5px;color:#fff;font-size:10pt;margin:5px;padding:2px 8px;text-transform:uppercase}#playermat-container-modal details .block-buttons{display:flex;justify-content:center}#playermat-container-modal details .block-buttons .bgabutton{width:auto}#playermat-container-modal details .block-buttons .bgabutton:not(:first-child){margin-left:10px}#playermat-container-modal .icon{height:16px;width:16px}html[data-dark-edition=true] #loader_mask #game_box_loader_back,html[data-dark-edition=true] #loader_mask #game_box_loader_front{background-image:url(img/dark/game-box.png);background-repeat:no-repeat;background-size:100% auto;height:0;padding:500px 0 0 500px;width:0}html[data-dark-edition=true] .player-board{background-color:#737373}html[data-dark-edition=true] .player-board .fa-star,html[data-dark-edition=true] .player-board .player_score .player_score_value{color:#f99603}html[data-dark-edition=true] .player-board .counters{color:#fff}html[data-dark-edition=true] #rolled-dice #locked-dice{border:2px solid #ffeb68}html[data-dark-edition=true] #rolled-dice #locked-dice #lock{background:url(img/lock.svg) #ffeb68;background-position:50%;background-repeat:no-repeat;border-radius:4px 0 0 4px}html[data-dark-edition=true] #rolled-dice #locked-dice.hide-lock{border-color:transparent}html[data-dark-edition=true] #skipBuyPhaseWrapper input:checked+.slider{background-color:#ffeb68}html[data-dark-edition=true] #skipBuyPhaseWrapper input:focus+.slider{box-shadow:0 0 1px #ffeb68}html[data-dark-edition=true] #table .player-table.active{border:3px solid #ffeb68;box-shadow:0 0 5px 2px #ffeb68}html[data-dark-edition=true] .player-board.active{box-shadow:0 0 2px 3px #ffeb68}html[data-dark-edition=true] .double-selection .bga-cards_selected-card,html[data-dark-edition=true] .double-selection .no-visible-selection-except-double-selection{box-shadow:0 0 5px 5px #ffeb68!important}html[data-dark-edition=true] .highlight-evolution,html[data-dark-edition=true] .highlight-zombify{box-shadow:0 0 5px 5px #ffeb68}html[data-dark-edition=true] #table #table-center #table-power-cards #deck-wrapper #deck #card-deck-hidden-deck-back{background:url(img/dark/card-back.jpg)}html[data-dark-edition=true] .card-stock #deck,html[data-dark-edition=true] .card-stock .kot-card[data-design=dark-edition]{--main-color:#f6d445}html[data-dark-edition=true] .card-stock #deck .card-token.mimic-tile,html[data-dark-edition=true] .card-stock .kot-card[data-design=dark-edition] .card-token.mimic-tile{background-image:url(img/dark/wickedness-tiles.jpg)}html[data-dark-edition=true] .card-stock #deck .card-token.mimic-tile .name-wrapper,html[data-dark-edition=true] .card-stock .kot-card[data-design=dark-edition] .card-token.mimic-tile .name-wrapper{color:#f6d445;font-family:young-frankenstein-italic;font-size:10pt}html[data-dark-edition=true] .card-stock #deck .bottom,html[data-dark-edition=true] .card-stock .kot-card[data-design=dark-edition] .bottom{background-image:url(img/dark/card-bottom.png)}html[data-dark-edition=true] .card-stock #deck .name-wrapper,html[data-dark-edition=true] .card-stock .kot-card[data-design=dark-edition] .name-wrapper{color:#000;font-family:young-frankenstein-italic;font-size:13pt}html[data-dark-edition=true] .card-stock #deck .type-wrapper,html[data-dark-edition=true] .card-stock .kot-card[data-design=dark-edition] .type-wrapper{font-family:young-frankenstein;font-size:11pt;margin-top:-5px;transform:unset}html[data-dark-edition=true] .card-stock #deck .type-wrapper.keep .outline,html[data-dark-edition=true] .card-stock .kot-card[data-design=dark-edition] .type-wrapper.keep .outline{-webkit-text-stroke:0}html[data-dark-edition=true] .card-stock #deck .type-wrapper.keep .outline:before,html[data-dark-edition=true] .card-stock .kot-card[data-design=dark-edition] .type-wrapper.keep .outline:before{background-color:var(--main-color);bottom:-4px;content:"";left:-4px;-webkit-mask:url(img/dark/keep-mask.png) no-repeat center/contain;mask:url(img/dark/keep-mask.png) no-repeat center/contain;position:absolute;right:-4px;top:-4px}html[data-dark-edition=true] .card-stock #deck .type-wrapper.discard .outline,html[data-dark-edition=true] .card-stock .kot-card[data-design=dark-edition] .type-wrapper.discard .outline{-webkit-text-stroke:0}html[data-dark-edition=true] .card-stock #deck .type-wrapper.discard .outline:before,html[data-dark-edition=true] .card-stock .kot-card[data-design=dark-edition] .type-wrapper.discard .outline:before{background-color:var(--main-color);bottom:-4px;content:"";left:0;-webkit-mask:url(img/dark/discard-mask.png) no-repeat center/contain;mask:url(img/dark/discard-mask.png) no-repeat center/contain;position:absolute;right:-8px;top:-6px}html[data-dark-edition=true] .card-stock #deck .description-wrapper,html[data-dark-edition=true] .card-stock .kot-card[data-design=dark-edition] .description-wrapper{color:#fff}html[data-dark-edition=true] .kot-tile{background-image:url(img/dark/wickedness-tiles.jpg)}html[data-dark-edition=true] .dijitTooltipContainer .card-keep-text,html[data-dark-edition=true] .kot-card[data-design=dark-edition] .card-keep-text,html[data-dark-edition=true] .kot-tile .card-keep-text{color:#fff;font-family:young-frankenstein;font-size:8pt;font-weight:400;letter-spacing:.05rem}html[data-dark-edition=true] .dijitTooltipContainer .card-keep-text .outline,html[data-dark-edition=true] .kot-card[data-design=dark-edition] .card-keep-text .outline,html[data-dark-edition=true] .kot-tile .card-keep-text .outline{-webkit-text-stroke:0;visibility:none}html[data-dark-edition=true] .dijitTooltipContainer .card-keep-text :before,html[data-dark-edition=true] .kot-card[data-design=dark-edition] .card-keep-text :before,html[data-dark-edition=true] .kot-tile .card-keep-text :before{color:#f6d445;content:"((";letter-spacing:unset}html[data-dark-edition=true] .dijitTooltipContainer .card-keep-text :after,html[data-dark-edition=true] .kot-card[data-design=dark-edition] .card-keep-text :after,html[data-dark-edition=true] .kot-tile .card-keep-text :after{color:#f6d445;content:"))";letter-spacing:unset}html[data-dark-edition=true] #table #table-center #full-board #wickedness-board-wrapper #wickedness-board .wickedness-tiles-pile .wickedness-tile,html[data-dark-edition=true] .kot-tile{background-image:url(img/dark/wickedness-tiles.jpg)}html[data-dark-edition=true] #table #table-center #full-board #wickedness-board-wrapper #wickedness-board .wickedness-tiles-pile .wickedness-tile .name-wrapper,html[data-dark-edition=true] .kot-tile .name-wrapper{color:#f6d445;font-family:young-frankenstein-expanded-italic}html[data-dark-edition=true] #table #table-center #full-board #wickedness-board-wrapper #wickedness-board .wickedness-tiles-pile .wickedness-tile .name-wrapper .outline.wickedness-tile-side0,html[data-dark-edition=true] #table #table-center #full-board #wickedness-board-wrapper #wickedness-board .wickedness-tiles-pile .wickedness-tile .name-wrapper .outline.wickedness-tile-side1,html[data-dark-edition=true] .kot-tile .name-wrapper .outline.wickedness-tile-side0,html[data-dark-edition=true] .kot-tile .name-wrapper .outline.wickedness-tile-side1{-webkit-text-stroke:4px #231f20}html[data-dark-edition=true] #table #table-center #full-board #wickedness-board-wrapper #wickedness-board .wickedness-tiles-pile .wickedness-tile .description-wrapper,html[data-dark-edition=true] .kot-tile .description-wrapper{color:#fff}html[data-dark-edition=true] #table #table-center #full-board #board{height:470px;width:470px}html[data-dark-edition=true] #table #table-center #full-board #board #tokyo-city{left:17px;top:61px}html[data-dark-edition=true] #table #table-center #full-board #board #tokyo-bay{bottom:123px;right:78px}html[data-dark-edition=true] #table #table-center #full-board #board #twoPlayersVariant-message{right:100px}html[data-dark-edition=true] #table #table-center #full-board #board #board-corner-highlight{bottom:17px}html[data-dark-edition=true] #table #table-center #full-board #wickedness-board-wrapper{height:470px;left:-80px;position:relative;width:140px}html[data-dark-edition=true] #table #table-center #full-board #wickedness-board-wrapper #wickedness-board{background:none;box-shadow:none}html[data-dark-edition=true] #table #table-center #full-board #wickedness-board-wrapper #wickedness-board .wickedness-tiles-pile{left:84px}html[data-dark-edition=true] #table #table-center #full-board #wickedness-board-wrapper #wickedness-board #wickedness-tiles-pile-3{top:302px}html[data-dark-edition=true] #table #table-center #full-board #wickedness-board-wrapper #wickedness-board #wickedness-tiles-pile-6{top:172px}html[data-dark-edition=true] #table #table-center #full-board #wickedness-board-wrapper #wickedness-board #wickedness-tiles-pile-10{top:3px}html[data-dark-edition=true] #table #table-center #full-board #wickedness-board-wrapper #wickedness-board .monster-icon{transition:opacity .5s}html[data-dark-edition=true] #table #table-center #full-board #wickedness-board-wrapper #wickedness-board .monster-icon[data-wickedness="0"]{opacity:0}html[data-dark-edition=true] #table .player-table .kot-player-name.goodgirl{font-family:young-frankenstein-italic;font-size:21pt;letter-spacing:.1rem}html[data-dark-edition=true] .dijitTooltipContainer .icon.points,html[data-dark-edition=true] .kot-card[data-design=dark-edition] .icon.points,html[data-dark-edition=true] .kot-tile .icon.points,html[data-dark-edition=true] .tokyo-tower .icon.points{background-image:url(img/dark/icons.png);background-position:0 0}html[data-dark-edition=true] .energy-cube{background:url(img/dark/energy-cubes.png) 50% no-repeat;background-size:auto 100%}html[data-dark-edition=true] .energy-cube.cube-shape-0{background-position-x:0}html[data-dark-edition=true] .energy-cube.cube-shape-1{background-position-x:25%}html[data-dark-edition=true] .energy-cube.cube-shape-2{background-position-x:50%}html[data-dark-edition=true] .energy-cube.cube-shape-3{background-position-x:75%}html[data-dark-edition=true] .energy-cube.cube-shape-4{background-position-x:100%}html[data-dark-edition=true] #zoom-wrapper #zoom-controls button{background-image:url(img/dark/zoom-white.svg)}html[data-dark-edition=true] .tundra .dijitTooltipContainer{background:#000;border-color:gray;color:#fff}html[data-dark-edition=true] .token.shrink-ray{background-image:url(img/dark/tokens.png);background-position-x:0;border-radius:unset;box-shadow:none!important}html[data-dark-edition=true] .token.poison{background-image:url(img/dark/tokens.png);background-position-x:50%;border-radius:unset;box-shadow:none!important}html[data-dark-edition=true] .token.smoke-cloud{background-image:url(img/dark/tokens.png);background-position-x:100%;border-radius:unset;box-shadow:none!important}html[data-origins=true] #table #table-center #full-board #board #tokyo-city{left:52px;top:113px}html[data-origins=true] #table #table-center #full-board #board #board-corner-highlight{bottom:28px;left:16px}html[data-origins=true] #table #table-center #full-board #board #twoPlayersVariant-message{bottom:57px;left:13px;position:absolute}.mode_3d #game_play_area_background,html{background:url(img/backgrounds/base.jpg) #102f50;background-repeat:no-repeat;background-size:100% auto}html[data-background="2"],html[data-background="2"] .mode_3d #game_play_area_background{background:url(img/backgrounds/halloween.jpg) #2e4d0a;background-repeat:no-repeat;background-size:100% auto}html[data-background="3"],html[data-background="3"] .mode_3d #game_play_area_background{background:url(img/backgrounds/christmas.jpg) #e6f5fc;background-repeat:no-repeat;background-size:100% auto}html[data-background="4"],html[data-background="4"] .mode_3d #game_play_area_background{background:url(img/backgrounds/powerup.jpg) #06557a;background-repeat:no-repeat;background-size:100% auto}html[data-background="5"],html[data-background="5"] .mode_3d #game_play_area_background{background:url(img/backgrounds/dark.jpg) #13141a;background-repeat:no-repeat;background-size:100% auto}html[data-dice="2"] .die-item.black{background-color:#ff8200;border-color:#ff8200}html[data-dice="2"] .die-item.black,html[data-dice="2"] .gamelogreview .dice-icon:not(.berserk):not(.die-of-fate),html[data-dice="2"] .log .dice-icon:not(.berserk):not(.die-of-fate){background-image:url(img/dice/halloween/standard.png)}html[data-dice="2"] .animation{background-image:url(img/dice/halloween/animations.png)}html[data-dice="3"] .die-item.black{background-color:#6cc1e3;border-color:#6cc1e3}html[data-dice="3"] .die-item.black,html[data-dice="3"] .gamelogreview .dice-icon:not(.berserk):not(.die-of-fate),html[data-dice="3"] .log .dice-icon:not(.berserk):not(.die-of-fate){background-image:url(img/dice/christmas/standard.png)}html[data-dice="3"] .animation{background-image:url(img/dice/christmas/animations.png)}html[data-dice="4"] .die-item.black{background-color:#157597;border-color:#157597}html[data-dice="4"] .die-item.black,html[data-dice="4"] .gamelogreview .dice-icon:not(.berserk):not(.die-of-fate),html[data-dice="4"] .log .dice-icon:not(.berserk):not(.die-of-fate){background-image:url(img/dice/powerup/standard.png)}html[data-dice="4"] .animation{background-image:url(img/dice/powerup/animations.png)}html[data-dice="5"] .die-item.black{background-color:#41423c;background-image:url(img/dice/dark/standard.png);border-color:#41423c}html[data-dice="5"] .die-item.green{background-color:#737373;background-image:url(img/dice/dark/inverted.png);border-color:#737373}html[data-dice="5"] .dijitTooltipContainer .dice-icon:not(.berserk):not(.die-of-fate),html[data-dice="5"] .gamelogreview .dice-icon:not(.berserk):not(.die-of-fate),html[data-dice="5"] .kot-card[data-design=dark-edition] .dice-icon:not(.berserk):not(.die-of-fate),html[data-dice="5"] .kot-tile .dice-icon:not(.berserk):not(.die-of-fate),html[data-dice="5"] .log .dice-icon:not(.berserk):not(.die-of-fate){background-image:url(img/dice/dark/standard.png)}html[data-dice="5"] .animation{background-image:url(img/dice/dark/animations.png)}html[data-dice="6"] .die-item.black{background-color:#129447;background-image:url(img/dice/origins/standard.png);border-color:#129447}html[data-dice="6"] .die-item.green{background-color:#ffe621;background-image:url(img/dice/origins/inverted.png);border-color:#ffe621}html[data-dice="6"] .dijitTooltipContainer .dice-icon:not(.berserk):not(.die-of-fate),html[data-dice="6"] .gamelogreview .dice-icon:not(.berserk):not(.die-of-fate),html[data-dice="6"] .kot-card[data-design=dark-edition] .dice-icon:not(.berserk):not(.die-of-fate),html[data-dice="6"] .kot-tile .dice-icon:not(.berserk):not(.die-of-fate),html[data-dice="6"] .log .dice-icon:not(.berserk):not(.die-of-fate){background-image:url(img/dice/origins/standard.png)}html[data-dice="6"] .animation{background-image:url(img/dice/origins/animations.png)}@font-face{font-family:goodgirl;font-style:normal;font-weight:400;src:url(img/goodgirl-webfont.woff2) format("woff2"),url(img/goodgirl-webfont.woff) format("woff")}@font-face{font-family:young-frankenstein;font-style:normal;font-weight:400;src:url(img/dark/youngfrank.woff2) format("woff2"),url(img/dark/youngfrank.woff) format("woff")}@font-face{font-family:young-frankenstein-expanded-italic;font-style:normal;font-weight:400;src:url(img/dark/youngfrankexpandital.woff2) format("woff2"),url(img/dark/youngfrankexpandital.woff) format("woff")}@font-face{font-family:young-frankenstein-italic;font-style:normal;font-weight:400;src:url(img/dark/youngfrankital.woff2) format("woff2"),url(img/dark/youngfrankital.woff) format("woff")}@media (hover:none){#page-title .action-button.bgabutton,#page-title .bgabutton{margin-bottom:8px;margin-top:8px}}.whiteblock{background:hsla(0,0%,100%,.667)}.icon{background-image:url(img/icons.png);background-size:auto 100%;display:inline-block;height:32px;position:relative;vertical-align:middle;width:32px}.icon.points{background-position:0 0}.icon.energy{background-position:14.2857142857% 0}.icon.health{background-position:28.5714285714% 0}.icon.forbidden{background-position:42.8571428571% 0}.icon.dead{background-position:57.1428571429% 0}.icon.lock{background-position:71.4285714286% 0}.icon.wickedness{background-position:85.7142857143% 0}.icon.frozen{background-position:100% 0}#page-title .dice-icon,#page-title .icon{height:20px;width:20px}#page-title .icon{margin:-5px 0}#page-title .ufo.token{box-shadow:unset;margin:-5px 0;vertical-align:middle}#monster-pick{align-content:center;align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-evenly;margin:10px}#monster-pick .monster-group{background:hsla(0,0%,100%,.667)}#monster-pick .monster-group .title{--title-color:#fff;background:linear-gradient(180deg,var(--title-color) 0,transparent 100%);font-size:110%;padding:10px;text-align:center}#monster-pick .monster-group .monster-group-monsters{align-content:center;align-items:center;display:flex;flex-wrap:wrap;justify-content:space-evenly;padding:10px}#monster-pick.selectable .monster-figure{cursor:pointer}.monster-figure{background-position:50%;background-repeat:no-repeat;height:150px;position:relative;width:200px}.monster-figure.monster1{background-image:url(img/monsters/monster-figure-1.png)}.monster-figure.monster2{background-image:url(img/monsters/monster-figure-2.png)}.monster-figure.monster3{background-image:url(img/monsters/monster-figure-3.png)}.monster-figure.monster4{background-image:url(img/monsters/monster-figure-4.png)}.monster-figure.monster5{background-image:url(img/monsters/monster-figure-5.png)}.monster-figure.monster6{background-image:url(img/monsters/monster-figure-6.png)}.monster-figure.monster7{background-image:url(img/monsters/monster-figure-7.png)}.monster-figure.monster8{background-image:url(img/monsters/monster-figure-8.png)}.monster-figure.monster9{background-image:url(img/monsters/monster-figure-9.png)}.monster-figure.monster10{background-image:url(img/monsters/monster-figure-10.png)}.monster-figure.monster11{background-image:url(img/monsters/monster-figure-11.png)}.monster-figure.monster12{background-image:url(img/monsters/monster-figure-12.png)}.monster-figure.monster13{background-image:url(img/monsters/monster-figure-13.png)}.monster-figure.monster16{background-image:url(img/monsters/monster-figure-16.png)}.monster-figure.monster17{background-image:url(img/monsters/monster-figure-17.png)}.monster-figure.monster18{background-image:url(img/monsters/monster-figure-18.png)}.monster-figure.monster19{background-image:url(img/monsters/monster-figure-19.png)}.monster-figure.monster21{background-image:url(img/monsters/monster-figure-21.png)}.monster-figure.monster41{background-image:url(img/monsters/monster-figure-41.png)}.monster-figure.monster42{background-image:url(img/monsters/monster-figure-42.png)}.monster-figure.monster43{background-image:url(img/monsters/monster-figure-43.png)}.monster-figure.monster44{background-image:url(img/monsters/monster-figure-44.png)}.monster-figure.monster45{background-image:url(img/monsters/monster-figure-45.png)}.monster-figure.monster51{background-image:url(img/monsters/monster-figure-51.png)}.monster-figure.monster52{background-image:url(img/monsters/monster-figure-52.png)}.monster-figure.monster53{background-image:url(img/monsters/monster-figure-53.png)}.monster-figure.monster54{background-image:url(img/monsters/monster-figure-54.png)}.monster-figure.monster61{background-image:url(img/monsters/monster-figure-61.png)}.monster-figure.monster62{background-image:url(img/monsters/monster-figure-62.png)}.monster-figure.monster63{background-image:url(img/monsters/monster-figure-63.png)}.monster-figure.monster102{background-image:url(img/monsters/dark/monster-figure-102.png)}.monster-figure.monster104{background-image:url(img/monsters/dark/monster-figure-104.png)}.monster-figure.monster105{background-image:url(img/monsters/dark/monster-figure-105.png)}.monster-figure.monster106{background-image:url(img/monsters/dark/monster-figure-106.png)}.monster-figure.monster114{background-image:url(img/monsters/dark/monster-figure-114.png)}.monster-figure.monster115{background-image:url(img/monsters/dark/monster-figure-115.png)}.monster-figure.monster12.beast-mode{background-image:url(img/monsters/monster-figure-12-beast.png)}#kot-table.pickMonsterOrEvolutionDeck{display:none}#rolled-dice-and-rapid-actions{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-end;position:relative;z-index:9}#rolled-dice-and-rapid-actions #rapid-actions-wrapper{max-width:380px}#rolled-dice-and-rapid-actions #rapid-actions-wrapper:not(:empty){margin-left:10px;margin-right:15px}#rolled-dice-and-rapid-actions #rapid-actions-wrapper .action-button{margin-bottom:5px;margin-top:5px;text-overflow:unset}#rolled-dice-and-rapid-actions #rapid-actions-wrapper>.action-button{margin-left:0}#rolled-dice-and-rapid-actions #rapid-actions-wrapper #rapidCultistButtons{align-items:center;display:flex}#rolled-dice-and-rapid-actions #rapid-actions-wrapper #rapidCultistButtons span{color:#fff;font-weight:700;white-space:nowrap}#rolled-dice-and-rapid-actions #autoLeaveUnderButton{overflow:visible;position:relative}.autoLeaveUnderBubble{bottom:unset;box-shadow:1px 1px 4px 1px #000;cursor:default;right:0;top:35px;white-space:normal;width:200px}.autoLeaveUnderBubble:after{border-width:0 15px 15px;bottom:unset;top:-10px}.autoLeaveUnderBubble .button-grid{column-gap:10px;display:grid;grid-template-columns:1fr 1fr 1fr;margin-right:10px}.autoLeaveUnderBubble .button-grid .disable{grid-column-end:4;grid-column-start:1}.autoLeaveUnderBubble hr{border-color:#4871b6;border-width:2px}.autoSkipPlayEvolutionBubble{bottom:unset;box-shadow:1px 1px 4px 1px #000;cursor:default;right:0;top:35px;white-space:normal;width:200px}.autoSkipPlayEvolutionBubble:after{border-width:0 15px 15px;bottom:unset;top:-10px}.autoSkipPlayEvolutionBubble .autoSkipPlayEvolution-option{margin-bottom:8px;margin-top:8px;text-align:left}.autoSkipPlayEvolutionBubble .autoSkipPlayEvolution-option .label-detail{padding:5px}.autoSkipPlayEvolutionBubble .autoSkipPlayEvolution-option .label-detail.spe-warning{color:darkred}@media screen and (max-width:550px){#rolled-dice-and-rapid-actions{display:block}}#zoom-wrapper{position:relative}#zoom-wrapper #zoom-controls{position:absolute;right:0;top:0;z-index:2}#zoom-wrapper #zoom-controls button{background:url(img/zoom.svg);background-size:auto 220%;height:40px;width:40px}#zoom-wrapper #zoom-controls button:not(.disabled){cursor:pointer}#zoom-wrapper #zoom-controls button.disabled{cursor:not-allowed;opacity:.5}#zoom-wrapper #zoom-controls #zoom-in{background-position:6% 94%}#zoom-wrapper #zoom-controls #zoom-out{background-position:82% 94%}.log .icon,.log .token{height:16px;width:16px}.log .token{box-shadow:none!important}.log .dice-icon{height:20px;margin-left:2px;margin-right:2px;width:20px}.log .timestamp{color:#222;font-size:80%;text-shadow:0 0 3px #fff}.log [data-log-type]{text-decoration:underline;text-decoration-style:dotted}.gamelogreview .icon{height:20px;width:20px}.gamelogreview .dice-icon{height:20px;margin-left:2px;margin-right:2px;width:20px}a .icon,button .icon{height:20px;margin:-5px 0;width:20px}.dijitTooltipContents .icon{height:16px;width:16px}.dijitTooltipContents .token{box-shadow:none!important;height:16px;width:16px}.token{background-image:url(img/tokens.png);background-size:auto 100%;border-radius:50%;box-shadow:1px 1px 1px 1px #000;display:inline-block;height:32px;position:relative;width:32px}.token.shrink-ray{background-position-x:0}.token.poison{background-position-x:12.5%}.token.smoke-cloud{background-position-x:25%;box-shadow:0 0 4px 4px #fff}.token.mimic{background-position-x:37.5%;box-shadow:0 0 4px 4px #9cc060}.token.alienoid{background-position-x:50%;box-shadow:0 0 4px 4px #9cc3e8}.token.ufo{background-position-x:62.5%;box-shadow:0 0 4px 4px #a7a64a}.token.icy-reflection{background-position-x:75%;box-shadow:0 0 4px 4px #96e3fb}.token.target{background-position-x:87.5%}.token.mindbug{background-position-x:100%;border-radius:unset;box-shadow:none!important}#skipBuyPhaseWrapper{align-items:center;display:flex}#skipBuyPhaseWrapper .switch{display:inline-block;height:26px;position:relative;width:44px}#skipBuyPhaseWrapper .switch input{height:0;opacity:0;width:0}#skipBuyPhaseWrapper .slider{background-color:#ccc;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}#skipBuyPhaseWrapper .slider:before{background-color:#fff;bottom:4px;content:"";height:18px;left:4px;position:absolute;transition:.4s;width:18px}#skipBuyPhaseWrapper input:checked+.slider{background-color:#a6c136}#skipBuyPhaseWrapper input:focus+.slider{box-shadow:0 0 1px #a6c136}#skipBuyPhaseWrapper input:checked+.slider:before{transform:translateX(18px)}#skipBuyPhaseWrapper .slider.round{border-radius:26px}#skipBuyPhaseWrapper .slider.round:before{border-radius:50%}#skipBuyPhaseWrapper .text-label{color:#fff;font-weight:700;margin-left:5px}.monster-icon{background-size:auto 100%;border-radius:50px;box-shadow:0 0 3px 2px #000;display:inline-block;height:32px;transition:left .5s,top .5s;width:32px}.monster-icon.monster1{background-image:url(img/monster-icons.png);background-position:0 50%}.monster-icon.monster2{background-image:url(img/monster-icons.png);background-position:5.5555555556% 50%}.monster-icon.monster3{background-image:url(img/monster-icons.png);background-position:11.1111111111% 50%}.monster-icon.monster4{background-image:url(img/monster-icons.png);background-position:16.6666666667% 50%}.monster-icon.monster5{background-image:url(img/monster-icons.png);background-position:22.2222222222% 50%}.monster-icon.monster6{background-image:url(img/monster-icons.png);background-position:27.7777777778% 50%}.monster-icon.monster7{background-image:url(img/monster-icons.png);background-position:33.3333333333% 50%}.monster-icon.monster8{background-image:url(img/monster-icons.png);background-position:38.8888888889% 50%}.monster-icon.monster9{background-image:url(img/monster-icons.png);background-position:44.4444444444% 50%}.monster-icon.monster10{background-image:url(img/monster-icons.png);background-position:50% 50%}.monster-icon.monster11{background-image:url(img/monster-icons.png);background-position:55.5555555556% 50%}.monster-icon.monster12{background-image:url(img/monster-icons.png);background-position:61.1111111111% 50%}.monster-icon.monster13{background-image:url(img/monster-icons.png);background-position:66.6666666667% 50%}.monster-icon.monster14{background-image:url(img/monster-icons.png);background-position:72.2222222222% 50%}.monster-icon.monster15{background-image:url(img/monster-icons.png);background-position:77.7777777778% 50%}.monster-icon.monster18{background-image:url(img/monster-icons.png);background-position:83.3333333333% 50%}.monster-icon.monster61{background-image:url(img/monster-icons.png);background-position:88.8888888889% 50%}.monster-icon.monster62{background-image:url(img/monster-icons.png);background-position:94.4444444444% 50%}.monster-icon.monster63{background-image:url(img/monster-icons.png);background-position:100% 50%}.monster-icon.monster102{background-position:0 50%}.monster-icon.monster102,.monster-icon.monster104{background-image:url(img/dark/monster-icons.png);box-shadow:none}.monster-icon.monster104{background-position:20% 50%}.monster-icon.monster105{background-position:40% 50%}.monster-icon.monster105,.monster-icon.monster106{background-image:url(img/dark/monster-icons.png);box-shadow:none}.monster-icon.monster106{background-position:60% 50%}.monster-icon.monster114{background-position:80% 50%}.monster-icon.monster114,.monster-icon.monster115{background-image:url(img/dark/monster-icons.png);box-shadow:none}.monster-icon.monster115{background-position:100% 50%}#generalactions .monster-icon{margin-right:8px;vertical-align:middle}#generalactions .action-button-toggle-button-selected{border:3px solid #4871b6}#generalactions button{width:auto}.anubis-icon{background:url(img/dice/anubis_die_icons.png);background-size:auto 100%;display:inline-block;height:32px;vertical-align:middle;width:32px}.anubis-icon.anubis-icon1{background-position:0 100%}.anubis-icon.anubis-icon2{background-position:33.3333% 100%}.anubis-icon.anubis-icon3{background-position:66.6666% 100%}.anubis-icon.anubis-icon4{background-position:99.9999% 100%}.double-selection .bga-cards_selected-card,.double-selection .no-visible-selection-except-double-selection{box-shadow:0 0 5px 5px #ffcf13!important}.highlight-evolution,.highlight-zombify{box-shadow:0 0 5px 5px #ffcf13}.player-evolution-card{background-image:url(img/evolution-cards.jpg);background-repeat:no-repeat;background-size:auto 100%;border-radius:2px;box-shadow:0 0 1px 1px hsla(0,0%,80%,.8);display:inline-block;height:32px;vertical-align:bottom;width:32px}.see-evolutions-button{align-items:center;column-gap:10px;display:flex;justify-content:center;width:auto}#popin_kotViewEvolutionsDialog #see-monster-evolutions{display:flex;flex-wrap:wrap;justify-content:center;width:100%}.pick-evolution-cards{background:hsla(0,0%,100%,.8);border-radius:10px;box-shadow:0 0 5px 5px hsla(0,0%,100%,.8);display:none;margin-bottom:25px;position:relative}.pick-evolution-cards:before{animation:pick-evolution-arrow-down 2s ease-out infinite;border-color:hsla(0,0%,100%,.8) transparent;border-style:solid;border-width:30px 30px 0;content:"";display:block;left:calc(50% - 27px);position:absolute;width:0}@keyframes pick-evolution-arrow-down{0%{bottom:0}50%{bottom:-25px}to{bottom:-25px}}.card-in-title-wrapper{font-weight:400;line-height:normal}#popin_multipleChoice_dialog_contents ul{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}#hand-evolution-cards-wrapper .hand-title{display:flex;justify-content:space-between}#hand-evolution-cards-wrapper .hand-title #autoSkipPlayEvolution-wrapper{position:relative}#hand-evolution-cards-wrapper .hand-title #autoSkipPlayEvolution-wrapper #autoSkipPlayEvolutionButton{margin-top:-10px}#hand-evolution-cards-wrapper #hand-evolution-cards{flex:1;transition:height .5s}#hand-evolution-cards-wrapper #hand-evolution-cards #empty-message{display:none;text-align:center}#hand-evolution-cards-wrapper.empty .hand-title{display:none}#hand-evolution-cards-wrapper.empty #hand-evolution-cards{height:unset!important}#hand-evolution-cards-wrapper.empty #hand-evolution-cards #empty-message{display:block}#mindbug-notice{background:#df80b5;border-radius:10px;font-weight:700;padding:5px;text-align:center}#popin_bgaHelpDialog{background:#ecd2cb}#popin_bgaHelpDialog_title{color:#810047;font-size:22px}#help-popin .help-consumable{background:#fff;border-radius:15px;margin:20px 5px 5px;padding:5px}#help-popin .help-consumable .card-consumable-text{font-size:16pt}#help-popin .help-mindbug-token{border:2px solid #d83884;border-radius:0 15px 15px 15px;color:#000;margin:20px 5px 5px;padding:8px}#help-popin .help-mindbug-token>div:first-child{background:#fff;border-radius:8px;display:inline-block;font-weight:700;margin-top:-22px;padding:5px;text-align:center;text-transform:uppercase}#help-popin .help-section{margin:5px}#help-popin .help-section>div:first-child{background:var(--color);color:#fff;display:inline-block;font-weight:700;padding:5px;text-transform:uppercase}#help-popin .help-section>div:not(:first-child){border:2px solid var(--color);border-radius:0 15px 15px 15px;color:#000;padding:8px}