*,:after,:before{box-sizing:border-box}body{font-family:Montserrat,monospace}body,html{padding:0;margin:0;max-width:100vw;max-height:100vh;overflow:hidden;font-size:16px}a{text-decoration:none}@media screen and (max-width:1024px){html{font-size:14px}}.multiplayerclientmodal{z-index:1001;position:absolute;height:auto;left:40px;right:40px;bottom:40px;padding:7%;font-size:1.15em;display:flex;flex-direction:column}.multiplayerclientmodal__overlay{z-index:1000;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.3);backdrop-filter:blur(5px)}.multiplayerclientmodal__logo{margin:auto auto 3rem;width:35%}.multiplayerclientmodal__text{display:block;padding:0 1.5rem;text-align:center}.button{background-position:50%;background-repeat:no-repeat;background-size:contain;border:0;background-color:initial;width:16vh;height:16vh;cursor:pointer;outline:none}@media screen and (max-width:500px) and (orientation:portrait){.button{width:13vh;height:13vh}}.searchbutton{position:relative}.searchbutton .button{position:relative;z-index:2}.searchbutton .inputbutton{position:absolute;z-index:1;top:6vh;left:8vh;width:1rem;min-height:1rem;overflow:hidden;-webkit-transition:1s ease-in-out;-moz-transition:1s ease-in-out;-o-transition:1s ease-in-out;transition:1s ease-in-out}.searchbutton.expanded .inputbutton{width:9rem;-webkit-transform:translate(2rem);-moz-transform:translate(2rem);-o-transform:translate(2rem);-ms-transform:translate(2rem);transform:translate(2rem)}.inputbutton{border:3px solid #9d9696;background-color:#fff;outline:none;width:auto;padding:.2rem .3rem .2rem 3rem;display:flex;align-items:stretch}.inputbutton__input{border:none;font-family:monospace;width:2.5rem;font-size:1.5rem;height:1.5rem;background-color:initial;color:#9d9696}.inputbutton__button{width:1rem;cursor:pointer;border:none;outline:none;background-color:#fff;flex:1;color:#9d9696;font-size:1.2rem;font-weight:700}@media screen and (max-width:1024px){.inputbutton{padding-left:4rem}}.colorbutton{position:relative}.colorbutton .button{position:relative;display:inline-block;z-index:2}.colorTile{background-position:50%;background-repeat:no-repeat;background-size:contain;display:block;background-color:initial;border:none;cursor:pointer}.colorbutton .colorTile{position:absolute;z-index:1;top:5.5vh;left:5.5vh;width:5vh;height:5vh;overflow:hidden;-webkit-transition:1s ease-in-out;-moz-transition:1s ease-in-out;-o-transition:1s ease-in-out;transition:1s ease-in-out}.colorbutton.expanded .colorTile.Yellow{transform:translate(-6vh,12vh)}.colorbutton.expanded .colorTile.Red{transform:translateY(17vh)}.colorbutton.expanded .colorTile.Purple{transform:translate(9vh,6vh)}.colorbutton.expanded .colorTile.Blue{transform:translateY(11vh)}.colorbutton.expanded .colorTile.Green{transform:translate(-9vh,6vh)}.colorbutton.expanded .colorTile.Grey{transform:translate(6vh,12vh)}@media screen and (max-width:500px) and (orientation:portrait){.colorbutton .colorTile{top:4vh;left:4vh}.colorbutton.expanded .colorTile.Yellow{transform:translate(-6vh,12vh)}.colorbutton.expanded .colorTile.Red{transform:translateY(17vh)}.colorbutton.expanded .colorTile.Purple{transform:translate(9vh,6vh)}.colorbutton.expanded .colorTile.Blue{transform:translateY(11vh)}.colorbutton.expanded .colorTile.Green{transform:translate(-9vh,6vh)}.colorbutton.expanded .colorTile.Grey{transform:translate(6vh,12vh)}}.gameboard{position:relative}.tiledropzone{height:20%}.tiledropzone__svg{z-index:0}.tiledropzone__ref{position:absolute;top:0;left:0;bottom:0;right:0;z-index:50;height:100%;width:100%}.tile,.tile img{user-select:none;height:100%}.tile--locked{height:20%;position:absolute}.tilesvg{height:100%;position:relative}.tilesvg__abs{position:absolute;top:0;bottom:-10%;left:-9%;right:-15%;z-index:0;height:145%;width:142%}.game{height:100vh;width:100vw;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.game__gameboard{height:40vw;width:50vw;margin-left:20vw}.game__gameboard .tile.tile--dragged{height:8vw}.game__dndWrapper{display:flex;align-items:center}.game__logoimage{display:none}@media screen and (max-width:500px) and (orientation:portrait){.game__gameboard{order:1;height:100vw;margin-left:0}.game__dndWrapper{align-items:start}.game__gameboard .tile.tile--dragged{height:20vw}.game__actionbar{order:2}.game__dndWrapper{flex-direction:column}.game__logoimage{width:80vw;display:block}}.splash{background-image:url(default.eef739af.svg);background-repeat:no-repeat;background-size:cover;background-position:50%}.splash,.splash_blur{height:100vh;width:100vw;display:flex}.splash_blur{flex-direction:column;align-items:center;justify-content:center;flex-wrap:wrap;background:hsla(0,0%,100%,.2);backdrop-filter:blur(8px)}.splash_blur img{width:40vw}.splash_blur .name{margin-top:5rem;font-size:2.5rem;text-align:center;color:#333;display:flex;flex-direction:column;align-items:center;justify-content:center}.splash_blur .name__sublabel{color:#686868;margin-top:1rem;font-size:1.7rem}.splash_blur .name__input{margin-top:2rem;border:none;border-bottom:3px solid #333;background-color:initial;font-size:2rem;outline:none;text-align:center}.splash_blur .name__confirm{color:#333;margin-top:3rem;padding:.5rem 2rem;border:3px solid #333;border-radius:1rem;background-color:rgba(0,0,0,.1);font-size:2rem;outline:none;text-align:center;cursor:pointer}@media screen and (max-width:850px) and (orientation:landscape){.splash{background-image:url(mobile_landscape.5fafac57.svg)}.splash_blur img{width:50vw}.splash_blur .name{margin-top:3rem}.splash_blur .name__input{margin-top:1rem}.splash_blur .name__confirm{margin-top:2rem}}@media screen and (max-width:500px) and (orientation:portrait){.splash{background-image:url(mobile_portrait.28d5d584.svg)}.splash_blur img{width:80vw;margin-top:-10vh}.splash_blur .name{margin-top:15vh}.splash_blur .name__input{margin-top:1rem}.splash_blur .name__confirm{margin-top:5rem}.splash_blur .name__sublabel{margin-top:2rem}}.result{background-image:url(default.eef739af.svg);background-repeat:no-repeat;background-size:cover;background-position:50%}.result,.result_blur{height:100vh;width:100vw;display:flex}.result_blur{flex-direction:column;align-items:center;justify-content:center;flex-wrap:wrap;background:hsla(0,0%,100%,.2);backdrop-filter:blur(8px)}.result__logoimage{width:40vw}.result_blur .message{margin-top:5rem;font-size:3.5rem;text-align:center;color:#333;display:flex;flex-direction:column;align-items:center;justify-content:center}.result_blur .message__sublabel{color:#686868;margin-top:1rem;font-size:2.2rem}.result_blur .message__actions{margin-top:2rem}.result_blur .action__back,.result_blur .action__new{font-size:2rem}@media screen and (max-width:850px) and (orientation:landscape){.result{background-image:url(mobile_landscape.5fafac57.svg)}.result__logoimage{width:50vw}.result_blur .message{margin-top:3rem}.result_blur .message__actions,.result_blur .message__sublabel{margin-top:1rem}}@media screen and (max-width:500px) and (orientation:portrait){.result{background-image:url(mobile_portrait.28d5d584.svg)}.result__logoimage{width:80vw}}.actionbutton{display:block;color:#333;margin:2rem auto 1rem;padding:.5rem 2rem;border:2px solid #333;border-radius:1rem;background-color:rgba(0,0,0,.1);font-size:1.3rem;outline:none;text-align:center;cursor:pointer;width:auto}.actionbar{display:flex;flex-direction:column;width:25vh;padding-top:5vh;padding-bottom:5vh;height:80vh;justify-content:space-around}.actionbar .logo{height:15vh}.actionbar__menu,.actionbar__search{display:none}@media screen and (max-width:500px) and (orientation:portrait){.actionbar{padding:0;height:auto;width:90vw;flex-direction:row;justify-content:space-between;margin-bottom:15vw}.actionbar__reset,.actionbar__select,.actionbar__theme{display:none}.actionbar__menu,.actionbar__random,.actionbar__search{display:block}}.highscoretile{background-position:50%;background-repeat:no-repeat;background-size:contain;border:0;background-color:initial;width:28vw;height:28vw;cursor:pointer;outline:none;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.highscoretile__icon{margin-top:15%;height:17%}.highscoretile__points{font-size:2.1rem;color:#eeebeb}.highscoretile__date{height:2rem;vertical-align:center;font-size:.7rem;color:rgba(238,235,235,.7725490196078432);text-align:center;max-width:60%}.Toastify__toast-container{z-index:9999;-webkit-transform:translateZ(9999px);position:fixed;padding:4px;width:320px;box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;margin-left:-160px}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;margin-left:-160px}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:1px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:800px;overflow:hidden;font-family:sans-serif;cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{margin:auto 0;-ms-flex:1;flex:1}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0}}.Toastify__close-button{color:#fff;font-weight:700;font-size:14px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:9999;opacity:.7;background-color:hsla(0,0%,100%,.7);transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}.Toastify__toast--error,.Toastify__toast--info,.Toastify__toast--success,.Toastify__toast--warning{color:#333;padding:1rem!important;line-height:1.2rem}.Toastify__toast--error{background-color:#e5726b!important}.Toastify__toast--info{background-color:#fbe7d9!important}.Toastify__toast--warning{background-color:#e5a66b!important}.Toastify__toast--success{background-color:#6be586!important}.bm-item-list{display:flex;flex-direction:column;justify-content:space-evenly;padding-bottom:10rem;align-items:center}.packageversion{position:absolute;bottom:.5rem;font-size:1rem;left:0;right:0;text-align:center;color:#686868}.menu__link{text-decoration:none}.menubutton{outline:none;width:auto;align-items:stretch;display:flex;align-items:center}.menubutton__icon{height:5rem;width:5rem;margin-right:1rem}.menubutton__text{text-align:left;vertical-align:middle;height:auto;text-decoration:none;text-decoration-line:none;color:#333}.searchmodal{z-index:1001;position:absolute;height:auto;left:40px;right:40px;bottom:40px;padding:1em;font-size:1.15em;display:grid;column-gap:10px;row-gap:15px}.searchmodal__overlay{z-index:1000;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.3);backdrop-filter:blur(5px)}.searchmodal .searchinput{grid-column:1/span 2;grid-row:1}.tile0,.tile1,.tile2{height:25vw;margin:auto}.tile0{grid-column:1/span 2;grid-row:2}.tile1{grid-column:1/span 1;grid-row:3}.tile2{grid-column:2/span 1;grid-row:3}.tile__notavailable{opacity:.5}.searchinput{width:100%;padding:1rem;display:flex;justify-content:center}.searchinput__input{padding-left:1rem;width:7.3rem;height:2.5rem;display:inline-block;background-color:initial;font-size:2rem;letter-spacing:1rem;border:0 transparent;border-bottom:2px solid #333;text-align:center}.newgamemodal{z-index:1001;position:absolute;height:auto;left:40px;right:40px;bottom:40px;font-size:1.15em;display:flex;flex-direction:column;padding:10%}.newgamemodal__overlay{z-index:1000;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.3);backdrop-filter:blur(5px)}.newgamemodal .seperator{margin:1.5rem 0}.seperator{height:1rem;margin:.5rem auto;width:100%;background-repeat:"no-repeat";background-size:cover}.multiplayerhostmodal{z-index:1001;position:absolute;height:auto;left:40px;right:40px;bottom:40px;padding:7%;font-size:1.15em;display:flex;flex-direction:column}.multiplayerhostmodal__overlay{z-index:1000;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.3);backdrop-filter:blur(5px)}.multiplayerhostmodal__logo{margin:auto auto 3rem;width:35%}.multiplayerhostmodal__text{display:block;padding:0 1.5rem;text-align:center}.emojiInput__display{position:relative;display:flex;align-content:stretch;margin:1.5rem 0;border:2px solid #eeebeb;border-radius:1rem;padding:.7rem;min-height:4.7rem}.emojiInput--readonly .emojiInput__display{display:flex;align-content:left}.emoji{width:16.6%}.emojiInput__selection{display:grid;grid-template-columns:repeat(6,1fr);column-gap:.5rem;row-gap:.5rem}.emojiInput__selection .emoji{width:100%}.highscores{max-height:100vh;min-height:100vh;width:100vw;display:flex;flex-direction:column}.highscores__back{display:block;position:absolute;top:-.5rem;left:-.5rem}.highscores__title{margin-top:15%;text-align:center;font-weight:400;color:#333}.highscores__list{position:relative;width:100%;overflow:auto}
/*# sourceMappingURL=repo.a9cac66a.css.map */
