/* Shared lobby actions: readable labels, colour plus explicit state, generous touch targets. */
.binx-launch{box-sizing:border-box;position:sticky;top:66px;z-index:20;padding:12px;margin:10px 0 14px;background:#08182b;border:1px solid #58ddec88;border-radius:14px;box-shadow:0 5px 18px #0006;text-align:left}
.binx-launch[hidden],.binx-launch button[hidden]{display:none!important}
.binx-launch-buttons{display:flex;flex-wrap:wrap;gap:10px;align-items:stretch}
.binx-launch-buttons>button{flex:1 1 150px;min-width:0;min-height:54px!important;margin:0!important;padding:13px 16px!important;border:2px solid transparent!important;border-radius:10px!important;font:900 14px/1.3 system-ui!important;letter-spacing:.035em;white-space:normal!important;box-shadow:none!important;cursor:pointer;opacity:1!important}
.binx-launch .binx-ready-action{background:#50e3f2!important;color:#04202a!important;border-color:#a3f7ff!important}
.binx-launch .binx-ready-action[aria-pressed="true"]{background:#a5f4be!important;color:#073321!important;border-color:#d8ffe6!important}
.binx-launch .binx-start-action{background:#ffd45b!important;color:#2c1e00!important;border-color:#ffedb3!important}
.binx-launch button:disabled{background:#283d55!important;color:#d4dfec!important;border-color:#546d86!important;cursor:not-allowed}
.binx-launch #coopReady[aria-pressed="true"]:disabled{background:#a5f4be!important;color:#073321!important;border-color:#d8ffe6!important}
.binx-launch button:focus-visible{outline:3px solid #fff!important;outline-offset:3px}
.binx-launch-note{margin:10px 2px 0!important;color:#dbeeff!important;font:500 13px/1.5 system-ui!important;letter-spacing:normal!important}
#binxLobby .bl-actions{grid-template-columns:repeat(2,minmax(0,1fr))}
#binxLobby .bl-stage:empty{display:none}
#binxLobby .bl-start-controls{margin-top:0}
.face-lobby #faceLobbySlots,.face-lobby .face-start-zone{display:none}
@media(max-width:480px){.binx-launch{padding:10px;top:60px}.binx-launch-buttons{gap:8px}.binx-launch-buttons>button{flex-basis:100px;padding:12px 8px!important;font-size:13px!important}.binx-launch-note{font-size:12px!important}}
@media(prefers-reduced-motion:reduce){.binx-launch *{transition:none!important}}
