/* Talent — Ma Shortlist d'offres (R12/R16). Retour client 06/08 : la vraie page
   reprend la maquette B3 mergée /mockups/talent/saved (« Ma Shortlist d'offres,
   rangez et comparez ») : titre Playfair, carrousel de dossiers, toolbar de
   filtres, liste en rangées, barre flottante de comparaison. Styles extraits du
   mockup, à l'identique ; ajouts réels signalés en commentaire. */

main:has(.page-talent-saved){max-width:none;padding:0;padding-top:90px;margin:0;background:#fff;}

/* Les jetons gold (--gold-fill, --gold-fill-deep, --gold-text-grad, --on-gold)
   étaient recopiés ici ; ils viennent maintenant de design_tokens.css. */
.page-talent-saved { box-sizing: border-box; }
.page-talent-saved *, .page-talent-saved *::before, .page-talent-saved *::after { box-sizing: border-box; }
.page-talent-saved { min-height: 100vh; background: #FFFFFF; font-family: 'Geist', 'Inter', system-ui, -apple-system, sans-serif; color: #2C2C2C; }
.page-talent-saved button { cursor: pointer; border: none; background: none; font-family: inherit; color: inherit; }
.page-talent-saved a { text-decoration: none; color: inherit; }
.page-talent-saved ::-webkit-scrollbar { height: 7px; width: 7px; }
.page-talent-saved ::-webkit-scrollbar-thumb { background: var(--gold-300); border-radius: 4px; }
.page-talent-saved .ic { width: 16px; height: 16px; flex-shrink: 0; }
.page-talent-saved .ic-sm { width: 13px; height: 13px; flex-shrink: 0; }

.page-talent-saved .wrap { max-width: 1240px; margin: 0 auto; padding: 30px 26px 96px; }

/* ─── Titre ─── */
.page-talent-saved h1 { font-family: 'Playfair Display', Georgia, serif; font-size: 32px; font-weight: 600; letter-spacing: -.015em; line-height: 1.15; color: #2C2C2C; margin: 0; }
/* #1818 : inline-block + padding droit, sinon le jambage de la dernière lettre
   italique sort de la boîte de peinture du background-clip:text (rognée). */
.page-talent-saved h1 em { font-style: italic; font-weight: 600; display: inline-block; padding-right: .14em; margin-right: -.14em; background: var(--gold-text-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.page-talent-saved .lead { font-size: 14px; color: #8A857A; margin: 8px 0 0; max-width: 720px; line-height: 1.5; }

.page-talent-saved .blk-lbl { font-family: 'Geist Mono', ui-monospace, monospace; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-600); margin: 32px 0 12px; }
.page-talent-saved .lbl-hint { font-family: 'Geist', sans-serif; font-size: 10px; font-weight: 500; text-transform: none; letter-spacing: 0; color: #A8A399; margin-left: 6px; }

/* ─── Dossiers d'offres (carrousel) ─── */
.page-talent-saved .postes-wrap { position: relative; }
.page-talent-saved .postes { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 6px; }
.page-talent-saved .poste { position: relative; flex: 0 0 128px; min-width: 128px; text-align: center; border: 1px solid #E5E2DC; border-radius: var(--r-md); padding: 10px 9px; background: #fff; transition: all .15s ease; }
.page-talent-saved .poste:hover { border-color: var(--gold-300); }
.page-talent-saved .poste.on { border-color: var(--gold-400); background: var(--gold-50); box-shadow: 0 2px 10px rgba(163,133,67,.16); }
.page-talent-saved .poste .pt { font-size: 11.5px; font-weight: 600; }
.page-talent-saved .poste .pe { font-size: 9.5px; color: var(--gold-700); margin-top: 2px; }
.page-talent-saved .poste .pm { margin-top: 6px; font-size: 9px; color: #8A857A; display: flex; align-items: center; justify-content: center; gap: 4px; }
.page-talent-saved .poste .pc { margin-top: 7px; font-size: 9.5px; font-weight: 600; color: #4A4640; display: inline-flex; align-items: center; gap: 4px; background: #F4F2EE; border-radius: var(--r-pill); padding: 2px 8px; }
.page-talent-saved .poste .pc.pc-plain { background: transparent; padding-left: 0; padding-right: 0; }
.page-talent-saved .poste.allp { background: var(--gold-50); overflow: hidden; }
.page-talent-saved .poste.allp.on { background: var(--gold-50); }
.page-talent-saved .dtag { position: absolute; top: 8px; right: 8px; font-family: 'Geist Mono', ui-monospace, monospace; font-size: 7px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; border-radius: 5px; padding: 2px 5px; z-index: 2; }
.page-talent-saved .poste:not(.allp):not(.dossier-new) .pt { margin-top: 14px; }
.page-talent-saved .dtag-folder { color: var(--gold-700); background: var(--gold-50); border: 1px solid var(--gold-200); }
.page-talent-saved .dtag-coup { color: #A9455C; background: #FBEEF1; border: 1px solid #ECC7D2; }
.page-talent-saved .dtag-unc { color: #B0432F; background: #FBF3E1; border: 1px solid var(--gold-200); }
.page-talent-saved .dossier-coup { border-left: 3px solid #C56A80; }
.page-talent-saved .dossier-coup.on { border-color: #C56A80; box-shadow: 0 2px 10px rgba(197,106,128,.18); }
.page-talent-saved .dossier-unclassed { border-style: dashed; border-color: var(--gold-200); background: #FEFBF4; }
.page-talent-saved .dossier-new { border-style: dashed; border-color: var(--gold-300); background: var(--gold-50); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.page-talent-saved .dossier-new:hover { background: var(--gold-100); }
.page-talent-saved .dn-plus { width: 34px; height: 34px; border-radius: 50%; background: #fff; border: 1px solid var(--gold-300); display: grid; place-items: center; color: var(--gold-600); margin-bottom: 8px; }
/* Réel : la card « Nouveau dossier » est un vrai formulaire (CompareFolder). */
.page-talent-saved .dossier-new-form { display: flex; flex-direction: column; align-items: center; gap: 6px; width: 100%; }
.page-talent-saved .dossier-new-input { width: 100%; font-size: 10.5px; text-align: center; border: 1px solid var(--gold-200); border-radius: var(--r-sm); padding: 5px 6px; background: #fff; font-family: inherit; }
.page-talent-saved .dossier-new-input:focus { outline: none; border-color: var(--gold-primary); }
.page-talent-saved .scroll-hint { position: absolute; top: calc(50% - 4px); right: 2px; transform: translateY(-50%); width: 34px; height: 34px; border-radius: 50%; background: #fff; border: 1px solid var(--gold-200); box-shadow: 0 2px 10px rgba(44,44,44,.14); display: grid; place-items: center; color: var(--gold-600); pointer-events: none; z-index: 3; animation: tslNudge 1.6s ease-in-out infinite; }
@keyframes tslNudge { 0%,100% { transform: translateY(-50%) translateX(0); } 50% { transform: translateY(-50%) translateX(3px); } }
.page-talent-saved .postes-wrap::after { content: ""; position: absolute; top: 0; right: 0; width: 52px; height: 100%; background: linear-gradient(90deg, transparent, #FFFFFF); pointer-events: none; z-index: 1; }

/* ─── Toolbar (filtres + tri + export) ─── */
.page-talent-saved .toolbar { display: flex; align-items: center; gap: 12px; margin: 26px 0 10px; flex-wrap: wrap; padding: 12px 14px; border: 1px solid #E5E2DC; border-radius: 14px; background: #fff; }
.page-talent-saved .fchips { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.page-talent-saved .fcat { font-family: 'Geist Mono', ui-monospace, monospace; font-size: 10.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #2C2C2C; }
.page-talent-saved .fcat::after { content: ':'; margin-left: 1px; color: #8A857A; }
.page-talent-saved .fchip { display: inline-flex; align-items: center; gap: 6px; height: 32px; padding: 0 13px; font-size: 12.5px; font-weight: 600; color: #8A857A; background: #fff; border: 1px solid #E5E2DC; border-radius: var(--r-pill); transition: all .15s ease; }
.page-talent-saved .fchip:hover { border-color: var(--gold-300); color: var(--gold-700); }
.page-talent-saved .fchip.on { background: var(--gold-50); border-color: var(--gold-400); color: var(--gold-700); }
.page-talent-saved .fchip[data-val="perfect"].on { color: var(--green); background: var(--green-50); border-color: var(--green-200); }
.page-talent-saved .fchip[data-val="strong"].on { color: #C0651F; background: #FBEFE2; border-color: #EBC9A6; }
.page-talent-saved .fchip[data-val="match"].on { color: var(--gold-500); background: var(--gold-50); border-color: var(--gold-200); }
/* Réel : sans score IA journalisé, les chips Match restent visibles mais
   grisées et annotées Brique 3 (adéquation IA à venir). */
.page-talent-saved .fchip[disabled] { opacity: .45; cursor: not-allowed; }
.page-talent-saved .fchip[disabled]:hover { border-color: #E5E2DC; color: #8A857A; }
.page-talent-saved .brick-tag { font-size: 8px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; padding: 1px 6px; border-radius: 100px; background: #1C1A17; color: var(--gold-200); border: 1px solid rgba(196,165,89,.35); white-space: nowrap; }
.page-talent-saved .fsep { width: 1px; height: 20px; background: #E5E2DC; margin: 0 2px; }
.page-talent-saved .sort { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: #8A857A; }
.page-talent-saved .sort-seg { display: inline-flex; background: #F4F2EE; border-radius: var(--r-pill); padding: 3px; }
.page-talent-saved .sort-seg button { font-size: 12.5px; font-weight: 600; color: #8A857A; padding: 6px 12px; border-radius: var(--r-pill); }
.page-talent-saved .sort-seg button.on { background: #fff; color: var(--gold-700); box-shadow: 0 1px 2px rgba(44,44,44,.05); }
.page-talent-saved .btn-export { margin-left: auto; display: inline-flex; align-items: center; gap: 7px; height: 38px; padding: 0 15px; border: 1px solid #E5E2DC; border-radius: var(--r-pill); font-size: 13px; font-weight: 600; color: #4A4640; background: #fff; }
.page-talent-saved .btn-export:hover { border-color: var(--gold-300); color: var(--gold-700); }

/* ─── Liste shortlist ─── */
.page-talent-saved .clist { display: flex; flex-direction: column; gap: 12px; margin-top: 14px; }
/* #2257 : flex nowrap sur desktop, sinon la colonne d'actions bascule sur une
   2e ligne quand le badge de match est large. Wrap rétabli sous 1000px. */
/* Bug #2868 : `overflow: hidden` (repris du mockup, où le picker était collé
   au <body> pour s'en échapper) rognait tout ce qui sort de la rangée. Le menu
   « + Dossier » vit DANS la carte : la carte ne clippe plus. Rien n'y avait
   besoin d'être rogné, la photo se clippe elle-même. */
.page-talent-saved .ccard { display: flex; flex-wrap: nowrap; align-items: center; gap: 13px; background: #fff; border: 1px solid #E5E2DC; border-radius: 14px; padding: 14px 18px; box-shadow: 0 1px 2px rgba(44,44,44,.05); transition: all .15s ease; position: relative; overflow: visible; }
.page-talent-saved .ccard:hover { border-color: var(--gold-200); box-shadow: 0 4px 14px rgba(44,44,44,.07); }
.page-talent-saved .ccard.selected { border-color: var(--gold-400); background: var(--gold-50); }
.page-talent-saved .ccard.dragging { opacity: .5; border-style: dashed; }
.page-talent-saved .ccard.drag-over { border-color: var(--gold-400); box-shadow: 0 -2px 0 var(--gold-400); }
.page-talent-saved .cc-drag { display: flex; align-items: center; color: #C9C5BC; cursor: grab; padding: 2px; flex-shrink: 0; align-self: center; }
.page-talent-saved .cc-drag:hover { color: var(--gold-500); }
.page-talent-saved .checkbox { width: 20px; height: 20px; border-radius: 6px; border: 1.5px solid #C9C5BC; display: grid; place-items: center; color: #fff; transition: all .15s ease; cursor: pointer; flex-shrink: 0; align-self: center; }
.page-talent-saved .checkbox svg { width: 12px; height: 12px; opacity: 0; }
.page-talent-saved .checkbox.checked { background: var(--gold-500); border-color: var(--gold-500); }
.page-talent-saved .checkbox.checked svg { opacity: 1; }
.page-talent-saved .cc-rank { display: flex; flex-direction: column; align-items: center; gap: 6px; flex-shrink: 0; }
.page-talent-saved .cc-photo { width: 48px; height: 48px; border-radius: var(--r-md); display: grid; place-items: center; font-weight: 700; font-size: 14px; color: #fff; border: 2px solid #F4F2EE; overflow: hidden; }
/* Réel : vraie photo d'établissement (repli dégradé si absente). */
.page-talent-saved .cc-photo.has-photo { background: #EDE7DA; }
.page-talent-saved .cc-photo.has-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.page-talent-saved .ph1 { background: linear-gradient(135deg, var(--gold-600), var(--gold-primary)); }
.page-talent-saved .ph2 { background: linear-gradient(135deg, #3d5a4a, #6e8f76); }
.page-talent-saved .ph3 { background: linear-gradient(135deg, var(--gold-700), var(--gold-400)); }
.page-talent-saved .ph4 { background: linear-gradient(135deg, #5B7A9B, #9db4c9); }
.page-talent-saved .ph5 { background: linear-gradient(135deg, #8a5a4a, #c69a86); }
.page-talent-saved .ph6 { background: linear-gradient(135deg, #6c5ab0, #a99ad6); }
.page-talent-saved .cc-badge-rank { font-family: 'Geist Mono', ui-monospace, monospace; font-size: 11px; font-weight: 700; color: var(--gold-700); }
.page-talent-saved .cc-badge-rank.top { color: var(--on-gold); text-shadow: var(--on-gold-shadow); background: var(--gold-fill-deep); border-radius: var(--r-pill); padding: 2px 9px; }
.page-talent-saved .cc-info { flex: 0 0 208px; width: 208px; display: block; padding: 0; }
.page-talent-saved .cc-name { font-size: 14px; font-weight: 600; display: flex; align-items: center; gap: 7px; flex-wrap: wrap; }
.page-talent-saved .vbadge { display: inline-flex; align-items: center; gap: 3px; height: 17px; padding: 0 7px; border-radius: var(--r-pill); background: var(--green-50); border: 1px solid var(--green-200); font-size: 8px; font-weight: 700; letter-spacing: .1em; color: var(--green); }
.page-talent-saved .vbadge .vdot { width: 5px; height: 5px; border-radius: 50%; background: var(--green); }
.page-talent-saved .cc-note { position: relative; display: inline-flex; align-items: center; color: var(--gold-600); cursor: pointer; margin-left: 2px; }
.page-talent-saved .cc-note svg { width: 14px; height: 14px; }
.page-talent-saved .cc-note-pop { position: absolute; bottom: calc(100% + 8px); left: 50%; transform: translateX(-50%); width: 210px; background: #2C2C2C; color: #fff; border-radius: 10px; padding: 9px 11px; font-size: 11.5px; line-height: 1.45; box-shadow: 0 8px 24px rgba(44,44,44,.25); opacity: 0; visibility: hidden; transition: all .15s ease; z-index: 20; }
.page-talent-saved .cc-note-pop b { display: block; font-size: 10px; color: var(--gold-200); margin-bottom: 3px; font-weight: 600; }
.page-talent-saved .cc-note:hover .cc-note-pop, .page-talent-saved .cc-note:focus .cc-note-pop { opacity: 1; visibility: visible; }
.page-talent-saved .cc-poste-under { margin-top: 7px; display: flex; flex-direction: column; gap: 2px; }
.page-talent-saved .pa-lbl { font-family: 'Geist Mono', ui-monospace, monospace; font-size: 8.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #8A857A; }
.page-talent-saved .pa-val { font-size: 12.5px; font-weight: 600; color: #2C2C2C; }
.page-talent-saved .pa-sub { font-size: 11px; color: #8A857A; display: flex; align-items: center; gap: 4px; }

/* colonnes */
.page-talent-saved .cc-col { display: flex; flex-direction: column; gap: 4px; flex-shrink: 0; align-items: flex-start; height: 68px; justify-content: flex-start; }
.page-talent-saved .col-lbl { font-family: 'Geist Mono', ui-monospace, monospace; font-size: 8.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #8A857A; }
.page-talent-saved .col-val { font-size: 12.5px; font-weight: 600; color: #2C2C2C; }
.page-talent-saved .cc-dossiers-zone { flex: 1 1 130px; max-width: 210px; height: 68px; }
.page-talent-saved .cc-lieu { flex: 1 1 66px; max-width: 130px; }
/* #1958 : rémunération sur une seule ligne */
.page-talent-saved .cc-rem { flex: 1 1 120px; max-width: 172px; }
.page-talent-saved .cc-rem .col-val { color: var(--gold-600); white-space: nowrap; }
.page-talent-saved .cc-contrat { flex: 1 1 70px; max-width: 120px; }
.page-talent-saved .cc-echeance { flex: 1 1 92px; max-width: 150px; }
.page-talent-saved .cc-echeance .e-open { color: var(--green); }
.page-talent-saved .cc-match { display: flex; flex-direction: column; align-items: center; gap: 5px; flex: 1 1 108px; max-width: 180px; justify-content: flex-start; }
.page-talent-saved .mlbl { font-family: 'Geist Mono', ui-monospace, monospace; font-size: 8.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: #8A857A; }
/* Réel : offre sans score IA journalisé → pastille neutre annotée Brique 3. */
.page-talent-saved .mtag-off { display: inline-flex; align-items: center; gap: 6px; font-size: 11.5px; font-weight: 700; padding: 4px 10px; border-radius: var(--r-pill); white-space: nowrap; color: #A8A399; background: #F7F6F3; border: 1px solid #E5E2DC; }

/* zone dossiers dans la carte */
.page-talent-saved .cc-dossiers { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
/* Bug #2868 : la pastille porte maintenant sa croix de retrait, d'où le padding
   droit réduit du mockup (3px 4px 3px 9px). */
.page-talent-saved .dchip { display: inline-flex; align-items: center; gap: 5px; font-size: 10.5px; font-weight: 600; border-radius: var(--r-pill); padding: 3px 4px 3px 9px; }
.page-talent-saved .dchip-folder { color: var(--gold-700); background: var(--gold-50); border: 1px solid var(--gold-200); }
.page-talent-saved .dchip-coup { color: #A9455C; background: #FBEEF1; border: 1px solid #ECC7D2; }
.page-talent-saved .dchip-add { display: inline-flex; align-items: center; gap: 4px; font-size: 10.5px; font-weight: 600; color: #8A857A; border: 1px dashed #C9C5BC; border-radius: var(--r-pill); padding: 3px 9px; background: #fff; }
.page-talent-saved .dchip-add:hover { border-color: var(--gold-300); color: var(--gold-700); border-style: solid; }
.page-talent-saved .dchip-add svg { width: 11px; height: 11px; }

/* Bug #2868 — « + Dossier » ouvre la liste des dossiers où ranger l'offre.
   <details> natif, aucun JS. Le menu est en position absolue : c'est pour lui
   que .ccard passe en overflow visible. */
.page-talent-saved .dchip-add-wrap { position: relative; display: inline-block; }
.page-talent-saved .dchip-add-wrap > summary { list-style: none; cursor: pointer; }
.page-talent-saved .dchip-add-wrap > summary::-webkit-details-marker { display: none; }
.page-talent-saved .dchip-menu { position: absolute; top: calc(100% + 5px); left: 0; z-index: 40; min-width: 190px; background: #fff; border: 1px solid #EDE8DC; border-radius: 10px; box-shadow: 0 12px 30px rgba(44,44,44,.14); padding: 5px; }
.page-talent-saved .dchip-menu form { margin: 0; }
.page-talent-saved .dchip-menu-item { display: block; width: 100%; text-align: left; padding: 7px 9px; border: none; background: none; border-radius: 7px; font-family: inherit; font-size: 12px; color: #2C2C2C; cursor: pointer; }
.page-talent-saved .dchip-menu-item:hover { background: var(--gold-50); color: var(--gold-600); }
/* La croix d'une pastille retire l'offre du dossier (vrai formulaire DELETE),
   dessinée comme dans la maquette /mockups/talent/saved. */
.page-talent-saved .dchip-x-form { display: inline; margin: 0; }
.page-talent-saved .dchip-x { width: 15px; height: 15px; border: none; border-radius: 50%; display: grid; place-items: center; padding: 0; font-size: 12px; line-height: 1; font-family: inherit; color: inherit; opacity: .55; background: none; cursor: pointer; }
.page-talent-saved .dchip-x:hover { opacity: 1; background: rgba(0,0,0,.06); }

/* actions latérales */
.page-talent-saved .cc-side { margin-left: auto; display: flex; flex-direction: column; align-items: flex-end; gap: 6px; flex-shrink: 0; }
.page-talent-saved .cc-side form { margin: 0; }
.page-talent-saved .cbtn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; height: 30px; padding: 0 12px; font-size: 11.5px; font-weight: 600; border-radius: var(--r-pill); transition: all .15s ease; white-space: nowrap; width: 108px; }
.page-talent-saved .cbtn.primary { background: var(--gold-fill); color: var(--on-gold); text-shadow: var(--on-gold-shadow); box-shadow: 0 1px 0 rgba(255,255,255,.35) inset, 0 3px 12px rgba(207,160,78,.3); }
.page-talent-saved .cbtn.primary:hover { transform: translateY(-1px); filter: brightness(1.04); }
.page-talent-saved .cbtn.primary.is-locked { filter: grayscale(.5); opacity: .7; cursor: not-allowed; }
.page-talent-saved .cbtn.primary.is-locked:hover { transform: none; }
.page-talent-saved .cbtn.ghost { background: #fff; border: 1px solid #E5E2DC; color: #4A4640; }
.page-talent-saved .cbtn.ghost:hover { border-color: var(--gold-300); color: var(--gold-700); }
.page-talent-saved .cbtn.ghost.is-sent { color: #8A857A; cursor: default; }
.page-talent-saved .cbtn.danger { background: #fff; border: 1px solid #F0D9D1; color: #B0432F; }
.page-talent-saved .cbtn.danger:hover { background: #FBF4F1; }

.page-talent-saved .no-match { text-align: center; padding: 30px; color: #8A857A; font-size: 13px; display: none; }

/* ─── État vide (aucune offre sauvegardée) ─── */
.page-talent-saved .empty-state { margin-top: 24px; padding: 60px 24px; text-align: center; color: #8A857A; font-size: 14px; line-height: 1.6; border: 1px solid #EADFC2; border-radius: var(--r-lg); background: #FFFDF9; }
.page-talent-saved .empty-state b { display: block; color: #2C2C2C; font-size: 16px; margin-bottom: 4px; }
.page-talent-saved .empty-state .cbtn { width: auto; height: 38px; padding: 0 22px; margin-top: 16px; }

/* ─── Note ─── */
.page-talent-saved .note { font-size: 12px; color: #8A857A; margin-top: 24px; padding: 12px 14px; background: #FFFDF9; border: 1px solid #E5E2DC; border-radius: 10px; line-height: 1.5; }
.page-talent-saved .note b { color: #4A4640; }

/* ─── Barre comparer flottante ─── */
.page-talent-saved .tsl-bar { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%); background: linear-gradient(#fffdf8, #fffdf8) padding-box, linear-gradient(115deg, var(--gold-primary), var(--gold-200) 40%, var(--gold-primary)) border-box; border: 1.5px solid transparent; color: #2C2C2C; border-radius: var(--r-pill); padding: 14px 22px; display: none; align-items: center; gap: 22px; box-shadow: 0 10px 32px rgba(163,133,67,.25); z-index: 200; }
.page-talent-saved .tsl-bar.visible { display: flex; }
.page-talent-saved .tsl-bar-info { display: flex; align-items: center; gap: 8px; }
/* #1848 : pastilles rondes des établissements sélectionnés */
.page-talent-saved .tsl-bar-avs { display: flex; align-items: center; }
.page-talent-saved .tsl-bar-avs:empty { display: none; }
.page-talent-saved .tsl-bar-av { position: relative; width: 34px; height: 34px; margin-right: -5px; }
.page-talent-saved .tsl-bar-av:last-child { margin-right: 4px; }
.page-talent-saved .tsl-bar-av-photo { width: 100%; height: 100%; border-radius: 50%; display: grid; place-items: center; font-size: 11px; font-weight: 700; color: #fff; box-shadow: 0 0 0 2px #fffdf8; overflow: hidden; }
.page-talent-saved .tsl-bar-av-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
/* z-index : les pastilles se chevauchent, la croix doit rester cliquable. */
.page-talent-saved .tsl-bar-av-x { position: absolute; z-index: 2; top: -3px; right: -3px; width: 16px; height: 16px; border-radius: 50%; background: #fff; border: 1px solid #E5E2DC; display: grid; place-items: center; padding: 0; box-shadow: 0 1px 3px rgba(44,44,44,.16); }
.page-talent-saved .tsl-bar-av-x svg { width: 8px; height: 8px; color: #8A857A; }
.page-talent-saved .tsl-bar-av-x:hover { border-color: #C56A80; }
.page-talent-saved .tsl-bar-av-x:hover svg { color: #C56A80; }
.page-talent-saved .tsl-bar-count { font-weight: 700; font-size: 18px; color: var(--gold-600); }
.page-talent-saved .tsl-bar-lbl { font-size: 14px; }
.page-talent-saved .tsl-bar-hint { font-size: 12px; color: #A8A399; }
.page-talent-saved .tsl-bar-actions { display: flex; align-items: center; gap: 14px; }
.page-talent-saved .tsl-bar-clear { color: #8A857A; font-size: 13px; font-weight: 600; text-decoration: underline; }
.page-talent-saved .tsl-bar-clear:hover { color: var(--gold-700); }
.page-talent-saved .tsl-bar-go { display: inline-flex; align-items: center; gap: 8px; height: 44px; padding: 0 34px; border-radius: var(--r-pill); font-size: 14px; font-weight: 600; color: var(--on-gold); text-shadow: var(--on-gold-shadow); background: var(--gold-fill); box-shadow: 0 1px 0 rgba(255,255,255,.55) inset, 0 4px 14px rgba(220,179,103,.3); transition: all .15s ease; }
.page-talent-saved .tsl-bar-go:hover:not(:disabled) { transform: translateY(-1px); filter: brightness(1.04); }
.page-talent-saved .tsl-bar-go:disabled { opacity: .4; cursor: not-allowed; }

@media (max-width: 1150px) { .page-talent-saved .cc-dossiers-zone, .page-talent-saved .cc-contrat { display: none; } }
@media (max-width: 1000px) { .page-talent-saved .ccard { flex-wrap: wrap; } .page-talent-saved .cc-side { flex-direction: row; width: 100%; margin-left: 0; justify-content: flex-end; border-top: 1px solid #F4F2EE; padding-top: 12px; } .page-talent-saved .cbtn { width: auto; } }

/* Retour client 06/08 — état « candidature envoyée » : vert + coche, comme
   .btn-applied de la page offre (avant : ghost blanc indistinct). */
.page-talent-saved .cbtn.is-sent { background: rgba(27,122,78,.08); border: 1px solid rgba(27,122,78,.25); color: var(--green); font-weight: 700; }
/* Retour Loïc 10/08 — « Candidature envoyée » débordait du bouton : .cbtn est
   à largeur fixe (108px) et en white-space:nowrap, or ce libellé est le plus
   long des trois états. On resserre ce bouton-là seulement, les autres
   (Postuler, Retirer) tiennent déjà. */
.page-talent-saved .cbtn.is-sent { font-size: 10px; letter-spacing: -.01em; gap: 4px; padding: 0 8px; }
.page-talent-saved .cbtn.is-sent:hover { background: rgba(27,122,78,.14); }
