.wordsearch-game{min-height:calc(100vh - var(--lx-header-offset,96px));min-height:calc(100dvh - var(--lx-header-offset,96px));background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%)}.score-display{color:#3d50b5;background:#f0f3ff;border-radius:20px;padding:.3rem .6rem;font-size:1rem;font-weight:700}.action-buttons{align-self:flex-start}.action-buttons .btn{white-space:nowrap}.grid-container{background:#fff;border-radius:12px;width:100%;padding:.75rem;box-shadow:0 2px 8px #00000014}.word-grid{-webkit-user-select:none;user-select:none;touch-action:none;grid-template-columns:repeat(10,1fr);gap:2px;display:grid}.grid-cell{aspect-ratio:1;text-transform:uppercase;cursor:pointer;color:#212529;background:#f8f9fa;border-radius:4px;justify-content:center;align-items:center;min-width:28px;font-size:clamp(12px,3.5vw,18px);font-weight:700;transition:all .15s;display:flex}.grid-cell:hover{background:#e9ecef}.grid-cell.selected{color:#fff;background:#4a5dca;transform:scale(1.05)}.grid-cell.found{color:#155724;background:#d4edda}.grid-cell.found.selected{color:#fff;background:#4a5dca}.case-sensitive-lang .grid-cell{text-transform:none}.wordlist-container{background:#fff;border-radius:12px;width:100%;max-width:100%;padding:.75rem 1rem;box-shadow:0 2px 8px #00000014}.wordlist-header{text-transform:uppercase;letter-spacing:1px;color:#6c757d;margin-bottom:.5rem;font-size:.75rem;font-weight:600}.word-list{flex-wrap:wrap;gap:.5rem;display:flex}.word-item{color:#495057;background:#f0f3ff;border-radius:20px;padding:.35rem .75rem;font-size:.85rem;font-weight:600;transition:all .2s}.word-item.found{color:#155724;background:#d4edda;text-decoration:line-through}.word-item.revealed{color:#856404;background:#fff3cd}.word-color-0{color:#1e40af!important;background:#dbeafe!important}.word-color-1{color:#9d174d!important;background:#fce7f3!important}.word-color-2{color:#065f46!important;background:#d1fae5!important}.word-color-3{color:#92400e!important;background:#fef3c7!important}.word-color-4{color:#3730a3!important;background:#e0e7ff!important}.word-color-5{color:#9f1239!important;background:#ffe4e6!important}.word-color-6{color:#115e59!important;background:#ccfbf1!important}.word-color-7{color:#6b21a8!important;background:#fae8ff!important}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.victory-icon{color:#ffc107;margin-bottom:1rem;font-size:4rem;animation:1s infinite bounceWordsearch}@keyframes bounceWordsearch{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.victory-content h2{color:#212529;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.victory-content p{color:#6c757d;margin-bottom:1.5rem}@media (min-width:992px){.wordlist-container{flex-shrink:0;order:1;width:200px}.grid-container{order:2;padding:1rem}.word-list{flex-direction:column}.grid-cell{min-width:36px;font-size:18px}}@media (max-width:767.98px){.score-display{padding:.2rem .5rem;font-size:.85rem}.grid-cell{min-width:0;font-size:clamp(11px,4vw,16px)}.action-buttons .btn{padding:.4rem .75rem;font-size:.85rem}}@media (max-width:379.98px){.grid-cell{min-width:24px;font-size:11px}.word-item{padding:.25rem .5rem;font-size:.75rem}}.arcade-theme .grid-container{background:var(--arc-card-bg);border:1px solid var(--arc-card-border);box-shadow:none}.arcade-theme .grid-cell{color:var(--arc-text);background:#ffffff0a}.arcade-theme .grid-cell:hover{background:#00fff00f}.arcade-theme .grid-cell.selected{background:var(--arc-cyan);color:#0a0a1a}.arcade-theme .grid-cell.found{color:var(--arc-green);background:#39ff141a}.arcade-theme .grid-cell.found.selected{background:var(--arc-cyan);color:#0a0a1a}.arcade-theme .wordlist-container{background:var(--arc-card-bg);border:1px solid var(--arc-card-border);box-shadow:none}.arcade-theme .wordlist-header{color:var(--arc-text-dim)}.arcade-theme .word-item{color:var(--arc-text);background:#ffffff0f}.arcade-theme .word-item.found{color:var(--arc-green);background:#39ff141a}.arcade-theme .word-item.revealed{color:var(--arc-gold);background:#ffe44d1a}.arcade-theme .score-display{color:var(--arc-cyan);background:#00fff014}.arcade-theme .victory-icon{color:var(--arc-gold)}.arcade-theme .victory-content h2{color:#fff}.arcade-theme .victory-content p{color:var(--arc-text-dim)}
