/* FOOTPASS v2 · GROWTH (audit captologie · gains rapides R-01…R-11)
   Styles des briques : retour d'absence, checklist 3 gestes, invitation
   états vides, préférences de notifications, attente KYC, actifs profil. */

/* ── Carte générique ── */
.gr-card {
  background: var(--fp-surface);
  border: 1px solid var(--fp-border);
  border-radius: var(--r-l);
  padding: 12px 14px;
  margin: 0 0 14px;
}
.gr-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
}
.gr-head b {
  font-size: 13px;
  font-weight: 650;
  color: var(--fp-text);
  flex: 1;
}
.gr-kicker {
  font-size: 9.5px;
  font-weight: 650;
  letter-spacing: 0.14em;
  color: var(--acc-bright);
}
.gr-x {
  width: 26px;
  height: 26px;
  border: 0;
  background: transparent;
  color: var(--fp-text-4);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex: none;
}
.gr-x:active { background: var(--fp-active); }

/* ── R-05 · Pendant votre absence ── */
.gr-abs-row {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 8px 4px;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--fp-hairline);
  color: var(--fp-text);
  font: 500 12.5px/1.35 var(--fp-font);
  text-align: left;
  cursor: pointer;
}
.gr-abs-row:first-of-type { border-top: 0; }
.gr-abs-n {
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 8px;
  background: color-mix(in srgb, var(--acc) 14%, transparent);
  color: var(--acc-bright);
  font-size: 11.5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.gr-abs-row em {
  font-style: normal;
  color: var(--fp-text-3);
  font-size: 11px;
  margin-left: auto;
  flex: none;
}

/* ── R-02 · Checklist « Bien démarrer » ── */
.gr-prog {
  height: 3px;
  border-radius: 2px;
  background: var(--fp-surface-3);
  overflow: hidden;
  margin: 2px 0 10px;
}
.gr-prog i {
  display: block;
  height: 100%;
  background: var(--acc-bright);
  border-radius: 2px;
  transition: width 0.35s ease;
}
.gr-step {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 9px 4px;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--fp-hairline);
  text-align: left;
  cursor: pointer;
  color: var(--fp-text);
}
.gr-step:first-of-type { border-top: 0; }
.gr-check {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1.5px solid var(--fp-border-strong);
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  transition: all 0.2s ease;
}
.gr-step.done .gr-check {
  background: var(--acc);
  border-color: var(--acc);
  color: #fff;
}
.gr-step-txt { flex: 1; min-width: 0; }
.gr-step-txt b {
  display: block;
  font-size: 12.5px;
  font-weight: 600;
}
.gr-step.done .gr-step-txt b {
  color: var(--fp-text-3);
  text-decoration: line-through;
  text-decoration-color: var(--fp-text-4);
}
.gr-step-txt em {
  display: block;
  font-style: normal;
  font-size: 11px;
  color: var(--fp-text-3);
  margin-top: 1px;
}
.gr-step-chev { color: var(--fp-text-4); flex: none; }
.gr-done-line {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 9px;
  border-top: 1px solid var(--fp-hairline);
  font-size: 11.5px;
  color: var(--fp-text-3);
}
.gr-done-line button {
  margin-left: auto;
  border: 0;
  background: transparent;
  color: var(--acc-bright);
  font: 650 11.5px var(--fp-font);
  cursor: pointer;
}

/* ── R-03 · Invitation depuis un état vide ── */
.gr-invite {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 14px 16px 4px;
  text-align: center;
}
.gr-invite p {
  margin: 0;
  font-size: 11.5px;
  color: var(--fp-text-3);
}
.gr-invite-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 14px;
  border-radius: var(--r-m);
  border: 1px solid color-mix(in srgb, var(--acc) 45%, transparent);
  background: color-mix(in srgb, var(--acc) 12%, transparent);
  color: var(--acc-bright);
  font: 650 12px var(--fp-font);
  cursor: pointer;
  max-width: 100%;
}
.gr-invite-btn span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gr-invite-note {
  font-size: 10px;
  color: var(--fp-text-4);
}

