#lbu-game *{box-sizing:border-box;margin:0;padding:0}#lbu-game{font-family:'Nunito',system-ui,sans-serif;background:#f96e8a;display:flex;flex-direction:column;border-radius:10px;overflow:hidden;position:relative}#lbu-game .lbu-tabs-bar{background:#f4f4f6;border-bottom:1px solid #e8e8ec;padding:9px 14px;display:flex;gap:7px;justify-content:center;flex-wrap:wrap}#lbu-game .lbu-tab{padding:9px 18px;border-radius:9px;border:1.5px solid #ddd;background:#fff;font-family:'Nunito',sans-serif;font-weight:700;font-size:.82rem;cursor:pointer;color:#444;transition:all .14s;display:flex;align-items:center;gap:5px;white-space:nowrap;box-shadow:0 1px 4px rgb(0 0 0 / .06)}#lbu-game .lbu-tab:hover{border-color:#f96e8a;color:#f96e8a}#lbu-game .lbu-tab.lbu-active{background:#f96e8a;color:#fff;border-color:#f96e8a;box-shadow:0 2px 8px rgb(249 110 138 / .35)}#lbu-game .lbu-main{display:flex;flex-direction:column;align-items:center;padding:12px 8px 36px}#lbu-game .lbu-rule-hint{font-size:.73rem;color:rgb(0 0 0 / .38);margin-bottom:6px;text-align:center;font-weight:600;letter-spacing:.01em}#lbu-game .lbu-board-wrap{width:min(480px, 96%);margin-bottom:4px;flex-shrink:0}#lbu-game svg.lbu-bsvg{width:100%;height:auto;display:block;overflow:visible}#lbu-game .lbu-box-ln{fill:none;stroke:#2a2a3e;stroke-width:2.8;stroke-linejoin:round}#lbu-game .lbu-conn-ln{stroke:rgb(74 127 193 / .55);stroke-width:2.4;stroke-linecap:round}#lbu-game .lbu-ldot{fill:#fff;stroke:#ccc;stroke-width:1.5;cursor:pointer;transition:fill .12s}#lbu-game .lbu-ldot:hover{fill:#f0f0f0}#lbu-game .lbu-ldot.lbu-sel{fill:#5b9bd5;stroke:#4a7fc1;stroke-width:2}#lbu-game .lbu-ldot.lbu-used{fill:#d4edda;stroke:#81c784;stroke-width:1.5}#lbu-game .lbu-ldot.lbu-req{stroke:#f96e8a;stroke-width:2.5;stroke-dasharray:5 3}#lbu-game .lbu-llbl{font-family:'Nunito',sans-serif;font-weight:800;fill:#2a2a3e;cursor:pointer;user-select:none;pointer-events:none;transition:fill .12s}#lbu-game .lbu-llbl.lbu-sel{fill:#5b9bd5}#lbu-game .lbu-llbl.lbu-used{fill:#4caf50}#lbu-game .lbu-llbl.lbu-req{fill:#f96e8a}#lbu-game .lbu-cur-word-wrap{text-align:center;min-height:52px;display:flex;align-items:center;justify-content:center;margin-bottom:4px}#lbu-game .lbu-cur-word-text{font-size:clamp(1.6rem, 6vw, 2.2rem);font-weight:900;color:#1a1a2e;letter-spacing:.18em}#lbu-game .lbu-cur-placeholder{font-size:.85rem;font-weight:600;color:rgb(0 0 0 / .3)}#lbu-game .lbu-words-section{text-align:center;margin-bottom:4px}#lbu-game .lbu-words-label{font-size:.9rem;font-weight:700;color:rgb(0 0 0 / .45);margin-bottom:4px}#lbu-game .lbu-words-chain{display:flex;flex-wrap:wrap;gap:5px;justify-content:center;min-height:22px}#lbu-game .lbu-wchip{font-weight:700;font-size:.8rem;color:#1a1a2e;background:rgb(255 255 255 / .7);padding:3px 10px;border-radius:20px}#lbu-game .lbu-warr{color:rgb(0 0 0 / .3);font-size:.75rem}#lbu-game .lbu-used-counter{font-size:.88rem;font-weight:700;color:rgb(0 0 0 / .45);text-align:center;margin-bottom:6px}#lbu-game .lbu-used-counter b{color:#1a1a2e;font-weight:900}#lbu-game .lbu-msg{font-size:.76rem;font-weight:700;color:rgb(0 0 0 / .5);min-height:18px;text-align:center;margin-bottom:5px}#lbu-game .lbu-msg.lbu-e{color:#c0392b}#lbu-game .lbu-msg.lbu-o{color:#1a6b35}#lbu-game .lbu-msg.lbu-i{color:#7b5e00}#lbu-game .lbu-btns-row{display:flex;gap:6px;flex-wrap:wrap;justify-content:center;margin-bottom:8px;max-width:min(480px, 96%)}#lbu-game .lbu-btn{padding:9px 14px;border-radius:9px;border:none;font-family:'Nunito',sans-serif;font-weight:700;font-size:.8rem;cursor:pointer;transition:all .14s;white-space:nowrap;box-shadow:0 2px 8px rgb(0 0 0 / .1);line-height:1}#lbu-game .lbu-btn:active{transform:scale(.97)}#lbu-game .lbu-btn-del{background:#fff;color:#e05252;border:1.5px solid rgb(255 255 255 / .6)}#lbu-game .lbu-btn-del:hover{background:#fee}#lbu-game .lbu-btn-enter{background:#1a1a2e;color:#fff}#lbu-game .lbu-btn-enter:hover{background:#2e2e44}#lbu-game .lbu-btn-enter:disabled{opacity:.4;cursor:not-allowed}#lbu-game .lbu-btn-reset{background:rgb(255 255 255 / .35);color:#fff;border:1.5px solid rgb(255 255 255 / .5)}#lbu-game .lbu-btn-reset:hover{background:rgb(255 255 255 / .5)}#lbu-game .lbu-btn-new{background:rgb(255 255 255 / .85);color:#333}#lbu-game .lbu-btn-new:hover{background:#fff}#lbu-game .lbu-btn-hint{background:rgb(255 255 255 / .35);color:#fff;border:1.5px solid rgb(255 255 255 / .5)}#lbu-game .lbu-btn-hint:hover{background:rgb(255 255 255 / .5)}#lbu-game .lbu-kbd{font-size:.62rem;color:rgb(0 0 0 / .35);text-align:center;margin:-2px 0 8px;font-weight:600}#lbu-game .lbu-stats-row{display:flex;gap:0;background:rgb(255 255 255 / .25);border-radius:11px;overflow:hidden;margin-bottom:8px;width:min(360px, 90%)}#lbu-game .lbu-stt{flex:1;text-align:center;padding:7px 8px;border-right:1px solid rgb(255 255 255 / .25)}#lbu-game .lbu-stt:last-child{border-right:none}#lbu-game .lbu-stt b{display:block;font-size:.9rem;font-weight:800;color:#1a1a2e}#lbu-game .lbu-stt span{font-size:.58rem;color:rgb(0 0 0 / .4);text-transform:uppercase;letter-spacing:.07em}#lbu-game .lbu-hint-panel{background:rgb(255 255 255 / .95);border-radius:13px;padding:12px 16px;max-width:min(380px, 92%);width:100%;margin-bottom:8px;display:none;box-shadow:0 4px 20px rgb(0 0 0 / .12)}#lbu-game .lbu-hint-panel.lbu-open{display:block}#lbu-game .lbu-hint-ttl{font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;color:#f96e8a;font-weight:800;margin-bottom:4px}#lbu-game .lbu-hint-body{font-size:.82rem;color:#333;line-height:1.55;min-height:18px}#lbu-game .lbu-hlvls{display:flex;gap:5px;margin-top:8px;flex-wrap:wrap}#lbu-game .lbu-hlv{font-size:.7rem;padding:4px 11px;border-radius:7px;border:1.5px solid #f96e8a;color:#f96e8a;background:#fff;cursor:pointer;font-weight:700;transition:all .13s}#lbu-game .lbu-hlv:hover,#lbu-game .lbu-hlv.lbu-act{background:#f96e8a;color:#fff}#lbu-game details.lbu-rules{background:rgb(255 255 255 / .2);border-radius:11px;padding:8px 14px;max-width:min(380px,92%);width:100%;font-size:.73rem}#lbu-game details.lbu-rules summary{color:rgb(0 0 0 / .5);cursor:pointer;font-weight:700;user-select:none}#lbu-game details.lbu-rules ul{margin-top:6px;padding-left:16px;color:rgb(0 0 0 / .5);line-height:1.9}#lbu-game details.lbu-rules li b{color:#1a1a2e}#lbu-game .lbu-win-bg{position:fixed;inset:0;background:rgb(0 0 0 / .72);display:none;align-items:center;justify-content:center;z-index:999999;backdrop-filter:blur(5px)}#lbu-game .lbu-win-bg.lbu-open{display:flex}#lbu-game .lbu-win-card{background:#fff;border-radius:22px;padding:28px 22px;text-align:center;max-width:300px;width:90%;animation:lbuUp .3s cubic-bezier(.34,1.56,.64,1)}@keyframes lbuUp{from{transform:translateY(32px) scale(.88);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}#lbu-game .lbu-we{font-size:2.6rem;margin-bottom:6px}#lbu-game .lbu-wh{font-size:1.5rem;font-weight:900;color:#f96e8a;margin-bottom:4px}#lbu-game .lbu-wi{font-size:.84rem;color:#888;margin-bottom:12px;line-height:1.6}#lbu-game .lbu-wwords{display:flex;flex-wrap:wrap;gap:5px;justify-content:center;margin-bottom:16px}#lbu-game .lbu-ww{font-weight:700;font-size:.8rem;color:#fff;background:#f96e8a;padding:3px 11px;border-radius:20px}@media (max-width:420px){#lbu-game .lbu-tab{padding:7px 10px;font-size:.74rem}#lbu-game .lbu-btn{padding:8px 10px;font-size:.74rem}}