/* ============================================================
   ZEEPY - FICHES (cartes à en-tête coloré)
   ------------------------------------------------------------
   Le langage visuel des fiches d'analyse vidéo : une carte par
   section, en-tête à pastille colorée, chiffres en chips, et la
   jauge « aujourd'hui -> potentiel ».

   Ces règles vivaient dans coach.css et n'étaient donc utilisables
   que sur l'écran de Zee. Elles sont ici pour être partagées :
   le tableau de bord gratuit s'en sert pour présenter la bio, la
   grille, le plan et le score. UNE seule source, pas de copie.

   Les classes gardent leur préfixe `coach-an` : les renommer
   aurait cassé le rendu des analyses déjà en base.
   ============================================================ */
.coach-an { display: flex; flex-direction: column; gap: 11px; margin: 8px 0 4px; }
.coach-an-card {
  position: relative; overflow: hidden;
  border-radius: 17px; padding: 15px 16px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--an-accent, #4997D0) 11%, transparent), rgba(255,255,255,.014));
  border: 1px solid color-mix(in srgb, var(--an-accent, #4997D0) 26%, rgba(255,255,255,.06));
  box-shadow: 0 8px 24px rgba(3,8,18,.32), inset 0 1px 0 rgba(255,255,255,.05);
}
.coach-an-card::before {
  content: ''; position: absolute; top: -50%; left: -12%; width: 55%; height: 130%;
  background: radial-gradient(circle at center, color-mix(in srgb, var(--an-accent, #4997D0) 26%, transparent), transparent 68%);
  opacity: .55; pointer-events: none; z-index: 0;
}
.coach-an-card > * { position: relative; z-index: 1; }
.coach-an-h {
  display: flex; align-items: center; gap: 10px;
  font-size: 11.5px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase;
  color: var(--an-accent, #4997D0); margin-bottom: 10px;
}
.coach-an-ico {
  width: 27px; height: 27px; flex: none; border-radius: 9px; display: grid; place-items: center; font-size: 14px;
  background: color-mix(in srgb, var(--an-accent, #4997D0) 17%, transparent);
  border: 1px solid color-mix(in srgb, var(--an-accent, #4997D0) 34%, transparent);
}
.coach-an-b { font-size: 14.5px; line-height: 1.55; color: var(--text-primary, #e8eefc); }
.coach-an-b p { margin: 0 0 6px; }
.coach-an-b p:last-child { margin-bottom: 0; }
.coach-an-b strong { color: #fff; font-weight: 700; }
.coach-an-b ul { margin: 4px 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 6px; }
.coach-an-b li {
  position: relative; padding-left: 18px; font-size: 14px; line-height: 1.5;
}
.coach-an-b li::before {
  content: ''; position: absolute; left: 3px; top: 8px;
  width: 6px; height: 6px; border-radius: 50%; background: var(--an-accent, #4997D0);
}
.coach-an-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.coach-an-chip {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 6px 11px; border-radius: 999px;
  background: rgba(73,151,208,.10); border: 1px solid rgba(73,151,208,.22);
  font-size: 13px; font-weight: 700; color: var(--text-primary, #e8eefc);
  white-space: nowrap;
}
/* Le bilan de strategie ouvre sur « ou tu en es » : violet, pour ne pas
   reutiliser l'orange de « ce qui bloque » qui arrive deux cartes plus bas. */
.coach-an-card.an-cap      { --an-accent: #a78bfa; }
.coach-an-card.an-verdict  { --an-accent: #F6C34D; }
.coach-an-card.an-chiffres { --an-accent: #4997D0; }
.coach-an-card.an-wins     { --an-accent: #1f9a81; }
.coach-an-card.an-improve  { --an-accent: #f6934d; }
.coach-an-card.an-proj     { --an-accent: #7DD3FC; }
.coach-an-card.an-verdict .coach-an-b { font-size: 15px; }
.coach-gauge { margin: 2px 0 13px; padding: 15px 16px 17px; border-radius: 16px;
  background:
    radial-gradient(120% 150% at 100% 0%, rgba(125,211,252,.15), transparent 55%),
    linear-gradient(180deg, rgba(125,211,252,.07), rgba(73,151,208,.03));
  border: 1px solid rgba(125,211,252,.24);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 8px 26px rgba(11,30,53,.35); }
.cag-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 13px; }
.cag-label { font-size: 13.5px; font-weight: 800; color: var(--text-primary, #e8eefc); }
.cag-mult { font-size: 11px; font-weight: 900; color: #062333; background: linear-gradient(135deg,#8fe0ff,#4997D0);
  padding: 4px 11px; border-radius: 999px; letter-spacing: .02em; box-shadow: 0 3px 10px rgba(73,151,208,.4); }
.cag-vals { display: flex; align-items: center; justify-content: center; gap: 20px; margin-bottom: 14px; }
.cag-v { display: flex; flex-direction: column; align-items: center; gap: 3px; min-width: 60px; }
.cag-vn { font-size: 27px; font-weight: 900; line-height: 1; color: var(--text-muted, #93a1b5); font-variant-numeric: tabular-nums; letter-spacing: -.02em; }
.cag-vl { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; color: var(--text-muted, #7c8ba1); }
.cag-arrow { font-size: 22px; color: #7DD3FC; opacity: .65; margin-top: -8px; }
.cag-v-pot .cag-vn { font-size: 35px; color: #9fe3ff; text-shadow: 0 0 24px rgba(125,211,252,.6); }
.cag-v-pot .cag-vl { color: #7DD3FC; }
.cag-track { position: relative; height: 13px; border-radius: 999px;
  background: rgba(255,255,255,.07); box-shadow: inset 0 1px 3px rgba(0,0,0,.4); }
.cag-fill { display: block; height: 100%; border-radius: 999px; background: linear-gradient(90deg,#4997D0,#7DD3FC);
  box-shadow: 0 0 14px rgba(125,211,252,.5); transition: width .5s cubic-bezier(.2,.7,.2,1); }
.cag-dot { position: absolute; top: 50%; width: 15px; height: 15px; border-radius: 50%;
  transform: translate(-50%,-50%); background: #fff; border: 3px solid #4997D0; box-shadow: 0 0 0 4px rgba(73,151,208,.25); }
.cag-target { position: absolute; right: 0; top: 50%; width: 11px; height: 11px; border-radius: 50%;
  transform: translate(50%,-50%); background: #9fe3ff;
  box-shadow: 0 0 0 4px rgba(125,211,252,.2), 0 0 16px rgba(125,211,252,.7);
  animation: cag-pulse 1.9s ease-in-out infinite; }
/* Telephone : le texte des fiches faisait un pave illisible. On resserre et on
   aere les puces, qui portent maintenant une phrase chacune. */
@media (max-width: 560px) {
  .coach-an-card { padding: 14px 14px; border-radius: 15px; }
  .coach-an-b { font-size: 13.5px; line-height: 1.5; }
  .coach-an-b li { font-size: 13.5px; line-height: 1.5; padding-left: 16px; }
  .coach-an-b ul { gap: 9px; }
  .coach-an-b li::before { top: 7px; width: 5px; height: 5px; }
  .coach-an-h { font-size: 11px; margin-bottom: 9px; }
}
