
/* PT WordSearch Modern Renderer (v1.3.0-dev.1) */
.ptws-modern-root{max-width:100%;overflow:auto}
.ptws-modern-wrap{display:flex;gap:16px;align-items:flex-start}
.ptws-modern-grid{border-collapse:collapse;user-select:none;touch-action:none}
.ptws-modern-grid td{width:32px;height:32px;text-align:center;vertical-align:middle;border:1px solid rgba(255,255,255,0.15);font-weight:700;font-family:inherit;background:var(--ptws-cell-bg, transparent)}
.ptws-modern-cell.ptws-found{background:rgba(0,200,120,0.35) !important}
.ptws-modern-cell.ptws-selected{background:rgba(255,255,255,0.18) !important}
.ptws-modern-grid .ptws-cell-letter{text-transform:uppercase;display:inline-block}
.ptws-modern-cell{cursor:pointer}
.ptws-modern-cell.ptws-selected{outline:2px solid rgba(255,255,255,0.75);outline-offset:-2px}
.ptws-modern-cell.ptws-found{background:rgba(0,200,120,0.35)}
.ptws-modern-wordlist{min-width:180px}
.ptws-modern-wordlist ul{list-style:none;margin:0;padding:0}
.ptws-modern-wordlist li{padding:6px 8px;margin:0 0 6px 0;border:1px solid rgba(255,255,255,0.15);border-radius:6px}
.ptws-modern-wordlist li.ptws-word-found{opacity:0.6;text-decoration:line-through}
.ptws-modern-top{display:block}
.ptws-modern-bottom{display:block}
.ptws-modern-right .ptws-modern-wrap{flex-direction:row}
.ptws-modern-left .ptws-modern-wrap{flex-direction:row-reverse}
/*
  DOM order is: grid then wordlist.
  "Top" should render wordlist above grid => column-reverse.
  "Bottom" should render wordlist below grid => column.
*/
.ptws-modern-top .ptws-modern-wrap{flex-direction:column-reverse}
.ptws-modern-bottom .ptws-modern-wrap{flex-direction:column}
.ptws-modern-banner{margin:8px 0 12px 0;font-weight:600}
.ptws-modern-modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,0.6);display:flex;align-items:center;justify-content:center;z-index:9999}
.ptws-modern-modal{background:#111;border:1px solid rgba(255,255,255,0.15);border-radius:12px;max-width:520px;width:92%;padding:16px}
.ptws-modern-modal .ptws-modern-modal-actions{margin-top:12px;text-align:right}
.ptws-modern-btn{background:rgba(255,255,255,0.12);border:1px solid rgba(255,255,255,0.18);color:inherit;padding:8px 12px;border-radius:10px;cursor:pointer}
