.debug{padding:16px;max-width:1400px;margin:0 auto;color:#1a1a1a}.debug__title{margin:0 0 4px;font-size:1.4rem}.debug__subtitle{margin:0 0 16px;color:#555;font-size:.9rem}.debug__layout{display:grid;grid-template-columns:300px 1fr;gap:20px;align-items:start}@media (max-width: 800px){.debug__layout{grid-template-columns:1fr}}.debug__panel{position:sticky;top:12px;background:#f6f7f9;border:1px solid #dfe2e7;border-radius:10px;padding:14px;display:flex;flex-direction:column;gap:10px}.debug__control{display:flex;flex-direction:column;gap:3px;font-size:.82rem}.debug__control-row{display:flex;justify-content:space-between;align-items:center;font-weight:600}.debug__control input[type=range]{width:100%}.debug__control-value{font-variant-numeric:tabular-nums;color:#2563eb}.debug__search{width:100%;padding:6px 8px;border:1px solid #cbd2da;border-radius:6px;font-size:.85rem;box-sizing:border-box}.debug__button{padding:6px 10px;border:1px solid #cbd2da;border-radius:6px;background:#fff;cursor:pointer;font-size:.82rem}.debug__button:hover{background:#eef1f5}.debug__json{background:#0f172a;color:#e2e8f0;padding:10px;border-radius:8px;font-size:.72rem;overflow-x:auto;margin:0;white-space:pre}.debug__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px}.debug__card{border:1px solid #e2e5ea;border-radius:10px;padding:10px;background:#fff;display:flex;flex-direction:column;gap:8px}.debug__card-name{font-weight:600;font-size:.9rem}.debug__card-code{color:#888;font-weight:400;font-size:.78rem}.debug__flag-img{width:100%;height:auto;border:1px solid #e2e5ea;border-radius:4px;display:block}.debug__pies{display:flex;gap:12px;justify-content:space-around;flex-wrap:wrap}.debug__pie-block{display:flex;flex-direction:column;align-items:center;gap:2px;font-size:.72rem;color:#666}.debug__colors{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px;font-size:.75rem;font-variant-numeric:tabular-nums}.debug__color{display:flex;align-items:center;gap:6px}.debug__swatch{width:14px;height:14px;border-radius:3px;border:1px solid rgba(0,0,0,.2);flex:none}.debug__color-hex{font-family:monospace}.debug__color-pct{margin-left:auto;color:#555}.debug__count{font-size:.82rem;color:#555;margin:0 0 8px}:root{--bg: #0f172a;--surface: #1e293b;--surface-2: #334155;--text: #f1f5f9;--muted: #94a3b8;--accent: #38bdf8;--won: #4ade80;--wrong: #f87171;--border: #475569;color-scheme:dark}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}.app{max-width:640px;margin:0 auto;padding:1.5rem 1rem 3rem}.app__header{margin-bottom:1.5rem}.app__header-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.app__titles{text-align:left}.sound-toggle{display:inline-flex;align-items:center;gap:.4rem;flex:0 0 auto;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:10px;padding:.45rem .7rem;font-size:.85rem;font-weight:600;cursor:pointer}.sound-toggle:hover{border-color:var(--accent)}.sound-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.app__header-actions{display:flex;align-items:center;gap:.5rem;flex:0 0 auto}.menu-btn{display:inline-flex;align-items:center;gap:.4rem;flex:0 0 auto;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:10px;padding:.45rem .7rem;font-size:.85rem;cursor:pointer}.menu-btn:hover{border-color:var(--accent)}.menu-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.app__title{font-size:1.75rem;margin:0}.app__subtitle{color:var(--muted);margin:.25rem 0 0}.app__empty{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem;text-align:center}.app__empty code{background:var(--surface-2);padding:.1rem .35rem;border-radius:4px;font-size:.85em}.start-screen{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.25rem;display:flex;flex-direction:column;gap:1.25rem}.start-screen__group{border:none;margin:0;padding:0}.start-screen__legend{font-weight:700;color:var(--accent);margin-bottom:.6rem;padding:0;display:block}.start-screen__options{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.6rem}.start-screen__option{display:flex;flex-direction:column;gap:.15rem;background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:.6rem .75rem;cursor:pointer}.start-screen__option:hover{border-color:var(--accent)}.start-screen__option--active{border-color:var(--accent);background:#38bdf81f}.start-screen__option input{position:absolute;opacity:0;width:1px;height:1px}.start-screen__option:focus-within{outline:2px solid var(--accent);outline-offset:2px}.start-screen__option-label{font-weight:600}.start-screen__option-hint{font-size:.78rem;color:var(--muted)}.start-screen__select{width:100%;padding:.6rem .75rem;font-size:1rem;background:var(--bg);color:var(--text);border:1px solid var(--border);border-radius:10px}.start-screen__select:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.start-screen__warning{color:var(--wrong);font-size:.9rem;margin:0}.start-screen__play{align-self:flex-start}.start-screen__play:disabled{opacity:.5;cursor:not-allowed}.progress-bar{height:8px;background:var(--surface-2);border-radius:999px;overflow:hidden;margin-bottom:.75rem}.progress-bar__fill{height:100%;background:var(--accent);border-radius:999px;transition:width .25s ease}.game-screen__meta{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem;min-height:1.4rem}.streak{font-size:.9rem;color:var(--muted)}.streak strong{color:var(--won)}.timer{font-variant-numeric:tabular-nums;font-weight:700;color:var(--accent)}.timer--urgent{color:var(--wrong)}.game-screen{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.25rem}.game-screen__header{display:flex;justify-content:space-between;align-items:center;font-weight:600;margin-bottom:1rem}.game-screen__score{color:var(--accent)}.game-screen__chart{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.25rem;margin-bottom:1rem}.pie-chart{flex:0 0 auto}.game-screen__attempts{text-align:center;color:var(--muted);margin:.5rem 0}.feedback{text-align:center;font-weight:600;margin:.5rem 0;padding:.5rem;border-radius:8px}.feedback--wrong{color:var(--wrong);background:#f871711f}.feedback--won{color:var(--won);background:#4ade801f}.feedback--lost{color:var(--wrong);background:#f871711f}.game-screen__reveal{display:flex;flex-direction:column;align-items:center;gap:1rem}.hints{background:#38bdf814;border:1px solid var(--border);border-radius:10px;padding:.6rem .9rem;margin:.5rem 0}.hints__title{margin:0 0 .35rem;font-weight:600;color:var(--accent);font-size:.9rem}.hints__list{margin:0;padding-left:1.1rem}.hints__item{color:var(--text);font-size:.9rem;padding:.1rem 0}.wrong-guesses{margin:.5rem 0}.wrong-guesses__title{margin:0 0 .4rem;font-size:.85rem;color:var(--muted)}.wrong-guesses__list{display:flex;flex-wrap:wrap;gap:.6rem}.flag-thumb{display:flex;flex-direction:column;align-items:center;gap:.2rem;width:64px}.flag-thumb__img{width:48px;height:auto;border-radius:3px;border:1px solid var(--border);display:block}.flag-thumb__fallback{width:48px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--surface-2);border-radius:3px;font-size:.7rem;font-weight:700}.flag-thumb__name{font-size:.68rem;color:var(--muted);text-align:center;line-height:1.2;word-break:break-word}.flag-reveal{text-align:center}.flag-reveal__img{width:160px;height:auto;border-radius:6px;border:1px solid var(--border);display:block;margin:0 auto}.flag-reveal__fallback{width:160px;padding:1.5rem .5rem;background:var(--surface-2);border-radius:6px;margin:0 auto;font-weight:600}.flag-reveal__name{font-size:1.25rem;font-weight:700;margin:.5rem 0 0}.country-selector{margin-top:.5rem}.country-selector__label{display:block;font-size:.85rem;color:var(--muted);margin-bottom:.35rem}.country-selector__combobox{position:relative}.country-selector__input{width:100%;padding:.7rem .9rem;font-size:1rem;background:var(--bg);color:var(--text);border:1px solid var(--border);border-radius:10px}.country-selector__input:focus{outline:2px solid var(--accent);outline-offset:1px}.country-selector__list{position:absolute;z-index:10;top:calc(100% + 4px);left:0;right:0;margin:0;padding:.25rem;list-style:none;background:var(--surface-2);border:1px solid var(--border);border-radius:10px;max-height:260px;overflow-y:auto;box-shadow:0 10px 30px #0006}.country-selector__option{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem;padding:.55rem .7rem;border-radius:7px;cursor:pointer}.country-selector__option--active{background:var(--accent);color:#0b1220}.country-selector__option-en{font-size:.78rem;color:var(--muted)}.country-selector__option--active .country-selector__option-en{color:#0b1220}.btn{font-size:1rem;font-weight:600;padding:.7rem 1.4rem;border-radius:10px;border:none;cursor:pointer}.btn--primary{background:var(--accent);color:#0b1220}.btn--primary:hover{filter:brightness(1.08)}.btn:focus-visible{outline:2px solid var(--text);outline-offset:2px}.end-screen{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.5rem;text-align:center}.end-screen__title{margin-top:0}.end-screen__score{font-size:1.5rem}.end-screen__score strong{color:var(--accent)}.end-screen__detail{color:var(--muted)}.end-screen__recap{list-style:none;padding:0;margin:1rem 0;text-align:left;max-height:300px;overflow-y:auto}.end-screen__recap-item{display:flex;align-items:center;gap:.5rem;padding:.35rem .5rem;border-bottom:1px solid var(--border)}.end-screen__recap-num{color:var(--muted);min-width:1.75rem}.end-screen__recap-name{flex:1}.end-screen__recap-pts{font-variant-numeric:tabular-nums;font-weight:600}.end-screen__recap-pts--won{color:var(--won)}.end-screen__recap-pts--lost{color:var(--muted)}@keyframes flash-correct{0%{box-shadow:0 0 #4ade8000}30%{box-shadow:0 0 0 6px #4ade8073}to{box-shadow:0 0 #4ade8000}}@keyframes shake-wrong{0%,to{transform:translate(0)}20%{transform:translate(-8px)}40%{transform:translate(8px)}60%{transform:translate(-5px)}80%{transform:translate(5px)}}.game-screen__chart--correct{border-radius:12px;animation:flash-correct .6s ease-out}.game-screen__chart--wrong{animation:shake-wrong .4s ease-in-out}@media (prefers-reduced-motion: reduce){.game-screen__chart--correct,.game-screen__chart--wrong{animation:none}.progress-bar__fill{transition:none}}.feedback-region{min-height:.5rem}.game-screen__controls{display:flex;flex-direction:column;gap:.6rem}.game-screen__skip{align-self:center}.btn--ghost{background:transparent;color:var(--text);border:1px solid var(--border)}.btn--ghost:hover{border-color:var(--accent)}.btn--small{font-size:.85rem;padding:.45rem .9rem}.btn--danger{background:var(--wrong);color:#1a0000}.end-screen__stats{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin:1rem 0}.end-screen__stat{background:var(--surface-2);border-radius:10px;padding:.6rem 1rem;min-width:6rem}.end-screen__stat dt{font-size:.75rem;color:var(--muted);margin:0}.end-screen__stat dd{margin:.2rem 0 0;font-size:1.2rem;font-weight:700;color:var(--accent)}.end-screen__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem}.end-screen__reset{margin-top:1rem}.end-screen__confirm{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem;font-size:.9rem;color:var(--muted)}@media (max-width: 420px){.game-screen__chart{flex-direction:column}.app__title{font-size:1.5rem}.app__header-top{flex-direction:column;align-items:stretch}.start-screen__options{grid-template-columns:1fr}}