/* Feuille d'invitation (R-03) */
.gr-inv-sub {
  margin: 0 0 12px;
  font-size: 11.5px;
  line-height: 1.55;
  color: var(--fp-text-3);
}
.gr-inv-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: var(--r-m);
  background: var(--fp-surface-2);
  border: 1px solid var(--fp-border);
  margin: 0 0 12px;
}
.gr-inv-link code {
  flex: 1;
  font: 600 11.5px ui-monospace, 'SF Mono', Menlo, monospace;
  color: var(--fp-text-2);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gr-inv-link button {
  border: 0;
  border-radius: 8px;
  background: color-mix(in srgb, var(--acc) 14%, transparent);
  color: var(--acc-bright);
  font: 650 11px var(--fp-font);
  padding: 6px 10px;
  cursor: pointer;
  flex: none;
}
.gr-inv-pills {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 0 0 12px;
}
.gr-inv-pills button {
  border: 1px solid var(--fp-border);
  background: var(--fp-surface-2);
  color: var(--fp-text);
  font: 650 11px var(--fp-font);
  padding: 10px 4px;
  border-radius: var(--r-m);
  cursor: pointer;
}
.gr-inv-pills button:active { background: var(--fp-active); }
.gr-inv-done {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 9px;
  border-radius: var(--r-m);
  background: color-mix(in srgb, var(--acc) 10%, transparent);
  color: var(--acc-bright);
  font: 650 11.5px var(--fp-font);
  margin: 0 0 10px;
}

/* ── R-04 · Préférences de notifications ── */
.gr-np-role {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: var(--r-m);
  background: color-mix(in srgb, var(--acc) 9%, transparent);
  color: var(--acc-bright);
  font-size: 11.5px;
  font-weight: 600;
  margin: 0 0 12px;
}
.gr-np-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 0;
  border-top: 1px solid var(--fp-hairline);
}
.gr-np-row:first-of-type { border-top: 0; }
.gr-np-txt { flex: 1; min-width: 0; }
.gr-np-txt b { display: block; font-size: 12.5px; font-weight: 600; color: var(--fp-text); }
.gr-np-txt em { display: block; font-style: normal; font-size: 10.5px; color: var(--fp-text-3); margin-top: 1px; }
.gr-seg {
  display: flex;
  gap: 2px;
  padding: 2px;
  border-radius: 9px;
  background: var(--fp-surface-3);
  flex: none;
}
.gr-seg button {
  border: 0;
  background: transparent;
  color: var(--fp-text-3);
  font: 650 10px var(--fp-font);
  padding: 5px 8px;
  border-radius: 7px;
  cursor: pointer;
}
.gr-seg button.on {
  background: var(--fp-surface);
  color: var(--fp-text);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}
.gr-np-note {
  font-size: 10.5px;
  line-height: 1.5;
  color: var(--fp-text-4);
  margin: 12px 0 4px;
}

/* ── R-06 · Actifs du profil (des faits, pas des trophées) ── */
.gr-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 0 0 8px;
}
.gr-fact {
  background: var(--fp-surface);
  border: 1px solid var(--fp-border);
  border-radius: var(--r-m);
  padding: 10px 8px 9px;
  text-align: center;
}
.gr-fact b {
  display: block;
  font-size: 17px;
  font-weight: 750;
  color: var(--fp-text);
  letter-spacing: -0.01em;
}
.gr-fact em {
  display: block;
  font-style: normal;
  font-size: 9.5px;
  color: var(--fp-text-3);
  margin-top: 2px;
  line-height: 1.3;
}
.gr-journal {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: var(--r-m);
  border: 1px dashed var(--fp-border-strong);
  color: var(--fp-text-3);
  font-size: 10.5px;
  margin: 0 0 14px;
}
.gr-journal b { color: var(--fp-text-2); font-weight: 650; }

