/* Hub TOC : liste TOUS les articles avec sous-grouping (Tommy 2026-06-04) */

.hub-toc-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hub-toc-items > li.hub-toc-group {
  margin-bottom: 18px;
}
.hub-toc-group-h {
  display: block;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #7C3AED;
  padding: 0 0 6px 0;
  border-bottom: 1px dashed rgba(124, 58, 237, 0.18);
  margin-bottom: 8px;
}
.hub-toc-items > li > ul,
.hub-toc-items > li > ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hub-toc-items > li > ul > li,
.hub-toc-items > li > ol > li {
  padding: 0;
  margin: 0 0 2px;
}
.hub-toc-items > li > ul > li > a,
.hub-toc-items > li > ol > li > a {
  display: block;
  padding: 6px 8px;
  border-radius: 6px;
  color: #475569;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
  word-break: normal;
  overflow-wrap: break-word;
}
.hub-toc-items > li > ul > li > a:hover,
.hub-toc-items > li > ol > li > a:hover,
.hub-toc-items > li > ul > li > a.is-active,
.hub-toc-items > li > ol > li > a.is-active {
  background: rgba(124, 58, 237, 0.08);
  color: #6D28D9;
}
.hub-toc-items .toc-label {
  display: inline;
}
/* Numérotations TOC retirées partout (Tommy 2026-06-04) */
.toc-num { display: none !important; }
/* Scroll offset pour les cards quand on clique un lien TOC */
.hub-card[id^="art-"] {
  scroll-margin-top: 90px;
}
