/* Les quatre gestes autour d'une offre : l'étoile, la fiche (qui postule, CV réadapté),
   la page des gardées, la page du réseau, la carte du CV adapté. Même verre, mêmes
   jetons que le reste de l'application ; le téléphone d'abord, l'ordinateur élargit. */

/* ---- l'étoile sur une offre ---- */
#dire .bulle.resultat .offres-dire li { grid-template-columns: 46px 1fr 40px; grid-template-areas: "logo texte etoile" "bouton bouton bouton"; }
#dire .bulle.resultat .offres-dire li .offre-ouvrir { cursor: pointer; }
#dire .bulle.resultat .offres-dire li .garder { grid-area: etoile; align-self: start; width: 40px; height: 40px; min-height: 0; padding: 0; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.95); background: var(--verre2); color: var(--muted); display: grid; place-items: center; }
#dire .bulle.resultat .offres-dire li .garder svg { width: 20px; height: 20px; }
#dire .bulle.resultat .offres-dire li .garder[aria-pressed="true"] { color: var(--accent); background: var(--accent-wash); }
#dire .bulle.resultat .offres-dire li .garder[aria-pressed="true"] svg path { fill: currentColor; }
#dire .affine.gardees { display: inline-flex !important; align-items: center; gap: 5px; padding: 7px 12px; border-radius: 999px; background: var(--verre2); border: 1px solid rgba(255, 255, 255, 0.95); font-size: 11.5px; color: var(--ink); text-decoration: none; min-height: 0; }
#dire .affine.gardees .n-gardees:not(:empty) { padding: 0 6px; border-radius: 999px; background: var(--ink); color: #fff; font-size: 10px; line-height: 16px; }
h1 .n-gardees:not(:empty) { margin-left: 10px; font-family: var(--serif); font-weight: 400; font-size: 0.6em; color: var(--muted); vertical-align: 6px; }

