.dw-sdl-game{--dw-sdl-accent:#2563eb;--dw-sdl-accent-light:#dbeafe;box-sizing:border-box;width:100%;max-width:1180px;margin:2rem auto;padding:1.25rem;border:1px solid #e5e7eb;border-radius:14px;background:#fff;box-shadow:0 8px 25px rgba(15,23,42,.07);font-family:inherit}.dw-sdl-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.dw-sdl-header h2{margin:0;font-size:clamp(1.35rem,3vw,2rem)}.dw-sdl-new{border:0;border-radius:8px;background:var(--dw-sdl-accent);color:#fff;padding:.65rem .9rem;cursor:pointer;font-weight:600}.dw-sdl-new:hover,.dw-sdl-new:focus{background:#1d4ed8}.dw-sdl-meta{margin:.65rem 0 1rem;color:#4b5563;font-size:.95rem}.dw-sdl-actions{display:flex;justify-content:center;align-items:center;gap:.75rem;margin:.5rem 0 1rem}.dw-sdl-actions button{border:0;border-radius:8px;padding:.6rem 1rem;font:inherit;font-weight:700;cursor:pointer}.dw-sdl-help{background:#fef3c7;color:#92400e}.dw-sdl-give-up{background:#fee2e2;color:#991b1b}.dw-sdl-actions button:hover,.dw-sdl-actions button:focus{filter:brightness(.96);outline:2px solid #94a3b8}.dw-sdl-actions button:disabled{opacity:.55;cursor:not-allowed}.dw-sdl-board-wrap{box-sizing:border-box;width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;padding:.25rem 0 .5rem;-webkit-overflow-scrolling:touch}.dw-sdl-board{display:grid;grid-template-columns:repeat(var(--dw-sdl-size),minmax(0,1fr));box-sizing:border-box;width:100%;max-width:760px;min-width:0;margin:0 auto;aspect-ratio:1;border:2px solid #1e3a8a;background:#eff6ff;touch-action:none}.dw-sdl-cell{min-width:0;min-height:0;padding:0;border:1px solid #bfdbfe;background:#fff;color:#172554;font-size:clamp(.62rem,1.8vw,1.05rem);font-weight:700;cursor:pointer;user-select:none;touch-action:none}.dw-sdl-cell:hover,.dw-sdl-cell:focus{background:#bfdbfe;outline:2px solid #1d4ed8;outline-offset:-2px}.dw-sdl-cell.is-preview{background:#fef08a;color:#713f12}.dw-sdl-cell.is-found{background:#86efac;color:#14532d;border-color:#22c55e}.dw-sdl-message{min-height:1.5em;margin:.9rem 0;color:#166534;font-weight:700;text-align:center}.dw-sdl-words{margin-top:1rem}.dw-sdl-words h3{margin:0 0 .6rem;font-size:1.1rem}.dw-sdl-words ul{display:flex;flex-wrap:wrap;gap:.45rem .8rem;margin:0;padding:0;list-style:none}.dw-sdl-words li{padding:.25rem .55rem;border-radius:999px;background:#f3f4f6;color:#374151;font-size:.9rem;transition:.2s}.dw-sdl-words li.is-found{text-decoration:line-through;background:#dcfce7;color:#166534}.dw-sdl-confirm{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:1rem;background:rgba(15,23,42,.55)}.dw-sdl-confirm[hidden],.dw-sdl-play[hidden],.dw-sdl-start[hidden]{display:none}.dw-sdl-confirm-box{width:min(100%,390px);padding:1.5rem;border-radius:12px;background:#fff;box-shadow:0 20px 50px rgba(15,23,42,.3);text-align:center}.dw-sdl-confirm-box h3{margin:0 0 1.25rem;color:#111827}.dw-sdl-confirm-box button{min-width:90px;margin:.25rem;padding:.6rem 1rem;border:0;border-radius:8px;font:inherit;font-weight:700;cursor:pointer}.dw-sdl-confirm-yes{background:#dc2626;color:#fff}.dw-sdl-confirm-no{background:#e5e7eb;color:#1f2937}.dw-sdl-cell.is-hint{background:#facc15!important;color:#713f12!important;animation:dw-sdl-pulse .45s ease-in-out 2}.dw-sdl-cell.is-revealed{background:#fecaca!important;color:#991b1b!important;border-color:#ef4444}@keyframes dw-sdl-pulse{50%{transform:scale(1.08);box-shadow:0 0 0 4px rgba(250,204,21,.35)}}.dw-sdl-start-form{display:grid;gap:1rem;max-width:520px;margin-top:1.25rem}.dw-sdl-start-form label{display:grid;gap:.4rem;color:#1f2937;font-weight:600}.dw-sdl-start-form input,.dw-sdl-start-form select{box-sizing:border-box;width:100%;padding:.7rem .75rem;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#111827;font:inherit;font-weight:400}.dw-sdl-start-form button{justify-self:start;margin-top:.25rem}.dw-sdl-start>p{color:#4b5563}
@media (min-width:900px){.dw-sdl-play{display:grid;grid-template-columns:minmax(0,1fr) 220px;column-gap:1.5rem;align-items:start}.dw-sdl-play>.dw-sdl-header,.dw-sdl-play>.dw-sdl-meta,.dw-sdl-play>.dw-sdl-actions,.dw-sdl-play>.dw-sdl-message{grid-column:1/-1}.dw-sdl-play>.dw-sdl-board-wrap{grid-column:1;grid-row:4 / span 2}.dw-sdl-play>.dw-sdl-words{grid-column:2;grid-row:4 / span 2;margin:0;padding-left:1rem;border-left:1px solid #e5e7eb}.dw-sdl-play>.dw-sdl-words ul{display:block}.dw-sdl-play>.dw-sdl-words li{display:block;margin-bottom:.5rem}.dw-sdl-board{max-width:none;width:min(100%,760px)}}
@media (min-width:1200px){.dw-sdl-play{grid-template-columns:minmax(0,820px) 240px}.dw-sdl-board{max-width:820px}}
@media (max-width:899px){.dw-sdl-board-wrap{overflow-x:auto}.dw-sdl-board{max-width:none;width:100%}}
@media (max-width:560px){.dw-sdl-game{margin:1rem auto;padding:.85rem;border-radius:10px}.dw-sdl-header{align-items:flex-start;flex-direction:column}.dw-sdl-new{width:100%}.dw-sdl-board{width:100%;min-width:0}.dw-sdl-cell{font-size:clamp(.52rem,2.8vw,.8rem)}}
