.dark{background-color:#27272a;color:#e5e5e5}.dark button{color:#e5e5e5}.dark header svg{color:#e5e5e5}.dark .share-screen-content{background-color:#27272a}.dark .share-screen-content svg{color:#e5e5e5}header{display:flex;align-items:center;justify-content:center;justify-items:center;text-align:center;padding:0 auto;border-bottom:1px solid #ccc}h1{padding:5px 0;font-family:Inter;font-size:2rem}button{border:none;cursor:pointer;user-select:none;touch-action:manipulation}#change-lang{width:30px;height:30px;background:none;margin-left:10px}#color-mode{width:35px;height:35px;background:none;margin-right:10px}.cell{width:min(calc(100% / 6),8vh);height:8vh;max-width:70px;max-height:70px;border:1px solid #ccc;margin:2.5px;top:50%;font-family:Inter;font-weight:700;justify-content:center;justify-items:center;text-align:center;align-items:center;font-size:1.5rem;text-transform:uppercase;display:flex}.word{display:flex;justify-content:center;justify-items:center;align-items:center}.used{color:#fff;animation:cellRotate .5s linear;animation-fill-mode:forwards}.used p{animation:textRotate .5s linear;animation-fill-mode:forwards}.contains{--bgcolor: #c8b653}.correct{--bgcolor: #6ca965}.wrong{--bgcolor: #787c7f}@keyframes cellRotate{0%{transform:rotateX(0)}to{transform:rotateX(180deg);background-color:var(--bgcolor)}}@keyframes textRotate{0%{transform:rotateX(0)}to{transform:rotateX(180deg)}}#keyboard{flex-direction:column;align-items:center}.keyboard-line{display:flex;margin:0 auto 8px;justify-content:center}.key{align-self:stretch;min-width:22px;min-height:44px;margin:1.75px;padding:.45rem;border-radius:5px;font-weight:700;font-size:1rem;font-family:Inter;text-transform:uppercase;background-color:#a3a3a3}.key.contains{background-color:#c8b653}.key.correct{background-color:#6ca965}.key.wrong{background-color:#525252}#backspace{min-width:36px}.share-screen{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.5);opacity:0;pointer-events:none;font-family:Inter}.share-screen.active{opacity:1;pointer-events:all}.share-screen-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;width:400px;padding:25px;text-align:center}.close-share{position:absolute;top:10px;right:10px;width:30px;height:30px;background:none}.share,.copy-to-clipboard{width:30px;height:30px;background:none}.share-screen p{font-size:18px}.popup-heading{margin-bottom:10px}.guessed-word{margin-bottom:5px}.state{margin-bottom:10px}.android-logo{width:30px;height:30px}.credits{margin-top:10px}a{color:#1d4ed8;text-decoration:none}.incorrect{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;color:#000;padding:25px;text-align:center;opacity:0;pointer-events:none;font-family:Inter;transition:.5s all}.incorrect.active{opacity:1}*{margin:0;padding:0;box-sizing:border-box;user-select:none}body{display:flex;justify-content:center;justify-items:center}#app{height:calc(95vh - 3rem);width:480px}svg{pointer-events:none}@font-face{font-family:Inter;src:url(/assets/Inter-VariableFont.66b46392.ttf) format("truetype")}