/* ---- la fiche d'une offre ---- */
#fiche-offre { position: fixed; inset: 0; z-index: 90; }
#fiche-offre .fiche-voile { position: absolute; inset: 0; background: rgba(20, 20, 22, 0.28); opacity: 0; transition: opacity 0.22s ease; }
#fiche-offre .fiche-carte { position: absolute; left: 0; right: 0; bottom: 0; max-height: 92vh; overflow: auto; padding: 8px 18px calc(22px + env(safe-area-inset-bottom)); border-radius: 30px 30px 0 0; background: var(--paper, #fff); box-shadow: 0 -20px 60px -30px rgba(20, 30, 50, 0.5); transform: translateY(102%); transition: transform 0.26s cubic-bezier(0.2, 0.8, 0.2, 1); }
#fiche-offre.in .fiche-voile { opacity: 1; }
#fiche-offre.in .fiche-carte { transform: none; }
html.fiche-ouverte { overflow: hidden; }
.fiche-poignee { width: 42px; height: 5px; margin: 6px auto 12px; border-radius: 999px; background: var(--line-strong, #ccc); }
.fiche-fermer { position: absolute; top: 14px; right: 14px; width: 36px; height: 36px; min-height: 0; padding: 0; border-radius: 50%; border: 0; background: var(--verre2); color: var(--ink); font-size: 22px; line-height: 1; display: grid; place-items: center; }
.fiche-id { display: grid; grid-template-columns: 52px 1fr; column-gap: 14px; align-items: center; padding: 4px 40px 14px 0; }
.fiche-id .lettre, .fav-id .lettre, .res-pour .lettre, .res-cands .lettre { position: relative; width: 52px; height: 52px; border-radius: 16px; background: #fff; border: 1px solid rgba(255, 255, 255, 0.95); display: grid; place-items: center; overflow: hidden; box-shadow: 0 10px 24px -14px rgba(20, 30, 50, 0.45); flex: 0 0 auto; }
.fiche-id .lettre img, .fav-id .lettre img, .res-pour .lettre img, .res-cands .lettre img { position: absolute; inset: 9px; width: 34px; height: 34px; object-fit: contain; opacity: 0; }
.fiche-id .lettre.a-logo img, .fav-id .lettre.a-logo img, .res-pour .lettre.a-logo img, .res-cands .lettre.a-logo img { opacity: 1; }
.fiche-id .lettre.a-logo em, .fav-id .lettre.a-logo em, .res-pour .lettre.a-logo em, .res-cands .lettre.a-logo em { opacity: 0; }
.fiche-id .lettre em, .fav-id .lettre em, .res-pour .lettre em, .res-cands .lettre em { font-style: normal; font-weight: 700; font-size: 20px; color: var(--ink); }
.fiche-id b { font-size: 12.5px; font-weight: 600; color: var(--muted); }
.fiche-id h2 { margin: 2px 0 0; font-family: var(--serif); font-weight: 500; font-size: 23px; line-height: 1.1; letter-spacing: -0.01em; color: var(--ink); text-transform: none; }
.fiche-id p { margin: 4px 0 0; font-size: 12.5px; color: var(--muted); }
.fiche-choix { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.fiche-choix .choix { display: grid; gap: 3px; text-align: left; padding: 14px 14px 12px; min-height: 0; border-radius: 20px; border: 1.5px solid var(--line, #e6e6e6); background: var(--verre2); color: var(--ink); text-transform: none; letter-spacing: 0; }
.fiche-choix .choix b { font-size: 14px; font-weight: 600; }
.fiche-choix .choix small { font-size: 11.5px; line-height: 1.35; color: var(--muted); font-weight: 400; }
.fiche-choix .choix.on { border-color: var(--accent); background: var(--accent-wash); box-shadow: 0 12px 28px -20px var(--accent); }
.fiche-cv, .fav-cv { display: flex; align-items: center; gap: 12px; margin-top: 10px; padding: 12px 14px; border-radius: 18px; background: var(--verre2); border: 1px solid rgba(255, 255, 255, 0.95); cursor: pointer; }
.fiche-cv input, .fav-cv input { position: absolute; opacity: 0; width: 0; height: 0; }
.fiche-cv span { flex: 1; display: grid; gap: 2px; }
.fiche-cv b { font-size: 13.5px; font-weight: 600; color: var(--ink); }
.fiche-cv small { font-size: 11.5px; color: var(--muted); line-height: 1.35; }
.fiche-cv i, .fav-cv i { position: relative; width: 44px; height: 26px; border-radius: 999px; background: var(--line-strong, #ccc); flex: 0 0 auto; transition: background 0.2s; }
.fiche-cv i::after, .fav-cv i::after { content: ""; position: absolute; top: 3px; left: 3px; width: 20px; height: 20px; border-radius: 50%; background: #fff; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); transition: transform 0.2s; }
.fiche-cv input:checked + span + i, .fav-cv input:checked ~ i { background: var(--accent); }
.fiche-cv input:checked + span + i::after, .fav-cv input:checked ~ i::after { transform: translateX(18px); }
.fiche-actes, .fav-actes { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin-top: 14px; }
.fiche-actes .btn, .fav-actes .btn, .res-actes .btn, .favoris-page .btn, .reseau-page .btn, .cand-cv .btn, .cand-reseau .btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 18px; border-radius: 999px; border: 0; text-decoration: none; font-size: 14px; font-weight: 500; letter-spacing: 0; text-transform: none; cursor: pointer; }
.fiche-actes .btn.clair, .fav-actes .btn.clair, .res-actes .btn.clair, .favoris-page .btn.clair, .reseau-page .btn.clair, .cand-cv .btn.clair, .cand-reseau .btn.clair { background: var(--verre2); border: 1px solid rgba(255, 255, 255, 0.95); color: var(--ink); }
.fiche-actes .btn.bleu, .fav-actes .btn.bleu, .res-actes .btn.bleu, .favoris-page .btn.bleu, .reseau-page .btn.bleu { background: linear-gradient(180deg, var(--accent), var(--accent-hover)); color: #fff; box-shadow: 0 14px 30px -18px var(--accent); }
.fiche-actes .btn:disabled, .fav-actes .btn:disabled, .res-actes .btn:disabled { opacity: 0.55; }
.fiche-liens { display: flex; justify-content: space-between; gap: 12px; margin-top: 14px; font-size: 13px; }
.fiche-liens a { color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--line-strong, #ccc); padding-bottom: 1px; }

/* ---- la page des gardées, la page du réseau ---- */
.favoris-page, .reseau-page { padding: calc(8px + env(safe-area-inset-top)) 16px 120px; display: grid; gap: 12px; max-width: 560px; margin: 0 auto; }
.favoris-page > *, .reseau-page > * { min-width: 0; }
.favoris-page .kicker, .reseau-page .kicker { margin: 6px 0 0; font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); }
.favoris-page h1, .reseau-page h1 { margin: 0; font-family: var(--serif); font-weight: 500; font-size: 34px; line-height: 1.05; letter-spacing: -0.02em; color: var(--ink); text-transform: none; }
.favoris-page .k, .reseau-page .k { margin-top: 10px; }
.fav-vide, .res-sous { margin: 0; font-size: 14px; line-height: 1.5; color: var(--muted); }
.fav-vide a { color: var(--ink); }
.favoris-page .tout, .fav-tout { display: grid; gap: 2px; text-align: center; padding: 14px 18px; min-height: 0; border-radius: 999px; border: 0; background: var(--ink); color: #fff; text-transform: none; letter-spacing: 0; }
.fav-tout span { font-size: 14px; font-weight: 500; }
.fav-tout small { font-size: 11px; opacity: 0.75; }
.fav-liste, .res-cands, .res-histo { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.fav-liste li { padding: 16px; border-radius: 26px; background: var(--verre, rgba(255, 255, 255, 0.6)); border: 1px solid rgba(255, 255, 255, 0.95); box-shadow: 0 18px 40px -30px rgba(20, 30, 50, 0.35); display: grid; gap: 12px; animation: fav-in 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) both; animation-delay: calc(var(--i, 0) * 40ms); transition: opacity 0.24s, transform 0.24s; }
.fav-liste li.part { opacity: 0; transform: translateX(24px); }
@keyframes fav-in { from { opacity: 0; transform: translateY(10px); } }
.fav-id { display: grid; grid-template-columns: 52px 1fr auto; column-gap: 12px; align-items: center; }
.fav-id .offre-ouvrir { display: grid; gap: 2px; min-width: 0; cursor: pointer; }
.fav-id b, .res-cands b, .res-pour b { font-size: 12.5px; font-weight: 600; color: var(--muted); }
.fav-id span, .res-cands span, .res-pour span { font-family: var(--serif); font-size: 19px; line-height: 1.12; color: var(--ink); }
.fav-id small { font-size: 11.5px; color: var(--muted); }
.fav-id .chip { text-decoration: none; }
.fav-reglages { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.seg { display: inline-flex; padding: 3px; border-radius: 999px; background: var(--verre2); border: 1px solid rgba(255, 255, 255, 0.95); }
.seg button { min-height: 0; padding: 8px 12px; border-radius: 999px; border: 0; background: transparent; color: var(--muted); font-size: 12.5px; font-weight: 500; text-transform: none; letter-spacing: 0; }
.seg button.on { background: var(--ink); color: #fff; }
.fav-cv { margin: 0; padding: 8px 12px; gap: 8px; border-radius: 999px; }
.fav-cv span { font-size: 12.5px; font-weight: 500; color: var(--ink); }
.fav-cv i { width: 36px; height: 22px; }
.fav-cv i::after { width: 16px; height: 16px; }
.fav-cv input:checked ~ i::after { transform: translateX(14px); }
.fav-actes { grid-template-columns: 1fr auto auto; margin: 0; }
.fav-actes .btn { min-height: 44px; padding: 0 14px; font-size: 13px; }
.fav-actes .btn.bleu:only-of-type { grid-column: 1 / -1; }

.res-pitch { display: grid; gap: 6px; padding: 12px 14px; border-radius: 20px; background: var(--verre2); border: 1px solid rgba(255, 255, 255, 0.95); }
.res-pitch span { font-size: 12.5px; font-weight: 600; color: var(--ink); }
.res-pitch small { font-weight: 400; color: var(--muted); }
.res-pitch input { width: 100%; min-height: 40px; padding: 0 2px; border: 0; border-bottom: 1px solid var(--line-strong, #ccc); background: transparent; font: inherit; font-size: 14px; color: var(--ink); outline: 0; }
.res-composer { padding: 16px; display: grid; gap: 12px; border-radius: 26px; }
.res-pour { display: flex; align-items: center; gap: 12px; }
.res-pour div { display: grid; gap: 2px; min-width: 0; }
.res-cibles { justify-self: start; max-width: 100%; overflow: auto; }
/* ---- qui est relié à l'offre : lu sur LinkedIn depuis la machine ---- */
.res-gens { display: grid; gap: 10px; padding: 12px 12px 10px; border-radius: 20px; background: rgba(255, 255, 255, 0.55); border: 1px solid rgba(255, 255, 255, 0.95); }
.res-gens-tete { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.res-gens-tete b { font-size: 12.5px; font-weight: 600; color: var(--muted); letter-spacing: 0.02em; }
.res-gens .reperer { min-height: 34px; padding: 0 12px; font-size: 12.5px; cursor: pointer; white-space: nowrap; }
.res-gens .reperer:disabled { opacity: 0.7; }
.res-personnes { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.res-gens[data-etat="vide"] .res-personnes { display: none; }
.res-personnes li { display: grid; grid-template-columns: 40px 1fr; column-gap: 10px; row-gap: 8px; align-items: center; padding: 10px 12px; border-radius: 16px; background: #fff; border: 1px solid transparent; }
.res-personnes li.on { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(60, 120, 200, 0.12); }
.res-personnes .ini { width: 40px; height: 40px; border-radius: 13px; background: var(--verre2); display: grid; place-items: center; font-style: normal; font-weight: 700; font-size: 13px; color: var(--ink); }
.res-personnes li > div:first-of-type { display: grid; gap: 1px; min-width: 0; }
.res-personnes b { font-size: 14.5px; font-weight: 600; color: var(--ink); text-transform: none; letter-spacing: 0; }
.res-personnes span { font-size: 12.5px; color: var(--muted); line-height: 1.35; font-family: inherit; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.res-personnes small { font-size: 11px; color: var(--accent); text-transform: none; letter-spacing: 0; }
.res-p-actes { grid-column: 1 / -1; display: flex; gap: 8px; }
.res-p-actes .chip { min-height: 34px; padding: 0 14px; font-size: 12.5px; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; }
.res-p-actes .chip.bleu { background: var(--accent); color: #fff; border-color: transparent; }
.res-gens-note { margin: 0; font-size: 11.5px; line-height: 1.45; color: var(--muted); }
.res-gens-note.alerte { color: var(--ink); }
.res-a { margin: 0; font-size: 12.5px; color: var(--muted); display: flex; gap: 8px; align-items: baseline; flex-wrap: wrap; }
.res-a b { color: var(--ink); font-weight: 600; }
.lien-nu { background: none; border: 0; padding: 0; font: inherit; font-size: 12px; color: var(--accent); text-decoration: underline; cursor: pointer; text-transform: none; letter-spacing: 0; }
@media (min-width: 901px) {
  .res-personnes li { grid-template-columns: 40px 1fr auto; }
  .res-p-actes { grid-column: auto; }
}
.res-message { display: grid; gap: 10px; }
.res-message textarea { width: 100%; padding: 14px; border-radius: 18px; border: 1px solid var(--line, #e6e6e6); background: #fff; font: inherit; font-size: 15px; line-height: 1.45; color: var(--ink); resize: vertical; outline: 0; }
.res-message textarea:focus { border-color: var(--accent); }
.res-compte { font-size: 11.5px; color: var(--muted); }
.res-actes { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.res-actes .chip { min-height: 36px; padding: 0 14px; font-size: 12.5px; cursor: pointer; }
.res-note { margin: 0; font-size: 11.5px; color: var(--muted); line-height: 1.4; }
.res-cands a { display: grid; grid-template-columns: 52px 1fr auto; column-gap: 12px; align-items: center; padding: 12px 14px; border-radius: 22px; background: var(--verre2); border: 1px solid rgba(255, 255, 255, 0.95); text-decoration: none; color: var(--ink); }
.res-cands a div { display: grid; gap: 2px; min-width: 0; }
.res-cands em { font-style: normal; font-size: 12px; color: var(--accent); white-space: nowrap; }
.res-histo li { padding: 14px 16px; border-radius: 22px; background: var(--verre2); border: 1px solid rgba(255, 255, 255, 0.95); display: grid; gap: 8px; }
.res-h-tete { display: flex; align-items: baseline; gap: 8px; font-size: 12px; color: var(--muted); }
.res-h-tete b { color: var(--ink); }
.res-h-tete em { margin-left: auto; font-style: normal; white-space: nowrap; }
.res-histo p { margin: 0; font-size: 14px; line-height: 1.45; color: var(--ink); }
.res-h-actes { display: flex; gap: 8px; }
.res-h-actes .chip { cursor: pointer; }

/* ---- la carte du CV adapté, sur une candidature ---- */
.cand-cv, .cand-reseau { padding: 18px 16px 16px; display: grid; gap: 10px; }
.cand-cv .sous, .cand-reseau .sous { margin: 0; font-size: 12.5px; line-height: 1.45; color: var(--muted); }
.cand-cv .cv-etat { font-size: 12px; color: var(--muted); }
.cand-cv .cv-etat:empty { display: none; }
.cand-cv .btn, .cand-reseau .btn { justify-self: start; }

/* ---- l'ordinateur : la fiche devient une carte centrée, les pages s'élargissent ---- */
@media (min-width: 901px) {
  #fiche-offre .fiche-carte { left: 50%; right: auto; bottom: auto; top: 50%; width: 520px; max-height: 86vh; border-radius: 30px; transform: translate(-50%, -46%); opacity: 0; transition: transform 0.26s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.22s; padding-bottom: 24px; }
  #fiche-offre.in .fiche-carte { transform: translate(-50%, -50%); opacity: 1; }
  .fiche-poignee { display: none; }
  .favoris-page, .reseau-page { max-width: 760px; padding-top: 28px; }
  .favoris-page h1, .reseau-page h1 { font-size: 44px; }
  .fav-liste { grid-template-columns: 1fr 1fr; align-items: start; }
  .fav-liste li:has(.fav-tout) { grid-column: 1 / -1; }
  .res-cands { grid-template-columns: 1fr 1fr; }
}

/* ---- garde-fous ---- */
.fiche-cv b, .fiche-cv small, .fiche-choix .choix b, .fiche-choix .choix small, .fav-cv span, .res-pitch span, .res-pitch small { text-transform: none; letter-spacing: 0; }
#fiche-offre [hidden], .favoris-page [hidden], .reseau-page [hidden], .cand-cv [hidden] { display: none !important; }
#fiche-offre[hidden] { display: none !important; }

/* ---- l'accueil : trois portes ---- */
.acc-raccourcis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 4px 0 0; }
.acc-raccourcis.quatre { grid-template-columns: repeat(2, 1fr); gap: 10px; }
.acc-raccourcis.quatre a { grid-template-columns: 1fr; grid-template-rows: auto auto auto; align-content: start; gap: 6px; padding: 14px 14px 12px; border-radius: 20px; cursor: pointer; }
.acc-raccourcis.quatre a b { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; background: color-mix(in srgb, var(--accent) 12%, #fff); color: var(--accent); margin-bottom: 4px; }
.acc-raccourcis.quatre a b svg { width: 18px; height: 18px; }
.acc-raccourcis.quatre a span { font-weight: 600; font-size: 14px; color: var(--ink); }
.acc-raccourcis.quatre a small { font-size: 11.5px; line-height: 1.35; color: var(--muted); }
.acc-raccourcis a { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px; padding: 12px 14px; border-radius: 18px; background: var(--verre2); border: 1px solid rgba(255, 255, 255, 0.95); color: var(--ink); text-decoration: none; font-size: 13px; font-weight: 500; }
.acc-raccourcis a b { font-weight: 400; font-size: 14px; color: var(--accent); }
.acc-raccourcis a em { font-style: normal; font-size: 10.5px; padding: 0 6px; border-radius: 999px; background: var(--ink); color: #fff; line-height: 16px; }
.acc-raccourcis a em:empty { display: none; }
@media (max-width: 380px) { .acc-raccourcis a { padding: 10px 10px; font-size: 12px; gap: 6px; } }

/* ── La vitrine : la recherche est la page ─────────────────────────────────
   Une grande photo de ville (diaporama lent), le titre en Cormorant par-dessus,
   le champ de recherche en pleine largeur dans la photo. Sur téléphone la carte
   est haute (portrait) ; sur ordinateur elle sort de la colonne (1040 px). */
#dire .accueil { padding-top: 10px; gap: 16px; }
#dire .accueil .noeud-dire { display: none; }
:is(#dire, .vitrine-acc) .vitrine { position: relative; justify-self: stretch; width: 100%; min-height: 420px; border-radius: 28px; overflow: hidden; isolation: isolate; display: grid; grid-template-rows: 1fr auto auto; color: #fff; background: #0c1b3d; box-shadow: 0 24px 60px -30px rgba(12, 27, 61, 0.55); transition: min-height 520ms cubic-bezier(0.2, 0.8, 0.2, 1); }
:is(#dire, .vitrine-acc) .vitrine-fond, :is(#dire, .vitrine-acc) .vitrine-voile { position: absolute; inset: 0; z-index: -1; }
:is(#dire, .vitrine-acc) .vitrine .diapo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 60%; background-size: cover; background-position: center; opacity: 0; transform: scale(1.06); transition: opacity 1400ms ease, transform 8s linear; }
:is(#dire, .vitrine-acc) .vitrine .diapo.on { opacity: 1; transform: scale(1); }
:is(#dire, .vitrine-acc) .vitrine-voile { background: linear-gradient(180deg, rgba(12, 27, 61, 0.08) 0%, rgba(12, 27, 61, 0.05) 35%, rgba(12, 27, 61, 0.62) 72%, rgba(12, 27, 61, 0.86) 100%); }
:is(#dire, .vitrine-acc) .vitrine-texte { padding: 22px 22px 0; align-self: end; display: grid; gap: 8px; }
:is(#dire, .vitrine-acc) .vitrine-kicker { position: absolute; top: 16px; left: 16px; margin: 0; padding: 7px 12px; border-radius: 999px; background: rgba(12, 27, 61, 0.28); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); font-size: 12px; letter-spacing: 0.02em; font-weight: 500; color: rgba(255, 255, 255, 0.92); white-space: nowrap; max-width: calc(100% - 32px); overflow: hidden; text-overflow: ellipsis; }
:is(#dire, .vitrine-acc) .vitrine h2 { margin: 0; text-transform: none; font-family: var(--serif); font-weight: 500; font-size: clamp(34px, 9.6vw, 44px); line-height: 1.02; letter-spacing: -0.015em; color: #fff; max-width: 12ch; text-wrap: balance; }
:is(#dire, .vitrine-acc) .vitrine h2 em { font-style: italic; font-weight: 400; color: #dbe6ff; }
:is(#dire, .vitrine-acc) .vitrine-ville { margin: 2px 0 0; font-size: 13px; color: rgba(255, 255, 255, 0.72); display: flex; align-items: center; gap: 8px; }
:is(#dire, .vitrine-acc) .vitrine-ville::before { content: ""; width: 18px; height: 1px; background: rgba(255, 255, 255, 0.6); }
:is(#dire, .vitrine-acc) .vitrine-ville span { display: inline-block; transition: opacity 260ms ease, transform 260ms ease; }
:is(#dire, .vitrine-acc) .vitrine-ville span.change { opacity: 0; transform: translateY(4px); }
:is(#dire, .vitrine-acc) .vitrine-cherche { margin: 16px 16px 0; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 4px; padding: 6px 6px 6px 14px; border-radius: 999px; background: rgba(255, 255, 255, 0.96); color: var(--ink); box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.45); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
:is(#dire, .vitrine-acc) .vitrine-cherche .loupe { width: 20px; height: 20px; color: var(--accent); }
:is(#dire, .vitrine-acc) .vitrine-cherche input { min-width: 0; height: 44px; border: 0; background: transparent; font: inherit; font-size: 16px; color: var(--ink); outline: none; }
:is(#dire, .vitrine-acc) .vitrine-cherche input::placeholder { color: color-mix(in srgb, var(--ink) 45%, transparent); }
:is(#dire, .vitrine-acc) .vitrine-micro { width: 40px; height: 40px; border: 0; border-radius: 50%; background: transparent; color: var(--ink); display: grid; place-items: center; }
:is(#dire, .vitrine-acc) .vitrine-micro svg { width: 20px; height: 20px; }
:is(#dire, .vitrine-acc) .vitrine-go { text-transform: none; letter-spacing: 0; height: 44px; padding: 0 16px 0 18px; border: 0; border-radius: 999px; background: var(--ink); color: #fff; font: inherit; font-size: 15px; font-weight: 600; display: inline-flex; align-items: center; gap: 8px; cursor: pointer; transition: transform 160ms ease, background 160ms ease; }
:is(#dire, .vitrine-acc) .vitrine-go:active { transform: scale(0.97); }
:is(#dire, .vitrine-acc) .vitrine-go svg { width: 16px; height: 16px; }
:is(#dire, .vitrine-acc) .vitrine-points { margin: 0; padding: 14px 0 16px; list-style: none; display: flex; justify-content: center; gap: 6px; }
:is(#dire, .vitrine-acc) .vitrine-points li { width: 6px; height: 6px; border-radius: 50%; background: rgba(255, 255, 255, 0.4); transition: width 300ms ease, background 300ms ease; }
:is(#dire, .vitrine-acc) .vitrine-points li.on { width: 20px; border-radius: 3px; background: #fff; }
/* après une recherche : la vitrine se replie en bandeau — les offres sont la page */
:is(#dire, .vitrine-acc) .vitrine.replie { min-height: 0; grid-template-rows: auto; padding: 18px 22px; }
:is(#dire, .vitrine-acc) .vitrine.replie .vitrine-cherche, :is(#dire, .vitrine-acc) .vitrine.replie .vitrine-points, :is(#dire, .vitrine-acc) .vitrine.replie .vitrine-ville, :is(#dire, .vitrine-acc) .vitrine.replie .vitrine-kicker { display: none; }
:is(#dire, .vitrine-acc) .vitrine.replie .vitrine-texte { padding: 0; }
:is(#dire, .vitrine-acc) .vitrine.replie h2 { font-size: 24px; max-width: none; }
/* tant que la vitrine est ouverte, la barre du bas se tait (le champ est dans la photo) */
html.dire-vitrine .dire-barre { opacity: 0; pointer-events: none; transform: translateY(12px); }
@media (max-width: 480px) { .vitrine-go span { display: none; } .vitrine-go { width: 44px; padding: 0; justify-content: center; } .vitrine-go svg { width: 18px; height: 18px; } }
@media (min-width: 901px) {
  #dire .accueil { padding-top: 0; }
  /* la colonne s'élargit tant que la vitrine est ouverte ; elle revient à 720 px avec les offres */
  html.dire-vitrine #view-search .offers-page { max-width: 864px; }
  html.dire-vitrine #dire { max-width: 800px; }
  :is(#dire, .vitrine-acc) .vitrine { min-height: 460px; border-radius: 32px; grid-template-rows: 1fr auto; grid-template-columns: 1fr; }
  :is(#dire, .vitrine-acc) .vitrine-texte { padding: 40px 44px 0; }
  :is(#dire, .vitrine-acc) .vitrine h2 { font-size: 54px; max-width: 20ch; }
  :is(#dire, .vitrine-acc) .vitrine-kicker { top: 24px; left: 28px; font-size: 13px; }
  :is(#dire, .vitrine-acc) .vitrine-cherche { margin: 22px 44px 0; width: min(680px, calc(100% - 88px)); padding: 8px 8px 8px 20px; }
  :is(#dire, .vitrine-acc) .vitrine-cherche input { height: 50px; font-size: 17px; }
  :is(#dire, .vitrine-acc) .vitrine-go { height: 50px; padding: 0 20px 0 22px; }
  :is(#dire, .vitrine-acc) .vitrine-points { justify-content: flex-start; padding: 18px 44px 24px; }
  :is(#dire, .vitrine-acc) .vitrine.replie { padding: 22px 32px; }
  :is(#dire, .vitrine-acc) .vitrine.replie h2 { font-size: 28px; }
  html.dire-vitrine .dire-barre { transform: translate(-50%, 12px); }
  /* le tableau de bord : la vitrine en pleine largeur sous le salut, un peu moins haute */
  html.app-accueil #view-accueil .acc-corps { grid-template-columns: minmax(0, 1fr); grid-template-areas: "salut" "vitrine" "chiffres" "ordi"; }
  html.app-accueil #view-accueil .vitrine-acc { grid-area: vitrine; width: 100%; }
  #view-accueil .vitrine-acc { display: block; width: 100%; }
  #view-accueil .vitrine-acc .vitrine { min-height: 340px; width: 100%; }
  #view-accueil .vitrine-acc .vitrine h2 { font-size: 48px; }
  #view-accueil .vitrine-acc .vitrine-cherche { margin: 18px 28px 0; width: calc(100% - 56px); }
  #view-accueil .vitrine-acc .vitrine-texte { padding: 32px 28px 0; }
  #view-accueil .vitrine-acc .vitrine-points { padding: 16px 28px 20px; }
  #view-accueil .vitrine-acc .acc-raccourcis.quatre { grid-template-columns: 1fr; grid-auto-rows: 1fr; gap: 10px; margin: 0; }
  #view-accueil .vitrine-acc .acc-raccourcis.quatre a { grid-template-columns: 36px minmax(0, 1fr); grid-template-rows: auto auto; column-gap: 12px; row-gap: 2px; align-content: center; align-items: center; padding: 12px 16px; border-radius: 22px; }
  #view-accueil .vitrine-acc .acc-raccourcis.quatre a b { grid-row: 1 / span 2; width: 36px; height: 36px; margin: 0; }
  #view-accueil .vitrine-acc .acc-raccourcis.quatre a span { font-size: 15px; }
  #view-accueil .vitrine-acc .acc-raccourcis.quatre a small { font-size: 12px; }
  #view-accueil .vitrine-acc .acc-raccourcis.quatre a:hover { background: #fff; transform: translateY(-1px); }
}
.vitrine-acc:empty { display: none; }
#view-accueil .vitrine-acc .vitrine-voile { background: linear-gradient(180deg, rgba(12, 27, 61, 0.1) 0%, rgba(12, 27, 61, 0.08) 30%, rgba(12, 27, 61, 0.66) 70%, rgba(12, 27, 61, 0.88) 100%); }
/* le bandeau replié : lisible sur toute photo, et il invite à rechercher de nouveau */
:is(#dire, .vitrine-acc) .vitrine.replie { cursor: pointer; }
:is(#dire, .vitrine-acc) .vitrine.replie .vitrine-fond { display: none; }
:is(#dire, .vitrine-acc) .vitrine.replie .vitrine-voile { background: var(--ink); }
:is(#dire, .vitrine-acc) .vitrine.replie { box-shadow: none; }
:is(#dire, .vitrine-acc) .vitrine.replie h2::after { content: "Nouvelle recherche \2192"; display: block; margin-top: 4px; font-family: var(--sans); font-size: 13px; font-weight: 500; letter-spacing: 0.02em; color: rgba(255, 255, 255, 0.78); }
:is(#dire, .vitrine-acc) .vitrine-ville { color: rgba(255, 255, 255, 0.85); }

/* la page Offres : la vitrine sobre — un moteur de recherche, rien d'autre */
:is(#dire, .vitrine-acc) .vitrine.sobre { min-height: 0; grid-template-rows: auto auto; padding: 22px 0 18px; background: var(--ink); box-shadow: 0 18px 44px -26px rgba(12, 27, 61, 0.55); }
:is(#dire, .vitrine-acc) .vitrine.sobre .vitrine-texte { padding: 0 22px; gap: 6px; }
:is(#dire, .vitrine-acc) .vitrine.sobre .vitrine-kicker { position: static; padding: 0; background: none; backdrop-filter: none; -webkit-backdrop-filter: none; color: rgba(255, 255, 255, 0.62); }
:is(#dire, .vitrine-acc) .vitrine.sobre h2 { font-size: clamp(28px, 7.6vw, 34px); max-width: none; }
:is(#dire, .vitrine-acc) .vitrine.sobre .vitrine-cherche { margin: 14px 16px 0; box-shadow: none; }
:is(#dire, .vitrine-acc) .vitrine.sobre.replie { padding: 18px 22px; }
@media (min-width: 901px) {
  :is(#dire, .vitrine-acc) .vitrine.sobre { padding: 28px 0 24px; }
  :is(#dire, .vitrine-acc) .vitrine.sobre .vitrine-texte { padding: 0 32px; }
  :is(#dire, .vitrine-acc) .vitrine.sobre h2 { font-size: 40px; }
  :is(#dire, .vitrine-acc) .vitrine.sobre .vitrine-cherche { margin: 18px 32px 0; width: calc(100% - 64px); }
  html.dire-vitrine #view-search .offers-page { max-width: 760px; }
  html.dire-vitrine #dire { max-width: 720px; }
  .rythme-acc-bloc .jauge { padding-top: 6px; }
  .rythme-acc-bloc .jauge svg { overflow: visible; }
  .rythme-acc-bloc .jauge .trait.vide { display: none; }
}

/* ── Réseau : déposer une annonce ─────────────────────────────────────────── */
.res-depose { display: grid; gap: 12px; padding: 16px 16px 14px; border-radius: 24px; margin: 4px 0 14px; }
.res-depose .k { margin: 0; }
.res-depose-champs { display: grid; gap: 10px; }
.res-depose label { display: grid; gap: 4px; }
.res-depose label span { font-size: 12px; font-weight: 600; color: var(--muted); }
.res-depose input { width: 100%; box-sizing: border-box; height: 46px; padding: 0 14px; border-radius: 14px; border: 1px solid var(--line); background: #fff; font: inherit; font-size: 15px; color: var(--ink); outline: none; }
.res-depose input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 16%, transparent); }
.res-depose-ou { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.res-depose-lu { margin: 0; font-size: 13px; line-height: 1.45; color: var(--ink-soft, var(--ink)); padding: 8px 12px; border-radius: 12px; background: color-mix(in srgb, var(--accent) 8%, #fff); }
.res-depose-lu b { font-weight: 600; }
.res-depose-actes { display: grid; gap: 8px; justify-items: start; }
.res-depose-actes .btn { text-transform: none; letter-spacing: 0; }
.res-depose-actes small { font-size: 12px; color: var(--muted); }
.res-autre { display: inline-block; margin: 0 0 10px; font-size: 13.5px; color: var(--ink); text-decoration: none; }
@media (min-width: 901px) {
  .res-depose { padding: 20px 22px 18px; }
  .res-depose-champs { grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); align-items: end; }
  .res-depose-actes { grid-template-columns: auto 1fr; align-items: center; }
}

/* ── Suivi : la structure, même à zéro ─────────────────────────────────────── */
.suivi-filtres .chip[disabled] { opacity: 0.55; cursor: default; }
.suivi-exemple h4 em { font-style: normal; font-family: var(--sans); font-size: 10.5px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); margin-left: 8px; padding: 2px 8px; border-radius: 999px; background: color-mix(in srgb, var(--accent) 12%, #fff); vertical-align: middle; }
.cand-exemple { display: grid; gap: 14px; padding: 16px; border-radius: 22px; background: var(--verre2, rgba(255, 255, 255, 0.7)); border: 1px dashed color-mix(in srgb, var(--ink) 22%, transparent); margin: 6px 0 14px; }
.cand-exemple .ce-tete { display: grid; grid-template-columns: 44px 1fr auto; gap: 12px; align-items: center; }
.cand-exemple .ini { width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; font-style: normal; font-weight: 700; background: #fff; color: color-mix(in srgb, var(--ink) 45%, transparent); border: 1px solid var(--line); }
.cand-exemple .ce-tete b { display: block; font-size: 12.5px; font-weight: 600; color: var(--muted); }
.cand-exemple .ce-tete span { font-family: var(--serif); font-size: 18px; color: color-mix(in srgb, var(--ink) 70%, transparent); }
.cand-exemple .ce-tete em { font-style: normal; font-size: 11.5px; padding: 4px 10px; border-radius: 999px; background: var(--ink); color: #fff; }
.ce-etapes { list-style: none; margin: 0; padding: 0 0 0 6px; display: grid; gap: 12px; position: relative; }
.ce-etapes::before { content: ""; position: absolute; left: 12px; top: 8px; bottom: 8px; width: 1px; background: color-mix(in srgb, var(--ink) 16%, transparent); }
.ce-etapes li { position: relative; display: grid; gap: 1px; padding-left: 26px; }
.ce-etapes li::before { content: ""; position: absolute; left: 1px; top: 4px; width: 11px; height: 11px; border-radius: 50%; background: #fff; border: 1.5px solid color-mix(in srgb, var(--ink) 30%, transparent); }
.ce-etapes li.fait::before { background: var(--accent); border-color: var(--accent); }
.ce-etapes li b { font-size: 14px; font-weight: 600; color: var(--ink); }
.ce-etapes li span { font-size: 12.5px; color: var(--muted); }
.ce-actes { display: flex; gap: 8px; }
.ce-actes .chip { opacity: 0.7; }
.suivi-exemple .primary { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; padding: 14px 22px; border-radius: 999px; background: var(--ink); color: #fff; font-weight: 600; font-size: 15px; }
@media (min-width: 901px) {
  .cand-exemple { grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); grid-template-areas: "tete etapes" "actes etapes"; padding: 20px 22px; }
  .cand-exemple .ce-tete { grid-area: tete; align-self: start; }
  .cand-exemple .ce-etapes { grid-area: etapes; }
  .cand-exemple .ce-actes { grid-area: actes; align-self: end; }
}

/* ── « MAXX postule pour vous » : la carte du choix ────────────────────────── */
#dire .mission { margin: 14px 0 6px; padding: 16px 16px 14px; border-radius: 24px; background: rgba(255, 255, 255, 0.82); border: 1px solid rgba(255, 255, 255, 0.95); box-shadow: 0 20px 50px -30px rgba(12, 27, 61, 0.35); display: grid; gap: 14px; text-align: left; }
#dire .mission-tete { display: grid; grid-template-columns: 26px 1fr; gap: 10px; align-items: center; }
#dire .mission-tete b { display: block; font-family: var(--serif); font-size: 21px; font-weight: 500; line-height: 1.1; color: var(--ink); letter-spacing: -0.01em; }
#dire .mission-tete span { font-size: 12.5px; color: var(--muted); }
#dire .mission-modes { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
#dire .mission .mode { display: grid; gap: 4px; padding: 12px 12px 11px; border-radius: 16px; border: 1.5px solid var(--line); background: #fff; text-align: left; font: inherit; text-transform: none; letter-spacing: 0; color: var(--ink); cursor: pointer; transition: border-color 160ms ease, background 160ms ease, transform 160ms ease; }
#dire .mission .mode b { font-size: 14px; font-weight: 600; display: flex; align-items: center; gap: 8px; }
#dire .mission .mode b::before { content: ""; width: 14px; height: 14px; border-radius: 50%; border: 1.5px solid color-mix(in srgb, var(--ink) 35%, transparent); flex: none; transition: all 160ms ease; }
#dire .mission .mode.on { border-color: var(--ink); background: color-mix(in srgb, var(--ink) 4%, #fff); }
#dire .mission .mode.on b::before { border: 4.5px solid var(--ink); }
#dire .mission .mode span { font-size: 11.5px; line-height: 1.35; color: var(--muted); }
#dire .mission .mode:active { transform: scale(0.99); }
#dire .mission-cv { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: center; padding: 10px 12px; border-radius: 14px; background: color-mix(in srgb, var(--accent) 7%, #fff); text-transform: none; letter-spacing: 0; cursor: pointer; }
#dire .mission-cv input { position: absolute; opacity: 0; width: 0; height: 0; }
#dire .mission-cv i { width: 22px; height: 22px; border-radius: 7px; border: 1.5px solid color-mix(in srgb, var(--accent) 60%, transparent); background: #fff; display: grid; place-items: center; transition: all 160ms ease; }
#dire .mission-cv i::after { content: ""; width: 6px; height: 11px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg) translate(-1px, -1px); opacity: 0; }
#dire .mission-cv input:checked + i { background: var(--accent); border-color: var(--accent); }
#dire .mission-cv input:checked + i::after { opacity: 1; }
#dire .mission-cv span { font-size: 13.5px; font-weight: 600; color: var(--ink); display: grid; }
#dire .mission-cv small { font-size: 11.5px; font-weight: 400; color: var(--muted); }
#dire .mission-actes { display: grid; gap: 8px; }
#dire .mission .tout { margin: 0; width: 100%; padding: 14px 18px; border-radius: 16px; background: var(--ink); color: #fff; display: grid; justify-items: start; gap: 2px; border: 0; text-transform: none; letter-spacing: 0; cursor: pointer; }
#dire .mission .tout span { font-size: 15px; font-weight: 600; }
#dire .mission .tout small { font-size: 12px; opacity: 0.7; }
#dire .mission .tout:disabled { opacity: 0.7; }
#dire .mission-note { font-size: 12px; color: var(--muted); }
#dire .mission[data-mode="manuel"] .tout { background: #fff; color: var(--ink); border: 1.5px solid var(--ink); }
#dire .offres-dire li.ouverte .postuler { background: transparent; color: var(--muted); border: 1px solid var(--line); }
@media (min-width: 901px) {
  #dire .mission { padding: 20px 22px 18px; gap: 16px; border-radius: 28px; }
  #dire .mission-tete b { font-size: 24px; }
  #dire .mission .mode { padding: 14px 16px 13px; }
  #dire .mission .mode b { font-size: 15px; }
  #dire .mission .mode span { font-size: 12.5px; }
  #dire .mission-actes { grid-template-columns: auto 1fr; align-items: center; gap: 16px; }
  #dire .mission .tout { width: auto; min-width: 280px; border-radius: 999px; padding: 14px 24px; }
}

/* ── La carte de visite : du verre sur une ville floutée ───────────────────── */
#view-carte { position: relative; min-height: 100dvh; }
#view-carte .carte-page { position: relative; min-height: 100dvh; }
.bc-fond { position: fixed; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.bc-fond img { position: absolute; inset: -8%; width: 116%; height: 116%; object-fit: cover; filter: blur(22px) saturate(1.15) brightness(1.02); transform: scale(1.04); transition: opacity 600ms ease; }
.bc-fond i { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.28) 40%, rgba(233, 240, 250, 0.72) 100%); }
html.dire-carte #view-carte .home-top, html.dire-carte .dock { z-index: 3; }
.bc-scene { position: relative; z-index: 1; max-width: 560px; margin: 0 auto; padding: 14px 16px calc(120px + env(safe-area-inset-bottom)); display: grid; gap: 16px; }
.bc-scene .cand-tete { margin-bottom: 0; }
.bc-scene .kicker { margin: 4px 0 0; }
.bc-scene h1 { margin: 0 0 4px; }
.bc-tete-voir { display: flex; justify-content: center; padding: 18px 0 4px; }

/* la carte */
.bcard { position: relative; display: grid; gap: 18px; padding: 22px 22px 20px; border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.42)); border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 30px 70px -30px rgba(12, 27, 61, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.9); -webkit-backdrop-filter: blur(24px) saturate(1.3); backdrop-filter: blur(24px) saturate(1.3); overflow: hidden; }
.bcard::before { content: ""; position: absolute; inset: -40% -20% auto auto; width: 70%; height: 90%; background: radial-gradient(closest-side, rgba(255, 255, 255, 0.75), transparent); pointer-events: none; }
.bcard[data-fond="encre"], .bcard[data-fond="nuit"] { background: linear-gradient(135deg, rgba(20, 28, 48, 0.72), rgba(20, 28, 48, 0.5)); border-color: rgba(255, 255, 255, 0.28); color: #fff; box-shadow: 0 30px 70px -30px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.25); }
.bcard[data-fond="encre"]::before, .bcard[data-fond="nuit"]::before { background: radial-gradient(closest-side, rgba(255, 255, 255, 0.18), transparent); }
.bc-haut { display: flex; justify-content: space-between; align-items: center; position: relative; }
.bc-mono { width: 52px; height: 52px; border-radius: 18px; display: grid; place-items: center; font-style: normal; font-family: var(--serif); font-size: 24px; font-weight: 500; color: var(--ink); background: rgba(255, 255, 255, 0.85); border: 1px solid rgba(255, 255, 255, 0.95); box-shadow: 0 8px 20px -12px rgba(12, 27, 61, 0.4); }
.bcard[data-fond="encre"] .bc-mono, .bcard[data-fond="nuit"] .bc-mono { background: rgba(255, 255, 255, 0.12); border-color: rgba(255, 255, 255, 0.3); color: #fff; }
.bc-marque { display: inline-flex; align-items: center; gap: 6px; font-size: 10.5px; font-weight: 700; letter-spacing: 0.28em; color: var(--ink); opacity: 0.75; }
.bc-marque img { width: 18px; height: 16px; }
.bcard[data-fond="encre"] .bc-marque, .bcard[data-fond="nuit"] .bc-marque { color: #fff; }
.bcard[data-fond="encre"] .bc-marque img, .bcard[data-fond="nuit"] .bc-marque img { filter: invert(1); }
.bc-id { position: relative; display: grid; gap: 6px; }
.bc-id h2 { margin: 0; font-family: var(--serif); font-weight: 400; font-size: 34px; line-height: 1.02; letter-spacing: -0.02em; color: inherit; text-transform: none; }
.bcard.vide .bc-id h2, .bc-titre.creux, .bc-joindre.creux { opacity: 0.45; }
.bc-titre { margin: 0; font-size: 15px; font-weight: 600; color: inherit; }
.bc-meta { margin: 2px 0 0; display: flex; flex-wrap: wrap; gap: 6px 14px; font-size: 13px; opacity: 0.8; }
.bc-meta span { display: inline-flex; align-items: center; gap: 6px; }
.bc-meta svg { width: 15px; height: 15px; }
.bc-phrase { margin: 6px 0 0; font-family: var(--serif); font-style: italic; font-size: 17px; line-height: 1.35; opacity: 0.9; }
.bc-joindre { position: relative; display: grid; gap: 8px; padding-top: 14px; border-top: 1px solid rgba(255, 255, 255, 0.7); }
.bcard[data-fond="encre"] .bc-joindre, .bcard[data-fond="nuit"] .bc-joindre { border-top-color: rgba(255, 255, 255, 0.18); }
.bc-joindre a, .bc-joindre > span { display: inline-flex; align-items: center; gap: 10px; min-height: 42px; padding: 0 14px 0 12px; border-radius: 14px; background: rgba(255, 255, 255, 0.6); border: 1px solid rgba(255, 255, 255, 0.95); color: inherit; text-decoration: none; font-size: 14px; font-weight: 500; overflow: hidden; }
.bc-joindre a span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bcard[data-fond="encre"] .bc-joindre a, .bcard[data-fond="nuit"] .bc-joindre a, .bcard[data-fond="encre"] .bc-joindre > span, .bcard[data-fond="nuit"] .bc-joindre > span { background: rgba(255, 255, 255, 0.1); border-color: rgba(255, 255, 255, 0.22); }
.bc-joindre svg { width: 18px; height: 18px; flex: none; opacity: 0.85; }
.bc-joindre a.bc-cv { background: var(--ink); color: #fff; border-color: var(--ink); }
.bcard[data-fond="encre"] .bc-joindre a.bc-cv, .bcard[data-fond="nuit"] .bc-joindre a.bc-cv { background: #fff; color: var(--ink); border-color: #fff; }
.bc-cv small { display: block; font-size: 11px; font-weight: 400; opacity: 0.7; }
.bc-cv span { display: grid; line-height: 1.15; }

/* le formulaire, le partage, l'invitation */
.bc-form, .bc-partage, .bc-invite { padding: 18px 16px 16px; border-radius: 24px; display: grid; gap: 14px; }
.bc-form .k, .bc-partage .k { margin: 0; }
.bc-champs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.bc-champs label { display: grid; gap: 4px; }
.bc-champs label.large { grid-column: 1 / -1; }
.bc-champs span { font-size: 11.5px; font-weight: 600; color: var(--muted); }
.bc-champs input { width: 100%; box-sizing: border-box; height: 44px; padding: 0 12px; border-radius: 13px; border: 1px solid var(--line); background: #fff; font: inherit; font-size: 14.5px; color: var(--ink); outline: none; }
.bc-champs input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 16%, transparent); }
.bc-fonds { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; align-items: end; }
.bc-fonds > span { grid-column: 1 / -1; font-size: 11.5px; font-weight: 600; color: var(--muted); }
.bc-f { position: relative; display: grid; gap: 4px; padding: 0; border: 0; background: transparent; font: inherit; cursor: pointer; text-transform: none; letter-spacing: 0; }
.bc-f img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 14px; border: 2px solid transparent; filter: saturate(1.1); transition: border-color 160ms ease, transform 160ms ease; }
.bc-f.on img { border-color: var(--ink); }
.bc-f:active img { transform: scale(0.97); }
.bc-f b { font-size: 11px; font-weight: 600; color: var(--muted); }
.bc-f.on b { color: var(--ink); }
.bc-actes { display: flex; align-items: center; gap: 12px; }
.bc-scene .btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 22px; border-radius: 999px; border: 0; background: var(--ink); color: #fff; font: inherit; font-size: 15px; font-weight: 600; text-transform: none; letter-spacing: 0; text-decoration: none; cursor: pointer; }
.bc-scene .btn:disabled { opacity: 0.6; }
.bc-etat { font-size: 13px; color: var(--muted); }
.bc-lien { margin: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 8px; align-items: center; }
.bc-lien input { min-width: 0; height: 42px; padding: 0 12px; border-radius: 12px; border: 1px solid var(--line); background: #fff; font: inherit; font-size: 13px; color: var(--ink); }
.bc-note { margin: 0; font-size: 13px; line-height: 1.5; color: var(--muted); }
.bc-note .lien-nu { font: inherit; color: var(--ink); background: none; border: 0; padding: 0; text-decoration: underline; cursor: pointer; text-transform: none; letter-spacing: 0; }
.bc-invite p { margin: 0; font-size: 15px; color: var(--ink); }
.bc-invite .btn { justify-self: start; }
.bc-absente { margin: 40px 0 16px; text-align: center; font-size: 15px; color: var(--ink); }
.bc-invite-actes { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.bc-invite-actes .lien-nu { font: inherit; font-size: 14px; color: var(--ink); background: none; border: 0; padding: 0; text-decoration: underline; cursor: pointer; }

/* les cartes reçues : un portefeuille */
.bc-recues { padding: 18px 16px 16px; border-radius: 24px; display: grid; gap: 12px; }
.bc-recues-tete { display: grid; gap: 10px; }
.bc-recues-tete .k { margin: 0; }
.bc-recues-tete .k b { font-family: var(--serif); font-size: 18px; font-weight: 500; letter-spacing: 0; text-transform: none; margin-left: 6px; color: var(--ink); }
.bc-recues-cherche { width: 100%; box-sizing: border-box; height: 42px; padding: 0 14px; border-radius: 13px; border: 1px solid var(--line); background: #fff; font: inherit; font-size: 14px; color: var(--ink); outline: none; -webkit-appearance: none; }
.bc-recues-cherche:focus { border-color: var(--accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 16%, transparent); }
.bc-minis { display: grid; gap: 10px; }
.bc-mini { position: relative; cursor: pointer; display: grid; grid-template-columns: 44px minmax(0, 1fr) auto; gap: 12px; align-items: center; padding: 12px 14px; border-radius: 18px; text-decoration: none; color: var(--ink);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.55)); border: 1px solid rgba(255, 255, 255, 0.95); box-shadow: 0 14px 30px -24px rgba(12, 27, 61, 0.45); overflow: hidden; transition: transform 160ms ease, box-shadow 160ms ease; }
.bc-mini:hover { transform: translateY(-1px); box-shadow: 0 18px 34px -22px rgba(12, 27, 61, 0.5); }
.bc-mini::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background: linear-gradient(180deg, #cfe0f7, #d6e8dc); }
.bc-mini[data-fond="encre"]::before { background: linear-gradient(180deg, #141c30, #3b4a6b); }
.bc-mini[data-fond="aube"]::before { background: linear-gradient(180deg, #f2c9a0, #e28a6a); }
.bc-mini[data-fond="nuit"]::before { background: linear-gradient(180deg, #1d2a4a, #6b3e7a); }
.bc-mini .bc-mono { width: 44px; height: 44px; border-radius: 14px; font-size: 19px; }
.bc-mini > div { display: grid; gap: 1px; min-width: 0; }
.bc-mini b { font-family: var(--serif); font-size: 18px; font-weight: 500; line-height: 1.1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bc-mini span { font-size: 13px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bc-mini small { font-size: 12px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bc-mini em { font-style: italic; font-family: var(--serif); font-size: 13px; color: var(--ink-soft, var(--ink)); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bc-mini-actes { display: flex; gap: 6px; }
.bc-mini-actes a { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: #fff; border: 1px solid var(--line); color: var(--ink); }
.bc-mini-actes svg { width: 16px; height: 16px; }
.bc-mini.neuve { outline: 2px solid var(--accent); outline-offset: 1px; }
.bc-recue-note { padding: 18px 16px 16px; border-radius: 24px; display: grid; gap: 12px; }
.bc-recue-note label { display: grid; gap: 4px; }
.bc-recue-note label span { font-size: 11.5px; font-weight: 600; color: var(--muted); }
.bc-recue-note input { width: 100%; box-sizing: border-box; height: 44px; padding: 0 12px; border-radius: 13px; border: 1px solid var(--line); background: #fff; font: inherit; font-size: 14.5px; color: var(--ink); outline: none; }
.bc-recue-note .lien-nu { margin-left: auto; font: inherit; font-size: 13.5px; color: var(--muted); background: none; border: 0; padding: 0; text-decoration: underline; cursor: pointer; }
@media (min-width: 901px) {
  .bc-scene { max-width: 1040px; padding: 28px 32px 80px; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); grid-template-areas: "kicker kicker" "titre titre" "recues recues" "carte form" "partage form"; grid-template-rows: auto auto auto auto auto; gap: 20px 28px; align-items: start; align-content: start; }
  .bc-recues { grid-area: recues; padding: 22px 22px 20px; }
  .bc-recues-tete { grid-template-columns: 1fr minmax(0, 360px); align-items: center; }
  .bc-minis { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
  .bc-recue-note { grid-area: form; padding: 22px 22px 20px; }
  .bc-scene > .res-autre { grid-column: 1 / -1; }
  .bc-scene > .cand-tete { display: none; }
  .bc-scene > .kicker { grid-area: kicker; margin: 0; }
  .bc-scene > h1 { grid-area: titre; font-size: 48px; margin: -12px 0 4px; }
  .bcard { grid-area: carte; padding: 30px 30px 26px; border-radius: 32px; }
  .bc-id h2 { font-size: 44px; }
  .bc-joindre { grid-template-columns: 1fr 1fr; }
  .bc-joindre .bc-cv { grid-column: 1 / -1; justify-content: center; }
  .bc-form { grid-area: form; padding: 22px 22px 20px; }
  .bc-partage { grid-area: partage; padding: 22px 22px 20px; }
  .bc-invite { grid-area: partage; }
  .bc-scene .cand-attente { grid-column: 1 / -1; }
}

/* ---------- la page Offres, avant la première demande : ce qu'on reprend, la semaine, le CV ---------- */
#dire .exemple.reprise { display: inline-flex; align-items: center; gap: 7px; }
#dire .exemple.reprise svg { width: 14px; height: 14px; opacity: 0.8; }
#dire .exemple.reprise .neuf { margin-left: 2px; }
/* la carte de la semaine : en verre, texte encre — elle vit sous la vitrine noire */
#dire .bulle.jour::before { background: radial-gradient(40% 60% at 85% 10%, color-mix(in srgb, var(--accent) 22%, transparent), transparent 70%); }
#dire .jour-tete, #dire .jour-tete em { color: var(--muted); }
#dire .jour-tete .noeud-dire.petit { display: none; }
#dire .bulle.jour p, #dire .bulle.jour .jour-phrase { color: var(--ink); }
#dire .bulle.jour .jour-phrase { font-size: 24px; }
#dire .bulle.jour .jour-sous { color: var(--muted); font-size: 12.5px; }
#dire .bulle.jour .jour-sous b { color: var(--ink); font-weight: 600; }
#dire .jour-rythme { font: inherit; font-size: 12.5px; color: var(--accent); background: none; border: 0; padding: 0; text-decoration: underline; text-underline-offset: 2px; cursor: pointer; text-transform: none; letter-spacing: 0; min-height: 0; }
#dire .jour-anneau { position: relative; width: 70px; height: 70px; border: 0; padding: 0; cursor: pointer; font: inherit; color: var(--ink); background: conic-gradient(var(--accent) var(--part, 0%), rgba(20, 20, 22, 0.1) 0); box-shadow: 0 10px 24px -14px rgba(12, 27, 61, 0.45); transition: transform 160ms ease; text-transform: none; letter-spacing: 0; min-height: 0; }
#dire .jour-anneau:hover { transform: scale(1.04); }
#dire .jour-anneau::before { background: #fff; }
#dire .jour-anneau b { color: var(--ink); }
#dire .jour-anneau span { color: var(--muted); }
#dire .jour-anneau.tenu { background: var(--accent); }
#dire .jour-anneau.tenu::before { background: color-mix(in srgb, var(--accent) 18%, #fff); }
#dire .veille { list-style: none; margin: 10px 0 0; padding: 0; display: grid; gap: 6px; }
#dire .veille:empty { display: none; }
#dire .reprise-veille { width: 100%; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 14px; background: rgba(255, 255, 255, 0.7); border: 1px solid rgba(255, 255, 255, 0.95); color: var(--ink); font: inherit; font-size: 13.5px; text-align: left; text-transform: none; letter-spacing: 0; min-height: 0; cursor: pointer; }
#dire .reprise-veille b { color: var(--accent); font-weight: 600; }
#dire .reprise-veille em { font-style: normal; font-size: 11.5px; color: var(--muted); }
/* déposer le CV : une vraie zone, pas une petite étiquette */
#dire .cv-devine.grande { width: 100%; box-sizing: border-box; margin-top: 4px; display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 14px; padding: 14px 16px; border-radius: 20px; border: 1px dashed rgba(20, 20, 22, 0.3); background: rgba(255, 255, 255, 0.55); font-size: 14px; color: var(--ink); cursor: pointer; transition: border-color 160ms ease, background 160ms ease, transform 160ms ease; }
#dire .cv-devine.grande:hover, #dire .cv-devine.grande.survol { border-color: var(--accent); background: rgba(255, 255, 255, 0.85); }
#dire .cv-devine.grande.survol { transform: scale(1.01); border-style: solid; }
#dire .cv-devine.grande i { width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; background: #fff; border: 1px solid var(--line); }
#dire .cv-devine.grande svg { width: 22px; height: 22px; color: var(--accent); }
#dire .cv-devine.grande > span { display: grid; gap: 2px; min-width: 0; }
#dire .cv-devine.grande b { font-size: 15px; font-weight: 600; color: var(--ink); }
#dire .cv-devine.grande small { font-size: 12.5px; color: var(--muted); }
#dire .cv-devine.grande em { font-style: normal; font-size: 13px; font-weight: 600; padding: 9px 14px; border-radius: 999px; background: var(--ink); color: #fff; }
@media (max-width: 720px) {
  #dire .cv-devine.grande { grid-template-columns: 40px 1fr; padding: 12px 14px; }
  #dire .cv-devine.grande em { display: none; }
  #dire .cv-devine.grande b { font-size: 14px; }
  #dire .cv-devine.grande small { font-size: 12px; }
}

/* ---------- le pied de page : la marque, deux colonnes de liens, une ligne ---------- */
.site-foot { display: grid; gap: 22px; padding: 40px 22px calc(120px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: none; color: var(--muted); font-size: 13px; text-align: left; }
.foot-haut { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 20px; }
.foot-marque { grid-column: 1 / -1; display: grid; grid-template-columns: 28px 1fr; gap: 4px 10px; align-items: center; }
.foot-marque img { width: 28px; height: 28px; grid-row: 1 / span 2; }
.foot-marque b { font-family: var(--serif); font-size: 18px; font-weight: 500; letter-spacing: 0.06em; color: var(--ink); }
.foot-marque p { margin: 0; font-size: 12.5px; color: var(--muted); }
.foot-liens { display: grid; gap: 9px; align-content: start; }
.foot-liens .k { margin: 0 0 2px; font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent); font-weight: 700; }
.foot-liens a { color: var(--ink); text-decoration: none; font-size: 14px; }
.foot-liens a:hover { text-decoration: underline; text-underline-offset: 3px; }
.foot-bas { display: flex; flex-wrap: wrap; gap: 8px 24px; justify-content: space-between; padding-top: 16px; border-top: 1px solid var(--line); font-size: 12px; }
.foot-bas .site-foot-note { margin: 0; max-width: 44ch; }
@media (min-width: 901px) {
  .site-foot { padding: 56px 40px 48px; }
  .foot-haut, .foot-bas { max-width: 1100px; margin: 0 auto; width: 100%; }
  .foot-haut { grid-template-columns: 1.6fr 1fr 1fr; gap: 40px; }
  .foot-marque { grid-column: auto; grid-template-columns: 32px 1fr; align-content: start; }
  .foot-marque img { width: 32px; height: 32px; }
  .foot-marque b { font-size: 20px; }
  .foot-marque p { max-width: 30ch; font-size: 13.5px; }
  .foot-bas { margin-top: 8px; }
}

/* ---------- « Votre avis », dans le Suivi (téléphone et ordinateur) ---------- */
/* la carte « votre avis », dans le Suivi */
#view-apps .offers-head, .suivi-avis { display: none !important; }
.suivi-avis { margin-top: 14px; padding: 16px; border-radius: 22px; display: grid; gap: 10px; }
.suivi-avis .k { margin: 0; }
.avis-etoiles { display: flex; gap: 4px; }
.avis-etoiles button { min-height: 0; padding: 2px 4px; border: 0; background: none; font-size: 26px; line-height: 1; color: rgba(20, 20, 22, 0.18); }
.suivi-avis[data-note="1"] .avis-etoiles button:nth-child(-n+1), .suivi-avis[data-note="2"] .avis-etoiles button:nth-child(-n+2), .suivi-avis[data-note="3"] .avis-etoiles button:nth-child(-n+3), .suivi-avis[data-note="4"] .avis-etoiles button:nth-child(-n+4), .suivi-avis[data-note="5"] .avis-etoiles button:nth-child(-n+5) { color: var(--accent); }
.suivi-avis textarea, .suivi-avis input, .suivi-avis select { width: 100%; box-sizing: border-box; font: inherit; font-size: 14px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 13px; padding: 10px 12px; outline: none; }
.suivi-avis textarea { resize: vertical; min-height: 72px; }
.suivi-avis .avis-qui { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.avis-actes { display: flex; align-items: center; gap: 12px; }
.avis-etat { font-size: 12.5px; color: var(--muted); }.suivi-avis .primary { width: auto; min-width: 0; padding: 0 22px; min-height: 44px; }
@media (min-width: 901px) { .suivi-avis { max-width: 560px; } }

/* ---------- le pied de page sur l'encre, un grand filigrane derrière ---------- */
.site-foot { position: relative; overflow: hidden; background: linear-gradient(165deg, #171a22 0%, #0b0c0e 70%); color: rgba(255, 255, 255, 0.6); border-top: 0; margin-top: 24px; }
.foot-filigrane { position: absolute; right: -0.06em; bottom: -0.34em; font-family: var(--serif); font-size: 42vw; line-height: 1; letter-spacing: 0.02em; color: rgba(255, 255, 255, 0.035); pointer-events: none; user-select: none; }
.foot-haut, .foot-bas { position: relative; }
.foot-marque b { color: #fff; }
.foot-marque p { color: rgba(255, 255, 255, 0.55); }
.foot-marque img { filter: invert(1); }
.foot-liens .k { color: rgba(255, 255, 255, 0.45); }
.foot-liens a { color: #fff; }
.foot-bas { border-top: 1px solid rgba(255, 255, 255, 0.12); color: rgba(255, 255, 255, 0.5); }
@media (min-width: 901px) { .foot-filigrane { font-size: 22vw; } }
/* Dans l'app (téléphone inclus) : pas de pied marketing sous la barre. */
html:is(.dans-app, .app-accueil, .dire-actif) .site-foot { display: none !important; }

/* ================= la progression : une série, un objectif, quatre semaines qui montent ================= */
.prog { display: grid; gap: 18px; }
.prog-haut { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 12px; }
.prog-serie, .prog-objectif { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border-radius: 20px; background: rgba(255, 255, 255, 0.8); border: 1px solid #fff; box-shadow: 0 14px 30px -24px rgba(20, 30, 50, 0.4); }
.prog-objectif { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; }
.prog .flamme { width: 40px; height: 40px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(160deg, #ffb457, #ff6a3d); color: #fff; flex: none; }
.prog .flamme svg { width: 22px; height: 22px; }
.prog-serie b, .prog-objectif b { display: block; font-family: var(--serif); font-size: 24px; line-height: 1; font-weight: 500; color: var(--ink); font-variant-numeric: tabular-nums; white-space: nowrap; }
.prog-serie small, .prog-objectif small { display: block; margin-top: 3px; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); font-weight: 600; white-space: nowrap; }
.prog-barre { height: 8px; border-radius: 999px; background: rgba(20, 30, 50, 0.08); overflow: hidden; }
.prog-barre i { display: block; height: 100%; width: var(--p, 0%); border-radius: inherit; background: linear-gradient(90deg, var(--accent), #6aa7ff); transform: scaleX(0); transform-origin: left; transition: transform 1.1s cubic-bezier(0.2, 0.8, 0.2, 1) 0.3s; }
.prog-jours { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 6px; }
.prog-jours li { position: relative; aspect-ratio: 1; max-height: 44px; border-radius: 999px; display: grid; place-items: center; font-size: 12px; font-weight: 600; color: var(--muted); background: rgba(255, 255, 255, 0.6); border: 1px solid #fff; transform: scale(0.7); opacity: 0; transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.4s; }
.prog-jours li:nth-child(1) { transition-delay: 0.05s; } .prog-jours li:nth-child(2) { transition-delay: 0.12s; } .prog-jours li:nth-child(3) { transition-delay: 0.19s; } .prog-jours li:nth-child(4) { transition-delay: 0.26s; } .prog-jours li:nth-child(5) { transition-delay: 0.33s; } .prog-jours li:nth-child(6) { transition-delay: 0.4s; } .prog-jours li:nth-child(7) { transition-delay: 0.47s; }
.prog-jours li.fait { background: var(--ink); color: #fff; border-color: var(--ink); }
.prog-jours li.fait::after { content: ""; position: absolute; right: -1px; top: -1px; width: 12px; height: 12px; border-radius: 50%; background: var(--ok); border: 2px solid #fff; box-sizing: border-box; }
.prog-jours li.ici { color: var(--ink); border-color: var(--ink); box-shadow: 0 0 0 4px rgba(20, 30, 50, 0.06); }
.prog-semaines { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; align-items: end; height: 130px; padding: 0 4px; }
.prog-col { position: relative; height: 100%; display: grid; grid-template-rows: minmax(0, 1fr) auto; align-items: end; gap: 8px; }
.prog-col i { display: block; height: var(--h, 40%); border-radius: 12px 12px 6px 6px; background: linear-gradient(180deg, rgba(20, 30, 50, 0.18), rgba(20, 30, 50, 0.1)); transform: scaleY(0); transform-origin: bottom; transition: transform 0.9s cubic-bezier(0.2, 0.8, 0.2, 1) var(--d, 0s); }
.prog-col.ici i { background: linear-gradient(180deg, var(--accent), #6aa7ff); }
.prog-col span { text-align: center; font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.prog-col em { position: absolute; left: 50%; bottom: calc(var(--h, 40%) * 0.78 + 34px); white-space: nowrap; font-style: normal; font-size: 10.5px; font-weight: 600; color: var(--ink); background: #fff; border: 1px solid var(--line); padding: 4px 8px; border-radius: 999px; opacity: 0; translate: -50% 6px; transition: opacity 0.5s calc(var(--d, 0s) + 0.7s), translate 0.5s calc(var(--d, 0s) + 0.7s); }
[data-band].in .prog-barre i { transform: scaleX(1); }
[data-band].in .prog-jours li { transform: scale(1); opacity: 1; }
[data-band].in .prog-col i { transform: scaleY(1); }
[data-band].in .prog-col em { opacity: 1; translate: -50% 0; }
@media (prefers-reduced-motion: reduce) { .prog-barre i, .prog-jours li, .prog-col i, .prog-col em { transition: none; transform: none; opacity: 1; } }

/* ── Le profil : le CV lu, la recherche, les questions des employeurs — une page ───────── */
.profil-page { padding: calc(8px + env(safe-area-inset-top)) 16px 120px; display: grid; gap: 12px; max-width: 560px; margin: 0 auto; }
.profil-page > *, .profil-page .pr-col > * { min-width: 0; }
.profil-page .kicker { margin: 6px 0 0; font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); }
.profil-page h1 { margin: 0; font-family: var(--serif); font-weight: 500; font-size: 34px; line-height: 1.05; letter-spacing: -0.02em; color: var(--ink); text-transform: none; overflow-wrap: anywhere; }
.pr-sous { margin: 0 0 4px; font-size: 14px; line-height: 1.5; color: var(--muted); display: flex; flex-wrap: wrap; gap: 0 8px; }
.pr-sous span { white-space: nowrap; }
.pr-sous span + span::before { content: "\00b7"; margin-right: 8px; opacity: 0.6; }
.pr-point { margin: 0 7px; opacity: 0.6; }
.profil-page .btn.bleu { justify-self: start; background: linear-gradient(180deg, var(--accent), var(--accent-hover)); color: #fff; box-shadow: 0 14px 30px -18px var(--accent); }
.pr-colonnes, .pr-col { display: grid; gap: 12px; }
.pr-tete { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.pr-tete small { font-size: 12px; color: var(--muted); font-variant-numeric: tabular-nums; }
.pr-note { margin: 0; font-size: 13px; line-height: 1.5; color: var(--muted); }
.pr-mot { margin: 0; font-size: 13px; color: var(--bad, #b3261e); }
.pr-etat, .pr-cv, .pr-recherche, .pr-questions { padding: 18px 16px 16px; border-radius: 24px; display: grid; gap: 12px; }

/* la mesure */
.pr-etat { grid-template-columns: 88px 1fr; align-items: center; gap: 16px; }
.pr-anneau { position: relative; width: 88px; height: 88px; border-radius: 50%; display: grid; place-items: center;
  background: conic-gradient(var(--accent) var(--part, 0%), rgba(20, 20, 22, 0.08) 0); transition: --part 600ms ease; }
.pr-anneau::before { content: ""; position: absolute; inset: 7px; border-radius: 50%; background: #fff; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9); }
.pr-anneau b { position: relative; font-family: var(--serif); font-weight: 500; font-size: 26px; letter-spacing: -0.02em; color: var(--ink); font-variant-numeric: tabular-nums; }
.pr-anneau b small { font-size: 12px; margin-left: 1px; font-family: var(--sans, inherit); color: var(--muted); }
.pr-etat-mots { display: grid; gap: 8px; }
.pr-etat-mots ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 7px; }
.pr-etat-mots li { display: grid; grid-template-columns: 18px 1fr auto; align-items: center; gap: 8px; font-size: 13.5px; color: var(--ink); }
.pr-etat-mots li i { width: 18px; height: 18px; border-radius: 50%; border: 1.5px solid rgba(20, 20, 22, 0.18); display: grid; place-items: center; color: #fff; }
.pr-etat-mots li.ok i { background: var(--ok, #1f9d55); border-color: transparent; }
.pr-etat-mots li i svg { width: 12px; height: 12px; }
.pr-etat-mots li small { font-size: 12px; color: var(--muted); font-variant-numeric: tabular-nums; white-space: nowrap; }
.pr-etat-mots li span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
html.profil-pret .pr-anneau { background: conic-gradient(var(--ok, #1f9d55) 100%, transparent 0); }

/* le CV */
.pr-depot { display: grid; justify-items: center; gap: 6px; padding: 30px 16px 26px; border-radius: 20px; border: 1.5px dashed color-mix(in srgb, var(--accent) 45%, transparent); background: color-mix(in srgb, var(--accent) 6%, #fff); font: inherit; color: var(--ink); text-align: center; cursor: pointer; text-transform: none; letter-spacing: 0; transition: background 160ms ease, transform 160ms ease; }
.pr-depot:active { transform: scale(0.99); }
.pr-depot i { width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; background: #fff; color: var(--accent); box-shadow: 0 10px 24px -16px rgba(20, 20, 22, 0.4); margin-bottom: 4px; }
.pr-depot i svg { width: 22px; height: 22px; }
.pr-depot b { font-family: var(--serif); font-weight: 500; font-size: 22px; letter-spacing: -0.01em; }
.pr-depot span { font-size: 12.5px; color: var(--muted); }
.pr-depot.lit { border-style: solid; }
.pr-depot.lit i { animation: pr-pulse 1s ease-in-out infinite; }
@keyframes pr-pulse { 50% { transform: scale(0.92); opacity: 0.7; } }
.pr-fichier { display: grid; grid-template-columns: 40px minmax(0, 1fr); align-items: center; gap: 8px 12px; }
.pr-fichier .pr-actes { grid-column: 2; display: flex; gap: 8px; }
.pr-fichier > i { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: color-mix(in srgb, var(--accent) 10%, #fff); color: var(--accent); }
.pr-fichier > i svg { width: 20px; height: 20px; }
.pr-fichier b { display: block; font-size: 14px; font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pr-fichier small { font-size: 12px; color: var(--muted); white-space: nowrap; }
.pr-fichier .chip { font: inherit; font-size: 12px; cursor: pointer; text-decoration: none; color: var(--ink); text-transform: none; letter-spacing: 0; }
.pr-bloc { border-top: 1px solid rgba(20, 20, 22, 0.08); padding-top: 10px; }
.pr-bloc summary { list-style: none; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-size: 13px; font-weight: 600; color: var(--ink); padding: 2px 0; }
.pr-bloc summary::-webkit-details-marker { display: none; }
.pr-bloc summary small { font-size: 12px; color: var(--muted); font-weight: 500; }
.pr-liste { list-style: none; margin: 10px 0 2px; padding: 0; display: grid; gap: 10px; }
.pr-liste li { display: grid; gap: 2px; padding-left: 12px; border-left: 2px solid color-mix(in srgb, var(--accent) 35%, transparent); }
.pr-liste b { font-size: 13.5px; font-weight: 600; }
.pr-liste small { font-size: 12px; color: var(--muted); }
.pr-puces { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.pr-puces span { padding: 5px 10px; border-radius: 999px; background: rgba(20, 20, 22, 0.05); font-size: 12px; color: var(--ink); }

/* la recherche : huit lignes, chacune s'ouvre */
.pr-reponses { list-style: none; margin: 0; padding: 0; display: grid; }
.pr-reponses li { border-top: 1px solid rgba(20, 20, 22, 0.08); }
.pr-reponses li:first-child { border-top: 0; }
.pr-ligne { width: 100%; display: grid; grid-template-columns: minmax(0, 1fr) auto 18px; align-items: center; gap: 12px; padding: 12px 0; background: none; border: 0; font: inherit; color: var(--ink); text-align: left; cursor: pointer; text-transform: none; letter-spacing: 0; }
.pr-ligne .pr-lab { font-family: var(--sans, inherit); font-size: 13px; color: var(--muted); }
.pr-ligne b { font-size: 14px; font-weight: 600; text-align: right; max-width: 55vw; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pr-reponses li.creux .pr-ligne b { color: var(--accent); font-weight: 500; }
.pr-ligne i { width: 18px; height: 18px; color: var(--muted); transition: transform 200ms ease; }
.pr-ligne i svg { width: 18px; height: 18px; }
.pr-reponses li.ouvert .pr-ligne i { transform: rotate(90deg); }
.pr-choix { display: none; flex-wrap: wrap; gap: 8px; padding: 0 0 14px; }
.pr-reponses li.ouvert .pr-choix { display: flex; animation: pr-in 220ms ease both; }
@keyframes pr-in { from { opacity: 0; translate: 0 -4px; } }
.pr-opt { padding: 9px 14px; border-radius: 999px; border: 1px solid rgba(20, 20, 22, 0.12); background: #fff; font: inherit; font-size: 13.5px; color: var(--ink); cursor: pointer; text-transform: none; letter-spacing: 0; }
.pr-opt.on { background: var(--ink); color: #fff; border-color: var(--ink); }
.pr-libre { flex: 1 1 100%; padding: 11px 14px; border-radius: 14px; border: 1px solid rgba(20, 20, 22, 0.12); background: #fff; font: inherit; font-size: 14px; color: var(--ink); }

/* les questions des employeurs : les groupes repliés, les manquants ouverts */
.pr-q-groupes .quiz-group { border-top: 1px solid rgba(20, 20, 22, 0.08); }
.pr-q-groupes .quiz-group > summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 12px 0; cursor: pointer; font-size: 14px; font-weight: 600; color: var(--ink); }
.pr-q-groupes .quiz-group > summary::-webkit-details-marker { display: none; }
.pr-q-groupes .quiz-group > summary small { font-size: 11px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; padding: 3px 8px; border-radius: 999px; background: rgba(20, 20, 22, 0.05); color: var(--muted); }
.pr-q-groupes .quiz-group > summary small.warn { background: color-mix(in srgb, var(--accent) 12%, #fff); color: var(--accent); }
.pr-q-groupes .quiz-grid { display: grid; gap: 12px; padding: 2px 0 16px; }
.pr-q-groupes .quiz-field { display: grid; gap: 5px; }
.pr-q-groupes .quiz-field label { font-size: 13.5px; font-weight: 500; color: var(--ink); line-height: 1.35; text-transform: none; letter-spacing: 0; }
.pr-q-groupes .quiz-field.todo label::after { content: ""; display: inline-block; width: 6px; height: 6px; margin-left: 6px; border-radius: 50%; background: var(--accent); vertical-align: middle; }
.pr-q-groupes .quiz-field input, .pr-q-groupes .quiz-field select { width: 100%; padding: 11px 13px; border-radius: 14px; border: 1px solid rgba(20, 20, 22, 0.12); background: #fff; font: inherit; font-size: 14px; color: var(--ink); -webkit-appearance: none; appearance: none; }
.pr-q-groupes .quiz-field select { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='m6 9 6 6 6-6'/></svg>"); background-repeat: no-repeat; background-position: right 12px center; background-size: 16px; padding-right: 36px; }
.pr-q-groupes .quiz-field small { font-size: 12px; color: var(--muted); }
.pr-q-sauve { margin: 4px 0 0; min-height: 16px; font-size: 12px; color: var(--muted); text-align: right; }
.pr-q-sauve.ok { color: var(--ok, #1f9d55); }
.pr-q-sauve.rate { color: var(--bad, #b3261e); }

/* la carte, en bas */
.pr-carte { display: grid; grid-template-columns: 44px 1fr 18px; align-items: center; gap: 12px; padding: 14px 16px; border-radius: 22px; color: var(--ink); text-decoration: none; }
.pr-carte i { width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; background: var(--ink); color: #fff; }
.pr-carte i svg { width: 22px; height: 22px; }
.pr-carte b { display: block; font-size: 14px; font-weight: 600; }
.pr-carte small { font-size: 12px; color: var(--muted); }
.pr-carte em { width: 18px; height: 18px; color: var(--muted); }
.pr-carte em svg { width: 18px; height: 18px; }

@media (min-width: 901px) {
  .profil-page { max-width: 1040px; padding-top: 28px; }
  .profil-page > .cand-tete { display: none; }
  .profil-page h1 { font-size: 44px; }
  .pr-colonnes { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 20px; align-items: start; margin-top: 8px; }
  .pr-col { gap: 20px; }
  .pr-col-a { position: sticky; top: 24px; }
  .pr-etat, .pr-cv, .pr-recherche, .pr-questions { padding: 22px 22px 20px; border-radius: 28px; }
  .pr-depot { padding: 44px 16px 40px; }
  .pr-ligne b { max-width: 300px; }
  .pr-fichier { grid-template-columns: 40px minmax(0, 1fr) auto; }
  .pr-fichier .pr-actes { grid-column: 3; }
  .pr-q-groupes .quiz-grid { grid-template-columns: 1fr 1fr; gap: 14px 18px; }
  .pr-q-groupes .quiz-field:has(input[type="text"]) { grid-column: span 1; }
}

/* ---- Offres, comme un chat. La barre en bas, toujours ; les offres au-dessus ; presque
   rien d'autre. La page vide pose une question, trois exemples. Les résultats : une ligne
   de compte, les critères, le choix auto / à la main en une rangée, puis les offres. ---- */
#view-search .offers-page { padding-bottom: 190px; min-height: calc(100vh - 40px); box-sizing: border-box; }
html.dire-actif #dire { min-height: 0; }
#dire .bulle.maxx.accueil.vide { background: transparent !important; border: 0 !important; box-shadow: none !important; -webkit-backdrop-filter: none; backdrop-filter: none; padding: 0 !important; margin-top: clamp(40px, 16vh, 140px); display: grid; justify-items: center; text-align: center; gap: 22px; }
#dire .dire-vide { display: grid; justify-items: center; gap: 10px; }
#dire .accueil .dire-vide .noeud-dire { display: block; width: 46px; height: 42px; background: var(--noeud) center / contain no-repeat; animation: none; }
#dire .dire-vide h2 { margin: 6px 0 0; font-family: var(--serif); font-weight: 500; font-size: clamp(30px, 8vw, 44px); letter-spacing: -0.02em; word-spacing: 0.12em; line-height: 1.05; color: var(--ink); text-transform: none; }
#dire .dire-vide p { margin: 0; font-size: 14px; color: var(--muted); }
#dire .bulle.accueil.vide .exemples-dire { justify-content: center; max-width: 520px; }
#dire .bulle.accueil.vide .exemple { background: var(--verre2, rgba(255, 255, 255, 0.6)); border-color: rgba(255, 255, 255, 0.95); }
#dire .bulle.accueil.vide .cv-devine.grande { width: auto; display: inline-flex; align-items: center; gap: 8px; margin: 0; padding: 9px 14px; border-radius: 999px; border: 1px dashed var(--line-strong); background: transparent; box-shadow: none; }
#dire .bulle.accueil.vide .cv-devine.grande i { width: 18px; height: 18px; background: none; border: 0; }
#dire .bulle.accueil.vide .cv-devine.grande svg { width: 18px; height: 18px; }
#dire .bulle.accueil.vide .cv-devine.grande b { font-size: 13px; font-weight: 500; color: var(--muted); }
#dire .bulle.accueil.vide .cv-devine.grande small, #dire .bulle.accueil.vide .cv-devine.grande em { display: none; }

/* la réponse : une ligne, pas un titre */
#dire .bulle.resultat .pour-vous-k, #dire .bulle.resultat .pile, #dire .bulle.resultat .astuce,
#dire .bulle.resultat .compte, #dire .bulle.resultat .recit,
#dire .carte-ville, #dire .maisons-ville, #dire .mission { display: none !important; }
#dire .bulle.resultat .etiquettes {
  display: flex !important; flex-wrap: wrap; gap: 6px; align-items: center;
  margin: 0 0 6px; padding: 0;
}
#dire .bulle.resultat .etiquette {
  display: inline-flex !important; align-items: center; gap: 6px;
  margin: 0; padding: 5px 10px 5px 12px; border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--ink) 10%, transparent);
  background: transparent; color: var(--ink);
  font: inherit; font-size: 13px; letter-spacing: 0; text-transform: none; cursor: pointer;
}
#dire .bulle.resultat .etiquette i { font-style: normal; font-size: 12px; opacity: 0.4; }
#dire .bulle.charge { background: transparent !important; border: 0 !important; box-shadow: none !important; padding: 0 !important; }
#dire .bulle.resultat .compte { gap: 6px; }
#dire .bulle.resultat .compte .n { font-family: var(--sans, inherit); font-size: 15px; font-weight: 600; letter-spacing: 0; }
#dire .bulle.resultat .compte span { font-family: var(--sans, inherit); font-size: 15px; font-weight: 600; color: var(--ink); }
#dire .bulle.resultat .sous { display: inline; margin: 0 0 0 4px; font-size: 14px; color: var(--muted); }
#dire .bulle.resultat .sous:not(:empty)::before { content: "· "; }
#dire .bulle.resultat .compte { display: inline-flex; margin: 0; }
#dire .bulle.resultat .etiquettes { margin-top: 12px; }
#dire .bulle.resultat .affine.changer { display: none !important; }
#dire .bulle.resultat .affine.filtres, #dire .bulle.resultat .affine.gardees { background: transparent; border-color: transparent; color: var(--muted); padding-left: 8px; padding-right: 8px; }
#dire .bulle.resultat .affine.filtres:hover, #dire .bulle.resultat .affine.gardees:hover { color: var(--ink); }
#dire .bulle.resultat .etiquette { background: var(--verre2, rgba(255, 255, 255, 0.6)); border-color: rgba(255, 255, 255, 0.95); font-size: 13px; padding: 7px 12px; }

/* le choix : une rangée. Auto | À la main — CV adapté — le bouton. Pas de titre, pas de notice. */
#dire .mission { margin: 14px 0 4px; padding: 10px; border-radius: 22px; gap: 10px; box-shadow: none; background: rgba(255, 255, 255, 0.62); }
#dire .mission-tete, #dire .mission-note, #dire .mission .mode span, #dire .mission .tout small { display: none; }
#dire .mission-modes { padding: 3px; border-radius: 999px; background: color-mix(in srgb, var(--ink) 6%, transparent); gap: 0; }
#dire .mission .mode { padding: 9px 12px; border: 0; border-radius: 999px; background: transparent; justify-items: center; }
#dire .mission .mode b { font-size: 13.5px; font-weight: 500; }
#dire .mission .mode b::before { display: none; }
#dire .mission .mode.on { background: #fff; box-shadow: 0 2px 10px -4px rgba(12, 27, 61, 0.35); }
#dire .mission .mode.on b { font-weight: 600; }
#dire .mission-cv { padding: 6px 8px; background: transparent; gap: 8px; }
#dire .mission-cv i { width: 20px; height: 20px; border-radius: 6px; }
#dire .mission-cv span { font-size: 13px; font-weight: 500; }
#dire .mission-cv small { display: none; }
#dire .mission-actes { gap: 0; }
#dire .mission .tout { padding: 0 18px; min-height: 46px; border-radius: 999px; justify-items: center; align-content: center; }
#dire .mission .tout span { font-size: 14px; }
#dire .mission[data-mode="manuel"] .tout { border-width: 1px; border-color: var(--line-strong); }

/* les offres : une ligne fine chacune. Logo, employeur, titre, l'étoile — et rien à
   presser : la ligne s'ouvre (fiche, avec « Postuler »), ou se glisse ; « Lancer » fait le reste. */
#dire .bulle.resultat .offres-dire { gap: 6px; margin-top: 10px; }
#dire .bulle.resultat .offres-dire li { grid-template-columns: 34px 1fr 30px; grid-template-areas: "logo texte etoile"; column-gap: 10px; row-gap: 0; align-items: center; padding: 9px 10px 9px 12px; border-radius: 16px; background: rgba(255, 255, 255, 0.58); border-top: 0; }
#dire .bulle.resultat .offres-dire li .lettre { width: 34px; height: 34px; }
#dire .bulle.resultat .offres-dire li .lettre em { font-size: 14px; }
#dire .bulle.resultat .offres-dire li > div { gap: 1px; }
#dire .bulle.resultat .offres-dire li > div b { font-size: 12px; }
#dire .bulle.resultat .offres-dire li > div span { font-size: 15.5px; line-height: 1.2; }
#dire .bulle.resultat .offres-dire li > div small { font-size: 11px; }
#dire .bulle.resultat .offres-dire li .neuf { font-size: 9px; margin-left: 6px; }
#dire .bulle.resultat .offres-dire li .postuler { display: none !important; }
#dire .bulle.resultat .offres-dire li .garder { width: 30px; height: 30px; align-self: center; border: 0; background: transparent; color: var(--muted); }
#dire .bulle.resultat .offres-dire li .garder svg { width: 18px; height: 18px; }
/* l'état, en un mot, à la place du bouton */
#dire .bulle.resultat .offres-dire li.lance > div b::after, #dire .bulle.resultat .offres-dire li.ouverte > div b::after { content: "· lancée"; margin-left: 6px; font-weight: 500; color: var(--accent); }
#dire .bulle.resultat .offres-dire li.ouverte > div b::after { content: "· ouverte"; }
#dire .plus { margin-top: 8px; padding: 10px; background: transparent; border: 1px solid var(--line-strong); font-size: 12.5px; }
@media (min-width: 901px) {
  #dire .mission { display: grid; grid-template-columns: auto 1fr auto; align-items: center; padding: 8px 8px 8px 8px; gap: 10px; }
  #dire .mission-modes { display: inline-grid; grid-template-columns: auto auto; }
  #dire .mission .mode { padding: 8px 16px; }
  #dire .mission-cv { justify-self: start; }
  #dire .mission .tout { width: auto; min-height: 42px; }
  #dire .bulle.resultat .offres-dire li { grid-template-columns: 36px 1fr 32px; column-gap: 12px; padding: 10px 12px 10px 14px; }
  #dire .bulle.resultat .offres-dire li .lettre { width: 36px; height: 36px; }
  #dire .bulle.resultat .offres-dire li > div span { font-size: 16px; }
  #dire .bulle.resultat .offres-dire li:hover { background: rgba(255, 255, 255, 0.8); }
  #dire .bulle.accueil.vide { margin-top: clamp(60px, 20vh, 180px); }
}

/* la feuille « votre profil d'abord » : au-dessus de tout, petit et grand écran.
   Les règles ordinateur (verre, position relative) ne doivent pas l'avaler. */
html body .voile-rythme {
  position: fixed !important; inset: 0 !important;
  z-index: 30000 !important;
  width: 100vw !important; height: 100dvh !important; max-width: none !important;
  margin: 0 !important; border: 0 !important;
  background: color-mix(in srgb, var(--ink) 42%, transparent) !important;
  display: grid !important; place-items: center !important;
  align-items: center !important; justify-items: center !important;
  opacity: 0; pointer-events: none;
  transition: opacity 240ms ease;
}
html body .voile-rythme.on { opacity: 1 !important; pointer-events: auto !important; }
html body .voile-rythme .feuille {
  position: relative !important;
  width: min(440px, calc(100vw - 40px)) !important;
  max-width: 440px !important;
  margin: 0 !important;
  translate: none !important; transform: none !important;
  background: #fff !important;
  border-radius: 28px !important;
  border: 1px solid color-mix(in srgb, var(--ink) 8%, transparent) !important;
  box-shadow: 0 28px 80px -28px color-mix(in srgb, var(--ink) 45%, transparent) !important;
  padding: 26px 26px 22px !important;
  display: grid !important; gap: 14px !important;
  backdrop-filter: none !important; -webkit-backdrop-filter: none !important;
}
html body .voile-rythme .kicker { margin: 0; font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); }
html body .voile-rythme .aide { margin: 0; font-size: 13px; color: var(--muted); }
html body .voile-rythme .text { background: none; border: 0; padding: 6px; color: var(--muted); text-decoration: underline; text-underline-offset: 3px; text-transform: none; letter-spacing: 0; font-size: 13px; }
.voile-profil .feuille h3 { margin: 0; font-family: var(--serif); font-weight: 500; font-size: 28px; letter-spacing: -0.01em; color: var(--ink); }
.voile-profil .feuille .aide { margin: 0; font-size: 14px; line-height: 1.45; color: var(--muted); }
.voile-profil .vp-manque { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.voile-profil .vp-manque li { display: grid; grid-template-columns: 10px 1fr auto; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 12px; background: color-mix(in srgb, var(--ink) 4%, #fff); border: 1px solid color-mix(in srgb, var(--ink) 8%, transparent); font-size: 14px; color: var(--ink); }
.voile-profil .vp-manque li i { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }
.voile-profil .vp-manque li small { font-size: 12px; color: var(--muted); }
.voile-profil .btn.noir { display: grid; place-items: center; min-height: 50px; border-radius: 999px; background: var(--ink); color: #fff; font-weight: 600; font-size: 15px; text-decoration: none; }
.voile-profil .fermer-feuille { justify-self: center; }

/* ---- encore plus nu : pas de boîtes. Une liste, un trait fin entre les lignes, le compte
   en un mot, le choix en une rangée. Le reste attend dans la fiche. ---- */
#dire .bulle.resultat .sous { display: none; }
#dire .bulle.resultat .compte .n, #dire .bulle.resultat .compte span { font-size: 13px; font-weight: 500; color: var(--muted); }
#dire .bulle.resultat .etiquettes { margin-top: 8px; gap: 4px; }
#dire .bulle.resultat .etiquette { font-size: 12px; padding: 5px 10px; background: transparent; border-color: var(--line); }
#dire .bulle.resultat .affine.filtres, #dire .bulle.resultat .affine.gardees { font-size: 12px; padding: 5px 8px; }
#dire .mission { margin: 12px 0 2px; padding: 0; background: transparent; border: 0; box-shadow: none; gap: 8px; }
#dire .mission-cv { display: none; }
#dire .mission-modes { background: transparent; padding: 0; gap: 4px; }
#dire .mission .mode { padding: 8px 12px; border: 1px solid transparent; }
#dire .mission .mode.on { background: transparent; box-shadow: none; border-color: var(--ink); }
#dire .mission .mode b { font-size: 13px; }
#dire .mission .tout { min-height: 42px; }
#dire .bulle.resultat .offres-dire { gap: 0; margin-top: 8px; }
#dire .bulle.resultat .offres-dire li { grid-template-columns: 28px 1fr 26px; column-gap: 12px; padding: 11px 2px 11px 0; border-radius: 0; background: transparent; border: 0; border-top: 1px solid color-mix(in srgb, var(--ink) 8%, transparent); box-shadow: none; }
#dire .bulle.resultat .offres-dire li > div span mark { border-bottom: 0; }
#dire .bulle.resultat .offres-dire li:first-child { border-top: 0; }
#dire .bulle.resultat .offres-dire li .lettre { width: 28px; height: 28px; border: 0; box-shadow: none; background: transparent; }
#dire .bulle.resultat .offres-dire li .lettre em { font-size: 12px; }
#dire .bulle.resultat .offres-dire li > div b { font-size: 11.5px; font-weight: 500; color: var(--muted); }
#dire .bulle.resultat .offres-dire li > div span { font-size: 15px; line-height: 1.25; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
#dire .bulle.resultat .offres-dire li > div small { display: none; }
#dire .bulle.resultat .offres-dire li .neuf { font-size: 0; width: 6px; height: 6px; padding: 0; margin: 0 0 1px 6px; border-radius: 50%; background: var(--accent); display: inline-block; vertical-align: middle; }
#dire .bulle.resultat .offres-dire li .garder { width: 26px; height: 26px; color: color-mix(in srgb, var(--ink) 30%, transparent); }
#dire .bulle.resultat .offres-dire li .garder svg { width: 16px; height: 16px; }
#dire .plus { margin-top: 6px; padding: 9px; border: 0; color: var(--muted); font-size: 12.5px; }
#dire .bulle.vous { display: block; font-size: 14px; padding: 8px 13px; }
@media (min-width: 901px) {
  #dire .mission { grid-template-columns: 1fr auto; padding: 0; }
  #dire .mission-modes { justify-self: start; grid-template-columns: auto auto; }
  #dire .mission .mode { padding: 8px 14px; }
  #dire .bulle.resultat .offres-dire li { grid-template-columns: 30px 1fr 26px; padding: 12px 2px 12px 0; }
  #dire .bulle.resultat .offres-dire li:hover { background: transparent; }
  #dire .bulle.resultat .offres-dire li .lettre { width: 30px; height: 30px; }
  #dire .bulle.resultat .offres-dire li > div span { font-size: 15.5px; -webkit-line-clamp: 1; }
  #dire .bulle.resultat .offres-dire li .garder { opacity: 0; transition: opacity 160ms ease; }
  #dire .bulle.resultat .offres-dire li:hover .garder, #dire .bulle.resultat .offres-dire li .garder[aria-pressed="true"] { opacity: 1; }
}

/* ---- plus nu encore : pas d'écho de la question, pas de logos. Une ligne de compte et de
   critères, le choix en mots, le bouton, la liste. ---- */
/* la question reste dans le fil : un autre message continue la conversation */
#dire .bulle.resultat .compte { margin-right: 6px; }
#dire .bulle.resultat .compte .n, #dire .bulle.resultat .compte span { font-size: 12.5px; }
#dire .bulle.resultat .etiquettes { display: inline-flex; margin: 0; vertical-align: middle; }
#dire .bulle.resultat .etiquette { font-size: 12px; padding: 3px 8px; border: 0; background: color-mix(in srgb, var(--ink) 5%, transparent); }
#dire .bulle.resultat .etiquette i { margin-left: 4px; }
#dire .bulle.resultat .affine.filtres { display: none !important; }
#dire .bulle.resultat .affine.gardees { font-size: 0; padding: 3px 6px; }
#dire .bulle.resultat .affine.gardees::before { content: "★"; font-size: 12px; }
#dire .mission { margin: 18px 0 0; grid-template-columns: 1fr auto; align-items: center; gap: 12px; }
#dire .mission-modes { display: inline-flex; gap: 14px; justify-self: start; }
#dire .mission .mode { padding: 0; border: 0; border-radius: 0; background: transparent; }
#dire .mission .mode b { font-size: 13px; color: var(--muted); font-weight: 500; padding-bottom: 3px; border-bottom: 1.5px solid transparent; }
#dire .mission .mode.on { border: 0; }
#dire .mission .mode.on b { color: var(--ink); border-bottom-color: var(--ink); }
#dire .mission-actes { justify-self: end; }
#dire .mission .tout { min-height: 38px; padding: 0 16px; }
#dire .mission .tout span { font-size: 13px; }
#dire .bulle.resultat .offres-dire { margin-top: 14px; }
#dire .bulle.resultat .offres-dire li { grid-template-columns: 1fr 24px; grid-template-areas: "texte etoile"; column-gap: 10px; padding: 12px 0; border-top-color: color-mix(in srgb, var(--ink) 6%, transparent); }
#dire .bulle.resultat .offres-dire li .lettre { display: none; }
#dire .bulle.resultat .offres-dire li > div b { font-size: 11px; letter-spacing: 0.02em; }
#dire .bulle.resultat .offres-dire li > div span { font-size: 15px; }
#dire .bulle.resultat .offres-dire li .garder { width: 24px; height: 24px; color: color-mix(in srgb, var(--ink) 22%, transparent); }
#dire .bulle.resultat .offres-dire li .garder svg { width: 15px; height: 15px; }
#dire .plus { text-align: left; padding: 10px 0; font-size: 12.5px; color: var(--muted); }
@media (min-width: 901px) {
  #dire .mission { padding: 0; }
  #dire .bulle.resultat .offres-dire li { grid-template-columns: 1fr 24px; padding: 12px 0; }
  #dire .bulle.resultat .offres-dire li > div span { font-size: 15.5px; }
}

/* ---- toute la page, plus nue. Le logo de l'employeur reste — c'est lui qu'on reconnaît
   d'un coup d'œil. Le reste s'efface : sous-titre, micro, bordures, pilules. ---- */
#dire .dire-vide p, #dire .bulle.accueil.vide .cv-devine.grande { display: none; }
#dire .dire-vide h2 { margin-top: 10px; }
#dire .bulle.accueil.vide .exemple { background: transparent; border-color: color-mix(in srgb, var(--ink) 12%, transparent); font-weight: 400; font-size: 13.5px; padding: 8px 13px; }
.dire-barre .micro { display: none !important; }
/* sans micro, deux colonnes : le champ prend toute la longueur, le bouton au bout */
.dire-barre { padding-left: 14px; grid-template-columns: minmax(0, 1fr) auto; }
.dire-barre input { width: 100%; }
.dire-barre .compris-direct { grid-column: 1 / -1; }
#dire .bulle.resultat .offres-dire li { grid-template-columns: 30px 1fr 24px; grid-template-areas: "logo texte etoile"; column-gap: 12px; }
#dire .bulle.resultat .offres-dire li .lettre { display: grid; width: 30px; height: 30px; }
#dire .bulle.resultat .compte .n, #dire .bulle.resultat .compte span { color: var(--ink); }
#dire .bulle.resultat .etiquettes { display: flex !important; flex-wrap: wrap; gap: 6px; margin: 0 0 4px; }
#dire .bulle.resultat .etiquette { background: transparent; padding: 5px 10px 5px 12px; color: var(--ink); border: 1px solid color-mix(in srgb, var(--ink) 10%, transparent); border-radius: 999px; }
#dire .bulle.resultat .etiquette::before { content: none; }
#dire .bulle.resultat .etiquette i { opacity: 0.4; }
#dire .bulle.resultat .affine.gardees { color: color-mix(in srgb, var(--ink) 35%, transparent); }
#dire .mission .tout { background: transparent; color: var(--ink); border: 1px solid var(--ink); min-height: 36px; }
#dire .mission[data-mode="manuel"] .tout { border-color: var(--line-strong); }
#dire .bulle.resultat .offres-dire li .garder { color: color-mix(in srgb, var(--ink) 16%, transparent); }
@media (min-width: 901px) {
  #dire .bulle.resultat .offres-dire li { grid-template-columns: 32px 1fr 24px; }
  #dire .bulle.resultat .offres-dire li .lettre { width: 32px; height: 32px; }
  #view-search #offers-top .home-top-cta { display: none; }
}
/* la page entière : l'en-tête n'est plus qu'un logo, l'étoile attend dans la fiche sur téléphone */
#view-search #offers-top { background: transparent; border: 0; box-shadow: none; -webkit-backdrop-filter: none; backdrop-filter: none; }
#view-search #offers-top .home-top-inner { background: transparent; border: 0; box-shadow: none; -webkit-backdrop-filter: none; backdrop-filter: none; }
#dire .bulle.resultat .offres-dire li .neuf { display: none; }
@media (max-width: 900px) {
  #dire .bulle.resultat .offres-dire li { grid-template-columns: 30px 1fr; grid-template-areas: "logo texte"; }
  #dire .bulle.resultat .offres-dire li .garder { display: none; }
  #dire .mission .tout { min-height: 34px; padding: 0 14px; }
  #dire .mission .tout span { font-size: 12.5px; }
}

/* ---- Revue : liste + trois gestes. Le score est celui de la recherche, pas un chiffre
   inventé. Une ligne refusée ou passée s'efface ; postuler reste sur la liste. ---- */
#dire .bulle.resultat .astuce { display: block; margin: 10px 0 0; font-size: 12px; color: var(--muted); }
#dire .mission { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 8px 16px; margin: 14px 0 0; }
#dire .mission-modes { display: inline-flex; gap: 14px; grid-column: 1; }
#dire .mission-note { display: block; margin: 0; font-size: 12.5px; color: var(--muted); grid-column: 1 / -1; }
#dire .mission-actes { grid-column: 2; grid-row: 1; }
#dire .mission[data-mode="revue"] .mission-actes { display: none; }
#dire .bulle.resultat .offres-dire li { grid-template-columns: 30px 1fr auto; grid-template-areas: "logo texte actes"; column-gap: 12px; align-items: center; }
#dire .bulle.resultat .offres-dire li .lettre { display: grid; }
#dire .bulle.resultat .offres-dire li .revue-actes, .pv-offres .revue-actes { grid-area: actes; display: flex; gap: 4px; }
#dire .rev-acte, .pv-offres .rev-acte { width: 32px; height: 32px; border-radius: 50%; border: 1px solid color-mix(in srgb, var(--ink) 10%, transparent); background: transparent; color: var(--muted); font-size: 13px; line-height: 1; padding: 0; cursor: pointer; }
#dire .bulle.resultat .offres-dire li .rev-acte.postuler, .pv-offres .rev-acte.postuler { display: grid !important; place-items: center; width: 32px !important; min-width: 32px; min-height: 32px !important; height: 32px; padding: 0; border-radius: 50%; background: var(--ink); color: #fff; border: 1px solid var(--ink); font-size: 14px; font-weight: 500; }
#dire .rev-acte:disabled, .pv-offres .rev-acte:disabled { opacity: 0.45; }
/* Une offre que MAXX ne pilote pas encore : elle s'ouvre (↗), et la ligne le dit. */
#dire .bulle.resultat .offres-dire li .rev-acte.ouvrir, .pv-offres .rev-acte.ouvrir { display: grid !important; place-items: center; width: 32px !important; min-width: 32px; height: 32px; min-height: 32px !important; padding: 0; border-radius: 50%; text-decoration: none; color: var(--ink); background: transparent; border: 1px solid color-mix(in srgb, var(--ink) 22%, transparent); font-size: 14px; }
#dire .offre-ouvrir .src.main, .pv-offres .offre-ouvrir .src.main { color: var(--muted); }
.fiche-choix .choix:disabled { opacity: 0.55; cursor: not-allowed; }
#dire .offre-ouvrir .fit { font-style: normal; font-size: 11px; font-weight: 600; margin-left: 8px; color: var(--ink); letter-spacing: 0; }
#dire .offres-dire li[hidden], #dire .offres-dire li.hors { display: none !important; }
#dire .offres-dire li.glisse { transform: translateX(var(--dx, 0)); transition: none; }
#dire .offres-dire li.vers-oui { background: color-mix(in srgb, #1a7a4c 8%, transparent); }
#dire .offres-dire li.vers-non { background: color-mix(in srgb, #b42318 8%, transparent); }
#dire .offres-dire li.retour { transition: transform 220ms ease; }
.voile-pourquoi .puces { display: flex; flex-wrap: wrap; gap: 8px; }
.voile-pourquoi .pv-motif { padding: 10px 14px; border-radius: 999px; border: 1px solid var(--line-strong); background: #fff; font: inherit; font-size: 13.5px; text-align: left; cursor: pointer; }
.voile-pourquoi .pv-motif:hover { border-color: var(--ink); }
.voile-pourquoi h3 { margin: 0; font-family: var(--serif); font-weight: 500; font-size: 26px; }
.voile-direct, .voile-pourquoi {
  position: fixed; inset: 0; z-index: 4500;
  background: color-mix(in srgb, var(--ink) 35%, transparent);
  display: grid; align-items: end; opacity: 0; transition: opacity 240ms ease;
}
.voile-direct.on, .voile-pourquoi.on { opacity: 1; }
.voile-direct .feuille, .voile-pourquoi .feuille {
  background: var(--bg); border-radius: 28px 28px 0 0;
  padding: 22px 22px max(22px, env(safe-area-inset-bottom));
  display: grid; gap: 14px; translate: 0 30px;
  transition: translate 320ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.voile-direct.on .feuille, .voile-pourquoi.on .feuille { translate: 0 0; }
.voile-direct .kicker, .voile-pourquoi .kicker { margin: 0; font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); }
:is(.voile-direct, .voile-prete) .direct-tete { display: grid; grid-template-columns: 36px 1fr; gap: 12px; align-items: center; }
:is(.voile-direct, .voile-prete) .direct-tete .lettre { width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; background: color-mix(in srgb, var(--ink) 6%, transparent); overflow: hidden; position: relative; }
:is(.voile-direct, .voile-prete) .direct-tete .lettre img { width: 100%; height: 100%; object-fit: contain; }
:is(.voile-direct, .voile-prete) .direct-tete .lettre em { font-style: normal; font-size: 14px; }
:is(.voile-direct, .voile-prete) .direct-tete.a-logo em, :is(.voile-direct, .voile-prete) .direct-tete .lettre.a-logo em { display: none; }
:is(.voile-direct, .voile-prete) .direct-tete b { display: block; font-size: 12px; font-weight: 500; color: var(--muted); }
:is(.voile-direct, .voile-prete) .direct-tete span { display: block; font-size: 16px; line-height: 1.3; }
.voile-direct h3 { margin: 0; font-family: var(--serif); font-weight: 500; font-size: 24px; }
.voile-direct .direct-etat { margin: 0; font-size: 14px; color: var(--muted); letter-spacing: 0; word-spacing: 0; }
.voile-direct .direct-verify { display: grid; gap: 10px; }
.voile-direct .direct-verify[hidden] { display: none; }
.voile-direct .direct-preuve { width: 100%; min-height: 44px; border-radius: 12px; border: 1px solid var(--line-strong); background: #fff; padding: 10px 12px; font: inherit; }
.voile-direct .coller, .voile-direct .suivant {
  min-height: 44px; border-radius: 999px; border: 1px solid var(--ink);
  background: var(--ink); color: #fff; font: inherit; font-size: 14px; cursor: pointer;
}
.voile-direct .direct-actes { display: grid; gap: 8px; justify-items: start; }
.voile-direct .direct-actes .text { background: none; border: 0; padding: 4px 0; color: var(--muted); text-decoration: underline; text-underline-offset: 3px; font-size: 13px; }
@media (min-width: 901px) {
  .voile-direct, .voile-pourquoi { align-items: center; justify-items: center; }
  .voile-direct .feuille, .voile-pourquoi .feuille { width: min(440px, calc(100vw - 48px)); border-radius: 28px; translate: 0 12px; }
}
@media (min-width: 901px) {
  #dire .bulle.resultat .offres-dire li { grid-template-columns: 32px 1fr auto; }
  #dire .rev-acte { opacity: 0.55; }
  #dire .offres-dire li:hover .rev-acte { opacity: 1; }
}
@media (max-width: 900px) {
  #dire .bulle.resultat .offres-dire li { grid-template-columns: 30px 1fr auto; grid-template-areas: "logo texte actes"; }
}

/* ---- Pour vous + Boîte : les mêmes lignes nues que les offres. Pas de cartes,
   pas de kicker en capitales (le h2 global les collait). ---- */
.pv-page, .boite-page {
  max-width: 720px; margin: 0 auto; padding: 20px 20px 120px;
  display: grid; gap: 10px; letter-spacing: 0; word-spacing: normal;
}
.pv-page h1, .boite-page h1 {
  margin: 0; font-family: var(--serif); font-weight: 500; font-size: 34px;
  line-height: 1.05; letter-spacing: -0.02em; word-spacing: normal; text-transform: none;
}
.pv-page h2, .boite-page h2, .pv-page p, .boite-page p, .pv-page small, .boite-page small {
  letter-spacing: 0; word-spacing: normal; text-transform: none;
}
.page-sous, .page-vide { margin: 0; font-size: 14px; line-height: 1.45; color: var(--muted); }
.page-vide .text, .bo-ligne .text, .pv-page .text {
  background: none; border: 0; padding: 0; font: inherit; color: var(--ink);
  text-decoration: underline; text-underline-offset: 3px; cursor: pointer; letter-spacing: 0;
}
.pv-alerte { font-size: 13px; color: var(--muted); }
.pv-page .mission { margin: 4px 0 0; }
.pv-page .mission-note { grid-column: 1 / -1; }
.pv-mot { margin: 0; font-size: 13px; color: var(--muted); }
.pv-offres { list-style: none; margin: 18px 0 0; padding: 0; }
.pv-offres li {
  display: grid; grid-template-columns: 32px minmax(0, 1fr) auto; column-gap: 12px; align-items: center;
  padding: 12px 0; border-top: 1px solid color-mix(in srgb, var(--ink) 6%, transparent);
}
.pv-offres li:first-child { border-top: 0; padding-top: 2px; }
.pv-offres .lettre {
  width: 32px; height: 32px; border-radius: 10px; display: grid; place-items: center;
  position: relative; overflow: hidden; background: #fff; border: 1px solid rgba(20, 20, 22, 0.08);
}
.pv-offres .lettre img, .pv-offres .lettre .logo {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 5px;
  opacity: 0; background: #fff; transition: opacity 300ms ease;
}
.pv-offres .lettre.a-logo img, .pv-offres .lettre.a-logo .logo { opacity: 1; }
.pv-offres .lettre.a-logo em { opacity: 0; }
.pv-offres .lettre.sans-logo img, .pv-offres .lettre.sans-logo .logo { display: none; }
.pv-offres .lettre em { font-style: normal; font-size: 13px; font-weight: 600; color: var(--ink); position: relative; z-index: 1; }
.pv-offres .offre-ouvrir { min-width: 0; display: grid; gap: 1px; }
.pv-offres .offre-ouvrir b { display: block; font-size: 12px; font-weight: 500; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; letter-spacing: 0; }
.pv-offres .offre-ouvrir span {
  display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  font-size: 15px; line-height: 1.25; color: var(--ink); letter-spacing: 0;
}
.pv-offres .offre-ouvrir small { display: none; }
.pv-offres .offre-ouvrir .fit { font-style: normal; font-size: 11px; font-weight: 600; margin-left: 8px; color: var(--ink); letter-spacing: 0; }

.cherche-load { display: grid; justify-items: center; gap: 16px; width: min(720px, 100%); margin: 0 auto; padding: 48px 8px 8px; }
.cherche-load .noeud-dire { width: 36px; height: 33px; background: var(--noeud) center / contain no-repeat; animation: cherche-pulse 1.1s ease-in-out infinite; }
.cherche-load p { margin: 0; font-size: 14px; color: var(--muted); letter-spacing: 0; }
.cherche-load .squelette { list-style: none; width: 100%; margin: 8px 0 0; padding: 0; display: grid; gap: 10px; }
.cherche-load .squelette li {
  display: block !important; height: 48px; margin: 0; padding: 0; border: 0 !important;
  border-radius: 14px; box-shadow: none !important; background: linear-gradient(90deg, rgba(20, 20, 22, 0.045), rgba(20, 20, 22, 0.09), rgba(20, 20, 22, 0.045));
  background-size: 200% 100%; animation: squelette 1.2s ease-in-out infinite;
}
.cherche-load .squelette li::before, .cherche-load .squelette li::after { display: none !important; content: none !important; }
@keyframes squelette { 0% { background-position: 100% 0; } 100% { background-position: -100% 0; } }
@keyframes cherche-pulse { 50% { opacity: 0.28; } }
.bo-adresses { display: grid; gap: 8px; }
.bo-ligne { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 12px; margin: 0; font-size: 14px; }
.bo-ligne b { font-weight: 500; }
.bo-opt { font-size: 12px; color: var(--muted); }
.bo-form { display: grid; gap: 10px; max-width: 360px; }
.bo-form input {
  min-height: 42px; border: 0; border-bottom: 1px solid color-mix(in srgb, var(--ink) 14%, transparent);
  background: transparent; font: inherit; font-size: 15px; letter-spacing: 0;
}
.bo-form-actes { display: flex; align-items: center; gap: 14px; }
.bo-form .tout { min-height: 36px; padding: 0 16px; }
.bo-liste { list-style: none; margin: 8px 0 0; padding: 0; }
.bo-liste li { display: grid; gap: 2px; padding: 12px 0; border-top: 1px solid color-mix(in srgb, var(--ink) 6%, transparent); }
.bo-liste li:first-child { border-top: 0; }
.bo-liste em { font-style: normal; font-size: 11px; color: var(--muted); }
.bo-liste b { font-size: 15px; font-weight: 500; }
.bo-liste small { font-size: 12px; }
.bo-liste li.entretien em { color: var(--ok); }
.bo-liste li.refus em { color: var(--bad); }
.bo-liste li.offre em { color: var(--accent); }
.bo-sous { margin: 6px 0 12px; font-size: 12.5px; line-height: 1.45; color: var(--muted); }
.bo-adresse .bo-copier, .bo-comptes .bo-voir, .bo-comptes .bo-copier {
  border: 0; background: transparent; font: inherit; font-size: 12px; color: var(--accent); cursor: pointer; padding: 2px 6px;
}
.bo-comptes { margin-top: 12px; }
.bo-comptes ul { list-style: none; margin: 0; padding: 0; }
.bo-comptes li { display: grid; gap: 2px; padding: 10px 0; border-top: 1px solid color-mix(in srgb, var(--ink) 6%, transparent); }
.bo-comptes li:first-child { border-top: 0; }
.bo-comptes b { font-size: 14px; font-weight: 500; }
.bo-comptes small { font-size: 12px; color: var(--muted); }
.bo-mdp { display: flex; align-items: center; flex-wrap: wrap; gap: 4px; font-size: 12.5px; }
.bo-mdp i { font-style: normal; font-family: ui-monospace, Menlo, monospace; }
@media (min-width: 901px) {
  .pv-page, .boite-page { padding: 32px 40px 80px; max-width: 760px; }
  .pv-page h1, .boite-page h1 { font-size: 40px; }
  .pv-offres li { grid-template-columns: 32px minmax(0, 1fr) auto; padding: 13px 0; }
  .pv-offres .rev-acte { opacity: 0.45; }
  .pv-offres li:hover .rev-acte { opacity: 1; }
}

/* plus aucune puce blanche sous « Que cherchez-vous ? » */
#dire .exemples-dire { display: none !important; }

.pv-tete { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 12px 18px; }
.pv-tete h1 { margin: 0; }
.pv-note { margin: 10px 0 0; font-size: 13.5px; color: var(--muted); letter-spacing: 0; max-width: 52ch; }
.pv-auto { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.pv-auto .chip, .pv-auto .btn { min-height: 36px; }
.pv-modes { display: inline-flex; padding: 3px; border-radius: 999px; background: rgba(20, 18, 12, 0.06); }
.pv-mode { border: 0; background: transparent; padding: 7px 13px; border-radius: 999px; font: inherit; font-size: 13px; color: var(--ink-soft); cursor: pointer; letter-spacing: 0; text-transform: none; }
.pv-mode.on { background: #fff; color: var(--ink); box-shadow: 0 2px 10px -4px rgba(20, 18, 12, 0.35); }
/* Relire avant d'envoyer : un interrupteur, une phrase. Sous les modes, même largeur. */
.pv-relire { display: flex; align-items: center; gap: 12px; width: 100%; max-width: 560px; margin-top: 14px; padding: 12px 14px; border: 1px solid color-mix(in srgb, var(--ink) 8%, transparent); border-radius: 18px; background: rgba(255, 255, 255, 0.55); font: inherit; text-align: left; cursor: pointer; color: var(--ink); letter-spacing: 0; text-transform: none; }
.pv-relire span { display: grid; gap: 2px; min-width: 0; }
.pv-relire span b { font-size: 14px; font-weight: 600; }
.pv-relire span small { font-size: 12px; line-height: 1.35; color: var(--muted); }
.pv-inter { position: relative; flex: 0 0 auto; width: 42px; height: 26px; border-radius: 999px; background: rgba(20, 18, 12, 0.14); transition: background 200ms ease; }
.pv-inter b { position: absolute; top: 3px; left: 3px; width: 20px; height: 20px; border-radius: 50%; background: #fff; box-shadow: 0 2px 6px -2px rgba(20, 18, 12, 0.5); transition: translate 200ms cubic-bezier(0.2, 0.8, 0.2, 1); }
.pv-relire.on .pv-inter { background: var(--accent); }
.pv-relire.on .pv-inter b { translate: 16px 0; }
.page-cadre { display: grid; justify-items: start; gap: 14px; padding: 28px 0 8px; }
.btn.noir, .pv-page .btn.noir, .boite-page .btn.noir, .rythme-page .btn.noir, .reseau-page .btn.bleu {
  display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 22px;
  border: 0; border-radius: 999px; font: inherit; font-size: 14.5px; font-weight: 500;
  letter-spacing: 0; text-transform: none; text-decoration: none; cursor: pointer;
}
.btn.noir { background: var(--ink); color: #fff; }
.reseau-page .btn.bleu { background: var(--ink); color: #fff; }

.bo-carte { padding: 22px 22px 20px; border-radius: 24px; display: grid; gap: 14px; justify-items: start; }
.bo-adresse { margin: 0; font-size: 15px; font-weight: 500; }
.bo-form { display: grid; gap: 10px; width: min(360px, 100%); }
.bo-form input {
  min-height: 44px; border: 0; border-bottom: 1px solid color-mix(in srgb, var(--ink) 14%, transparent);
  background: transparent; font: inherit; font-size: 15px;
}

.reseau-page { align-content: start; min-height: 0; padding-top: 28px; }
.reseau-page h1 { margin: 0 0 16px; }
.res-depose.res-seul {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 10px;
  padding: 10px 10px 10px 20px; border-radius: 22px;
}
.res-depose.res-seul input {
  width: 100%; box-sizing: border-box; height: 48px; border: 0; background: transparent;
  font: inherit; font-size: 16px; color: var(--ink); outline: 0;
}
.reseau-page .res-autre { justify-self: start; }

.rythme-page, .compte-page {
  max-width: 640px; margin: 0 auto; padding: 28px 20px 80px;
  display: grid; gap: 16px; justify-items: stretch; text-align: left;
}
.rythme-page h1, .compte-page h1 { margin: 0; font-family: var(--serif); font-weight: 500; font-size: 36px; letter-spacing: -0.02em; }
.ry-haut { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ry-serie { display: grid; justify-items: start; gap: 2px; padding: 20px 20px 18px; border-radius: 24px; }
.ry-flamme { width: 28px; height: 28px; color: var(--accent); }
.ry-serie b { font-family: var(--serif); font-size: 56px; font-weight: 500; line-height: 0.95; letter-spacing: -0.04em; }
.ry-serie span { font-size: 13px; color: var(--muted); }
.ry-semaine { position: relative; display: grid; place-items: center; padding: 16px; border-radius: 24px; }
.ry-semaine svg { width: 112px; height: 112px; transform: rotate(-90deg); }
.ry-semaine circle { fill: none; stroke-width: 8; }
.ry-semaine .fond { stroke: rgba(20, 18, 12, 0.08); }
.ry-semaine .trait { stroke: var(--accent); stroke-linecap: round; transition: stroke-dashoffset 800ms ease; }
.ry-semaine p { position: absolute; margin: 0; display: flex; align-items: baseline; gap: 4px; font-family: var(--serif); }
.ry-semaine b { font-size: 28px; font-weight: 500; }
.ry-semaine em { font-style: normal; font-size: 14px; color: var(--muted); }
.ry-semaine span { position: absolute; bottom: 18px; font-size: 11px; color: var(--muted); }
.ry-bloc { padding: 16px 18px 18px; border-radius: 24px; display: grid; gap: 12px; }
.ry-bloc .k { margin: 0; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }
.ry-sept { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; }
.ry-sept li { display: grid; justify-items: center; gap: 3px; padding: 8px 0 6px; border-radius: 12px; background: rgba(255, 255, 255, 0.62); border: 1px solid #fff; font-size: 10px; color: var(--muted); }
.ry-sept li b { font-family: var(--serif); font-size: 16px; font-weight: 500; color: var(--ink); line-height: 1.1; }
.ry-sept li.plein { background: var(--accent-wash); }
.ry-sept li.plein b { color: var(--accent); }
.ry-sept li.ici { border-color: var(--ink); }
.ry-sept li.futur { opacity: 0.45; }
.ry-heat { display: grid; grid-template-columns: repeat(12, 1fr); gap: 5px; }
.ry-heat ol { list-style: none; margin: 0; padding: 0; display: grid; gap: 5px; }
.ry-heat li { aspect-ratio: 1; border-radius: 4px; background: rgba(20, 18, 12, 0.07); }
.ry-heat li.n1 { background: color-mix(in srgb, var(--accent) 35%, #e8eef8); }
.ry-heat li.n2 { background: color-mix(in srgb, var(--accent) 65%, #c5d4f4); }
.ry-heat li.n3 { background: var(--accent); }
.ry-heat li.ici { outline: 2px solid var(--ink); outline-offset: 1px; }
.ry-heat li.futur { opacity: 0.28; }
.ry-cibles { display: flex; gap: 8px; }
.ry-cible {
  flex: 1; min-height: 48px; border: 0; border-radius: 14px;
  background: rgba(20, 18, 12, 0.06); color: var(--ink); font-family: var(--serif);
  font-size: 20px; font-weight: 500; cursor: pointer;
}
.ry-cible.on { background: var(--ink); color: #fff; }

.cp-id { display: grid; grid-template-columns: 52px 1fr; gap: 14px; align-items: center; padding: 18px 20px; border-radius: 24px; }
.cp-id i { width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; background: var(--ink); color: #fff; font-family: var(--serif); font-size: 24px; font-style: normal; }
.cp-id b { display: block; font-size: 16px; font-weight: 600; overflow: hidden; text-overflow: ellipsis; }
.cp-id span { font-size: 13px; color: var(--muted); }
.cp-liens { display: grid; padding: 6px 8px; border-radius: 24px; }
.cp-liens a, .cp-liens button {
  display: grid; grid-template-columns: 1fr auto; align-items: baseline; gap: 8px;
  width: 100%; padding: 13px 12px; border: 0; border-bottom: 1px solid rgba(20, 18, 12, 0.06);
  background: transparent; color: var(--ink); font: inherit; text-align: left;
  text-decoration: none; cursor: pointer; letter-spacing: 0; text-transform: none;
}
.cp-liens a:last-child, .cp-liens button:last-child { border-bottom: 0; }
.cp-liens b { font-size: 15px; font-weight: 550; }
.cp-liens span { font-size: 12.5px; color: var(--muted); }
.cp-liens .cp-out { color: var(--muted); }
/* La zone rouge, en bas de la page Compte : un rang, puis l'adresse à retaper. */
.cp-danger { padding: 6px 8px; border-radius: 24px; }
.cp-danger .cp-supprimer { display: grid; gap: 2px; width: 100%; padding: 13px 12px; border: 0; background: transparent; color: var(--bad); font: inherit; text-align: left; cursor: pointer; letter-spacing: 0; text-transform: none; }
.cp-danger .cp-supprimer b { font-size: 15px; font-weight: 550; }
.cp-danger .cp-supprimer span { font-size: 12.5px; color: var(--muted); }
.cp-danger.ouvert .cp-supprimer { pointer-events: none; }
.cp-confirme { display: grid; gap: 10px; padding: 4px 12px 12px; }
.cp-confirme label { display: grid; gap: 6px; font-size: 12.5px; color: var(--muted); text-transform: none; letter-spacing: 0; }
.cp-confirme input { width: 100%; min-height: 46px; padding: 0 14px; border-radius: 14px; border: 1px solid var(--line-strong, var(--line)); background: var(--paper, #fff); font: inherit; font-size: 15px; color: var(--ink); }
.cp-confirme .cp-erreur { margin: 0; font-size: 12.5px; color: var(--bad); }
.cp-confirme-actes { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.cp-confirme-actes button { min-height: 46px; border-radius: 999px; font: inherit; font-size: 14px; font-weight: 600; cursor: pointer; letter-spacing: 0; text-transform: none; }
.cp-confirme-actes .cp-annuler { background: transparent; border: 1px solid var(--line-strong, var(--line)); color: var(--ink); }
.cp-confirme-actes .cp-detruire { background: var(--bad); border: 1px solid var(--bad); color: #fff; }
.cp-confirme-actes .cp-detruire:disabled { opacity: 0.4; cursor: not-allowed; }

.dash-nav {
  padding: 12px; border-radius: 24px;
}
.dash-nav .tuiles {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px;
}
.dash-nav .tuile {
  display: grid; justify-items: center; gap: 4px; padding: 10px 2px 8px;
  border-radius: 16px; background: rgba(255, 255, 255, 0.72); border: 1px solid #fff;
  color: var(--ink); text-decoration: none; font: inherit; font-size: 11px; font-weight: 500;
  letter-spacing: 0; text-transform: none;
}
.dash-nav .tuile i { width: 26px; height: 26px; display: grid; place-items: center; font-style: normal; }
.dash-nav .tuile svg { width: 18px; height: 18px; }
.dash-nav .tuile i b { font-family: var(--serif); font-size: 16px; font-weight: 500; }
.dash-nav .tuile.on { background: var(--ink); color: #fff; border-color: var(--ink); }

.dash-streak {
  display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center;
  padding: 18px 20px; border-radius: 24px; text-decoration: none; color: inherit;
}
.dash-streak .ds-flamme { display: grid; justify-items: center; gap: 2px; min-width: 64px; }
.dash-streak .ds-flamme svg { width: 28px; height: 28px; color: var(--accent); }
.dash-streak .ds-flamme b { font-family: var(--serif); font-size: 36px; font-weight: 500; line-height: 1; letter-spacing: -0.04em; }
.dash-streak .ds-texte { min-width: 0; display: grid; gap: 6px; }
.dash-streak .ds-texte h3 { margin: 0; font-family: var(--serif); font-size: 20px; font-weight: 500; letter-spacing: -0.02em; }
.sept { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px; }
.sept li { display: grid; justify-items: center; gap: 3px; padding: 8px 0 6px; border-radius: 12px; background: rgba(255, 255, 255, 0.62); border: 1px solid #fff; font-size: 10px; color: var(--muted); }
.sept li b { font-family: var(--serif); font-size: 15px; font-weight: 500; color: var(--ink); min-height: 18px; line-height: 1.1; }
.sept li.plein { background: var(--accent-wash); }
.sept li.plein b { color: var(--accent); }
.sept li.ici { border-color: var(--ink); }
.sept li.futur { opacity: 0.55; }
.dash-streak .ds-sept { margin-top: 2px; }
.dash-streak .ds-go { font-size: 12.5px; font-weight: 600; color: var(--accent); white-space: nowrap; }
@media (max-width: 560px) {
  .dash-streak { grid-template-columns: auto 1fr; }
  .dash-streak .ds-go { grid-column: 1 / -1; justify-self: start; }
}
.ry-jours { display: grid; justify-items: start; gap: 2px; padding: 20px 20px 18px; border-radius: 24px; }
.ry-jours b { font-family: var(--serif); font-size: 40px; font-weight: 500; line-height: 0.95; letter-spacing: -0.04em; }
.ry-jours span { font-size: 13px; color: var(--muted); }
@media (min-width: 640px) {
  .ry-haut { grid-template-columns: 1fr 1fr 1fr; }
}

.lang-switch {
  display: inline-flex; padding: 3px; border-radius: 999px;
  background: rgba(255, 255, 255, 0.72); border: 1px solid #fff; gap: 0;
}
.lang-switch button {
  min-height: 0; min-width: 36px; padding: 6px 10px; border: 0; border-radius: 999px;
  background: transparent; color: var(--muted); font: inherit; font-size: 11px; font-weight: 700;
  letter-spacing: 0.06em; cursor: pointer;
}
.lang-switch button.on { background: var(--ink); color: #fff; }
.nav-actes .lang-switch { margin-right: 6px; }
.home-top-inner .lang-switch.tel-seul { margin-left: auto; }
#lateral .lang-switch { width: 100%; justify-content: center; }
.cp-lang-bloc { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 16px 18px; border-radius: 24px; }
.cp-lang-bloc b { font-size: 15px; font-weight: 550; }

@media (min-width: 901px) {
  .rythme-page, .compte-page, .reseau-page { padding-top: 36px; }
  .rythme-page h1, .compte-page h1, .reseau-page h1 { font-size: 40px; }
  html.app-accueil .dash-nav .tuile { padding: 12px 4px 10px; font-size: 11.5px; }
}
