/* Live board status: compact, noticeable, and reserved for gameplay state. */
.board-feedback[hidden]{display:none!important}
.board-feedback.is-progress{width:fit-content;max-width:calc(100% - 32px);min-height:40px;margin:9px auto 12px;padding:5px 6px 5px 12px;display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid rgba(40,201,245,.26);border-radius:999px;background:linear-gradient(135deg,rgba(115,87,255,.10),rgba(40,201,245,.065));box-shadow:0 7px 20px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.025);color:var(--muted);font-size:10px;line-height:1;text-align:left}
.board-progress-step{font-weight:750;white-space:nowrap}.board-progress-step b{color:#f4f7ff;font-size:12px;font-variant-numeric:tabular-nums}
.board-progress-next{min-height:28px;padding:0 9px;display:inline-flex;align-items:center;gap:5px;border:1px solid rgba(40,201,245,.34);border-radius:999px;background:rgba(40,201,245,.09);color:#bfefff;font-weight:800;white-space:nowrap}.board-progress-next b{color:#f3fdff;font-size:13px;font-variant-numeric:tabular-nums;text-shadow:0 0 10px rgba(40,201,245,.25)}
@media(max-width:620px){.board-feedback.is-progress{max-width:calc(100% - 20px);gap:6px;padding-left:9px;font-size:9px}.board-progress-next{min-height:26px;padding-inline:7px}}
