:root{--red:#dd0000;--red2:#f02222;--bg:#090909;--panel:#131313;--panel2:#1b1b1b;--line:#2a2a2a;--text:#fff;--muted:#a8a8a8;--ok:#20c768}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,Helvetica,sans-serif}.container{width:min(1180px,calc(100% - 32px));margin:auto}a{color:inherit;text-decoration:none}.topbar{position:sticky;top:0;z-index:50;background:rgba(8,8,8,.94);backdrop-filter:blur(14px);border-bottom:1px solid #1f1f1f}.nav{height:72px;display:flex;align-items:center;gap:26px}.brand{display:flex;align-items:center;gap:12px;font-weight:900}.brand img{width:54px;height:54px;object-fit:cover;border-radius:12px}.brand span{font-size:22px}.navlinks{display:flex;gap:20px;flex:1}.navlinks a{color:#d6d6d6;font-weight:700;font-size:14px}.navlinks a:hover{color:#fff}.nav-actions{display:flex;gap:10px;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:10px;padding:11px 16px;background:#232323;color:#fff;font-weight:800;cursor:pointer}.btn:hover{filter:brightness(1.12)}.btn-red{background:var(--red)}.btn-outline{border:1px solid #3b3b3b;background:transparent}.hero{min-height:520px;display:flex;align-items:flex-end;position:relative;padding:65px 0;background:radial-gradient(circle at 75% 30%,rgba(225,6,0,.25),transparent 34%),linear-gradient(180deg,#111 0%,#090909 100%);overflow:hidden}.hero:after{content:"";position:absolute;width:520px;height:520px;border:70px solid rgba(225,6,0,.09);border-radius:50%;right:-110px;top:-120px}.hero-copy{position:relative;z-index:2;max-width:720px}.eyebrow{color:#ff4d48;text-transform:uppercase;font-size:13px;font-weight:900;letter-spacing:.15em}.hero h1{font-size:clamp(40px,6vw,76px);line-height:.98;margin:12px 0 18px;letter-spacing:-.04em}.hero p{font-size:20px;line-height:1.5;color:#c7c7c7;max-width:650px}.section{padding:34px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.section h2{margin:0;font-size:28px}.section-sub{color:var(--muted);font-size:14px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:var(--panel);border:1px solid #242424;border-radius:18px;overflow:hidden;transition:.2s transform,.2s border-color}.card:hover{transform:translateY(-3px);border-color:#3a3a3a}.thumb{position:relative;aspect-ratio:16/9;background:linear-gradient(135deg,#242424,#111);overflow:hidden}.thumb img{width:100%;height:100%;object-fit:cover}.thumb .live{position:absolute;left:12px;top:12px;background:var(--red);padding:7px 9px;border-radius:7px;font-weight:900;font-size:12px}.thumb .premium{position:absolute;right:12px;top:12px;background:#050505cc;padding:7px 9px;border:1px solid #444;border-radius:7px;font-weight:800;font-size:11px}.card-body{padding:16px}.league{color:#ff514c;font-size:12px;font-weight:900;text-transform:uppercase}.match-title{font-size:20px;font-weight:900;margin:6px 0}.meta{font-size:13px;color:var(--muted)}.scoreline{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;margin-top:14px}.team{text-align:center;font-weight:800}.team img{width:54px;height:54px;object-fit:contain;display:block;margin:0 auto 7px}.score{font-size:26px;font-weight:950}.league-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.league-card{padding:20px;background:#111;border:1px solid #242424;border-radius:16px;min-height:150px;display:flex;flex-direction:column;justify-content:space-between}.league-card img{max-width:60px;max-height:60px;object-fit:contain}.league-card strong{font-size:18px}.empty{padding:28px;border:1px dashed #333;border-radius:16px;color:#888}.footer{margin-top:40px;padding:38px 0;border-top:1px solid #202020;color:#8e8e8e;font-size:13px}.flash{margin:16px 0;padding:12px 14px;border-radius:10px}.flash.success{background:#11311d;color:#b8ffcb}.flash.error{background:#401212;color:#ffb6b3}.auth-shell{min-height:calc(100vh - 72px);display:grid;place-items:center;padding:40px 0}.auth-card{width:min(440px,100%);background:#121212;border:1px solid #282828;border-radius:20px;padding:28px}.field{margin-bottom:16px}.field label{display:block;font-size:13px;font-weight:800;margin-bottom:7px}.field input,.field select,.field textarea{width:100%;background:#090909;border:1px solid #333;border-radius:10px;color:#fff;padding:12px 13px;font:inherit}.field textarea{min-height:110px}.video-wrap{background:#000;border-radius:16px;overflow:hidden;aspect-ratio:16/9}.video-wrap video{width:100%;height:100%;display:block}.match-hero{padding:28px 0}.match-head{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;padding:26px;background:#111;border:1px solid #262626;border-radius:18px;margin-bottom:22px}.match-team{text-align:center;font-size:22px;font-weight:900}.match-team img{height:86px;width:86px;object-fit:contain;display:block;margin:0 auto 10px}.big-score{text-align:center;font-size:42px;font-weight:950}.center-meta{text-align:center;color:#aaa;font-size:13px}.pill{display:inline-flex;padding:6px 9px;border-radius:999px;background:#252525;font-size:12px;font-weight:900}.pill.live{background:var(--red)}.tabs{display:flex;gap:10px;margin-top:18px}.tab{padding:10px 14px;background:#171717;border-radius:9px;font-weight:800;font-size:13px}.tab.active{background:var(--red)}.paywall{padding:35px;text-align:center;background:#141414;border:1px solid #2a2a2a;border-radius:16px}.paywall h3{font-size:26px;margin-top:0}.account{padding:30px 0}.account-grid{display:grid;grid-template-columns:240px 1fr;gap:24px}.account-nav{background:#121212;border:1px solid #252525;border-radius:16px;padding:14px;height:max-content}.account-nav a{display:block;padding:11px 12px;border-radius:9px}.account-nav a:hover{background:#202020}.account-main{background:#111;border:1px solid #252525;border-radius:16px;padding:22px}
@media(max-width:900px){.cards{grid-template-columns:repeat(2,1fr)}.league-grid{grid-template-columns:repeat(2,1fr)}.navlinks{display:none}.match-head{grid-template-columns:1fr 80px 1fr}.account-grid{grid-template-columns:1fr}.hero{min-height:440px}}
@media(max-width:620px){.cards{grid-template-columns:1fr}.league-grid{grid-template-columns:1fr 1fr}.brand span{display:none}.hero h1{font-size:44px}.hero p{font-size:17px}.match-head{padding:16px;gap:10px}.match-team{font-size:15px}.match-team img{width:60px;height:60px}.big-score{font-size:30px}.nav-actions .btn-outline{display:none}}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.hero-actions.centered{justify-content:center}.footer-row{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.filter-row{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 20px}.filter-pill{padding:8px 12px;background:#151515;border:1px solid #2d2d2d;border-radius:999px;font-size:13px;font-weight:800}.filter-pill.active{background:var(--red);border-color:var(--red)}.sport-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.sport-grid.large{grid-template-columns:repeat(4,1fr)}.sport-card{min-height:120px;background:#111;border:1px solid #252525;border-radius:16px;padding:18px;display:flex;flex-direction:column;justify-content:flex-end;gap:10px}.sport-card:hover{border-color:#444}.sport-card img{width:52px;height:52px;object-fit:contain}.sport-card strong{font-size:20px}.sport-card span{color:#888;font-size:13px;line-height:1.4}.sport-heading{display:flex;align-items:center;gap:22px;margin-bottom:32px}.sport-heading img{width:100px;height:100px;object-fit:contain}.sport-heading h1{font-size:46px;margin:4px 0}.sport-heading p{color:#aaa}.spaced{margin-top:36px}.channel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.channel-card{background:#111;border:1px solid #252525;border-radius:17px;overflow:hidden}.channel-card:hover{border-color:#444;transform:translateY(-2px)}.channel-poster{aspect-ratio:16/9;background:linear-gradient(135deg,#2b0a0a,#101010);position:relative;overflow:hidden}.channel-poster img{width:100%;height:100%;object-fit:cover}.channel-poster .live{position:absolute;left:12px;top:12px;background:var(--red);padding:7px 9px;border-radius:7px;font-weight:900;font-size:12px}.channel-info{display:flex;gap:12px;padding:14px;align-items:center}.channel-info>img{width:48px;height:48px;object-fit:contain;border-radius:10px}.channel-info>div{min-width:0;display:flex;flex-direction:column;gap:4px}.channel-info strong{font-size:17px}.channel-info span{font-size:12px;color:#888;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.channel-page{padding:30px 0}.channel-title-row{display:flex;align-items:center;gap:18px;margin-bottom:22px}.channel-title-row>img{width:84px;height:84px;object-fit:contain}.channel-title-row h1{font-size:38px;margin:4px 0}.channel-title-row p{margin:0;color:#999}.channel-player-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:18px}.channel-video{border-radius:14px 14px 0 0}.now-playing{display:flex;gap:14px;align-items:center;background:#151515;border:1px solid #292929;border-top:0;padding:15px;border-radius:0 0 14px 14px}.now-playing>div{display:flex;flex-direction:column;gap:4px}.now-playing span{color:#888;font-size:12px}.live-dot{color:#ff4545!important;font-weight:900;font-size:11px!important}.epg{background:#121212;border:1px solid #292929;border-radius:14px;overflow:hidden;max-height:620px}.epg h3{padding:16px;margin:0;border-bottom:1px solid #292929}.epg-item{display:grid;grid-template-columns:58px 1fr;gap:10px;padding:12px 14px;border-bottom:1px solid #242424}.epg-item.active{background:#260909;border-left:3px solid var(--red)}.epg-item time{font-weight:900}.epg-item div{display:flex;flex-direction:column;gap:3px}.epg-item span{color:#777;font-size:11px}.lock-icon{font-size:34px;color:var(--red);margin-bottom:10px}.paywall-packs{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;max-width:650px;margin:18px auto}.paywall-pack{display:flex;justify-content:space-between;gap:14px;background:#0d0d0d;border:1px solid #333;border-radius:10px;padding:13px}.paywall-pack span{color:#ff625c}.plans-hero{padding:70px 0 30px;background:radial-gradient(circle at 70% 0,rgba(221,0,0,.2),transparent 35%)}.plans-hero h1{font-size:52px;margin:8px 0}.plans-hero p{color:#aaa;font-size:18px}.plans-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:start}.plan-card{position:relative;background:#121212;border:1px solid #2a2a2a;border-radius:19px;padding:22px}.plan-card.featured{border-color:#8a1919;box-shadow:0 0 0 1px #8a1919}.plan-badge{position:absolute;top:-10px;right:16px;background:var(--red);border-radius:999px;padding:6px 10px;font-size:11px;font-weight:900}.plan-type{font-size:11px;color:#ff5d57;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.plan-card h2{font-size:28px;margin:8px 0}.plan-card>p{color:#aaa;min-height:60px;line-height:1.5}.plan-price{padding:16px 0;border-top:1px solid #292929}.plan-price strong,.price-option strong{font-size:30px}.plan-price span,.price-option span{display:block;color:#888;font-size:12px}.price-option{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:14px 0;border-top:1px solid #292929}.plan-foot{margin-top:12px;padding-top:12px;border-top:1px solid #292929;color:#777;font-size:11px}.checkout-price{padding:14px 0 20px}.checkout-price strong{font-size:38px;display:block}.checkout-price span{color:#888}.account-link{display:block;width:100%;padding:11px 12px;border:0;border-radius:9px;background:transparent;color:#fff;text-align:left;font:inherit;cursor:pointer}.account-link:hover{background:#202020}.account-hero{display:flex;justify-content:space-between;gap:20px;align-items:center;padding-bottom:24px;border-bottom:1px solid #272727}.account-hero h1{font-size:34px;margin:4px 0}.account-hero p{margin:0;color:#888}.account-section{padding:24px 0;border-bottom:1px solid #272727}.account-section h2{margin-top:0}.access-list{display:flex;flex-direction:column;gap:9px}.access-item{display:flex;justify-content:space-between;gap:15px;align-items:center;background:#0c0c0c;border:1px solid #292929;padding:14px;border-radius:11px}.access-item>div{display:flex;flex-direction:column;gap:3px}.access-item span{color:#888;font-size:12px}.access-item.free{border-color:#3a2525}.badge-live,.status-chip{font-size:10px!important;color:#fff!important;background:#333;padding:6px 8px;border-radius:999px;font-weight:900}.status-chip.active,.badge-live{background:#174529}.form-two{display:grid;grid-template-columns:1fr 1fr;gap:14px}
@media(max-width:1000px){.channel-player-layout{grid-template-columns:1fr}.epg{max-height:420px}.plans-grid{grid-template-columns:1fr 1fr}.sport-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:720px){.channel-grid,.plans-grid{grid-template-columns:1fr}.sport-grid,.sport-grid.large{grid-template-columns:1fr 1fr}.paywall-packs{grid-template-columns:1fr}.account-hero{align-items:flex-start;flex-direction:column}.form-two{grid-template-columns:1fr}.channel-title-row h1{font-size:30px}.channel-title-row>img{width:60px;height:60px}.plans-hero h1{font-size:40px}}
.plan-features{list-style:none;padding:0;margin:0 0 15px;display:flex;flex-direction:column;gap:7px;color:#d8d8d8;font-size:13px}.plan-features li{padding-left:2px}
.epg-line-top{display:flex!important;flex-direction:row!important;align-items:center;justify-content:space-between;gap:8px}.epg-type{display:inline-flex!important;align-items:center;color:#aaa!important;background:#292929;padding:3px 6px;border-radius:999px;font-size:8px!important;font-weight:900;letter-spacing:.05em}.epg-type.live{background:var(--red);color:#fff!important}

/* ============================================================
   SportsGo v2.3 · Identidad corporativa oficial
   Rojo #dd0000 · blanco · negro / carbón
   ============================================================ */
:root{
  --red:#dd0000;
  --red2:#ff1717;
  --red-dark:#980000;
  --bg:#070707;
  --panel:#111111;
  --panel2:#181818;
  --line:#292929;
  --text:#f4f4f4;
  --muted:#9b9b9b;
  --sports-white:#eeeeee;
}
body{background:linear-gradient(180deg,#090909 0,#050505 100%);}
.sportsgo-redline{height:4px;background:var(--red);position:fixed;left:0;right:0;top:0;z-index:80;box-shadow:0 0 18px rgba(221,0,0,.32)}
.topbar{top:4px;background:rgba(6,6,6,.95);border-bottom:1px solid #242424;box-shadow:0 8px 30px rgba(0,0,0,.22)}
.nav{height:74px}
.brand{width:178px;min-width:178px;display:flex;align-items:center}
.brand img{width:168px;height:52px;object-fit:contain;object-position:left center;border-radius:0;display:block}
.navlinks{gap:22px}
.navlinks a{position:relative;letter-spacing:.01em}
.navlinks a:after{content:"";position:absolute;left:0;right:100%;bottom:-10px;height:3px;background:var(--red);transition:right .18s ease}
.navlinks a:hover:after{right:0}
.btn{border-radius:4px;text-transform:uppercase;letter-spacing:.035em;font-size:12px;min-height:42px}
.btn-red{background:linear-gradient(135deg,var(--red),#b90000);box-shadow:0 8px 22px rgba(221,0,0,.18)}
.btn-red:hover{background:var(--red2)}
.btn-outline{border-color:#444;background:rgba(255,255,255,.02)}

.hero{min-height:570px;align-items:center;padding:90px 0 76px;background:
  linear-gradient(90deg,rgba(5,5,5,.98) 0%,rgba(5,5,5,.91) 48%,rgba(5,5,5,.45) 72%,rgba(5,5,5,.92) 100%),
  radial-gradient(circle at 80% 46%,rgba(221,0,0,.42),transparent 34%),
  linear-gradient(145deg,#171717 0%,#070707 70%);
}
.hero:before{content:"";position:absolute;inset:auto -8% -54% 43%;height:420px;background:var(--red);transform:skewY(-8deg);opacity:.9}
.hero:after{content:"";position:absolute;width:1100px;height:3px;background:linear-gradient(90deg,transparent,var(--red),transparent);right:-260px;top:54%;transform:rotate(-12deg);border:0;border-radius:0;opacity:.75}
.hero-brandmark{position:absolute;z-index:1;right:max(5vw,20px);top:50%;width:min(44vw,610px);height:auto;transform:translateY(-50%) rotate(-1deg);opacity:.14;filter:drop-shadow(0 18px 40px rgba(0,0,0,.4));pointer-events:none}
.hero-slash{position:absolute;right:-4vw;top:19%;width:39vw;height:115%;background:linear-gradient(180deg,rgba(221,0,0,.14),rgba(221,0,0,0));transform:skewX(-15deg) rotate(8deg);pointer-events:none}
.hero-copy{max-width:760px}
.eyebrow{color:#ff3b3b;font-size:12px;letter-spacing:.18em}
.hero h1,.plans-hero h1,.sport-heading h1,.channel-title-row h1,.match-title,.section h2{font-family:"Arial Narrow","Roboto Condensed",Impact,Arial,sans-serif;font-stretch:condensed;font-weight:900;text-transform:uppercase}
.hero h1{font-size:clamp(44px,6vw,80px);letter-spacing:-.025em;text-shadow:0 3px 20px rgba(0,0,0,.4);max-width:760px}
.hero p{max-width:610px;color:#c4c4c4}
.section{position:relative;padding:42px 0}
.section-head h2{display:flex;align-items:center;gap:10px}
.section-head h2:before{content:"";display:inline-block;width:6px;height:24px;background:var(--red);transform:skew(-12deg);box-shadow:7px 0 0 rgba(221,0,0,.24)}
.section-head>a{font-size:12px;font-weight:900;text-transform:uppercase;color:#e8e8e8;letter-spacing:.05em}
.section-head>a:hover{color:#ff3b3b}
.card,.channel-card,.league-card,.sport-card,.plan-card,.auth-card,.account-main,.account-nav,.paywall{border-radius:8px;background:linear-gradient(180deg,#151515,#0f0f0f);border-color:#2b2b2b}
.card,.channel-card,.league-card,.sport-card{position:relative}
.card:after,.channel-card:after,.league-card:after,.sport-card:after{content:"";position:absolute;left:0;bottom:0;height:3px;width:0;background:var(--red);transition:width .2s ease}
.card:hover:after,.channel-card:hover:after,.league-card:hover:after,.sport-card:hover:after{width:100%}
.card:hover,.channel-card:hover,.league-card:hover,.sport-card:hover{border-color:#4a4a4a;box-shadow:0 12px 28px rgba(0,0,0,.24)}
.thumb,.channel-poster{background:linear-gradient(135deg,#210000 0%,#111 55%,#050505 100%)}
.thumb:after,.channel-poster:after{content:"";position:absolute;inset:auto -15% -45% 40%;height:75%;background:rgba(221,0,0,.14);transform:skewY(-12deg);pointer-events:none}
.thumb img,.channel-poster img{position:relative;z-index:1}
.thumb .live,.channel-poster .live{z-index:3;border-radius:3px;text-transform:uppercase;box-shadow:0 5px 16px rgba(221,0,0,.3)}
.thumb .premium,
.league{color:#ff4b4b;letter-spacing:.05em}
.filter-pill{border-radius:3px;text-transform:uppercase;font-size:11px;letter-spacing:.04em}
.filter-pill.active{box-shadow:0 5px 16px rgba(221,0,0,.2)}
.video-wrap{border-radius:6px;border:1px solid #2f2f2f;box-shadow:0 18px 42px rgba(0,0,0,.34)}
.channel-video{border-radius:6px 6px 0 0}
.now-playing{border-radius:0 0 6px 6px;border-top:3px solid var(--red);background:#101010}
.live-dot{color:#ff2828!important}
.epg{border-radius:6px}
.epg h3{font-family:"Arial Narrow",Impact,Arial,sans-serif;text-transform:uppercase;letter-spacing:.03em}
.epg-item.active{background:linear-gradient(90deg,rgba(221,0,0,.22),rgba(221,0,0,.04));border-left:4px solid var(--red)}
.auth-shell{position:relative;background:radial-gradient(circle at 50% 10%,rgba(221,0,0,.16),transparent 34%)}
.auth-shell:after{content:"";position:absolute;inset:auto 0 0 0;height:5px;background:var(--red)}
.auth-card{position:relative;z-index:1;padding:30px;border-top:4px solid var(--red);box-shadow:0 24px 70px rgba(0,0,0,.38)}
.auth-brand{height:62px;margin:0 0 22px;display:flex;align-items:center}
.auth-brand img{width:210px;max-height:60px;object-fit:contain;object-position:left center}
.field input,.field select,.field textarea{border-radius:4px}
.account-nav,.account-main{border-top:3px solid #272727}
.account-nav{border-top-color:var(--red)}
.plan-card.featured{border-color:var(--red);box-shadow:0 0 0 1px rgba(221,0,0,.35),0 18px 40px rgba(0,0,0,.25)}
.plan-badge,.epg-type.live{border-radius:3px}
.footer{background:#030303;border-top:1px solid #292929;padding:42px 0 34px}
.footer-brand-row{display:flex;flex-direction:column;gap:24px}
.footer-logo{width:150px;height:48px;object-fit:contain;object-position:left center;opacity:.92}
.footer-row{width:100%;padding-top:18px;border-top:1px solid #1d1d1d}

@media(max-width:1050px){
  .brand{width:145px;min-width:145px}.brand img{width:140px}
  .nav{gap:16px}.navlinks{gap:14px}.navlinks a{font-size:12px}
  .hero-brandmark{width:55vw;right:-4vw;opacity:.11}
}
@media(max-width:900px){
  .brand{width:160px;min-width:160px}.brand img{width:155px}
  .hero-brandmark{width:75vw;right:-22vw;opacity:.09}
}
@media(max-width:620px){
  .sportsgo-redline{height:3px}.topbar{top:3px}.nav{height:68px;gap:12px}
  .brand{width:126px;min-width:126px}.brand img{width:124px;height:44px}
  .nav-actions{gap:6px}.nav-actions .btn{padding:9px 11px;min-height:38px;font-size:10px}
  .hero{min-height:500px;padding:74px 0 58px}.hero h1{font-size:46px}.hero-brandmark{width:100vw;right:-45vw;top:42%}
  .section{padding:34px 0}.section-head h2:before{height:21px}
}

/* SportsGo v2.3 · Taxonomía de canales */
.channel-taxonomy{margin:4px 0 5px;font-size:13px;font-weight:900;text-transform:uppercase;color:#eee}.channel-taxonomy a{border-bottom:2px solid var(--red);padding-bottom:2px}.channel-filter-row{margin-bottom:24px}.channel-card .channel-info strong{font-family:"Arial Narrow","Roboto Condensed",Arial,sans-serif;text-transform:uppercase;letter-spacing:.01em}
/* v2.4 · compra individual de partidos */
.single-match-offer{max-width:760px;margin:20px auto 4px;padding:16px;background:linear-gradient(135deg,rgba(221,0,0,.17),#0d0d0d);border:1px solid #6f1d1d;border-radius:10px;display:flex;align-items:center;justify-content:space-between;gap:18px;text-align:left}.single-match-offer>div{display:flex;flex-direction:column;gap:5px}.single-match-offer strong{font-size:18px}.single-match-offer span{font-size:13px;color:#bbb;line-height:1.45}.single-match-offer small{font-size:11px;color:#8f8f8f}@media(max-width:720px){.single-match-offer{align-items:stretch;flex-direction:column;text-align:center}.single-match-offer .btn{width:100%}}

/* SportsGo 2.8.2 · reproductor lineal de Canales 24h */
.channel-player-shell{position:relative;overflow:hidden;background:#000}
.channel-player-shell video{display:block;width:100%;height:100%;background:#000;object-fit:contain}
.linear-player-controls{position:absolute;z-index:8;left:0;right:0;bottom:0;display:flex;visibility:visible;opacity:1;align-items:center;gap:10px;min-height:52px;padding:9px 11px;background:linear-gradient(180deg,rgba(10,10,10,.28),rgba(5,5,5,.96));border-top:1px solid rgba(255,255,255,.12);transition:opacity .2s ease,transform .2s ease;transform:translateY(0)}
.channel-player-shell.controls-hidden{cursor:none}.channel-player-shell.controls-hidden .linear-player-controls{opacity:0;transform:translateY(100%);pointer-events:none}
.linear-main-btn,.linear-icon-btn{appearance:none;border:1px solid #484848;background:rgba(28,28,28,.94);color:#fff;font:inherit;font-weight:900;cursor:pointer;border-radius:5px;height:34px;padding:0 12px;box-shadow:0 2px 8px rgba(0,0,0,.25)}
.linear-main-btn:hover,.linear-icon-btn:hover{background:#353535;border-color:#707070}.linear-main-btn.is-stopped{background:var(--red);border-color:var(--red)}
.linear-icon-btn{width:38px;padding:0;display:grid;place-items:center;font-size:18px}.linear-connection{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.05em;color:#aaa;text-shadow:0 1px 2px #000}.linear-connection[data-state="connected"]{color:#7bdc8b}.linear-connection[data-state="connecting"],.linear-connection[data-state="waiting"]{color:#e6b85c}.linear-connection[data-state="error"]{color:#ff6b64}.linear-connection[data-state="stopped"]{color:#ccc}.linear-spacer{flex:1}.linear-volume{display:block!important;width:110px;accent-color:var(--red);cursor:pointer}
.channel-player-shell:fullscreen{width:100vw;height:100vh;aspect-ratio:auto!important;background:#000}.channel-player-shell:fullscreen video{width:100%;height:100%;object-fit:contain}.channel-player-shell:fullscreen .linear-player-controls{bottom:0}
@media(max-width:600px){.linear-volume{width:78px!important}.linear-connection{display:none}.linear-main-btn{padding:0 9px}.linear-player-controls{min-height:48px;padding:7px 8px;gap:7px}}

/* SportsGo v2.8.5 — estado parado y continuidad al volver a la pestaña */
.channel-stop-poster{position:absolute;inset:0;z-index:2;display:none;align-items:center;justify-content:center;background:#050505;overflow:hidden;pointer-events:none}
.channel-stop-poster img{width:100%;height:100%;object-fit:cover;display:block}
.channel-player-shell.is-stopped .channel-stop-poster{display:flex}
.channel-player-shell.is-stopped video{visibility:hidden}
.channel-player-shell.is-stopped .linear-player-controls{z-index:5}
.channel-stop-poster.logo-only img{width:min(62%,560px);height:min(58%,320px);object-fit:contain}

/* v2.9 · players embebidos de archivo externo */
.external-embed-wrap iframe{width:100%;height:100%;border:0;display:block;position:absolute;inset:0}.external-embed-wrap{position:relative;aspect-ratio:16/9;overflow:hidden;background:#000}

/* v2.10 · sliders y patrocinadores */
.sponsor-strip{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin:8px 0 24px;padding:12px 14px;background:#0d0d0d;border:1px solid #242424;border-radius:10px}.sponsor-strip.compact{margin:-6px 0 20px}.sponsor-strip a,.sponsor-strip>span{height:54px;min-width:86px;max-width:160px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:7px;padding:8px}.sponsor-strip img{max-width:100%;max-height:100%;object-fit:contain}.sports-slider-shell{position:relative}.sport-slider{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:2px 2px 12px;scrollbar-width:none}.sport-slider::-webkit-scrollbar{display:none}.sport-slider .sport-card{flex:0 0 210px;scroll-snap-align:start;min-height:130px}.slider-arrow{position:absolute;z-index:4;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:1px solid #444;background:rgba(8,8,8,.92);color:#fff;font-size:25px;display:grid;place-items:center;cursor:pointer}.slider-arrow.prev{left:-18px}.slider-arrow.next{right:-18px}.slider-arrow:hover{background:var(--red);border-color:var(--red)}@media(max-width:720px){.slider-arrow{display:none}.sport-slider .sport-card{flex-basis:170px}.sponsor-strip a,.sponsor-strip>span{height:46px;min-width:75px;max-width:125px}}

/* SportsGo v2.11 · reproductor unificado */
.sportsgo-player{position:relative;width:100%;aspect-ratio:16/9;background:#000;border:1px solid #2f2f2f;border-radius:6px;overflow:hidden;box-shadow:0 18px 42px rgba(0,0,0,.34)}
.sportsgo-player video,.sportsgo-player iframe,.sg-youtube-host,.sg-youtube-host iframe{position:absolute;inset:0;width:100%!important;height:100%!important;border:0;display:block;background:#000;object-fit:contain}
.sg-player-poster{position:absolute;inset:0;background:#050505 center/cover no-repeat;z-index:2;transition:opacity .2s ease}.sg-player-poster.is-hidden{opacity:0;pointer-events:none}
.sg-player-brand{position:absolute;z-index:5;top:12px;left:12px;pointer-events:none;filter:drop-shadow(0 2px 7px rgba(0,0,0,.55))}.sg-player-brand img{display:block;width:112px;max-height:34px;object-fit:contain;object-position:left center}
.sg-center-play{position:absolute;z-index:7;left:50%;top:50%;transform:translate(-50%,-50%);width:66px;height:66px;border:0;border-radius:50%;background:rgba(221,0,0,.94);color:#fff;font-size:29px;line-height:1;cursor:pointer;box-shadow:0 10px 30px rgba(0,0,0,.42);transition:opacity .18s ease,transform .18s ease}.sg-center-play:hover{transform:translate(-50%,-50%) scale(1.06)}.sg-center-play.is-hidden{opacity:0;pointer-events:none}
.sg-player-controls{position:absolute;z-index:8;left:0;right:0;bottom:0;min-height:56px;padding:10px 12px;display:flex;align-items:center;gap:10px;background:linear-gradient(180deg,rgba(5,5,5,0),rgba(5,5,5,.94) 45%,rgba(5,5,5,.99));transition:opacity .2s ease,transform .2s ease}
.sportsgo-player.controls-hidden{cursor:none}.sportsgo-player.controls-hidden .sg-player-controls{opacity:0;transform:translateY(100%);pointer-events:none}.sportsgo-player.controls-hidden .sg-player-brand{opacity:.35}
.sg-btn{appearance:none;border:1px solid #4a4a4a;background:rgba(24,24,24,.95);color:#fff;width:38px;height:34px;border-radius:5px;display:grid;place-items:center;font:inherit;font-weight:900;cursor:pointer}.sg-btn:hover{background:#353535;border-color:#707070}
.sg-progress{flex:1;min-width:90px;accent-color:var(--red);cursor:pointer}.sg-volume{width:105px!important;display:block!important;accent-color:var(--red);cursor:pointer}.sg-time{font-size:11px;font-weight:800;color:#ddd;font-variant-numeric:tabular-nums;white-space:nowrap}.sg-live-badge{font-size:11px;font-weight:950;color:#fff;background:var(--red);padding:5px 7px;border-radius:3px;letter-spacing:.03em}.sg-spacer{flex:1}.sportsgo-player [hidden]{display:none!important}
.sportsgo-player:fullscreen{width:100vw;height:100vh;aspect-ratio:auto;border:0;border-radius:0}.sportsgo-player:fullscreen video,.sportsgo-player:fullscreen iframe,.sportsgo-player:fullscreen .sg-youtube-host{object-fit:contain}
.sportsgo-embed-player .sg-embed-tools{position:absolute;z-index:8;right:10px;bottom:10px}.sportsgo-embed-player .sg-player-brand{z-index:8}
@media(max-width:650px){.sg-player-controls{min-height:50px;padding:8px;gap:7px}.sg-volume{width:72px!important}.sg-time{font-size:10px}.sg-player-brand img{width:88px}.sg-center-play{width:56px;height:56px;font-size:24px}}

/* SportsGo v2.12 · catálogo público de vídeo por Deporte / Competición / Equipo */
.media-grid .media-card .thumb{isolation:isolate}.media-kind{position:absolute;z-index:4;left:12px;top:12px;background:rgba(5,5,5,.88);border-left:3px solid var(--red);padding:6px 9px;font-size:10px;font-weight:950;letter-spacing:.05em;text-transform:uppercase}.media-play{position:absolute;z-index:4;left:50%;top:50%;transform:translate(-50%,-50%);width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:rgba(221,0,0,.92);font-size:20px;box-shadow:0 8px 24px rgba(0,0,0,.38);transition:transform .18s ease}.media-card:hover .media-play{transform:translate(-50%,-50%) scale(1.08)}.media-card .media-meta{display:flex;gap:10px;flex-wrap:wrap}.media-card .media-meta span+span:before{content:"·";margin-right:10px;color:#555}.catalog-filter-block{margin:0 0 16px}.filter-label{font-size:11px;color:#777;text-transform:uppercase;font-weight:900;letter-spacing:.08em;margin:0 0 8px}.team-catalog-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.team-catalog-card{min-height:130px;background:#111;border:1px solid #252525;border-radius:12px;padding:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center}.team-catalog-card:hover{border-color:#555;transform:translateY(-2px)}.team-catalog-card img{width:68px;height:68px;object-fit:contain}.team-catalog-card strong{font-size:13px;line-height:1.25}.video-detail-page{max-width:1080px}.video-detail-head{margin-bottom:20px}.video-detail-head h1{font-size:clamp(28px,4vw,46px);margin:5px 0 10px}.video-detail-meta{display:flex;gap:9px;flex-wrap:wrap}.video-detail-meta span{font-size:11px;font-weight:900;text-transform:uppercase;padding:6px 8px;background:#171717;border:1px solid #2e2e2e;border-radius:4px}.team-heading p{margin:4px 0 0}
@media(max-width:1000px){.team-catalog-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:620px){.team-catalog-grid{grid-template-columns:repeat(2,1fr)}.media-kind{left:9px;top:9px}.media-play{width:44px;height:44px}}

/* v2.13 · identidad visual por deporte */
.sport-heading.has-cover{min-height:250px;padding:32px;border:1px solid #2b2b2b;border-radius:18px;background-size:cover;background-position:center;box-shadow:inset 0 0 0 1px rgba(255,255,255,.025)}
.sport-heading.has-cover>img{filter:drop-shadow(0 6px 18px rgba(0,0,0,.55))}
.sport-heading.has-cover p{color:#d0d0d0;max-width:720px}
/* La barra de tiempo ocupa todo el hueco disponible hasta el botón de silenciar. */
.sportsgo-player .sg-progress{flex:1 1 auto;min-width:140px;width:auto}
.sportsgo-player .sg-spacer{display:none!important}
@media(max-width:650px){.sport-heading.has-cover{min-height:210px;padding:22px}.sportsgo-player .sg-progress{min-width:70px}}

.channel-player-layout.single{grid-template-columns:minmax(0,1fr)}

/* SportsGo v2.14.5 · En Directo por deporte + índice público de equipos */
.live-sport-nav{margin-bottom:24px}.live-category{padding:18px 0 30px;scroll-margin-top:90px;border-top:1px solid #202020}.live-category:first-of-type{border-top:0}.live-category-head{margin-bottom:14px}.live-block-title{display:flex;align-items:center;gap:9px;margin:10px 0 12px;font-size:13px;font-weight:950;text-transform:uppercase;letter-spacing:.055em}.live-block-title.upcoming-title{margin-top:24px;color:#c7c7c7}.live-dot{width:9px;height:9px;border-radius:50%;background:var(--red);box-shadow:0 0 0 5px rgba(221,0,0,.14)}.team-index-group{padding:18px 0 30px;scroll-margin-top:90px;border-top:1px solid #202020}.team-index-group:first-of-type{border-top:0}.team-catalog-card .muted{font-size:11px}
