.wordsearch{max-width:760px;margin-inline:auto}.ws-toolbar{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:1.25rem}.ws-control{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:100%}.ws-control-label{font-weight:800;font-size:1.1rem;text-align:center}.ws-choices{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.ws-choices-theme{max-width:48rem;margin-inline:auto}.ws-choice{margin:0;min-height:48px;padding:.45rem 1rem;font-size:1.1rem;font-weight:700;line-height:1.15;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:.1rem;color:var(--fgs-accent, #16692f);background:var(--fgs-surface, #fff);border:2px solid var(--fgs-accent, #16692f);border-radius:var(--fgs-radius, 12px);cursor:pointer}.ws-choice:hover{background:var(--fgs-accent-soft, #e6f1e9)}.ws-choice:focus-visible{outline:4px solid var(--fgs-focus, #15549e);outline-offset:2px}.ws-choice-sub{font-size:.9rem;font-weight:700;opacity:.85}.ws-choice.ws-choice-active,.ws-choice[aria-pressed=true]{color:var(--fgs-on-accent, #fff);background:var(--fgs-accent, #16692f);border-color:var(--fgs-accent-deep, #0f4e22);box-shadow:inset 0 0 0 3px var(--fgs-surface, #fff),0 0 0 3px var(--fgs-accent, #16692f)}.ws-choice.ws-choice-active .ws-choice-sub{opacity:1}.ws-layout{display:flex;flex-wrap:wrap;gap:1.25rem;align-items:flex-start;justify-content:center}.ws-board{--ws-size: 10;display:grid;grid-template-columns:repeat(var(--ws-size),1fr);gap:3px;width:min(94vw,540px);aspect-ratio:1 / 1;margin:0 auto;border:4px solid var(--pico-color);border-radius:8px;background:var(--pico-color);overflow:hidden}.ws-cell{min-height:0;margin:0;padding:0;border:0;border-radius:0;background:var(--fgs-sky);color:#fff;font-size:clamp(.95rem,4.4vw,1.7rem);font-weight:800;line-height:1;letter-spacing:.02em;display:grid;place-items:center;cursor:pointer}.ws-cell:hover{background:color-mix(in srgb,#fff 20%,var(--fgs-sky))}.ws-cell:focus-visible{outline:4px solid var(--fgs-focus);outline-offset:-4px;z-index:3}.ws-cell.ws-sel-start{background:var(--fgs-gold, #b06a00);color:#2c2118;box-shadow:inset 0 0 0 4px #fff,inset 0 0 0 7px var(--fgs-gold-deep, #8a5200);z-index:2}.ws-cell.ws-found{background:var(--fgs-good);color:#fff;box-shadow:inset 0 0 0 3px color-mix(in srgb,var(--fgs-good) 55%,#000)}.ws-cell.ws-hint{background:color-mix(in srgb,var(--fgs-gold) 60%,var(--fgs-sky));color:#2c2118;box-shadow:inset 0 0 0 5px var(--fgs-gold-deep);z-index:2;animation:ws-pulse 1.1s ease-in-out infinite}@keyframes ws-pulse{0%,to{box-shadow:inset 0 0 0 5px var(--fgs-gold-deep)}50%{box-shadow:inset 0 0 0 8px var(--fgs-gold-deep)}}.ws-words{flex:1 1 200px;min-width:180px;max-width:320px}.ws-words h2{font-size:1.2rem;margin:0 0 .5rem}.ws-wordlist{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.4rem .8rem}.ws-word{display:flex;align-items:center;gap:.5rem;font-size:1.2rem;font-weight:700;padding:.25rem .1rem}.ws-word-mark{display:inline-grid;place-items:center;width:1.5rem;height:1.5rem;flex:0 0 auto;border:2px solid var(--pico-muted-border-color, #b8c0cc);border-radius:6px;font-weight:900;font-size:1rem;color:var(--fgs-good)}.ws-word.ws-word-found{color:var(--fgs-good)}.ws-word.ws-word-found .ws-word-text{text-decoration:line-through;text-decoration-thickness:2px}.ws-word.ws-word-found .ws-word-mark{border-color:var(--fgs-good);background:color-mix(in srgb,var(--fgs-good) 18%,transparent)}.ws-howto{text-align:center;font-size:1.15rem;font-weight:700;color:var(--fgs-ink-soft, #3a3a3a);margin:1rem auto .75rem;max-width:60ch}.ws-status{text-align:center;font-size:1.2rem;font-weight:700;min-height:3.2rem;padding:.5rem;margin:.5rem auto;max-width:60ch}.ws-count{text-align:center;font-size:1.25rem;font-weight:800;margin:.25rem 0 .75rem}.ws-actions{display:flex;flex-wrap:wrap;gap:.85rem;justify-content:center;align-items:center;margin:.5rem 0 1rem}.ws-actions button{margin:0;font-size:1.15rem;font-weight:800;min-height:56px;padding-inline:1.6rem}.ws-actions .ws-hint-btn{background:var(--fgs-hint, #b06a00);border-color:var(--fgs-hint, #b06a00);color:#fff;font-size:1.3rem;min-height:60px;padding-inline:2rem;box-shadow:0 0 0 3px color-mix(in srgb,var(--fgs-hint, #b06a00) 35%,transparent)}.ws-actions .ws-hint-btn:hover{background:color-mix(in srgb,#000 12%,var(--fgs-hint, #b06a00));border-color:color-mix(in srgb,#000 12%,var(--fgs-hint, #b06a00))}.ws-actions .ws-hint-btn:focus-visible{outline:4px solid var(--fgs-focus, #15549e);outline-offset:3px}.wordsearch.ws-solved .ws-board{border-color:var(--fgs-good);box-shadow:0 0 0 4px color-mix(in srgb,var(--fgs-good) 35%,transparent)}[data-contrast=high] .ws-board{background:#000;border-color:#000}[data-contrast=high] .ws-cell{border:1px solid #000!important;color:#000;background:#fff}[data-contrast=high] .ws-cell.ws-found{color:#00339c;background:#fff;box-shadow:inset 0 0 0 3px #00339c}[data-contrast=high] .ws-cell.ws-sel-start{background:#fff;box-shadow:inset 0 0 0 4px #00339c}[data-contrast=high] .ws-cell.ws-hint{background:#fff;box-shadow:inset 0 0 0 5px #000}[data-contrast=high] .ws-word.ws-word-found,[data-contrast=high] .ws-word-mark{color:#00339c}[data-contrast=high] .ws-choice{background:#fff;color:#000;border:2px solid #000}[data-contrast=high] .ws-choice.ws-choice-active,[data-contrast=high] .ws-choice[aria-pressed=true]{background:#000;color:#fff;border-color:#000;box-shadow:inset 0 0 0 3px #fff,0 0 0 3px #000}@media(prefers-reduced-motion:reduce){.ws-cell.ws-hint{animation:none}}