/* ── R-01 · Attente KYC productive (onboarding, toujours sombre) ── */
.gr-wait-status {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  border-radius: var(--r-m);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #C7C7CF;
  font-size: 12px;
  margin: 0 0 14px;
}
.gr-wait-status b { color: #FAFAFA; font-weight: 650; }
.gr-spin {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-top-color: var(--acc-bright, #00C49A);
  animation: gr-rot 0.9s linear infinite;
  flex: none;
}
@keyframes gr-rot { to { transform: rotate(360deg); } }
.gr-wait-list {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: var(--r-l);
  padding: 4px 12px;
}
.ob .gr-step { color: #FAFAFA; border-top-color: rgba(255, 255, 255, 0.06); }
.ob .gr-step-txt em { color: #8E8E96; }
.ob .gr-step.done .gr-step-txt b { color: #8E8E96; }
.ob .gr-check { border-color: rgba(255, 255, 255, 0.18); }
/* Mode clair (thème par défaut de l'app) : l'onboarding porte .ob.light */
.ob.light .gr-wait-list { background: rgba(15, 15, 16, 0.03); border-color: rgba(15, 15, 16, 0.07); }
.ob.light .gr-step { color: #0F0F10; border-top-color: rgba(15, 15, 16, 0.07); }
.ob.light .gr-step-txt em { color: #6B6B73; }
.ob.light .gr-step.done .gr-step-txt b { color: #8A8A93; }
.ob.light .gr-check { border-color: rgba(15, 15, 16, 0.18); }
.ob.light .gr-wait-status { background: rgba(15, 15, 16, 0.04); border-color: rgba(15, 15, 16, 0.08); color: #45454C; }
.ob.light .gr-wait-status b { color: #0F0F10; }
.ob.light .gr-issued { color: #0F0F10; }
.ob.light .gr-wait-note { color: #6B6B73; }
.ob.light .gr-wait-sim { color: #8A8A93; }
.gr-wait-note {
  font-size: 11px;
  line-height: 1.55;
  color: #8E8E96;
  text-align: center;
  margin: 12px 0 0;
}
.gr-wait-sim {
  display: block;
  margin: 10px auto 0;
  border: 0;
  background: transparent;
  color: #71717A;
  font: 650 10.5px var(--fp-font);
  letter-spacing: 0.06em;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.gr-issued {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  border-radius: var(--r-m);
  background: color-mix(in srgb, var(--acc, #00A37E) 16%, transparent);
  border: 1px solid color-mix(in srgb, var(--acc, #00A37E) 45%, transparent);
  color: #FAFAFA;
  font-size: 12.5px;
  font-weight: 650;
  margin: 0 0 10px;
  animation: gr-pop 0.35s ease;
}
.gr-issued .gr-abs-n { background: var(--acc, #00A37E); color: #fff; }
@keyframes gr-pop {
  from { transform: translateY(6px); opacity: 0; }
  to { transform: none; opacity: 1; }
}

/* ═══════ STRUCTURE · créer ou rejoindre (promesse de l'inscription) ═══════ */
.st-sub { margin: -2px 0 11px; font: 400 12.5px/1.5 'Inter', sans-serif; color: var(--fp-text-3, #8E8E96); }
.st-acts { display: flex; gap: 8px; }
.st-acts .a3-act { height: 34px; flex: 1; justify-content: center; font-size: 12px; }

/* Feuille · choix créer / rejoindre */
.st-choice {
  display: flex; align-items: center; gap: 12px; width: 100%;
  padding: 13px; background: #1A1A1E; border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px; cursor: pointer; text-align: left; color: #FAFAFA;
}
.st-choice + .st-choice { margin-top: 9px; }
.st-choice:active { background: #212126; }
.st-choice-ic {
  width: 36px; height: 36px; border-radius: 11px; flex: none;
  display: flex; align-items: center; justify-content: center;
  background: color-mix(in srgb, var(--acc-bright, #00C49A) 12%, transparent);
  color: var(--acc-bright, #00C49A);
}
.st-choice-txt { flex: 1; display: flex; flex-direction: column; gap: 3px; }
.st-choice-txt b { font: 650 13.5px/1.25 'Inter', sans-serif; }
.st-choice-txt em { font: 400 11.5px/1.45 'Inter', sans-serif; font-style: normal; color: #8E8E96; }
.st-chev { color: #5A5A62; flex: none; }

/* Feuille · formulaire de création */
.st-lbl { margin: 14px 2px 7px; font: 650 10px/1 'Inter', sans-serif; letter-spacing: 0.12em; text-transform: uppercase; color: #8E8E96; }
.st-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.st-chip { height: 32px; padding: 0 13px; border-radius: 99px; border: 1px solid rgba(255,255,255,0.1); background: transparent; color: #D4D4D8; font: 550 12px/1 'Inter', sans-serif; cursor: pointer; }
.st-chip.on { background: var(--acc, #00A37E); border-color: var(--acc, #00A37E); color: #FFFFFF; font-weight: 650; }
.st-input { width: 100%; height: 46px; padding: 0 14px; border-radius: 13px; border: 1px solid rgba(255,255,255,0.1); background: #101013; color: #FAFAFA; font: 500 13.5px/1.2 'Inter', sans-serif; outline: none; }
.st-input:focus { border-color: var(--acc-bright, #00C49A); }
.st-input.as-display { display: flex; align-items: center; overflow: hidden; white-space: nowrap; cursor: pointer; }
.st-input .ph { color: #5A5A62; }
.st-suggest { margin-top: 8px; border: 0; background: transparent; color: var(--acc-bright, #00C49A); font: 550 11.5px/1 'Inter', sans-serif; cursor: pointer; padding: 2px; }
.st-cta { width: 100%; margin-top: 16px; }
.st-cta.off { opacity: 0.4; pointer-events: none; }
.st-hint { margin: 8px 2px 0; font: 400 11px/1.5 'Inter', sans-serif; color: #71717A; }

/* Feuille · en-tête organisation (carré arrondi = organisation, comme partout) */
.st-orghead { display: flex; align-items: center; gap: 11px; margin: 2px 0 14px; }
.st-orgav img { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; display: block; }
.st-orgav {
  width: 42px; height: 42px; border-radius: 12px; flex: none; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  background: color-mix(in srgb, var(--acc-bright, #00C49A) 14%, transparent);
  color: var(--acc-bright, #00C49A); font: 800 15px/1 'Inter', sans-serif; letter-spacing: 0.02em;
}
.st-orghead-txt { display: flex; flex-direction: column; gap: 2px; }
.st-orghead-txt b { font: 700 14.5px/1.2 'Inter', sans-serif; color: #FAFAFA; }
.st-orghead-txt em { font: 400 11.5px/1.4 'Inter', sans-serif; font-style: normal; color: #8E8E96; }

/* Feuille · coller le lien d'invitation */
.st-paste { display: flex; gap: 8px; }
.st-paste .st-input { flex: 1; }
.st-pastebtn { height: 46px; padding: 0 16px; border-radius: 13px; border: 1px solid rgba(255,255,255,0.1); background: #161619; color: #FAFAFA; font: 600 12.5px/1 'Inter', sans-serif; cursor: pointer; flex: none; }
.st-pastebtn:disabled { opacity: 0.35; }

/* Feuille · état final */
.st-done { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 10px 4px 4px; }
.st-done-ic {
  width: 52px; height: 52px; border-radius: 50%; margin-bottom: 12px;
  display: flex; align-items: center; justify-content: center;
  background: color-mix(in srgb, var(--acc-bright, #00C49A) 14%, transparent);
  color: var(--acc-bright, #00C49A);
}
.st-done b { font: 750 16px/1.25 'Inter', sans-serif; color: #FAFAFA; }
.st-done em { margin-top: 4px; font: 400 12px/1.5 'Inter', sans-serif; font-style: normal; color: #8E8E96; }
.st-done p { margin: 10px 0 14px; font: 400 12px/1.55 'Inter', sans-serif; color: #B9B9C0; }
.st-done .pg-btn { width: 100%; }
.st-done .st-close { margin-top: 10px; border: 0; background: transparent; color: #8E8E96; font: 550 12px/1 'Inter', sans-serif; cursor: pointer; }
.st-spin { width: 14px; height: 14px; border-radius: 50%; border: 2px solid rgba(15,15,15,0.25); border-top-color: #0F0F0F; animation: stSpin 0.7s linear infinite; }
@keyframes stSpin { to { transform: rotate(360deg); } }
/* Feuille · typologie + paliers structurels + invitations */
.st-typehint { margin: 7px 2px 0; font: 500 11.5px/1.5 'Inter', sans-serif; color: #8E8E96; }
.st-tierline { margin: 8px 2px 0; font: 650 11.5px/1.4 'Inter', sans-serif; color: var(--acc-bright, #00C49A); }
.st-sell { display: flex; flex-direction: column; gap: 8px; margin: 2px 2px 12px; }
.st-sell-row { display: flex; gap: 9px; align-items: flex-start; font: 500 12px/1.5 'Inter', sans-serif; color: #D4D4D8; }
.st-sell-row svg { flex: none; margin-top: 3px; color: var(--acc-bright, #00C49A); }
.st-invites { width: 100%; margin: 2px 0 14px; }
.st-invites .gr-kicker { display: block; text-align: left; margin: 0 0 9px; }
.st-inv { display: flex; align-items: center; gap: 10px; width: 100%; padding: 9px 10px 9px 12px; border: 1px solid rgba(255,255,255,0.1); border-radius: 13px; background: #101013; text-align: left; }
.st-inv + .st-inv { margin-top: 8px; }
.st-inv.col { flex-direction: column; align-items: stretch; gap: 9px; }
.st-inv-row { display: flex; align-items: center; gap: 10px; }
.st-billpick { display: flex; gap: 5px; flex: 1; }
.st-billpick button { flex: 1; height: 34px; padding: 0 10px; border-radius: 9px; cursor: pointer; border: 1px solid rgba(255,255,255,0.12); background: transparent; color: #A1A1AA; font: 650 10.5px/1 'Inter', sans-serif; }
.st-billpick button.on { border-color: var(--acc, #00A37E); color: var(--acc-bright, #00C49A); background: color-mix(in srgb, var(--acc, #00A37E) 10%, transparent); }
.st-inv-row .st-pastebtn { flex: none; }
.st-inv-txt { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.st-inv-txt b { font: 650 12px/1.25 'Inter', sans-serif; color: #FAFAFA; }
.st-inv-txt em { font-style: normal; font: 500 10.5px/1.3 ui-monospace, 'SF Mono', monospace; color: #8E8E96; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.st-inv .st-pastebtn { height: 34px; padding: 0 13px; border-radius: 10px; flex: none; }
.st-invites p { margin: 9px 2px 0; font: 400 11px/1.5 'Inter', sans-serif; color: #8E8E96; text-align: left; }
.hm.light .st-typehint, .hm.light .st-invites p { color: #6B6B73; }
.hm.light .st-sell-row { color: #45454C; }
.hm.light .st-inv { background: #FFFFFF; border-color: rgba(15,15,16,0.12); }
.hm.light .st-inv-txt b { color: #141417; }
.hm.light .st-inv-txt em { color: #6B6B73; }
.hm.light .st-billpick button { border-color: rgba(15,15,16,0.14); color: #5B5B63; }
.hm.light .st-billpick button.on { color: var(--acc, #00A37E); border-color: var(--acc, #00A37E); }
/* Pédagogie · les 3 pass individuels */
.st-disclose { margin: 0 2px 12px; border: 0; background: transparent; color: var(--acc-bright, #00C49A); font: 600 12px/1 'Inter', sans-serif; cursor: pointer; padding: 2px; display: inline-flex; align-items: center; gap: 4px; }
.st-disclose .st-chev { transition: transform 180ms; }
.st-passwrap { margin: 0 0 12px; width: 100%; }
.st-pass { display: flex; flex-direction: column; gap: 3px; padding: 10px 12px; border: 1px solid rgba(255,255,255,0.08); border-radius: 13px; background: #101013; text-align: left; }
.st-pass + .st-pass { margin-top: 8px; }
.st-pass-head { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; }
.st-pass-head b { font: 700 12.5px/1.2 'Inter', sans-serif; color: #FAFAFA; }
.st-pass-head span { font: 650 10.5px/1.2 'Inter', sans-serif; color: var(--acc-bright, #00C49A); white-space: nowrap; }
.st-pass p { margin: 0; font: 400 11.5px/1.5 'Inter', sans-serif; color: #8E8E96; }
.hm.light .st-pass { background: #FFFFFF; border-color: rgba(15,15,16,0.1); }
.hm.light .st-pass-head b { color: #141417; }
.hm.light .st-pass p { color: #6B6B73; }
/* Menu · incitations structure (or = distinct des badges verts de l'app) */
.st-menubadge { flex-shrink: 0; padding: 4px 7px; border-radius: 99px; background: #C9A24B; color: #141310; font: 750 8.5px/1 'Inter', sans-serif; letter-spacing: 0.09em; }
.st-menubadge.miss { background: transparent; border: 1.2px dashed #F09A3E; color: #F09A3E; padding: 3px 7px; }
.hm.light .st-menubadge.miss { border-color: #C96F10; color: #C96F10; }
.st-warnem { color: #F09A3E !important; }
.hm.light .st-warnem { color: #C96F10 !important; }
.ob-card-val.miss { color: #E8A45C; letter-spacing: 0.05em; }
.pg-rowact.warn { color: #F09A3E; font-weight: 650; }
.hm.light .pg-rowact.warn { color: #C96F10; }
.hm-nostr { color: #F09A3E; font-weight: 650; }
.hm.light .hm-nostr { color: #C96F10; }
.hm-orgname { color: inherit; }

/* Pass ID · rangée Structure · ajout en un geste */
.pg-rowact { display: inline-flex; align-items: center; gap: 5px; border: 0; background: transparent; color: var(--acc-bright, #00C49A); font: 650 12.5px/1 'Inter', sans-serif; cursor: pointer; padding: 2px 0; }

/* Mode clair */
.hm.light .st-sub { color: #6B6B73; }
.hm.light .st-choice { background: #FFFFFF; border-color: rgba(15,15,16,0.08); color: #141417; }
.hm.light .st-choice:active { background: #F7F7F5; }
.hm.light .st-choice-txt em, .hm.light .st-hint { color: #6B6B73; }
.hm.light .st-input { background: #FFFFFF; border-color: rgba(15,15,16,0.12); color: #141417; }
.hm.light .st-chip { border-color: rgba(15,15,16,0.14); color: #45454C; }
.hm.light .st-chip.on { color: #FFFFFF; border-color: var(--acc, #00A37E); }
.hm.light .st-pastebtn { background: #F1F1F3; border-color: rgba(15,15,16,0.1); color: #141417; }
.hm.light .st-lbl, .hm.light .st-orghead-txt em, .hm.light .st-done em { color: #6B6B73; }
.hm.light .st-orghead-txt b, .hm.light .st-done b { color: #141417; }
.hm.light .st-done p { color: #45454C; }

/* ── R-06 · tuiles d'actifs cliquables (mènent à leur page) ── */
button.gr-fact { font: inherit; color: inherit; cursor: pointer; transition: transform 120ms ease, background 120ms ease; }
button.gr-fact:active { transform: scale(0.97); }

/* ── Hub structure · personnes liées ── */
.st-mblist { background: var(--fp-surface); border: 1px solid var(--fp-border); border-radius: 14px; overflow: hidden; margin-top: 8px; }
.st-mb + .st-mb { border-top: 1px solid var(--fp-border); }
.st-mbrow { display: flex; align-items: center; gap: 10px; width: 100%; padding: 10px 12px; background: none; border: none; cursor: pointer; text-align: left; color: inherit; }
.st-mbrow:active { background: rgba(255,255,255,0.04); }
.hm.light .st-mbrow:active { background: rgba(15,15,16,0.04); }
.st-mbav { width: 30px; height: 30px; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.08); font: 650 10.5px/1 'Inter', sans-serif; color: #B7B7BF; letter-spacing: 0.02em; }
.hm.light .st-mbav { background: rgba(15,15,16,0.07); color: #45454C; }
.st-mbtxt { min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.st-mbtxt b { font: 650 12.5px/1.3 'Inter', sans-serif; color: #FAFAFA; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hm.light .st-mbtxt b { color: #0F0F10; }
.st-mbtxt em { font: 400 10.5px/1.3 'Inter', sans-serif; font-style: normal; color: #8E8E96; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.st-mbright { margin-left: auto; flex-shrink: 0; font: 600 10.5px/1 'Inter', sans-serif; color: #B7B7BF; white-space: nowrap; }
.hm.light .st-mbright { color: #6B6B73; }
.st-mbright.ok { color: var(--acc-bright, #00C49A); }
.st-mbacts { display: flex; flex-wrap: wrap; gap: 8px; padding: 0 12px 12px 52px; }
