/* LEW26 — pantallas de partido (pages/match). Prefijo l26m-. Mockups diseno/web-2026/03_partido. */

/* ─── Cabecera del partido ────────────────────────────────────────────────── */
.l26m-hero { position: relative; overflow: hidden; border-radius: var(--l26-radius); color: #fff; margin-bottom: 4px;
  background: radial-gradient(90% 140% at 50% 0%, var(--l26-navy-700) 0%, var(--l26-navy-800) 45%, var(--l26-navy-950) 100%);
  padding: clamp(14px, 2vw, 22px) clamp(14px, 3vw, 40px) clamp(18px, 2.4vw, 28px); }
.l26m-hero::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--l26-accent); }
.l26m-hero::after { content: ""; position: absolute; inset: auto -10% -60% -10%; height: 90%; background: radial-gradient(closest-side, rgba(59, 143, 224, .18), transparent); pointer-events: none; }
.l26m-hero__eyebrow { position: relative; z-index: 1; text-align: center; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.8); margin-bottom: 10px; }
.l26m-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: clamp(10px, 3vw, 48px); }
.l26m-hero__team { display: flex; align-items: center; gap: clamp(12px, 2vw, 26px); min-width: 0; }
.l26m-hero__team--home { justify-content: flex-end; text-align: right; }
.l26m-hero__team--away { flex-direction: row-reverse; justify-content: flex-end; text-align: left; }
.l26m-hero__crest { flex: none; }
.l26m-hero__crest img { width: clamp(56px, 7vw, 104px); height: clamp(56px, 7vw, 104px); filter: drop-shadow(0 4px 12px rgba(0,0,0,.4)); }
.l26m-hero__tinfo { min-width: 0; display: grid; gap: 6px; }
.l26m-hero__team--home .l26m-hero__tinfo { justify-items: end; }
.l26m-hero__name { color: #fff; font-size: clamp(17px, 2.1vw, 28px); font-weight: 800; text-transform: uppercase; letter-spacing: .01em; line-height: 1.1; }
.l26m-hero__name a:hover { text-decoration: underline; text-underline-offset: 3px; }
.l26m-hero__pos { font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .03em; color: rgba(255,255,255,.8); }
.l26m-hero__center { display: grid; justify-items: center; gap: 6px; text-align: center; min-width: 180px; }
.l26m-hero__state { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 4px; background: rgba(255,255,255,.12); }
.l26m-hero__state--live { background: var(--l26-live); }
.l26m-dot { width: 7px; height: 7px; border-radius: 50%; background: #fff; animation: l26m-pulse 1.4s infinite; }
@keyframes l26m-pulse { 50% { opacity: .25; } }
.l26m-hero__score { display: flex; align-items: center; gap: .3em; font-size: clamp(44px, 6vw, 76px); font-weight: 800; line-height: 1; letter-spacing: -.01em; font-variant-numeric: tabular-nums; }
.l26m-hero__score i { font-style: normal; opacity: .7; }
.l26m-hero__vs { font-size: clamp(34px, 4.6vw, 58px); font-weight: 800; line-height: 1.05; padding: 6px 20px; border: 1px solid rgba(255,255,255,.25); border-radius: 14px; background: rgba(255,255,255,.06); }
.l26m-hero__periods { font-size: 15px; font-weight: 600; color: rgba(255,255,255,.85); }
.l26m-hero__meta { position: relative; z-index: 1; display: flex; flex-wrap: wrap; justify-content: center; gap: 4px 18px; font-size: 13px; color: rgba(255,255,255,.85); margin-top: 14px; }
.l26m-hero__meta span { display: inline-flex; align-items: center; gap: 6px; }
.l26m-hero__meta span:first-letter { text-transform: uppercase; }
@media (max-width: 760px) {
  .l26m-hero__grid { grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); gap: 8px; }
  .l26m-hero__team, .l26m-hero__team--away { flex-direction: column; justify-content: flex-start; text-align: center; gap: 8px; }
  .l26m-hero__team--home .l26m-hero__tinfo, .l26m-hero__tinfo { justify-items: center; }
  .l26m-hero__name { font-size: 14px; }
  .l26m-hero__pos { font-size: 11px; letter-spacing: 0; text-transform: none; }
  .l26m-hero__form .l26-form__pill { --s: 15px !important; }
  .l26m-hero__center { min-width: 0; }
  .l26m-hero__score { font-size: 40px; }
  .l26m-hero__vs { font-size: 26px; padding: 4px 10px; }
  .l26m-hero__periods { font-size: 12px; }
  .l26m-hero__meta { font-size: 12px; margin-top: 10px; }
}

/* ─── Pestañas del partido ────────────────────────────────────────────────── */
.l26m-tabs { background: #fff; border: 1px solid var(--l26-line); border-top: 0; border-radius: 0 0 var(--l26-radius) var(--l26-radius); margin-bottom: 16px; padding-inline: 8px; }
.l26m-tabs .l26-tab { padding: 14px 18px; }

/* ─── Utilidades ──────────────────────────────────────────────────────────── */
.l26m-muted { color: var(--l26-muted); font-size: 12px; }
.l26m-center { text-align: center; }
.l26m-gap { margin-top: 12px; }
.l26m-subtitle { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .03em; margin: 4px 0 10px; }
.l26m-plink { color: var(--l26-ink); font-weight: 600; }
.l26m-plink:hover { color: var(--l26-link); text-decoration: underline; }
.l26m-num { display: inline-grid; place-items: center; min-width: 24px; height: 24px; padding: 0 4px; border-radius: 6px; background: var(--l26-soft); color: var(--l26-ink); font-weight: 800; font-size: 12px; }
.l26m-tag { display: inline-grid; place-items: center; width: 17px; height: 17px; border-radius: 4px; background: var(--l26-navy-800); color: #fff; font-size: 10px; font-weight: 800; text-decoration: none; vertical-align: 1px; }
.l26m-tag--c { background: var(--l26-gold); color: var(--l26-ink); }
.l26m-note { display: flex; gap: 8px; align-items: flex-start; padding: 10px 14px; margin-bottom: 16px; border-radius: 8px; background: var(--l26-soft); color: var(--l26-text); font-size: 13px; }
.l26m-note--warn { background: #fff7e0; color: #6b4a00; }
.l26m-note .l26-ico { flex: none; margin-top: 1px; }
.l26m-cmphead { display: flex; justify-content: space-between; align-items: center; padding: 0 2px 4px; }
.l26m-ttitle { display: inline-flex; align-items: center; gap: 8px; }
.l26m-scroll { max-height: 620px; overflow-y: auto; margin-right: -8px; padding-right: 8px; }
.l26m-sidehead { display: flex; align-items: center; gap: 10px; margin: -2px 0 10px; padding: 10px 14px; border-radius: 8px; background: var(--l26-navy-800); color: #fff; font-weight: 800; text-transform: uppercase; font-size: 13px; letter-spacing: .02em; }
.l26m-sidehead--away { background: var(--l26-navy-700); }
.l26-card--flush .l26m-sidehead { margin: 12px 12px 4px; }
.l26m-coach { display: flex; flex-direction: column; align-items: flex-start; text-align: left; gap: 2px; padding-top: 12px; border-top: 1px solid var(--l26-line); }
.l26m-coach span { font-size: 11px; font-weight: 700; text-transform: uppercase; color: var(--l26-muted); letter-spacing: .03em; }
.l26m-coach b { color: var(--l26-ink); }
.l26-card--flush .l26m-coach { margin-top: 8px; }

/* ─── Convocatorias ───────────────────────────────────────────────────────── */
.l26m-squads { margin-bottom: 0; gap: 12px 32px; }
.l26m-squad { list-style: none; margin: 0; padding: 0; display: grid; }
.l26m-squad li { display: grid; grid-template-columns: 28px minmax(0, 1fr) auto; align-items: center; gap: 10px; padding: 6px 0; border-bottom: 1px solid var(--l26-line); font-size: 13px; }
.l26m-squad li:last-child { border-bottom: 0; }
.l26m-squad__name { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.l26m-squad__name .l26m-plink { font-weight: 500; }
.l26m-marks { display: inline-flex; gap: 8px; }
.l26m-mark { display: inline-flex; align-items: center; gap: 3px; font-weight: 800; font-size: 12px; }
.l26m-mark--goal { color: var(--l26-s1); }
.l26m-mark--excl { color: var(--l26-loss); }
.l26-grid--3 .l26m-squads, .l26m-side .l26m-squad li { font-size: 12.5px; }

/* ─── Previa ──────────────────────────────────────────────────────────────── */
.l26m-formrow { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 8px; padding-top: 12px; }
.l26m-formrow small { font-size: 11px; font-weight: 600; text-transform: uppercase; color: var(--l26-text); }
.l26m-formrow span:last-child { text-align: right; }
.l26m-h2h { display: grid; grid-template-columns: 1fr 130px 1fr; align-items: center; gap: 8px; margin-bottom: 6px; }
.l26m-h2h .l26-donut { max-width: 130px; }
.l26m-h2h__side { display: grid; justify-items: center; text-align: center; }
.l26m-h2h__side b { font-size: 30px; line-height: 1; color: var(--l26-ink); }
.l26m-h2h__side span { font-size: 11px; font-weight: 700; text-transform: uppercase; color: var(--l26-muted); }
.l26m-h2h__side small { font-size: 12px; font-weight: 700; color: var(--l26-ink); margin-top: 2px; }
.l26m-h2h__list { margin-top: 10px; border-top: 1px solid var(--l26-line); }
.l26m-h2h__row { padding-top: 6px; }
.l26m-h2h__row small { display: block; font-size: 11px; color: var(--l26-muted); font-weight: 600; }
.l26m-h2h__row .l26-mrow { padding-top: 2px; }
.l26m-follow { display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 14px; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--l26-line); }
.l26m-follow:last-child { border-bottom: 0; }
.l26m-follow .l26-avatar { border-radius: 12px; object-position: 50% 8%; background: linear-gradient(160deg, var(--l26-navy-700), var(--l26-navy-950)); }
.l26m-follow__team { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; text-transform: uppercase; color: var(--l26-muted); }
.l26m-follow h3 { font-size: 15px; margin: 2px 0 8px; }
.l26m-follow__kpis { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; }
.l26m-follow__kpis span, .l26m-best__kpis span { display: grid; font-size: 10px; font-weight: 600; text-transform: uppercase; color: var(--l26-muted); letter-spacing: .02em; }
.l26m-follow__kpis b, .l26m-best__kpis b { font-size: 18px; color: var(--l26-ink); line-height: 1.15; }
.l26m-facts { margin: 0; display: grid; }
.l26m-facts div { display: grid; grid-template-columns: 22px 92px minmax(0, 1fr); gap: 10px; align-items: center; padding: 9px 0; border-bottom: 1px solid var(--l26-line); }
.l26m-facts div:last-child { border-bottom: 0; }
.l26m-facts .l26-ico { color: var(--l26-muted); }
.l26m-facts dt { font-size: 12px; color: var(--l26-muted); font-weight: 600; }
.l26m-facts dd { margin: 0; font-weight: 600; color: var(--l26-ink); }
.l26m-facts dd:first-letter { text-transform: uppercase; }
.l26m-next + .l26m-next { margin-top: 14px; }

/* ─── Minuto a minuto ─────────────────────────────────────────────────────── */
.l26m-live { grid-template-columns: minmax(230px, 1fr) minmax(0, 2fr) minmax(230px, 1fr); }
@media (max-width: 1180px) { .l26m-live { grid-template-columns: 1fr 1fr; } .l26m-live > :nth-child(2) { grid-column: 1 / -1; order: -1; } }
@media (max-width: 640px) { .l26m-live { grid-template-columns: minmax(0, 1fr); } }
.l26m-side .l26-card__body { padding-top: 12px; }
.l26m-tl { position: relative; }
.l26m-tl__filters { display: flex; flex-wrap: wrap; gap: 4px; background: var(--l26-soft); padding: 4px; border-radius: 8px; margin-bottom: 6px; }
.l26m-tl__filters label { padding: 7px 14px; border-radius: 6px; font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: .02em; color: var(--l26-muted); cursor: pointer; }
.l26m-tl__filters label:hover { color: var(--l26-ink); }
#l26m-tlf-all:checked ~ .l26m-tl__filters [for="l26m-tlf-all"],
#l26m-tlf-goal:checked ~ .l26m-tl__filters [for="l26m-tlf-goal"],
#l26m-tlf-excl:checked ~ .l26m-tl__filters [for="l26m-tlf-excl"],
#l26m-tlf-pen:checked ~ .l26m-tl__filters [for="l26m-tlf-pen"],
#l26m-tlf-tm:checked ~ .l26m-tl__filters [for="l26m-tlf-tm"] { background: #fff; color: var(--l26-ink); box-shadow: var(--l26-shadow); }
.l26m-tl__radio:focus-visible ~ .l26m-tl__filters { outline: 2px solid var(--l26-s2); outline-offset: 2px; border-radius: 8px; }
#l26m-tlf-goal:checked ~ .l26m-tl__list .l26m-ev:not([data-k~="goal"]),
#l26m-tlf-excl:checked ~ .l26m-tl__list .l26m-ev:not([data-k~="excl"]),
#l26m-tlf-pen:checked ~ .l26m-tl__list .l26m-ev:not([data-k~="pen"]),
#l26m-tlf-tm:checked ~ .l26m-tl__list .l26m-ev:not([data-k~="tm"]) { display: none; }
.l26m-tl__period { position: relative; display: flex; justify-content: center; text-align: center; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--l26-muted); margin: 16px 0 6px; }
.l26m-tl__period::before { content: ""; position: absolute; left: 0; right: 0; top: 50%; border-top: 1px solid var(--l26-line); }
.l26m-tl__period span { position: relative; background: #fff; padding: 0 12px; }
.l26m-tl__list { list-style: none; margin: 0; padding: 0; position: relative; }
.l26m-tl__list::before { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; border-left: 2px solid var(--l26-line); transform: translateX(-1px); }
.l26m-ev { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 62px minmax(0, 1fr); align-items: center; gap: 10px; padding: 5px 0; }
.l26m-ev__clock { position: relative; z-index: 1; justify-self: center; min-width: 54px; text-align: center; font-weight: 800; font-size: 12.5px; color: var(--l26-ink); background: #fff; border: 1px solid var(--l26-line-strong); border-radius: 6px; padding: 4px 6px; }
.l26m-ev[data-k~="goal"] .l26m-ev__clock { border-color: var(--l26-ink); }
.l26m-ev__cell { display: flex; align-items: center; gap: 10px; min-width: 0; }
.l26m-ev__cell--home { justify-content: flex-end; text-align: right; }
.l26m-ev--home .l26m-ev__cell--home { flex-direction: row-reverse; justify-content: flex-start; }
.l26m-ev__txt { display: grid; min-width: 0; font-size: 13px; line-height: 1.3; }
.l26m-ev__txt small { font-size: 12px; color: var(--l26-muted); }
.l26m-ev__who { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.l26m-ev__txt .l26m-plink { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.l26m-ev__ico { flex: none; width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: var(--l26-soft); color: var(--l26-ink); }
.l26m-ev__ico--goal { background: var(--l26-navy-800); color: #fff; }
.l26m-ev__ico--excl { background: #fde8ea; color: var(--l26-loss); }
.l26m-ev__ico--red { background: var(--l26-loss); color: #fff; }
.l26m-ev__ico--pen { background: #fff4d6; color: #8a5a00; }
.l26m-ev__score { font-size: 15px; font-weight: 800; color: var(--l26-ink); }
.l26m-tl__foot { text-align: center; font-size: 11px; color: var(--l26-muted); margin-top: 12px; }
@media (max-width: 520px) {
  .l26m-ev { grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr); gap: 6px; }
  .l26m-ev__clock { min-width: 44px; font-size: 11.5px; padding: 3px 4px; }
  .l26m-ev__ico { width: 22px; height: 22px; }
  .l26m-ev__ico svg { width: 12px; height: 12px; }
  .l26m-ev__txt { font-size: 12px; }
  .l26m-ev__txt small { font-size: 11px; }
  .l26m-ev__score { font-size: 13px; }
  .l26m-tl__filters label { padding: 6px 9px; font-size: 11px; }
}
.l26m-scorers { list-style: none; margin: 0; padding: 0; display: grid; }
.l26m-scorers li { display: grid; grid-template-columns: 44px minmax(0, 1fr) auto; align-items: center; gap: 12px; padding: 8px 0; border-bottom: 1px solid var(--l26-line); }
.l26m-scorers li:last-child { border-bottom: 0; }
.l26m-scorers b { font-size: 24px; color: var(--l26-ink); }
.l26m-scorer__name { display: grid; min-width: 0; }
.l26m-scorer__name small { font-size: 12px; color: var(--l26-muted); }

/* ─── Momentos clave / últimos goles ─────────────────────────────────────── */
.l26m-moments { list-style: none; margin: 0; padding: 0; display: grid; }
.l26m-moment { display: grid; grid-template-columns: 52px 22px 58px minmax(0, 1fr); align-items: center; gap: 10px; padding: 8px 0; border-bottom: 1px solid var(--l26-line); }
.l26m-moment:last-child { border-bottom: 0; }
.l26m-moment__time { display: grid; justify-items: center; background: var(--l26-navy-800); color: #fff; border-radius: 6px; padding: 3px 0; line-height: 1.1; }
.l26m-moment.is-away .l26m-moment__time { background: var(--l26-s2); }
.l26m-moment__time b { font-size: 13px; }
.l26m-moment__time small { font-size: 10px; opacity: .85; text-transform: uppercase; }
.l26m-moment__score { font-weight: 800; color: var(--l26-ink); text-align: center; font-size: 14px; white-space: nowrap; }
.l26m-moment__who { display: grid; min-width: 0; font-size: 13px; }
.l26m-moment__who .l26m-plink { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.l26m-moment__who small { font-size: 12px; color: var(--l26-muted); }

/* ─── Resumen ─────────────────────────────────────────────────────────────── */
.l26m-video { position: relative; aspect-ratio: 16 / 9; max-width: 100%; border-radius: 8px; overflow: hidden; background: var(--l26-navy-950); }
.l26m-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.l26m-best { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 14px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--l26-line); }
.l26m-best:last-child { border-bottom: 0; }
.l26m-best .l26-avatar { border-radius: 12px; object-position: 50% 8%; background: linear-gradient(160deg, var(--l26-navy-700), var(--l26-navy-950)); }
.l26m-best h3 { font-size: 15px; }
.l26m-best__kpis { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; margin-top: 8px; }
.l26m-best.is-mvp .l26-avatar { box-shadow: 0 0 0 3px var(--l26-gold); }
.l26m-mvp { display: inline-flex; align-items: center; gap: 5px; margin-top: 8px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; color: #9a7100; }
.l26m-mvp .l26-ico { fill: var(--l26-gold); stroke: var(--l26-gold); }
.l26m-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 10px; }
.l26m-gallery a { display: block; aspect-ratio: 4 / 3; border-radius: 8px; overflow: hidden; background: var(--l26-soft); }
.l26m-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s; }
.l26m-gallery a:hover img { transform: scale(1.05); }
@media (max-width: 460px) { .l26m-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* ─── Estadísticas (box score) ───────────────────────────────────────────── */
.l26m-boxgrid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-bottom: 16px; align-items: start; }
@media (max-width: 1760px) { .l26m-boxgrid { grid-template-columns: minmax(0, 1fr); } }
.l26m-box .l26-card__foot { text-align: left; padding-top: 4px; }
.l26m-boxtable td, .l26m-boxtable th { padding-inline: 6px; }
.l26m-boxtable .l26m-box__num { width: 34px; }
.l26m-boxtable .l26m-box__player { min-width: 160px; }
.l26m-boxtable td.l26m-box__player { position: sticky; left: 0; background: #fff; }
.l26m-boxtable tr.is-bench td { color: var(--l26-muted); }
.l26m-boxtable tr.is-bench .l26m-plink { color: var(--l26-muted); font-weight: 500; }
.l26m-boxtable tfoot td { text-transform: uppercase; font-size: 12px; }
.l26m-legend { margin: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 6px 18px; }
.l26m-legend div { display: grid; grid-template-columns: 40px 1fr; gap: 8px; font-size: 12.5px; }
.l26m-legend dt { font-weight: 800; color: var(--l26-ink); }
.l26m-legend dd { margin: 0; color: var(--l26-text); }

/* ─── Gráficos ───────────────────────────────────────────────────────────── */
.l26m-kpiduo { display: grid; grid-template-columns: 1fr 140px 1fr; align-items: center; gap: 8px; }
.l26m-kpiduo > div { display: grid; justify-items: center; text-align: center; }
.l26m-kpiduo span { font-size: 12px; font-weight: 700; text-transform: uppercase; color: var(--l26-ink); }
.l26m-kpiduo b { font-size: 30px; color: var(--l26-ink); line-height: 1.1; }
.l26m-kpiduo > div:first-child b { color: var(--l26-s1); }
.l26m-kpiduo > div:last-child b { color: var(--l26-s2); }
.l26m-kpiduo .l26-donut { max-width: 140px; }
.l26m-duo { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-bottom: 6px; }
.l26m-rdonut { margin: 0; display: grid; justify-items: center; gap: 4px; text-align: center; }
.l26m-rdonut figcaption { font-size: 12px; font-weight: 800; text-transform: uppercase; color: var(--l26-ink); }
.l26m-rdonut .l26-donut { max-width: 124px; }
.l26m-rdonut small { font-size: 12px; color: var(--l26-muted); }
.l26m .l26-card .l26-bars, .l26m .l26-card .l26-line { max-height: 260px; }

/* Nombres: completo en escritorio, abreviado en móvil */
.l26m-nshort { display: none; }
@media (max-width: 520px) { .l26m-nfull { display: none; } .l26m-nshort { display: inline; } }
@media (max-width: 460px) {
  .l26m-follow { grid-template-columns: 60px minmax(0, 1fr); }
  .l26m-follow .l26-avatar { width: 60px; height: 60px; }
  .l26m-follow__kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 10px; }
  .l26m-best__kpis b, .l26m-follow__kpis b { font-size: 16px; }
}

/* ─── Estadísticas avanzadas (bloques del módulo de la app) ─────────────── */
.l26m-adv { margin-top: 8px; }
.l26m-adv .l26-stitle { gap: 12px; flex-wrap: wrap; }
.l26m-pm { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
.l26m-pm li { display: grid; grid-template-columns: minmax(110px, 40%) 1fr 34px; gap: 8px; align-items: center; font-size: 12.5px; }
.l26m-pm__name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--l26-ink); }
.l26m-pm__track { position: relative; height: 10px; background: var(--l26-soft); border-radius: 4px; }
.l26m-pm__track::after { content: ""; position: absolute; left: 50%; top: -2px; bottom: -2px; border-left: 1px solid var(--l26-line-strong); }
.l26m-pm__track i { position: absolute; top: 0; bottom: 0; border-radius: 4px; }
.l26m-pm__track i.is-pos { left: 50%; }
.l26m-pm__track i.is-neg { right: 50%; opacity: .6; }
.l26m-pm b { text-align: right; color: var(--l26-ink); }
.l26m .l26-hbars__label small { font-size: 11px; }
