body{grid-template-rows:120px 1fr;min-height:100vh;margin:0;font-family:Arial,Helvetica,sans-serif;display:grid}.board-wrap{place-items:center;min-width:100vw;min-height:0;display:grid;overflow:auto}.board{grid-template-rows:repeat(18,40px);grid-template-columns:repeat(36,40px);width:max-content;display:grid}.cell{box-sizing:border-box;place-items:center;width:40px;height:40px;display:grid;overflow:hidden}.cell--light{background:#fff}.cell--dark{background:#f3f3f3}.header{-webkit-user-select:none;user-select:none;flex-flow:row;justify-content:space-between;gap:20px;display:flex;overflow:hidden}.debug{width:200px;height:100px;padding:20px}.playerList{z-index:2;flex-direction:column;gap:8px;width:30vw;display:flex;position:fixed;top:20px;left:20px}.rack{box-sizing:border-box;flex-wrap:wrap;place-content:flex-start center;align-items:center;gap:4px;padding:12px;display:flex;overflow-y:auto}.dump{-webkit-user-select:none;user-select:none;background-color:#f3f3f3;border:0 dashed #ddd;border-width:0 0 1.5px 1.5px;border-radius:0 0 0 8px;place-items:center;width:200px;height:100px;display:grid}.dump-active{background-color:#ffb6c1;border:0 dashed salmon;border-width:0 0 1.5px 1.5px;border-radius:0 0 0 8px;place-items:center;width:200px;height:100px;display:grid}.dump-active>.dumpLabel{display:none}.dumpLabel{z-index:0;pointer-events:none;grid-area:1/1}.dump>.tile{z-index:1;grid-area:1/1}.tile{box-sizing:border-box;color:#000;cursor:grab;-webkit-user-select:none;user-select:none;background-color:#fff;border:1.5px solid #000;border-bottom-width:2.5px;place-items:center;width:39px;height:39px;font-size:18px;font-weight:400;display:grid}.valid-tile{color:#fff;background-color:green}.gu-mirror{cursor:grabbing}
