.tppmu-res2{max-width:1200px;margin:0 auto;padding:26px 18px;font-family:inherit}
.tppmu-res2__hero{
  display:grid;grid-template-columns:1.2fr .8fr;gap:16px;align-items:stretch;
  margin-bottom:16px;
}
.tppmu-res2__heroText{
  background:#fff;border:1px solid #eee;border-radius:18px;padding:16px 16px;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
}
.tppmu-res2__heroText h1{margin:0 0 6px;font-size:34px;line-height:1.05}
.tppmu-res2__heroText p{margin:0 0 12px;color:#666}

.tppmu-res2__chips{display:flex;gap:8px;flex-wrap:wrap}
.tppmu-chip{
  display:inline-flex;align-items:center;gap:6px;
  padding:7px 10px;border-radius:999px;border:1px solid #e7e7e7;
  background:#fafafa;font-weight:800;font-size:12px;color:#222;text-decoration:none
}
.tppmu-chip--green{background:linear-gradient(135deg,#00a651 0%,#008f46 100%);color:#fff;border-color:transparent}

.tppmu-res2__dayPicker{
  border-radius:18px;padding:16px;
  background:linear-gradient(135deg,#0f172a 0%, #111827 100%);
  color:#fff;box-shadow:0 10px 30px rgba(0,0,0,.12);
}
.tppmu-res2__dayTitle{font-weight:900;margin-bottom:10px}
.tppmu-res2__dayLinks{display:flex;flex-wrap:wrap;gap:8px}
.tppmu-day{
  padding:7px 10px;border-radius:12px;text-decoration:none;
  background:rgba(255,255,255,.12);color:#fff;font-weight:800;font-size:12px;
  border:1px solid rgba(255,255,255,.12)
}
.tppmu-day:hover{background:rgba(255,255,255,.18)}
.tppmu-day.is-active{background:#00a651;border-color:#00a651}

.tppmu-res2__grid{
  display:grid;grid-template-columns:1fr 1fr;gap:16px;
}
.tppmu-card{
  background:#fff;border:1px solid #eee;border-radius:18px;overflow:hidden;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
}
.tppmu-card--full{grid-column:1 / -1}
.tppmu-card__head{padding:14px 16px;border-bottom:1px solid #f1f1f1}
.tppmu-card__head h2{margin:0;font-size:18px}
.tppmu-card__sub{margin-top:4px;color:#666;font-weight:700;font-size:13px}
.tppmu-card__body{padding:14px 16px}

.tppmu-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:10px}
.tppmu-kpi{background:#fafafa;border:1px solid #eee;border-radius:14px;padding:10px}
.tppmu-kpi__label{color:#666;font-weight:800;font-size:12px}
.tppmu-kpi__value{font-weight:950;margin-top:2px}

.tppmu-note{padding:10px 12px;border-radius:14px;background:#f1fff6;border:1px solid rgba(0,166,81,.18);color:#0b5;font-weight:800}
.tppmu-minihelp{margin-top:10px;color:#777;font-weight:700;font-size:12px}
.tppmu-minihelp code{background:#f5f5f5;padding:2px 6px;border-radius:8px}

.tppmu-podium{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;margin-bottom:12px}
.tppmu-podium__slot{
  border-radius:16px;border:1px solid #eee;padding:12px;background:#fafafa;position:relative
}
.tppmu-podium__pos{
  position:absolute;top:10px;right:10px;width:28px;height:28px;border-radius:999px;
  display:flex;align-items:center;justify-content:center;font-weight:950;
  background:#00a651;color:#fff
}
.tppmu-podium__num{font-size:22px;font-weight:950}
.tppmu-podium__name{font-weight:900;margin-top:4px}
.tppmu-podium__meta{color:#666;font-weight:700;font-size:12px;margin-top:4px}

.tppmu-arrlist{display:flex;flex-direction:column;gap:8px}
.tppmu-arrlist__row{
  display:flex;gap:10px;align-items:center;padding:10px 12px;
  border:1px solid #eee;border-radius:14px;background:#fff
}
.tppmu-arrlist__pos{
  width:26px;height:26px;border-radius:999px;background:#eafff3;color:#0b5;
  display:flex;align-items:center;justify-content:center;font-weight:950
}
.tppmu-arrlist__num{font-weight:950}
.tppmu-arrlist__name{font-weight:800;color:#222}

.tppmu-empty{
  padding:14px;border-radius:16px;border:1px dashed #ddd;background:#fafafa;
  color:#666;font-weight:800
}
.tppmu-error{
  background:#fff5f5;border:1px solid #ffd6d6;color:#b00020;
  padding:14px 16px;border-radius:16px;font-weight:900
}

@media (max-width: 980px){
  .tppmu-res2__hero{grid-template-columns:1fr}
  .tppmu-res2__grid{grid-template-columns:1fr}
  .tppmu-kpis{grid-template-columns:1fr}
}

.tppmu-res2, .tppmu-res2 * { box-sizing: border-box; }
.tppmu-res2__hero, .tppmu-res2__grid { align-items: stretch; }
.tppmu-card { height: 100%; }

/* Fix: títulos en negro (algunos heredaban blanco) */
.tppmu-res2 h1,
.tppmu-res2 h2,
.tppmu-res2 .tppmu-card__head h2,
.tppmu-res2__heroText h1{
  color:#111 !important;
}

/* Subtítulos */
.tppmu-res2 .tppmu-card__sub,
.tppmu-res2__heroText p{
  color:#333 !important;
}

/* Day picker como barra horizontal arriba */
.tppmu-res2__hero{
  display:block !important;
}

.tppmu-res2__dayPicker{
  width:100%;
  margin-bottom:16px;
  padding:14px 16px;
  border-radius:16px;
  background:#0b1220; /* oscuro como tu tema */
  color:#fff;
}

.tppmu-res2__dayTitle{
  font-weight:700;
  margin-bottom:10px;
  color:#fff;
}

.tppmu-res2__dayLinks{
  display:flex;
  gap:10px;
  flex-wrap:nowrap;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  padding-bottom:6px;
}

.tppmu-res2__dayLinks::-webkit-scrollbar{
  height:8px;
}
.tppmu-res2__dayLinks::-webkit-scrollbar-thumb{
  background:rgba(255,255,255,.25);
  border-radius:999px;
}

.tppmu-day{
  white-space:nowrap;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.25);
  color:#fff !important;
  text-decoration:none !important;
  font-weight:700;
  font-size:12px;
}

.tppmu-day.is-active{
  background:#16a34a;
  border-color:#16a34a;
}

