@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;700&display=swap");*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%}html{margin:auto}body{width:1440px;height:auto;margin:auto;flex-direction:column;justify-content:center;font-family:Space Grotesk,sans-serif;background-color:#7b47ff}body,nav{display:flex;align-items:center}nav{width:632px;justify-content:space-between;padding-top:20px}nav button{background-color:#5e2ed6;color:#fff;border:none;border-radius:20px;padding:10px 20px;font-weight:700;font-family:Space Grotesk,sans-serif;cursor:pointer}nav button:hover{background-color:#fd6888;transition:.1s}nav img{margin-left:16px;width:35px}.board-wrapper{display:flex;flex-direction:column;align-items:center}.board-wrapper-main{width:1440px;height:auto;margin:auto;display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}#board{width:632px;height:584px;background-image:url(/board-layer-white-large.8f12b916.svg);z-index:1;position:relative;top:50px}#board-bottom-layer{position:absolute;top:110px;margin:auto;width:632px;height:594px;background-image:url(/board-layer-black-large.fc5de7e5.svg);background-repeat:no-repeat;z-index:-2}#tile-wrapper{width:632px;height:584px;padding:20px;position:absolute;inset:0;display:grid;grid-template-columns:repeat(7,64px);grid-template-rows:repeat(7,64px);gap:24px;z-index:2}.tile{border-radius:50%;cursor:pointer}.red-piece{background-image:url(/counter-red-large.dec92814.svg)}.red-piece,.yellow-piece{background-repeat:no-repeat;background-size:cover}.yellow-piece{background-image:url(/counter-yellow-large.0567abd8.svg)}#board-marker{width:584px;position:absolute;top:70px;display:grid;grid-template-columns:repeat(7,64px);gap:24px;justify-content:center;justify-items:center}#board-marker .marker{width:38px;height:36px;background-size:cover}#board-marker .marker,#board-marker .marker-red{background-image:url(/marker-red.6536fd46.svg)}#board-marker .marker-yellow{background-image:url(/marker-yellow.0b1138d8.svg)}#board-marker #marker-five,#board-marker #marker-four,#board-marker #marker-one,#board-marker #marker-six,#board-marker #marker-three,#board-marker #marker-two,#board-marker #marker-zero{opacity:0}.player{width:141px;height:187px;margin-top:110px;display:flex;flex-direction:column;align-items:center;background-color:#fff;border-radius:20px;border:3px solid #000;filter:drop-shadow(0 10px 0 hsl(0,0%,0%));text-align:center}.player p{font-size:20px}.player p span{font-size:56px}.player-icon{transform:translateY(-45%)}.player-countdown-red{background-image:url(/turn-background-red.21ff927e.svg);background-repeat:no-repeat;width:197px;height:165px;z-index:5;margin-top:8px;margin-left:5px}.player-countdown-red p{text-align:center;margin-top:45px;color:#fff}.player-countdown-red p [data-timer]{font-size:56px}.player-countdown-red p [data-player]{font-size:20px}.player-countdown-yellow{background-image:url(/turn-background-yellow.1054f9a3.svg)}.rules{width:480px;height:537px;background-color:#fff;border-radius:40px;position:absolute;top:200px;padding:1.875rem;border-bottom:10px solid #000;display:flex;flex-direction:column}.rules h1{font-size:56px;text-align:center}.objective{margin-top:1rem}.objective .objective-p{color:#7b47ff;margin-bottom:1rem;font-size:1rem}.objective p{font-size:.75rem}.objective span{color:#000}.how-to-play{margin-top:1.5rem}.how-to-play p{color:#7b47ff;margin-bottom:1rem;font-size:1rem}.how-to-play ol li{margin:.5rem 1rem 0;font-size:.75rem}.check-icon{width:64px;align-self:center;position:absolute;bottom:0;transform:translateY(50%);cursor:pointer}.hidden{display:none}
/*# sourceMappingURL=/styles.16279b76.css.map */