:root{--fb-red:#8c0000;--fb-dark:#09070c;--fb-card:#151119;--fb-line:#30242e;--fb-muted:#a99fa8}
.football-page{padding-bottom:28px}.football-hero{position:relative;overflow:hidden;margin-bottom:18px;padding:30px;border:1px solid #39252b;border-radius:16px;background:linear-gradient(125deg,#120a0d 0%,#22090d 55%,#8c0000 145%)}
.football-hero:after{content:"⚽";position:absolute;right:22px;top:50%;transform:translateY(-50%);font-size:96px;opacity:.1}.football-hero small{color:#e04d55;font-weight:800;letter-spacing:1.4px}.football-hero h1{margin:7px 0;color:#fff;font-size:30px}.football-hero p{max-width:620px;margin:0;color:#cdbfc5;line-height:1.55}
.football-tabs{display:flex;gap:8px;overflow-x:auto;padding:2px 0 14px;scrollbar-width:thin}.football-tabs a{flex:0 0 auto;padding:10px 14px;border:1px solid #3b2b34;border-radius:9px;background:#151019;color:#ddd;text-decoration:none;font-weight:800;font-size:12px}.football-tabs a:hover,.football-tabs a.active{border-color:var(--fb-red);background:var(--fb-red);color:#fff}
.football-panel{overflow:hidden;border:1px solid var(--fb-line);border-radius:14px;background:var(--fb-card);box-shadow:0 14px 34px rgba(0,0,0,.2)}.football-panel-head{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:18px 20px;border-bottom:1px solid var(--fb-line)}.football-panel-head h2{margin:0;color:#fff;font-size:20px}.football-panel-head p{margin:4px 0 0;color:var(--fb-muted);font-size:11px}.football-live{display:inline-flex;align-items:center;gap:6px;color:#7bd69b;font-size:10px;font-weight:800}.football-live:before{content:"";width:7px;height:7px;border-radius:50%;background:#33c56d;box-shadow:0 0 0 4px rgba(51,197,109,.12)}
.football-table-wrap{overflow-x:auto}.football-table{width:100%;min-width:720px;border-collapse:collapse;color:#eee}.football-table th{padding:11px 9px;background:#0e0b10;color:#988f96;font-size:9px;letter-spacing:.6px;text-align:center}.football-table th.team{text-align:left}.football-table td{padding:11px 9px;border-top:1px solid #2a2028;text-align:center;font-size:12px}.football-table tr:hover td{background:#1c151c}.football-table .pos{width:32px;font-weight:900}.football-table .team{text-align:left}.football-team{display:flex;align-items:center;gap:10px;min-width:200px}.football-team img{width:28px;height:28px;object-fit:contain}.football-team strong{font-size:12px}.football-table .pts{color:#fff;font-size:14px;font-weight:900}.football-zone{display:inline-block;width:3px;height:26px;border-radius:2px;background:#555}.football-zone.champions{background:#188df0}.football-zone.europa{background:#f39b21}.football-zone.relegation{background:#dd3545}.football-error{padding:35px 20px;text-align:center;color:#d4c8cf}.football-error b{display:block;margin-bottom:7px;color:#fff;font-size:16px}
.home-football{margin-top:24px}.home-football-card{border:1px solid #35252d;border-radius:14px;background:linear-gradient(135deg,#151016,#0b090d);overflow:hidden}.home-football-head{display:flex;align-items:center;justify-content:space-between;padding:15px 18px;border-bottom:1px solid #30232b}.home-football-head h3{margin:0;color:#fff;font-size:16px}.home-football-head a{color:#e4565d;font-size:10px;font-weight:900;text-decoration:none}.home-football-list{display:grid;grid-template-columns:repeat(5,1fr)}.home-football-team{display:flex;align-items:center;gap:8px;padding:13px;border-right:1px solid #2a2027;color:#fff}.home-football-team:last-child{border-right:0}.home-football-team b{color:#e34c54;font-size:15px}.home-football-team img{width:26px;height:26px;object-fit:contain}.home-football-team span{min-width:0;font-size:10px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-football-team em{margin-left:auto;color:#fff;font-size:12px;font-style:normal;font-weight:900}
@media(max-width:760px){.football-hero{padding:22px 18px}.football-hero h1{font-size:24px}.football-hero:after{font-size:70px}.football-panel-head{align-items:flex-start;flex-direction:column}.home-football-list{grid-template-columns:1fr}.home-football-team{border-right:0;border-bottom:1px solid #2a2027}.home-football-team:last-child{border-bottom:0}}

/* HOME — selector de ligas en el mismo bloque */
.home-football-tabs{display:flex;gap:7px;margin:0 0 10px;overflow-x:auto;padding:1px 1px 5px;scrollbar-width:thin}.home-football-tabs button{flex:0 0 auto;padding:8px 12px;border:1px solid #3a2931;border-radius:8px;background:#120e13;color:#cfc6cb;font:800 9px/1 inherit;cursor:pointer}.home-football-tabs button:hover,.home-football-tabs button.active{border-color:#8c0000;background:#8c0000;color:#fff}.home-football-tabs button:disabled{cursor:wait}.home-football-team{text-decoration:none}.home-football-team em{font-size:10px;white-space:nowrap}.football-loading{display:flex;align-items:center;justify-content:center;gap:10px;min-height:62px;color:#bcb2b8;font-size:11px}.football-loading i{width:16px;height:16px;border:2px solid #4e3945;border-top-color:#e24850;border-radius:50%;animation:footballSpin .75s linear infinite}@keyframes footballSpin{to{transform:rotate(360deg)}}
@media(max-width:760px){.home-football-head{padding:13px 14px}.home-football-head h3{font-size:13px}.home-football-head a{font-size:8px}.home-football-tabs button{padding:9px 12px}}

/* Pestañas PRO V3 — evita el estilo blanco nativo del navegador */
.home-football-tabs{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px!important;margin:0 0 12px!important;padding:0!important;overflow:visible!important}
.home-football-tabs button{appearance:none!important;-webkit-appearance:none!important;position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;min-height:35px!important;margin:0!important;padding:9px 8px!important;border:1px solid #3d3038!important;border-radius:9px!important;outline:0!important;background:linear-gradient(180deg,#1b161c 0%,#100d11 100%)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 5px 13px rgba(0,0,0,.22)!important;color:#d9d1d6!important;font-family:inherit!important;font-size:9px!important;font-weight:850!important;line-height:1!important;letter-spacing:.15px!important;white-space:nowrap!important;cursor:pointer!important;transition:border-color .18s ease,background .18s ease,color .18s ease,transform .18s ease!important}
.home-football-tabs button:before{content:"";display:inline-block;width:5px;height:5px;margin-right:6px;border-radius:50%;background:#67545f;box-shadow:0 0 0 3px rgba(255,255,255,.025)}
.home-football-tabs button:hover{border-color:#8c0000!important;color:#fff!important;transform:translateY(-1px)}
.home-football-tabs button.active{border-color:#d42934!important;background:linear-gradient(135deg,#a00009,#650006)!important;box-shadow:0 7px 18px rgba(140,0,0,.27),inset 0 1px 0 rgba(255,255,255,.12)!important;color:#fff!important}
.home-football-tabs button.active:before{background:#fff;box-shadow:0 0 0 3px rgba(255,255,255,.18),0 0 9px rgba(255,255,255,.45)}
.home-football-tabs button:focus-visible{box-shadow:0 0 0 3px rgba(224,54,65,.25)!important}
.home-football-tabs button:disabled{opacity:.72!important;cursor:wait!important}
@media(max-width:760px){.home-football-tabs{display:flex!important;gap:7px!important;margin-right:-2px!important;overflow-x:auto!important;padding:1px 2px 7px!important;scroll-snap-type:x proximity}.home-football-tabs button{flex:0 0 auto!important;min-width:100px!important;min-height:38px!important;padding:10px 13px!important;font-size:9px!important;scroll-snap-align:start}.home-football-tabs::-webkit-scrollbar{height:3px}.home-football-tabs::-webkit-scrollbar-thumb{border-radius:4px;background:#5b3035}}

/* Pestañas centradas */
@media(min-width:761px){.home-football-tabs{display:flex!important;align-items:center!important;justify-content:center!important;flex-wrap:wrap!important}.home-football-tabs button{flex:0 1 128px!important;min-width:112px!important;max-width:150px!important}}
@media(max-width:760px){.home-football-tabs{justify-content:flex-start!important}.home-football-tabs:after{content:"";flex:0 0 1px}}

/* Título de fútbol: evita desbordamiento en móviles */
.home-football .section-title-with-link{min-width:0}.home-football .section-title-with-link h2{min-width:0;text-align:center;white-space:normal;line-height:1.18}
@media(max-width:760px){.home-football .section-title-with-link{display:flex!important;flex-wrap:wrap!important;justify-content:center!important;gap:5px!important;padding:0 8px}.home-football .section-title-with-link h2{flex:0 0 100%;font-size:14px!important;letter-spacing:-.2px!important;overflow-wrap:anywhere}.home-football .section-title-with-link>a{flex:0 0 100%;text-align:center;margin-top:1px}.home-football .section-title-with-link>i{display:none!important}}
