/* =========================================================
   Más Deportes Online v3.6
   Corrección visual real: sin exceso de amarillo, sin repetición
   visual en portada, tarjetas premium oscuras y móvil sin scroll lateral.
   ========================================================= */
:root{
  --bg:#040A16;
  --bg2:#071120;
  --surface:#0A1628;
  --surface2:#0F2036;
  --surface3:#111D2E;
  --text:#FFFFFF;
  --soft:#DDE7F6;
  --muted:#AAB7CA;
  --gold:#FFD21F;
  --gold2:#F4B400;
  --red:#FF3045;
  --blue:#2F80ED;
  --cyan:#35C2FF;
  --border:rgba(255,255,255,.10);
  --border2:rgba(255,255,255,.065);
  --shadow:0 18px 46px rgba(0,0,0,.35);
  --radius:22px;
}

/* The Moneytizer: presentación del contenido recomendado en noticias. */
.mdo-sponsored-recommendations{
  margin:30px 0 10px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.1);
}
.mdo-sponsored-recommendations>span{
  display:block;
  margin-bottom:10px;
  color:var(--muted);
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.05em;
}
*{box-sizing:border-box}
html{max-width:100%;overflow-x:hidden;scroll-behavior:smooth}
body{
  margin:0;
  max-width:100%;
  overflow-x:hidden;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 14% 0%,rgba(47,128,237,.20),transparent 32%),
    radial-gradient(circle at 88% 11%,rgba(255,48,69,.13),transparent 28%),
    linear-gradient(180deg,#020713 0%,#061121 48%,#020713 100%);
}
body:before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:-1;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.014) 1px,transparent 1px);
  background-size:56px 56px;
  opacity:.45;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
p{margin:0 0 14px;color:var(--muted);line-height:1.6}
strong{font-weight:950}.notranslate{unicode-bidi:plaintext}.title-gold,.vs-highlight,.accent-word{color:var(--gold)!important}.muted-small,.source{color:var(--muted);font-size:14px}.site-main{min-height:64vh;overflow:hidden}.container{width:min(1180px,calc(100% - 44px));margin-inline:auto}.narrow{width:min(900px,calc(100% - 44px));margin-inline:auto}

/* Header */
.site-header{position:sticky;top:0;z-index:999;background:rgba(2,7,19,.985);border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 12px 30px rgba(0,0,0,.32);backdrop-filter:blur(14px);overflow:hidden}.portal-topbar{background:#020713;color:#d8e4f8;font-size:12px;border-bottom:1px solid rgba(255,255,255,.06)}.topbar-inner{height:27px;display:flex;align-items:center;justify-content:space-between;gap:14px}.header-inner{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:inline-flex;align-items:center;gap:12px;min-width:0;font-weight:950;color:#fff}.brand-logo{width:48px;height:48px;flex:0 0 auto;border-radius:15px;box-shadow:0 0 0 1px rgba(255,210,31,.25),0 14px 30px rgba(0,0,0,.32)}.brand-text{font-size:19px;letter-spacing:-.35px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brand-text strong{color:var(--gold)}.desktop-menu{display:flex;align-items:center;gap:9px}.desktop-menu a{padding:12px 16px;border-radius:999px;color:#dce7f6;font-size:15px;font-weight:950;transition:.16s ease}.desktop-menu a:hover,.desktop-menu a.active{background:var(--gold);color:#06101f;box-shadow:0 10px 24px rgba(255,210,31,.17)}.header-actions{display:flex;align-items:center;gap:12px;flex:0 0 auto}.lang-pill{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,210,31,.28);color:var(--gold);background:rgba(255,210,31,.08);padding:9px 12px;border-radius:999px;font-weight:950}.mobile-menu-button{display:none;width:48px;height:48px;border:1px solid rgba(255,255,255,.12);border-radius:15px;background:rgba(255,255,255,.055);align-items:center;justify-content:center;flex-direction:column;gap:6px}.mobile-menu-button span{width:22px;height:2px;background:#fff;border-radius:20px}.mobile-menu{display:none;border-top:1px solid rgba(255,255,255,.08);padding:12px 20px 18px;background:#020713}.mobile-menu.active{display:block}.mobile-menu a{display:block;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.08);color:#fff;font-weight:900}.breaking-strip{background:linear-gradient(90deg,rgba(255,48,69,.20),rgba(7,18,35,.98),rgba(47,128,237,.13));border-block:1px solid rgba(255,255,255,.065);overflow:hidden}.breaking-inner{min-height:38px;display:flex;align-items:center;gap:13px;color:#dce7f6;font-size:14px;min-width:0;overflow:hidden}.breaking-inner strong{flex:0 0 auto;display:inline-flex;background:var(--red);color:#fff;padding:6px 13px;border-radius:999px;font-size:12px;text-transform:uppercase;white-space:nowrap}.breaking-inner span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

/* UI */
.eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--gold);font-weight:950;text-transform:uppercase;letter-spacing:.08em;font-size:12px}.eyebrow:before{content:"";width:17px;height:4px;border-radius:999px;background:var(--red);box-shadow:0 0 14px rgba(255,48,69,.35)}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 20px;font-weight:950;border:1px solid transparent;cursor:pointer;transition:.16s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--gold);color:#06101f;box-shadow:0 14px 30px rgba(255,210,31,.20)}.btn-secondary{background:rgba(47,128,237,.16);color:#fff;border-color:rgba(92,184,255,.22)}.btn-live,.btn-mini{background:var(--red);color:#fff}.card-link{display:inline-block;color:var(--gold);font-weight:950;margin-top:8px}.card-link:hover{filter:brightness(1.07)}

