.scope-wordle *{box-sizing:border-box;margin:0;padding:0}.scope-wordle{--bg:#0b0d10;--panel:#14181d;--panel-2:#1b2128;--line:#242a33;--text:#e7ecf3;--muted:#8a93a3;--accent:#43b6b6;--accent-2:#2fa39f;--listen:#34d3a3;--think:#f6c344;--speak:#43b6b6;--danger:#ff5e5e;--correct:#4caf6f;--present:#c9a83f;--absent:#3a4149}.scope-wordle{height:100%}.scope-wordle{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Instrument Sans,Arial,sans-serif;font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}.scope-wordle .app{max-width:480px;margin:0 auto;height:100dvh;display:flex;flex-direction:column;background:var(--panel);border-left:1px solid var(--line);border-right:1px solid var(--line)}.scope-wordle .header{padding:16px 20px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:12px}.scope-wordle .header .logo{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,var(--accent),var(--accent-2));display:flex;align-items:center;justify-content:center;font-weight:700;color:#0b0d10}.scope-wordle .header .title{font-weight:600;font-size:15px}.scope-wordle .header .subtitle{font-size:12px;color:var(--muted)}.scope-wordle .status-pill{margin-left:auto;font-size:11px;text-transform:uppercase;letter-spacing:.06em;padding:4px 10px;border-radius:999px;background:var(--panel-2);color:var(--muted);display:flex;align-items:center;gap:6px;flex-shrink:0}.scope-wordle .status-pill .dot{width:8px;height:8px;border-radius:50%;background:var(--muted)}.scope-wordle .status-pill[data-state=listening] .dot{background:var(--listen);animation:pulse 1.2s infinite}.scope-wordle .status-pill[data-state=thinking] .dot{background:var(--think);animation:pulse 1.2s infinite}.scope-wordle .status-pill[data-state=speaking] .dot{background:var(--speak);animation:pulse .8s infinite}.scope-wordle .status-pill[data-state=listening]{color:var(--listen)}.scope-wordle .status-pill[data-state=thinking]{color:var(--think)}.scope-wordle .status-pill[data-state=speaking]{color:var(--speak)}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.4);opacity:.6}}.scope-wordle .change-key{background:none;border:none;color:var(--muted);font-size:11px;cursor:pointer;padding:0;flex-shrink:0}.scope-wordle .change-key:hover{color:var(--accent)}.scope-wordle .gate{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:32px 24px;gap:6px}.scope-wordle .gate-title{font-size:22px;font-weight:700}.scope-wordle .gate-subtitle{font-size:13px;color:var(--muted);max-width:320px;margin-bottom:18px}.scope-wordle .gate-subtitle a{color:var(--accent)}.scope-wordle .gate-form{display:flex;flex-direction:column;gap:10px;width:100%;max-width:280px}.scope-wordle .gate-input{background:var(--panel-2);border:1px solid var(--line);border-radius:10px;padding:12px 14px;color:var(--text);font:inherit;outline:none;text-align:center}.scope-wordle .gate-input:focus{border-color:var(--accent)}.scope-wordle .gate-submit{background:var(--accent);color:#0b0d10;border:none;border-radius:10px;padding:12px 14px;font-weight:700;cursor:pointer}.scope-wordle .gate-submit:hover{background:var(--accent-2)}.scope-wordle .gate-submit:disabled{background:var(--panel-2);color:var(--muted);cursor:not-allowed}.scope-wordle .gate-error{margin-top:16px;max-width:300px;color:var(--danger);font-size:12px;background:rgba(255,94,94,.1);border:1px solid rgba(255,94,94,.3);border-radius:8px;padding:10px 12px}.scope-wordle .gate-note{margin-top:20px;max-width:300px;color:var(--muted);font-size:11px}.scope-wordle .main{flex:1 1;padding:20px 16px;display:flex;flex-direction:column;align-items:center;gap:20px}.scope-wordle .banner{color:var(--muted);text-align:center;max-width:340px}.scope-wordle .banner.result{font-weight:600;font-size:15px}.scope-wordle .banner.lose{color:var(--danger)}.scope-wordle .board{display:flex;flex-direction:column;gap:6px}.scope-wordle .row{display:flex;gap:6px}.scope-wordle .tile{width:52px;height:52px;border:2px solid var(--line);border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:24px;text-transform:uppercase;color:var(--text);background:var(--panel-2);transition:transform .15s,background .2s,border-color .2s}.scope-wordle .tile[data-filled=true]{border-color:#3a4250}.scope-wordle .tile[data-status=correct]{background:var(--correct);border-color:var(--correct);color:#0b0d10}.scope-wordle .tile[data-status=present]{background:var(--present);border-color:var(--present);color:#0b0d10}.scope-wordle .tile[data-status=absent]{color:var(--muted)}.scope-wordle .tile[data-just-in=true]{animation:pop .15s ease-out}@keyframes pop{0%{transform:scale(1)}50%{transform:scale(1.08)}to{transform:scale(1)}}.scope-wordle .keyboard{display:flex;flex-direction:column;align-items:center}.scope-wordle .kb-row{display:flex;gap:4px}.scope-wordle .key{min-width:26px;height:34px;background:var(--panel-2);color:var(--muted);font-size:12px;font-weight:600;text-transform:uppercase;display:flex;align-items:center;justify-content:center}.scope-wordle .key[data-status=correct]{background:var(--correct);color:#0b0d10}.scope-wordle .key[data-status=present]{background:var(--present);color:#0b0d10}.scope-wordle .key[data-status=absent]{color:#545c66}.scope-wordle .controls{display:flex;flex-direction:column;align-items:center;gap:10px}.scope-wordle .new-game{background:none;border:1px solid var(--line);color:var(--accent);border-radius:999px;padding:8px 18px;font-size:13px;font-weight:600;cursor:pointer}.scope-wordle .new-game:hover{border-color:var(--accent);background:var(--panel-2)}.scope-wordle .replay{background:none;border:none;color:var(--accent);cursor:pointer;font-size:11px;padding:0;display:flex;align-items:center;gap:4px}.scope-wordle .replay:hover{color:var(--accent-2)}.scope-wordle .replay:disabled{opacity:.4;cursor:not-allowed}.scope-wordle .composer{border-top:1px solid var(--line);padding:12px;display:flex;gap:10px;align-items:center}.scope-wordle .composer .input{flex:1 1;background:var(--panel-2);border:1px solid var(--line);border-radius:999px;padding:10px 16px;color:var(--text);font:inherit;outline:none}.scope-wordle .composer .input:focus{border-color:var(--accent)}.scope-wordle .composer .input::placeholder{color:var(--muted)}.scope-wordle .composer .input.live{color:var(--listen)}.scope-wordle .mic{width:44px;height:44px;border-radius:50%;background:var(--panel-2);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;color:var(--text);cursor:pointer;transition:all .15s;flex-shrink:0}.scope-wordle .mic:hover{border-color:var(--accent);color:var(--accent)}.scope-wordle .mic[data-active=true]{background:var(--danger);border-color:var(--danger);color:#fff;animation:micPulse 1s infinite}.scope-wordle .mic:disabled{opacity:.4;cursor:not-allowed;animation:none}@keyframes micPulse{0%,to{box-shadow:0 0 0 0 rgba(255,94,94,.5)}50%{box-shadow:0 0 0 10px rgba(255,94,94,0)}}.scope-wordle .send{width:44px;height:44px;border-radius:50%;background:var(--accent);color:#0b0d10;border:none;cursor:pointer;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-weight:700}.scope-wordle .send:hover{background:var(--accent-2)}.scope-wordle .send:disabled{background:var(--panel-2);color:var(--muted);cursor:not-allowed}.scope-wordle .waveform{display:flex;gap:2px;align-items:center;height:16px}.scope-wordle .waveform span{width:2px;background:var(--listen);border-radius:1px;animation:wave .9s ease-in-out infinite}.scope-wordle .waveform span:first-child{animation-delay:0s;height:30%}.scope-wordle .waveform span:nth-child(2){animation-delay:.1s;height:60%}.scope-wordle .waveform span:nth-child(3){animation-delay:.2s;height:100%}.scope-wordle .waveform span:nth-child(4){animation-delay:.3s;height:60%}.scope-wordle .waveform span:nth-child(5){animation-delay:.4s;height:30%}@keyframes wave{0%,to{transform:scaleY(.4)}50%{transform:scaleY(1)}}.scope-wordle .footer-note{padding:8px 16px 14px;color:var(--muted);text-align:center}.scope-wordle{--bg:#f3f4f0;--panel:#fff;--panel-2:#f5f6f3;--line:#e6e7e2;--text:#161616;--muted:#6c726c;--accent:#16a34a;--accent-2:#22c55e;--listen:#16a34a;--think:#d9a400;--speak:#16a34a;--danger:#ef4444;--correct:#16a34a;--present:#d9a400;--absent:#b7bcb4;background:radial-gradient(560px 480px at 10% 22%,rgba(34,197,94,.1),transparent 62%),radial-gradient(680px 560px at 92% 78%,rgba(34,197,94,.08),transparent 60%),linear-gradient(180deg,#fafaf7,var(--bg));background-attachment:fixed}.scope-wordle .app{background:transparent;border-left:none;border-right:none;max-width:520px}.scope-wordle .header{background:hsla(0,0%,100%,.78);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.scope-wordle .header .logo{background:linear-gradient(135deg,var(--accent-2),var(--accent));box-shadow:0 4px 12px rgba(34,197,94,.28)}.scope-wordle .tile{background:var(--panel);border-color:var(--line);box-shadow:0 1px 2px hsla(0,0%,8%,.04)}.scope-wordle .tile[data-filled=true]{border-color:#c9cdc4}.scope-wordle .tile[data-status=absent]{background:var(--absent);border-color:var(--absent)}.scope-wordle .key{background:var(--panel);border:1px solid var(--line);color:var(--text);box-shadow:0 1px 2px hsla(0,0%,8%,.05)}.scope-wordle .key[data-status=correct]{border-color:var(--correct)}.scope-wordle .key[data-status=present]{border-color:var(--present)}.scope-wordle .key[data-status=absent]{background:var(--absent);border-color:var(--absent)}.scope-wordle .mic{box-shadow:0 8px 22px rgba(34,197,94,.28);color:#fff}.scope-wordle .send{color:#fff}.scope-wordle .new-game{background:var(--panel);box-shadow:0 1px 2px hsla(0,0%,8%,.05)}.scope-wordle .banner.win{color:var(--correct)}.scope-wordle .start-screen{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px}.scope-wordle .start-tiles{display:flex;gap:7px}.scope-wordle .start-tile{width:52px;height:52px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:26px;background:var(--panel);border:2px solid var(--line);color:var(--text);animation:pop .25s ease-out backwards}.scope-wordle .start-tile:nth-child(2){animation-delay:.06s}.scope-wordle .start-tile:nth-child(3){animation-delay:.12s}.scope-wordle .start-tile:nth-child(4){animation-delay:.18s}.scope-wordle .start-tile:nth-child(5){animation-delay:.24s}.scope-wordle .start-tile[data-kind=hit]{background:var(--correct);border-color:var(--correct);color:#fff}.scope-wordle .start-tile[data-kind=near]{background:var(--present);border-color:var(--present);color:#fff}.scope-wordle .start-lede{max-width:340px;font-size:14px;color:var(--muted)}.scope-wordle .start-cta{background:#161616;color:#fff;border:none;border-radius:14px;padding:14px 44px;font-size:16px;cursor:pointer;transition:all .15s}.scope-wordle .start-cta:hover{transform:translateY(-2px);box-shadow:0 10px 24px hsla(0,0%,8%,.18)}.game-scope.scope-wordle{justify-content:center;align-items:center;padding:24px}.game-scope.scope-wordle>.app{flex:none;max-width:460px;height:auto;max-height:94dvh;margin:0;border:1px solid var(--line);border-radius:24px;box-shadow:0 2px 8px hsla(0,0%,8%,.05),0 24px 60px hsla(0,0%,8%,.12);overflow:hidden;background:hsla(0,0%,100%,.92);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.scope-wordle .header{padding:14px 20px}.scope-wordle .main{gap:16px;padding:18px 16px 8px;overflow-y:auto}.scope-wordle .board,.scope-wordle .row{gap:7px}.scope-wordle .tile{width:56px;height:56px;font-size:26px}.scope-wordle .keyboard{gap:7px;margin-top:2px}.scope-wordle .key{min-width:30px;height:42px;padding:0 6px;font-size:14px}.scope-wordle .composer{padding:12px 16px 16px}.scope-wordle .start-screen{padding:40px 24px;gap:16px}.scope-wordle{--wg-correct:#6aaa64;--wg-present:#c9b458;--wg-absent:#787c7e;--wg-border:#d3d6da;--wg-border-filled:#878a8c;--wg-key:#d3d6da;--wg-ink:#1a1a1b;background:#fff;font-family:Instrument Sans,-apple-system,BlinkMacSystemFont,Arial,sans-serif;color:var(--wg-ink)}.game-scope.scope-wordle{padding:0;justify-content:flex-start;align-items:stretch}.game-scope.scope-wordle>.app{max-width:520px;width:100%;margin:0 auto;border:none;border-radius:0;box-shadow:none;max-height:none}.game-scope.scope-wordle>.app,.scope-wordle .header{background:#fff;-webkit-backdrop-filter:none;backdrop-filter:none}.scope-wordle .header{border-bottom:1px solid var(--wg-border);padding:12px 16px}.scope-wordle .header .logo{width:30px;height:30px;border-radius:6px;background:var(--wg-ink);color:#fff;box-shadow:none;font-size:14px;font-weight:800}.scope-wordle .header .title{font-family:Cooper BT,Cooper Lt BT,serif;font-weight:700;font-size:20px;letter-spacing:-.01em}.scope-wordle .header .subtitle{font-size:11.5px;color:#787c7e}.scope-wordle .change-key{border-color:var(--wg-border);color:#5a5a5a;font-size:12px;font-weight:600}.scope-wordle .change-key:hover{color:var(--wg-ink);border-color:var(--wg-border-filled)}.scope-wordle .status-pill{background:#f4f4f4;border-color:var(--wg-border);color:#787c7e}.scope-wordle .main{gap:14px;padding:20px 16px 6px}.scope-wordle .banner{font-size:13px;color:#787c7e}.scope-wordle .board,.scope-wordle .row{gap:5px}.scope-wordle .tile{width:58px;height:58px;border:2px solid var(--wg-border);border-radius:0;background:#fff;box-shadow:none;font-size:30px;font-weight:700;color:var(--wg-ink);line-height:1}.scope-wordle .tile[data-filled=true]{border-color:var(--wg-border-filled)}.scope-wordle .tile[data-status=correct]{background:var(--wg-correct);border-color:var(--wg-correct);color:#fff}.scope-wordle .tile[data-status=present]{background:var(--wg-present);border-color:var(--wg-present);color:#fff}.scope-wordle .tile[data-status=absent]{background:var(--wg-absent);border-color:var(--wg-absent);color:#fff}.scope-wordle .keyboard{gap:6px}.scope-wordle .kb-row{gap:5px}.scope-wordle .key{background:var(--wg-key);border:none;border-radius:4px;color:var(--wg-ink);font-weight:700;font-size:13px;min-width:31px;height:46px;box-shadow:none}.scope-wordle .key[data-status=correct]{background:var(--wg-correct);color:#fff}.scope-wordle .key[data-status=present]{background:var(--wg-present);color:#fff}.scope-wordle .key[data-status=absent]{background:var(--wg-absent);color:#fff}.scope-wordle .new-game{background:#fff;border:1px solid var(--wg-border-filled);color:var(--wg-ink);font-weight:700;box-shadow:none}.scope-wordle .replay{color:#787c7e}.scope-wordle .composer{border-top:1px solid var(--wg-border)}.scope-wordle .composer .input{border:1px solid var(--wg-border);border-radius:4px;font-weight:600;letter-spacing:.12em}.scope-wordle .composer .input:focus{border-color:var(--wg-border-filled)}.scope-wordle .mic{background:var(--wg-ink);box-shadow:none}.scope-wordle .send{background:var(--wg-ink);border-radius:4px}.scope-wordle .footer-note{color:#a0a0a0;font-size:11px}.scope-wordle .wg-toast{position:fixed;top:78px;left:50%;transform:translateX(-50%);background:var(--wg-ink);color:#fff;font-size:14px;font-weight:700;padding:13px 18px;border-radius:4px;z-index:200;animation:wgToast .14s ease-out;box-shadow:0 4px 14px rgba(0,0,0,.22)}@keyframes wgToast{0%{opacity:0;transform:translate(-50%,-6px)}}.scope-wordle .start-screen{padding:44px 24px;gap:18px}.scope-wordle .start-tile{border-radius:0;border-width:2px;border-color:var(--wg-border);width:54px;height:54px;font-size:28px;font-weight:700}.scope-wordle .start-tile[data-kind=hit]{background:var(--wg-correct);border-color:var(--wg-correct)}.scope-wordle .start-tile[data-kind=near]{background:var(--wg-present);border-color:var(--wg-present)}.scope-wordle .start-lede{color:#5a5a5a;font-size:15px;max-width:360px}.scope-wordle .start-cta{background:var(--wg-ink);border-radius:4px;font-size:15px;font-weight:700;padding:14px 40px}.game-scope.scope-wordle>.app{min-height:100dvh;display:flex;flex-direction:column;max-width:560px}.scope-wordle .main{flex:1 1 auto;justify-content:center;overflow:visible;padding:22px 16px 10px}.scope-wordle .board{margin:0 auto}.scope-wordle .composer,.scope-wordle .keyboard{flex:0 0 auto}@media (min-width:1024px) and (min-height:680px){.scope-wordle .tile{width:56px;height:56px;font-size:29px}.scope-wordle .board,.scope-wordle .row{gap:5px}.scope-wordle .key{min-width:35px;height:46px;font-size:13.5px}.scope-wordle .keyboard{gap:6px}.scope-wordle .kb-row{gap:5px}.scope-wordle .main{gap:10px;padding:12px 16px 4px}.scope-wordle .header{padding:11px 20px}.scope-wordle .header .title{font-size:21px}.scope-wordle .controls{gap:8px}.scope-wordle .composer{padding:8px 16px 10px}.scope-wordle .footer-note{padding:2px 16px 6px;font-size:10.5px}}@media (min-width:1024px) and (min-height:880px){.scope-wordle .tile{width:62px;height:62px;font-size:32px}.scope-wordle .key{min-width:38px;height:50px}.scope-wordle .main{gap:14px;padding:18px 16px 8px}}@media (min-width:1024px) and (min-height:1000px){.scope-wordle .tile{width:66px;height:66px;font-size:34px}.scope-wordle .key{min-width:40px;height:54px}.scope-wordle .main{gap:20px;padding:26px 16px 12px}}