@import"https://cdn.jsdelivr.net/npm/bulma@1.0.0/css/bulma.min.css";@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Yatra+One&display=swap";.gameContainer{padding:0 100px;position:relative;width:100vw;overflow:hidden}.cardSet{padding:0 16px;height:300px;display:flex;align-items:center;overflow:auto}.cardSet>*{margin:8px}.cardSet>*:first-child{margin-left:auto}.cardSet>*:last-child{margin-right:auto}.board{margin-top:20px;margin-bottom:-20px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;overflow:auto}.boardHeader{display:flex;margin-bottom:-45px;align-items:flex-end}.boardInitialTile{margin-left:210px;margin-right:20px;width:210px;display:flex;flex-direction:column;align-items:center}.boardPlayers{margin-bottom:20px;align-items:center;justify-content:center;display:flex}.startLine{width:10px;height:45px;background:#fff}.player{width:40px;height:40px}.row{flex-shrink:0;display:flex;align-items:center}.tile_frame{flex-shrink:0;position:relative;margin:45px;display:flex;align-items:center;justify-content:center;width:120px;height:120px}.endGame{min-height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column}.endGame h1{margin:40px 20px 20px;font-size:24px}.endGamePlayers{width:100%;display:flex;align-items:flex-start}.endGamePlayer{margin:20px;padding:30px;width:400px;color:#000}.endGamePlayer.dead *:not(.playerName){color:#00000080}.endGamePlayer .playerName{margin-bottom:20px;font-weight:500;text-align:center}.endGamePlayer.dead .playerName{text-decoration:line-through}.endGamePlayer:first-child{margin-left:auto}.endGamePlayer:last-child{margin-right:auto}.endGamePlayerScore{display:flex}.endGamePlayerScore>p:first-child{flex:1;display:flex;align-items:center}.endGamePlayerScore>p:first-child:after{flex:1;margin:0 2px;height:12px;content:"";border-bottom:1px dotted rgba(0,0,0,.5)}.boardTower{margin-right:20px;margin-bottom:20px;width:100px}.boardTowerTop{position:relative;height:125px;border-radius:40% 40% 0 0;background:#333;border:3px inset black;display:flex;flex-direction:column;justify-content:center}.boardTowerTop .player{position:absolute;left:50%;bottom:5px;transform:translate(-50%)}.boardTowerBottom{height:40px;background:#333;border:3px inset black;display:flex;justify-content:space-evenly;align-items:center}.boardTowerBottom .cube{text-align:center;line-height:23px;font-size:23px;width:25px;height:25px;font-weight:700;background-color:brown;border:1px solid orange;color:#fff}.boardTower svg{transform:scaleX(-1)}.cardPile{position:relative}.cardPileStack{position:absolute;background:linen;border-radius:10px;width:200px;height:260px;border:1px solid black}.gameCard{flex-shrink:0;border:5px solid black;display:flex;flex-direction:column;border-radius:10px;background:linen;width:200px;height:260px;overflow:hidden;animation-timing-function:ease;animation-duration:.3s;animation-iteration-count:1;animation-fill-mode:forwards}.gameCard.enter{animation-name:card-enter}.gameCard.leave{animation-name:card-exit}@keyframes card-exit{0%{transform:translateY(0)}to{transform:translateY(300px)}}@keyframes card-enter{0%{transform:translateY(300px)}to{transform:translateY(0)}}.gameCard.selected{background:bisque}.gameCard.empty{font-family:Yatra One;background:#8b4513;align-items:center;justify-content:center;flex-direction:row;font-weight:700;font-size:32px;color:#daa520}.gameCard.empty>span{position:relative;margin:1px;padding:3px 4px 0 1px;background:#708090;line-height:1;border:1px solid #333;border-radius:4px}.gameCard.empty>span>span:first-child{position:relative;background-image:linear-gradient(180deg,gold,#ff4500);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;z-index:1}.gameCard.empty>span>span:last-child{top:6px;left:3px;z-index:0;position:absolute;color:#000}.gameCard.available{cursor:pointer}.gameCard.available:hover{background:#fff8dc}.gameCard p,.cardPile .gameCard{margin:0}.cardPileTop{position:relative}.cardName{margin-top:5px;position:relative;padding:3px;text-align:center;font-weight:500;color:#fff;letter-spacing:-.04rem;background:#6a5acd}.cardScore{position:absolute;right:3px;top:1px;width:28px;height:28px;line-height:26px;text-align:center;background:#228b22;font-weight:600;color:#fff;border-radius:50%;border:1px solid dimgray}.gameCard.type_Initial .cardName{background:gray}.gameCard.type_Reserve .cardName{background:#daa520}.gameCard.type_Monster .cardName{background:#b22222}.gameCard.type_Device .cardName{background:indigo}.cardConfig{position:relative;display:flex;flex-direction:column;justify-content:flex-start;min-height:30%}.cardDragon{position:absolute;right:0;bottom:-5px;width:45px;height:45px;transform:scaleX(-1)}.cardLabel{position:absolute;background:#000;padding:2px 4px;font-size:11px;font-weight:700;left:50%;transform:translate(-50%)}.cardReveal{padding:2px 5px;display:flex;align-items:center;background:#000;font-size:13px}.cardReveal b{font-size:11px}.cardReveal p{flex:1;text-align:center}.cardContent{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#000;padding:0 5px}.cardContent p{text-align:center}.cardScoreDescription{padding:0 10px;text-align:center}.cardBottom{min-height:26px;display:flex;justify-content:flex-end}.cardAdquire{flex:1;padding:2px 5px;display:flex;align-items:center;background:#000;font-size:13px}.cardAdquire b{font-size:11px}.cardAdquire p{flex:1;text-align:center}.cardPoints{background-color:#00bfff;font-weight:700;color:#000;width:30px;height:30px;line-height:28px;margin-top:5px;margin-left:5px;text-align:center;border:2px ridge lightgrey}.cardHitPoint{background-color:#ff4500;width:30px;height:30px;line-height:30px;text-align:center;border-radius:50%;padding:3px;border:2px ridge lightgrey;transform:rotate(45deg)}.cardConfig .cardHitPoint{margin-top:5px;margin-left:5px}.cardBottom .cardHitPoint{margin-bottom:3px;margin-right:3px}.cardMovePoint{background-color:gold;margin-top:5px;margin-left:5px;width:30px;height:30px;line-height:30px;text-align:center;padding:3px;border:2px ridge lightgrey}.cardCostPoints{background-color:navy;font-weight:700;width:26px;height:26px;line-height:26px;text-align:center}.clanksDisplay{margin-top:40px;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;flex-wrap:wrap;flex:1;overflow:hidden}.clankCube{width:20px;height:20px;margin:5px}.dragonBoard{position:fixed;top:0;right:0;bottom:60px;width:100px;display:flex;flex-direction:column-reverse;z-index:2}.dragonTile{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background:#696969;border:3px ridge grey}.dragonCubes{min-height:42px;margin:5px 20px;flex-wrap:wrap;display:flex;align-items:flex-start;justify-content:center}.dragonTile:last-child .dragonCubes{margin-left:15px;margin-right:15px}.dragonCube{margin:3px;width:15px;height:15px;background-color:brown;border:1px solid orange}.itemContainer{position:relative}.itemContainer.active{cursor:pointer}.itemContainer .item{position:absolute;width:60px;height:60px;border-radius:5px;background:#6a5acd;border:1px solid black;padding:5px;line-height:50px;display:flex;align-items:center;justify-content:center}.itemContainer .item:last-of-type{position:relative}.itemContainer .item.type_Knowledge svg{transform:scaleX(-1)}.itemContainer .item.type_SmallSecret,.itemContainer .item.type_LargeSecret{background:indigo;border-radius:50%}.itemContainer.active:hover .item{background:#7b68ee}.itemContainer.active:hover .item.type_SmallSecret,.itemContainer.active:hover .item.type_LargeSecret{background:purple}.itemScore{position:absolute;right:3px;bottom:3px;width:22px;height:22px;font-size:12px;line-height:21px;text-align:center;background:#228b22;font-weight:500;color:#fff;border-radius:50%;border:1px solid dimgrey}.itemScore:empty{display:none}.market{position:fixed;top:0;left:0;height:calc(100vh - 60px);width:100px;display:flex;flex-direction:column;z-index:2;align-items:center;padding:10px}.marketItem{margin:10px}.market .item.type_Knowledge{margin-bottom:30px}.playerContainer{margin-top:30px;margin-bottom:100px}.playerHand{display:flex;overflow:auto;padding:0 20px}.playerHand>*{margin:0 2px}.playerHand>*:first-child{margin-left:auto}.playerHand>*:last-child{margin-right:auto}.playerFixedBar{background:#000;position:fixed;bottom:0;left:0;width:100vw;height:60px;z-index:3;display:flex;align-items:center;justify-content:center}.playerFixedBar>*:not(:first-child){margin-left:20px}.playerPoints{margin-left:20px;background-color:#00bfff;font-weight:700;color:#000;width:28px;height:28px;text-align:center;border:2px ridge lightgrey}.playerHitPoint{margin-left:20px;background-color:#ff4500;width:30px;height:30px;text-align:center;border-radius:50%;padding:3px;border:2px ridge lightgrey;transform:rotate(45deg)}.playerMovePoint{margin-left:20px;background-color:gold;width:30px;height:30px;text-align:center;border:2px ridge lightgrey}.playerHitPoint+.playerHitPoint,.playerMovePoint+.playerMovePoint{margin-left:5px}.playerGold{margin-left:20px;background-color:#daa520;width:30px;height:30px;line-height:28px;text-align:center;border:2px solid dimgray;font-weight:700;color:#000;border-radius:50%}.backdrop{background:#000000d9;position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#fff;z-index:8}.backdrop h2{margin-bottom:20px}.options{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.options .action{cursor:pointer;width:200px;padding:10px;text-align:center;background:linen;border:3px ridge grey;border-radius:5px;color:#000}.options .action:hover{background:#fff8dc}.options .action+*{margin-left:20px}.playerItems{margin-left:15px;display:flex}.playerItems .item{margin-left:5px;width:40px;height:40px;line-height:30px;font-size:14px}.playerTooltip{text-align:center}.playerItemsSpace{width:20px}.secret{position:relative;font-size:28px;width:50px;height:50px;line-height:48px;text-align:center;border:2px dashed white;border-radius:50%;font-weight:600}.secret .item{margin-left:2px;margin-top:2px;position:absolute;font-size:28px;font-weight:700;width:43px;height:43px;line-height:42px;background:#696969;border:1px inset black;color:#fff;border-radius:50%}.secret.large{font-size:62px;width:80px;height:80px;line-height:78px}.secret.large .item{font-size:62px;line-height:73px;width:73px;height:73px;border-width:2px}.heart{position:relative;width:60px;height:40px}.heart:before,.heart:after{position:absolute;content:"";left:30px;top:-5px;width:30px;height:50px;background:red;border-radius:50px 50px 0 0;transform:rotate(-45deg);transform-origin:0 100%;border-top:2px solid darkred;border-right:2px solid darkred}.heart:after{left:0;transform:rotate(45deg);transform-origin:100% 100%}.heart:before{border-left:1px solid darkred}.hex{position:relative;width:80px;height:47px;border-left:2px solid goldenrod;border-right:2px solid goldenrod}.hex span{position:absolute;bottom:-12px;border-radius:50%;background-color:#483d8b;color:#fff;left:50%;margin-left:-15px;text-align:center;line-height:30px;width:30px;height:30px;font-weight:600;border:1px solid indigo;font-size:16px}.hex:before,.hex:after{position:absolute;width:inherit;height:inherit;border-radius:inherit;background:inherit;content:"";border-left:2px solid goldenrod;border-right:2px solid goldenrod}.hex.empty{border-left:2px dashed white;border-right:2px dashed white}.hex.empty:before,.hex.empty:after{border-left:2px dashed white;border-right:2px dashed white}.hex:before{left:-2px;top:0;-webkit-transform:rotate(60deg);transform:rotate(60deg)}.hex:after{right:-2px;top:0;-webkit-transform:rotate(-60deg);transform:rotate(-60deg)}.monkeys{height:100%;display:flex;flex-direction:column;justify-content:space-evenly}.path{position:absolute;display:flex;align-items:center;justify-content:center;overflow:visible;width:90px;height:90px}.path.vertical{flex-direction:column}.path.down{top:100%}.path.up{bottom:100%}.path.left{left:100%}.path.right{right:100%}.path.down.right,.path.up.left{transform:rotate(-45deg)}.path.down.right .line,.path.up.left .line{transform:rotate(90deg)}.path.down.right .marker,.path.up.left .marker,.path.down.left,.path.up.right{transform:rotate(45deg)}.path.down.left .line,.path.up.right .line{transform:rotate(-90deg)}.path.down.left .marker,.path.up.right .marker{transform:rotate(-45deg)}.path.vertical.down.isSingle .line{bottom:5px}.path.horizontal.right.isSingle .line{left:5px}.path.horizontal.left.isSingle .line{right:5px}.path.up.left.isSingle .line{right:80px}.path.up.right.isSingle .line{left:80px}.path.up.right.isSingle.to_CristalCave .line{left:57px}.path.down.from_MonkeyIdol .line{top:93px;left:147px}.line{position:absolute;background:#fff;z-index:0}.path.vertical .line{width:10px;height:90px}.path.horizontal .line{width:90px;height:10px}.path.sideway .line{width:10px;height:200px}.arrow{border:solid white;border-width:0 8px 8px 0;display:inline-block;padding:8px;position:absolute}.path.horizontal .arrow{top:-7px}.path:not(.horizontal) .arrow{left:-7px}.path.left .arrow{right:0;transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.path.right .arrow{transform:rotate(135deg);-webkit-transform:rotate(135deg)}.path.up .arrow{transform:rotate(-135deg);-webkit-transform:rotate(-135deg)}.path.down .arrow{bottom:0;transform:rotate(45deg);-webkit-transform:rotate(45deg)}.marker{padding:3px;position:relative;z-index:1;width:28px;height:28px;background:#fff;border-radius:50%;color:#000;text-align:center}.marker.right{transform:scaleX(-1)}.tile{position:relative;border:4px ridge darkgrey;display:flex;align-items:center;justify-content:center;z-index:1;width:100%;height:100%;border-radius:2px;background-size:cover;background-position:center;background-color:#696969}.tile.active{cursor:pointer}.tile.active:hover{box-shadow:0 0 15px 3px #ffffff80}.tile.type_Common{background-image:url(/room.avif);background-position:center left;background-blend-mode:overlay}.tile.type_Common.underground{background-image:url(/cave.jpeg);background-position:center;background-blend-mode:hard-light}.tile.type_Market{background-image:url(/market.jpeg);background-position:center left;background-blend-mode:overlay;border-color:#daa520}.tile.type_CristalCave{background-image:url(/cristal_cave.jpeg);border-radius:50%}.tile.type_MonkeyIdol{background-image:url(/brick_wall.jpeg);background-position:center;background-blend-mode:multiply;align-self:flex-start;background-size:100%;height:330px}.tilePlayers{position:absolute;left:0;bottom:5px;display:flex;height:30px}.tilePlayers>svg{width:30px;stroke:#000;stroke-width:4px}.introjs-overlay{position:absolute;box-sizing:content-box;z-index:999999;opacity:0;transition:all .3s ease-out}.introjs-showElement{z-index:9999999!important}tr.introjs-showElement>td{z-index:9999999!important;position:relative}tr.introjs-showElement>th{z-index:9999999!important;position:relative}.introjs-disableInteraction{z-index:99999999!important;position:absolute;background-color:#fff;opacity:0}.introjs-relativePosition{position:relative}.introjs-helperLayer{box-sizing:content-box;position:absolute;z-index:9999998;border-radius:4px;transition:all .3s ease-out}.introjs-helperLayer *{box-sizing:content-box}.introjs-helperLayer :before{box-sizing:content-box}.introjs-helperLayer :after{box-sizing:content-box}.introjs-tooltipReferenceLayer{font-family:Helvetica Neue,Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif;box-sizing:content-box;position:absolute;visibility:hidden;z-index:100000000;background-color:transparent;transition:all .3s ease-out}.introjs-tooltipReferenceLayer *{font-family:Helvetica Neue,Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif}.introjs-helperNumberLayer{font-family:Helvetica Neue,Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif;color:#9e9e9e;text-align:center;padding-top:10px;padding-bottom:10px}.introjs-arrow{border:5px solid transparent;content:"";position:absolute}.introjs-arrow.top{top:-10px;left:10px;border-bottom-color:#fff}.introjs-arrow.top-right{top:-10px;right:10px;border-bottom-color:#fff}.introjs-arrow.top-middle{top:-10px;left:50%;margin-left:-5px;border-bottom-color:#fff}.introjs-arrow.right{right:-10px;top:10px;border-left-color:#fff}.introjs-arrow.right-bottom{bottom:10px;right:-10px;border-left-color:#fff}.introjs-arrow.bottom{bottom:-10px;left:10px;border-top-color:#fff}.introjs-arrow.bottom-right{bottom:-10px;right:10px;border-top-color:#fff}.introjs-arrow.bottom-middle{bottom:-10px;left:50%;margin-left:-5px;border-top-color:#fff}.introjs-arrow.left{left:-10px;top:10px;border-right-color:#fff}.introjs-arrow.left-bottom{left:-10px;bottom:10px;border-right-color:#fff}.introjs-tooltip{box-sizing:content-box;position:absolute;visibility:visible;background-color:#fff;min-width:250px;max-width:300px;border-radius:5px;box-shadow:0 3px 30px #2121214d;transition:opacity .1s ease-out}.introjs-tooltiptext{padding:20px}.introjs-dontShowAgain{padding-left:20px;padding-right:20px}.introjs-dontShowAgain input{padding:0;margin:0 0 2px;display:inline;width:10px;height:10px}.introjs-dontShowAgain label{font-size:14px;display:inline-block;font-weight:400;margin:0 0 0 5px;padding:0;background-color:#fff;color:#616161;-webkit-user-select:none;user-select:none}.introjs-tooltip-title{font-size:18px;width:90%;min-height:1.5em;margin:0;padding:0;font-weight:700;line-height:1.5}.introjs-tooltip-header{position:relative;padding-left:20px;padding-right:20px;padding-top:10px;min-height:1.5em}.introjs-tooltipbuttons{border-top:1px solid #e0e0e0;padding:10px;text-align:right;white-space:nowrap}.introjs-tooltipbuttons:after{content:"";visibility:hidden;display:block;height:0;clear:both}.introjs-button{box-sizing:content-box;position:relative;overflow:visible;padding:.5rem 1rem;border:1px solid #bdbdbd;text-decoration:none;text-shadow:1px 1px 0 #fff;font-size:14px;color:#424242;white-space:nowrap;cursor:pointer;outline:0;background-color:#f4f4f4;border-radius:.2em;zoom:1;display:inline}.introjs-button:hover{outline:0;text-decoration:none;border-color:#9e9e9e;background-color:#e0e0e0;color:#212121}.introjs-button:focus{outline:0;text-decoration:none;background-color:#eee;box-shadow:0 0 0 .2rem #9e9e9e80;border:1px solid #616161;color:#212121}.introjs-button:active{outline:0;text-decoration:none;background-color:#e0e0e0;border-color:#9e9e9e;color:#212121}.introjs-button::-moz-focus-inner{padding:0;border:0}.introjs-skipbutton{position:absolute;top:0;right:0;display:inline-block;width:45px;height:45px;line-height:45px;color:#616161;font-size:22px;cursor:pointer;font-weight:700;text-align:center;text-decoration:none}.introjs-skipbutton:focus,.introjs-skipbutton:hover{color:#212121;outline:0;text-decoration:none}.introjs-prevbutton{float:left}.introjs-nextbutton{float:right}.introjs-disabled{color:#9e9e9e;border-color:#bdbdbd;box-shadow:none;cursor:default;background-color:#f4f4f4;background-image:none;text-decoration:none}.introjs-disabled:focus,.introjs-disabled:hover{color:#9e9e9e;border-color:#bdbdbd;box-shadow:none;cursor:default;background-color:#f4f4f4;background-image:none;text-decoration:none}.introjs-hidden{display:none}.introjs-bullets{text-align:center;padding-top:10px;padding-bottom:10px}.introjs-bullets ul{box-sizing:content-box;clear:both;margin:0 auto;padding:0;display:inline-block}.introjs-bullets ul li{box-sizing:content-box;list-style:none;float:left;margin:0 2px}.introjs-bullets ul li a{transition:width .1s ease-in;box-sizing:content-box;display:block;width:6px;height:6px;background:#ccc;border-radius:10px;text-decoration:none;cursor:pointer}.introjs-bullets ul li a:focus,.introjs-bullets ul li a:hover{width:15px;background:#999;text-decoration:none;outline:0}.introjs-bullets ul li a.active{width:15px;background:#999}.introjs-progress{box-sizing:content-box;overflow:hidden;height:10px;margin:10px;border-radius:4px;background-color:#e0e0e0}.introjs-progressbar{box-sizing:content-box;float:left;width:0%;height:100%;font-size:10px;line-height:10px;text-align:center;background-color:#08c}.introjsFloatingElement{position:absolute;height:0;width:0;left:50%;top:50%}.introjs-fixedTooltip{position:fixed}.introjs-hint{box-sizing:content-box;position:absolute;background:0 0;width:20px;height:15px;cursor:pointer}.introjs-hint:focus{border:0;outline:0}.introjs-hint:hover>.introjs-hint-pulse{background-color:#3c3c3c91}.introjs-hidehint{display:none}.introjs-fixedhint{position:fixed}@keyframes introjspulse{0%{transform:scale(.95);box-shadow:0 0 #000000b3}70%{transform:scale(1);box-shadow:0 0 0 10px transparent}to{transform:scale(.95);box-shadow:0 0 0 0 transparent}}.introjs-hint-pulse{box-sizing:content-box;width:15px;height:15px;border-radius:30px;background-color:#8888883d;z-index:10;position:absolute;transition:all .2s ease-out;animation:introjspulse 2s infinite}.introjs-hint-no-anim .introjs-hint-pulse{animation:none}.introjs-hint-dot{box-sizing:content-box;background:0 0;border-radius:60px;height:50px;width:50px;position:absolute;top:-18px;left:-18px;z-index:1;opacity:0}body{font-family:Roboto;color:#fff}.introjs-tooltip{color:#333}
