:root{--bg:#2c1f3d;--panel:#3b2a52;--panel2:#51366f;--text:#fffaf4;--muted:#c0b2cf;--gold:#ffd166;--pink:#c58cff;--mint:#82f0c5;--line:rgba(255,255,255,.1)}.answer-slots,.tile-bank{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:18px}.slot,.letter-tile{width:44px;height:48px;display:grid;place-items:center;border-radius:12px;font-size:22px;font-weight:800}.slot{border:2px solid var(--line);background:rgba(255,255,255,.05)}.letter-tile{border:1px solid var(--line);color:white;background:var(--panel2);cursor:pointer}.letter-tile:disabled{opacity:.35;cursor:default}@media(max-width:560px){.slot,.letter-tile{width:38px;height:42px;font-size:18px}}
