.tmb-sources { list-style: none; padding: 0; margin: 12px 0 0; display: grid; gap: 12px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.tmb-source-card { padding: 12px 14px; border: 1px solid #d7c58c; border-radius: 14px; background: rgba(255,255,255,0.78); }
.tmb-source-card h3 { margin: 0 0 6px; color: #5a4316; font-size: 1.02rem; }
.tmb-source-detail { margin: 0 0 8px; color: #4a3814; font-size: 0.92rem; }
.tmb-source-meta { margin: 0 0 6px; }
.tmb-source-links { margin: 0; font-size: 0.92rem; }
.tmb-pill { display: inline-block; padding: 2px 9px; border-radius: 999px; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.03em; background: #e9c46a; color: #4a3814; margin-right: 4px; }
.tmb-pill-soft { background: rgba(229, 196, 106, 0.35); color: #5a4316; font-weight: 600; }
.tmb-footnote { color: #5c4a18; font-size: 0.9rem; margin-top: 12px; }

.tmb-toolbar { background: rgba(255,255,255,0.65); border: 1px solid #d7c58c; border-radius: 14px; padding: 12px 14px; margin: 12px 0 14px; display: grid; gap: 10px; }
.tmb-toolbar-row { display: grid; gap: 10px; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); align-items: end; }
.tmb-field { display: flex; flex-direction: column; gap: 4px; font-size: 0.9rem; color: #4a3814; }
.tmb-field input, .tmb-field select { padding: 7px 9px; border: 1px solid #c8a857; border-radius: 8px; background: #fffaf0; font-size: 0.96rem; color: #2a2010; }
.tmb-field input:focus, .tmb-field select:focus { outline: 2px solid #b6862a; outline-offset: 1px; }
.tmb-reset { padding: 8px 14px; border-radius: 999px; border: 1px solid #b79238; background: #fff6de; color: #5a4316; font-weight: 600; cursor: pointer; }
.tmb-reset:hover { background: #ffe9b3; }

.tmb-count { color: #5a4316; font-size: 0.92rem; margin: 4px 0 10px; }
.tmb-results { display: grid; gap: 10px; }
.tmb-card { background: rgba(255,255,255,0.86); border: 1px solid #d7c58c; border-radius: 12px; padding: 6px 12px; }
.tmb-card[open] { background: rgba(255,255,255,0.96); }
.tmb-card summary { cursor: pointer; padding: 8px 4px; font-size: 0.97rem; line-height: 1.4; color: #2a2010; }
.tmb-card summary::marker { color: #b79238; }
.tmb-body { padding: 6px 4px 12px; border-top: 1px dashed #d7c58c; margin-top: 6px; }
.tmb-def { margin: 6px 0 10px; color: #2a2010; }

.tmb-tag { display: inline-block; padding: 1px 7px; border-radius: 6px; font-size: 0.74rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; margin-right: 6px; vertical-align: 1px; }
.tmb-tag-metier { background: #2c4f8f; color: #fff; }
.tmb-tag-savoir { background: #6c4ea3; color: #fff; }
.tmb-tag-savoir_faire { background: #1f6a39; color: #fff; }
.tmb-tag-savoir_etre { background: #b06330; color: #fff; }

.tmb-code { font-family: Consolas, "Courier New", monospace; background: #fff6de; border: 1px solid #d7c58c; border-radius: 5px; padding: 0 6px; font-size: 0.86rem; color: #5a4316; }
.tmb-code-isco { background: #eef2ff; border-color: #b9c4f0; color: #2c4f8f; margin-left: 4px; }
.tmb-meta { color: #5a4316; font-size: 0.88rem; }

.tmb-chip-row { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; margin: 6px 0; }
.tmb-chip-label { color: #5a4316; font-size: 0.88rem; font-weight: 600; margin-right: 4px; }
.tmb-chip { display: inline-block; padding: 3px 9px; border-radius: 999px; font-size: 0.85rem; }
.tmb-chip.tmb-cat { background: #fbe9ef; color: #8a294a; }
.tmb-chip.tmb-appel { background: #eaf2ff; color: #2c4f8f; }

.tmb-comp-wrap { margin: 8px 0; }
.tmb-comp-wrap h4 { margin: 6px 0 4px; color: #5a4316; font-size: 0.96rem; }
.tmb-comp-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 4px; }
.tmb-comp-list li { padding: 4px 8px; background: rgba(255, 246, 222, 0.55); border-radius: 6px; font-size: 0.92rem; }
.tmb-req { color: #8a4a14; font-weight: 600; font-size: 0.78rem; margin-left: 4px; }
.tmb-comp-more { font-style: italic; color: #5a4316; }

.tmb-links { margin: 6px 0 0; font-size: 0.9rem; }
.tmb-pager { text-align: center; margin: 14px 0 0; }
.tmb-more { padding: 8px 18px; border-radius: 999px; border: 1px solid #b79238; background: #fff6de; color: #5a4316; font-weight: 600; cursor: pointer; }
.tmb-more:hover { background: #ffe9b3; }

.tmb-stats { list-style: none; padding: 0; margin: 14px 0 0; display: grid; gap: 8px; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.tmb-stats li { background: rgba(255,255,255,0.78); border: 1px solid #d7c58c; border-radius: 10px; padding: 8px 12px; display: flex; justify-content: space-between; align-items: baseline; gap: 8px; }
.tmb-stats li strong { color: #5a4316; }
.tmb-stats li span { font-family: Consolas, "Courier New", monospace; color: #2a2010; font-size: 1.05rem; }
