.wghqmm{--bg:#f6f7fb;--surf:#fff;--bd:#e5e7eb;--text:#1f2330;--mut:#6b7280;--accent:#4f46e5;--c1:#ef4444;--c2:#f59e0b;--c3:#10b981;--c4:#3b82f6;--c5:#8b5cf6;--c6:#ec4899;max-width:420px;margin:1.5rem auto;padding:18px;background:var(--bg);border:1px solid var(--bd);border-radius:18px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--text);box-shadow:0 6px 20px rgba(17,24,39,.08);user-select:none}
.wghqmm *{box-sizing:border-box}
.wghqmm__hud{display:flex;gap:10px;align-items:center;background:var(--surf);border:1px solid var(--bd);border-radius:12px;padding:10px 12px;margin-bottom:14px}
.wghqmm__title{font-weight:700;font-size:16px;flex:1}
.wghqmm__btn{border:1px solid var(--bd);background:transparent;font:inherit;font-weight:600;padding:8px 14px;border-radius:10px;cursor:pointer;color:var(--text)}
.wghqmm__btn--p{background:var(--accent);border-color:var(--accent);color:#fff}
.wghqmm__msg{text-align:center;color:var(--mut);font-size:13px;margin-bottom:10px}
.wghqmm__board{display:flex;flex-direction:column;gap:6px;background:var(--surf);border:1px solid var(--bd);border-radius:14px;padding:10px;margin-bottom:10px;min-height:60px}
.wghqmm__row{display:flex;align-items:center;gap:8px}
.wghqmm__pegs{display:flex;gap:6px;flex:1}
.wghqmm__peg{width:28px;height:28px;border-radius:50%;background:#eef0f5;border:1px solid var(--bd)}
.wghqmm__peg.c1{background:var(--c1)}.wghqmm__peg.c2{background:var(--c2)}.wghqmm__peg.c3{background:var(--c3)}.wghqmm__peg.c4{background:var(--c4)}.wghqmm__peg.c5{background:var(--c5)}.wghqmm__peg.c6{background:var(--c6)}
.wghqmm__feedback{display:grid;grid-template-columns:repeat(2,1fr);gap:3px;width:24px;height:24px}
.wghqmm__fb{width:10px;height:10px;border-radius:50%;background:#eef0f5;border:1px solid var(--bd)}
.wghqmm__fb.is-correct{background:#10b981}
.wghqmm__fb.is-present{background:#fbbf24}
.wghqmm__current{display:flex;gap:6px;justify-content:center;margin-bottom:10px}
.wghqmm__palette{display:flex;gap:6px;justify-content:center;margin-bottom:10px}
.wghqmm__palette button{width:36px;height:36px;border-radius:50%;border:2px solid var(--bd);cursor:pointer}
.wghqmm__palette button.c1{background:var(--c1)}.wghqmm__palette button.c2{background:var(--c2)}.wghqmm__palette button.c3{background:var(--c3)}.wghqmm__palette button.c4{background:var(--c4)}.wghqmm__palette button.c5{background:var(--c5)}.wghqmm__palette button.c6{background:var(--c6)}
.wghqmm__actions{display:flex;gap:8px;justify-content:center}
