/* Babou Coach 3.8 — séance rapide */
.guided-live-status{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:10px 0 14px;padding:10px 14px;border:1px solid rgba(217,184,92,.16);border-radius:14px;background:rgba(217,184,92,.055)}
.guided-live-status strong{color:var(--gold)}
.guided-live-status span{font-size:.86rem;color:var(--text-muted)}
.guided-last-performance{display:grid;gap:3px;margin:12px 0;padding:12px 14px;border-radius:14px;background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.045)}
.guided-last-performance span,.guided-last-performance small{color:var(--text-muted);font-size:.78rem}
.guided-last-performance strong{font-size:1.02rem}
.quick-adjust-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:8px 0 12px}
.quick-reps-actions,.quick-load-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.quick-reps-actions button,.quick-load-actions button{min-height:42px}
.guided-action-stack{position:sticky;bottom:calc(76px + env(safe-area-inset-bottom));z-index:24;display:grid;gap:8px;margin-top:16px;padding:10px;border-radius:18px;background:rgba(12,14,18,.94);border:1px solid rgba(217,184,92,.15);backdrop-filter:blur(14px)}
.guided-action-stack .guided-main-action{margin:0;min-height:56px;font-size:1rem}
.guided-undo-action{min-height:42px}
@media(max-width:620px){
  .quick-adjust-grid{grid-template-columns:1fr}
  .guided-action-stack{bottom:calc(72px + env(safe-area-inset-bottom));margin-left:-4px;margin-right:-4px}
  .guided-live-status{position:sticky;top:72px;z-index:18;backdrop-filter:blur(12px);background:rgba(14,16,20,.92)}
}
