@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap);body{margin:0;font-family:"Poppins",sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}nav{align-items:center;background:#fff;display:flex;justify-content:flex-start;padding:.5rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:10}.nav-link{color:#000;text-decoration:none}.nav-link .logo:before{align-items:center;background-color:#333;border-radius:50%;content:"•";color:#fff;display:inline-flex;height:14px;justify-content:center;line-height:1;margin:0 .25rem;padding:0;width:14px}.hero{background-color:#000;color:#fff;margin-bottom:2rem}.hero-wrapper{overflow:hidden}.hero-image-wrapper{position:relative;max-width:800px;width:100%}.hero-image-wrapper:before{background-image:url(/static/media/logo-marvel.755d4dc1.webp);background-position:0;left:1rem}.hero-image-wrapper:after{background-image:url(/static/media/logo-dc.ab0a4f13.webp);background-position:100%;right:1rem}.hero-image-wrapper:after,.hero-image-wrapper:before{background-repeat:no-repeat;background-size:contain;content:"";display:block;height:40px;width:100px;opacity:.5;position:absolute;top:15px;z-index:1}.hero-image-wrapper,.hero-wrapper{display:flex;justify-content:center;align-items:center;max-height:250px}.hero-image-wrapper img{-webkit-filter:grayscale(.75) opacity(.25);filter:grayscale(.75) opacity(.25)}.hero-title-wrapper{padding:0 2rem;position:absolute;text-align:center;width:100%}@media (min-width:640px){.hero-image-wrapper,.hero-wrapper{max-height:175px}.hero-image-wrapper:after,.hero-image-wrapper:before{background-position:50%;top:50%;transform:translateY(-50%)}.hero-title-wrapper{max-width:60%;padding:0}}@media (min-width:768px){.hero-image-wrapper:before{left:-50px}.hero-image-wrapper:after{right:-50px}}@media (min-width:1024px){.hero-title-wrapper{max-width:40%}}footer{background-color:#000;color:#fff;padding:.5rem 0}.footer-social-media{border-top:1px solid hsla(0,0%,100%,.3);margin:.5rem 0 1rem;padding:1rem 0 0}.footer-social-media li{list-style:none;padding:1rem 0}.footer-social-media a{color:#fff;padding:1rem 0;text-decoration:none}.footer-social-media i{padding:0 .5rem}@media (min-width:640px){.footer-social-media{border:0;margin:0;padding:0}.footer-social-media li{float:left;padding:0 1rem}.footer-social-media a{padding:0}}.loading-wrapper{margin:0 auto;text-align:center}.toggle-wrapper{display:flex;justify-content:center}.toggle{cursor:pointer;display:inline-block;outline:1px solid #aaa;overflow:hidden;position:relative;width:250px}.toggle-checkbox{position:absolute;visibility:hidden}.toggle-switch-wrapper{display:inline-flex;margin-left:0;position:relative;transition:margin-left .25s}.toggle-switch-option{width:230px;height:45px;display:flex;align-items:center;justify-content:center}.toggle-switch-option.option-default{background:#eee}.toggle-switch-option.option-checked{background:linear-gradient(0deg,#488cd2,#1971cb);color:#fff}.toggle-switch-label{font-size:1.25rem;line-height:1;-webkit-user-select:none;-ms-user-select:none;user-select:none}.toggle-switch{position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);z-index:1}.toggle-switch:before{background:linear-gradient(180deg,#fff 0,#eee);content:"";display:block;height:50px;outline:2px solid rgba(0,0,0,.25);width:40px}.toggle-checkbox:checked+.toggle-switch-wrapper{margin-left:-210px}.toggle-checkbox:checked+.toggle-switch{background:linear-gradient(0deg,#488cd2,#1971cb)}.toggle-checkbox:checked+.toggle-switch+.toggle-switch-label{color:#fff}@media (min-width:768px){.toggle-wrapper{justify-content:flex-start}}@media (min-width:1024px){.toggle{width:150px}.toggle-switch-option{width:145px;height:30px}.toggle-switch-label{font-size:1rem}.toggle-switch:before{height:30px;width:10px}.toggle-checkbox:checked+.toggle-switch-wrapper{margin-left:-140px}.toggle:hover .toggle-switch:before{background:linear-gradient(180deg,#fff 0,#fff);box-shadow:0 0 0 1px rgba(0,0,0,.25)}}.top-separator:before{border-top:1px solid hsla(0,0%,50.2%,.3);content:"";display:block;margin:2rem 0}.start-wrapper{display:flex;justify-content:center}@media (min-width:768px){.start-wrapper{justify-content:flex-start}}.piece{display:flex;width:20vw;height:20vw;background-color:transparent;perspective:1000px;-webkit-user-select:none;-ms-user-select:none;user-select:none}.piece-inner{box-shadow:0 4px 8px 0 rgba(0,0,0,.2);width:100%;height:100%;position:relative;text-align:center;transition:transform .6s;transform-style:preserve-3d;transform:rotateY(180deg)}.piece.active .piece-inner{transform:rotateY(0)}.piece-side{-webkit-backface-visibility:hidden;backface-visibility:hidden;border:2px solid #000;border-radius:10px;height:100%;position:absolute;width:100%}.piece-side img{border-radius:10px;height:100%;margin:0 auto;width:100%}.piece-back{transform:rotateY(180deg)}.piece-back img{background-color:#fff;border:2px solid #000}@media (min-width:1024px){.piece{cursor:pointer;height:120px;width:120px}.board.board-16-pairs .piece{height:100px;width:100px}}.players{display:block;margin:0 auto;max-width:calc(510px + 2rem);width:100%}.players-wrapper{margin-bottom:1.5rem}.player{align-items:center;margin-bottom:2rem}.player,.player-image-wrapper{display:flex;justify-content:center}.player-image-wrapper{width:100px;height:100px;margin:0 1.5rem 0 0}.player img{-webkit-filter:grayscale(1);filter:grayscale(1);height:auto;max-height:100%;max-width:100%;transition:all .25s ease-in-out;width:auto}.player.active img{-webkit-filter:grayscale(0);filter:grayscale(0);transform:scale(1.1)}.player-info{border:1px solid #aaa;width:145px}.player-info-cell{padding:0 .5rem}.player-label{background:linear-gradient(0deg,#488cd2,#1971cb);color:#fff;font-weight:600;text-align:center;text-transform:uppercase}.player-label,.player-score{border-bottom:1px solid #aaa}@media (min-width:640px){.players-wrapper{align-items:center;display:flex;justify-content:center;margin-bottom:1.5rem}.players-2 .players-wrapper{justify-content:space-between}.player{margin-bottom:0}.player-image-wrapper{margin:0 1rem 0 0}}.hero-game-starter h1{white-space:break-spaces}.game-settings-wrapper{align-items:center;display:flex;flex-direction:column;margin:2rem auto 0}.game-settings-wrapper .button{margin:.5rem 0}@media (min-width:1024px){.game-settings-wrapper{flex-direction:row;justify-content:space-between;max-width:500px}.game-settings-wrapper .button{margin:0}}main{margin:2rem 0}h1{font-weight:500;line-height:1.5;@media (min-width:1024px){font-size:1.75rem;line-height:1.25}}h1,h2{font-size:1.5rem}h2,h3{font-weight:400}h3{font-size:1.15rem}span.text-highlight{color:#1971cb;font-weight:600}.inner-wrapper{margin:0 auto;max-width:1200px;padding:0 1rem;width:100%}.row{align-items:center;display:flex;flex-wrap:wrap}.row>*{width:100%}.row .col{padding:0}*,:after,:before{box-sizing:border-box}.button{align-items:center;background:linear-gradient(0deg,#488cd2,#1971cb);color:#fff;display:flex;font-size:1.25rem;height:45px;line-height:1;justify-content:center;text-decoration:none;width:250px}.button.disabled{background:#eee;color:#666;pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}@media (min-width:640px){.inner-wrapper,.row .col{padding:0 .75rem}.row .col{flex:1 0}}@media (min-width:1024px){.button{font-size:1rem;height:30px;width:150px}.button:focus,.button:hover{background:#1971cb}}
/*# sourceMappingURL=main.96c3698e.chunk.css.map */