/* ═══════════ APPELS V2 · hub restructuré ═══════════
   Bandeau prochain appel · segments Journal / Salons / À venir ·
   journal filtrable · salons dépliables (agenda commun, résumés) */

.cl2-headacts { display: flex; align-items: center; gap: 8px; }
.cl2-headacts .hm-iconbtn { position: relative; }
.hm-iconbtn.on { background: #FAFAFA; border-color: #FAFAFA; color: #0F0F10; }
.hm.light .hm-iconbtn.on { background: #0F0F10; border-color: #0F0F10; color: #FFFFFF; }

/* Pastille « Passi actif » sur le bouton d'en-tête */
.cl2-passidot {
  position: absolute; top: -1px; right: -1px; width: 9px; height: 9px; border-radius: 50%;
  background: var(--acc-bright, #00C49A); border: 2px solid #0A0A0C;
}
.hm.light .cl2-passidot { background: var(--acc, #00A37E); border-color: #F1F1EF; }

/* ═══ Prochain appel · barre flottante en bas de l'écran ═══ */
.cl2-nextdock {
  position: absolute; left: 16px; right: 16px; bottom: 14px; z-index: 35;
  display: flex; align-items: center; gap: 11px;
  padding: 9px 9px 9px 14px; border-radius: 17px; cursor: pointer;
  background: rgba(16,22,20,0.90);
  border: 1px solid color-mix(in srgb, var(--acc-bright, #00C49A) 32%, transparent);
  box-shadow: 0 14px 30px rgba(0,0,0,0.45);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
}
.cl2-nextdock:active { background: rgba(22,30,27,0.94); }
.cl2-nextdock .hm-row-txt b { font-size: 12.5px; }
.cl2-nextdock .hm-row-txt em { font-size: 10.5px; }
.cl2-dock-when {
  flex-shrink: 0; display: flex; flex-direction: column; align-items: center; gap: 1px;
  padding-right: 11px; border-right: 1px solid rgba(255,255,255,0.09);
}
.cl2-dock-when b { font: 700 13.5px/1.1 'Inter', sans-serif; color: var(--acc-bright, #00C49A); }
.cl2-dock-when em {
  font: 700 8.5px/1 'Inter', sans-serif; font-style: normal;
  text-transform: uppercase; letter-spacing: 0.09em; color: #8E8E96;
}
@media (prefers-reduced-motion: no-preference) {
  .cl2-nextdock { animation: cl2-dock-in 0.32s cubic-bezier(0.2, 0.8, 0.3, 1.15); }
  @keyframes cl2-dock-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
}
.hm.light .cl2-nextdock {
  background: rgba(255,255,255,0.94);
  border-color: color-mix(in srgb, var(--acc, #00A37E) 34%, transparent);
  box-shadow: 0 14px 30px rgba(15,15,16,0.18);
}
.hm.light .cl2-nextdock:active { background: #F3F6F5; }
.hm.light .cl2-dock-when { border-right-color: rgba(15,15,16,0.10); }
.hm.light .cl2-dock-when b { color: var(--acc, #00A37E); }
.hm.light .cl2-dock-when em { color: #6B6B73; }

/* ═══ Segments · Journal · Salons · À venir (fixes) ═══ */
.cl2-seg {
  flex-shrink: 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px;
  padding: 4px; margin: 0 18px 12px; border-radius: 13px;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.06);
}
.cl2-seg button {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  height: 32px; border-radius: 9px; border: none; cursor: pointer;
  background: none; color: #8E8E96;
  font: 600 12px/1 'Inter', sans-serif;
}
.cl2-seg button.on { background: #FAFAFA; color: #0F0F10; }
.cl2-seg button .cl2-missbadge { min-width: 15px; height: 15px; font-size: 9px; }
.hm.light .cl2-seg { background: rgba(15,15,16,0.05); border-color: rgba(15,15,16,0.06); }
.hm.light .cl2-seg button { color: #6B6B73; }
.hm.light .cl2-seg button.on { background: #0F0F10; color: #FFFFFF; }

/* ═══ Chips de filtre ═══ */
.cl2-chips { flex-shrink: 0; }
.cl2-missbadge {
  min-width: 17px; height: 17px; padding: 0 5px; border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  background: #F26D6D; color: #FFFFFF;
  font: 700 10px/1 'Inter', sans-serif;
}
/* Variante informative (À venir) · accent, pas alerte */
.cl2-missbadge.ok { background: color-mix(in srgb, var(--acc-bright, #00C49A) 20%, transparent); color: var(--acc-bright, #00C49A); }
.cl2-seg button.on .cl2-missbadge.ok { background: var(--acc-bright, #00C49A); color: #04130E; }
.hm.light .cl2-missbadge.ok { background: color-mix(in srgb, var(--acc, #00A37E) 14%, transparent); color: var(--acc, #00A37E); }
.hm.light .cl2-seg button.on .cl2-missbadge.ok { background: var(--acc, #00A37E); color: #FFFFFF; }

/* ═══ Ligne d'appel ═══ */
.cl2-row {
  width: 100%; display: flex; align-items: center; gap: 12px;
  padding: 10px 14px; cursor: pointer;
}
.cl2-row + .cl2-row { border-top: 1px solid rgba(255,255,255,0.06); }
.cl2-row:active { background: rgba(255,255,255,0.04); }
.hm.light .cl2-row + .cl2-row { border-top-color: rgba(15,15,16,0.07); }
.hm.light .cl2-row:active { background: rgba(15,15,16,0.035); }

.cl2-avwrap { position: relative; flex-shrink: 0; }
.cl2-dir {
  position: absolute; right: -4px; bottom: -3px; width: 18px; height: 18px;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  background: #1E1E23; border: 2px solid #101013;
  color: var(--acc-bright, #00C49A);
}
.cl2-dir.missed { color: #F26D6D; }
.hm.light .cl2-dir { background: #F1F1EF; border-color: #FFFFFF; }

.cl2-main { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2.5px; }
.cl2-name {
  font: 650 13.5px/1.25 'Inter', sans-serif; color: #FAFAFA;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.cl2-name.missed { color: #F26D6D; }
.hm.light .cl2-name { color: #0F0F10; }
.hm.light .cl2-name.missed { color: #E05252; }

.cl2-id {
  font: 500 10.5px/1.3 'Inter', sans-serif; color: #8E8E96;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.cl2-id .role { font-weight: 600; }
.hm.light .cl2-id { color: #6B6B73; }

.cl2-meta {
  display: flex; align-items: center; gap: 5px;
  font: 400 11.5px/1.3 'Inter', sans-serif; color: #8E8E96;
  white-space: nowrap; overflow: hidden;
}
.cl2-meta .miss { color: #F26D6D; font-weight: 500; }
.cl2-kindic { display: inline-flex; color: #6E6E76; flex-shrink: 0; }
.hm.light .cl2-meta { color: #6B6B73; }
.hm.light .cl2-kindic { color: #9A9AA2; }

/* ═══ Fiche appel (feuille) ═══ */.cl2-peer { display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 4px 0 2px; text-align: center; }
.cl2-peer-name { margin-top: 7px; font: 700 17px/1.2 'Inter', sans-serif; color: #FAFAFA; }
.cl2-peer-id { font: 500 11.5px/1.3 'Inter', sans-serif; color: #8E8E96; }
.cl2-peer-pass {
  margin-top: 6px; display: inline-flex; align-items: center; gap: 5px;
  padding: 4px 10px; border-radius: 999px;
  background: color-mix(in srgb, var(--acc-bright, #00C49A) 12%, transparent);
  color: var(--acc-bright, #00C49A);
  font: 600 10px/1 'Inter', sans-serif; letter-spacing: 0.04em;
}
.hm.light .cl2-peer-name { color: #0F0F10; }
.hm.light .cl2-peer-id { color: #6B6B73; }
.hm.light .cl2-peer-pass { background: color-mix(in srgb, var(--acc, #00A37E) 10%, transparent); color: var(--acc, #00A37E); }

.cl2-acts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 16px 0 14px; }
.cl2-act {
  display: flex; flex-direction: column; align-items: center; gap: 7px;
  background: none; border: none; cursor: pointer; padding: 0; color: inherit;
}
.cl2-act-ic {
  width: 100%; height: 44px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08);
  color: #E4E4E7;
}
.cl2-act:active .cl2-act-ic { background: rgba(255,255,255,0.12); }
.cl2-act.pri .cl2-act-ic { background: var(--acc-bright, #00C49A); border-color: var(--acc-bright, #00C49A); color: #04130E; }
.cl2-act em { font: 500 10.5px/1 'Inter', sans-serif; font-style: normal; color: #A1A1AA; }
.hm.light .cl2-act-ic { background: rgba(15,15,16,0.05); border-color: rgba(15,15,16,0.09); color: #3A3A40; }
.hm.light .cl2-act:active .cl2-act-ic { background: rgba(15,15,16,0.10); }
.hm.light .cl2-act.pri .cl2-act-ic { background: var(--acc, #00A37E); border-color: var(--acc, #00A37E); color: #FFFFFF; }
.hm.light .cl2-act em { color: #6B6B73; }

.cl2-histhead { margin-top: 4px; }
.cl2-histrow { display: flex; align-items: center; gap: 11px; padding: 10.5px 14px; }
.cl2-histrow + .cl2-histrow { border-top: 1px solid rgba(255,255,255,0.06); }
.hm.light .cl2-histrow + .cl2-histrow { border-top-color: rgba(15,15,16,0.07); }
.cl2-hdir { display: inline-flex; color: var(--acc-bright, #00C49A); flex-shrink: 0; }
.cl2-hdir.missed { color: #F26D6D; }
.cl2-hmain { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 1.5px; }
.cl2-hmain b { font: 600 12.5px/1.25 'Inter', sans-serif; color: #FAFAFA; }
.cl2-hmain b.missed { color: #F26D6D; }
.cl2-hmain em { font: 400 10.5px/1.3 'Inter', sans-serif; font-style: normal; color: #8E8E96; }
.cl2-hdur { font: 500 11.5px/1 'Inter', sans-serif; color: #8E8E96; flex-shrink: 0; }
.hm.light .cl2-hmain b { color: #0F0F10; }
.hm.light .cl2-hmain b.missed { color: #E05252; }
.hm.light .cl2-hmain em, .hm.light .cl2-hdur { color: #6B6B73; }

/* ═══ À venir · appels planifiés ═══ */
.cl2-plan {
  display: flex; align-items: center; gap: 12px;
  padding: 11px 14px 11px 10px; cursor: pointer;
}
.cl2-plan + .cl2-plan { border-top: 1px solid rgba(255,255,255,0.06); }
.cl2-plan:active { background: rgba(255,255,255,0.04); }
.hm.light .cl2-plan + .cl2-plan { border-top-color: rgba(15,15,16,0.07); }
.hm.light .cl2-plan:active { background: rgba(15,15,16,0.035); }

/* Tuile date · mini calendrier */
.cl2-plan-date {
  width: 52px; flex-shrink: 0; align-self: stretch;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px;
  padding: 7px 2px; border-radius: 11px;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.07);
}
.cl2-plan-date em {
  font: 700 8.5px/1 'Inter', sans-serif; font-style: normal;
  text-transform: uppercase; letter-spacing: 0.08em; color: #8E8E96; white-space: nowrap;
}
.cl2-plan-date b { font: 700 13px/1 'Inter', sans-serif; color: #FAFAFA; }
.cl2-plan.today .cl2-plan-date {
  background: color-mix(in srgb, var(--acc-bright, #00C49A) 12%, transparent);
  border-color: color-mix(in srgb, var(--acc-bright, #00C49A) 26%, transparent);
}
.cl2-plan.today .cl2-plan-date em, .cl2-plan.today .cl2-plan-date b { color: var(--acc-bright, #00C49A); }
.hm.light .cl2-plan-date { background: rgba(15,15,16,0.04); border-color: rgba(15,15,16,0.08); }
.hm.light .cl2-plan-date em { color: #6B6B73; }
.hm.light .cl2-plan-date b { color: #0F0F10; }
.hm.light .cl2-plan.today .cl2-plan-date {
  background: color-mix(in srgb, var(--acc, #00A37E) 8%, #FFFFFF);
  border-color: color-mix(in srgb, var(--acc, #00A37E) 28%, transparent);
}
.hm.light .cl2-plan.today .cl2-plan-date em, .hm.light .cl2-plan.today .cl2-plan-date b { color: var(--acc, #00A37E); }

.cl2-plan-main { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.cl2-plan-main > b {
  font: 650 13px/1.25 'Inter', sans-serif; color: #FAFAFA;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.hm.light .cl2-plan-main > b { color: #0F0F10; }
.cl2-plan-who { display: flex; align-items: center; gap: 7px; min-width: 0; }
.cl2-plan-who .cl2-stack-it { box-shadow: 0 0 0 1.5px #101013; }
.hm.light .cl2-plan-who .cl2-stack-it { box-shadow: 0 0 0 1.5px #FFFFFF; }
.cl2-plan-who em {
  font: 400 11px/1.2 'Inter', sans-serif; font-style: normal; color: #8E8E96;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.hm.light .cl2-plan-who em { color: #6B6B73; }

/* Pastille de statut */
.cl2-plan-pill {
  flex-shrink: 0; display: inline-flex; align-items: center; gap: 4px;
  height: 22px; padding: 0 9px; border-radius: 999px;
  font: 600 10px/1 'Inter', sans-serif;
}
.cl2-plan-pill.ok { background: color-mix(in srgb, var(--acc-bright, #00C49A) 13%, transparent); color: var(--acc-bright, #00C49A); }
.cl2-plan-pill.warn { background: rgba(224,169,62,0.14); color: #E0A93E; }
.hm.light .cl2-plan-pill.ok { background: color-mix(in srgb, var(--acc, #00A37E) 10%, transparent); color: var(--acc, #00A37E); }
.hm.light .cl2-plan-pill.warn { background: rgba(224,169,62,0.14); color: #B07E1E; }

/* Bouton planifier */
.cl2-planbtn {
  width: 100%; margin-top: 12px;
  display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  height: 40px; border-radius: 12px; cursor: pointer;
  background: none; border: 1.5px dashed rgba(255,255,255,0.16); color: #A1A1AA;
  font: 600 12px/1 'Inter', sans-serif;
}
.cl2-planbtn:active { background: rgba(255,255,255,0.05); }
.cl2-planbtn svg { color: var(--acc-bright, #00C49A); }
.hm.light .cl2-planbtn { border-color: rgba(15,15,16,0.16); color: #6B6B73; }
.hm.light .cl2-planbtn:active { background: rgba(15,15,16,0.04); }
.hm.light .cl2-planbtn svg { color: var(--acc, #00A37E); }

/* ═══ Rangée « à venir » simple (bandeau prochain appel) ═══ */
.cl2-next {
  display: flex; align-items: center; gap: 12px;
  padding: 11px 14px; cursor: pointer;
}
.cl2-next + .cl2-next { border-top: 1px solid rgba(255,255,255,0.06); }
.cl2-next:active { background: rgba(255,255,255,0.04); }
.hm.light .cl2-next + .cl2-next { border-top-color: rgba(15,15,16,0.07); }
.hm.light .cl2-next:active { background: rgba(15,15,16,0.035); }
.cl2-next-when {
  width: 48px; flex-shrink: 0; display: flex; flex-direction: column; gap: 1px;
}
.cl2-next-when b { font: 700 13.5px/1.2 'Inter', sans-serif; color: #FAFAFA; }
.cl2-next-when em { font: 600 9.5px/1.2 'Inter', sans-serif; font-style: normal; color: #8E8E96; text-transform: uppercase; letter-spacing: 0.06em; }
.hm.light .cl2-next-when b { color: #0F0F10; }
.hm.light .cl2-next-when em { color: #6B6B73; }
.cl2-next .hm-row-txt b { font-size: 13px; }
.cl2-join {
  flex-shrink: 0; height: 30px; padding: 0 13px; border-radius: 999px; cursor: pointer;
  background: var(--acc-bright, #00C49A); border: none; color: #04130E;
  font: 700 11.5px/1 'Inter', sans-serif;
}
.hm.light .cl2-join { background: var(--acc, #00A37E); color: #FFFFFF; }
.cl2-next-kind { color: #6E6E76; display: inline-flex; flex-shrink: 0; padding-right: 4px; }
.hm.light .cl2-next-kind { color: #9A9AA2; }

/* ═══ Salons d'appel ═══ */
.cl2-stack { position: relative; flex-shrink: 0; display: block; }
.cl2-stack-it {
  position: absolute; top: 0; border-radius: 50%;
  box-shadow: 0 0 0 2px #101013;
}
.hm.light .cl2-stack-it { box-shadow: 0 0 0 2px #FFFFFF; }
.pg-sheet .cl2-stack-it { box-shadow: 0 0 0 2px #131316; }
.hm.light .pg-sheet .cl2-stack-it { box-shadow: 0 0 0 2px #FFFFFF; }
.cl2-row.room .cl2-main { gap: 3px; }
.cl2-meta.next { color: var(--acc-bright, #00C49A); }
.cl2-meta.next svg { flex-shrink: 0; }
.hm.light .cl2-meta.next { color: var(--acc, #00A37E); }

/* Journal · chips fixes au-dessus du scroll */
.cl2-chips { flex-shrink: 0; padding-bottom: 10px; }
.hm-sechead.sub { margin-top: 10px; }
.hm-sechead.sub span { font-size: 10px; color: #5E5E66; }
.hm.light .hm-sechead.sub span { color: #9A9AA2; }

/* ═══════════ ZONE FIXE · se resserre quand la liste défile ═══════════ */
.cl2-fixed {
  flex-shrink: 0; display: flex; flex-direction: column;
  position: relative; z-index: 20;
}
.cl2-fixed::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -1px; height: 1px;
  background: rgba(255,255,255,0.07); opacity: 0; transition: opacity 0.22s ease;
}
.cl2-fixed.tight::after { opacity: 1; }
.hm.light .cl2-fixed::after { background: rgba(15,15,16,0.09); }

/* Bandeau · (supprimé, remplacé par la barre flottante .cl2-nextdock) */

/* Segments · version compacte */
.cl2-seg { transition: margin 0.22s ease, padding 0.22s ease; }
.cl2-seg button { transition: height 0.22s ease; }
.cl2-fixed.tight .cl2-seg { margin: 0 18px 8px; padding: 3px; }
.cl2-fixed.tight .cl2-seg button { height: 27px; font-size: 11.5px; }

/* Chips · version compacte */
.cl2-chips { transition: padding 0.22s ease; }
.cl2-fixed.tight .cl2-chips { padding-top: 0; padding-bottom: 7px; }
.cl2-fixed.tight .cl2-chips .hm-chip { height: 27px; padding: 0 11px; font-size: 11.5px; }

@media (prefers-reduced-motion: reduce) {
  .cl2-fixed::after, .cl2-seg, .cl2-seg button, .cl2-chips { transition: none; }
}

/* ═══════════ SALON D'APPEL · carte rétractable & actionnable ═══════════ */
.cl2-roomc + .cl2-roomc { border-top: 1px solid rgba(255,255,255,0.06); }
.hm.light .cl2-roomc + .cl2-roomc { border-top-color: rgba(15,15,16,0.07); }
.cl2-roomc.open { background: rgba(255,255,255,0.025); }
.hm.light .cl2-roomc.open { background: rgba(15,15,16,0.02); }
.cl2-roomc.open .cl2-meta.next { display: none; } /* repris par le créneau « Programmé » */

/* Chevron d'ouverture du salon */
.cl2-rchev { display: inline-flex; flex-shrink: 0; color: #71717A; transition: transform 0.24s ease; }
.cl2-roomc.open .cl2-rchev { transform: rotate(90deg); }

/* Zone dépliable */
.cl2-rexp-wrap {
  display: grid; grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cl2-roomc.open .cl2-rexp-wrap { grid-template-rows: 1fr; }
.cl2-rexp { overflow: hidden; min-height: 0; }
.cl2-rexp-in {
  padding: 0 14px 10px; display: flex; flex-direction: column;
  opacity: 0; transform: translateY(-4px); transition: opacity 0.2s ease, transform 0.2s ease;
}
.cl2-roomc.open .cl2-rexp-in { opacity: 1; transform: none; transition-delay: 0.08s; }

/* Lignes essentielles du salon déplié · programmé · créneau commun · dernier appel */
.cl2-rx {
  width: 100%; display: flex; align-items: center; gap: 11px;
  padding: 9.5px 0; background: none; border: none; text-align: left; color: inherit;
}
.cl2-rx + .cl2-rx { border-top: 1px solid rgba(255,255,255,0.05); }
.cl2-slotchips + .cl2-rx { border-top: 1px solid rgba(255,255,255,0.05); }
.hm.light .cl2-rx + .cl2-rx, .hm.light .cl2-slotchips + .cl2-rx { border-top-color: rgba(15,15,16,0.06); }
button.cl2-rx { cursor: pointer; }
button.cl2-rx:active { background: rgba(255,255,255,0.03); }
.hm.light button.cl2-rx:active { background: rgba(15,15,16,0.03); }

.cl2-rx-ic {
  width: 28px; height: 28px; border-radius: 9px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: color-mix(in srgb, var(--acc-bright, #00C49A) 13%, transparent);
  color: var(--acc-bright, #00C49A);
}
.cl2-rx-ic.dim { background: rgba(255,255,255,0.06); color: #A1A1AA; }
.hm.light .cl2-rx-ic { background: color-mix(in srgb, var(--acc, #00A37E) 10%, transparent); color: var(--acc, #00A37E); }
.hm.light .cl2-rx-ic.dim { background: rgba(15,15,16,0.05); color: #6B6B73; }

.cl2-rx-txt { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.cl2-rx-txt[role="button"] { cursor: pointer; }
.cl2-rx-txt b {
  font: 600 12.5px/1.3 'Inter', sans-serif; color: #EDEDF0;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.cl2-rx-txt em { font: 400 10.5px/1.2 'Inter', sans-serif; font-style: normal; color: #8E8E96; }
.hm.light .cl2-rx-txt b { color: #1A1A1E; }
.hm.light .cl2-rx-txt em { color: #6B6B73; }

.cl2-rx-act {
  flex-shrink: 0; height: 27px; padding: 0 13px; border-radius: 999px; cursor: pointer;
  background: none; color: var(--acc-bright, #00C49A);
  border: 1px solid color-mix(in srgb, var(--acc-bright, #00C49A) 45%, transparent);
  font: 650 11px/1 'Inter', sans-serif;
}
.cl2-rx-act:active { background: color-mix(in srgb, var(--acc-bright, #00C49A) 12%, transparent); }
.hm.light .cl2-rx-act { color: var(--acc, #00A37E); border-color: color-mix(in srgb, var(--acc, #00A37E) 45%, transparent); }
.hm.light .cl2-rx-act:active { background: color-mix(in srgb, var(--acc, #00A37E) 10%, transparent); }

.cl2-join.sm { height: 27px; padding: 0 13px; font-size: 10.5px; }

/* Choix du créneau · chips sous la ligne « créneau commun » */
.cl2-slotchips { display: flex; flex-wrap: wrap; gap: 7px; padding: 0 0 10px 39px; }
.cl2-slotchip {
  display: inline-flex; align-items: center; gap: 5px;
  height: 27px; padding: 0 12px; border-radius: 999px; cursor: pointer;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.09); color: #C7C7CE;
  font: 550 11px/1 'Inter', sans-serif;
}
.cl2-slotchip svg { color: var(--acc-bright, #00C49A); }
.cl2-slotchip.on {
  background: color-mix(in srgb, var(--acc-bright, #00C49A) 14%, transparent);
  border-color: color-mix(in srgb, var(--acc-bright, #00C49A) 45%, transparent);
  color: var(--acc-bright, #00C49A); font-weight: 650;
}
.hm.light .cl2-slotchip { background: rgba(15,15,16,0.04); border-color: rgba(15,15,16,0.10); color: #52525B; }
.hm.light .cl2-slotchip svg { color: var(--acc, #00A37E); }
.hm.light .cl2-slotchip.on {
  background: color-mix(in srgb, var(--acc, #00A37E) 10%, transparent);
  border-color: color-mix(in srgb, var(--acc, #00A37E) 45%, transparent);
  color: var(--acc, #00A37E);
}

/* Sélecteur date & heure (tap sur +) */
.cl2-rx-ic.tap { cursor: pointer; border: none; }
.cl2-rx-ic.tap:active { background: rgba(255,255,255,0.13); }
.hm.light .cl2-rx-ic.tap:active { background: rgba(15,15,16,0.10); }
.cl2-cust {
  margin: 0 0 10px 39px; padding: 10px 11px 11px;
  border-radius: 13px;
  background: rgba(255,255,255,0.035); border: 1px solid rgba(255,255,255,0.07);
}
.hm.light .cl2-cust { background: rgba(15,15,16,0.03); border-color: rgba(15,15,16,0.08); }
.cl2-cust-lbl {
  margin: 0 1px 6px; font: 700 9px/1 'Inter', sans-serif;
  letter-spacing: 0.11em; text-transform: uppercase; color: #71717A;
}
.cl2-cust-row {
  display: flex; gap: 7px; overflow-x: auto; scrollbar-width: none;
  margin-bottom: 10px; padding-bottom: 2px;
}
.cl2-cust-row::-webkit-scrollbar { display: none; }
.cl2-cust-row .cl2-slotchip { flex-shrink: 0; }
.cl2-cust-acts { display: flex; align-items: center; justify-content: flex-end; gap: 12px; }
.cl2-cust-acts.split { justify-content: space-between; }
.cl2-cust-cancel {
  background: none; border: none; cursor: pointer; padding: 4px 2px;
  color: #8E8E96; font: 600 11px/1 'Inter', sans-serif;
}
.hm.light .cl2-cust-cancel { color: #6B6B73; }
.cl2-cust-cancel.danger { color: #F26D64; font-weight: 700; }
.hm.light .cl2-cust-cancel.danger { color: #D93D34; }
.cl2-rx-act.fill { background: var(--acc-bright, #00C49A); border-color: var(--acc-bright, #00C49A); color: #04130E; }
.cl2-rx-act.fill:disabled { opacity: 0.45; cursor: default; }
.hm.light .cl2-rx-act.fill { background: var(--acc, #00A37E); border-color: var(--acc, #00A37E); color: #FFFFFF; }

/* Roues façon alarme iOS */
.cl2-wheels {
  position: relative; display: flex; gap: 2px;
  height: 160px; margin-bottom: 10px;
}
.cl2-wheel-hl {
  position: absolute; left: 2px; right: 2px; top: 50%; height: 32px;
  transform: translateY(-50%); border-radius: 9px;
  background: rgba(255,255,255,0.07); pointer-events: none;
}
.hm.light .cl2-wheel-hl { background: rgba(15,15,16,0.06); }
.cl2-wheel {
  min-width: 0; height: 100%; overflow-y: auto;
  scroll-snap-type: y mandatory; scrollbar-width: none;
  -webkit-mask-image: linear-gradient(transparent, #000 28%, #000 72%, transparent);
  mask-image: linear-gradient(transparent, #000 28%, #000 72%, transparent);
}
.cl2-wheel::-webkit-scrollbar { display: none; }
.cl2-wheel-pad { height: 64px; }
.cl2-wheel-it {
  height: 32px; scroll-snap-align: center;
  display: flex; align-items: center; justify-content: center;
  font: 500 13px/1 'Inter', sans-serif; color: #6E6E76;
  white-space: nowrap;
}
.cl2-wheel-it.on { font: 650 15px/1 'Inter', sans-serif; color: #FAFAFA; }
.hm.light .cl2-wheel-it { color: #9A9AA2; }
.hm.light .cl2-wheel-it.on { color: #0F0F10; }

/* Pastille « Bientôt » (Passi non disponible) · mise en valeur accent */
.cl2-soon {
  flex-shrink: 0; height: 21px; padding: 0 9px; border-radius: 999px;
  display: inline-flex; align-items: center;
  background: color-mix(in srgb, var(--acc-bright, #00C49A) 16%, transparent);
  color: var(--acc-bright, #00C49A);
  border: 1px solid color-mix(in srgb, var(--acc-bright, #00C49A) 32%, transparent);
  font: 800 8.5px/1 'Inter', sans-serif; letter-spacing: 0.1em; text-transform: uppercase;
}
.hm.light .cl2-soon {
  background: color-mix(in srgb, var(--acc, #00A37E) 10%, transparent);
  color: var(--acc, #00A37E);
  border-color: color-mix(in srgb, var(--acc, #00A37E) 26%, transparent);
}

/* Ligne Passi · fonction à venir : pastille en avant, contenu atténué (pas encore actif) */
.cl2-rx.teaser .cl2-rx-ic, .cl2-rx.teaser .cl2-rx-txt { opacity: 0.58; }
.cl2-rx.teaser .cl2-soon { opacity: 1; }

/* Notes privées du salon · même système que l'agenda */
.cl2-rexp-notes { border-top: 1px solid rgba(255,255,255,0.05); }
.hm.light .cl2-rexp-notes { border-top-color: rgba(15,15,16,0.06); }
.cl2-rexp-notes .ntv-block { margin-top: 12px; }

