/* Espace intervenant extérieur : « Mes séances » et l'appel. Réutilise les classes
   de tiroir .cv-* (course-visitor.css) pour la fiche d'urgence. */

.gs-banner {
    display: flex; align-items: flex-start; gap: 0.7rem;
    padding: 0.85rem 1rem; margin: 0.4rem 0 1.4rem;
    border-radius: var(--radius); font-size: 0.88rem; color: var(--text-muted);
    background: rgba(90, 169, 214, 0.09); border: 1px solid rgba(90, 169, 214, 0.28);
}
.gs-banner svg { flex: 0 0 auto; margin-top: 0.15rem; color: #bfe0f2; }

.gs-empty { font-size: 0.9rem; color: var(--text-faint); padding: 1.2rem 0; }
.gs-muted { color: var(--text-faint); }

.gs-group-label {
    font-size: 0.72rem; letter-spacing: 0.09em; text-transform: uppercase;
    color: var(--gold); font-weight: 600; margin: 1.5rem 0 0.7rem;
}

/* ---------- Carte séance ---------- */
.gs-card {
    display: flex; align-items: center; gap: 1rem;
    padding: 0.9rem 1.1rem; margin-bottom: 0.6rem; max-width: 720px;
    border: 1px solid var(--border); border-radius: var(--radius);
    background: var(--surface-2); box-shadow: var(--shadow-sm);
    color: var(--text); text-decoration: none;
}
a.gs-card:hover { background: var(--surface-2-hov); border-color: var(--border-strong); color: var(--text); }
.gs-card-off { opacity: 0.7; }

.gs-day { flex: 0 0 auto; width: 118px; display: flex; flex-direction: column; gap: 0.35rem; }
.gs-dow { font-weight: 700; color: var(--gold-strong); font-size: 0.95rem; }
.gs-chip {
    align-self: flex-start; font-size: 0.66rem; font-weight: 600;
    padding: 0.1rem 0.5rem; border-radius: 999px;
}
.gs-chip-reg { color: #bfe0f2; background: rgba(90, 169, 214, 0.14); border: 1px solid rgba(90, 169, 214, 0.34); }
.gs-chip-once { color: var(--gold-strong); background: var(--gold-soft); border: 1px solid var(--border-strong); }

.gs-body { flex: 1 1 auto; min-width: 0; }
.gs-name { font-weight: 600; }
.gs-meta { display: flex; flex-wrap: wrap; gap: 0.25rem 0.8rem; font-size: 0.84rem; color: var(--text-muted); margin-top: 0.15rem; }
.gs-cta { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 0.35rem; font-size: 0.82rem; font-weight: 600; color: var(--gold-strong); }

/* ---------- Appel ---------- */
.gs-course-sub { color: var(--text-muted); margin: 0.1rem 0 1.3rem; }
.gs-sheet {
    max-width: 720px; background: var(--surface-2);
    border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm);
}
.gs-sheet-head {
    display: flex; align-items: center; justify-content: space-between; gap: 1rem;
    padding: 1rem 1.2rem; border-bottom: 1px solid var(--border);
}
.gs-sheet-title { font-weight: 600; }
.gs-meter { font-size: 0.9rem; color: var(--text-muted); }
.gs-meter b { font-size: 1.2rem; color: var(--gold-strong); }

.gs-roster { list-style: none; margin: 0; padding: 0.4rem 0.5rem; }
.gs-att { display: flex; align-items: center; gap: 0.8rem; padding: 0.55rem 0.7rem; }
.gs-att + .gs-att { border-top: 1px solid var(--border); }
.gs-av {
    flex: 0 0 auto; width: 38px; height: 38px; border-radius: 50%;
    display: grid; place-items: center; font-weight: 700; font-size: 0.78rem;
    background: var(--surface-3); color: var(--text-muted); border: 1px solid var(--border-strong);
}
.gs-att-main { flex: 1 1 auto; min-width: 0; }
.gs-att-name { font-weight: 500; }
.gs-att-sub { font-size: 0.78rem; color: var(--text-faint); }
.gs-att form { margin: 0; line-height: 0; }

.gs-info-btn {
    flex: 0 0 auto; width: 36px; height: 36px; border-radius: 50%;
    display: grid; place-items: center; cursor: pointer;
    background: var(--surface-3); border: 1px solid var(--border-strong); color: var(--text-muted);
}
.gs-info-btn:hover { color: var(--gold-strong); background: var(--surface-2-hov); }

.gs-toggle {
    flex: 0 0 auto; min-width: 88px; text-align: center;
    font: inherit; font-size: 0.78rem; font-weight: 600; cursor: pointer;
    padding: 0.4rem 0.8rem; border-radius: 999px; border: 1px solid var(--border-strong); background: var(--surface-3);
}
.gs-toggle.on-p { color: var(--success); background: var(--success-soft); border-color: rgba(79, 174, 139, 0.34); }
.gs-toggle.on-a { color: var(--text-muted); }
.gs-toggle:hover { border-color: var(--gold); }

.gs-locked {
    max-width: 720px; margin-top: 1.2rem; font-size: 0.8rem; color: var(--text-faint);
}

/* ---------- Fiche d'urgence (contenu du tiroir) ---------- */
.gs-emg-head { padding-bottom: 0.6rem; border-bottom: 1px solid var(--border); margin-bottom: 0.8rem; }
.gs-emg-who { font-size: 1.1rem; font-weight: 600; }
.gs-emg-meta { font-size: 0.82rem; color: var(--text-muted); }
.gs-emg-label {
    font-size: 0.7rem; letter-spacing: 0.06em; text-transform: uppercase;
    color: var(--gold); font-weight: 600; margin: 1rem 0 0.4rem;
}
.gs-emg-contact {
    display: flex; align-items: center; justify-content: space-between; gap: 0.8rem;
    padding: 0.65rem 0.8rem; border: 1px solid var(--border-strong); border-radius: var(--radius-sm);
    background: var(--surface-3);
}
.gs-emg-name { font-weight: 500; }
.gs-emg-name span { color: var(--text-muted); font-weight: 400; font-size: 0.85rem; }
.gs-emg-tel { display: inline-flex; align-items: center; gap: 0.4rem; font-weight: 600; color: var(--gold-strong); white-space: nowrap; }
.gs-emg-note { margin-top: 1.1rem; font-size: 0.8rem; color: var(--text-faint); }

/* Vue d'ensemble « Mes clubs » : carte d'un club où l'on est seulement intervenant. */
.gc-kpis-empty { font-size: 0.85rem; color: var(--text-muted); padding: 0.4rem 0 0.2rem; }
