.ws-heading{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin:12px 0;font-weight:700}
.ws-board{display:grid;grid-template-columns:repeat(var(--ws-size),minmax(0,1fr));width:100%;max-width:480px;margin:16px auto;gap:3px;touch-action:none;user-select:none}
.ws-board .ws-cell{min-width:0;min-height:0;width:100%;aspect-ratio:1;padding:0;border:1px solid #d6c9b9;border-radius:6px;background:#fffdf8;color:#382d25;font:700 clamp(12px,3.6vw,21px)/1 system-ui;cursor:pointer}
.ws-board .ws-found{background:#dbefda;border-color:#658b57;color:#284720}
.ws-board .ws-selected{background:#ffda86;border-color:#a55d00;box-shadow:inset 0 0 0 2px #a55d00}
.ws-board .ws-cell:focus-visible{outline:3px solid #743ba5;outline-offset:1px;z-index:1}
.ws-words{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;list-style:none;padding:0;margin:16px 0}
.ws-words li{padding:6px 10px;background:#fff6e7;border:1px solid #dcccb4;border-radius:20px;font-weight:700;font-size:14px}
.ws-words .ws-complete{background:#dbefda;color:#284720;text-decoration:line-through}
.ws-help{font-size:14px;color:#605446;line-height:1.5}
@media(max-width:380px){.ws-board{gap:2px}.ws-board .ws-cell{border-radius:4px}.ws-words{gap:5px}.ws-words li{padding:5px 8px}}
