:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background-image:linear-gradient(#ffe,#dfd)}h1{font-size:3.2em;line-height:1.1}#app{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.card{padding:2em}.read-the-docs{color:#888}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s;-webkit-user-select:none;user-select:none}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#app{display:grid;grid-template-columns:auto auto auto;padding:10px}#left,#right{width:200px;border:solid 2px gray;background:#161}#score0,#score1{height:85%}#score0>div,#score1>div{width:182px;text-align:left;color:#442;background:beige;margin:4px;padding:0 4px;border-radius:2px}#player0,#player1{height:5%;font-size:20px;font-weight:700;color:beige;margin:4px;padding:0 4px}@keyframes fadeBackground{0%{background-color:#161}50%{background-color:#484}to{background-color:#161}}.active{animation:fadeBackground 1s infinite alternate}#buttons{height:10%}.board{background:#gray}.cell{width:40px;height:40px;box-sizing:border-box;border:solid 1px gray;float:left;text-align:left;padding:0;-webkit-user-select:none;user-select:none;background:#efefef}.cell.letter{background:beige;border:solid 2px #A98;font-family:system-ui;font-weight:700;font-size:25px;border-radius:2px}.num{font-size:8px;margin-left:1px;margin-top:4px;position:relative;bottom:0;float:right;margin-right:4px}.char{margin-top:0;text-align:center;font-size:20px;height:20px}.dw{background:pink}.tw{background:red}.dl{background:#0ff}.tl{background:#00f}
