*{color:#343434;user-select:none;-webkit-user-select:none}body{align-items:center;font-family:Arial,Helvetica,sans-serif;justify-content:center;margin:0;touch-action:none}#info-container,#wrapper{align-items:center;display:flex;flex-direction:column;justify-content:stretch}#info-container{position:relative;width:100%}.padding{display:flex;flex-grow:1;margin:auto;max-width:500px;min-height:0;position:relative}#header-btn-container{margin-top:10px}#footer-btn-container,#header-btn-container{display:flex;position:absolute;right:0;top:0}#footer-btn-container{margin-bottom:10px}#wrapper,body{height:100%;overflow:hidden;position:absolute;top:0;width:100%}#scoreWrapper{display:flex;height:auto;justify-content:space-evenly;margin:10px auto;max-width:500px;position:relative;width:80%}.score-label{font-size:1.3em}#seedWrapper{gap:20px;height:auto;margin:10px auto;width:80%}#current-word-container,#seedWrapper{display:flex;justify-content:center;position:relative}#current-word-container{align-items:center;background:#faff6d;border-radius:20px;height:36px;margin-bottom:20px;opacity:0;padding:10px 20px;transition-duration:.5s;transition-property:opacity transform;transition-timing-function:ease-out}#current-word-container.valid{background:#95ff87}#current-word-label{font-size:30px;text-align:center}#letter-container{flex-grow:1;height:100%;margin-bottom:20px;max-height:500px;max-width:500px;overscroll-behavior:contain;position:relative;width:90%}.tile{aspect-ratio:1;background:#faebd7;border:2px solid #000;border-radius:6px;bottom:0;display:flex;font-size:2em;height:50px;left:0;text-align:center;transition-duration:.5s;transition-property:transform;transition-timing-function:ease-out;width:50px}.tile,.tileCentre{overscroll-behavior:contain;position:absolute}.tileCentre{border-radius:50%;height:100%;width:100%}.letter-wrapper{margin:auto;pointer-events:none;position:relative;width:100%}.tile.potential{background:#faff6d;transform:scale(.9)}.tile.valid{background:#95ff87;transform:scale(.9)}#solutionLabel{text-align:center}.button{background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:50%;box-shadow:0 4px 8px rgba(0,0,0,.3);cursor:pointer;height:40px;pointer-events:none;position:relative;width:40px}#mute-btn,#resetBtn,#undoBtn{background:#fff;border:2px solid #343434;margin-bottom:10px}#undoBtn{opacity:.5}.modal-background{background-color:#0000007a;display:none;height:100%;justify-content:center;position:fixed;width:100%}.modal-content{align-items:center;background:#fff;border-radius:10px;display:flex;flex-direction:column;margin:auto;max-height:100%;max-width:400px;overflow:auto;position:relative;transition-duration:.5s;transition-property:transform;transition-timing-function:ease-in-out;width:95%}.modal-header{display:flex;justify-content:space-evenly;margin-top:10px;width:100%}#intro-header{margin-bottom:10px}#intro-video{border:dotted;flex-grow:1;margin:10px 0}.intro-subtitle{font-size:1em;margin-bottom:5px;text-align:center}.stats-title{font-size:1.2em;font-weight:700}.stats-sub-title{font-size:1.2em;font-style:italic;margin-top:5px}#attempts-container{display:flex;justify-content:space-evenly;margin-top:20px;width:100%}.attempt-container{align-items:center;display:flex;flex-direction:column;gap:10px}.found-words-container{background:#faebd7;border-radius:10px;padding:10px 20px}.stats-found-word{font-weight:700;margin-top:5px;text-align:center}.modal-footer{display:flex;justify-content:space-evenly;margin-bottom:20px;margin-top:20px;width:100%}.divider{background-color:#838383;height:1px;margin-top:20px;position:relative;width:80%}.wide-button{align-items:center;border-radius:24px;cursor:pointer;display:flex;height:40px;justify-content:space-around}#retry-btn{background-color:#3b6969}#share-btn{background-color:#68f}#dismiss-instruction-btn{background-color:#68f;padding-right:20px}.wide-btn-text{color:#fff;margin-left:20px}.wide-btn-image{background-position:50%;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}#mute-btn-text,#reset-btn-text,#undo-btn-text{color:#343434}#retry-btn-img{background-image:url(../assets/15330fcb14829ee8e3e7.svg)}#share-btn-img{background-image:url(../assets/7e3578f3dee4af34ca83.svg);margin-right:5px}#stats-container{display:flex;flex-direction:row;gap:20px;margin-top:20px;width:90%}.stats-pair{align-items:center;display:flex;flex:1 1 0px;flex-direction:column}.stats-score-label{font-size:2.4em}.stats-heading-label{font-size:.8em;text-align:center}#turns-graph{align-items:flex-end;display:flex;flex-direction:row;height:150px;justify-content:space-evenly;margin-bottom:20px;margin-top:20px;min-height:150px;width:100%}.turn-graph-column{flex-direction:column;justify-content:end}.graph-bar-background,.turn-graph-column{align-items:center;display:flex;gap:5px;height:100%}.graph-bar-background{flex-direction:column-reverse;width:20px}.graph-bar{background:#68f;display:flex;flex-direction:column;height:50%;justify-content:start;min-height:20px;width:100%}.graph-bar-key,.graph-bar-label{text-align:center;width:100%}.graph-bar-label{color:#fff}.chart-title{font-size:1em;margin-top:20px}#blocking-view{height:100%;position:fixed;width:100%}#end-text-container{align-items:center;display:flex;height:100%;justify-content:center;position:absolute;width:100%}@keyframes background-wave{0%{transform:translateX(0)}to{transform:translateX(-50%)}}#end-text-wrapper{border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.3);overflow:hidden;position:relative}#end-text{color:#303030;font-size:2em;margin:16px 20px;position:relative}#end-text-background{animation:background-wave 1s linear 0s infinite;background:linear-gradient(90deg,#68f1fd,#62ff7f,#68f1fd,#62ff7f);height:100%;position:absolute;width:200%}@media screen and (orientation:landscape) and (max-height:550px){#wrapper{flex-direction:row}#info-container{align-items:center;flex-direction:column;min-width:220px;width:auto}#scoreWrapper{gap:5px}#scoreWrapper,#seedWrapper{align-items:center;flex-direction:column;width:100%}#seedWrapper{gap:0}#letter-container{height:90%;margin-right:20px;margin-top:20px;width:100%}}@media (prefers-color-scheme:dark){*{color:#fff}body{background-color:#121212}.tile{background:#52473a;border-color:#372206}#current-word-container{background:#887909}#current-word-container.valid{background:#026600}.tile.potential{background:#887909}.tile.valid{background:#026600}.button{background-color:#fff}#resetBtn,#undoBtn{background:#121212;border-color:#fff}.modal-content{background:#121212}.found-words-container{background:#302618}#retry-btn{background-color:#3b6969}#dismiss-instruction-btn,#share-btn{background-color:#1e284d}#reset-btn-text,#undo-btn-text,.wide-btn-text{color:#fff}.stroked-svg{stroke:#fff}.filled-svg{fill:#fff}}
/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */.toastify{background:-webkit-linear-gradient(315deg,#73a5ff,#5477f5);background:linear-gradient(135deg,#73a5ff,#5477f5);border-radius:2px;box-shadow:0 3px 6px -1px rgba(0,0,0,.12),0 10px 36px -4px rgba(77,96,232,.3);color:#fff;cursor:pointer;display:inline-block;max-width:calc(50% - 20px);opacity:0;padding:12px 20px;position:fixed;text-decoration:none;transition:all .4s cubic-bezier(.215,.61,.355,1);z-index:2147483647}.toastify.on{opacity:1}.toast-close{background:transparent;border:0;color:#fff;cursor:pointer;font-family:inherit;font-size:1em;opacity:.4;padding:0 5px}.toastify-right{right:15px}.toastify-left{left:15px}.toastify-top{top:-150px}.toastify-bottom{bottom:-150px}.toastify-rounded{border-radius:25px}.toastify-avatar{border-radius:2px;height:1.5em;margin:-7px 5px;width:1.5em}.toastify-center{left:0;margin-left:auto;margin-right:auto;max-width:fit-content;max-width:-moz-fit-content;right:0}@media only screen and (max-width:360px){.toastify-left,.toastify-right{left:0;margin-left:auto;margin-right:auto;max-width:fit-content;right:0}}