/* Hero */
.portal-hero,.page-hero,.hero{background:radial-gradient(circle at 84% 16%,rgba(255,48,69,.09),transparent 30%),linear-gradient(180deg,rgba(6,18,37,.94),rgba(7,16,31,.70) 70%,rgba(2,7,19,0));border-bottom:1px solid rgba(255,255,255,.06)}.portal-hero{padding:58px 0 38px}.portal-hero-head{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:34px;align-items:end}.portal-hero h1{margin:12px 0 14px;max-width:900px;font-size:clamp(40px,4.9vw,68px);line-height:1.02;letter-spacing:-2px;color:#fff;text-shadow:0 18px 46px rgba(0,0,0,.44);overflow-wrap:normal}.portal-hero-head p{max-width:780px;font-size:17px;color:var(--soft)}.hero-buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.hero-quick-card{background:linear-gradient(145deg,rgba(18,36,60,.96),rgba(7,17,31,.98));border:1px solid var(--border);border-left:4px solid var(--gold);border-radius:26px;padding:26px;box-shadow:var(--shadow)}.hero-quick-card strong{display:block;font-size:24px;color:#fff;margin-bottom:9px}.hero-quick-card span{display:block;color:var(--soft);line-height:1.55}.hero-quick-card a{display:inline-block;margin-top:14px;color:var(--gold);font-weight:950}.page-hero,.hero{padding:54px 0 36px}.page-hero.compact{padding:50px 0 34px}.page-hero h1,.hero h1,.article-page h1,.match-detail h1,.player-page h1{font-size:clamp(38px,5vw,62px);line-height:1.04;margin:14px 0;letter-spacing:-1.6px;color:#fff}.page-hero h1 span,.hero h1 span,.article-page h1 span,.player-page h1 span{color:var(--gold)}.page-hero p,.hero-copy p,.article-lead{font-size:17px;max-width:780px;color:var(--soft)}

/* Sections */
.section{padding:46px 0}.section-soft{background:linear-gradient(180deg,rgba(8,20,39,.58),rgba(5,12,22,.32));border-block:1px solid rgba(255,255,255,.05)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}.section-head h2{font-size:clamp(30px,4vw,44px);line-height:1.08;letter-spacing:-1.2px;margin:8px 0 0;color:#fff}.section-head a{color:var(--gold);font-weight:950}.cards-grid,.matches-grid,.news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.portal-grid{display:grid;grid-template-columns:1.45fr .85fr;gap:22px;align-items:stretch;margin-top:28px}.news-front{background:rgba(2,7,19,.18)}

/* League/filter */
.league-section{padding-top:34px;padding-bottom:34px}.league-pills{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:22px;max-width:100%;overflow-x:auto;overflow-y:hidden}.league-pills-large{margin-bottom:0}.league-pill{display:inline-flex;align-items:center;justify-content:center;padding:10px 15px;border-radius:999px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.105);color:#E5EEFA;font-size:13px;font-weight:950;white-space:nowrap;box-shadow:0 8px 18px rgba(0,0,0,.18)}.league-pill:hover,.league-pill.active{background:var(--gold);color:#071121;border-color:transparent;box-shadow:0 12px 28px rgba(255,210,31,.16)}

/* Cards */
.news-card,.match-card,.simple-card,.lead-news-card,.latest-panel,.detail-card,.side-card,.calendar-day,.article-main,.filter-box{background:linear-gradient(145deg,rgba(15,32,54,.96),rgba(8,18,32,.98));border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.match-card{position:relative;padding:20px;min-height:172px;background:linear-gradient(145deg,#10233b 0%,#0c1a2c 63%,#081423 100%)}.match-card:before{content:"";position:absolute;top:0;left:18px;right:18px;height:3px;border-radius:0 0 999px 999px;background:linear-gradient(90deg,var(--gold),rgba(53,194,255,.65));opacity:.75}.match-top{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:18px}.league,.category{display:inline-flex;align-items:center;width:max-content;background:rgba(53,194,255,.14);border:1px solid rgba(53,194,255,.22);color:#84d8ff;padding:7px 11px;border-radius:999px;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.02em}.status{display:inline-flex;align-items:center;justify-content:center;width:max-content;background:rgba(255,210,31,.14);border:1px solid rgba(255,210,31,.20);color:#FFE58A;padding:7px 11px;border-radius:999px;font-size:12px;font-weight:950}.status.live,.status.en-vivo{background:rgba(255,48,69,.16);border-color:rgba(255,48,69,.28);color:#fff}.match-name{margin:0 0 12px;font-size:24px;line-height:1.12;letter-spacing:-.55px;color:#fff}.match-name span:not(.title-gold){color:#fff!important}.match-date{font-size:14px;color:var(--soft);font-weight:800;margin-bottom:7px}.score-line{font-size:14px}.news-card img{width:100%;height:220px;object-fit:cover;background:#06101f;border-bottom:1px solid rgba(255,255,255,.08)}.card-content{padding:20px}.news-card h2,.news-card h3,.simple-card h3,.simple-card h2{margin:12px 0 10px;line-height:1.16;letter-spacing:-.45px;color:#fff}.news-card h3{font-size:22px}.news-card p,.simple-card p{color:var(--muted)}.simple-card{padding:22px}.lead-news-card{display:grid;grid-template-columns:1.05fr .95fr;min-height:370px}.lead-image-wrap{display:block;min-height:100%;background:#081323}.lead-news-card img{width:100%;height:100%;object-fit:cover}.lead-content{padding:30px;display:flex;flex-direction:column;justify-content:center}.lead-content.no-image{grid-column:1/-1;min-height:300px}.lead-content h2{font-size:clamp(28px,4vw,48px);line-height:1.04;letter-spacing:-1.35px;margin:12px 0;color:#fff}.story-meta{color:var(--muted);font-weight:850;font-size:14px}.latest-panel{padding:19px}.panel-title{color:#fff;font-weight:950;font-size:22px;margin-bottom:14px;border-bottom:2px solid rgba(255,210,31,.5);padding-bottom:10px}.latest-item{display:grid;grid-template-columns:92px 1fr;gap:12px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.08);align-items:center}.latest-item:last-child{border-bottom:0}.latest-item img{width:92px;height:66px;object-fit:cover;border-radius:12px;background:#06101f}.latest-item span{font-weight:900;color:#fff;line-height:1.22;font-size:15px}.latest-panel .muted-small,.empty-editorial{background:rgba(255,255,255,.045);border:1px dashed rgba(255,255,255,.12);border-radius:16px;padding:16px;color:var(--soft)}

/* Forms */
.date-filter,.calendar-form form{display:flex;align-items:end;gap:12px;flex-wrap:wrap}.date-filter label,.calendar-form label{display:block;color:#dce7f6;font-size:13px;font-weight:900;margin-bottom:7px}.date-filter input,.date-filter select,.calendar-form input,.calendar-form select{background:rgba(2,8,23,.82);border:1px solid rgba(255,255,255,.11);color:#fff;padding:13px;border-radius:14px;min-width:190px;font-weight:850}.date-filter input[type=date]::-webkit-calendar-picker-indicator,.calendar-form input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1)}.filter-box{padding:22px;margin-bottom:24px}

/* Calendar */
.calendar-day{padding:22px;margin-bottom:20px}.calendar-day-title{margin:0 0 16px;color:#fff;font-size:27px}.calendar-list{display:grid;gap:10px}.calendar-row{display:grid;grid-template-columns:92px minmax(0,1fr) auto auto;gap:16px;align-items:center;padding:13px 14px;border:1px solid rgba(255,255,255,.085);border-radius:15px;background:rgba(255,255,255,.045);color:#fff}.calendar-row:hover{background:rgba(255,255,255,.065)}.calendar-row strong{color:#fff;text-align:left;justify-self:start;min-width:0;overflow-wrap:anywhere}.calendar-row em{color:var(--soft);font-style:normal;font-weight:900;text-align:right;white-space:nowrap}.calendar-summary-link{justify-self:end;white-space:nowrap}

/* Detail pages */
.detail-grid,.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;align-items:start}.match-detail,.article-page,.player-page{padding:48px 0}.main-detail,.article-main,.side-detail{padding:26px}.match-title-fit{font-size:clamp(30px,3.8vw,48px)!important;line-height:1.07!important;letter-spacing:-1px!important;overflow-wrap:break-word;color:#fff!important}.match-title-fit .team-title,.match-title-fit .notranslate{color:#fff!important}.match-title-fit .title-gold{color:var(--gold)!important}.match-info-list,.public-details{display:grid;gap:10px;margin:18px 0}.match-info-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.match-info-list>div,.detail-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 14px;border-radius:14px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08)}.match-info-list strong,.detail-row span{color:var(--muted);font-weight:900}.match-info-list span,.detail-row strong{text-align:right;color:#fff;font-weight:900}.match-info-list .status{display:inline-flex}.match-sidebar h2,.side-card h3,.side-card h2{color:#fff;margin-top:0}.sidebar-matchup{color:#fff;font-size:20px;font-weight:950;display:flex;align-items:center;justify-content:center;gap:8px;padding:15px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.10);border-left:3px solid var(--gold);border-radius:16px;margin:12px 0 16px}.sidebar-matchup strong,.sidebar-matchup .title-gold{color:var(--gold)}.sidebar-note{font-size:14px;color:var(--muted);line-height:1.55}.legal-notice{background:rgba(47,128,237,.08);border:1px solid rgba(92,184,255,.16);color:var(--soft);padding:16px;border-radius:18px;margin:18px 0}.notice-box,.empty-state{background:rgba(255,210,31,.07);border:1px solid rgba(255,210,31,.17);color:var(--soft);padding:16px;border-radius:18px;margin:18px 0}.video-frame,.player-shell{background:#000;border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,.10);box-shadow:var(--shadow)}.video-frame iframe,.player-shell iframe{width:100%;min-height:520px;height:520px;border:0;display:block;background:#000}.scoreboard-mini{display:grid;gap:10px;margin:18px 0}.scoreboard-mini div{display:flex;justify-content:space-between;align-items:center;padding:14px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:rgba(255,255,255,.05)}.scoreboard-mini strong{font-size:28px;color:var(--gold)}

/* Article */
.article-page h1{max-width:920px}.article-meta{color:var(--muted);font-weight:850;margin-bottom:18px}.article-image{width:100%;aspect-ratio:16/9;height:auto;max-height:none;object-fit:contain;object-position:center;background:rgba(255,255,255,.035);border-radius:20px;margin:18px 0;border:1px solid rgba(255,255,255,.08)}.article-content{color:var(--soft);font-size:18px;line-height:1.78}.article-content p{color:var(--soft)}.article-content h2,.article-content h3{color:#fff}

/* Footer */
.site-footer{position:relative;border-top:1px solid rgba(255,255,255,.08);background:#020713;color:#fff;padding:46px 0 18px}.site-footer:before{content:"";display:block;position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--blue),var(--gold),var(--red))}.site-footer p,.site-footer a,.footer-bottom{color:var(--soft)}.footer-brand{color:#fff}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:30px}.footer-grid h3{margin-top:0;color:var(--gold)}.footer-grid a{display:block;margin:8px 0}.footer-grid a:hover{color:var(--gold)}.footer-bottom{border-top:1px solid rgba(255,255,255,.10);margin-top:24px;padding-top:18px;display:flex;justify-content:space-between;gap:12px;font-size:14px}

@media (min-width:981px){.news-grid .news-card{min-height:455px;display:flex;flex-direction:column}.news-grid .card-content{display:flex;flex-direction:column;flex:1}.news-grid .card-link{margin-top:auto}}
@media (max-width:1100px){.container{width:min(100% - 34px,1080px)}.portal-hero-head{grid-template-columns:1fr 310px}}
@media (max-width:980px){.portal-hero-head,.portal-grid,.hero-grid,.detail-grid,.article-layout{grid-template-columns:1fr}.lead-news-card{grid-template-columns:1fr}.lead-image-wrap{min-height:280px}.news-grid,.matches-grid,.cards-grid{grid-template-columns:repeat(2,1fr)}.hero-quick-card{max-width:100%}}
@media (max-width:768px){
  body{overflow-x:hidden!important}.portal-topbar{display:none}.container,.narrow{width:100%!important;max-width:100%!important;padding-left:16px!important;padding-right:16px!important}.header-inner{min-height:76px;gap:10px}.desktop-menu{display:none}.mobile-menu-button{display:flex}.brand{flex:1 1 auto}.brand-logo{width:46px;height:46px}.brand-text{font-size:16px;max-width:min(255px,calc(100vw - 178px));overflow:hidden;text-overflow:ellipsis}.lang-pill{padding:9px 11px}.breaking-inner{padding-left:16px!important;padding-right:16px!important;width:100%!important;gap:10px}.breaking-inner strong{font-size:11px;padding:6px 10px}.breaking-inner span{max-width:calc(100vw - 120px)}.portal-hero{padding:32px 0 26px}.portal-hero h1,.page-hero h1,.hero h1,.article-page h1,.match-detail h1{font-size:34px!important;line-height:1.08!important;letter-spacing:-1px!important;max-width:100%!important}.portal-hero-head p,.page-hero p,.hero-copy p{font-size:15px!important}.hero-buttons{gap:12px;margin-top:22px}.hero-buttons .btn{min-height:54px;font-size:16px}.hero-quick-card{margin-top:20px;padding:20px;border-radius:22px}.section{padding:34px 0}.section-head{align-items:flex-start;flex-direction:column;gap:8px}.section-head h2{font-size:30px!important;line-height:1.13!important}.section-head a{font-size:17px}.news-grid,.matches-grid,.cards-grid{grid-template-columns:1fr;gap:15px}.news-card img{height:210px}.league-pills{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;padding-bottom:8px}.league-pills::-webkit-scrollbar{display:none}.league-pill{padding:11px 16px;font-size:13px}.match-card{padding:19px 18px;border-radius:21px;min-height:0}.match-card:before{left:18px;right:18px}.match-top{margin-bottom:14px}.league{font-size:12px;padding:6px 10px}.status{font-size:11px;padding:7px 10px}.match-name{font-size:25px!important;line-height:1.1!important;letter-spacing:-.45px!important}.match-date{font-size:13px!important;margin-top:9px}.card-link{font-size:16px!important;margin-top:4px}.date-filter,.calendar-form form{display:grid;grid-template-columns:1fr;gap:14px;align-items:stretch}.date-filter input,.date-filter select,.calendar-form input,.calendar-form select{width:100%;min-width:0;height:54px;font-size:15px}.date-filter .btn,.calendar-form .btn{width:100%;height:54px}.calendar-row{grid-template-columns:1fr!important;gap:8px!important;padding:15px 14px!important}.calendar-row strong,.calendar-row em{text-align:left!important;justify-self:start!important}.calendar-day-title{font-size:22px!important;line-height:1.15!important}.match-info-list{grid-template-columns:1fr}.video-frame iframe,.player-shell iframe{min-height:360px;height:360px}.sidebar-matchup{font-size:18px}.detail-row,.match-info-list>div{align-items:center}.article-content{font-size:16px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.latest-item{grid-template-columns:74px 1fr}.latest-item img{width:74px;height:56px}}
@media (max-width:420px){.container,.narrow{padding-left:14px!important;padding-right:14px!important}.brand-text{font-size:15px;max-width:min(225px,calc(100vw - 170px))}.lang-pill{display:none}.portal-hero h1,.page-hero h1,.hero h1,.article-page h1,.match-detail h1{font-size:31px!important}.section-head h2{font-size:28px!important}.match-name{font-size:24px!important}.match-card{padding:18px 17px}.hero-buttons .btn,.btn{width:100%}}

/* =========================================================
   MDO v11.2.0 - Directorio público de ligas
   ========================================================= */
.mdo-leagues-hero{
  padding:58px 0 48px;
  border-bottom:1px solid rgba(255,255,255,.07);
  background:
    radial-gradient(circle at 82% 18%,rgba(255,48,69,.15),transparent 31%),
    radial-gradient(circle at 15% 0%,rgba(47,128,237,.22),transparent 34%),
    linear-gradient(180deg,rgba(7,19,38,.98),rgba(4,10,22,.88));
}
.mdo-leagues-hero h1{
  margin:12px 0 14px;
  color:#fff;
  font-size:clamp(42px,6vw,72px);
  line-height:1;
  letter-spacing:-2px;
}
.mdo-leagues-hero p{
  max-width:850px;
  color:var(--soft);
  font-size:18px;
}
.mdo-leagues-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}
.mdo-leagues-directory{
  background:linear-gradient(180deg,rgba(5,13,26,.55),rgba(3,8,18,.2));
}
.mdo-league-group{
  padding:0 0 42px;
  margin:0 0 42px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.mdo-league-group:last-child{
  padding-bottom:0;
  margin-bottom:0;
  border-bottom:0;
}
.mdo-league-group-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,520px);
  gap:30px;
  align-items:end;
  margin-bottom:20px;
}
.mdo-league-group-head h2{
  margin:8px 0 0;
  color:#fff;
  font-size:clamp(30px,4vw,44px);
  line-height:1.05;
  letter-spacing:-1px;
}
.mdo-league-group-head p{
  margin:0;
  color:var(--soft);
}
.mdo-leagues-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.mdo-league-directory-card{
  display:flex;
  flex-direction:column;
  min-height:250px;
  padding:24px;
  border:1px solid rgba(255,255,255,.105);
  border-radius:24px;
  background:
    linear-gradient(145deg,rgba(17,37,62,.97),rgba(7,17,31,.99));
  box-shadow:0 18px 42px rgba(0,0,0,.28);
  position:relative;
  overflow:hidden;
  transition:transform .18s ease,border-color .18s ease;
}
.mdo-league-directory-card:before{
  content:"";
  position:absolute;
  top:0;
  left:24px;
  right:24px;
  height:3px;
  border-radius:0 0 999px 999px;
  background:linear-gradient(90deg,var(--gold),var(--cyan),var(--red));
  opacity:.85;
}
.mdo-league-directory-card:hover{
  transform:translateY(-3px);
  border-color:rgba(255,210,31,.3);
}
.mdo-league-card-label{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  padding:7px 11px;
  margin-top:4px;
  border:1px solid rgba(53,194,255,.22);
  border-radius:999px;
  background:rgba(53,194,255,.12);
  color:#8bdcff;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.03em;
}
.mdo-league-directory-card h3{
  margin:18px 0 10px;
  color:#fff;
  font-size:30px;
  line-height:1;
  letter-spacing:-.7px;
}
.mdo-league-directory-card p{
  margin-bottom:22px;
  color:var(--soft);
}
.mdo-league-card-actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
  margin-top:auto;
  padding-top:16px;
  border-top:1px solid rgba(255,255,255,.08);
}
.mdo-league-primary-link{
  color:var(--gold);
  font-weight:950;
}
.mdo-league-games-link{
  padding:7px 11px;
  border-radius:999px;
  background:rgba(255,255,255,.07);
  color:#fff;
  font-size:13px;
  font-weight:900;
}
.mdo-leagues-info{
  padding-top:12px;
}
.mdo-leagues-info-card{
  padding:30px;
  border:1px solid rgba(255,210,31,.2);
  border-radius:26px;
  background:linear-gradient(145deg,rgba(21,36,54,.96),rgba(8,18,32,.98));
  box-shadow:var(--shadow);
}
.mdo-leagues-info-card h2{
  margin:10px 0 12px;
  color:#fff;
  font-size:clamp(28px,4vw,42px);
  letter-spacing:-1px;
}
.mdo-leagues-info-card p{
  max-width:920px;
  color:var(--soft);
}
.mdo-leagues-info-card nav{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:20px;
}
.mdo-leagues-info-card nav a{
  padding:10px 14px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:999px;
  background:rgba(255,255,255,.055);
  color:#fff;
  font-weight:900;
}
@media (max-width:980px){
  .mdo-leagues-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mdo-league-group-head{grid-template-columns:1fr;gap:10px}
}
@media (max-width:640px){
  .mdo-leagues-hero{padding:38px 0 32px}
  .mdo-leagues-hero h1{font-size:38px;letter-spacing:-1px}
  .mdo-leagues-hero p{font-size:16px}
  .mdo-leagues-hero-actions .btn{width:100%}
  .mdo-league-group{padding-bottom:30px;margin-bottom:30px}
  .mdo-leagues-grid{grid-template-columns:1fr}
  .mdo-league-directory-card{min-height:0;padding:21px}
  .mdo-league-directory-card h3{font-size:28px}
  .mdo-leagues-info-card{padding:22px}
}

/* MDO v11.2.1 - Enlaces de jugadores en resultados y box scores */
.mdo-player-inline-link{
  color:var(--gold);
  font-weight:950;
  text-decoration:underline;
  text-decoration-color:rgba(255,210,31,.45);
  text-decoration-thickness:1px;
  text-underline-offset:3px;
}
.mdo-player-inline-link:hover{
  color:#fff2a6;
  text-decoration-color:currentColor;
}
.summary-stats-table .mdo-player-inline-link{
  white-space:nowrap;
}

/* =========================================================
   MDO v3.8 - Corrección real de Ligas/Cartelera
   Base: v3.6. No usa panel, no pone todo amarillo y evita scroll horizontal.
   ========================================================= */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}
*, *::before, *::after {
  box-sizing: border-box;
}
.site-main,
.portal-hero,
.section,
.container {
  min-width: 0;
}
.breaking-strip,
.breaking-inner {
  max-width: 100%;
  overflow: hidden;
}
.breaking-inner span {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.league-clean {
  padding-top: 34px;
  padding-bottom: 38px;
  background: linear-gradient(180deg, rgba(9, 20, 38, .42), rgba(11, 15, 30, .18));
  border-top: 1px solid rgba(255,255,255,.055);
  border-bottom: 1px solid rgba(255,255,255,.055);
}
.league-clean .container {
  max-width: 1180px;
}
.league-clean-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 18px;
}
.league-title-block h2 {
  margin: 8px 0 0;
  color: #FFFFFF;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.05;
  letter-spacing: -.9px;
  background: none !important;
  box-shadow: none !important;
  display: block;
}
.league-view-all {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--gold) !important;
  background: rgba(255,210,31,.065);
  border: 1px solid rgba(255,210,31,.18);
  font-size: 14px;
  font-weight: 950;
  line-height: 1;
  text-decoration: none;
  box-shadow: none;
}
.league-view-all:hover {
  background: rgba(255,210,31,.13);
  transform: translateY(-1px);
}
.league-clean .league-pills,
.league-pills-large {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center;
  gap: 10px;
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100%;
  overflow: visible !important;
}
.league-clean .league-pill,
.league-pills-large .league-pill {
  flex: 0 0 auto;
  min-width: 72px;
  padding: 10px 15px;
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.12);
  color: #E8F0FA;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
  box-shadow: none;
}
.league-clean .league-pill:hover,
.league-clean .league-pill.active,
.league-pills-large .league-pill:hover,
.league-pills-large .league-pill.active {
  background: var(--gold);
  color: #071121;
  border-color: transparent;
  box-shadow: 0 10px 22px rgba(255,210,31,.15);
}
.match-name,
.sidebar-matchup,
.match-title-fit {
  color: #fff !important;
}
.match-name .title-gold,
.sidebar-matchup strong,
.match-title-fit .title-gold {
  color: var(--gold) !important;
}
@media (max-width: 900px) {
  .league-clean-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .league-view-all {
    min-height: 40px;
    font-size: 13px;
  }
}
@media (max-width: 680px) {
  .league-clean {
    padding-top: 28px;
    padding-bottom: 30px;
  }
  .league-title-block h2 {
    font-size: 30px;
    line-height: 1.08;
  }
  .league-clean .league-pills,
  .league-pills-large {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    width: 100%;
    overflow: visible !important;
  }
  .league-clean .league-pill,
  .league-pills-large .league-pill {
    width: 100%;
    min-width: 0;
    padding: 11px 8px;
    font-size: 12px;
  }
  .breaking-inner {
    gap: 8px;
  }
  .breaking-inner strong {
    padding: 6px 10px;
  }
}
@media (max-width: 420px) {
  .league-clean .league-pills,
  .league-pills-large {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* =========================================================
   MDO v3.9 - Home editorial recomendado
   Home sin sección de ligas. Los filtros quedan solo en /partidos.
   ========================================================= */
.home-news-priority{
  padding-top:42px;
  padding-bottom:44px;
  background:linear-gradient(180deg, rgba(6,17,33,.42), rgba(4,10,22,.18));
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.home-matches-priority{
  padding-top:48px;
}
.home-summary-preview{
  background:linear-gradient(180deg, rgba(11,18,34,.12), rgba(8,18,34,.34));
  border-top:1px solid rgba(255,255,255,.055);
  border-bottom:1px solid rgba(255,255,255,.055);
}
.section-subtitle{
  max-width:680px;
  margin:8px 0 0;
  color:var(--muted);
  font-size:15px;
  line-height:1.55;
  font-weight:700;
}
.home-news-priority .portal-grid{
  align-items:stretch;
}
.home-news-priority .lead-news-card,
.home-news-priority .latest-panel,
.summary-mini-card{
  background:linear-gradient(135deg, rgba(12,30,54,.96), rgba(9,20,35,.96));
  border:1px solid rgba(255,255,255,.09);
  box-shadow:0 18px 42px rgba(0,0,0,.26);
}
.home-news-priority .lead-content h2 a,
.home-news-priority .lead-content h2,
.home-news-priority .news-card h3 a,
.summary-mini-card h3{
  color:#fff !important;
}
.home-news-priority .latest-panel .panel-title{
  color:#fff;
}
.panel-empty{
  color:var(--muted);
  font-weight:750;
  line-height:1.55;
  margin:12px 0 0;
}
.summary-mini-card .league,
.home-summary-preview .league{
  color:#8FD7FF;
  background:rgba(53,194,255,.12);
  border-color:rgba(53,194,255,.20);
}
.match-name,
.match-name span:not(.title-gold),
.simple-card h3,
.simple-card h3 span:not(.title-gold){
  color:#fff;
}
.title-gold,
.match-name .title-gold,
.simple-card .title-gold,
.lead-content .category,
.category{
  color:var(--gold) !important;
}
@media (max-width:768px){
  .home-news-priority{padding-top:34px;padding-bottom:34px}
  .home-matches-priority{padding-top:36px}
  .section-subtitle{font-size:14px}
  .home-news-priority .lead-news-card{border-radius:22px}
}

/* =========================================================
   MDO v4.0 - Home sin calendario repetido
   La portada no vuelve a listar partidos MLB en calendario;
   solo muestra un llamado limpio hacia /calendario.
   ========================================================= */
.calendar-cta-section {
  padding-top: 36px;
  padding-bottom: 52px;
}
.calendar-cta-card {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 28px 30px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(12, 31, 55, .92), rgba(9, 17, 32, .92));
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 20px 55px rgba(0,0,0,.22);
}
.calendar-cta-card h2 {
  margin: 8px 0 8px;
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.06;
  letter-spacing: -.8px;
}
.calendar-cta-card p {
  margin: 0;
  max-width: 760px;
  color: var(--soft);
  line-height: 1.55;
  font-weight: 700;
}
.calendar-cta-card .btn {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .calendar-cta-section {
    padding-top: 28px;
    padding-bottom: 42px;
  }
  .calendar-cta-card {
    grid-template-columns: 1fr;
    padding: 22px 18px;
    border-radius: 21px;
    gap: 18px;
  }
  .calendar-cta-card h2 {
    font-size: 27px;
  }
  .calendar-cta-card .btn {
    width: 100%;
  }
}


/* MDO v4.4 - HOME PORTAL DE NOTICIAS REAL */
.home-news-priority{background:linear-gradient(180deg,rgba(5,13,26,.78),rgba(5,13,26,.42));border-top:1px solid rgba(255,255,255,.055);border-bottom:1px solid rgba(255,255,255,.055)}
.home-news-priority .portal-grid{margin-top:22px;align-items:stretch}
.home-news-priority .lead-news-card{background:linear-gradient(145deg,#0d2138 0%,#081726 100%);border-color:rgba(255,255,255,.11)}
.home-news-priority .lead-content h2 a{color:#fff;text-decoration:none}.home-news-priority .lead-content h2 a:hover{color:var(--gold)}
.home-news-priority .lead-link{margin-top:16px}.portal-news-grid{margin-top:22px}.latest-panel{background:linear-gradient(145deg,#0d2138 0%,#081726 100%)}
.latest-panel .panel-title{border-bottom-color:rgba(255,210,31,.45)}
.news-card h3 a{color:#fff;text-decoration:none}.news-card h3 a:hover{color:var(--gold)}
@media (max-width:980px){.home-news-priority .portal-grid{grid-template-columns:1fr}.home-news-priority .lead-news-card{grid-template-columns:1fr}.home-news-priority .lead-image-wrap{min-height:250px}.latest-panel{margin-top:0}}
@media (max-width:640px){.home-news-priority .lead-content{padding:22px}.home-news-priority .lead-content h2{font-size:30px!important;line-height:1.08!important}.latest-panel{padding:16px}.portal-news-grid{margin-top:16px}}

/* =========================================================
   MDO v4.6 - Corrección real: tarjetas clicables, jugador 30 min,
   y pulido visual premium sin exceso de amarillo.
   ========================================================= */
:root{
  --card-main:#0b1b31;
  --card-main-2:#111d2d;
  --card-border:rgba(255,255,255,.105);
  --card-hover:rgba(73,178,255,.22);
}

/* Todo el bloque del partido ahora se puede tocar/clickear */
a.match-card,
.match-card-click{
  display:block;
  color:inherit !important;
  text-decoration:none !important;
  cursor:pointer;
  position:relative;
  overflow:hidden;
  background:linear-gradient(145deg,var(--card-main) 0%, var(--card-main-2) 100%) !important;
  border:1px solid var(--card-border) !important;
  border-radius:22px !important;
  box-shadow:0 18px 38px rgba(0,0,0,.22) !important;
  transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
a.match-card:before,
.match-card-click:before{
  height:3px !important;
  left:20px !important;
  right:20px !important;
  border-radius:999px !important;
  background:linear-gradient(90deg, var(--gold), rgba(72,185,255,.75)) !important;
  opacity:.9 !important;
}
a.match-card:hover,
.match-card-click:hover{
  transform:translateY(-4px);
  border-color:var(--card-hover) !important;
  box-shadow:0 24px 54px rgba(0,0,0,.32) !important;
}
a.match-card:hover .card-link,
.match-card-click:hover .card-link{
  color:#fff !important;
}
.match-card .match-name,
.match-card .match-date,
.match-card .score-line,
.match-card .match-top{
  pointer-events:none;
}
.match-card .title-gold,
.match-title-fit .title-gold,
.sidebar-matchup .title-gold{
  color:var(--gold) !important;
}
.match-card .match-name span:not(.title-gold),
.match-title-fit .team-title{
  color:#fff !important;
}
.match-card .card-link{
  display:inline-flex;
  width:max-content;
  color:var(--gold) !important;
  font-weight:950;
  text-decoration:none !important;
}

/* Página individual del partido: más limpia y equilibrada */
.match-detail{
  padding:58px 0 72px;
}
.detail-grid{
  align-items:start;
  gap:28px;
}
.detail-card{
  background:linear-gradient(145deg,#0b1b31 0%, #071424 100%) !important;
  border:1px solid rgba(255,255,255,.10) !important;
  box-shadow:0 24px 62px rgba(0,0,0,.25) !important;
}
.main-detail .league,
.side-detail .league{
  background:rgba(70,184,255,.16) !important;
  border-color:rgba(70,184,255,.25) !important;
  color:#82d8ff !important;
}
.match-title-fit{
  font-size:clamp(34px,4.3vw,58px) !important;
  line-height:1.06 !important;
  letter-spacing:-1.3px !important;
  max-width:100% !important;
  overflow-wrap:break-word;
  word-break:normal;
  color:#fff !important;
  margin:18px 0 22px !important;
}
.match-info-list{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:12px !important;
  margin:14px 0 20px !important;
}
.match-info-list>div,
.detail-row{
  background:rgba(255,255,255,.055) !important;
  border:1px solid rgba(255,255,255,.09) !important;
  border-radius:15px !important;
  padding:14px 16px !important;
}
.match-info-list>div strong,
.detail-row span{
  color:var(--muted) !important;
  font-weight:900 !important;
}
.match-info-list>div span,
.detail-row strong{
  color:#fff !important;
  font-weight:950 !important;
}
.match-info-list .status{
  color:#fff !important;
}
.legal-notice{
  background:rgba(44,142,255,.08) !important;
  border-color:rgba(44,142,255,.18) !important;
}
.notice-box{
  background:rgba(255,210,31,.065) !important;
  border-color:rgba(255,210,31,.18) !important;
}
.video-frame{
  margin-top:18px;
  border-radius:22px !important;
  border:1px solid rgba(255,255,255,.12) !important;
}
.video-frame iframe{
  min-height:520px !important;
  height:520px !important;
}
.side-detail{
  position:sticky;
  top:22px;
}
.sidebar-matchup{
  background:rgba(255,210,31,.055) !important;
  border-left:3px solid var(--gold) !important;
  border-color:rgba(255,210,31,.20) !important;
  color:#fff !important;
}
.sidebar-note{
  color:var(--muted) !important;
}

/* Home más editorial: sin calendario duplicado ni relleno falso */
.home-matches-priority{
  padding-top:54px !important;
}
.home-summary-preview .simple-card{
  background:linear-gradient(145deg,#0b1b31 0%, #071424 100%) !important;
}

/* Calendario: filas más balanceadas */
.calendar-row{
  background:rgba(255,255,255,.055) !important;
  border:1px solid rgba(255,255,255,.09) !important;
}
.calendar-row strong{
  color:#fff !important;
}
.calendar-row .title-gold,
.calendar-row strong span,
.calendar-row em span{
  color:var(--gold) !important;
}

/* Móvil */
@media (max-width:768px){
  .match-detail{padding:28px 0 44px}
  .detail-grid{gap:18px}
  .match-title-fit{font-size:33px !important;line-height:1.08 !important;letter-spacing:-.8px !important}
  .match-info-list{grid-template-columns:1fr !important;gap:10px !important}
  .match-info-list>div,.detail-row{padding:13px 14px !important}
  .side-detail{position:relative;top:auto}
  .video-frame iframe{min-height:360px !important;height:360px !important}
  a.match-card,.match-card-click{border-radius:20px !important;padding:18px 17px !important}
  a.match-card:before,.match-card-click:before{left:17px!important;right:17px!important}
  .match-card .match-name{font-size:24px!important;line-height:1.12!important}
  .match-card .match-date{font-size:12.5px!important;color:var(--muted)!important}
  .home-matches-priority{padding-top:38px!important}
}


/* =========================================================
   MDO v4.6 - Fix reproductor + pulido visual de bloques
   ========================================================= */
a.match-card,
.match-card-click{
  display:flex !important;
  flex-direction:column !important;
  justify-content:space-between !important;
  min-height:164px !important;
  padding:22px 22px 20px !important;
  background:linear-gradient(145deg,#0d2138 0%,#0a1829 58%,#08121f 100%) !important;
  border:1px solid rgba(255,255,255,.10) !important;
  border-left:4px solid rgba(53,194,255,.70) !important;
  border-radius:22px !important;
  box-shadow:0 18px 40px rgba(0,0,0,.23) !important;
}
a.match-card:before,
.match-card-click:before{
  left:22px !important;
  right:22px !important;
  height:2px !important;
  opacity:.65 !important;
}
.match-card .match-name{
  color:#fff !important;
  font-weight:950 !important;
}
.match-card .match-date{
  color:#c4d1e3 !important;
  font-weight:850 !important;
}
.match-card:hover,
.match-card-click:hover{
  transform:translateY(-3px) !important;
  border-color:rgba(53,194,255,.35) !important;
  border-left-color:var(--gold) !important;
}
.detail-card.main-detail,
.detail-card.side-detail{
  background:linear-gradient(145deg,#0d2138 0%,#081525 100%) !important;
  border:1px solid rgba(255,255,255,.11) !important;
}
.match-detail .match-title-fit .team-title{color:#fff!important;}
.match-info-list>div,
.detail-row{
  background:rgba(255,255,255,.055) !important;
  border:1px solid rgba(255,255,255,.09) !important;
}
.legal-notice{
  background:rgba(40,129,255,.08) !important;
  border-color:rgba(53,194,255,.20) !important;
}
.notice-box{
  background:rgba(255,210,31,.08) !important;
  border-color:rgba(255,210,31,.22) !important;
}
.video-frame{
  margin-top:18px !important;
  border:1px solid rgba(53,194,255,.22) !important;
  border-radius:22px !important;
  overflow:hidden !important;
  background:#020713 !important;
}
.video-frame iframe{
  width:100% !important;
  min-height:430px !important;
  display:block !important;
  border:0 !important;
}
@media (max-width:768px){
  a.match-card,.match-card-click{min-height:0!important;padding:19px 18px!important;border-left-width:3px!important;}
  .video-frame iframe{min-height:360px!important;height:360px!important;}
}


/* =========================================================
   MDO v4.7 - Reproductor estable + info del partido en una línea
   ========================================================= */
.match-info-inline{
  display:flex !important;
  align-items:center !important;
  flex-wrap:wrap !important;
  gap:10px 12px !important;
  margin:14px 0 20px !important;
  padding:13px 14px !important;
  border-radius:16px !important;
  background:rgba(255,255,255,.055) !important;
  border:1px solid rgba(255,255,255,.09) !important;
}
.match-info-inline span{
  display:inline-flex !important;
  align-items:center !important;
  gap:6px !important;
  color:#fff !important;
  font-weight:900 !important;
  line-height:1.25 !important;
  white-space:normal !important;
}
.match-info-inline strong{
  color:#b8c4d6 !important;
  font-weight:950 !important;
}
.match-info-inline .status{
  margin-left:2px !important;
  font-style:normal !important;
  font-size:12px !important;
  padding:6px 10px !important;
}
.match-info-list{display:none !important;}
.main-detail .legal-notice,
.main-detail .notice-box{
  max-width:100% !important;
}
.video-frame{
  display:block !important;
  width:100% !important;
}
.video-frame iframe{
  height:520px !important;
  min-height:520px !important;
}
.side-detail .public-details .detail-row{
  gap:12px !important;
}
.side-detail .public-details .detail-row strong{
  overflow-wrap:anywhere !important;
}
@media (max-width:768px){
  .match-info-inline{
    gap:8px 10px !important;
    padding:12px 13px !important;
  }
  .match-info-inline span{
    font-size:14px !important;
  }
  .match-info-inline .status{
    font-size:11px !important;
  }
  .video-frame iframe{
    height:360px !important;
    min-height:360px !important;
  }
}
@media (max-width:460px){
  .match-info-inline{
    align-items:flex-start !important;
    flex-direction:column !important;
  }
}

/* =========================================================
   MDO v4.8 - Reproductor 30 minutos, estado en vivo, detalles limpios
   ========================================================= */
html, body{overflow-x:hidden!important;}
.translate-hidden{position:absolute!important;left:-9999px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;}
.goog-te-banner-frame,.goog-te-gadget,.skiptranslate{display:none!important;}
body{top:0!important;}

.status.status-live,
.status-live,
.status.en-vivo,
.status-live.status{
  background:rgba(255,43,61,.18)!important;
  border-color:rgba(255,43,61,.38)!important;
  color:#fff!important;
  box-shadow:0 0 0 1px rgba(255,43,61,.10), 0 0 18px rgba(255,43,61,.18)!important;
}
.status.status-final,
.status-final{
  background:rgba(100,214,146,.14)!important;
  border-color:rgba(100,214,146,.28)!important;
  color:#b8ffd1!important;
}
.status.status-cancelled,
.status-cancelled{
  background:rgba(255,255,255,.10)!important;
  border-color:rgba(255,255,255,.18)!important;
  color:#d8e2ee!important;
}

.match-info-inline{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  margin:18px 0 22px!important;
}
.match-info-inline > span{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  min-height:54px!important;
  padding:14px 16px!important;
  border-radius:16px!important;
  background:rgba(255,255,255,.060)!important;
  border:1px solid rgba(255,255,255,.095)!important;
  color:#fff!important;
  font-weight:950!important;
  gap:10px!important;
  white-space:nowrap!important;
}
.match-info-inline > span strong{color:#b8c4d6!important;font-weight:950!important;}
.match-info-inline > span .status{margin-left:auto!important;white-space:nowrap!important;}

.player-simulated{
  margin-top:20px!important;
  width:100%!important;
  min-height:420px!important;
  border-radius:24px!important;
  border:1px solid rgba(255,210,31,.26)!important;
  background:
    radial-gradient(circle at 50% 30%, rgba(255,210,31,.12), transparent 30%),
    linear-gradient(145deg,#071421 0%,#0b1b31 52%,#08111e 100%)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.04), 0 22px 50px rgba(0,0,0,.24)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:28px!important;
  overflow:hidden!important;
  position:relative!important;
}
.player-simulated:before{
  content:"";position:absolute;inset:0;
  background:linear-gradient(110deg,transparent,rgba(255,255,255,.045),transparent);
  transform:translateX(-70%);
  animation:mdoPlayerSweep 4s ease-in-out infinite;
}
@keyframes mdoPlayerSweep{0%,55%{transform:translateX(-80%)}100%{transform:translateX(80%)}}
.player-simulated-inner{position:relative;z-index:2;text-align:center;max-width:620px;color:#fff;display:flex;flex-direction:column;align-items:center;gap:10px;}
.play-orb{width:74px;height:74px;border-radius:999px;background:rgba(255,210,31,.18);border:1px solid rgba(255,210,31,.38);display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:30px;font-weight:950;box-shadow:0 18px 34px rgba(0,0,0,.22);}
.player-simulated strong{font-size:26px;line-height:1.1;font-weight:950;}
.player-simulated span{font-size:17px;line-height:1.45;color:#d6e0ec;font-weight:750;}
.player-simulated small{display:inline-flex;margin-top:4px;padding:9px 13px;border-radius:999px;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.10);color:#fff;font-weight:900;}

.detail-card.main-detail{padding:34px!important;}
.detail-card.side-detail{padding:30px!important;}
.match-detail .match-title-fit{font-size:clamp(34px,3.35vw,52px)!important;line-height:1.08!important;}
.side-detail .detail-row{min-height:52px!important;}
.sidebar-matchup{font-size:19px!important;text-align:center!important;}

.match-card-click{isolation:isolate;}
.match-card-click:after{content:"";position:absolute;inset:0;z-index:1;}
.match-card-click > *{position:relative;z-index:2;}
.match-card .status.status-live{font-size:12px!important;}

@media (max-width:900px){
  .match-info-inline{grid-template-columns:1fr!important;gap:10px!important;}
  .match-info-inline > span{white-space:normal!important;}
  .player-simulated{min-height:340px!important;border-radius:22px!important;padding:22px!important;}
  .player-simulated strong{font-size:22px;}
  .player-simulated span{font-size:15px;}
  .play-orb{width:62px;height:62px;font-size:25px;}
}
@media (min-width:901px){
  .match-info-inline{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
  .match-info-inline.has-score{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
}

/* =========================================================
   MDO v4.9 - Metadatos del partido en bloques separados
   Fecha / Hora / Estado en la misma línea sin encimarse
   ========================================================= */
.match-detail .match-info-inline{
  display:flex!important;
  align-items:center!important;
  flex-wrap:nowrap!important;
  gap:14px!important;
  margin:18px 0 22px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  width:100%!important;
  max-width:100%!important;
}
.match-detail .match-info-inline .match-meta-chip{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:10px!important;
  min-height:58px!important;
  padding:0 18px!important;
  border-radius:16px!important;
  background:rgba(255,255,255,.065)!important;
  border:1px solid rgba(255,255,255,.13)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04)!important;
  color:#fff!important;
  font-weight:950!important;
  line-height:1.1!important;
  white-space:nowrap!important;
  min-width:0!important;
}
.match-detail .match-info-inline .match-meta-date{
  flex:1 1 330px!important;
  min-width:300px!important;
}
.match-detail .match-info-inline .match-meta-time{
  flex:0 0 154px!important;
  justify-content:center!important;
}
.match-detail .match-info-inline .match-meta-status{
  flex:0 0 230px!important;
  justify-content:space-between!important;
}
.match-detail .match-info-inline.has-score .match-meta-date{
  flex-basis:280px!important;
  min-width:260px!important;
}
.match-detail .match-info-inline.has-score .match-meta-time{
  flex-basis:132px!important;
}
.match-detail .match-info-inline.has-score .match-meta-status,
.match-detail .match-info-inline.has-score .match-meta-score{
  flex:0 0 185px!important;
}
.match-detail .match-info-inline .match-meta-icon{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:21px!important;
  line-height:1!important;
  flex:0 0 auto!important;
}
.match-detail .match-info-inline .match-meta-text,
.match-detail .match-info-inline .match-meta-label{
  color:#fff!important;
  font-size:16px!important;
  font-weight:950!important;
  letter-spacing:-.1px!important;
  line-height:1.1!important;
  text-align:left!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.match-detail .match-info-inline .match-meta-label{
  color:#d8e3f2!important;
  flex:0 0 auto!important;
}
.match-detail .match-info-inline .status{
  margin-left:8px!important;
  padding:7px 12px!important;
  font-size:12px!important;
  line-height:1!important;
  font-style:normal!important;
  white-space:nowrap!important;
  flex:0 0 auto!important;
}
@media (max-width:1100px){
  .match-detail .match-info-inline{
    flex-wrap:wrap!important;
  }
  .match-detail .match-info-inline .match-meta-date{
    flex:1 1 100%!important;
    min-width:0!important;
  }
  .match-detail .match-info-inline .match-meta-time{
    flex:1 1 150px!important;
  }
  .match-detail .match-info-inline .match-meta-status{
    flex:1 1 210px!important;
  }
}
@media (max-width:680px){
  .match-detail .match-info-inline{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
  .match-detail .match-info-inline .match-meta-chip{
    width:100%!important;
    min-width:0!important;
    min-height:54px!important;
    padding:0 15px!important;
  }
  .match-detail .match-info-inline .match-meta-date,
  .match-detail .match-info-inline .match-meta-time,
  .match-detail .match-info-inline .match-meta-status,
  .match-detail .match-info-inline .match-meta-score{
    flex:unset!important;
  }
  .match-detail .match-info-inline .match-meta-text,
  .match-detail .match-info-inline .match-meta-label{
    font-size:15px!important;
  }
}


/* =========================================================
   MDO v5.0 - Título individual de partido más limpio
   Ajusta tamaño, ancho y respiración sin tocar reproductor ni lógica.
   ========================================================= */
.match-detail .detail-card.main-detail{
  padding:32px 32px 34px !important;
}
.match-detail .match-title-fit{
  font-size:clamp(30px,3.05vw,46px) !important;
  line-height:1.09 !important;
  letter-spacing:-.9px !important;
  margin:16px 0 20px !important;
  max-width:96% !important;
  text-wrap:balance;
}
.match-detail .match-title-fit .team-title,
.match-detail .match-title-fit .notranslate{
  color:#fff !important;
}
.match-detail .match-title-fit .title-gold{
  color:var(--gold) !important;
  display:inline-block !important;
  padding:0 .08em !important;
}
.match-detail .match-info-inline{
  margin-top:10px !important;
  margin-bottom:20px !important;
}
.match-detail .match-info-inline .match-meta-chip{
  min-height:54px !important;
  border-radius:15px !important;
}
.match-detail .legal-notice{
  margin-top:17px !important;
  margin-bottom:16px !important;
}
.match-detail .video-frame{
  margin-top:16px !important;
}

@media (max-width:1100px){
  .match-detail .match-title-fit{
    max-width:100% !important;
    font-size:clamp(29px,4vw,42px) !important;
  }
}
@media (max-width:768px){
  .match-detail .detail-card.main-detail{
    padding:24px 20px 26px !important;
  }
  .match-detail .match-title-fit{
    font-size:30px !important;
    line-height:1.1 !important;
    letter-spacing:-.65px !important;
    margin:14px 0 18px !important;
  }
}
@media (max-width:420px){
  .match-detail .match-title-fit{
    font-size:28px !important;
    line-height:1.11 !important;
  }
  .match-detail .match-info-inline .match-meta-chip{
    min-height:52px !important;
  }
}

/* =========================================================
   MDO v5.1 - Página de partido: título más pequeño y
   reproductor de espera estilo video real
   ========================================================= */
.match-detail .detail-card.main-detail{
  padding:30px 30px 32px !important;
}
.match-detail .match-title-fit{
  font-size:clamp(26px,2.55vw,38px) !important;
  line-height:1.12 !important;
  letter-spacing:-.55px !important;
  margin:14px 0 18px !important;
  max-width:92% !important;
  text-wrap:balance;
}
.match-detail .match-title-fit .team-title,
.match-detail .match-title-fit .notranslate{
  color:#fff !important;
}
.match-detail .match-title-fit .title-gold{
  color:var(--gold) !important;
  padding:0 .10em !important;
}
.match-detail .match-info-inline{
  margin-top:8px !important;
  margin-bottom:18px !important;
}
.match-detail .match-info-inline .match-meta-chip{
  min-height:52px !important;
  border-radius:15px !important;
}

.player-wait-premium{
  aspect-ratio:16/9;
  min-height:0 !important;
  height:auto !important;
  padding:0 !important;
  border-radius:22px !important;
  background:
    radial-gradient(circle at 50% 42%, rgba(255,210,31,.13), transparent 25%),
    radial-gradient(circle at 0% 0%, rgba(53,194,255,.13), transparent 42%),
    linear-gradient(145deg,#020713 0%,#071421 54%,#040914 100%) !important;
  border:1px solid rgba(255,210,31,.26) !important;
  overflow:hidden !important;
  position:relative !important;
  box-shadow:0 24px 54px rgba(0,0,0,.34), inset 0 0 0 1px rgba(255,255,255,.035) !important;
}
.player-wait-premium:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg, rgba(255,255,255,.035), transparent 18%, transparent 76%, rgba(0,0,0,.38));
}
.player-screen-top{
  position:absolute;
  top:14px;
  left:16px;
  right:16px;
  z-index:3;
  display:flex;
  align-items:center;
  gap:10px;
  min-height:34px;
  padding:7px 11px;
  border-radius:999px;
  background:rgba(0,0,0,.42);
  border:1px solid rgba(255,255,255,.10);
  color:#fff;
  font-weight:900;
  font-size:12px;
  backdrop-filter:blur(8px);
}
.player-dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--red);
  box-shadow:0 0 0 4px rgba(255,48,69,.16), 0 0 14px rgba(255,48,69,.45);
}
.player-label{color:#fff;opacity:.95;}
.player-time{
  margin-left:auto;
  color:var(--gold);
  white-space:nowrap;
}
.player-wait-premium .player-simulated-inner{
  position:absolute;
  inset:0;
  z-index:2;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  gap:11px;
  padding:58px 24px 54px;
}
.player-wait-premium .play-orb{
  width:82px;
  height:82px;
  border-radius:999px;
  background:rgba(255,210,31,.18);
  border:1px solid rgba(255,210,31,.48);
  color:var(--gold);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:32px;
  font-weight:950;
  box-shadow:0 18px 40px rgba(0,0,0,.32), 0 0 0 12px rgba(255,210,31,.055);
}
.player-wait-premium strong{
  font-size:clamp(22px,2.2vw,32px) !important;
  line-height:1.05 !important;
  letter-spacing:-.35px !important;
  color:#fff;
}
.player-wait-premium span{
  max-width:620px;
  color:#dbe7f6 !important;
  font-size:16px !important;
  line-height:1.45 !important;
  font-weight:800 !important;
}
.player-wait-premium small{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  margin-top:4px;
  padding:10px 14px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.07) !important;
  border:1px solid rgba(255,255,255,.12) !important;
  color:#fff !important;
  font-size:13px !important;
  font-weight:950 !important;
}
.player-fake-controls{
  position:absolute;
  left:18px;
  right:18px;
  bottom:16px;
  z-index:3;
  display:grid;
  grid-template-columns:42px 1fr 72px;
  gap:12px;
  align-items:center;
  opacity:.88;
}
.player-fake-controls span{
  height:8px;
  border-radius:999px;
  background:rgba(255,255,255,.17);
}
.player-fake-controls span:nth-child(2){
  background:linear-gradient(90deg,var(--gold) 0 38%, rgba(255,255,255,.18) 38% 100%);
}

@media (max-width:1100px){
  .match-detail .match-title-fit{
    max-width:100% !important;
    font-size:clamp(27px,3.5vw,36px) !important;
  }
}
@media (max-width:768px){
  .match-detail .detail-card.main-detail{
    padding:22px 18px 24px !important;
  }
  .match-detail .match-title-fit{
    font-size:28px !important;
    line-height:1.12 !important;
    letter-spacing:-.5px !important;
    margin:13px 0 16px !important;
    max-width:100% !important;
  }
  .player-wait-premium{
    aspect-ratio:16/10;
    border-radius:20px !important;
  }
  .player-screen-top{
    top:10px;
    left:10px;
    right:10px;
    font-size:11px;
    padding:6px 9px;
  }
  .player-wait-premium .player-simulated-inner{
    padding:50px 16px 46px;
    gap:9px;
  }
  .player-wait-premium .play-orb{
    width:64px;
    height:64px;
    font-size:25px;
  }
  .player-wait-premium strong{
    font-size:21px !important;
  }
  .player-wait-premium span{
    font-size:14px !important;
  }
  .player-wait-premium small{
    font-size:11.5px !important;
    padding:8px 10px !important;
  }
  .player-fake-controls{
    left:12px;
    right:12px;
    bottom:12px;
    grid-template-columns:34px 1fr 50px;
    gap:9px;
  }
}
@media (max-width:420px){
  .match-detail .match-title-fit{
    font-size:25px !important;
    line-height:1.13 !important;
  }
  .player-wait-premium{
    aspect-ratio:16/11;
  }
}

/* =========================================================
   MDO v5.3 - Ajuste final de partido, reproductor y estados
   ========================================================= */
.match-detail .main-detail{
  padding:30px 32px!important;
}
.match-detail .match-title-fit{
  font-size:clamp(28px,2.55vw,42px)!important;
  line-height:1.10!important;
  letter-spacing:-.8px!important;
  margin:16px 0 20px!important;
  max-width:920px!important;
}
.match-detail .match-title-fit .team-title,
.match-detail .match-title-fit .notranslate{color:#fff!important;}
.match-detail .match-title-fit .title-gold{color:var(--gold)!important;}
.match-detail .match-info-inline{
  display:grid!important;
  grid-template-columns:minmax(230px,1.3fr) minmax(130px,.7fr) minmax(160px,.9fr)!important;
  gap:14px!important;
  margin:16px 0 20px!important;
  background:transparent!important;
  border:0!important;
  padding:0!important;
}
.match-detail .match-info-inline.has-score{
  grid-template-columns:minmax(220px,1.2fr) minmax(120px,.65fr) minmax(150px,.8fr) minmax(140px,.8fr)!important;
}
.match-detail .match-info-inline .match-meta-chip{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  min-height:58px!important;
  padding:12px 17px!important;
  border-radius:16px!important;
  background:rgba(255,255,255,.065)!important;
  border:1px solid rgba(255,255,255,.12)!important;
  color:#fff!important;
  white-space:nowrap!important;
  overflow:hidden!important;
}
.match-detail .match-info-inline .match-meta-date{justify-content:flex-start!important;}
.match-detail .match-info-inline .match-meta-icon{font-size:18px!important;flex:0 0 auto!important;}
.match-detail .match-info-inline .match-meta-label,
.match-detail .match-info-inline .match-meta-text{font-size:15px!important;font-weight:950!important;color:#fff!important;line-height:1.15!important;}
.match-detail .match-info-inline .match-meta-label{color:#c6d2e4!important;}
.match-detail .match-info-inline .status{margin-left:2px!important;}
.status-live,
.status.en-vivo,
.status-live.status{background:rgba(255,43,61,.20)!important;border-color:rgba(255,43,61,.38)!important;color:#fff!important;}
.status-final,
.status-final.status{background:rgba(74,222,128,.14)!important;border-color:rgba(74,222,128,.30)!important;color:#d7ffe4!important;}
.player-simulated{
  position:relative!important;
  overflow:hidden!important;
  min-height:390px!important;
  margin-top:18px!important;
  border-radius:22px!important;
  border:1px solid rgba(255,210,31,.28)!important;
  background:
    radial-gradient(circle at 50% 35%, rgba(255,210,31,.14), transparent 26%),
    linear-gradient(145deg,#06111f 0%,#07182a 48%,#040b15 100%)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.04), 0 24px 55px rgba(0,0,0,.30)!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:space-between!important;
  padding:0!important;
}
.player-simulated:before{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(255,255,255,.04),transparent 42%,rgba(0,0,0,.18));
  pointer-events:none;
}
.player-screen-top{
  position:relative;z-index:2;display:flex;align-items:center;gap:10px;
  min-height:42px;padding:0 16px;background:rgba(0,0,0,.42);border-bottom:1px solid rgba(255,255,255,.08);
  color:#dce7f7;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;
}
.player-dot{width:9px;height:9px;border-radius:999px;background:#ffd21f;box-shadow:0 0 18px rgba(255,210,31,.65);}
.player-dot.final-dot{background:#4ade80;box-shadow:0 0 18px rgba(74,222,128,.65);}
.player-label{margin-right:auto;}
.player-time{color:#fff;opacity:.85;}
.player-simulated-inner{
  position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:12px;text-align:center;padding:38px 26px;color:#fff;max-width:650px;margin:auto;
}
.play-orb{
  width:74px;height:74px;border-radius:999px;display:flex;align-items:center;justify-content:center;
  background:rgba(255,210,31,.18);border:1px solid rgba(255,210,31,.46);color:var(--gold);
  font-size:30px;font-weight:950;box-shadow:0 0 28px rgba(255,210,31,.18);
}
.final-orb{background:rgba(74,222,128,.13);border-color:rgba(74,222,128,.42);color:#d7ffe4;}
.player-simulated strong{font-size:26px!important;line-height:1.12!important;font-weight:950!important;letter-spacing:-.2px!important;}
.player-simulated span{font-size:16px!important;line-height:1.45!important;color:#dbe7f7!important;font-weight:800!important;}
.player-simulated small{
  display:inline-flex!important;align-items:center;justify-content:center;margin-top:3px;padding:9px 14px;border-radius:999px;
  background:rgba(255,255,255,.07)!important;border:1px solid rgba(255,255,255,.12)!important;color:#fff!important;font-weight:900!important;
}
.player-summary-btn{margin-top:6px!important;}
.player-fake-controls{position:relative;z-index:2;display:flex;gap:8px;align-items:center;height:38px;padding:0 16px;background:rgba(0,0,0,.36);border-top:1px solid rgba(255,255,255,.08);}
.player-fake-controls span:first-child{width:42%;height:6px;border-radius:99px;background:linear-gradient(90deg,var(--gold),rgba(255,255,255,.18));}
.player-fake-controls span:nth-child(2),.player-fake-controls span:nth-child(3){width:22px;height:22px;border-radius:50%;background:rgba(255,255,255,.14);}
.video-frame{background:#000!important;border-radius:22px!important;border:1px solid rgba(255,255,255,.13)!important;box-shadow:0 26px 58px rgba(0,0,0,.32)!important;}
.video-frame iframe{min-height:500px!important;height:500px!important;}
.match-card .score-line{color:#dbe7f7!important;font-weight:850!important;}
.match-card .score-line strong{color:#fff!important;}
.match-card .status.status-final,.match-card .status-final{color:#d7ffe4!important;}
@media (max-width:980px){
  .match-detail .match-info-inline,
  .match-detail .match-info-inline.has-score{grid-template-columns:1fr!important;gap:10px!important;}
  .match-detail .match-info-inline .match-meta-chip{justify-content:flex-start!important;white-space:normal!important;min-height:54px!important;}
}
@media (max-width:768px){
  .match-detail .main-detail{padding:22px 18px!important;}
  .match-detail .match-title-fit{font-size:29px!important;line-height:1.11!important;margin:13px 0 18px!important;letter-spacing:-.55px!important;}
  .match-detail .match-info-inline .match-meta-label,
  .match-detail .match-info-inline .match-meta-text{font-size:14px!important;}
  .player-simulated{min-height:320px!important;border-radius:20px!important;}
  .player-simulated-inner{padding:28px 18px!important;}
  .play-orb{width:62px;height:62px;font-size:25px;}
  .player-simulated strong{font-size:21px!important;}
  .player-simulated span{font-size:14px!important;}
  .video-frame iframe{min-height:350px!important;height:350px!important;}
}
@media (max-width:420px){
  .match-detail .match-title-fit{font-size:27px!important;}
  .match-detail .match-info-inline .match-meta-chip{padding:12px 13px!important;}
}


/* =========================================================
   MDO v5.4 - Partido limpio, contador y tarjetas más claras
   ========================================================= */
.match-detail .main-detail{
  padding:28px 30px!important;
}
.match-detail .match-title-fit{
  font-size:clamp(28px,2.25vw,38px)!important;
  line-height:1.12!important;
  letter-spacing:-.65px!important;
  max-width:800px!important;
  margin:14px 0 18px!important;
}
.match-detail .mdo-v54-meta,
.match-detail .match-info-inline.mdo-v54-meta{
  display:grid!important;
  grid-template-columns:minmax(235px,1.25fr) minmax(145px,.6fr) minmax(155px,.7fr)!important;
  gap:12px!important;
  align-items:stretch!important;
  margin:14px 0 18px!important;
}
.match-detail .mdo-v54-meta .match-meta-chip{
  min-width:0!important;
  min-height:52px!important;
  padding:12px 16px!important;
  border-radius:15px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.048))!important;
  border:1px solid rgba(255,255,255,.13)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05)!important;
  overflow:hidden!important;
  white-space:nowrap!important;
}
.match-detail .mdo-v54-meta .match-meta-date{
  justify-content:flex-start!important;
}
.match-detail .mdo-v54-meta .match-meta-dynamic,
.match-detail .mdo-v54-meta .match-meta-status{
  justify-content:center!important;
}
.match-detail .mdo-v54-meta .match-meta-icon{
  font-size:17px!important;
}
.match-detail .mdo-v54-meta .match-meta-label,
.match-detail .mdo-v54-meta .match-meta-text{
  font-size:14px!important;
  line-height:1.05!important;
}
.match-detail .mdo-v54-meta .match-meta-text{
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.match-detail .mdo-v54-meta .status{
  margin-left:4px!important;
  flex:0 0 auto!important;
}
.video-frame{
  margin-top:18px!important;
  overflow:hidden!important;
  background:#000!important;
}
.video-frame iframe{
  display:block!important;
  width:100%!important;
  min-height:460px!important;
  height:460px!important;
}
.player-wait-premium{
  min-height:370px!important;
  border-radius:22px!important;
  border-color:rgba(255,210,31,.30)!important;
  background:
    radial-gradient(circle at 50% 36%,rgba(255,210,31,.12),transparent 24%),
    linear-gradient(145deg,#050b14 0%,#07182b 48%,#040812 100%)!important;
}
.player-wait-top{
  min-height:44px!important;
}
.player-wait-premium .player-simulated-inner{
  gap:12px!important;
}
.countdown-card{
  margin-top:4px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:4px;
  min-width:min(360px,100%);
  padding:12px 18px;
  border-radius:18px;
  background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.13);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}
.countdown-card small{
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#aebbd0!important;
  font-size:12px!important;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.countdown-card b{
  color:var(--gold);
  font-size:28px;
  line-height:1;
  letter-spacing:.04em;
  font-weight:950;
  font-variant-numeric:tabular-nums;
}
.countdown-card.countdown-ready b{
  color:#79ffb0;
  font-size:22px;
}
.open-at-chip{
  font-size:12px!important;
}
.player-fake-controls{display:none!important;}
.player-simulated strong{
  font-size:24px!important;
}
.player-simulated span{
  font-size:15px!important;
}
.matches-grid .match-card .match-date,
.matches-grid .match-card .score-line{
  display:block;
  font-size:13px!important;
  line-height:1.35!important;
  color:#d7e2f2!important;
  margin:10px 0 8px!important;
}
.matches-grid .match-card .score-line strong{
  color:#fff!important;
}
.match-card-click{
  cursor:pointer!important;
}

@media (min-width:981px){
  .match-detail .detail-grid{
    grid-template-columns:minmax(0,770px) minmax(270px,320px)!important;
    align-items:start!important;
  }
}
@media (max-width:1100px) and (min-width:981px){
  .match-detail .match-title-fit{
    font-size:32px!important;
  }
  .match-detail .mdo-v54-meta{
    grid-template-columns:minmax(215px,1.1fr) minmax(130px,.55fr) minmax(145px,.65fr)!important;
    gap:10px!important;
  }
  .match-detail .mdo-v54-meta .match-meta-chip{
    padding:11px 12px!important;
  }
  .match-detail .mdo-v54-meta .match-meta-label,
  .match-detail .mdo-v54-meta .match-meta-text{
    font-size:13px!important;
  }
}
@media (max-width:980px){
  .match-detail .detail-grid{
    grid-template-columns:1fr!important;
  }
  .match-detail .mdo-v54-meta,
  .match-detail .match-info-inline.mdo-v54-meta{
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
  .match-detail .mdo-v54-meta .match-meta-chip{
    justify-content:flex-start!important;
    min-height:58px!important;
    white-space:normal!important;
    overflow:visible!important;
  }
  .match-detail .mdo-v54-meta .match-meta-text{
    overflow:visible!important;
    text-overflow:clip!important;
  }
  .match-detail .mdo-v54-meta .match-meta-status .status{
    margin-left:8px!important;
  }
}
@media (max-width:768px){
  .match-detail{
    padding-top:34px!important;
  }
  .match-detail .main-detail{
    padding:22px 18px!important;
    border-radius:24px!important;
  }
  .match-detail .match-title-fit{
    font-size:30px!important;
    line-height:1.10!important;
    letter-spacing:-.55px!important;
    margin:16px 0 20px!important;
  }
  .match-detail .mdo-v54-meta .match-meta-label,
  .match-detail .mdo-v54-meta .match-meta-text{
    font-size:15px!important;
  }
  .player-wait-premium{
    min-height:330px!important;
  }
  .player-screen-top{
    min-height:40px!important;
    font-size:11px!important;
  }
  .play-orb{
    width:62px!important;
    height:62px!important;
    font-size:24px!important;
  }
  .player-simulated strong{
    font-size:22px!important;
  }
  .player-simulated span{
    font-size:14px!important;
  }
  .countdown-card{
    padding:11px 14px!important;
  }
  .countdown-card b{
    font-size:24px!important;
  }
  .video-frame iframe{
    min-height:330px!important;
    height:330px!important;
  }
}
@media (max-width:420px){
  .match-detail .match-title-fit{
    font-size:28px!important;
    line-height:1.12!important;
  }
  .player-simulated strong{
    font-size:20px!important;
  }
  .countdown-card b{
    font-size:22px!important;
  }
}


/* v5.5 reproductor previo simplificado */
.player-wait-clean .player-simulated-inner{padding-top:44px;padding-bottom:44px;}
.player-wait-clean .countdown-card{margin-top:14px;}
.player-wait-clean .open-at-chip,.player-wait-clean .player-screen-top{display:none!important;}


/* =========================================================
   MDO v5.6 - Corrección marcador visible completo
   ========================================================= */
.match-detail .mdo-v54-meta,
.match-detail .match-info-inline.mdo-v54-meta{
  grid-template-columns:minmax(260px,1.35fr) minmax(205px,.82fr) minmax(175px,.7fr)!important;
  gap:12px!important;
}
.match-detail .mdo-v54-meta .match-meta-chip{
  overflow:visible!important;
}
.match-detail .mdo-v54-meta .match-meta-dynamic.match-meta-score{
  min-width:205px!important;
  justify-content:center!important;
}
.match-detail .mdo-v54-meta .match-meta-dynamic.match-meta-score .match-meta-label{
  color:#dbe7f7!important;
  white-space:nowrap!important;
  flex:0 0 auto!important;
}
.match-detail .mdo-v54-meta .match-meta-dynamic.match-meta-score .match-score-value{
  color:#ffffff!important;
  white-space:nowrap!important;
  overflow:visible!important;
  text-overflow:clip!important;
  flex:0 0 auto!important;
  min-width:max-content!important;
  font-variant-numeric:tabular-nums!important;
}
.match-detail .mdo-v54-meta .match-meta-status{
  min-width:175px!important;
}
@media (max-width:1100px) and (min-width:981px){
  .match-detail .mdo-v54-meta,
  .match-detail .match-info-inline.mdo-v54-meta{
    grid-template-columns:minmax(235px,1.2fr) minmax(195px,.85fr) minmax(165px,.7fr)!important;
  }
  .match-detail .mdo-v54-meta .match-meta-dynamic.match-meta-score{
    min-width:195px!important;
  }
}
@media (max-width:980px){
  .match-detail .mdo-v54-meta,
  .match-detail .match-info-inline.mdo-v54-meta{
    grid-template-columns:1fr!important;
  }
  .match-detail .mdo-v54-meta .match-meta-chip,
  .match-detail .mdo-v54-meta .match-meta-dynamic.match-meta-score,
  .match-detail .mdo-v54-meta .match-meta-status{
    min-width:0!important;
    width:100%!important;
    justify-content:flex-start!important;
  }
  .match-detail .mdo-v54-meta .match-meta-dynamic.match-meta-score{
    justify-content:flex-start!important;
  }
}

/* v5.7 estado simple + inning desde API */
.match-info-inline.mdo-v57-meta{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(190px,1fr))!important;
  gap:12px!important;
  align-items:stretch!important;
  margin:18px 0 20px!important;
}
.mdo-v57-meta .match-meta-chip{
  min-width:0!important;
  width:100%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  padding:15px 16px!important;
  border-radius:18px!important;
  line-height:1.18!important;
  white-space:normal!important;
  overflow:visible!important;
  text-align:center!important;
}
.mdo-v57-meta .match-meta-label{font-size:13px!important;color:var(--muted)!important;font-style:normal!important;white-space:nowrap!important;}
.mdo-v57-meta .match-meta-text,.mdo-v57-meta .status{font-size:15px!important;line-height:1.2!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;}
.mdo-v57-meta .match-meta-wide{grid-column:span 2;}
.mdo-v57-meta .match-score-value{font-size:16px!important;color:#fff!important;word-break:normal!important;overflow-wrap:anywhere!important;}
.match-card .match-date,.match-card .score-line,.match-card .inning-line,.match-card .match-state-line,.match-card .match-live-line{
  margin:8px 0 0!important;
  line-height:1.35!important;
  color:var(--soft)!important;
  overflow:visible!important;
  white-space:normal!important;
}
.match-card .match-live-line{color:#fff!important;font-weight:950!important;}
.match-card .match-state-line{font-weight:950!important;color:var(--gold)!important;}
.match-card .score-line strong,.match-card .inning-line strong{color:#fff!important;overflow-wrap:anywhere!important;}
.match-card-state-en_vivo{border-color:rgba(255,48,69,.28)!important;}
.match-card-state-finalizado{border-color:rgba(255,210,31,.24)!important;}
.public-details .detail-row strong{white-space:normal!important;overflow-wrap:anywhere!important;text-align:right;}
@media (max-width:760px){
  .match-info-inline.mdo-v57-meta{grid-template-columns:1fr!important;gap:10px!important;}
  .mdo-v57-meta .match-meta-wide{grid-column:auto!important;}
  .mdo-v57-meta .match-meta-chip{justify-content:space-between!important;text-align:left!important;padding:14px!important;}
  .mdo-v57-meta .match-meta-text,.mdo-v57-meta .status{font-size:14px!important;text-align:right!important;}
  .match-card .score-line,.match-card .inning-line{font-size:14px!important;}
}


/* v5.8 estado visual recomendado: marcador + entrada cuando está en vivo */
.match-info-inline.mdo-v57-meta{
  grid-template-columns:repeat(auto-fit,minmax(175px,1fr))!important;
}
.mdo-v57-meta .match-meta-wide{
  grid-column:span 2!important;
}
.mdo-v57-meta .match-meta-inning,
.mdo-v57-meta .match-meta-live-only{
  min-width:160px!important;
}
.mdo-v57-meta .match-score-value{
  font-size:16px!important;
  color:#fff!important;
  overflow-wrap:anywhere!important;
}
.mdo-v57-meta .status.en-vivo,
.mdo-v57-meta .status.live,
.match-date-live span{
  color:#ff4d5f!important;
  font-weight:950!important;
}
.match-card .match-date-live,
.match-card .match-date-final{
  color:#dbe7f7!important;
  font-weight:850!important;
}
.match-card .score-line-clean{
  margin-top:12px!important;
  font-size:16px!important;
  font-weight:950!important;
  color:#fff!important;
}
.match-card .score-line-clean strong{
  color:#fff!important;
}
.match-card .inning-line-small{
  margin-top:4px!important;
  font-size:12px!important;
  font-weight:950!important;
  letter-spacing:.02em!important;
  color:#9fdcff!important;
  text-transform:none!important;
}
.match-card .inning-line-small strong{
  color:#9fdcff!important;
}
.match-card-state-en_vivo .status{
  background:rgba(255,48,69,.17)!important;
  border-color:rgba(255,48,69,.35)!important;
  color:#fff!important;
}
.match-card-state-finalizado .match-date-final span{
  color:var(--gold)!important;
  font-weight:950!important;
}
@media (max-width:760px){
  .mdo-v57-meta .match-meta-wide,
  .mdo-v57-meta .match-meta-inning,
  .mdo-v57-meta .match-meta-live-only{
    grid-column:auto!important;
    min-width:0!important;
  }
  .mdo-v57-meta .match-meta-chip{
    display:flex!important;
    justify-content:space-between!important;
    gap:12px!important;
  }
  .match-card .score-line-clean{font-size:15px!important;line-height:1.3!important;}
  .match-card .inning-line-small{font-size:12px!important;}
}
@media (min-width:761px) and (max-width:1100px){
  .mdo-v57-meta .match-meta-wide{grid-column:auto!important;}
}


/* v5.9 tarjetas de partidos limpias según estado */
.match-card .match-top-simple{
  justify-content:flex-start!important;
}
.match-card .match-date-live{
  color:#dbe7f7!important;
  font-weight:850!important;
}
.match-card .score-line-clean,
.match-card .score-line-result{
  margin-top:10px!important;
  font-size:13px!important;
  line-height:1.35!important;
  color:#c9d8eb!important;
  font-weight:800!important;
}
.match-card .score-line-clean span,
.match-card .score-line-result span{
  color:#9fb0c8!important;
  font-weight:800!important;
}
.match-card .score-line-clean strong,
.match-card .score-line-result strong{
  color:#fff!important;
  font-size:13px!important;
  font-weight:950!important;
  overflow-wrap:anywhere!important;
}
.match-card .inning-line-small{
  margin-top:3px!important;
  font-size:12px!important;
  line-height:1.3!important;
  font-weight:800!important;
  color:#9fdcff!important;
}
.match-card .inning-line-small span{
  color:#9fb0c8!important;
  font-weight:800!important;
}
.match-card .inning-line-small strong{
  color:#9fdcff!important;
  font-size:12px!important;
}
.match-card-state-en_vivo{
  border-color:rgba(255,48,69,.28)!important;
  box-shadow:0 16px 38px rgba(255,48,69,.08), var(--shadow)!important;
}
.match-card-state-finalizado .match-date-final span{
  color:var(--gold)!important;
  font-weight:950!important;
}
.match-card-state-finalizado .card-link{
  margin-top:10px!important;
}
@media (max-width:760px){
  .match-card .score-line-clean,
  .match-card .score-line-result{font-size:12.5px!important;}
  .match-card .score-line-clean strong,
  .match-card .score-line-result strong{font-size:12.5px!important;}
  .match-card .inning-line-small,
  .match-card .inning-line-small strong{font-size:11.5px!important;}
}


/* =========================================================
   MDO v6.7 - SEO título de ligas + menú compacto de liga
   ========================================================= */
.league-menu-box{
  display:grid;
  grid-template-columns: minmax(180px, 260px) 1fr;
  gap:18px;
  align-items:end;
  margin-bottom:28px;
}
.league-menu-title{
  display:flex;
  flex-direction:column;
  gap:5px;
  min-width:0;
}
.league-menu-title strong{
  color:#fff;
  font-size:18px;
  letter-spacing:-.2px;
}
.league-menu-title span{
  color:var(--muted);
  font-weight:800;
  font-size:13px;
}
.league-select-form{
  width:100%;
  display:grid;
  grid-template-columns:minmax(220px,1fr) minmax(190px,.8fr) auto auto;
  gap:14px;
  align-items:end;
}
.league-select-form select{
  cursor:pointer;
}
@media (max-width: 900px){
  .league-menu-box{
    grid-template-columns:1fr;
    gap:14px;
  }
  .league-select-form{
    grid-template-columns:1fr 1fr;
  }
}
@media (max-width: 680px){
  .league-menu-box{
    margin-bottom:22px;
    padding:18px!important;
    border-radius:22px;
  }
  .league-select-form{
    grid-template-columns:1fr;
    gap:12px;
  }
  .league-select-form .btn,
  .league-select-form select,
  .league-select-form input{
    width:100%;
    min-width:0;
  }
  .league-menu-title strong{font-size:17px;}
}


/* v6.8 - Home más editorial: noticia destacada arriba y menos repetición de cartelera */
.hero-news-card{
  display:flex;
  flex-direction:column;
  gap:10px;
  overflow:hidden;
}
.hero-news-card .hero-news-thumb{
  display:block;
  margin:-10px -10px 4px;
  border-radius:20px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  background:#071120;
}
.hero-news-card .hero-news-thumb img{
  width:100%;
  height:150px;
  object-fit:cover;
}
.hero-news-kicker{
  display:inline-flex!important;
  width:max-content;
  color:var(--gold)!important;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.hero-news-card strong{
  font-size:22px;
  line-height:1.12;
  margin:0;
}
.hero-news-card strong a{color:#fff;}
.hero-news-card strong a:hover{color:var(--gold);}
.hero-news-card > span:not(.hero-news-kicker){
  color:var(--soft);
  line-height:1.45;
}
.hero-news-card.hero-news-empty{
  justify-content:center;
  min-height:190px;
}
.home-matches-priority .section-head h2{
  letter-spacing:-1px;
}
.home-matches-priority .section-head .eyebrow{
  color:var(--gold);
}
@media (max-width:980px){
  .hero-news-card .hero-news-thumb img{height:210px;}
}
@media (max-width:640px){
  .hero-buttons .btn{width:100%;}
  .hero-news-card .hero-news-thumb img{height:180px;}
  .hero-news-card strong{font-size:20px;}
}


/* =========================================================
   MDO v6.9 - Menú de ligas tipo portal, sin dropdown
   ========================================================= */
.partidos-section{padding-top:34px!important;}
.league-grid-menu-wrap{
  background:linear-gradient(145deg,rgba(13,31,52,.96),rgba(7,17,31,.98));
  border:1px solid rgba(255,255,255,.10);
  border-radius:28px;
  padding:26px;
  box-shadow:var(--shadow);
  margin-bottom:34px;
}
.league-grid-head{margin-bottom:18px;}
.league-grid-head h2{
  margin:8px 0 7px;
  font-size:clamp(26px,3vw,38px);
  line-height:1.08;
  letter-spacing:-.9px;
}
.league-grid-head p{max-width:760px;margin:0;color:var(--muted);font-weight:750;}
.league-grid-menu{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.league-tile{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-height:92px;
  padding:18px 14px;
  border-radius:18px;
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));
  border:1px solid rgba(255,255,255,.105);
  box-shadow:0 14px 30px rgba(0,0,0,.18);
  text-align:center;
  overflow:hidden;
}
.league-tile:before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:3px;
  background:linear-gradient(90deg,var(--gold),var(--cyan));
  opacity:.85;
}
.league-tile strong{
  color:#fff;
  font-size:18px;
  line-height:1.1;
  letter-spacing:-.25px;
}
.league-tile span{
  margin-top:6px;
  color:var(--soft);
  font-size:13px;
  font-weight:850;
}
.league-tile:hover,
.league-tile.active{
  transform:translateY(-2px);
  border-color:rgba(255,210,31,.35);
  background:linear-gradient(180deg,rgba(255,210,31,.16),rgba(13,31,52,.88));
}
.league-tile.active strong{color:var(--gold);}
.partidos-list-head{margin-top:4px!important;}
@media (max-width:1050px){
  .league-grid-menu{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media (max-width:760px){
  .league-grid-menu-wrap{padding:20px;border-radius:24px;}
  .league-grid-menu{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
  .league-tile{min-height:84px;padding:16px 10px;}
  .league-tile strong{font-size:15px;}
  .league-tile span{font-size:12px;}
}
@media (max-width:390px){
  .league-grid-menu{grid-template-columns:1fr;}
}


/* v7.0 - /partidos como menú principal y /partidos/{liga} solo lista esa liga */
.partidos-hero-clean .league-page-actions{margin-top:22px;display:flex;gap:12px;flex-wrap:wrap}.partidos-menu-page{padding-top:32px}.league-grid-menu-main{margin-top:0}.partidos-league-page{padding-top:34px}.partidos-list-head{align-items:center}.section-description{margin-top:8px;max-width:720px;color:var(--muted);font-weight:750}.league-back-btn{white-space:nowrap}.match-date-live span{color:#ff4d5f;font-weight:950;text-transform:uppercase;font-size:12px;letter-spacing:.03em}.league-grid-menu-main .league-tile{min-height:112px}.league-grid-menu-main .league-tile span{font-size:14px}@media (max-width:768px){.partidos-hero-clean .league-page-actions .btn,.league-back-btn{width:100%}.partidos-list-head{align-items:flex-start}.league-grid-menu-main .league-grid-head h2{font-size:28px!important}.league-grid-menu-main .league-grid-head p{font-size:14px}.league-grid-menu-main .league-tile{min-height:92px}.partidos-menu-page .league-grid-menu{grid-template-columns:repeat(2,minmax(0,1fr))!important}.partidos-league-page .matches-grid{grid-template-columns:1fr!important}}@media (max-width:420px){.partidos-menu-page .league-grid-menu{grid-template-columns:1fr!important}}


/* v7.1 - títulos limpios en páginas de ligas */
.partidos-hero-v71 h1{max-width:920px;}
.partidos-hero-v71 p{max-width:760px;}
.league-grid-head-clean{margin-bottom:20px;}
.league-grid-head-clean h2{margin:0;font-size:clamp(30px,3.7vw,46px);line-height:1.08;letter-spacing:-1px;}
.partidos-list-head-clean{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:22px;}
.partidos-list-head-clean h2{margin:0;font-size:clamp(30px,3.6vw,44px);line-height:1.08;letter-spacing:-1px;}
.partidos-league-v71{padding-top:34px;}
.partidos-menu-v71{padding-top:38px;}
@media (max-width:768px){
  .partidos-list-head-clean{display:block;}
  .partidos-list-head-clean .league-back-btn{margin-bottom:18px;width:100%;}
  .partidos-list-head-clean h2{font-size:30px;}
  .partidos-hero-v71 h1{font-size:clamp(36px,9vw,48px);}
}


/* v7.2: limpieza visual en /partidos y /partidos/{liga} */
.league-grid-menu-no-title{padding-top:0;}
.partidos-menu-page .league-grid-menu-wrap{padding-top:0;}
.partidos-league-v72{padding-top:34px;}
.partidos-league-grid-clean{margin-top:0;}
.partidos-league-v72 .matches-grid{align-items:stretch;}
@media (max-width:768px){
  .partidos-league-v72{padding-top:26px;}
  .partidos-league-grid-clean{grid-template-columns:1fr!important;}
}


/* v7.3 - Estado visible en tarjetas de /partidos/{liga} */
.match-top-status{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin-bottom:18px;
}
.match-top-status .status{
  flex:0 0 auto;
  white-space:nowrap;
}
.partidos-league-page .match-card .match-date-live span,
.partidos-league-page .match-card .status-live{
  color:#fff;
}
@media (max-width:520px){
  .match-top-status{gap:8px!important;}
  .match-top-status .league{font-size:11px;}
  .match-top-status .status{font-size:11px;padding:6px 9px;}
}


/* v7.5 - Estado visual final en tarjetas */
.match-card .score-live-compact{
  margin-top:10px!important;
  font-size:13px!important;
  font-weight:900!important;
  line-height:1.35!important;
  color:#dfe9f7!important;
  letter-spacing:.01em!important;
}
.match-card .score-live-compact strong{
  color:#dfe9f7!important;
  font-weight:950!important;
}
.match-card .match-date-live span{
  color:#ff4d5f!important;
  font-weight:950!important;
}
.match-card .match-date-final span{
  color:var(--gold)!important;
  font-weight:950!important;
}
.match-card-state-finalizado .score-line-result{
  display:none!important;
}
@media (max-width:760px){
  .match-card .score-live-compact{font-size:12px!important;}
}


/* =========================================================
   MDO v7.8 - Partido individual más limpio
   Título compacto, datos sin encimarse y barra lateral sin repetir.
   ========================================================= */
.match-detail{
  padding-top:42px!important;
}
.match-detail .detail-grid{
  grid-template-columns:minmax(0,1fr) 300px!important;
  gap:28px!important;
  align-items:start!important;
}
.match-detail .detail-card.main-detail{
  padding:30px 32px 34px!important;
  overflow:hidden!important;
}
.match-detail .match-title-fit{
  font-size:clamp(28px,2.25vw,40px)!important;
  line-height:1.12!important;
  letter-spacing:-.55px!important;
  margin:14px 0 20px!important;
  max-width:100%!important;
  text-wrap:balance!important;
}
.match-detail .match-title-fit .title-gold{
  padding:0 .12em!important;
}
.match-detail .mdo-v78-meta{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
  margin:16px 0 20px!important;
  width:100%!important;
  max-width:100%!important;
}
.match-detail .mdo-v78-meta .match-meta-chip,
.match-detail .mdo-v78-meta .match-meta-date,
.match-detail .mdo-v78-meta .match-meta-time,
.match-detail .mdo-v78-meta .match-meta-status,
.match-detail .mdo-v78-meta .match-meta-score,
.match-detail .mdo-v78-meta .match-meta-inning,
.match-detail .mdo-v78-meta .match-meta-wide,
.match-detail .mdo-v78-meta .match-meta-live-only{
  flex:unset!important;
  flex-basis:auto!important;
  min-width:0!important;
  width:100%!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  min-height:64px!important;
  padding:13px 16px!important;
  gap:4px!important;
  white-space:normal!important;
  overflow:hidden!important;
}
.match-detail .mdo-v78-meta .match-meta-wide{
  grid-column:span 2!important;
}
.match-detail .mdo-v78-meta .match-meta-label{
  display:block!important;
  font-size:12px!important;
  line-height:1!important;
  text-transform:uppercase!important;
  letter-spacing:.04em!important;
  color:#aebbd0!important;
  margin:0!important;
  flex:unset!important;
}
.match-detail .mdo-v78-meta .match-meta-text,
.match-detail .mdo-v78-meta .match-score-value{
  display:block!important;
  max-width:100%!important;
  font-size:15px!important;
  line-height:1.25!important;
  color:#fff!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  text-align:left!important;
}
.match-detail .mdo-v78-meta .status{
  margin:0!important;
  padding:7px 13px!important;
  font-style:normal!important;
  display:inline-flex!important;
  align-items:center!important;
  width:auto!important;
}
.match-detail .match-description,
.match-detail .main-detail > p{
  margin-top:8px!important;
}
.match-detail .legal-notice{
  font-size:14px!important;
  line-height:1.4!important;
  padding:14px 16px!important;
}
.match-sidebar-clean{
  padding:24px!important;
  position:sticky!important;
  top:120px!important;
}
.match-sidebar-clean .sidebar-kicker{
  display:inline-flex!important;
  color:var(--gold)!important;
  text-transform:uppercase!important;
  font-size:12px!important;
  font-weight:950!important;
  letter-spacing:.06em!important;
  margin-bottom:8px!important;
}
.match-sidebar-clean h2{
  font-size:24px!important;
  line-height:1.1!important;
  margin:0 0 14px!important;
}
.match-sidebar-clean .public-details{
  display:none!important;
}
.match-sidebar-clean .sidebar-matchup{
  margin:10px 0 16px!important;
  font-size:17px!important;
  line-height:1.22!important;
  padding:14px!important;
}
.sidebar-actions-list{
  display:grid!important;
  gap:10px!important;
  margin:14px 0 16px!important;
}
.sidebar-action{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:46px!important;
  padding:12px 14px!important;
  border-radius:999px!important;
  background:rgba(47,128,237,.16)!important;
  border:1px solid rgba(92,184,255,.24)!important;
  color:#fff!important;
  font-weight:950!important;
  text-align:center!important;
}
.sidebar-action.primary{
  background:var(--gold)!important;
  border-color:rgba(255,210,31,.35)!important;
  color:#06101f!important;
}
.match-sidebar-clean .sidebar-note{
  margin-top:8px!important;
  font-size:13px!important;
  line-height:1.45!important;
}
@media (max-width:1100px){
  .match-detail .detail-grid{
    grid-template-columns:minmax(0,1fr)!important;
  }
  .match-sidebar-clean{
    position:relative!important;
    top:auto!important;
  }
}
@media (max-width:720px){
  .match-detail{padding-top:28px!important;}
  .match-detail .detail-card.main-detail{padding:22px 18px 24px!important;}
  .match-detail .match-title-fit{font-size:28px!important;line-height:1.12!important;margin-bottom:16px!important;}
  .match-detail .mdo-v78-meta{grid-template-columns:1fr!important;gap:10px!important;}
  .match-detail .mdo-v78-meta .match-meta-wide{grid-column:auto!important;}
  .match-detail .mdo-v78-meta .match-meta-chip{min-height:58px!important;padding:12px 14px!important;}
  .match-detail .video-frame iframe,.match-detail .player-shell iframe{min-height:330px!important;height:330px!important;}
}


/* =========================================================
   MDO v7.9 - Partido individual compacto y sin repetición
   ========================================================= */
.match-detail{
  padding-top:32px!important;
}
.match-detail .detail-grid{
  grid-template-columns:minmax(0,1fr) 280px!important;
  gap:24px!important;
}
.match-detail .detail-card.main-detail{
  padding:26px 28px 28px!important;
}
.match-detail .match-title-fit{
  font-size:clamp(27px,2vw,37px)!important;
  line-height:1.11!important;
  letter-spacing:-.45px!important;
  margin:12px 0 16px!important;
}
.match-detail .mdo-v78-meta{
  gap:10px!important;
  margin:12px 0 14px!important;
}
.match-detail .mdo-v78-meta .match-meta-chip,
.match-detail .mdo-v78-meta .match-meta-date,
.match-detail .mdo-v78-meta .match-meta-time,
.match-detail .mdo-v78-meta .match-meta-status,
.match-detail .mdo-v78-meta .match-meta-score,
.match-detail .mdo-v78-meta .match-meta-inning{
  min-height:52px!important;
  padding:10px 14px!important;
  border-radius:15px!important;
}
.match-detail .mdo-v78-meta .match-meta-wide{
  min-height:62px!important;
  padding:12px 16px!important;
}
.match-detail .mdo-v78-meta .match-meta-label{
  font-size:10.5px!important;
  letter-spacing:.06em!important;
}
.match-detail .mdo-v78-meta .match-meta-text{
  font-size:14px!important;
  line-height:1.18!important;
}
.match-detail .mdo-v78-meta .match-score-value{
  font-size:18px!important;
  line-height:1.2!important;
  font-weight:950!important;
  letter-spacing:-.2px!important;
}
.match-detail .mdo-v78-meta .match-meta-status .status{
  padding:6px 12px!important;
  font-size:12px!important;
}
.match-detail .main-detail > p{
  margin:8px 0 10px!important;
  font-size:14.5px!important;
  line-height:1.45!important;
}
.match-detail .legal-notice,
.match-detail .notice-legal,
.match-detail .legal-box{
  margin:8px 0 12px!important;
  padding:10px 13px!important;
  font-size:12.5px!important;
  line-height:1.34!important;
  border-radius:14px!important;
}
.match-detail .video-frame,
.match-detail .player-shell,
.match-detail .player-simulated{
  margin-top:12px!important;
}
.match-sidebar-clean{
  padding:22px!important;
  top:112px!important;
}
.match-sidebar-clean .sidebar-kicker,
.match-sidebar-clean .sidebar-matchup,
.match-sidebar-clean .sidebar-note{
  display:none!important;
}
.match-sidebar-clean h2{
  font-size:22px!important;
  margin:0 0 14px!important;
}
.sidebar-actions-list{
  margin:0!important;
  gap:10px!important;
}
.sidebar-action{
  min-height:44px!important;
  padding:11px 13px!important;
  font-size:14px!important;
}
@media (max-width:1100px){
  .match-detail .detail-grid{
    grid-template-columns:1fr!important;
  }
  .match-sidebar-clean{
    position:relative!important;
    top:auto!important;
  }
  .match-sidebar-clean .sidebar-actions-list{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}
@media (max-width:760px){
  .match-detail{
    padding-top:24px!important;
  }
  .match-detail .detail-card.main-detail{
    padding:20px 16px 22px!important;
  }
  .match-detail .match-title-fit{
    font-size:26px!important;
    line-height:1.12!important;
  }
  .match-detail .mdo-v78-meta{
    grid-template-columns:1fr!important;
    gap:9px!important;
  }
  .match-detail .mdo-v78-meta .match-meta-wide{
    grid-column:auto!important;
  }
  .match-detail .mdo-v78-meta .match-score-value{
    font-size:16px!important;
  }
  .match-sidebar-clean .sidebar-actions-list{
    grid-template-columns:1fr!important;
  }
}


/* =========================================================
   MDO v8.0 - Partido: fecha + estado arriba, marcador/entrada juntos
   ========================================================= */
.match-detail .mdo-v80-meta{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(190px,.65fr)!important;
  gap:10px!important;
  margin:12px 0 14px!important;
}
.match-detail .mdo-v80-meta .match-meta-chip{
  min-height:54px!important;
  padding:11px 15px!important;
  border-radius:15px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  gap:4px!important;
}
.match-detail .mdo-v80-meta .match-meta-status{
  align-items:flex-start!important;
}
.match-detail .mdo-v80-meta .match-meta-wide{
  grid-column:1 / -1!important;
  min-height:58px!important;
}
.match-detail .mdo-v80-meta .match-score-value{
  font-size:19px!important;
  line-height:1.2!important;
  white-space:normal!important;
}
.match-detail .mdo-v80-meta .score-inning-inline{
  display:inline!important;
  color:#d7e2f2!important;
  font-size:.78em!important;
  font-weight:950!important;
  letter-spacing:0!important;
  text-transform:none!important;
  white-space:nowrap!important;
}
.match-detail .mdo-v80-meta .score-separator{
  color:var(--gold)!important;
  padding:0 .18em!important;
}
@media (min-width:761px){
  .match-detail .mdo-v80-meta .match-meta-date,
  .match-detail .mdo-v80-meta .match-meta-status{
    min-height:52px!important;
  }
}
@media (max-width:760px){
  .match-detail .mdo-v80-meta{
    grid-template-columns:1fr!important;
  }
  .match-detail .mdo-v80-meta .match-meta-wide{
    grid-column:auto!important;
  }
  .match-detail .mdo-v80-meta .match-score-value{
    font-size:16px!important;
  }
}


/* =========================================================
   MDO v8.1 - Partido: datos en una línea + seguimiento MLB
   ========================================================= */
.match-detail .mdo-v81-meta{
  display:grid!important;
  grid-template-columns:minmax(220px,1fr) minmax(130px,.42fr) minmax(280px,1.25fr)!important;
  align-items:stretch!important;
  gap:10px!important;
}
.match-detail .mdo-v81-meta .match-meta-chip,
.match-detail .mdo-v81-meta .match-meta-wide{
  grid-column:auto!important;
  min-height:54px!important;
  padding:11px 14px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  gap:3px!important;
  overflow:hidden!important;
}
.match-detail .mdo-v81-meta .match-meta-label{
  font-size:10px!important;
  line-height:1!important;
  letter-spacing:.06em!important;
  opacity:.82!important;
}
.match-detail .mdo-v81-meta .match-meta-text{
  font-size:14px!important;
  line-height:1.16!important;
}
.match-detail .mdo-v81-meta .match-score-value{
  font-size:16.5px!important;
  line-height:1.18!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
}
.match-detail .mdo-v81-meta .match-meta-status .status{
  font-size:12px!important;
  padding:6px 12px!important;
}
.match-detail .mdo-v81-meta .score-inning-inline{
  font-size:.88em!important;
  color:#dbe6f5!important;
  white-space:nowrap!important;
}
.game-tracker{
  margin-top:16px!important;
  padding:18px!important;
  border-radius:20px!important;
  background:linear-gradient(180deg,rgba(12,31,54,.88),rgba(7,18,33,.92))!important;
  border:1px solid rgba(92,184,255,.18)!important;
  box-shadow:0 18px 40px rgba(0,0,0,.18)!important;
}
.game-tracker-head span{
  display:inline-flex!important;
  color:var(--gold)!important;
  font-size:11px!important;
  font-weight:950!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  margin-bottom:5px!important;
}
.game-tracker-head h2{
  margin:0 0 12px!important;
  font-size:22px!important;
  line-height:1.1!important;
}
.game-tracker-list{
  display:grid!important;
  gap:9px!important;
}
.game-tracker-item{
  padding:12px 13px!important;
  border-radius:14px!important;
  background:rgba(255,255,255,.045)!important;
  border:1px solid rgba(255,255,255,.08)!important;
}
.game-tracker-item strong{
  display:block!important;
  color:#fff!important;
  font-size:13px!important;
  margin-bottom:4px!important;
}
.game-tracker-item p{
  margin:0!important;
  color:#cdd8e7!important;
  font-size:13.5px!important;
  line-height:1.38!important;
}
@media (max-width:980px){
  .match-detail .mdo-v81-meta{
    grid-template-columns:1fr 1fr!important;
  }
  .match-detail .mdo-v81-meta .match-meta-score,
  .match-detail .mdo-v81-meta .match-meta-time{
    grid-column:1 / -1!important;
  }
}
@media (max-width:640px){
  .match-detail .mdo-v81-meta{
    grid-template-columns:1fr!important;
  }
  .match-detail .mdo-v81-meta .match-meta-chip,
  .match-detail .mdo-v81-meta .match-meta-wide{
    grid-column:auto!important;
  }
  .match-detail .mdo-v81-meta .match-score-value{
    font-size:15.5px!important;
  }
  .game-tracker{padding:15px!important;}
  .game-tracker-head h2{font-size:20px!important;}
}


/* =========================================================
   MDO v8.2 - Narración en español + título limpio
   ========================================================= */
.game-tracker-head span{display:none!important;}
.game-tracker-head h2{margin:0 0 12px!important;font-size:22px!important;line-height:1.1!important;}
.game-tracker[translate="yes"] .game-tracker-item p{font-size:13.8px!important;}


/* v8.3 actualización automática del partido */
.game-tracker-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;flex-wrap:wrap;}
.tracker-refresh-note{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);padding:5px 9px;border-radius:999px;}
.mdo-v83-live-meta .match-meta-score{min-width:280px;}
@media (max-width: 760px){.game-tracker-head{align-items:flex-start}.tracker-refresh-note{font-size:10px}.mdo-v83-live-meta .match-meta-score{min-width:0}}


/* =========================================================
   MDO v8.6 - Inicio: cargar más partidos sin salir de la página
   ========================================================= */
.home-match-extra.is-hidden{display:none!important;}
.home-load-more-wrap{
  display:flex;
  justify-content:center;
  margin-top:24px;
}
.home-load-more-btn{
  min-width:230px;
  justify-content:center;
  box-shadow:0 14px 35px rgba(0,0,0,.22);
}
.home-load-more-btn span{
  margin-left:6px;
  opacity:.82;
  font-size:.9em;
}
.home-load-more-btn.is-done{display:none!important;}
@media (max-width:640px){
  .home-load-more-wrap{margin-top:18px;}
  .home-load-more-btn{width:100%;min-width:0;}
}

/* =========================================================
   MDO v8.7 - Seguimiento completo + resumen SEO
   ========================================================= */
.game-tracker.live-game-tracker,
.game-tracker.summary-game-tracker{
  margin-top:18px!important;
}
.game-tracker .tracker-refresh-note{
  display:inline-flex!important;
}
.game-tracker-item.scoring-play{
  border-color:rgba(255,210,31,.22)!important;
  background:linear-gradient(135deg,rgba(255,210,31,.075),rgba(255,255,255,.04))!important;
}
.game-tracker-item.scoring-play strong{
  color:var(--gold)!important;
}
.summary-game-tracker{
  margin-top:26px!important;
  margin-bottom:8px!important;
}
.summary-key-plays{
  display:grid;
  gap:10px;
  padding-left:0!important;
  list-style:none!important;
  margin:14px 0 22px!important;
}
.summary-key-plays li{
  padding:13px 14px!important;
  border-radius:14px!important;
  background:rgba(255,255,255,.045)!important;
  border:1px solid rgba(255,255,255,.08)!important;
  color:#dbe6f5!important;
  line-height:1.55!important;
}
.summary-key-plays li strong{
  color:var(--gold)!important;
}
.article-main .summary-game-tracker{
  padding:18px!important;
}
@media (max-width:760px){
  .summary-key-plays li{font-size:14px!important;}
  .game-tracker .tracker-refresh-note{font-size:10px!important;}
}

/* =========================================================
   MDO v8.8 - Resumen SEO con slug limpio y marcador final visual
   ========================================================= */
.summary-title-fit{
  font-size:clamp(30px,3.35vw,48px)!important;
  line-height:1.05!important;
  letter-spacing:-1.2px!important;
  margin:12px 0 14px!important;
  max-width:100%!important;
  text-wrap:balance;
}
.article-main .article-lead{
  font-size:15.5px!important;
  line-height:1.55!important;
  color:#d7e3f5!important;
  max-width:850px!important;
}
.article-main .article-meta{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px 16px!important;
  align-items:center!important;
  margin:12px 0 18px!important;
}
.article-main .article-meta span{
  display:inline-flex!important;
  align-items:center!important;
  border:1px solid rgba(255,255,255,.08)!important;
  background:rgba(255,255,255,.045)!important;
  border-radius:999px!important;
  padding:7px 11px!important;
  color:#cbd8ea!important;
  font-size:12.5px!important;
  font-weight:900!important;
}
.summary-result-hero{
  position:relative;
  margin:18px 0 24px!important;
  padding:28px!important;
  border-radius:24px!important;
  overflow:hidden!important;
  border:1px solid rgba(255,210,31,.28)!important;
  background:
    radial-gradient(circle at 50% 5%,rgba(255,210,31,.22),transparent 32%),
    linear-gradient(135deg,rgba(11,26,45,.98),rgba(5,11,22,.98))!important;
  box-shadow:0 24px 70px rgba(0,0,0,.36)!important;
}
.summary-result-hero:before{
  content:"";
  position:absolute;
  inset:auto 24px 0 24px;
  height:4px;
  border-radius:999px 999px 0 0;
  background:linear-gradient(90deg,var(--gold),#35c2ff,#ff3045);
  opacity:.9;
}
.summary-result-label{
  display:inline-flex!important;
  align-items:center!important;
  width:max-content!important;
  text-transform:uppercase!important;
  letter-spacing:.09em!important;
  font-size:12px!important;
  font-weight:1000!important;
  color:#06101f!important;
  background:var(--gold)!important;
  border-radius:999px!important;
  padding:7px 12px!important;
  margin-bottom:18px!important;
}
.summary-result-teams{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;
  gap:18px!important;
  align-items:center!important;
}
.summary-result-team{
  min-width:0!important;
  border:1px solid rgba(255,255,255,.10)!important;
  border-radius:20px!important;
  background:rgba(255,255,255,.055)!important;
  padding:20px 18px!important;
  text-align:center!important;
}
.summary-result-team.winner{
  border-color:rgba(255,210,31,.42)!important;
  background:linear-gradient(145deg,rgba(255,210,31,.15),rgba(255,255,255,.055))!important;
}
.summary-result-team span{
  display:block!important;
  color:#eaf2ff!important;
  font-size:clamp(20px,2.5vw,32px)!important;
  font-weight:1000!important;
  line-height:1.05!important;
  overflow-wrap:anywhere!important;
}
.summary-result-team strong{
  display:block!important;
  margin-top:12px!important;
  font-size:clamp(54px,7vw,92px)!important;
  line-height:.9!important;
  color:var(--gold)!important;
  text-shadow:0 10px 35px rgba(255,210,31,.18)!important;
}
.summary-result-vs{
  color:var(--gold)!important;
  font-weight:1000!important;
  font-size:24px!important;
  text-transform:uppercase!important;
}
.summary-result-hero p{
  margin:18px 0 0!important;
  color:#dbe6f5!important;
  font-weight:900!important;
  text-align:center!important;
}
@media (max-width:760px){
  .summary-title-fit{font-size:32px!important;line-height:1.08!important;}
  .summary-result-hero{padding:20px!important;border-radius:20px!important;}
  .summary-result-teams{grid-template-columns:1fr!important;gap:12px!important;}
  .summary-result-vs{font-size:18px!important;text-align:center!important;}
  .summary-result-team strong{font-size:64px!important;}
}

/* v9.0 - Resúmenes SEO editoriales */
.summary-article-page .article-main{
  overflow:hidden;
}
.summary-title-fit{
  max-width:880px!important;
  font-size:clamp(34px,3.4vw,56px)!important;
  line-height:1.02!important;
  letter-spacing:-1.4px!important;
  text-wrap:balance;
}
.summary-lead{
  max-width:880px;
  color:rgba(231,238,252,.88)!important;
  font-size:17px!important;
  line-height:1.65!important;
}
.summary-meta-line{
  display:flex;
  flex-wrap:wrap;
  gap:10px 18px;
  align-items:center;
  margin:14px 0 18px!important;
}
.summary-meta-line span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.10);
  font-size:13px;
  font-weight:850;
  color:rgba(231,238,252,.82);
}
.summary-result-hero-v90{
  margin:20px 0 26px!important;
  padding:28px!important;
  background:
    radial-gradient(circle at 18% 20%, rgba(255,215,32,.18), transparent 28%),
    radial-gradient(circle at 82% 15%, rgba(30,173,255,.15), transparent 26%),
    linear-gradient(135deg, rgba(7,17,33,.96), rgba(11,32,54,.92))!important;
}
.summary-result-hero-v90 .summary-result-label{
  color:var(--gold)!important;
  letter-spacing:.14em!important;
}
.summary-result-hero-v90 .summary-result-teams{
  margin-top:18px!important;
}
.summary-result-hero-v90 .summary-result-team{
  min-height:128px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border-color:rgba(255,255,255,.14)!important;
  box-shadow:0 16px 38px rgba(0,0,0,.22);
}
.summary-result-hero-v90 .summary-result-team.winner{
  border-color:rgba(255,215,32,.42)!important;
  background:linear-gradient(180deg, rgba(255,215,32,.16), rgba(255,255,255,.055))!important;
}
.summary-result-hero-v90 .summary-result-team strong{
  font-size:clamp(54px,7vw,92px)!important;
  line-height:.88!important;
}
.summary-result-hero-v90 p{
  max-width:720px;
  margin:18px auto 0!important;
  color:rgba(231,238,252,.82)!important;
  font-size:16px!important;
}
.summary-seo-content{
  font-size:17px!important;
  line-height:1.78!important;
}
.summary-editorial-block{
  margin:20px 0;
}
.summary-editorial-block h2{
  margin:0 0 10px!important;
  font-size:26px!important;
  line-height:1.14!important;
  color:#fff!important;
}
.summary-editorial-block p{
  margin:0 0 12px!important;
}
.summary-fact-box{
  padding:18px 18px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.10);
}
.summary-decisions{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  list-style:none!important;
  padding:0!important;
  margin:12px 0 0!important;
}
.summary-decisions li{
  padding:14px;
  border-radius:16px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.10);
}
.summary-decisions span,
.summary-side-notes span{
  display:block;
  color:rgba(203,213,225,.68);
  font-size:11px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:4px;
}
.summary-decisions strong,
.summary-side-notes strong{
  color:#fff;
  font-weight:950;
}
.summary-redaction{
  margin-top:22px!important;
  padding-top:16px;
  border-top:1px solid rgba(255,255,255,.10);
  color:rgba(203,213,225,.78)!important;
}
.summary-side-detail{
  position:sticky;
  top:110px;
}
.summary-side-notes{
  display:grid;
  gap:10px;
  margin:16px 0;
}
.summary-side-notes p{
  margin:0;
  padding:12px;
  border-radius:14px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.09);
}
.summary-game-tracker .game-tracker-head h2{
  font-size:24px!important;
}
@media (max-width: 900px){
  .summary-title-fit{font-size:34px!important;line-height:1.06!important;letter-spacing:-1px!important;}
  .summary-decisions{grid-template-columns:1fr!important;}
  .summary-result-hero-v90{padding:20px!important;}
  .summary-side-detail{position:static!important;}
  .summary-meta-line span{width:100%;justify-content:center;}
}


/* =========================================================
   v10.7.2 — HERO BALANCEADO CON IMAGEN MEJORADA
   Basado en la versión que visualmente se veía mejor:
   hero compacto + tarjeta de última noticia controlada.
   ========================================================= */

/* Seguridad anti-desborde */
html,
body {
  overflow-x: hidden !important;
}

/* Hero compacto y equilibrado */
body .portal-hero {
  padding-top: 34px !important;
  padding-bottom: 38px !important;
  min-height: auto !important;
  overflow: hidden !important;
}

body .portal-hero .container {
  width: min(100% - 48px, 1320px) !important;
  max-width: 1320px !important;
  margin-inline: auto !important;
}

/* Mantener la tarjeta, pero sin que se salga */
body .portal-hero-head {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 300px !important;
  gap: clamp(34px, 5vw, 76px) !important;
  align-items: center !important;
}

body .portal-hero-head > * {
  min-width: 0 !important;
}

/* Título fuerte, como la versión que gustó */
body .portal-hero .eyebrow {
  margin-bottom: 8px !important;
}

body .portal-hero h1 {
  max-width: 860px !important;
  margin: 8px 0 12px !important;
  font-size: clamp(42px, 4.7vw, 66px) !important;
  line-height: 1.02 !important;
  letter-spacing: -1.8px !important;
}

body .portal-hero-head p {
  max-width: 880px !important;
  margin: 0 !important;
  font-size: 15.5px !important;
  line-height: 1.5 !important;
}

body .portal-hero .hero-buttons {
  margin-top: 20px !important;
}

/* Tarjeta hero: tamaño medio, imagen más grande que antes */
body .portal-hero .hero-quick-card.hero-news-card,
body .portal-hero .hero-news-card,
body .portal-hero .hero-quick-card {
  display: block !important;
  width: 100% !important;
  max-width: 300px !important;
  min-width: 0 !important;
  padding: 14px !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  justify-self: end !important;
}

/* La mejora principal: imagen más visible sin agrandar demasiado la tarjeta */
body .portal-hero .hero-news-card .hero-news-thumb {
  display: block !important;
  margin: 0 0 10px 0 !important;
  border-radius: 15px !important;
  overflow: hidden !important;
}

body .portal-hero .hero-news-card .hero-news-thumb img {
  width: 100% !important;
  height: 128px !important;
  max-height: 128px !important;
  object-fit: cover !important;
  object-position: center !important;
}

/* Texto de la tarjeta controlado */
body .portal-hero .hero-news-kicker {
  display: inline-flex !important;
  margin: 0 0 7px 0 !important;
  font-size: 10px !important;
  line-height: 1 !important;
  letter-spacing: .7px !important;
}

body .portal-hero .hero-news-card strong,
body .portal-hero .hero-news-card strong a {
  display: -webkit-box !important;
  -webkit-line-clamp: 4 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  font-size: 17.5px !important;
  line-height: 1.06 !important;
  letter-spacing: -.35px !important;
  margin: 0 0 7px 0 !important;
}

body .portal-hero .hero-news-card > span:not(.hero-news-kicker) {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  font-size: 11.8px !important;
  line-height: 1.32 !important;
  margin: 0 0 8px 0 !important;
  color: rgba(255,255,255,.82) !important;
}

body .portal-hero .hero-news-card > a:last-child {
  display: inline-flex !important;
  margin-top: 2px !important;
  font-size: 12px !important;
  font-weight: 950 !important;
}

/* Noticias: mantener la presencia, pero sin bajar demasiado partidos */
body .home-news-priority {
  padding-top: clamp(38px, 4vw, 52px) !important;
  padding-bottom: clamp(34px, 4vw, 48px) !important;
}

body .home-news-priority .container,
body .home-matches-priority .container,
body .home-results-priority .container {
  width: min(100% - 48px, 1320px) !important;
  max-width: 1320px !important;
}

body .home-news-priority .lead-image-wrap,
body .home-news-priority .lead-news-card img {
  max-height: 340px !important;
  object-fit: cover !important;
}

body .home-news-priority .lead-content h2 {
  font-size: clamp(30px, 3vw, 44px) !important;
  line-height: 1.01 !important;
  letter-spacing: -1px !important;
}

/* SEO block discreto */
body .home-seo-links-v1072 {
  padding-top: 0 !important;
  padding-bottom: clamp(42px, 5vw, 70px) !important;
}

body .home-seo-card {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  background: rgba(9, 27, 49, .68);
  padding: clamp(22px, 3vw, 34px);
}

body .home-seo-card h2 {
  margin: 8px 0 10px;
  font-size: clamp(24px, 2.7vw, 36px);
  line-height: 1.08;
}

body .home-seo-card p {
  max-width: 940px;
  margin: 0;
  color: rgba(255,255,255,.78);
  line-height: 1.62;
}

body .home-seo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

body .home-seo-actions a {
  display: inline-flex;
  min-height: 38px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(255,255,255,.06);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
}

/* Pantallas medianas */
@media (max-width: 1120px) {
  body .portal-hero-head {
    grid-template-columns: minmax(0, 1fr) 280px !important;
    gap: 28px !important;
  }

  body .portal-hero .hero-quick-card.hero-news-card,
  body .portal-hero .hero-news-card,
  body .portal-hero .hero-quick-card {
    max-width: 280px !important;
  }

  body .portal-hero .hero-news-card .hero-news-thumb img {
    height: 118px !important;
    max-height: 118px !important;
  }

  body .portal-hero .hero-news-card strong,
  body .portal-hero .hero-news-card strong a {
    font-size: 16.5px !important;
  }
}

/* Móvil: tarjeta debajo y bien proporcionada */
@media (max-width: 900px) {
  body .portal-hero .container,
  body .home-news-priority .container,
  body .home-matches-priority .container,
  body .home-results-priority .container {
    width: min(100% - 28px, 760px) !important;
  }

  body .portal-hero {
    padding-top: 30px !important;
    padding-bottom: 34px !important;
  }

  body .portal-hero-head {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  body .portal-hero h1 {
    font-size: clamp(34px, 9vw, 46px) !important;
  }

  body .portal-hero .hero-quick-card.hero-news-card,
  body .portal-hero .hero-news-card,
  body .portal-hero .hero-quick-card {
    width: 100% !important;
    max-width: 100% !important;
    justify-self: stretch !important;
  }

  body .portal-hero .hero-news-card .hero-news-thumb img {
    height: 185px !important;
    max-height: 185px !important;
  }

  body .home-news-priority .lead-image-wrap,
  body .home-news-priority .lead-news-card img {
    max-height: 280px !important;
  }
}

@media (max-width: 520px) {
  body .portal-hero .container,
  body .home-news-priority .container,
  body .home-matches-priority .container,
  body .home-results-priority .container {
    width: min(100% - 22px, 480px) !important;
  }

  body .portal-hero .hero-news-card .hero-news-thumb img {
    height: 160px !important;
    max-height: 160px !important;
  }
}


/* =========================================================
   v10.7.3 — ALINEAR SECCIONES PORTADA
   Objetivo: que Partidos, Resultados, Noticias y SEO usen
   el mismo ancho visual y arranquen en la misma línea.
   ========================================================= */

:root {
  --mdo-home-width: 1320px;
  --mdo-home-gutter: 48px;
}

/* Unificar ancho real de todas las secciones principales */
body .portal-hero .container,
body .home-news-priority .container,
body .home-matches-priority .container,
body .home-results-priority .container,
body .home-seo-links-v1072 .container,
body .home-seo-links-v1073 .container,
body footer .container,
body .site-footer .container {
  width: min(100% - var(--mdo-home-gutter), var(--mdo-home-width)) !important;
  max-width: var(--mdo-home-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Alinear encabezados de secciones */
body .home-news-priority .section-head,
body .home-matches-priority .section-head,
body .home-results-priority .section-head {
  width: min(100% - var(--mdo-home-gutter), var(--mdo-home-width)) !important;
  max-width: var(--mdo-home-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Asegurar que las grillas internas también tengan el mismo ancho */
body .home-matches-priority .matches-grid,
body .home-results-priority .matches-grid,
body .home-results-priority .results-grid,
body .home-results-priority .summary-grid,
body .home-results-priority .resumenes-grid {
  width: min(100% - var(--mdo-home-gutter), var(--mdo-home-width)) !important;
  max-width: var(--mdo-home-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Resultados del día debe verse del mismo tamaño que Partidos de hoy */
body .home-results-priority .matches-grid,
body .home-results-priority .results-grid,
body .home-results-priority .summary-grid,
body .home-results-priority .resumenes-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
}

body .home-matches-priority .matches-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
}

/* Tarjetas de resultados con presencia similar a partidos */
body .home-results-priority .match-card,
body .home-results-priority .summary-card,
body .home-results-priority .result-card,
body .home-results-priority article,
body .home-results-priority a.match-card {
  min-height: 150px !important;
}

/* Separación visual pareja entre Partidos y Resultados */
body .home-matches-priority {
  padding-bottom: 42px !important;
}

body .home-results-priority {
  padding-top: 42px !important;
  padding-bottom: 46px !important;
}

/* Botones/links superiores alineados a la derecha del mismo ancho */
body .home-matches-priority .section-head > a,
body .home-results-priority .section-head > a {
  justify-self: end !important;
  text-align: right !important;
}

/* Bloque SEO inferior alineado con tarjetas */
body .home-seo-links-v1072,
body .home-seo-links-v1073 {
  padding-top: 0 !important;
}

body .home-seo-card {
  width: 100% !important;
  box-sizing: border-box !important;
}

/* En pantallas muy grandes, evitar que se vea encogido */
@media (min-width: 1440px) {
  :root {
    --mdo-home-width: 1360px;
  }
}

/* Responsive */
@media (max-width: 980px) {
  :root {
    --mdo-home-gutter: 28px;
  }

  body .home-matches-priority .matches-grid,
  body .home-results-priority .matches-grid,
  body .home-results-priority .results-grid,
  body .home-results-priority .summary-grid,
  body .home-results-priority .resumenes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  :root {
    --mdo-home-gutter: 22px;
  }

  body .home-matches-priority .matches-grid,
  body .home-results-priority .matches-grid,
  body .home-results-priority .results-grid,
  body .home-results-priority .summary-grid,
  body .home-results-priority .resumenes-grid {
    grid-template-columns: 1fr !important;
  }

  body .home-results-priority .match-card,
  body .home-results-priority .summary-card,
  body .home-results-priority .result-card,
  body .home-results-priority article,
  body .home-results-priority a.match-card {
    min-height: auto !important;
  }
}


/* =========================================================
   v10.7.4 — PORTADA FINAL PULIDA
   Ajuste final: mismas líneas, mismos anchos y menos vueltas.
   ========================================================= */

:root {
  --mdo-final-width: 1180px;
  --mdo-final-gutter: 52px;
  --mdo-card-gap: 22px;
}

/* 1) Un solo ancho oficial para portada */
body .portal-hero .container,
body .home-news-priority .container,
body .home-matches-priority .container,
body .home-results-priority .container,
body .home-summaries-priority .container,
body .home-summary-priority .container,
body .home-resumenes-priority .container,
body .home-seo-links .container,
body .home-seo-links-v1072 .container,
body .home-seo-links-v1073 .container,
body .home-seo-links-v1074 .container {
  width: min(100% - var(--mdo-final-gutter), var(--mdo-final-width)) !important;
  max-width: var(--mdo-final-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* 2) Encabezados de secciones alineados */
body .section-head,
body .home-news-priority .section-head,
body .home-matches-priority .section-head,
body .home-results-priority .section-head,
body .home-summaries-priority .section-head,
body .home-summary-priority .section-head,
body .home-resumenes-priority .section-head {
  width: min(100% - var(--mdo-final-gutter), var(--mdo-final-width)) !important;
  max-width: var(--mdo-final-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

/* 3) Grids principales con el mismo ancho y la misma cantidad de columnas */
body .home-matches-priority .matches-grid,
body .home-results-priority .matches-grid,
body .home-results-priority .results-grid,
body .home-results-priority .summary-grid,
body .home-results-priority .resumenes-grid,
body .home-summaries-priority .matches-grid,
body .home-summaries-priority .results-grid,
body .home-summaries-priority .summary-grid,
body .home-summaries-priority .resumenes-grid,
body .home-summary-priority .matches-grid,
body .home-summary-priority .results-grid,
body .home-summary-priority .summary-grid,
body .home-summary-priority .resumenes-grid,
body .home-resumenes-priority .matches-grid,
body .home-resumenes-priority .results-grid,
body .home-resumenes-priority .summary-grid,
body .home-resumenes-priority .resumenes-grid {
  width: min(100% - var(--mdo-final-gutter), var(--mdo-final-width)) !important;
  max-width: var(--mdo-final-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: var(--mdo-card-gap) !important;
  box-sizing: border-box !important;
}

/* 4) Tarjetas de partidos y resultados: misma presencia visual */
body .home-matches-priority .match-card,
body .home-results-priority .match-card,
body .home-results-priority .summary-card,
body .home-results-priority .result-card,
body .home-results-priority article,
body .home-results-priority a,
body .home-summaries-priority .match-card,
body .home-summaries-priority .summary-card,
body .home-summaries-priority .result-card,
body .home-summaries-priority article,
body .home-summary-priority .match-card,
body .home-summary-priority .summary-card,
body .home-summary-priority .result-card,
body .home-summary-priority article,
body .home-resumenes-priority .match-card,
body .home-resumenes-priority .summary-card,
body .home-resumenes-priority .result-card,
body .home-resumenes-priority article {
  min-height: 142px !important;
  box-sizing: border-box !important;
}

/* 5) Ajustar espacios verticales: suficiente aire sin verse separado */
body .home-news-priority {
  padding-top: 38px !important;
  padding-bottom: 34px !important;
}

body .home-matches-priority {
  padding-top: 34px !important;
  padding-bottom: 38px !important;
}

body .home-results-priority,
body .home-summaries-priority,
body .home-summary-priority,
body .home-resumenes-priority {
  padding-top: 38px !important;
  padding-bottom: 38px !important;
}

/* 6) Noticias: mantener el bloque como está, sin exagerar altura */
body .home-news-priority .portal-grid {
  width: min(100% - var(--mdo-final-gutter), var(--mdo-final-width)) !important;
  max-width: var(--mdo-final-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  gap: var(--mdo-card-gap) !important;
}

body .home-news-priority .lead-news-card {
  min-height: 0 !important;
}

body .home-news-priority .lead-image-wrap,
body .home-news-priority .lead-news-card img {
  max-height: 320px !important;
  object-fit: cover !important;
}

body .home-news-priority .lead-content h2 {
  font-size: clamp(28px, 3vw, 42px) !important;
  line-height: 1.01 !important;
}

/* 7) Bloque SEO inferior más discreto y alineado */
body .home-seo-links,
body .home-seo-links-v1072,
body .home-seo-links-v1073,
body .home-seo-links-v1074 {
  padding-top: 0 !important;
  padding-bottom: 42px !important;
}

body .home-seo-card {
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 22px 26px !important;
  border-radius: 18px !important;
}

body .home-seo-card h2 {
  font-size: clamp(22px, 2.4vw, 31px) !important;
  line-height: 1.1 !important;
}

/* 8) Links superiores alineados */
body .section-head > a {
  align-self: end !important;
  font-weight: 950 !important;
  text-align: right !important;
}

/* Responsive */
@media (min-width: 1500px) {
  :root {
    --mdo-final-width: 1220px;
  }
}

@media (max-width: 980px) {
  :root {
    --mdo-final-gutter: 28px;
  }

  body .home-matches-priority .matches-grid,
  body .home-results-priority .matches-grid,
  body .home-results-priority .results-grid,
  body .home-results-priority .summary-grid,
  body .home-results-priority .resumenes-grid,
  body .home-summaries-priority .matches-grid,
  body .home-summaries-priority .results-grid,
  body .home-summaries-priority .summary-grid,
  body .home-summaries-priority .resumenes-grid,
  body .home-summary-priority .matches-grid,
  body .home-summary-priority .results-grid,
  body .home-summary-priority .summary-grid,
  body .home-summary-priority .resumenes-grid,
  body .home-resumenes-priority .matches-grid,
  body .home-resumenes-priority .results-grid,
  body .home-resumenes-priority .summary-grid,
  body .home-resumenes-priority .resumenes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  :root {
    --mdo-final-gutter: 22px;
    --mdo-card-gap: 16px;
  }

  body .home-matches-priority .matches-grid,
  body .home-results-priority .matches-grid,
  body .home-results-priority .results-grid,
  body .home-results-priority .summary-grid,
  body .home-results-priority .resumenes-grid,
  body .home-summaries-priority .matches-grid,
  body .home-summaries-priority .results-grid,
  body .home-summaries-priority .summary-grid,
  body .home-summaries-priority .resumenes-grid,
  body .home-summary-priority .matches-grid,
  body .home-summary-priority .results-grid,
  body .home-summary-priority .summary-grid,
  body .home-summary-priority .resumenes-grid,
  body .home-resumenes-priority .matches-grid,
  body .home-resumenes-priority .results-grid,
  body .home-resumenes-priority .summary-grid,
  body .home-resumenes-priority .resumenes-grid {
    grid-template-columns: 1fr !important;
  }

  body .home-matches-priority .match-card,
  body .home-results-priority .match-card,
  body .home-results-priority .summary-card,
  body .home-results-priority .result-card,
  body .home-results-priority article {
    min-height: auto !important;
  }

  body .section-head {
    display: block !important;
  }

  body .section-head > a {
    display: inline-flex !important;
    margin-top: 12px !important;
  }
}


/* =========================================================
   v10.7.5 — ALINEAR HEADER, MENÚ Y BLOQUES DE PORTADA
   Un solo contenedor visual para header + secciones.
   ========================================================= */

:root {
  --mdo-site-width: 1180px;
  --mdo-site-gutter: 52px;
  --mdo-site-gap: 22px;
}

/* Seguridad */
html,
body {
  overflow-x: hidden !important;
}

/* 1) Contenedor global: header, ticker, hero, secciones, footer */
body .top-strip .container,
body .site-header .container,
body .header-main .container,
body .main-header .container,
body header .container,
body .live-strip .container,
body .breaking-strip .container,
body .ticker-strip .container,
body .portal-hero .container,
body .home-news-priority .container,
body .home-news-priority .section-head,
body .home-news-priority .portal-grid,
body .home-matches-priority .container,
body .home-matches-priority .section-head,
body .home-matches-priority .matches-grid,
body .home-results-priority .container,
body .home-results-priority .section-head,
body .home-results-priority .matches-grid,
body .home-results-priority .results-grid,
body .home-results-priority .summary-grid,
body .home-results-priority .resumenes-grid,
body .home-seo-links .container,
body .home-seo-links-v1072 .container,
body .home-seo-links-v1073 .container,
body .home-seo-links-v1074 .container,
body .site-footer .container,
body footer .container {
  width: min(100% - var(--mdo-site-gutter), var(--mdo-site-width)) !important;
  max-width: var(--mdo-site-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

/* 2) Header/menu: que el logo y el menú caigan en la misma línea que los bloques */
body .site-header,
body .main-header,
body header {
  width: 100% !important;
}

body .site-header .container,
body .header-main .container,
body .main-header .container,
body header .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* 3) Hero: mantener diseño actual, pero bajo el mismo ancho del header */
body .portal-hero-head {
  width: 100% !important;
  max-width: 100% !important;
}

body .portal-hero h1 {
  max-width: 760px !important;
}

/* 4) Noticias: alinear cabecera y grid */
body .home-news-priority .section-head,
body .home-matches-priority .section-head,
body .home-results-priority .section-head {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 18px !important;
  align-items: end !important;
}

body .home-news-priority .section-head > a,
body .home-matches-priority .section-head > a,
body .home-results-priority .section-head > a {
  justify-self: end !important;
  text-align: right !important;
  font-weight: 950 !important;
}

/* 5) Partidos y Resultados exactamente con la misma grilla */
body .home-matches-priority .matches-grid,
body .home-results-priority .matches-grid,
body .home-results-priority .results-grid,
body .home-results-priority .summary-grid,
body .home-results-priority .resumenes-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: var(--mdo-site-gap) !important;
}

/* 6) Tarjetas: resultados con presencia similar a partidos */
body .home-matches-priority .match-card,
body .home-results-priority .match-card,
body .home-results-priority .summary-card,
body .home-results-priority .result-card,
body .home-results-priority article,
body .home-results-priority a.match-card {
  min-height: 140px !important;
  box-sizing: border-box !important;
}

/* 7) Espaciado vertical final más limpio */
body .home-news-priority {
  padding-top: 38px !important;
  padding-bottom: 34px !important;
}

body .home-matches-priority {
  padding-top: 34px !important;
  padding-bottom: 38px !important;
}

body .home-results-priority {
  padding-top: 38px !important;
  padding-bottom: 38px !important;
}

/* 8) Bloque SEO inferior alineado al mismo ancho */
body .home-seo-card {
  width: 100% !important;
  box-sizing: border-box !important;
}

/* 9) Footer más alineado con el resto */
body .site-footer .container,
body footer .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Escritorio grande: un poco más de presencia, sin abrir demasiado */
@media (min-width: 1500px) {
  :root {
    --mdo-site-width: 1220px;
  }
}

/* Tablet */
@media (max-width: 980px) {
  :root {
    --mdo-site-gutter: 28px;
    --mdo-site-gap: 18px;
  }

  body .home-matches-priority .matches-grid,
  body .home-results-priority .matches-grid,
  body .home-results-priority .results-grid,
  body .home-results-priority .summary-grid,
  body .home-results-priority .resumenes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Móvil */
@media (max-width: 640px) {
  :root {
    --mdo-site-gutter: 22px;
    --mdo-site-gap: 16px;
  }

  body .home-news-priority .section-head,
  body .home-matches-priority .section-head,
  body .home-results-priority .section-head {
    display: block !important;
  }

  body .home-news-priority .section-head > a,
  body .home-matches-priority .section-head > a,
  body .home-results-priority .section-head > a {
    display: inline-flex !important;
    margin-top: 12px !important;
  }

  body .home-matches-priority .matches-grid,
  body .home-results-priority .matches-grid,
  body .home-results-priority .results-grid,
  body .home-results-priority .summary-grid,
  body .home-results-priority .resumenes-grid {
    grid-template-columns: 1fr !important;
  }

  body .home-matches-priority .match-card,
  body .home-results-priority .match-card,
  body .home-results-priority .summary-card,
  body .home-results-priority .result-card,
  body .home-results-priority article {
    min-height: auto !important;
  }
}


/* =========================================================
   v10.7.6 — FIX REAL RESULTADOS DEL DÍA
   Clases reales en index.php:
   section.home-summary-preview
   .cards-grid / .home-summary-grid
   ========================================================= */

:root {
  --mdo-home-align-width: 1180px;
  --mdo-home-align-gutter: 52px;
  --mdo-home-align-gap: 22px;
}

/* Resultados del día debe usar exactamente la misma línea que Partidos */
body .home-matches-priority > .container,
body .home-matches-priority .section-head,
body .home-matches-priority .matches-grid,
body .home-summary-preview > .container,
body .home-summary-preview .section-head,
body .home-summary-preview .cards-grid,
body .home-summary-preview .home-summary-grid,
body .home-seo-links > .container,
body .home-seo-links-v1072 > .container,
body .home-seo-links-v1073 > .container,
body .home-seo-links-v1074 > .container {
  width: min(100% - var(--mdo-home-align-gutter), var(--mdo-home-align-width)) !important;
  max-width: var(--mdo-home-align-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

/* Encabezados iguales: texto izquierda, link derecha */
body .home-matches-priority .section-head,
body .home-summary-preview .section-head {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: end !important;
  gap: 18px !important;
}

body .home-matches-priority .section-head > a,
body .home-summary-preview .section-head > a {
  justify-self: end !important;
  text-align: right !important;
  font-weight: 950 !important;
}

/* Grilla de Resultados exactamente igual a Partidos */
body .home-matches-priority .matches-grid,
body .home-summary-preview .cards-grid,
body .home-summary-preview .home-summary-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: var(--mdo-home-align-gap) !important;
}

/* Tarjetas de resultados con proporción similar */
body .home-summary-preview .simple-card,
body .home-summary-preview .summary-mini-card {
  width: 100% !important;
  min-height: 140px !important;
  box-sizing: border-box !important;
}

/* Espaciado de resultados más parecido al bloque de partidos */
body .home-summary-preview {
  padding-top: 38px !important;
  padding-bottom: 38px !important;
}

/* Bloque SEO inferior alineado con Resultados */
body .home-seo-card {
  width: 100% !important;
  box-sizing: border-box !important;
}

/* Responsive */
@media (max-width: 980px) {
  :root {
    --mdo-home-align-gutter: 28px;
    --mdo-home-align-gap: 18px;
  }

  body .home-matches-priority .matches-grid,
  body .home-summary-preview .cards-grid,
  body .home-summary-preview .home-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  :root {
    --mdo-home-align-gutter: 22px;
    --mdo-home-align-gap: 16px;
  }

  body .home-matches-priority .section-head,
  body .home-summary-preview .section-head {
    display: block !important;
  }

  body .home-matches-priority .section-head > a,
  body .home-summary-preview .section-head > a {
    display: inline-flex !important;
    margin-top: 12px !important;
  }

  body .home-matches-priority .matches-grid,
  body .home-summary-preview .cards-grid,
  body .home-summary-preview .home-summary-grid {
    grid-template-columns: 1fr !important;
  }

  body .home-summary-preview .simple-card,
  body .home-summary-preview .summary-mini-card {
    min-height: auto !important;
  }
}


/* =========================================================
   v10.7.7 — INDEX MISMO ANCHO GLOBAL DEL SITIO
   Objetivo: que la portada use el mismo tamaño visual que
   Partidos, Calendario, Noticias y Resúmenes.
   ========================================================= */

/*
  La portada tenía overrides con anchos propios.
  Aquí se fuerza a que index respete el mismo contenedor global.
*/
:root {
  --mdo-global-page-width: 1120px;
  --mdo-global-page-gutter: 48px;
  --mdo-global-card-gap: 20px;
}

/* Header + portada con el mismo ancho base */
body .top-strip .container,
body .site-header .container,
body .header-main .container,
body .main-header .container,
body header .container,
body .live-strip .container,
body .breaking-strip .container,
body .ticker-strip .container,
body .portal-hero .container,
body .home-news-priority .container,
body .home-news-priority .section-head,
body .home-news-priority .portal-grid,
body .home-matches-priority .container,
body .home-matches-priority .section-head,
body .home-matches-priority .matches-grid,
body .home-summary-preview .container,
body .home-summary-preview .section-head,
body .home-summary-preview .cards-grid,
body .home-summary-preview .home-summary-grid,
body .home-seo-links .container,
body .site-footer .container,
body footer .container {
  width: min(100% - var(--mdo-global-page-gutter), var(--mdo-global-page-width)) !important;
  max-width: var(--mdo-global-page-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

/* Quitar el efecto de portada demasiado abierta o diferente */
body .portal-hero-head {
  max-width: 100% !important;
  width: 100% !important;
}

/* Hero balanceado dentro del ancho global */
body .portal-hero {
  padding-top: 34px !important;
  padding-bottom: 38px !important;
}

body .portal-hero-head {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 285px !important;
  gap: 46px !important;
  align-items: center !important;
}

body .portal-hero h1 {
  max-width: 760px !important;
  font-size: clamp(40px, 4.5vw, 62px) !important;
  line-height: 1.02 !important;
}

body .portal-hero-head p {
  max-width: 760px !important;
}

/* Tarjeta del hero sin salirse y con imagen visible */
body .portal-hero .hero-quick-card.hero-news-card,
body .portal-hero .hero-news-card,
body .portal-hero .hero-quick-card {
  max-width: 285px !important;
  width: 100% !important;
  justify-self: end !important;
}

body .portal-hero .hero-news-card .hero-news-thumb img {
  height: 122px !important;
  max-height: 122px !important;
  object-fit: cover !important;
}

/* Noticias: mismo ancho que páginas internas */
body .home-news-priority .portal-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 360px !important;
  gap: var(--mdo-global-card-gap) !important;
  align-items: stretch !important;
}

body .home-news-priority .lead-news-card {
  min-height: 0 !important;
  overflow: hidden !important;
}

body .home-news-priority .lead-image-wrap,
body .home-news-priority .lead-news-card img {
  max-height: 310px !important;
  object-fit: cover !important;
}

body .home-news-priority .lead-content h2 {
  font-size: clamp(27px, 2.8vw, 39px) !important;
  line-height: 1.01 !important;
}

/* Partidos y resultados: mismo ancho y misma grilla */
body .home-matches-priority .matches-grid,
body .home-summary-preview .cards-grid,
body .home-summary-preview .home-summary-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: var(--mdo-global-card-gap) !important;
}

body .home-summary-preview .simple-card,
body .home-summary-preview .summary-mini-card,
body .home-matches-priority .match-card {
  min-height: 138px !important;
  box-sizing: border-box !important;
}

/* Encabezados de secciones alineados */
body .home-news-priority .section-head,
body .home-matches-priority .section-head,
body .home-summary-preview .section-head {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 18px !important;
  align-items: end !important;
}

body .home-news-priority .section-head > a,
body .home-matches-priority .section-head > a,
body .home-summary-preview .section-head > a {
  justify-self: end !important;
  text-align: right !important;
  font-weight: 950 !important;
}

/* SEO inferior igual al ancho del sitio */
body .home-seo-card {
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 22px 24px !important;
}

/* Footer alineado a la misma línea */
body footer .container,
body .site-footer .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Responsive */
@media (min-width: 1500px) {
  :root {
    --mdo-global-page-width: 1160px;
  }
}

@media (max-width: 980px) {
  :root {
    --mdo-global-page-gutter: 28px;
    --mdo-global-card-gap: 18px;
  }

  body .portal-hero-head {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  body .portal-hero .hero-quick-card.hero-news-card,
  body .portal-hero .hero-news-card,
  body .portal-hero .hero-quick-card {
    max-width: 100% !important;
    justify-self: stretch !important;
  }

  body .portal-hero .hero-news-card .hero-news-thumb img {
    height: 180px !important;
    max-height: 180px !important;
  }

  body .home-news-priority .portal-grid,
  body .home-matches-priority .matches-grid,
  body .home-summary-preview .cards-grid,
  body .home-summary-preview .home-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body .home-news-priority .portal-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  :root {
    --mdo-global-page-gutter: 22px;
    --mdo-global-card-gap: 16px;
  }

  body .home-news-priority .section-head,
  body .home-matches-priority .section-head,
  body .home-summary-preview .section-head {
    display: block !important;
  }

  body .home-news-priority .section-head > a,
  body .home-matches-priority .section-head > a,
  body .home-summary-preview .section-head > a {
    display: inline-flex !important;
    margin-top: 12px !important;
  }

  body .home-matches-priority .matches-grid,
  body .home-summary-preview .cards-grid,
  body .home-summary-preview .home-summary-grid {
    grid-template-columns: 1fr !important;
  }
}


/* =========================================================
   v10.7.8 — INDEX CON ANCHO GLOBAL EXACTO DEL SITIO
   Usa el mismo contenedor base del tema:
   .container { width:min(1180px, calc(100% - 44px)); }
   ========================================================= */

:root {
  --mdo-index-global-width: 1180px;
  --mdo-index-global-gutter: 44px;
  --mdo-index-gap: 20px;
}

/* El index debe respetar el mismo ancho visual de Partidos, Calendario, Noticias y Resúmenes */
body .portal-hero .container,
body .home-news-priority .container,
body .home-news-priority .section-head,
body .home-news-priority .portal-grid,
body .home-matches-priority .container,
body .home-matches-priority .section-head,
body .home-matches-priority .matches-grid,
body .home-summary-preview .container,
body .home-summary-preview .section-head,
body .home-summary-preview .cards-grid,
body .home-summary-preview .home-summary-grid,
body .home-seo-links .container,
body .home-seo-links-v1072 .container,
body .home-seo-links-v1073 .container,
body .home-seo-links-v1074 .container,
body .home-seo-links-v1075 .container,
body .home-seo-links-v1076 .container,
body .home-seo-links-v1077 .container,
body .home-seo-links-v1078 .container {
  width: min(var(--mdo-index-global-width), calc(100% - var(--mdo-index-global-gutter))) !important;
  max-width: var(--mdo-index-global-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

/* No cambiar el header con medidas inventadas: el header ya usa el contenedor global del tema */
body .site-header .container,
body .header-main .container,
body .main-header .container,
body header .container,
body .top-strip .container,
body .live-strip .container,
body .breaking-strip .container,
body .ticker-strip .container,
body footer .container,
body .site-footer .container {
  width: min(var(--mdo-index-global-width), calc(100% - var(--mdo-index-global-gutter))) !important;
  max-width: var(--mdo-index-global-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

/* Hero: mantener el diseño aprobado, pero dentro del ancho global exacto */
body .portal-hero {
  padding-top: 34px !important;
  padding-bottom: 38px !important;
}

body .portal-hero-head {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 300px !important;
  gap: clamp(34px, 5vw, 70px) !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 100% !important;
}

body .portal-hero-head > * {
  min-width: 0 !important;
}

body .portal-hero h1 {
  max-width: 800px !important;
  font-size: clamp(40px, 4.6vw, 64px) !important;
  line-height: 1.02 !important;
}

body .portal-hero-head p {
  max-width: 790px !important;
}

/* Tarjeta del hero balanceada, sin salirse */
body .portal-hero .hero-quick-card.hero-news-card,
body .portal-hero .hero-news-card,
body .portal-hero .hero-quick-card {
  max-width: 300px !important;
  width: 100% !important;
  justify-self: end !important;
  box-sizing: border-box !important;
}

body .portal-hero .hero-news-card .hero-news-thumb img {
  height: 128px !important;
  max-height: 128px !important;
  object-fit: cover !important;
}

/* Noticias dentro del ancho global */
body .home-news-priority .portal-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 360px !important;
  gap: var(--mdo-index-gap) !important;
  align-items: stretch !important;
}

body .home-news-priority .lead-image-wrap,
body .home-news-priority .lead-news-card img {
  max-height: 320px !important;
  object-fit: cover !important;
}

body .home-news-priority .lead-content h2 {
  font-size: clamp(28px, 3vw, 42px) !important;
  line-height: 1.01 !important;
}

/* Partidos y Resultados exactamente iguales en ancho y grilla */
body .home-matches-priority .matches-grid,
body .home-summary-preview .cards-grid,
body .home-summary-preview .home-summary-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: var(--mdo-index-gap) !important;
}

body .home-matches-priority .match-card,
body .home-summary-preview .simple-card,
body .home-summary-preview .summary-mini-card {
  width: 100% !important;
  min-height: 138px !important;
  box-sizing: border-box !important;
}

/* Headers de secciones alineados igual */
body .home-news-priority .section-head,
body .home-matches-priority .section-head,
body .home-summary-preview .section-head {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: end !important;
  gap: 18px !important;
}

body .home-news-priority .section-head > a,
body .home-matches-priority .section-head > a,
body .home-summary-preview .section-head > a {
  justify-self: end !important;
  text-align: right !important;
  font-weight: 950 !important;
}

/* Bloque SEO y footer en la misma línea visual */
body .home-seo-card {
  width: 100% !important;
  box-sizing: border-box !important;
}

body footer .container,
body .site-footer .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Responsive */
@media (max-width: 980px) {
  :root {
    --mdo-index-global-gutter: 28px;
    --mdo-index-gap: 18px;
  }

  body .portal-hero-head {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  body .portal-hero .hero-quick-card.hero-news-card,
  body .portal-hero .hero-news-card,
  body .portal-hero .hero-quick-card {
    max-width: 100% !important;
    justify-self: stretch !important;
  }

  body .portal-hero .hero-news-card .hero-news-thumb img {
    height: 180px !important;
    max-height: 180px !important;
  }

  body .home-news-priority .portal-grid {
    grid-template-columns: 1fr !important;
  }

  body .home-matches-priority .matches-grid,
  body .home-summary-preview .cards-grid,
  body .home-summary-preview .home-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  :root {
    --mdo-index-global-gutter: 22px;
    --mdo-index-gap: 16px;
  }

  body .home-news-priority .section-head,
  body .home-matches-priority .section-head,
  body .home-summary-preview .section-head {
    display: block !important;
  }

  body .home-news-priority .section-head > a,
  body .home-matches-priority .section-head > a,
  body .home-summary-preview .section-head > a {
    display: inline-flex !important;
    margin-top: 12px !important;
  }

  body .home-matches-priority .matches-grid,
  body .home-summary-preview .cards-grid,
  body .home-summary-preview .home-summary-grid {
    grid-template-columns: 1fr !important;
  }
}


/* =========================================================
   v10.7.9 — FIX FOTO NOTICIA PRINCIPAL PORTADA
   Mantiene el ancho global. Corrige solo la imagen grande
   de “Últimas noticias deportivas”.
   ========================================================= */

/* La tarjeta principal debe usar dos columnas equilibradas */
body .home-news-priority .lead-news-card {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.92fr) !important;
  min-height: 360px !important;
  overflow: hidden !important;
  align-items: stretch !important;
}

/* La foto debe ocupar toda la altura de la tarjeta, no solo la parte superior */
body .home-news-priority .lead-news-card .lead-image-wrap,
body .home-news-priority .lead-news-card > a:first-child,
body .home-news-priority .lead-image-wrap {
  height: 100% !important;
  min-height: 360px !important;
  max-height: none !important;
  display: block !important;
  overflow: hidden !important;
}

/* Imagen llena el espacio completo con recorte limpio */
body .home-news-priority .lead-news-card .lead-image-wrap img,
body .home-news-priority .lead-news-card > a:first-child img,
body .home-news-priority .lead-news-card img {
  width: 100% !important;
  height: 100% !important;
  min-height: 360px !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
}

/* El texto queda centrado verticalmente y con buen aire */
body .home-news-priority .lead-news-card .lead-content {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  padding: 34px 34px !important;
  min-width: 0 !important;
}

body .home-news-priority .lead-news-card .lead-content h2 {
  font-size: clamp(30px, 3vw, 43px) !important;
  line-height: 1.02 !important;
}

/* Sidebar de últimas noticias mantiene altura alineada */
body .home-news-priority .latest-panel {
  min-height: 360px !important;
}

/* Responsive: en móvil la foto vuelve arriba sin dejar huecos */
@media (max-width: 980px) {
  body .home-news-priority .lead-news-card {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
  }

  body .home-news-priority .lead-news-card .lead-image-wrap,
  body .home-news-priority .lead-news-card > a:first-child,
  body .home-news-priority .lead-image-wrap {
    height: 240px !important;
    min-height: 240px !important;
  }

  body .home-news-priority .lead-news-card .lead-image-wrap img,
  body .home-news-priority .lead-news-card > a:first-child img,
  body .home-news-priority .lead-news-card img {
    height: 240px !important;
    min-height: 240px !important;
  }

  body .home-news-priority .latest-panel {
    min-height: auto !important;
  }
}

@media (max-width: 640px) {
  body .home-news-priority .lead-news-card .lead-image-wrap,
  body .home-news-priority .lead-news-card > a:first-child,
  body .home-news-priority .lead-image-wrap {
    height: 210px !important;
    min-height: 210px !important;
  }

  body .home-news-priority .lead-news-card .lead-image-wrap img,
  body .home-news-priority .lead-news-card > a:first-child img,
  body .home-news-priority .lead-news-card img {
    height: 210px !important;
    min-height: 210px !important;
  }

  body .home-news-priority .lead-news-card .lead-content {
    padding: 24px 22px !important;
  }
}


/* =========================================================
   v10.8.1 — AJUSTE FINAL TARJETA NOTICIAS
   Equilibra escritorio y móvil. No toca header, footer,
   hero, ancho global, partidos ni resultados.
   ========================================================= */

/* Escritorio: tarjeta fuerte, pero no exagerada */
@media (min-width: 981px) {
  body .home-news-priority .lead-news-card {
    display: grid !important;
    grid-template-columns: minmax(0, 0.96fr) minmax(300px, 0.86fr) !important;
    min-height: 330px !important;
    max-height: 370px !important;
    overflow: hidden !important;
    align-items: stretch !important;
  }

  body .home-news-priority .lead-news-card .lead-image-wrap,
  body .home-news-priority .lead-news-card > a:first-child,
  body .home-news-priority .lead-image-wrap {
    height: 100% !important;
    min-height: 330px !important;
    max-height: 370px !important;
    overflow: hidden !important;
    display: block !important;
  }

  body .home-news-priority .lead-news-card .lead-image-wrap img,
  body .home-news-priority .lead-news-card > a:first-child img,
  body .home-news-priority .lead-news-card img {
    width: 100% !important;
    height: 100% !important;
    min-height: 330px !important;
    max-height: 370px !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
  }

  body .home-news-priority .lead-news-card .lead-content {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding: 28px 30px !important;
    min-width: 0 !important;
  }

  body .home-news-priority .lead-news-card .lead-content h2,
  body .home-news-priority .lead-content h2 {
    font-size: clamp(29px, 2.55vw, 37px) !important;
    line-height: 1.03 !important;
    margin-bottom: 12px !important;
  }

  body .home-news-priority .lead-news-card .lead-content p {
    font-size: 15px !important;
    line-height: 1.48 !important;
    margin-bottom: 12px !important;
  }

  body .home-news-priority .lead-news-card .lead-content .card-date,
  body .home-news-priority .lead-news-card .lead-content time,
  body .home-news-priority .lead-news-card .lead-content small {
    font-size: 13px !important;
  }

  body .home-news-priority .latest-panel {
    min-height: 330px !important;
    max-height: 370px !important;
    overflow: hidden !important;
  }

  body .home-news-priority .latest-panel h3 {
    font-size: 25px !important;
    line-height: 1.05 !important;
  }
}

/* Pantallas muy anchas: evitar que el titular se vuelva gigante */
@media (min-width: 1400px) {
  body .home-news-priority .lead-news-card .lead-content h2,
  body .home-news-priority .lead-content h2 {
    font-size: 36px !important;
  }
}

/* Tablet y móvil: tarjeta compacta sin perder presencia */
@media (max-width: 980px) {
  body .home-news-priority .lead-news-card {
    display: block !important;
    min-height: 0 !important;
    max-height: none !important;
    border-radius: 16px !important;
    overflow: hidden !important;
  }

  body .home-news-priority .lead-news-card .lead-image-wrap,
  body .home-news-priority .lead-news-card > a:first-child,
  body .home-news-priority .lead-image-wrap {
    height: 205px !important;
    min-height: 205px !important;
    max-height: 205px !important;
    display: block !important;
    overflow: hidden !important;
  }

  body .home-news-priority .lead-news-card .lead-image-wrap img,
  body .home-news-priority .lead-news-card > a:first-child img,
  body .home-news-priority .lead-news-card img {
    height: 205px !important;
    min-height: 205px !important;
    max-height: 205px !important;
    width: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
    display: block !important;
  }

  body .home-news-priority .lead-news-card .lead-content {
    padding: 22px 22px 20px !important;
    display: block !important;
  }

  body .home-news-priority .lead-news-card .lead-content h2,
  body .home-news-priority .lead-content h2 {
    font-size: clamp(24px, 6.6vw, 29px) !important;
    line-height: 1.05 !important;
    margin-bottom: 12px !important;
  }

  body .home-news-priority .lead-news-card .lead-content p {
    font-size: 14px !important;
    line-height: 1.45 !important;
    margin-bottom: 12px !important;
  }

  body .home-news-priority .latest-panel {
    min-height: auto !important;
    max-height: none !important;
    padding: 18px !important;
  }

  body .home-news-priority .latest-panel h3 {
    font-size: 20px !important;
  }

  body .home-news-priority .latest-panel img {
    width: 74px !important;
    height: 48px !important;
    object-fit: cover !important;
  }
}

/* iPhone SE / pantallas muy bajitas */
@media (max-width: 390px) and (max-height: 720px) {
  body .home-news-priority .lead-news-card .lead-image-wrap,
  body .home-news-priority .lead-news-card > a:first-child,
  body .home-news-priority .lead-image-wrap,
  body .home-news-priority .lead-news-card .lead-image-wrap img,
  body .home-news-priority .lead-news-card > a:first-child img,
  body .home-news-priority .lead-news-card img {
    height: 165px !important;
    min-height: 165px !important;
    max-height: 165px !important;
  }

  body .home-news-priority .lead-news-card .lead-content {
    padding: 18px 18px 16px !important;
  }

  body .home-news-priority .lead-news-card .lead-content h2,
  body .home-news-priority .lead-content h2 {
    font-size: 23px !important;
    line-height: 1.05 !important;
  }

  body .home-news-priority .lead-news-card .lead-content p {
    font-size: 13px !important;
    line-height: 1.42 !important;
  }
}


/* =========================================================
   v10.8.3 — FIX TEXTO CORTADO EN NOTICIA PRINCIPAL
   Causa: max-height + overflow:hidden en la tarjeta.
   Solución: no cortar texto; compactar y permitir altura natural.
   ========================================================= */

@media (min-width: 981px) {
  body .home-news-priority .lead-news-card {
    min-height: 330px !important;
    max-height: none !important;
    overflow: visible !important;
    align-items: stretch !important;
  }

  body .home-news-priority .lead-news-card .lead-image-wrap,
  body .home-news-priority .lead-news-card > a:first-child,
  body .home-news-priority .lead-image-wrap {
    min-height: 330px !important;
    max-height: none !important;
    height: auto !important;
    overflow: hidden !important;
  }

  body .home-news-priority .lead-news-card .lead-image-wrap img,
  body .home-news-priority .lead-news-card > a:first-child img,
  body .home-news-priority .lead-news-card img {
    min-height: 330px !important;
    max-height: none !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  body .home-news-priority .lead-news-card .lead-content {
    padding: 24px 28px 24px !important;
    justify-content: center !important;
    overflow: visible !important;
  }

  body .home-news-priority .lead-news-card .lead-content h2,
  body .home-news-priority .lead-content h2 {
    font-size: clamp(27px, 2.35vw, 34px) !important;
    line-height: 1.04 !important;
    margin-bottom: 10px !important;
  }

  body .home-news-priority .lead-news-card .lead-content p {
    font-size: 14px !important;
    line-height: 1.43 !important;
    margin-bottom: 10px !important;
  }

  body .home-news-priority .lead-news-card .lead-content .card-date,
  body .home-news-priority .lead-news-card .lead-content time,
  body .home-news-priority .lead-news-card .lead-content small {
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  body .home-news-priority .latest-panel {
    min-height: 330px !important;
    max-height: none !important;
    overflow: visible !important;
  }
}

/* Pantallas grandes: mantener el título controlado */
@media (min-width: 1400px) {
  body .home-news-priority .lead-news-card .lead-content h2,
  body .home-news-priority .lead-content h2 {
    font-size: 34px !important;
  }
}

/* Móvil: mantener compacto, sin cortar texto */
@media (max-width: 980px) {
  body .home-news-priority .lead-news-card {
    max-height: none !important;
    overflow: visible !important;
  }

  body .home-news-priority .lead-news-card .lead-content {
    overflow: visible !important;
  }
}


/* v10.9.1 — Marcador completo por liga */
.scoreboard-full{
  margin:18px 0 20px;
  padding:18px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));
  box-shadow:0 20px 45px rgba(0,0,0,.18);
}
.scoreboard-full-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}
.scoreboard-full-head h2{
  margin:0;
  color:#fff;
  font-size:clamp(20px,2vw,26px);
  line-height:1.05;
}
.scoreboard-full-head span{
  display:inline-flex;
  align-items:center;
  border:1px solid rgba(255,210,31,.25);
  background:rgba(255,210,31,.08);
  color:#ffd21f;
  border-radius:999px;
  padding:7px 11px;
  font-weight:900;
  font-size:12px;
  letter-spacing:.02em;
  text-transform:uppercase;
}
.scoreboard-table-wrap{
  width:100%;
  overflow-x:auto;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.08);
}
.scoreboard-table{
  width:100%;
  min-width:520px;
  border-collapse:collapse;
  color:#dce7f5;
}
.scoreboard-table th,
.scoreboard-table td{
  padding:12px 14px;
  border-bottom:1px solid rgba(255,255,255,.07);
  text-align:center;
  white-space:nowrap;
}
.scoreboard-table th:first-child,
.scoreboard-table td:first-child{
  text-align:left;
}
.scoreboard-table thead th{
  color:#ffd21f;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.04em;
  background:rgba(255,255,255,.035);
}
.scoreboard-table tbody th{
  color:#fff;
  font-weight:900;
}
.scoreboard-table tbody tr:last-child th,
.scoreboard-table tbody tr:last-child td{
  border-bottom:0;
}
.scoreboard-table strong{
  color:#fff;
  font-weight:1000;
}
@media (max-width: 720px){
  .scoreboard-full{padding:14px;border-radius:15px}
  .scoreboard-full-head{align-items:flex-start;flex-direction:column}
  .scoreboard-table{min-width:470px}
  .scoreboard-table th,.scoreboard-table td{padding:10px 11px}
}



/* MDO v10.10.3 - Calendario todas las ligas + logo webp */
.brand-logo{
  object-fit:contain;
  background:rgba(255,255,255,.03);
}
.calendar-league-pills{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:16px;
}
.calendar-note{
  margin:14px 0 0;
  color:var(--soft);
  font-weight:800;
  line-height:1.45;
}
.calendar-time{
  color:#dce7f6;
  font-weight:900;
}
.calendar-league{
  display:inline-flex;
  align-items:center;
  margin-right:8px;
  padding:4px 8px;
  border-radius:999px;
  background:rgba(53,194,255,.14);
  border:1px solid rgba(53,194,255,.22);
  color:#84d8ff!important;
  font-size:11px;
  font-weight:950;
  vertical-align:middle;
}
.calendar-api-badge{
  justify-self:end;
  white-space:nowrap;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 11px;
  border-radius:999px;
  background:rgba(255,210,31,.12);
  border:1px solid rgba(255,210,31,.22);
  color:var(--gold);
  font-size:12px;
  font-weight:950;
}
@media (max-width:768px){
  .calendar-api-badge{
    justify-self:start!important;
  }
}


/* MDO v10.10.5 - Calendario limpio, clickeable e importador API */
.calendar-league-pills{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:16px;
}
.calendar-note{
  margin:14px 0 0;
  color:var(--soft);
  font-weight:800;
  line-height:1.45;
}
.calendar-time{
  color:#dce7f6;
  font-weight:900;
}
.calendar-league{
  display:inline-flex;
  align-items:center;
  margin-right:8px;
  padding:4px 8px;
  border-radius:999px;
  background:rgba(53,194,255,.14);
  border:1px solid rgba(53,194,255,.22);
  color:#84d8ff!important;
  font-size:11px;
  font-weight:950;
  vertical-align:middle;
}
.calendar-row-link{
  color:inherit;
  text-decoration:none;
  transition:transform .16s ease,border-color .16s ease,background .16s ease;
}
.calendar-row-link:hover{
  transform:translateY(-1px);
  border-color:rgba(255,210,31,.35);
  background:rgba(255,255,255,.055);
}
.calendar-row-link:hover .calendar-summary-link{
  color:var(--gold);
}
.calendar-row-muted{
  opacity:.92;
}
.calendar-api-badge{
  justify-self:end;
  min-width:96px;
  white-space:nowrap;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 11px;
  border-radius:999px;
  background:rgba(255,210,31,.12);
  border:1px solid rgba(255,210,31,.22);
  color:var(--gold);
  font-size:12px;
  font-weight:950;
}
@media (max-width:768px){
  .calendar-api-badge{
    justify-self:start!important;
  }
}


/* MDO v10.10.7 - Resúmenes con filtros + score completo */
.mdo-scoreboard-full{
  margin:18px 0 22px;
  padding:18px;
  border-radius:22px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.12);
}
.mdo-scoreboard-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-bottom:14px;
}
.mdo-scoreboard-head span,
.mdo-scoreboard-head strong{
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  padding:7px 12px;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
}
.mdo-scoreboard-head span{
  background:rgba(53,194,255,.14);
  color:#8de0ff;
  border:1px solid rgba(53,194,255,.22);
}
.mdo-scoreboard-head strong{
  background:rgba(255,210,31,.12);
  color:var(--gold);
  border:1px solid rgba(255,210,31,.25);
}
.mdo-scoreboard-teams{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:12px;
}
.mdo-score-team{
  border-radius:18px;
  padding:16px;
  background:rgba(7,19,34,.72);
  border:1px solid rgba(255,255,255,.10);
}
.mdo-score-team span{
  display:block;
  font-weight:950;
  color:#dce7f6;
  margin-bottom:8px;
}
.mdo-score-team strong{
  display:block;
  font-size:clamp(34px,5vw,58px);
  color:#fff;
  line-height:1;
}
.mdo-score-vs{
  color:var(--gold);
  font-weight:1000;
}
.mdo-score-table-wrap{
  margin-top:16px;
  overflow-x:auto;
}
.mdo-score-table{
  width:100%;
  border-collapse:collapse;
  min-width:520px;
}
.mdo-score-table th,
.mdo-score-table td{
  padding:10px;
  border-bottom:1px solid rgba(255,255,255,.09);
  text-align:center;
}
.mdo-score-table th:first-child,
.mdo-score-table td:first-child{
  text-align:left;
}
.mdo-score-table th{
  color:var(--gold);
  font-size:12px;
  text-transform:uppercase;
}
.mdo-score-basic{
  margin-top:15px;
  border-radius:17px;
  background:rgba(7,19,34,.70);
  border:1px solid rgba(255,255,255,.10);
  padding:14px;
}
.mdo-score-basic span{
  display:block;
  color:#9fb0c5;
  font-weight:900;
  text-transform:uppercase;
  font-size:12px;
}
.mdo-score-basic strong{
  display:block;
  color:#fff;
  font-size:24px;
  margin:4px 0;
}
.mdo-score-basic small{
  color:#9fb0c5;
  font-weight:800;
}
.summary-date-group{
  margin:0 0 34px;
}
.summary-date-head{
  margin:0 0 16px;
}
.summary-date-head h2{
  margin:5px 0 0;
  font-size:clamp(28px,3vw,42px);
}
.resumenes-filter{
  margin-bottom:28px;
}
.summary-cards-grid{
  align-items:stretch;
}
.summary-card{
  min-height:150px;
}
@media(max-width:760px){
  .mdo-scoreboard-teams{
    grid-template-columns:1fr;
  }
  .mdo-score-vs{
    text-align:center;
  }
  .mdo-scoreboard-head{
    align-items:flex-start;
    flex-direction:column;
  }
}


/* MDO v10.10.8 - Score completo real en partido */
.scoreboard-full-pro{
  margin:18px 0 22px;
  padding:18px;
  border-radius:22px;
  border:1px solid rgba(255,210,31,.22);
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));
  box-shadow:0 18px 44px rgba(0,0,0,.18);
}
.scoreboard-pro-head{
  align-items:flex-start;
}
.scoreboard-pro-head h2{
  margin:7px 0 0;
}
.scoreboard-kicker{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(53,194,255,.14);
  border:1px solid rgba(53,194,255,.22);
  color:#8de0ff;
  font-size:11px;
  font-weight:1000;
  text-transform:uppercase;
}
.scoreboard-status{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  padding:8px 12px!important;
  border-radius:999px!important;
  background:rgba(255,210,31,.13)!important;
  border:1px solid rgba(255,210,31,.26)!important;
  color:var(--gold)!important;
  font-size:12px!important;
  font-weight:1000!important;
  text-transform:uppercase;
}
.scoreboard-pro-summary{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  gap:12px;
  align-items:stretch;
  margin:14px 0;
}
.scoreboard-pro-summary > div:not(.scoreboard-pro-vs){
  border:1px solid rgba(255,255,255,.10);
  background:rgba(7,19,34,.76);
  border-radius:18px;
  padding:15px;
}
.scoreboard-pro-summary small{
  display:block;
  color:#9fb0c5;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  margin-bottom:5px;
}
.scoreboard-pro-summary strong{
  display:block;
  color:#fff;
  font-size:18px;
  line-height:1.18;
  margin-bottom:8px;
}
.scoreboard-pro-summary b{
  display:block;
  color:#ffd21f;
  font-size:clamp(38px,5vw,62px);
  line-height:1;
}
.scoreboard-pro-vs{
  display:flex;
  align-items:center;
  justify-content:center;
  color:#ffd21f;
  font-weight:1000;
}
.scoreboard-pro-meta{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin:12px 0 15px;
}
.scoreboard-pro-meta span{
  border-radius:15px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.035);
  padding:11px 12px;
}
.scoreboard-pro-meta small{
  display:block;
  color:#91a4bb;
  font-size:10px;
  font-weight:950;
  text-transform:uppercase;
  margin-bottom:4px;
}
.scoreboard-pro-meta strong{
  display:block;
  color:#f4f7fb;
  font-size:13px;
  font-weight:950;
}
.scoreboard-pro-table th,
.scoreboard-pro-table td{
  white-space:nowrap;
}
.scoreboard-pro-table th:last-child,
.scoreboard-pro-table td:last-child{
  color:#fff;
}
.scoreboard-pro-basic{
  border-radius:17px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(7,19,34,.72);
  padding:14px;
  margin-top:12px;
}
.scoreboard-pro-basic strong{
  display:block;
  color:#fff;
  font-size:22px;
}
.scoreboard-pro-basic span{
  display:block;
  color:#9fb0c5;
  font-size:13px;
  font-weight:800;
  margin-top:5px;
}
@media(max-width:760px){
  .scoreboard-pro-summary{
    grid-template-columns:1fr;
  }
  .scoreboard-pro-vs{
    min-height:20px;
  }
  .scoreboard-pro-meta{
    grid-template-columns:1fr;
  }
}


/* MDO v10.10.9 - Score limpio sin repetir Estado / Marcador / Momento */
.scoreboard-clean-v10109 .scoreboard-pro-summary{
  margin-bottom:14px;
}
.scoreboard-pro-count{
  display:inline-flex;
  flex-direction:column;
  gap:3px;
  min-width:190px;
  border-radius:15px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.035);
  padding:11px 12px;
  margin:0 0 15px;
}
.scoreboard-pro-count small{
  display:block;
  color:#91a4bb;
  font-size:10px;
  font-weight:950;
  text-transform:uppercase;
}
.scoreboard-pro-count strong{
  display:block;
  color:#f4f7fb;
  font-size:13px;
  font-weight:950;
}


/* MDO v10.10.10 - Score móvil limpio */
.scoreboard-mobile-clean-v101010 .scoreboard-pro-head-clean{
  display:block;
  margin-bottom:12px;
}
.scoreboard-mobile-clean-v101010 .scoreboard-pro-head-clean h2{
  margin:0;
}
.scoreboard-mobile-clean-v101010 .scoreboard-pro-summary-clean{
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
  align-items:stretch;
}
@media(max-width:760px){
  .scoreboard-mobile-clean-v101010{
    padding:14px;
  }
  .scoreboard-mobile-clean-v101010 .scoreboard-pro-head-clean h2{
    font-size:22px;
    line-height:1.12;
  }
  .scoreboard-mobile-clean-v101010 .scoreboard-pro-summary-clean{
    grid-template-columns:minmax(0,1fr) 24px minmax(0,1fr)!important;
    gap:7px;
  }
  .scoreboard-mobile-clean-v101010 .scoreboard-pro-summary-clean > div:not(.scoreboard-pro-vs){
    padding:11px 10px;
    border-radius:15px;
    min-width:0;
  }
  .scoreboard-mobile-clean-v101010 .scoreboard-pro-summary-clean small{
    font-size:9px;
    letter-spacing:.02em;
  }
  .scoreboard-mobile-clean-v101010 .scoreboard-pro-summary-clean strong{
    font-size:14px;
    line-height:1.05;
    word-break:normal;
    overflow-wrap:break-word;
  }
  .scoreboard-mobile-clean-v101010 .scoreboard-pro-summary-clean b{
    font-size:38px;
  }
  .scoreboard-mobile-clean-v101010 .scoreboard-pro-vs{
    font-size:13px;
    padding-top:45px;
    align-items:flex-start;
  }
  .scoreboard-mobile-clean-v101010 .scoreboard-pro-count{
    width:100%;
    min-width:0;
    margin-top:8px;
  }
  .scoreboard-mobile-clean-v101010 .scoreboard-table-wrap{
    margin-top:12px;
  }
}
@media(max-width:430px){
  .scoreboard-mobile-clean-v101010 .scoreboard-pro-summary-clean{
    grid-template-columns:minmax(0,1fr) 20px minmax(0,1fr)!important;
    gap:5px;
  }
  .scoreboard-mobile-clean-v101010 .scoreboard-pro-summary-clean > div:not(.scoreboard-pro-vs){
    padding:10px 8px;
  }
  .scoreboard-mobile-clean-v101010 .scoreboard-pro-summary-clean strong{
    font-size:13px;
  }
  .scoreboard-mobile-clean-v101010 .scoreboard-pro-summary-clean b{
    font-size:34px;
  }
  .scoreboard-mobile-clean-v101010 .scoreboard-pro-vs{
    font-size:12px;
  }
}


/* MDO v10.10.11 - Tabla de entradas optimizada para móvil */
.scoreboard-full-pro .scoreboard-table-wrap{
  scrollbar-color:rgba(255,210,31,.85) rgba(255,255,255,.10);
  scrollbar-width:thin;
}
.scoreboard-full-pro .scoreboard-table-wrap::-webkit-scrollbar{
  height:8px;
}
.scoreboard-full-pro .scoreboard-table-wrap::-webkit-scrollbar-track{
  background:rgba(255,255,255,.10);
  border-radius:999px;
}
.scoreboard-full-pro .scoreboard-table-wrap::-webkit-scrollbar-thumb{
  background:rgba(255,210,31,.85);
  border-radius:999px;
}
.scoreboard-full-pro .scoreboard-pro-table th:first-child,
.scoreboard-full-pro .scoreboard-pro-table td:first-child{
  position:sticky;
  left:0;
  z-index:3;
  background:#13263a;
  box-shadow:8px 0 12px rgba(0,0,0,.18);
}
.scoreboard-full-pro .scoreboard-pro-table thead th:first-child{
  z-index:5;
}
@media(max-width:760px){
  .scoreboard-full-pro .scoreboard-table-wrap{
    max-width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    padding-bottom:8px;
  }
  .scoreboard-full-pro .scoreboard-pro-table{
    min-width:620px;
    font-size:13px;
  }
  .scoreboard-full-pro .scoreboard-pro-table th,
  .scoreboard-full-pro .scoreboard-pro-table td{
    padding:9px 9px;
  }
  .scoreboard-full-pro .scoreboard-pro-table th:first-child,
  .scoreboard-full-pro .scoreboard-pro-table td:first-child{
    min-width:86px;
    max-width:96px;
    white-space:nowrap;
  }
}
@media(max-width:430px){
  .scoreboard-full-pro .scoreboard-pro-table{
    min-width:590px;
    font-size:12px;
  }
  .scoreboard-full-pro .scoreboard-pro-table th,
  .scoreboard-full-pro .scoreboard-pro-table td{
    padding:8px 8px;
  }
  .scoreboard-full-pro .scoreboard-pro-table th:first-child,
  .scoreboard-full-pro .scoreboard-pro-table td:first-child{
    min-width:82px;
    max-width:90px;
  }
}


/* MDO v10.10.12 - Fix resúmenes 500 + score más compacto */
.resumenes-hero-v101012{
  padding-bottom:34px;
}
.resumenes-section-v101012{
  padding-top:34px;
}
.resumenes-section-v101012 .filter-box{
  margin-bottom:28px;
}
.match-description-note{
  color:#cbd5e1;
  margin:14px 0;
}
.scoreboard-full-pro{
  margin:14px 0 18px;
  padding:16px;
}
.scoreboard-mobile-clean-v101010 .scoreboard-pro-summary-clean > div:not(.scoreboard-pro-vs){
  padding-top:13px;
  padding-bottom:13px;
}
@media(min-width:900px){
  .scoreboard-mobile-clean-v101010 .scoreboard-pro-summary-clean b{
    font-size:50px;
  }
}
@media(max-width:760px){
  .scoreboard-full-pro{
    margin:12px 0 16px;
    padding:13px;
  }
  .resumenes-hero-v101012{
    padding-bottom:26px;
  }
  .resumenes-section-v101012{
    padding-top:26px;
  }
}


/* MDO v10.10.14 - Score sin mensaje de API */
.scoreboard-no-api-message-v101014 .scoreboard-pro-summary{
  margin-bottom:12px;
}
.scoreboard-no-api-message-v101014 .scoreboard-pro-count{
  margin-bottom:0;
}
.scoreboard-no-api-message-v101014 .scoreboard-table-wrap{
  margin-top:14px;
}


/* MDO v10.10.15 - Marcador visitante/local centrado */
.scoreboard-full-pro .scoreboard-pro-summary-clean{
  max-width:760px;
  margin-left:auto;
  margin-right:auto;
  grid-template-columns:minmax(0,1fr) 42px minmax(0,1fr);
  gap:16px;
  align-items:stretch;
}
.scoreboard-full-pro .scoreboard-pro-summary-clean > div:not(.scoreboard-pro-vs){
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.scoreboard-full-pro .scoreboard-pro-vs{
  align-self:center;
  justify-self:center;
  width:38px;
  height:38px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0!important;
  background:rgba(255,210,31,.12);
  border:1px solid rgba(255,210,31,.28);
  color:#ffd21f;
  font-weight:1000;
  line-height:1;
}
.scoreboard-full-pro .scoreboard-pro-count{
  display:flex;
  width:max-content;
  max-width:100%;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
.scoreboard-full-pro .scoreboard-table-wrap{
  margin-left:auto;
  margin-right:auto;
}
@media(max-width:760px){
  .scoreboard-full-pro .scoreboard-pro-summary-clean{
    max-width:100%;
    grid-template-columns:minmax(0,1fr) 30px minmax(0,1fr)!important;
    gap:8px;
  }
  .scoreboard-full-pro .scoreboard-pro-vs{
    width:28px;
    height:28px;
    font-size:12px;
    margin-top:44px;
    align-self:start;
  }
  .scoreboard-full-pro .scoreboard-pro-count{
    width:100%;
    text-align:left;
  }
}
@media(max-width:430px){
  .scoreboard-full-pro .scoreboard-pro-summary-clean{
    grid-template-columns:minmax(0,1fr) 26px minmax(0,1fr)!important;
    gap:6px;
  }
  .scoreboard-full-pro .scoreboard-pro-vs{
    width:24px;
    height:24px;
    font-size:11px;
    margin-top:43px;
  }
}


/* MDO v10.10.16 - Ficha del partido sin marcador repetido */
.mdo-v101016-meta-clean .match-meta-moment{
  min-width:220px;
}
.mdo-v101016-meta-clean .match-meta-moment .match-score-value{
  color:#f4f7fb;
}
.scoreboard-full-pro .scoreboard-pro-summary-clean{
  margin-top:6px;
}
@media(max-width:760px){
  .mdo-v101016-meta-clean .match-meta-moment{
    min-width:0;
  }
}


/* MDO v10.10.18 - Mantener bloques grandes y centrar solo contenido */
.scoreboard-full-pro.scoreboard-mobile-clean-v101010 .scoreboard-pro-summary-clean{
  width:100%;
  max-width:none;
  margin-left:0;
  margin-right:0;
  display:grid;
  grid-template-columns:minmax(0,1fr) 42px minmax(0,1fr);
  gap:16px;
  align-items:stretch;
}
.scoreboard-full-pro.scoreboard-mobile-clean-v101010 .scoreboard-pro-summary-clean > div:not(.scoreboard-pro-vs){
  min-height:122px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
}
.scoreboard-full-pro.scoreboard-mobile-clean-v101010 .scoreboard-pro-summary-clean small{
  text-align:center;
}
.scoreboard-full-pro.scoreboard-mobile-clean-v101010 .scoreboard-pro-summary-clean strong{
  text-align:center;
}
.scoreboard-full-pro.scoreboard-mobile-clean-v101010 .scoreboard-pro-summary-clean b{
  text-align:center;
}
.scoreboard-full-pro.scoreboard-mobile-clean-v101010 .scoreboard-pro-vs{
  justify-self:center;
  align-self:center;
  margin:0;
}
.scoreboard-full-pro.scoreboard-mobile-clean-v101010 .scoreboard-pro-count{
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
@media(max-width:760px){
  .scoreboard-full-pro.scoreboard-mobile-clean-v101010 .scoreboard-pro-summary-clean{
    grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr)!important;
    gap:8px;
  }
  .scoreboard-full-pro.scoreboard-mobile-clean-v101010 .scoreboard-pro-summary-clean > div:not(.scoreboard-pro-vs){
    min-height:104px;
    align-items:center;
    text-align:center;
  }
  .scoreboard-full-pro.scoreboard-mobile-clean-v101010 .scoreboard-pro-vs{
    align-self:center;
    margin:0;
  }
}
@media(max-width:430px){
  .scoreboard-full-pro.scoreboard-mobile-clean-v101010 .scoreboard-pro-summary-clean{
    grid-template-columns:minmax(0,1fr) 24px minmax(0,1fr)!important;
    gap:6px;
  }
  .scoreboard-full-pro.scoreboard-mobile-clean-v101010 .scoreboard-pro-summary-clean > div:not(.scoreboard-pro-vs){
    min-height:98px;
  }
}












/* MDO v10.10.29 - Sidebar partido medida final + recomendado */
@media (min-width:981px){
  body section.match-detail > .container.detail-grid.match-detail-grid-fixed{
    align-items:start!important;
  }
  body section.match-detail > .container.detail-grid.match-detail-grid-fixed > article.detail-card.main-detail{
    grid-column:1!important;
    grid-row:1!important;
    align-self:start!important;
    margin-top:0!important;
  }
  body section.match-detail > .container.detail-grid.match-detail-grid-fixed > aside#mdo-match-actions-sidebar{
    grid-column:2!important;
    grid-row:1!important;
    align-self:start!important;
    margin-top:0!important;
    position:sticky!important;
    top:110px!important;
    transform:translateY(-76px)!important;
  }
}
@media (min-width:981px) and (max-width:1180px){
  body section.match-detail > .container.detail-grid.match-detail-grid-fixed > aside#mdo-match-actions-sidebar{
    transform:translateY(-72px)!important;
  }
}
@media (max-width:980px){
  body section.match-detail > .container.detail-grid.match-detail-grid-fixed > aside#mdo-match-actions-sidebar{
    grid-column:auto!important;
    grid-row:auto!important;
    align-self:auto!important;
    margin-top:0!important;
    position:relative!important;
    top:auto!important;
    transform:none!important;
  }
}
.sidebar-recommended-block{
  margin-top:18px!important;
  padding-top:16px!important;
  border-top:1px solid rgba(255,255,255,.10)!important;
}
.sidebar-recommended-block h3{
  margin:0 0 12px!important;
  color:#fff!important;
  font-size:18px!important;
  line-height:1.15!important;
}
.sidebar-recommended-list{
  display:grid!important;
  gap:10px!important;
}
.sidebar-recommended-link{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  min-height:42px!important;
  padding:11px 13px!important;
  border-radius:14px!important;
  background:rgba(255,255,255,.045)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  color:#fff!important;
  font-weight:900!important;
  font-size:13.5px!important;
  text-decoration:none!important;
}
.sidebar-recommended-link::after{
  content:"›";
  color:var(--gold)!important;
  font-weight:1000!important;
  font-size:20px!important;
  line-height:1!important;
}
.sidebar-recommended-link:hover{
  border-color:rgba(255,210,31,.35)!important;
  background:rgba(255,210,31,.08)!important;
}
@media(max-width:1100px){
  .sidebar-recommended-list{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:720px){
  .sidebar-recommended-list{
    grid-template-columns:1fr!important;
  }
}


/* MDO v10.10.32 - Resumen móvil premium */
@media(max-width:760px){
  .summary-title-fit{
    font-size:clamp(27px,7.4vw,36px)!important;
    line-height:1.05!important;
    letter-spacing:-.035em!important;
  }
  .summary-lead{
    font-size:15px!important;
    line-height:1.5!important;
  }
  .summary-result-hero{
    padding:16px!important;
    margin:18px 0!important;
    border-radius:20px!important;
  }
  .summary-result-teams{
    grid-template-columns:minmax(0,1fr) 34px minmax(0,1fr)!important;
    gap:8px!important;
    align-items:center!important;
  }
  .summary-result-team{
    min-height:112px!important;
    padding:13px 9px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
  }
  .summary-result-team span{
    font-size:clamp(18px,5vw,23px)!important;
    line-height:1.08!important;
    margin-bottom:7px!important;
    overflow-wrap:anywhere!important;
  }
  .summary-result-team strong{
    font-size:clamp(46px,14vw,60px)!important;
    line-height:.95!important;
  }
  .summary-result-vs{
    width:34px!important;
    height:34px!important;
    border-radius:999px!important;
    border:1px solid rgba(255,210,31,.42)!important;
    background:rgba(255,210,31,.10)!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    font-size:13px!important;
    line-height:1!important;
  }
  .summary-result-hero p{
    margin-top:13px!important;
    text-align:center!important;
    font-size:14.5px!important;
    line-height:1.4!important;
  }
}
@media(max-width:390px){
  .summary-title-fit{
    font-size:clamp(25px,7vw,33px)!important;
  }
  .summary-result-hero{
    padding:14px!important;
  }
  .summary-result-teams{
    grid-template-columns:minmax(0,1fr) 30px minmax(0,1fr)!important;
    gap:6px!important;
  }
  .summary-result-vs{
    width:30px!important;
    height:30px!important;
    font-size:12px!important;
  }
  .summary-result-team{
    min-height:104px!important;
    padding:12px 7px!important;
  }
  .summary-result-team span{
    font-size:clamp(16px,4.7vw,21px)!important;
  }
  .summary-result-team strong{
    font-size:clamp(42px,13vw,56px)!important;
  }
}


/* MDO v10.10.33 - Estadísticas MLB resumen */
.summary-player-stats{margin-top:28px;padding:24px;border:1px solid rgba(255,210,31,.18);background:rgba(8,21,35,.78);border-radius:22px;box-shadow:0 18px 45px rgba(0,0,0,.18)}
.summary-player-stats h2{margin:0 0 8px;color:#fff;font-size:clamp(24px,3.2vw,36px);line-height:1.05}
.summary-player-stats p{margin:0 0 18px;color:#c9d6e6;font-weight:700;line-height:1.5}
.summary-stats-grid{display:grid;gap:22px}
.summary-team-stats{border:1px solid rgba(255,255,255,.10);border-radius:18px;background:rgba(255,255,255,.035);overflow:hidden}
.summary-team-stats-head{padding:15px 16px;background:rgba(255,255,255,.045);border-bottom:1px solid rgba(255,255,255,.10);display:flex;align-items:center;justify-content:space-between;gap:12px}
.summary-team-stats-head strong{color:#fff;font-size:18px}
.summary-team-stats-head span{color:#ffd21f;font-weight:1000;font-size:12px;text-transform:uppercase;letter-spacing:.08em}
.summary-stat-section{padding:15px 16px}
.summary-stat-section + .summary-stat-section{border-top:1px solid rgba(255,255,255,.09)}
.summary-stat-section h3{margin:0 0 10px;color:#ffd21f;font-size:15px;text-transform:uppercase;letter-spacing:.08em}
.summary-stats-table-wrap{overflow-x:auto;border-radius:14px;border:1px solid rgba(255,255,255,.08)}
.summary-stats-table{width:100%;border-collapse:collapse;min-width:640px;background:rgba(0,0,0,.16)}
.summary-stats-table th,.summary-stats-table td{padding:10px 11px;border-bottom:1px solid rgba(255,255,255,.08);text-align:center;color:#eaf2fb;font-weight:800;white-space:nowrap}
.summary-stats-table th{font-size:11px;color:#ffd21f;text-transform:uppercase;letter-spacing:.06em;background:rgba(255,255,255,.045)}
.summary-stats-table td:first-child,.summary-stats-table th:first-child{text-align:left;position:sticky;left:0;background:rgba(10,26,43,.96);z-index:1}
.summary-stats-table tr:last-child td{border-bottom:0}
.summary-stats-empty{padding:14px;border-radius:14px;background:rgba(255,255,255,.045);color:#cbd7e6;font-weight:800}
@media(max-width:760px){
  .summary-player-stats{padding:16px;margin-top:22px;border-radius:20px}
  .summary-player-stats h2{font-size:clamp(23px,7vw,32px)}
  .summary-player-stats p{font-size:14px}
  .summary-team-stats-head{align-items:flex-start;flex-direction:column}
  .summary-stat-section{padding:13px}
  .summary-stats-table{min-width:560px}
  .summary-stats-table th,.summary-stats-table td{padding:9px 10px;font-size:13px}
}


/* MDO v10.10.35 - Stats resumen visible */
.summary-result-hero + .summary-player-stats{
  margin-top:24px!important;
}
.summary-player-stats{
  scroll-margin-top:120px;
}
@media(max-width:760px){
  .summary-result-hero + .summary-player-stats{
    margin-top:18px!important;
  }
}


/* MDO v10.10.36 - Estadísticas después del editorial */
.summary-seo-content + .summary-player-stats{
  margin-top:28px!important;
}
.summary-player-stats + .summary-seo-mini,
.summary-player-stats + *{
  margin-top:24px;
}
@media(max-width:760px){
  .summary-seo-content + .summary-player-stats{
    margin-top:22px!important;
  }
}


/* MDO v10.10.42 - Páginas legales profesionales */
.legal-hero .eyebrow{
  color:#ffd21f;
}
.legal-page-section{
  padding-top:34px;
}
.legal-page-card{
  background:linear-gradient(180deg,rgba(13,31,52,.92),rgba(8,20,35,.88));
  border:1px solid rgba(255,255,255,.10);
  border-radius:24px;
  padding:clamp(22px,4vw,42px);
  box-shadow:0 24px 70px rgba(0,0,0,.22);
}
.legal-page-card p,
.legal-page-card li{
  color:#d7e2f1;
  font-weight:700;
  line-height:1.75;
  font-size:16px;
}
.legal-page-card p{
  margin:0 0 18px;
}
.legal-page-card h2{
  margin:30px 0 12px;
  color:#fff;
  font-size:clamp(22px,2.7vw,30px);
  letter-spacing:-.025em;
  line-height:1.1;
}
.legal-page-card h2:first-child{
  margin-top:0;
}
.legal-page-card ul{
  margin:0 0 18px 20px;
  padding:0;
}
.legal-page-card li{
  margin:8px 0;
}
.legal-page-card strong{
  color:#fff;
}
.legal-note{
  margin-top:30px;
  padding:14px 16px;
  border-radius:16px;
  background:rgba(255,210,31,.10);
  border:1px solid rgba(255,210,31,.22);
  color:#ffd21f;
  font-weight:900;
}
.contact-box{
  margin:24px 0;
  padding:18px;
  border-radius:18px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.12);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
}
.contact-box strong{
  color:#ffd21f;
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:.08em;
}
.contact-box a{
  color:#fff;
  font-size:20px;
  font-weight:1000;
  text-decoration:none;
}
.contact-box a:hover{
  color:#ffd21f;
}
@media(max-width:760px){
  .legal-page-section{
    padding-top:22px;
  }
  .legal-page-card{
    border-radius:20px;
  }
  .legal-page-card p,
  .legal-page-card li{
    font-size:15px;
    line-height:1.65;
  }
  .contact-box{
    align-items:flex-start;
    flex-direction:column;
  }
  .contact-box a{
    font-size:17px;
    overflow-wrap:anywhere;
  }
}


/* MDO v10.10.49 - Idioma automático */
.lang-pill.language-pill{
  appearance:none;
  -webkit-appearance:none;
  border:1px solid rgba(255,210,31,.55);
  background:rgba(255,210,31,.08);
  color:#ffd21f;
  min-width:54px;
  height:42px;
  padding:0 12px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  font-weight:1000;
  line-height:1;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(0,0,0,.18);
}
.lang-pill.language-pill:hover{
  background:rgba(255,210,31,.16);
  transform:translateY(-1px);
}
.lang-pill.language-pill span:first-child{
  font-size:15px;
}
.lang-pill.language-pill #currentLangCode{
  font-size:13px;
  letter-spacing:.03em;
}
.translate-hidden,
#google_translate_element{
  position:absolute!important;
  left:-9999px!important;
  top:auto!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}
.goog-te-banner-frame,
.goog-te-gadget-icon,
.goog-te-balloon-frame,
.goog-te-menu-frame{
  display:none!important;
}
body{
  top:0!important;
}
@media(max-width:760px){
  .lang-pill.language-pill{
    min-width:50px;
    height:40px;
    padding:0 10px;
  }
}


/* MDO v10.10.50 - SEO definitivo Partidos */
.mdo-partidos-seo-section{
  padding-top:28px;
}
.mdo-partidos-seo-card,
.mdo-partidos-faq{
  background:linear-gradient(180deg,rgba(13,31,52,.88),rgba(8,20,35,.84));
  border:1px solid rgba(255,255,255,.10);
  border-radius:24px;
  padding:clamp(22px,3.4vw,34px);
  box-shadow:0 22px 55px rgba(0,0,0,.18);
}
.mdo-partidos-seo-card{
  margin-bottom:24px;
}
.mdo-partidos-seo-card h2,
.mdo-partidos-faq h2{
  margin:8px 0 14px;
  color:#fff;
  font-size:clamp(26px,3vw,38px);
  line-height:1.08;
  letter-spacing:-.035em;
}
.mdo-partidos-seo-card p,
.mdo-partidos-faq p{
  color:#d5e1ef;
  font-weight:700;
  line-height:1.65;
  max-width:900px;
}
.mdo-partidos-seo-card a,
.mdo-partidos-faq a{
  color:#ffd21f;
  font-weight:950;
  text-decoration:none;
}
.mdo-partidos-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:20px;
}
.mdo-partidos-links a{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
}
.mdo-partidos-links a:hover{
  color:#ffd21f;
  border-color:rgba(255,210,31,.42);
}
.mdo-partidos-faq details{
  padding:16px 0;
  border-top:1px solid rgba(255,255,255,.10);
}
.mdo-partidos-faq details:first-of-type{
  border-top:0;
}
.mdo-partidos-faq summary{
  cursor:pointer;
  color:#fff;
  font-weight:1000;
  line-height:1.35;
}
.mdo-partidos-faq summary:hover{
  color:#ffd21f;
}
@media(max-width:760px){
  .mdo-partidos-seo-card,
  .mdo-partidos-faq{
    border-radius:20px;
  }
  .mdo-partidos-links a{
    width:100%;
    justify-content:center;
  }
}


/* MDO v10.10.52 - Limpieza de textos de ligas: ajustes de contenido, sin cambios visuales fuertes */


/* MDO v10.10.53 - Ligas editorial real */
.mdo-league-editorial-final-v53{
  margin-top:34px;
}
.mdo-league-editorial-card-v53,
.mdo-league-faq-card-v53{
  background:linear-gradient(180deg,rgba(13,31,52,.90),rgba(8,20,35,.86));
  border:1px solid rgba(255,255,255,.10);
  border-radius:24px;
  padding:clamp(22px,3.5vw,36px);
  box-shadow:0 22px 58px rgba(0,0,0,.18);
}
.mdo-league-editorial-card-v53{
  margin-bottom:24px;
}
.mdo-league-editorial-card-v53 h2,
.mdo-league-faq-card-v53 h2{
  margin:8px 0 14px;
  color:#fff;
  font-size:clamp(26px,3vw,38px);
  line-height:1.08;
  letter-spacing:-.035em;
}
.mdo-league-editorial-card-v53 p,
.mdo-league-faq-card-v53 p{
  color:#d5e1ef;
  font-weight:700;
  line-height:1.65;
  max-width:960px;
}
.mdo-league-editorial-actions-v53{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-top:22px;
}
.mdo-league-editorial-actions-v53 a{
  display:block;
  min-height:132px;
  padding:18px;
  border-radius:18px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.12);
  color:#dbe7f6;
  text-decoration:none;
}
.mdo-league-editorial-actions-v53 a:hover{
  border-color:rgba(255,210,31,.42);
  transform:translateY(-1px);
}
.mdo-league-editorial-actions-v53 strong{
  display:block;
  color:#ffd21f;
  font-weight:1000;
  margin-bottom:8px;
}
.mdo-league-editorial-actions-v53 span{
  display:block;
  color:#d5e1ef;
  font-weight:750;
  line-height:1.45;
}
.mdo-league-faq-card-v53 details{
  padding:16px 0;
  border-top:1px solid rgba(255,255,255,.10);
}
.mdo-league-faq-card-v53 details:first-of-type{
  border-top:0;
}
.mdo-league-faq-card-v53 summary{
  cursor:pointer;
  color:#fff;
  font-weight:1000;
  line-height:1.35;
}
.mdo-league-faq-card-v53 summary:hover{
  color:#ffd21f;
}
@media(max-width:980px){
  .mdo-league-editorial-actions-v53{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:760px){
  .mdo-league-editorial-card-v53,
  .mdo-league-faq-card-v53{
    border-radius:20px;
  }
  .mdo-league-editorial-actions-v53{
    grid-template-columns:1fr;
  }
}


/* MDO v10.10.54 - Auditoría publicación final */
.mdo-league-editorial-final-v54{
  margin-top:34px;
}
.mdo-league-editorial-card-v54,
.mdo-league-faq-card-v54{
  background:linear-gradient(180deg,rgba(13,31,52,.90),rgba(8,20,35,.86));
  border:1px solid rgba(255,255,255,.10);
  border-radius:24px;
  padding:clamp(22px,3.5vw,36px);
  box-shadow:0 22px 58px rgba(0,0,0,.18);
}
.mdo-league-editorial-card-v54{
  margin-bottom:24px;
}
.mdo-league-editorial-card-v54 h2,
.mdo-league-faq-card-v54 h2{
  margin:8px 0 14px;
  color:#fff;
  font-size:clamp(26px,3vw,38px);
  line-height:1.08;
  letter-spacing:-.035em;
}
.mdo-league-editorial-card-v54 p,
.mdo-league-faq-card-v54 p{
  color:#d5e1ef;
  font-weight:700;
  line-height:1.65;
  max-width:960px;
}
.mdo-league-editorial-actions-v54{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-top:22px;
}
.mdo-league-editorial-actions-v54 a{
  display:block;
  min-height:132px;
  padding:18px;
  border-radius:18px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.12);
  color:#dbe7f6;
  text-decoration:none;
}
.mdo-league-editorial-actions-v54 a:hover{
  border-color:rgba(255,210,31,.42);
  transform:translateY(-1px);
}
.mdo-league-editorial-actions-v54 strong{
  display:block;
  color:#ffd21f;
  font-weight:1000;
  margin-bottom:8px;
}
.mdo-league-editorial-actions-v54 span{
  display:block;
  color:#d5e1ef;
  font-weight:750;
  line-height:1.45;
}
.mdo-league-faq-card-v54 details{
  padding:16px 0;
  border-top:1px solid rgba(255,255,255,.10);
}
.mdo-league-faq-card-v54 details:first-of-type{
  border-top:0;
}
.mdo-league-faq-card-v54 summary{
  cursor:pointer;
  color:#fff;
  font-weight:1000;
  line-height:1.35;
}
.mdo-league-faq-card-v54 summary:hover{
  color:#ffd21f;
}
@media(max-width:980px){
  .mdo-league-editorial-actions-v54{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:760px){
  .mdo-league-editorial-card-v54,
  .mdo-league-faq-card-v54{
    border-radius:20px;
  }
  .mdo-league-editorial-actions-v54{
    grid-template-columns:1fr;
  }
}


/* MDO v10.10.55 - Partidos pospuestos */
.status-postponed,
.match-card .status-postponed{
  background:rgba(255,157,0,.16)!important;
  color:#ffd18a!important;
  border-color:rgba(255,157,0,.42)!important;
}
.mdo-postponed-notice{
  border-color:rgba(255,157,0,.34)!important;
  background:linear-gradient(180deg,rgba(54,36,10,.74),rgba(13,29,50,.88))!important;
}
.mdo-postponed-notice h2{
  margin:8px 0 10px;
}
.mdo-postponed-notice p{
  color:#dbe7f6;
  font-weight:750;
  line-height:1.6;
}


/* MDO v10.10.56 - En vivo atascado */
.status-postponed,
.match-card .status-postponed{
  background:rgba(255,157,0,.16)!important;
  color:#ffd18a!important;
  border-color:rgba(255,157,0,.42)!important;
}
.mdo-postponed-notice{
  border-color:rgba(255,157,0,.34)!important;
  background:linear-gradient(180deg,rgba(54,36,10,.74),rgba(13,29,50,.88))!important;
  margin:18px 0!important;
}
.mdo-postponed-notice h2{
  margin:8px 0 10px;
}
.mdo-postponed-notice p{
  color:#dbe7f6;
  font-weight:750;
  line-height:1.6;
}


/* MDO v10.10.57 - Filtro duro En vivo */
.status-postponed,
.match-card .status-postponed{
  background:rgba(255,157,0,.16)!important;
  color:#ffd18a!important;
  border-color:rgba(255,157,0,.42)!important;
}


/* MDO v10.10.58 - Resultado atascado */
.status-review,
.match-card .status-review{
  background:rgba(255,157,0,.16)!important;
  color:#ffd18a!important;
  border-color:rgba(255,157,0,.42)!important;
}
.mdo-stuck-notice{
  border-color:rgba(255,157,0,.34)!important;
  background:linear-gradient(180deg,rgba(54,36,10,.74),rgba(13,29,50,.88))!important;
  margin:18px 0!important;
}
.mdo-stuck-notice h2{
  margin:8px 0 10px;
}
.mdo-stuck-notice p{
  color:#dbe7f6;
  font-weight:750;
  line-height:1.6;
}


/* MDO v10.10.59 - Regla 12:00 a. m.: cartelera real del día y noindex temporal para pendientes */


/* MDO v10.10.60 - Resultados del día anterior visibles hasta las 11:00 a. m. */


/* MDO v10.10.61 - Resúmenes automáticos para todas las ligas disponibles */


/* MDO v10.10.62 - Final publicación / AdSense: limpieza SEO, robots, sitemap y noindex condicional */


/* MDO v10.10.67 - Schema limpio para resultados y SportsEvent completo solo en partidos */


/* MDO v11.0.10 - Estados retrasado y suspendido */
.status-delayed,
.match-card .status-delayed {
  background: rgba(245, 158, 11, .18) !important;
  border-color: rgba(245, 158, 11, .42) !important;
  color: #ffe8a3 !important;
}
.status-suspended,
.match-card .status-suspended {
  background: rgba(148, 163, 184, .18) !important;
  border-color: rgba(148, 163, 184, .42) !important;
  color: #e2e8f0 !important;
}


/* MDO v11.1.0 - Centro de datos deportivos */
.mdo-data-hero{
  padding:58px 0 40px;
  background:
    radial-gradient(circle at 15% 10%,rgba(77,195,255,.12),transparent 38%),
    radial-gradient(circle at 78% 0,rgba(255,210,31,.08),transparent 38%);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.mdo-data-hero h1{
  margin:12px 0;
  max-width:980px;
  font-size:clamp(38px,5vw,64px);
  line-height:1.03;
  letter-spacing:-.045em;
}
.mdo-data-hero>div>p,
.mdo-profile-intro>div>p,
.mdo-team-profile-title>div>p{
  max-width:820px;
  color:#c9d6e8;
  font-size:17px;
  line-height:1.55;
}
.mdo-data-hero a{color:#ffd21f}
.mdo-data-nav{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}
.mdo-data-nav a{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:10px 15px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.13);
  background:rgba(255,255,255,.045);
  color:#fff;
  text-decoration:none;
  font-weight:900;
}
.mdo-data-nav a:hover,
.mdo-data-nav a.active{
  border-color:rgba(255,210,31,.42);
  background:rgba(255,210,31,.12);
  color:#ffd21f;
}
.mdo-data-filters{
  display:grid;
  grid-template-columns:minmax(240px,1.4fr) minmax(220px,1fr) auto auto;
  gap:12px;
  align-items:end;
  padding:18px;
  margin-bottom:28px;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.11);
  background:#0d1d31;
}
.mdo-data-filters label{display:grid;gap:7px;color:#dce7f5;font-weight:900}
.mdo-data-filters input,
.mdo-data-filters select{
  width:100%;
  height:46px;
  padding:0 13px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.16);
  background:#071321;
  color:#fff;
}
.mdo-data-section-head{
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:end;
  margin-bottom:18px;
}
.mdo-data-section-head h2{
  margin:8px 0 0;
  font-size:clamp(27px,3vw,40px);
  line-height:1.08;
  letter-spacing:-.035em;
}
.mdo-data-section-head>p{
  max-width:500px;
  margin:0;
  color:#aebdd0;
  line-height:1.5;
}
.mdo-player-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.mdo-player-card{
  display:grid;
  grid-template-columns:64px minmax(0,1fr);
  gap:14px;
  padding:17px;
  border-radius:20px;
  border:1px solid rgba(77,195,255,.16);
  background:linear-gradient(180deg,rgba(15,36,61,.96),rgba(10,27,48,.96));
  box-shadow:0 14px 30px rgba(0,0,0,.14);
}
.mdo-player-monogram,
.mdo-profile-monogram{
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  background:linear-gradient(145deg,#ffd21f,#e6a900);
  color:#071321;
  font-weight:1000;
  letter-spacing:-.04em;
}
.mdo-player-monogram{width:64px;height:64px;font-size:23px}
.mdo-player-card span{color:#7ecfff;font-size:12px;font-weight:900;text-transform:uppercase}
.mdo-player-card h2{margin:5px 0;font-size:20px;line-height:1.15}
.mdo-player-card h2 a{color:#fff;text-decoration:none}
.mdo-player-card h2 a:hover{color:#ffd21f}
.mdo-player-card p{margin:0 0 10px;color:#b9c7d9;line-height:1.4}
.mdo-data-pagination{
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  gap:14px;
  margin-top:28px;
}
.mdo-data-pagination a,.mdo-data-pagination span{
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
  color:#fff;
  text-decoration:none;
  font-weight:900;
}
.mdo-data-pagination a{color:#ffd21f}
.mdo-data-panel{
  padding:24px;
  margin-bottom:22px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.11);
  background:linear-gradient(180deg,rgba(14,32,55,.96),rgba(9,24,43,.96));
  box-shadow:0 18px 38px rgba(0,0,0,.16);
}
.mdo-profile-intro{
  display:grid;
  grid-template-columns:120px minmax(0,1fr);
  align-items:center;
  gap:24px;
  margin-top:22px;
}
.mdo-profile-monogram{width:120px;height:120px;font-size:42px;border-radius:30px}
.mdo-profile-intro h1{margin:7px 0 10px}
.mdo-profile-intro p{margin:0}
.mdo-data-breadcrumb{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  color:#acbbce;
  font-size:14px;
  font-weight:850;
}
.mdo-data-breadcrumb a{color:#ffd21f;text-decoration:none}
.mdo-profile-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 330px;
  gap:24px;
  align-items:start;
}
.mdo-profile-details{position:sticky;top:105px}
.mdo-profile-details h2{margin-top:0}
.mdo-profile-details dl{margin:0 0 18px}
.mdo-profile-details dl>div{
  display:flex;
  justify-content:space-between;
  gap:14px;
  padding:12px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.mdo-profile-details dt{color:#9fadc0}
.mdo-profile-details dd{margin:0;color:#fff;text-align:right;font-weight:900}
.mdo-profile-details a{color:#ffd21f}
.mdo-stat-group-title{margin:24px 0 12px;color:#7ecfff}
.mdo-stat-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:10px;
}
.mdo-stat-grid>div{
  min-height:88px;
  padding:14px 10px;
  border-radius:15px;
  border:1px solid rgba(255,255,255,.09);
  background:rgba(255,255,255,.035);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:5px;
}
.mdo-stat-grid span{color:#93a4b9;font-size:12px;font-weight:900}
.mdo-stat-grid strong{color:#fff;font-size:23px}
.mdo-data-news-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.mdo-data-news-grid a{
  min-height:126px;
  padding:16px;
  border-radius:17px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.035);
  color:#fff;
  text-decoration:none;
  display:flex;
  flex-direction:column;
  gap:7px;
}
.mdo-data-news-grid a:hover{border-color:rgba(255,210,31,.36)}
.mdo-data-news-grid span{color:#ffd21f;font-size:12px;font-weight:900}
.mdo-data-news-grid strong{line-height:1.3}
.mdo-data-news-grid small{margin-top:auto;color:#9eacbe}
.mdo-team-division{margin-bottom:20px}
.mdo-team-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.mdo-team-card{
  display:grid;
  grid-template-columns:58px minmax(0,1fr) auto;
  gap:13px;
  align-items:center;
  padding:15px;
  border-radius:17px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.035);
  color:#fff;
  text-decoration:none;
}
.mdo-team-card:hover{border-color:rgba(255,210,31,.40);transform:translateY(-1px)}
.mdo-team-card>span,
.mdo-team-profile-title>span{
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:15px;
  background:#ffd21f;
  color:#071321;
  font-weight:1000;
}
.mdo-team-card>span{width:58px;height:58px;font-size:14px}
.mdo-team-card strong{display:block;font-size:17px;line-height:1.2}
.mdo-team-card small{display:block;margin-top:5px;color:#9dadc1}
.mdo-team-card b{color:#ffd21f;font-size:28px}
.mdo-team-profile-title{
  display:grid;
  grid-template-columns:120px minmax(0,1fr);
  gap:24px;
  align-items:center;
  margin-top:22px;
}
.mdo-team-profile-title>span{width:120px;height:120px;border-radius:28px;font-size:26px}
.mdo-team-profile-title h1{margin:5px 0 8px}
.mdo-team-profile-title p{margin:0}
.mdo-leader-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:11px;
}
.mdo-leader-grid a{
  min-height:160px;
  padding:15px;
  border-radius:17px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.035);
  color:#fff;
  text-decoration:none;
  display:flex;
  flex-direction:column;
  gap:7px;
}
.mdo-leader-grid a:hover{border-color:rgba(255,210,31,.38)}
.mdo-leader-grid span{color:#7ecfff;font-size:12px;font-weight:900}
.mdo-leader-grid strong{line-height:1.25}
.mdo-leader-grid div{margin-top:auto;display:grid;gap:4px}
.mdo-leader-grid b{color:#ffd21f;font-size:20px}
.mdo-leader-grid small{color:#aab8ca}
.mdo-roster-table-wrap{overflow-x:auto}
.mdo-roster-table{width:100%;min-width:680px;border-collapse:collapse}
.mdo-roster-table th,.mdo-roster-table td{
  padding:12px;
  text-align:left;
  border-bottom:1px solid rgba(255,255,255,.09);
}
.mdo-roster-table th{color:#ffd21f;font-size:12px;text-transform:uppercase}
.mdo-roster-table td{color:#dce6f4}
.mdo-roster-table a{color:#fff;text-decoration:none;font-weight:900}
.mdo-roster-table a:hover{color:#ffd21f}
/* v11.7.15: contención móvil compartida por Clasificación y Líderes. */
.mdo-standings-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  align-items:start;
  min-width:0;
}
.mdo-standings-grid .mdo-data-panel{
  margin:0;
  min-width:0;
  max-width:100%;
}
.mdo-standings-grid .mdo-roster-table-wrap{
  width:100%;
  max-width:100%;
  min-width:0;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}
.mdo-standings-grid .mdo-data-section-head,
.mdo-standings-grid .mdo-data-section-head>div{
  min-width:0;
  max-width:100%;
}
.mdo-standings-grid .mdo-data-section-head h2{
  overflow-wrap:anywhere;
}
.mdo-standings-table{min-width:620px}
.mdo-news-profile-links{
  margin-top:30px;
  padding:22px 0;
  border-top:1px solid rgba(255,255,255,.09);
  border-bottom:1px solid rgba(255,255,255,.09);
}
.mdo-news-profile-links h2{margin:8px 0 15px}
.mdo-news-profile-links>div{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:11px;
}
.mdo-news-profile-links a{
  padding:14px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.035);
  color:#fff;
  text-decoration:none;
  display:grid;
  gap:4px;
}
.mdo-news-profile-links a:hover{border-color:rgba(255,210,31,.38)}
.mdo-news-profile-links a>span{color:#ffd21f;font-size:11px;font-weight:900;text-transform:uppercase}
.mdo-news-profile-links a>small{color:#aab7c8}

@media(max-width:1100px){
  .mdo-player-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mdo-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .mdo-team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mdo-leader-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .mdo-standings-grid{grid-template-columns:1fr}
}
@media(max-width:820px){
  .mdo-data-filters{grid-template-columns:1fr}
  .mdo-profile-layout{grid-template-columns:1fr}
  .mdo-profile-details{position:relative;top:auto}
  .mdo-data-section-head{display:block}
  .mdo-data-section-head>p{margin-top:9px}
}
@media(max-width:650px){
  .mdo-data-hero{padding:44px 0 32px}
  .mdo-data-hero h1{font-size:clamp(34px,10vw,48px)}
  .mdo-data-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
  .mdo-data-nav a{justify-content:center;text-align:center}
  .mdo-player-grid,.mdo-team-grid,.mdo-data-news-grid,.mdo-news-profile-links>div{grid-template-columns:1fr}
  .mdo-profile-intro,.mdo-team-profile-title{grid-template-columns:82px minmax(0,1fr);gap:16px}
  .mdo-profile-monogram,.mdo-team-profile-title>span{width:82px;height:82px;border-radius:22px}
  .mdo-profile-monogram{font-size:30px}
  .mdo-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .mdo-leader-grid{grid-template-columns:1fr}
  .mdo-data-panel{padding:18px;border-radius:20px}
  .mdo-standings-grid .mdo-data-panel{width:100%}
}

/* v11.5.0: navegación desde el marcador hacia las fichas de equipos. */
.mdo-game-team-link{
  color:inherit;
  text-decoration:none;
  text-decoration-thickness:1px;
  text-underline-offset:4px;
  transition:color .18s ease,text-decoration-color .18s ease;
}
.mdo-game-team-link:hover,
.mdo-game-team-link:focus-visible{
  color:#ffd21f;
  text-decoration:underline;
  text-decoration-color:rgba(255,210,31,.8);
}
.mdo-game-team-link:focus-visible{
  outline:2px solid rgba(255,210,31,.75);
  outline-offset:4px;
  border-radius:3px;
}

/* v11.7.40: lineups y sustituciones MLB, aislados de la cartelera y los estados. */
.mdo-mlb-lineup{
  margin:28px 0;
  padding:24px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:24px;
  background:linear-gradient(145deg,rgba(10,25,45,.98),rgba(7,17,31,.98));
  box-shadow:0 20px 48px rgba(0,0,0,.22);
  color:#fff;
}
.mdo-mlb-lineup-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  padding-bottom:18px;
  border-bottom:1px solid rgba(255,255,255,.09);
}
.mdo-mlb-lineup-head h2,
.mdo-mlb-lineup-empty h2{
  margin:8px 0 6px;
  color:#fff;
  font-size:clamp(23px,3vw,32px);
  line-height:1.12;
}
.mdo-mlb-lineup-head p,
.mdo-mlb-lineup-empty p{
  margin:0;
  color:#acb9ca;
}
.mdo-mlb-lineup-badge{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:6px 10px;
  border-radius:999px;
  font-size:11px;
  font-style:normal;
  font-weight:900;
  letter-spacing:.055em;
  text-transform:uppercase;
}
.mdo-mlb-lineup-badge.official{
  color:#bfffe2;
  background:rgba(23,172,104,.18);
  border:1px solid rgba(65,222,147,.35);
}
.mdo-mlb-lineup-badge.partial{
  color:#ffe7a1;
  background:rgba(221,159,0,.16);
  border:1px solid rgba(255,202,54,.35);
}
.mdo-mlb-lineup-badge.pending,
.mdo-mlb-lineup-badge.unavailable{
  color:#d9e4f2;
  background:rgba(117,139,165,.15);
  border:1px solid rgba(155,177,201,.27);
}
.mdo-mlb-lineup-source{
  flex:0 0 auto;
  padding:8px 11px;
  border-radius:10px;
  color:#8fa3bb;
  background:rgba(255,255,255,.045);
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
}
.mdo-mlb-pitchers{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin:18px 0;
}
.mdo-mlb-pitchers>div{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:3px 12px;
  padding:14px 16px;
  border-radius:16px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.08);
}
.mdo-mlb-pitchers span{
  color:#dce7f4;
  font-size:12px;
  font-weight:900;
  overflow-wrap:anywhere;
}
.mdo-mlb-pitchers small{
  grid-column:2;
  grid-row:1;
  color:#8ea0b5;
  font-size:10px;
  font-weight:800;
  text-transform:uppercase;
}
.mdo-mlb-pitchers strong{
  grid-column:1/-1;
  color:#ffd21f;
  font-size:16px;
}
.mdo-mlb-pitchers a,
.mdo-mlb-batting-order a,
.mdo-mlb-substitution-players a{
  color:inherit;
  text-decoration:none;
}
.mdo-mlb-pitchers a:hover,
.mdo-mlb-batting-order a:hover,
.mdo-mlb-substitution-players a:hover{
  color:#ffd21f;
  text-decoration:underline;
  text-underline-offset:3px;
}
.mdo-mlb-lineup-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.mdo-mlb-lineup-team{
  min-width:0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.09);
  border-radius:18px;
  background:rgba(255,255,255,.025);
}
.mdo-mlb-lineup-team>header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:15px 16px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.mdo-mlb-lineup-team>header span{
  display:block;
  margin-bottom:2px;
  color:#8396ad;
  font-size:10px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.mdo-mlb-lineup-team>header h3{
  margin:0;
  color:#fff;
  font-size:18px;
  overflow-wrap:anywhere;
}
.mdo-mlb-lineup-team>header em{
  flex:0 0 auto;
  padding:5px 8px;
  border-radius:999px;
  font-size:10px;
  font-style:normal;
  font-weight:900;
  text-transform:uppercase;
}
.mdo-mlb-lineup-team>header em.official{color:#bfffe2;background:rgba(23,172,104,.17)}
.mdo-mlb-lineup-team>header em.pending{color:#c6d2e0;background:rgba(255,255,255,.07)}
.mdo-mlb-batting-order{
  margin:0;
  padding:7px 0;
  list-style:none;
  counter-reset:none;
}
.mdo-mlb-batting-order li{
  display:grid;
  grid-template-columns:30px minmax(0,1fr) 46px;
  align-items:center;
  gap:8px;
  min-height:44px;
  padding:7px 14px;
  border-bottom:1px solid rgba(255,255,255,.055);
}
.mdo-mlb-batting-order li:last-child{border-bottom:0}
.mdo-lineup-order{
  display:grid;
  place-items:center;
  width:27px;
  height:27px;
  border-radius:9px;
  color:#07111f;
  background:#ffd21f;
  font-size:12px;
  font-weight:950;
}
.mdo-mlb-batting-order strong{
  min-width:0;
  color:#eef5fc;
  font-size:14px;
  line-height:1.25;
  overflow-wrap:anywhere;
}
.mdo-mlb-batting-order abbr{
  justify-self:end;
  min-width:38px;
  padding:5px 7px;
  border:0;
  border-radius:8px;
  color:#b8c8d9;
  background:rgba(255,255,255,.065);
  font-size:11px;
  font-weight:900;
  text-align:center;
  text-decoration:none;
}
.mdo-mlb-lineup-pending{
  min-height:246px;
  display:grid;
  place-content:center;
  gap:7px;
  padding:28px;
  text-align:center;
}
.mdo-mlb-lineup-pending strong{color:#fff;font-size:17px}
.mdo-mlb-lineup-pending p{margin:0;color:#91a3b8;font-size:13px}
.mdo-mlb-substitutions{
  margin-top:20px;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.09);
}
.mdo-mlb-substitutions-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:14px;
  margin-bottom:13px;
}
.mdo-mlb-substitutions-head span{
  display:block;
  margin-bottom:4px;
  color:#ffd21f;
  font-size:10px;
  font-weight:950;
  letter-spacing:.07em;
}
.mdo-mlb-substitutions-head h3{
  margin:0;
  color:#fff;
  font-size:20px;
  line-height:1.2;
}
.mdo-mlb-substitutions-head em{
  flex:0 0 auto;
  padding:6px 9px;
  border-radius:999px;
  color:#d7e4f2;
  background:rgba(255,255,255,.07);
  font-size:10px;
  font-style:normal;
  font-weight:900;
  text-transform:uppercase;
}
.mdo-mlb-substitutions-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.mdo-mlb-substitutions-team{
  min-width:0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.09);
  border-radius:18px;
  background:rgba(255,255,255,.025);
}
.mdo-mlb-substitutions-team>header{
  padding:13px 15px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.mdo-mlb-substitutions-team>header span{
  display:block;
  color:#8396ad;
  font-size:9px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.mdo-mlb-substitutions-team>header h4{
  margin:2px 0 0;
  color:#fff;
  font-size:16px;
  overflow-wrap:anywhere;
}
.mdo-mlb-substitutions-team ol{
  margin:0;
  padding:0;
  list-style:none;
}
.mdo-mlb-substitutions-team li{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:8px 12px;
  padding:12px 14px;
  border-bottom:1px solid rgba(255,255,255,.055);
}
.mdo-mlb-substitutions-team li:last-child{border-bottom:0}
.mdo-mlb-substitution-meta{
  grid-column:1/-1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.mdo-mlb-substitution-meta span{
  color:#9ed7ff;
  font-size:9px;
  font-weight:950;
  letter-spacing:.045em;
  text-transform:uppercase;
}
.mdo-mlb-substitution-meta span.offensive-substitution{color:#ffe07a}
.mdo-mlb-substitution-meta span.pitching-substitution{color:#ffaaa4}
.mdo-mlb-substitution-meta span.defensive-substitution,
.mdo-mlb-substitution-meta span.defensive-switch{color:#9ed7ff}
.mdo-mlb-substitution-meta time{
  color:#93a5ba;
  font-size:10px;
  font-weight:850;
}
.mdo-mlb-substitution-players{
  min-width:0;
  display:grid;
  gap:3px;
}
.mdo-mlb-substitution-players strong{
  color:#f4f8fc;
  font-size:14px;
  line-height:1.3;
  overflow-wrap:anywhere;
}
.mdo-mlb-substitution-players small{
  color:#93a5ba;
  font-size:11px;
  line-height:1.35;
  overflow-wrap:anywhere;
}
.mdo-mlb-substitution-position{
  display:flex;
  align-items:flex-end;
  justify-content:center;
  flex-direction:column;
  gap:4px;
}
.mdo-mlb-substitution-position abbr{
  min-width:35px;
  padding:5px 7px;
  border:0;
  border-radius:8px;
  color:#07111f;
  background:#ffd21f;
  font-size:10px;
  font-weight:950;
  text-align:center;
  text-decoration:none;
}
.mdo-mlb-substitution-position span{
  color:#8497ae;
  font-size:9px;
  font-weight:800;
}
.mdo-mlb-lineup-note{
  margin:16px 0 0;
  color:#8497ae;
  font-size:12px;
  line-height:1.55;
}
.mdo-mlb-lineup-note strong{color:#b9c8d9;font-weight:800}

.mdo-lineup-yankees-hero{
  padding:54px 0 44px;
  border-bottom:1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(circle at 78% 10%,rgba(20,92,155,.24),transparent 34%),
    linear-gradient(180deg,#091a2f,#07111f);
}
.mdo-lineup-yankees-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(290px,.75fr);
  gap:30px;
  align-items:center;
  margin-top:24px;
}
.mdo-lineup-yankees-hero h1{
  max-width:840px;
  margin:8px 0 14px;
  color:#fff;
  font-size:clamp(38px,5.3vw,66px);
  line-height:1.02;
}
.mdo-lineup-yankees-hero-grid>div>p{
  max-width:780px;
  margin:0;
  color:#b4c1d1;
  font-size:17px;
  line-height:1.65;
}
.mdo-lineup-yankees-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:23px;
}
.mdo-lineup-yankees-status{
  display:grid;
  gap:8px;
  padding:24px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:22px;
  background:rgba(255,255,255,.045);
  box-shadow:0 22px 60px rgba(0,0,0,.2);
}
.mdo-lineup-yankees-status>span{
  color:#ffd21f;
  font-size:11px;
  font-weight:900;
  letter-spacing:.07em;
  text-transform:uppercase;
}
.mdo-lineup-yankees-status>strong{color:#fff;font-size:22px;line-height:1.22}
.mdo-lineup-yankees-status>p{margin:0;color:#aebed0}
.mdo-lineup-yankees-status>em{
  justify-self:start;
  margin-top:4px;
  padding:6px 9px;
  border-radius:999px;
  color:#d9e5f2;
  background:rgba(255,255,255,.07);
  font-size:10px;
  font-style:normal;
  font-weight:900;
  text-transform:uppercase;
}
.mdo-lineup-yankees-status>em.official{color:#bfffe2;background:rgba(23,172,104,.17)}
.mdo-lineup-yankees-status>em.partial{color:#ffe7a1;background:rgba(221,159,0,.16)}
.mdo-lineup-yankees-page{max-width:1180px}
.mdo-lineup-yankees-editorial{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin-top:24px;
}
.mdo-lineup-yankees-editorial article,
.mdo-lineup-yankees-faq{
  padding:25px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:22px;
  background:rgba(255,255,255,.035);
}
.mdo-lineup-yankees-editorial h2,
.mdo-lineup-yankees-faq h2{
  margin:8px 0 12px;
  color:#fff;
  font-size:clamp(23px,3vw,31px);
  line-height:1.15;
}
.mdo-lineup-yankees-editorial p,
.mdo-lineup-yankees-faq p{
  color:#aebdce;
  line-height:1.7;
}
.mdo-lineup-yankees-faq{margin-top:16px}
.mdo-lineup-yankees-faq>div{display:grid;gap:9px;margin-top:18px}
.mdo-lineup-yankees-faq details{
  padding:15px 17px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:14px;
  background:rgba(0,0,0,.13);
}
.mdo-lineup-yankees-faq summary{
  color:#fff;
  cursor:pointer;
  font-weight:850;
}
.mdo-lineup-yankees-faq details p{margin:11px 0 0}
.mdo-yankees-lineup-link-panel{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.mdo-yankees-lineup-link-panel h2{margin:7px 0;color:#fff}
.mdo-yankees-lineup-link-panel p{margin:0;color:#aebdce}

@media(max-width:820px){
  .mdo-lineup-yankees-hero-grid{grid-template-columns:1fr}
  .mdo-lineup-yankees-editorial{grid-template-columns:1fr}
  .mdo-yankees-lineup-link-panel{display:grid}
}
@media(max-width:700px){
  .mdo-mlb-lineup{padding:17px;border-radius:19px}
  .mdo-mlb-lineup-head{display:grid}
  .mdo-mlb-lineup-source{justify-self:start}
  .mdo-mlb-pitchers,.mdo-mlb-lineup-grid,.mdo-mlb-substitutions-grid{grid-template-columns:1fr}
  .mdo-mlb-pitchers>div{grid-template-columns:minmax(0,1fr)}
  .mdo-mlb-pitchers small{grid-column:1;grid-row:auto}
  .mdo-mlb-pitchers strong{grid-column:1}
  .mdo-mlb-substitutions-head{align-items:flex-start}
  .mdo-lineup-yankees-hero{padding:38px 0 32px}
  .mdo-lineup-yankees-hero h1{font-size:clamp(35px,11vw,50px)}
  .mdo-lineup-yankees-status{padding:19px}
  .mdo-lineup-yankees-editorial article,.mdo-lineup-yankees-faq{padding:19px}
}

/* v11.7.41: quintetos y sustituciones NBA, aislados de MLB y los estados. */
.mdo-nba-lineup{
  margin:28px 0;
  padding:24px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:24px;
  background:
    radial-gradient(circle at 90% 0,rgba(238,95,24,.14),transparent 32%),
    linear-gradient(145deg,rgba(18,25,40,.99),rgba(8,14,26,.99));
  box-shadow:0 20px 48px rgba(0,0,0,.22);
  color:#fff;
}
.mdo-nba-lineup-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  padding-bottom:18px;
  border-bottom:1px solid rgba(255,255,255,.09);
}
.mdo-nba-lineup-head h2{
  margin:8px 0 6px;
  color:#fff;
  font-size:clamp(23px,3vw,32px);
  line-height:1.12;
}
.mdo-nba-lineup-head p{margin:0;color:#acb9ca}
.mdo-nba-lineup-badge{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:6px 10px;
  border-radius:999px;
  font-size:11px;
  font-style:normal;
  font-weight:900;
  letter-spacing:.055em;
  text-transform:uppercase;
}
.mdo-nba-lineup-badge.official{
  color:#bfffe2;
  background:rgba(23,172,104,.18);
  border:1px solid rgba(65,222,147,.35);
}
.mdo-nba-lineup-badge.partial{
  color:#ffe7a1;
  background:rgba(221,159,0,.16);
  border:1px solid rgba(255,202,54,.35);
}
.mdo-nba-lineup-badge.pending,
.mdo-nba-lineup-badge.unavailable{
  color:#d9e4f2;
  background:rgba(117,139,165,.15);
  border:1px solid rgba(155,177,201,.27);
}
.mdo-nba-lineup-source{
  flex:0 0 auto;
  padding:8px 11px;
  border-radius:10px;
  color:#ffbc98;
  background:rgba(238,95,24,.1);
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
}
.mdo-nba-lineup-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-top:18px;
}
.mdo-nba-lineup-team{
  min-width:0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.09);
  border-radius:18px;
  background:rgba(255,255,255,.025);
}
.mdo-nba-lineup-team>header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:15px 16px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.mdo-nba-lineup-team>header span{
  display:block;
  margin-bottom:2px;
  color:#8396ad;
  font-size:10px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.mdo-nba-lineup-team>header h3{
  margin:0;
  color:#fff;
  font-size:18px;
  overflow-wrap:anywhere;
}
.mdo-nba-lineup-team>header em{
  flex:0 0 auto;
  padding:5px 8px;
  border-radius:999px;
  font-size:10px;
  font-style:normal;
  font-weight:900;
  text-transform:uppercase;
}
.mdo-nba-lineup-team>header em.official{color:#bfffe2;background:rgba(23,172,104,.17)}
.mdo-nba-lineup-team>header em.pending{color:#c6d2e0;background:rgba(255,255,255,.07)}
.mdo-nba-starters{
  margin:0;
  padding:7px 0;
  list-style:none;
}
.mdo-nba-starters li{
  display:grid;
  grid-template-columns:40px minmax(0,1fr) 46px;
  align-items:center;
  gap:9px;
  min-height:58px;
  padding:8px 14px;
  border-bottom:1px solid rgba(255,255,255,.055);
}
.mdo-nba-starters li:last-child{border-bottom:0}
.mdo-nba-jersey{
  display:grid;
  place-items:center;
  width:36px;
  height:36px;
  border-radius:50%;
  color:#fff;
  background:#ee5f18;
  box-shadow:inset 0 0 0 2px rgba(255,255,255,.14);
  font-size:11px;
  font-weight:950;
}
.mdo-nba-starters li>div{min-width:0;display:grid;gap:3px}
.mdo-nba-starters strong{
  min-width:0;
  color:#f2f7fc;
  font-size:14px;
  line-height:1.25;
  overflow-wrap:anywhere;
}
.mdo-nba-starters small{
  color:#91a3b8;
  font-size:10px;
  font-weight:750;
  line-height:1.3;
}
.mdo-nba-starters abbr{
  justify-self:end;
  min-width:38px;
  padding:5px 7px;
  border:0;
  border-radius:8px;
  color:#ffd7c1;
  background:rgba(238,95,24,.14);
  font-size:11px;
  font-weight:900;
  text-align:center;
  text-decoration:none;
}
.mdo-nba-starters a,
.mdo-nba-substitution-players a{color:inherit;text-decoration:none}
.mdo-nba-starters a:hover,
.mdo-nba-substitution-players a:hover{
  color:#ff9a62;
  text-decoration:underline;
  text-underline-offset:3px;
}
.mdo-nba-lineup-pending{
  min-height:290px;
  display:grid;
  place-content:center;
  gap:7px;
  padding:28px;
  text-align:center;
}
.mdo-nba-lineup-pending strong{color:#fff;font-size:17px}
.mdo-nba-lineup-pending p{margin:0;color:#91a3b8;font-size:13px}
.mdo-nba-substitutions{
  margin-top:20px;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.09);
}
.mdo-nba-substitutions-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:14px;
  margin-bottom:13px;
}
.mdo-nba-substitutions-head span{
  display:block;
  margin-bottom:4px;
  color:#ff8c4d;
  font-size:10px;
  font-weight:950;
  letter-spacing:.07em;
}
.mdo-nba-substitutions-head h3{
  margin:0;
  color:#fff;
  font-size:20px;
  line-height:1.2;
}
.mdo-nba-substitutions-head em{
  flex:0 0 auto;
  padding:6px 9px;
  border-radius:999px;
  color:#d7e4f2;
  background:rgba(255,255,255,.07);
  font-size:10px;
  font-style:normal;
  font-weight:900;
  text-transform:uppercase;
}
.mdo-nba-substitutions-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.mdo-nba-substitutions-team{
  min-width:0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.09);
  border-radius:18px;
  background:rgba(255,255,255,.025);
}
.mdo-nba-substitutions-team>summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px 15px;
  cursor:pointer;
  list-style:none;
}
.mdo-nba-substitutions-team>summary::-webkit-details-marker{display:none}
.mdo-nba-substitutions-team>summary:after{
  content:'+';
  display:grid;
  place-items:center;
  width:25px;
  height:25px;
  border-radius:8px;
  color:#fff;
  background:rgba(255,255,255,.07);
  font-weight:900;
}
.mdo-nba-substitutions-team[open]>summary:after{content:'−'}
.mdo-nba-substitutions-team>summary>span{min-width:0;display:grid;gap:2px}
.mdo-nba-substitutions-team>summary small{
  color:#8396ad;
  font-size:9px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.mdo-nba-substitutions-team>summary strong{
  color:#fff;
  font-size:15px;
  overflow-wrap:anywhere;
}
.mdo-nba-substitutions-team>summary em{
  margin-left:auto;
  color:#ffb38a;
  font-size:10px;
  font-style:normal;
  font-weight:850;
  white-space:nowrap;
}
.mdo-nba-substitutions-team ol{
  max-height:520px;
  overflow:auto;
  margin:0;
  padding:0;
  border-top:1px solid rgba(255,255,255,.08);
  list-style:none;
}
.mdo-nba-substitutions-team li{
  display:grid;
  gap:6px;
  padding:11px 14px;
  border-bottom:1px solid rgba(255,255,255,.055);
}
.mdo-nba-substitutions-team li:last-child{border-bottom:0}
.mdo-nba-substitution-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.mdo-nba-substitution-meta time{
  color:#ff9f6c;
  font-size:10px;
  font-weight:900;
}
.mdo-nba-substitution-meta span{
  padding:3px 6px;
  border-radius:7px;
  color:#c7d5e4;
  background:rgba(255,255,255,.055);
  font-size:9px;
  font-weight:850;
}
.mdo-nba-substitution-players{min-width:0;display:grid;gap:2px}
.mdo-nba-substitution-players strong{
  color:#f4f8fc;
  font-size:14px;
  line-height:1.3;
  overflow-wrap:anywhere;
}
.mdo-nba-substitution-players small{
  color:#93a5ba;
  font-size:11px;
  line-height:1.35;
  overflow-wrap:anywhere;
}
.mdo-nba-lineup-note{
  margin:16px 0 0;
  color:#8497ae;
  font-size:12px;
  line-height:1.55;
}
.mdo-nba-lineup-note strong{color:#b9c8d9;font-weight:800}

@media(max-width:700px){
  .mdo-nba-lineup{padding:17px;border-radius:19px}
  .mdo-nba-lineup-head{display:grid}
  .mdo-nba-lineup-source{justify-self:start}
  .mdo-nba-lineup-grid,.mdo-nba-substitutions-grid{grid-template-columns:1fr}
  .mdo-nba-substitutions-head{align-items:flex-start}
  .mdo-nba-starters li{grid-template-columns:38px minmax(0,1fr) 42px;padding-inline:11px}
}

/* v11.7.42: inventario completo de The Moneytizer, excepto Pop Under. */
.mdo-tm-floating-anchor{
  display:none;
  width:0;
  height:0;
  margin:0;
  padding:0;
}
.mdo-tm-top-formats,
.mdo-tm-bottom-formats{
  width:min(100% - 32px,1200px);
  margin:0 auto;
  text-align:center;
}
.mdo-tm-top-formats{
  display:grid;
  gap:16px;
  padding:16px 0 4px;
}
.mdo-tm-bottom-formats{
  display:grid;
  gap:24px;
  padding:24px 0 34px;
}
.mdo-tm-ad-slot{
  max-width:100%;
  margin-inline:auto;
  overflow:hidden;
  text-align:center;
}
/* v11.7.45: no reservar espacio cuando el proveedor confirma que no hay anuncio. */
.mdo-tm-ad-slot.is-ad-empty,
.mdo-tm-top-formats.is-ad-empty,
.mdo-tm-bottom-formats.is-ad-empty,
.mdo-tm-rectangle-grid.is-ad-empty,
.mdo-tm-vertical-formats.is-ad-empty{
  display:none!important;
}
.mdo-tm-megabanner,
.mdo-tm-bottom-banner{
  width:min(100%,970px);
}
.mdo-tm-billboard{
  width:min(100%,970px);
}
.mdo-tm-rectangle-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,300px));
  justify-content:center;
  align-items:start;
  gap:24px;
}
.mdo-tm-rectangle{
  width:300px;
  max-width:100%;
}
.mdo-tm-vertical-formats{
  display:grid;
  grid-template-columns:minmax(0,300px);
  justify-content:center;
  align-items:start;
  gap:20px;
  width:100%;
  max-width:300px;
  margin:0 auto;
}
.mdo-tm-splitscreen{
  width:300px;
  max-width:100%;
}
#mdo-match-actions-sidebar>.mdo-tm-vertical-formats,
.news-sidebar>.mdo-tm-vertical-formats,
.mdo-league-landing-side>.mdo-tm-vertical-formats,
.mdo-league-landing-sidebar>.mdo-tm-vertical-formats,
.summary-side-detail>.mdo-tm-vertical-formats,
.category-side>.mdo-tm-vertical-formats{
  grid-template-columns:minmax(0,1fr);
  min-width:0;
  max-width:100%;
  overflow:hidden;
  width:100%;
  margin-top:24px;
}

/* v11.7.46: el formato vertical no debe ensanchar el sidebar de las ligas. */
#mdo-match-actions-sidebar>.mdo-tm-vertical-formats>.mdo-tm-ad-slot,
.news-sidebar>.mdo-tm-vertical-formats>.mdo-tm-ad-slot,
.mdo-league-landing-side>.mdo-tm-vertical-formats>.mdo-tm-ad-slot,
.mdo-league-landing-sidebar>.mdo-tm-vertical-formats>.mdo-tm-ad-slot,
.summary-side-detail>.mdo-tm-vertical-formats>.mdo-tm-ad-slot,
.category-side>.mdo-tm-vertical-formats>.mdo-tm-ad-slot{
  justify-self:center;
  min-width:0;
  width:100%;
  max-width:300px;
}
.mdo-league-landing-side{
  min-width:0;
  overflow:hidden;
}
.mdo-league-landing-side>a{
  display:block;
  min-width:0;
  width:100%;
  max-width:100%;
}

@media(max-width:700px){
  .mdo-tm-top-formats,
  .mdo-tm-bottom-formats{
    width:min(100% - 20px,1200px);
  }
  .mdo-tm-top-formats{
    gap:12px;
    padding-top:12px;
  }
  .mdo-tm-bottom-formats{
    gap:20px;
    padding:20px 0 28px;
  }
  .mdo-tm-rectangle-grid,
  .mdo-tm-vertical-formats{
    grid-template-columns:1fr;
  }
  .mdo-tm-ad-slot{
    width:100%;
    min-width:0;
    max-width:100%;
    overflow:hidden;
  }
  .mdo-tm-ad-slot>div,
  .mdo-tm-ad-slot>iframe{
    max-width:100%;
  }
}

/* The Moneytizer marca Double Skyrail (4) y Double Megaskyscraper (20)
   exclusivamente para desktop. Los códigos permanecen instalados en body,
   pero no crean espacio ni bloques blancos por debajo de 1024 px. */
@media(min-width:1024px){
  .mdo-tm-floating-anchor.mdo-tm-desktop-only{
    display:block;
    width:0;
    height:0;
    overflow:visible;
  }
}

/* MDO v11.7.43: confianza editorial, accesibilidad y acabado general. */
.skip-link{
  position:fixed;
  top:10px;
  left:10px;
  z-index:99999;
  padding:12px 16px;
  border-radius:12px;
  background:#ffd21f;
  color:#07101e;
  font-weight:900;
  text-decoration:none;
  transform:translateY(-150%);
  transition:transform .18s ease;
}
.skip-link:focus{transform:translateY(0)}
#contenido-principal:focus{outline:none}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible{
  outline:3px solid #ffd21f;
  outline-offset:3px;
}
.footer-social{display:flex;flex-wrap:wrap;gap:10px;margin-top:15px}
.footer-social a{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));color:#fff;text-decoration:none;box-shadow:0 10px 25px rgba(0,0,0,.18)}
.footer-social a svg{width:19px;height:19px;fill:currentColor}
.footer-social a:hover{border-color:rgba(255,210,31,.45);color:#ffd21f;transform:translateY(-1px)}
.footer-grid .footer-brand{display:inline-flex;align-items:center;gap:12px;white-space:nowrap}
.article-meta a{color:#ffd21f;text-decoration-thickness:1px;text-underline-offset:3px}
.summary-play-details{
  margin-top:28px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:20px;
  background:rgba(255,255,255,.035);
  overflow:hidden;
}
.summary-play-details>summary{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:18px 20px;
  cursor:pointer;
  color:#fff;
  font-weight:950;
  list-style:none;
}
.summary-play-details>summary::-webkit-details-marker{display:none}
.summary-play-details>summary::after{content:"+";color:#ffd21f;font-size:25px;line-height:1}
.summary-play-details[open]>summary::after{content:"−"}
.summary-play-details>summary small{margin-left:auto;color:rgba(255,255,255,.68);font-weight:700}
.summary-play-details .game-tracker{margin:0;border:0;border-top:1px solid rgba(255,255,255,.1);border-radius:0}
.editorial-profile-heading{display:grid;grid-template-columns:96px minmax(0,1fr);gap:22px;align-items:center;margin-bottom:28px}
.editorial-profile-monogram{width:96px;height:96px;display:grid;place-items:center;border-radius:24px;background:linear-gradient(145deg,#ffd21f,#ff9f1a);color:#07101e;font-size:30px;font-weight:1000;box-shadow:0 18px 45px rgba(255,179,0,.2)}
.editorial-profile-heading h2{margin-top:0}
.editorial-trust-links{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px;padding-top:22px;border-top:1px solid rgba(255,255,255,.1)}
.editorial-trust-links a{display:inline-flex;padding:11px 14px;border-radius:999px;border:1px solid rgba(255,210,31,.25);background:rgba(255,210,31,.07);color:#fff;font-weight:850;text-decoration:none}
.editorial-trust-links a:hover{color:#ffd21f;border-color:rgba(255,210,31,.48)}
.mdo-error-page{min-height:52vh;display:flex;align-items:center}

@media(max-width:640px){
  .summary-play-details>summary{align-items:flex-start;flex-wrap:wrap;padding:16px}
  .summary-play-details>summary small{margin-left:0;width:100%}
  .summary-play-details>summary::after{position:absolute;right:18px}
  .editorial-profile-heading{grid-template-columns:1fr}
  .editorial-profile-monogram{width:78px;height:78px;border-radius:20px;font-size:25px}
}

@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}
}
