:root{--bg:#121213;--panel:#18191a;--row-selected:#868686;--tile-empty:#3a3a3c;--tile-gray:#787c7e;--tile-yellow:#c9b458;--tile-green:#6aaa64;--tile-blue:#3b82f6;--tile-red:#b91c1c;--text:#f8f8f8;--muted:#a5a5a5;--border:#565758;--button:#2563eb;--button-hover:#1d4ed8}*{box-sizing:border-box}body{background:var(--bg);width:100%;min-height:100svh;color:var(--text);justify-content:center;align-items:flex-start;margin:0;padding:16px 10px;font-family:Arial,Helvetica,sans-serif;display:flex;overflow-x:hidden}html,body{overscroll-behavior:none;touch-action:none;width:100%;height:100%;overflow:hidden}body{position:fixed;inset:0}.app{flex-direction:column;align-items:center;gap:10px;width:100%;max-width:800px;height:100svh;max-height:100svh;display:flex;overflow:hidden}.play-layout{grid-template-columns:auto auto;justify-content:center;align-items:start;gap:24px;width:100%;display:grid}.main-column{flex-direction:column;align-items:center;gap:14px;display:flex}.goal-word{cursor:pointer;border-radius:8px;grid-template-columns:repeat(5,min(56px,17vw));gap:6px;padding:6px;display:grid}.goal-word.selected{background:var(--row-selected)}.goal-word .tile{cursor:pointer}.row{cursor:pointer;border-radius:8px;grid-template-columns:repeat(5,min(56px,17vw));justify-content:center;gap:6px;padding:6px;display:grid}.tile{text-transform:uppercase;-webkit-user-select:none;user-select:none;border:2px solid #0000;border-radius:4px;justify-content:center;align-items:center;width:min(56px,17vw);height:min(56px,17vw);font-size:min(31px,9vw);font-weight:800;display:flex}.subtitle{color:var(--muted);margin-top:-12px;font-size:14px}.board{flex-direction:column;gap:6px;width:100%;display:flex}.row.selected{background:var(--row-selected)}.tile{text-transform:uppercase;-webkit-user-select:none;user-select:none;border:2px solid #0000;border-radius:4px;justify-content:center;align-items:center;width:56px;height:56px;font-size:31px;font-weight:800;transition:background-color .12s,border-color .12s,transform 80ms;display:flex}.tile.empty{background:var(--tile-empty);border-color:var(--border)}.tile.gray{background:var(--tile-gray)}.tile.yellow{background:var(--tile-yellow)}.tile.green{background:var(--tile-green)}.tile.blue{background:var(--tile-blue)}.tile.red{background:var(--tile-red,#b91c1c)}.tile.filled.empty{border-color:#777;transform:scale(1.02)}button{background:var(--button);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:12px 14px;font-size:14px;font-weight:700}button:hover:not(:disabled){background:var(--button-hover)}button:disabled{opacity:.5;cursor:default}.status{min-height:20px;color:var(--muted);text-align:center;font-size:14px}.helper-grid{flex-direction:column;gap:6px;display:flex}.goal-area{justify-content:center;width:100%;display:flex}.board{flex-direction:column;gap:6px;display:flex}.side-panel{flex-direction:column;grid-column:3;justify-self:start;align-items:center;gap:14px;margin-left:24px;display:flex}.side-section{justify-content:center;width:190px;display:flex}.helper-panel{background:var(--panel);border:1px solid #2f3033;border-radius:12px;padding:12px;display:block}.score-card{background:var(--panel);text-align:center;border:1px solid #2f3033;border-radius:12px;padding:14px 12px;display:block}.helper-title{color:var(--muted);text-align:center;margin-bottom:10px;font-size:13px;font-weight:700}.helper-grid{flex-direction:column;align-items:center;gap:6px;display:flex}.helper-row{grid-template-columns:repeat(5,28px);gap:4px;display:grid}.helper-tile{background:var(--tile-empty);width:28px;height:28px;color:var(--text);border:1px solid var(--border);border-radius:4px;justify-content:center;align-items:center;font-size:15px;font-weight:800;display:flex}.helper-tile.used{background:var(--tile-green);border-color:var(--tile-green)}.score-label{color:var(--muted);margin-bottom:4px;font-size:13px}.score{font-size:28px;font-weight:800}.breakdown{color:var(--muted);margin-top:4px;font-size:13px}.keyboard{width:100%;max-width:520px;padding:4px 0 env(safe-area-inset-bottom);flex-direction:column;gap:6px;display:none}.keyboard-row{justify-content:center;gap:5px;width:100%;display:flex}.key{color:#fff;touch-action:manipulation;background:#818384;border:none;border-radius:6px;flex:1;max-width:44px;height:46px;padding:0;font-size:17px;font-weight:800}.key,.key:hover,.key:focus,.key:focus-visible,.key:active{color:#fff;box-shadow:none;-webkit-tap-highlight-color:transparent;outline:none;background:#818384!important}.key:active{filter:brightness(1.15);transform:translateY(1px)}.wide-key{flex:1.45;max-width:62px;font-size:18px}button{-webkit-tap-highlight-color:transparent}button:focus,button:focus-visible,.key:focus,.key:focus-visible{background:#818384;outline:none}#newWordButton:focus,#newWordButton:focus-visible{background:var(--button)}#newWordButton:hover:not(:disabled){background:var(--button-hover)}button:not(.key){background:var(--button)}button:not(.key):hover:not(:disabled){background:var(--button-hover)}button:not(.key):focus,button:not(.key):focus-visible{outline:none}.button-row{align-items:center;gap:4px;display:flex}.help-button{border-radius:999px;width:30px;min-width:30px;height:30px;padding:0;font-size:15px;font-weight:800}.modal-backdrop{z-index:9999;background:#000000b8;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.modal-backdrop.hidden{display:none}.modal-card{background:var(--panel);border:1px solid #2f3033;border-radius:16px;width:min(680px,100%);max-height:min(760px,86svh);position:relative;overflow:hidden;box-shadow:0 18px 60px #00000073}.modal-content{max-height:86svh;color:var(--text);touch-action:pan-y;-webkit-overflow-scrolling:touch;padding:26px 28px 70px;line-height:1.45;overflow-y:auto}.modal-content h2{margin-top:0}.modal-content h3{margin-bottom:6px}.modal-content p,.modal-content li{color:#e5e5e5}.modal-close{z-index:1;border-radius:999px;width:30px;height:30px;padding:0;font-size:15px;line-height:1;position:absolute;top:10px;right:10px}.scoreboard-buttons{flex-direction:column;gap:8px;display:flex}.scoreboard-buttons button{white-space:normal;width:100%}.scoreboard-modal{background:var(--panel);touch-action:auto;border:1px solid #2f3033;border-radius:12px;flex-direction:column;width:min(520px,100vw - 20px);max-width:calc(100vw - 20px);max-height:220px;display:flex;overflow:hidden}.scoreboard-modal.hidden{display:none}.scoreboard-header{border-bottom:1px solid #2f3033;grid-template-columns:40px 1fr 40px;align-items:center;display:grid}.scoreboard-title{text-align:center;font-size:14px;font-weight:800}.scoreboard-icon-button{border-radius:0;width:40px;height:40px;padding:0;font-size:24px;background:0 0!important}.scoreboard-home{gap:8px;padding:10px;display:flex}.scoreboard-home button{white-space:normal;flex:1;padding:9px 6px;font-size:12px}.scoreboard-list{touch-action:pan-y;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:8px 10px 12px;overflow-y:auto}.scoreboard-row{cursor:pointer;background:#222326;border-radius:8px;grid-template-columns:1fr auto;align-items:center;gap:10px;width:100%;margin-bottom:6px;padding:9px 10px;display:grid}.scoreboard-row:hover{background:#2b2c30}.scoreboard-row-main{font-weight:800}.scoreboard-row-sub{color:var(--muted);margin-top:2px;font-size:12px}.scoreboard-row-score{font-size:20px;font-weight:900}.hint-panel{background:var(--panel);border:1px solid #2f3033;border-radius:12px;flex-direction:column;gap:8px;width:190px;max-height:calc(100svh - 120px);padding:12px;display:flex;overflow:hidden}.hint-panel.hidden{display:none}.hint-title{color:var(--text);text-align:center;font-size:14px;font-weight:800}.hint-count{color:var(--muted);text-align:center;font-size:12px}.hint-list{touch-action:pan-y;-webkit-overflow-scrolling:touch;flex-direction:column;gap:6px;display:flex;overflow-y:auto}.hint-word{grid-template-columns:repeat(5,28px);justify-content:center;gap:4px;display:grid}.hint-word .tile{border-radius:4px;width:28px;height:28px;font-size:15px}@media (width<=760px),(pointer:coarse){.play-layout{grid-template-columns:auto auto auto}.hint-panel{width:112px;max-height:260px;padding:8px 6px}.hint-word{grid-template-columns:repeat(5,18px);gap:2px}.hint-word .tile{border-radius:3px;width:18px;height:18px;font-size:11px}.hint-title{font-size:11px}.hint-count{font-size:10px}.scoreboard-modal{width:calc(100vw - 12px);max-width:calc(100vw - 12px);max-height:190px}.scoreboard-home{gap:5px;padding:8px}.scoreboard-home button{padding:8px 4px;font-size:10px}}@media (hover:none){button:hover:not(:disabled),#newWordButton:hover:not(:disabled){background:var(--button)}.key:hover{background:#818384}}@media (width<=760px),(pointer:coarse){body{padding:10px 6px}.app{gap:10px;max-width:100%}.title{margin:0;font-size:24px}.subtitle{margin-top:-8px;font-size:12px}.play-layout{grid-template-columns:auto auto;justify-content:center;align-items:start;gap:8px;width:100%;display:grid}.main-column{gap:10px}.goal-word,.row{grid-template-columns:repeat(5,42px);gap:4px}.row{padding:4px}.tile{width:42px;height:42px;font-size:23px}.side-panel{gap:8px;width:112px;margin-left:0}.side-section{width:112px}#newWordButton{width:100%;padding:9px 6px;font-size:12px}.helper-panel,.score-card{width:112px;padding:8px 6px}.helper-title{margin-bottom:6px;font-size:11px}.helper-grid{gap:4px}.helper-row{grid-template-columns:repeat(5,18px);gap:2px}.helper-tile{border-radius:3px;width:18px;height:18px;font-size:11px}.score-label{font-size:11px}.score{font-size:22px}.breakdown{font-size:10px;line-height:1.25}.keyboard{display:flex}.scoreboard-buttons{gap:6px;width:112px}.scoreboard-buttons button{padding:8px 6px;font-size:11px}}
