#check-board,#search-board{display:grid;aspect-ratio:1;border:6px solid #66513e;border-radius:9px;overflow:hidden}#check-board{grid-template-columns:repeat(8,minmax(0,1fr))}.check-cell{position:relative;border:0;padding:5px;min-width:0;background:#eee3ce;display:grid;place-items:center}.check-cell.dark{background:#8b7157}.check-cell.selected{background:#c5b355}.check-cell.target:after{content:'';position:absolute;width:24%;height:24%;background:#e0f4a5;border-radius:50%}.check-piece{display:grid;place-items:center;width:85%;aspect-ratio:1;border-radius:50%;background:radial-gradient(ellipse at 32% 24%,#fffef8 0%,#fff9e9 20%,#eee5ce 52%,#c9bda2 77%,#a69a80 100%);border:1px solid #a7997e;box-shadow:inset 0 2px 2px #fffdf5,inset 0 -3px 4px #776a4b66,0 3px 3px #231b1859,0 1px 1px #231b1866;color:#514027;text-shadow:0 1px 0 #fff7df;font-size:clamp(15px,3vw,30px)}.check-piece.opponent{background:radial-gradient(ellipse at 32% 24%,#777a78 0%,#505452 17%,#2e3230 42%,#191c1b 72%,#0b0e0d 100%);border-color:#111512;box-shadow:inset 0 2px 2px #c3c9c366,inset 0 -3px 4px #000b,0 3px 3px #171b1766,0 1px 1px #0008;color:#fff0b8;text-shadow:0 1px 2px #000}.controls>label{display:block;margin-top:16px}#search-board{border-color:#5a7965;touch-action:none;user-select:none}#search-board button{border:1px solid #e2e7df;background:#fffef6;color:#233f31;font-weight:bold;font-size:clamp(12px,2.6vw,23px);min-width:0;min-height:0;padding:0}#search-board button.found{background:#dcebc7}#search-board button.selecting{background:#f6d68c}#word-list-search{display:flex;gap:8px;flex-wrap:wrap;margin:20px 0}#word-list-search span{padding:7px;background:#eef0e7;border-radius:5px;font-size:13px}#word-list-search span.found{text-decoration:line-through;color:#548044}#message{line-height:1.5}
#check-board{grid-template-rows:repeat(8,minmax(0,1fr))}.check-cell{min-height:0;overflow:hidden}.check-piece{max-height:100%;min-height:0}
