/* ── HERO (mismo estilo que el resto del sitio) ─────────────── */
.v3i{max-width:1280px;margin:0 auto;padding:0 1.1rem;}
.v3-page-hero{background:linear-gradient(130deg,#0d0f1a 0%,#1a1d2e 55%,#1e1b4b 100%);padding:1.6rem 0 1.4rem;border-bottom:3px solid #4f46e5;position:relative;overflow:hidden;}
.v3-page-hero::after{content:'\26BE';position:absolute;right:2%;top:50%;transform:translateY(-50%) rotate(-8deg);font-size:9rem;opacity:.04;line-height:1;pointer-events:none;user-select:none;}
.v3-page-hero .v3i{position:relative;z-index:1;}
.v3-page-eye{font-size:.62rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,.32);margin-bottom:.22rem;display:flex;align-items:center;gap:.35rem;}
.v3-page-title{font-family:'Outfit',system-ui,sans-serif;font-size:clamp(1.45rem,3.5vw,2.3rem);font-weight:900;color:#fff;line-height:1;letter-spacing:-1px;text-transform:uppercase;margin-bottom:.18rem;}
.v3-page-sub{font-size:.72rem;color:rgba(255,255,255,.38);margin-top:.18rem;}
.v3-page-body{padding:1.2rem 0 2.5rem;}
@media(max-width:680px){.v3i{padding:0 .85rem;}.v3-page-title{font-size:1.3rem;}}

.pob-wrap{max-width:1180px;margin:0 auto;}

.pob-card{background:#fff;border:1px solid #e4e9f2;border-radius:18px;box-shadow:0 10px 40px rgba(16,24,40,.08);overflow:hidden;}
.pob-card-head{display:flex;align-items:center;gap:12px;padding:18px 20px;background:linear-gradient(120deg,#fffbe9,#fff);border-bottom:1px solid #eef1f6;}
.pob-card-head .ic{width:44px;height:44px;flex:none;display:grid;place-items:center;border-radius:12px;background:linear-gradient(180deg,#f5c518,#e0a815);color:#fff;font-size:1.35rem;box-shadow:0 4px 12px rgba(224,168,21,.35);}
.pob-card-head h2{font-size:1.15rem;font-weight:900;color:#141b2d;margin:0;line-height:1.1;}
.pob-card-head p{font-size:.8rem;color:#8794a8;margin:2px 0 0;}
.pob-card-body{padding:18px;}

.pob-empty{text-align:center;padding:3.5rem 1rem;color:#7a8699;}
.pob-empty i{font-size:2.6rem;color:#d7dee9;display:block;margin-bottom:.8rem;}
.pob-empty p{font-size:1.05rem;font-weight:800;color:#3a4457;margin:0 0 .3rem;}
.pob-empty span{font-size:.85rem;color:#9aa4b4;}

/* Desktop: columnas por ronda con scroll horizontal suave */
.pob-scroll{overflow-x:auto;padding-bottom:6px;-webkit-overflow-scrolling:touch;}
.pob-scroll::-webkit-scrollbar{height:8px;}
.pob-scroll::-webkit-scrollbar-thumb{background:#d7dee9;border-radius:99px;}
.pob-bracket{display:flex;gap:28px;align-items:stretch;min-width:min-content;}

.pob-col{display:flex;flex-direction:column;flex:1;min-width:260px;}
.pob-col-head{text-align:center;font-size:.76rem;font-weight:900;letter-spacing:1.4px;text-transform:uppercase;color:#b7860b;padding:8px 10px;background:linear-gradient(180deg,rgba(245,197,24,.14),rgba(245,197,24,.02));border:1px solid rgba(245,197,24,.28);border-radius:11px;margin-bottom:14px;}
.pob-series{display:flex;flex-direction:column;justify-content:space-around;gap:16px;flex:1;}

.pob-serie{background:#fbfcfe;border:1px solid #e4e9f2;border-radius:14px;padding:11px;transition:.2s;}
.pob-serie.is-done{background:linear-gradient(180deg,#fffdf4,#fff);border-color:rgba(245,197,24,.5);box-shadow:0 4px 18px rgba(224,168,21,.14);}

.pob-team{display:flex;align-items:center;gap:10px;padding:7px 6px;border-radius:10px;}
.pob-team+.pob-team{margin-top:3px;}
.pob-logo{width:36px;height:36px;flex:none;border-radius:10px;display:grid;place-items:center;background:#fff;border:2px solid var(--tc,#d7dee9);overflow:hidden;}
.pob-logo img{width:100%;height:100%;object-fit:contain;padding:2px;}
.pob-logo b{font-size:1.05rem;font-weight:900;color:var(--tc,#8794a8);}
.pob-name{flex:1;min-width:0;font-size:.95rem;font-weight:800;color:#1a2236;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.pob-name:hover{color:#1d4ed8;}
.pob-wins{width:32px;height:32px;flex:none;display:grid;place-items:center;border-radius:9px;background:#eef1f6;font-size:1.1rem;font-weight:900;color:#8794a8;font-variant-numeric:tabular-nums;}
.pob-wins.lead{background:#1d4ed8;color:#fff;}

.pob-champ{position:relative;}
.pob-champ .pob-name{color:#b7860b;}
.pob-champ .pob-wins.lead{background:linear-gradient(180deg,#f5c518,#e0a815);color:#3a2c00;}
.pob-champ::after{content:'\2605';position:absolute;top:-8px;right:-8px;width:24px;height:24px;background:linear-gradient(180deg,#f5c518,#e0a815);color:#fff;border-radius:50%;display:grid;place-items:center;font-size:.78rem;box-shadow:0 3px 8px rgba(224,168,21,.5);}
.pob-out{opacity:.5;}

.pob-serie-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:9px;padding-top:9px;border-top:1px dashed #e4e9f2;}
.pob-tag{font-size:.68rem;font-weight:800;color:#8794a8;text-transform:uppercase;letter-spacing:.3px;}
.pob-tag.done{color:#15803d;}
.pob-tag.live{color:#1d4ed8;}
.pob-bestof{font-size:.66rem;font-weight:700;color:#a3adc0;background:#eef1f6;padding:2px 8px;border-radius:99px;white-space:nowrap;}

.pob-games{display:flex;flex-wrap:wrap;gap:5px;margin-top:9px;}
.pob-game{display:inline-flex;align-items:center;gap:5px;padding:4px 9px;border-radius:8px;background:#eef1f6;text-decoration:none;font-size:.72rem;font-weight:800;color:#5b6577;border:1px solid transparent;transition:.15s;}
.pob-game:hover{border-color:#c3ccdb;color:#1d4ed8;}
.pob-game.g-done{background:#eef4ff;color:#1d4ed8;}
.pob-game-n{color:#a3adc0;font-weight:900;}
.pob-game.g-done .pob-game-n{color:#7aa0e6;}
.pob-game-sc{font-variant-numeric:tabular-nums;}
.pob-game-dt{color:#8794a8;}

/* ── MÓVIL: apilar rondas verticalmente, cada una a lo ancho ── */
@media(max-width:760px){
  .pob-card-body{padding:12px;}
  .pob-scroll{overflow-x:visible;}
  .pob-bracket{flex-direction:column;gap:22px;min-width:0;}
  .pob-col{min-width:0;width:100%;}
  .pob-col-head{margin-bottom:10px;position:sticky;top:0;}
  .pob-series{gap:12px;}
  .pob-serie{padding:12px;}
  .pob-name{font-size:1rem;}
  .pob-logo{width:40px;height:40px;}
  .pob-wins{width:36px;height:36px;font-size:1.2rem;}
}
