.ws-wrap { max-width: 920px; margin:1rem auto; font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif; }
.ws-header { display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:.5rem; margin-bottom:.5rem; }
.ws-controls .btn { margin-right:.25rem; padding:.45rem .6rem; border:1px solid #ddd; border-radius:6px; background:#fff; cursor:pointer; }
.ws-timer { font-weight:600; }

.ws-grid { display:grid; gap:0; border:2px solid #222; width:100%; max-width:560px; user-select:none; }
.ws-cell { border:1px solid #bbb; aspect-ratio:1/1; display:flex; align-items:center; justify-content:center; font-weight:600; }
.ws-cell.sel { background:#e7f5ff; }
.ws-cell.found { background:#e9ffea; }
.ws-cell.block { background:#111; color:#111; }

.ws-list { margin-top:1rem; }
.ws-words li { margin:.2rem 0; }
.ws-words li.found { text-decoration:line-through; color:#6a6; }

.ws-status { margin-top:.5rem; min-height:1.2rem; }

@media print {
  .ws-controls, .ws-timer, .ws-status { display:none !important; }
  .ws-wrap { max-width:100%; }
}
