/* =========================================================
   ENDZONE EUROPE V264 — DARK EDITORIAL SYSTEM
   Public subpages only. Homepage keeps its dedicated V263 hero system.
   ========================================================= */

body.ee-v264{
  --ee-bg:#050811;
  --ee-bg-soft:#080d18;
  --ee-panel:#0b1220;
  --ee-panel-2:#101a2c;
  --ee-panel-3:#141f33;
  --ee-white:#f7f9fc;
  --ee-copy:#c0cad8;
  --ee-muted:#8190a6;
  --ee-cyan:#28c7f4;
  --ee-blue:#2175ff;
  --ee-red:#f31f31;
  --ee-gold:#f5b83b;
  --ee-line:rgba(255,255,255,.105);
  --ee-line-strong:rgba(255,255,255,.19);
  --ee-shadow:0 26px 80px rgba(0,0,0,.34);
  --ee-shadow-soft:0 14px 44px rgba(0,0,0,.24);
  --ee-radius:3px;
  --ee-max:1400px;
  background:
    radial-gradient(circle at 86% 6%,rgba(33,117,255,.14),transparent 28rem),
    radial-gradient(circle at 10% 30%,rgba(40,199,244,.07),transparent 25rem),
    var(--ee-bg);
  color:var(--ee-copy);
}
body.ee-v264::before{display:none!important}
body.ee-v264 .page{min-height:100vh;background:transparent;overflow:hidden}
body.ee-v264:not(.home-pro-v263) .container{width:min(var(--ee-max),calc(100% - 56px));max-width:none}
body.ee-v264:not(.home-pro-v263) main{position:relative;isolation:isolate}
body.ee-v264:not(.home-pro-v263) main::before{
  content:"";position:absolute;z-index:-1;inset:0 0 auto;height:520px;pointer-events:none;
  background:
    linear-gradient(135deg,rgba(40,199,244,.035) 25%,transparent 25%) 0 0/24px 24px,
    linear-gradient(315deg,rgba(255,255,255,.018) 25%,transparent 25%) 0 0/24px 24px;
  mask-image:linear-gradient(#000,transparent);
}
body.ee-v264:not(.home-pro-v263) :where(h1,h2,h3,h4,strong){color:var(--ee-white)}
body.ee-v264:not(.home-pro-v263) :where(p,li,td,dd){color:var(--ee-copy)}
body.ee-v264:not(.home-pro-v263) a{transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease,opacity .2s ease}
body.ee-v264:not(.home-pro-v263) img{max-width:100%}

/* Header */
body.ee-v264:not(.home-pro-v263) .topbar{
  position:sticky!important;top:0;z-index:1000;
  background:rgba(3,7,15,.88)!important;
  border-bottom:1px solid var(--ee-line)!important;
  backdrop-filter:blur(18px) saturate(145%);
  box-shadow:0 12px 34px rgba(0,0,0,.2);
}
body.ee-v264:not(.home-pro-v263) .topbar .nav{min-height:82px!important}
body.ee-v264:not(.home-pro-v263) .brand-home-link{
  width:210px!important;height:52px!important;display:block!important;flex:0 0 210px!important;
  background:url('/assets/endzone-europe-header-logo.png') left center/contain no-repeat!important;
}
body.ee-v264:not(.home-pro-v263) .menu{gap:2px!important;align-items:center}
body.ee-v264:not(.home-pro-v263) .menu>a{
  position:relative;padding:11px 12px!important;border:0!important;border-radius:2px!important;
  color:rgba(255,255,255,.74)!important;background:transparent!important;
  font-size:.77rem!important;font-weight:900!important;letter-spacing:.075em;text-transform:uppercase;
}
body.ee-v264:not(.home-pro-v263) .menu>a::after{
  content:"";position:absolute;left:12px;right:12px;bottom:4px;height:2px;
  background:var(--ee-cyan);transform:scaleX(0);transform-origin:left;transition:transform .2s ease;
}
body.ee-v264:not(.home-pro-v263) .menu>a:hover,
body.ee-v264:not(.home-pro-v263) .menu>a:focus-visible{color:#fff!important}
body.ee-v264:not(.home-pro-v263) .menu>a:hover::after,
body.ee-v264:not(.home-pro-v263) .menu>a:focus-visible::after{transform:scaleX(1)}
body.ee-v264:not(.home-pro-v263) .lang-current,
body.ee-v264:not(.home-pro-v263) .lang-option{
  color:#fff!important;background:rgba(255,255,255,.06)!important;border-color:var(--ee-line-strong)!important;
}
body.ee-v264:not(.home-pro-v263) .lang-option:hover{background:rgba(40,199,244,.12)!important}
body.ee-v264:not(.home-pro-v263) .mobile-menu-toggle{border:1px solid var(--ee-line-strong);background:rgba(255,255,255,.05)}
body.ee-v264:not(.home-pro-v263) .mobile-menu-toggle span{background:#fff!important}

/* Page mastheads */
body.ee-v264:not(.home-pro-v263) .list-page-header,
body.ee-v264:not(.home-pro-v263) .efa-stats-hero,
body.ee-v264:not(.home-pro-v263) .ee-league-hero,
body.ee-v264:not(.home-pro-v263) .team-detail-hero,
body.ee-v264:not(.home-pro-v263) .ad-hero{
  position:relative;overflow:hidden;margin:0!important;padding:96px 0 84px!important;
  background:
    linear-gradient(90deg,rgba(4,8,17,.98) 0%,rgba(4,8,17,.83) 53%,rgba(4,8,17,.42) 100%),
    radial-gradient(circle at 82% 20%,rgba(33,117,255,.30),transparent 30rem),
    linear-gradient(145deg,#0d1729,#050811 68%);
  border:0!important;border-bottom:1px solid var(--ee-line)!important;
}
body.ee-v264:not(.home-pro-v263) .list-page-header::before,
body.ee-v264:not(.home-pro-v263) .efa-stats-hero::before,
body.ee-v264:not(.home-pro-v263) .ee-league-hero::before,
body.ee-v264:not(.home-pro-v263) .team-detail-hero::before,
body.ee-v264:not(.home-pro-v263) .ad-hero::before{
  content:"ENDZONE EUROPE";position:absolute;right:-.03em;bottom:-.19em;
  color:rgba(255,255,255,.025);font-size:clamp(5rem,13vw,13rem);font-weight:950;
  letter-spacing:-.075em;line-height:1;white-space:nowrap;pointer-events:none;
}
body.ee-v264:not(.home-pro-v263) .list-page-header::after,
body.ee-v264:not(.home-pro-v263) .efa-stats-hero::after,
body.ee-v264:not(.home-pro-v263) .ee-league-hero::after,
body.ee-v264:not(.home-pro-v263) .team-detail-hero::after,
body.ee-v264:not(.home-pro-v263) .ad-hero::after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:4px;
  background:linear-gradient(90deg,var(--ee-red) 0 12%,var(--ee-cyan) 12% 36%,transparent 36%);
}
body.ee-v264:not(.home-pro-v263) .breadcrumbs{
  margin-bottom:22px!important;color:var(--ee-muted)!important;font-size:.74rem!important;
  font-weight:850;letter-spacing:.09em;text-transform:uppercase;
}
body.ee-v264:not(.home-pro-v263) .breadcrumbs a{color:var(--ee-cyan)!important}
body.ee-v264:not(.home-pro-v263) .page-title,
body.ee-v264:not(.home-pro-v263) .efa-stats-title,
body.ee-v264:not(.home-pro-v263) .ee-league-hero h1,
body.ee-v264:not(.home-pro-v263) .team-detail-hero h1,
body.ee-v264:not(.home-pro-v263) .ad-hero h1{
  max-width:1050px;margin:0 0 20px!important;color:#fff!important;
  font-size:clamp(3rem,6vw,6.7rem)!important;line-height:.9!important;letter-spacing:-.07em!important;
  text-wrap:balance;text-shadow:0 14px 50px rgba(0,0,0,.32);
}
body.ee-v264:not(.home-pro-v263) .page-lead,
body.ee-v264:not(.home-pro-v263) .efa-stats-lead,
body.ee-v264:not(.home-pro-v263) .ee-league-hero p,
body.ee-v264:not(.home-pro-v263) .ad-hero p{
  max-width:820px!important;margin:0!important;color:rgba(255,255,255,.68)!important;
  font-size:clamp(1rem,1.5vw,1.25rem)!important;line-height:1.65!important;
}
body.ee-v264:not(.home-pro-v263) .section-kicker,
body.ee-v264:not(.home-pro-v263) .eyebrow{
  color:var(--ee-cyan)!important;font-size:.72rem!important;font-weight:950!important;
  letter-spacing:.16em!important;text-transform:uppercase!important;
}

/* Shared section system */
body.ee-v264:not(.home-pro-v263) .section{padding:84px 0!important}
body.ee-v264:not(.home-pro-v263) .section+.section{border-top:1px solid rgba(255,255,255,.045)}
body.ee-v264:not(.home-pro-v263) .section-head{
  display:grid!important;grid-template-columns:minmax(0,1fr) minmax(260px,520px);gap:42px;align-items:end;
  margin-bottom:34px!important;
}
body.ee-v264:not(.home-pro-v263) .section-head h2,
body.ee-v264:not(.home-pro-v263) .efa-stats-section-head h2{
  margin:5px 0 0!important;font-size:clamp(2rem,4vw,4rem)!important;line-height:.96!important;letter-spacing:-.055em!important;
}
body.ee-v264:not(.home-pro-v263) .section-text{color:var(--ee-muted)!important;line-height:1.7!important}

/* Cards and panels */
body.ee-v264:not(.home-pro-v263) :where(.card,.panel,.table-card,.sidebar-card,.league-module-card,.area-league-card,.team-card,.team-premium-card,.team-detail-card,.news-clean-card,.home-news-mini-card,.interview-card,.interview-premium-hero,.interview-premium-card,.efa-leader-card,.efa-matchup-scoreboard,.efa-matchup-leader-card,.efa-team-compare-card,.efa-stats-source-box,.ee-panel,.ee-game-card,.ad-card,.ad-hero-panel,.team-editorial-card,.next-game-card,.article-info-box,.article-retention-box,.article-register-cta,.news-filter-panel,.page-ad-slot,.ad-placeholder){
  border:1px solid var(--ee-line)!important;border-radius:var(--ee-radius)!important;
  background:linear-gradient(145deg,rgba(17,27,45,.92),rgba(8,13,24,.96))!important;
  box-shadow:var(--ee-shadow-soft)!important;color:var(--ee-copy)!important;
}
body.ee-v264:not(.home-pro-v263) :where(.card,.panel,.league-module-card,.area-league-card,.team-card,.team-premium-card,.news-clean-card,.home-news-mini-card,.interview-card,.interview-premium-card,.efa-leader-card,.ee-game-card,.ad-card,.team-editorial-card,.article-next-card){position:relative;overflow:hidden}
body.ee-v264:not(.home-pro-v263) :where(.card,.panel,.league-module-card,.area-league-card,.team-card,.team-premium-card,.news-clean-card,.home-news-mini-card,.interview-card,.interview-premium-card,.efa-leader-card,.ee-game-card,.ad-card,.team-editorial-card,.article-next-card)::before{
  content:"";position:absolute;inset:0 auto 0 0;width:3px;background:linear-gradient(var(--ee-cyan),var(--ee-blue));opacity:.8;
}
body.ee-v264:not(.home-pro-v263) :where(.area-league-card,.team-card,.home-news-mini-card,.interview-premium-card,.league-module-card,.ee-game-card,.article-next-card):hover{
  transform:translateY(-5px);border-color:rgba(40,199,244,.38)!important;box-shadow:0 24px 70px rgba(0,0,0,.38)!important;
}
body.ee-v264:not(.home-pro-v263) :where(.muted,.date,.role,small){color:var(--ee-muted)!important}

/* Buttons / chips */
body.ee-v264:not(.home-pro-v263) .btn,
body.ee-v264:not(.home-pro-v263) .readmore,
body.ee-v264:not(.home-pro-v263) .translate-btn{
  min-height:46px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;
  padding:0 19px!important;border-radius:2px!important;font-size:.73rem!important;font-weight:950!important;
  letter-spacing:.085em!important;text-transform:uppercase!important;text-decoration:none!important;
}
body.ee-v264:not(.home-pro-v263) .btn-primary,
body.ee-v264:not(.home-pro-v263) .btn.primary{
  color:#fff!important;background:var(--ee-red)!important;border:1px solid var(--ee-red)!important;
  box-shadow:0 13px 34px rgba(243,31,49,.22)!important;
}
body.ee-v264:not(.home-pro-v263) .btn-primary:hover,
body.ee-v264:not(.home-pro-v263) .btn.primary:hover{background:#ff3445!important;border-color:#ff3445!important;transform:translateY(-2px)}
body.ee-v264:not(.home-pro-v263) .btn-ghost,
body.ee-v264:not(.home-pro-v263) .readmore,
body.ee-v264:not(.home-pro-v263) .translate-btn{
  color:#fff!important;background:rgba(255,255,255,.045)!important;border:1px solid var(--ee-line-strong)!important;
}
body.ee-v264:not(.home-pro-v263) .btn-ghost:hover,
body.ee-v264:not(.home-pro-v263) .readmore:hover,
body.ee-v264:not(.home-pro-v263) .translate-btn:hover{background:rgba(40,199,244,.12)!important;border-color:rgba(40,199,244,.46)!important}
body.ee-v264:not(.home-pro-v263) :where(.tag,.status-chip,.ee-chip,.team-league-badge,.category-badge){
  border:1px solid rgba(40,199,244,.26)!important;background:rgba(40,199,244,.09)!important;color:var(--ee-cyan)!important;
  border-radius:2px!important;font-size:.66rem!important;font-weight:900!important;letter-spacing:.08em!important;text-transform:uppercase!important;
}
body.ee-v264:not(.home-pro-v263) .quick-link-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}

/* News overview */
body.ee-v264:not(.home-pro-v263) .news-filter-panel{padding:24px!important;margin-bottom:34px!important}
body.ee-v264:not(.home-pro-v263) .news-filter-head{border-bottom:1px solid var(--ee-line)!important;padding-bottom:18px!important;margin-bottom:20px!important}
body.ee-v264:not(.home-pro-v263) :where(.input,input[type="text"],input[type="search"],input[type="email"],input[type="password"],textarea,select){
  min-height:48px;border:1px solid var(--ee-line-strong)!important;border-radius:2px!important;
  background:#080e1a!important;color:#fff!important;box-shadow:none!important;
}
body.ee-v264:not(.home-pro-v263) :where(input,textarea,select):focus{outline:2px solid rgba(40,199,244,.25)!important;border-color:var(--ee-cyan)!important}
body.ee-v264:not(.home-pro-v263) .featured-news-card{
  display:grid!important;grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr)!important;
  min-height:520px;overflow:hidden;border:1px solid var(--ee-line)!important;background:#070d18!important;box-shadow:var(--ee-shadow)!important;
}
body.ee-v264:not(.home-pro-v263) .featured-news-media{position:relative;min-height:520px;overflow:hidden}
body.ee-v264:not(.home-pro-v263) .featured-news-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 58%,rgba(7,13,24,.56)),linear-gradient(0deg,rgba(7,13,24,.45),transparent 50%)}
body.ee-v264:not(.home-pro-v263) .featured-news-media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
body.ee-v264:not(.home-pro-v263) .featured-news-card:hover .featured-news-media img{transform:scale(1.035)}
body.ee-v264:not(.home-pro-v263) .featured-news-body{padding:44px!important;display:flex!important;flex-direction:column;justify-content:center;background:linear-gradient(145deg,#101a2c,#080d18)!important}
body.ee-v264:not(.home-pro-v263) .featured-news-body h2{font-size:clamp(2rem,3.3vw,4rem)!important;line-height:.97!important;letter-spacing:-.055em!important}
body.ee-v264:not(.home-pro-v263) .news-clean-kicker{color:var(--ee-cyan)!important;letter-spacing:.13em!important;text-transform:uppercase;font-weight:900!important}
body.ee-v264:not(.home-pro-v263) .news-archive-title{margin-top:64px!important}
body.ee-v264:not(.home-pro-v263) .news-archive-toolbar{padding:14px!important;border:1px solid var(--ee-line)!important;background:rgba(255,255,255,.025)!important}
body.ee-v264:not(.home-pro-v263) .news-archive-tab{color:var(--ee-muted)!important;border:1px solid transparent!important}
body.ee-v264:not(.home-pro-v263) .news-archive-tab:hover,
body.ee-v264:not(.home-pro-v263) .news-archive-tab.active{color:#fff!important;background:rgba(40,199,244,.1)!important;border-color:rgba(40,199,244,.25)!important}
body.ee-v264:not(.home-pro-v263) .news-archive-compact-item{border-bottom:1px solid var(--ee-line)!important;background:transparent!important}
body.ee-v264:not(.home-pro-v263) .news-archive-compact-item:hover{background:rgba(255,255,255,.035)!important}
body.ee-v264:not(.home-pro-v263) .news-archive-compact-link{padding:20px 18px!important}
body.ee-v264:not(.home-pro-v263) .news-archive-compact-link h3{font-size:1.08rem!important}
body.ee-v264:not(.home-pro-v263) .compact-arrow{color:var(--ee-cyan)!important}

/* News article */
body.ee-v264:not(.home-pro-v263) .article-wrap{display:grid!important;grid-template-columns:minmax(0,1fr) 320px!important;gap:34px!important;align-items:start}
body.ee-v264:not(.home-pro-v263) .article-main{min-width:0}
body.ee-v264:not(.home-pro-v263) .article-news-hero{
  aspect-ratio:16/9!important;overflow:hidden;border:1px solid var(--ee-line)!important;background:#0a101d!important;box-shadow:var(--ee-shadow)!important;
}
body.ee-v264:not(.home-pro-v263) .article-news-hero img{width:100%;height:100%;object-fit:cover}
body.ee-v264:not(.home-pro-v263) .article-content{
  margin-top:0!important;padding:48px clamp(24px,5vw,68px)!important;
  border:1px solid var(--ee-line)!important;border-top:0!important;background:linear-gradient(145deg,#101a2c,#080d18)!important;box-shadow:var(--ee-shadow-soft)!important;
}
body.ee-v264:not(.home-pro-v263) .article-content h1{font-size:clamp(2.6rem,5vw,5.6rem)!important;line-height:.93!important;letter-spacing:-.065em!important}
body.ee-v264:not(.home-pro-v263) .article-body{font-size:1.06rem!important;line-height:1.84!important;color:#c8d1de!important}
body.ee-v264:not(.home-pro-v263) .article-body :where(h2,h3){margin-top:2.2em!important;line-height:1.05!important;letter-spacing:-.035em!important}
body.ee-v264:not(.home-pro-v263) .article-body h2{font-size:clamp(1.8rem,3vw,2.8rem)!important}
body.ee-v264:not(.home-pro-v263) .article-body a{color:var(--ee-cyan)!important;text-decoration-color:rgba(40,199,244,.45)!important}
body.ee-v264:not(.home-pro-v263) .article-body blockquote{border-left:3px solid var(--ee-cyan)!important;background:rgba(40,199,244,.055)!important;padding:22px 26px!important}
body.ee-v264:not(.home-pro-v263) .article-info-box,
body.ee-v264:not(.home-pro-v263) .article-retention-box,
body.ee-v264:not(.home-pro-v263) .article-register-cta{padding:26px!important;margin-top:28px!important}
body.ee-v264:not(.home-pro-v263) .article-next-card{border:1px solid var(--ee-line)!important;background:#0a101d!important;padding:20px!important}
body.ee-v264:not(.home-pro-v263) .sidebar-card{padding:24px!important;position:sticky!important;top:108px!important}
body.ee-v264:not(.home-pro-v263) .sidebar-links a{border-bottom:1px solid var(--ee-line)!important;color:var(--ee-copy)!important}
body.ee-v264:not(.home-pro-v263) .sidebar-links a:hover{color:#fff!important;padding-left:5px}
body.ee-v264:not(.home-pro-v263) .share-bar{border:1px solid var(--ee-line)!important;background:#080e1a!important;padding:12px!important}
body.ee-v264:not(.home-pro-v263) .share-bar :where(a,button){background:rgba(255,255,255,.05)!important;border:1px solid var(--ee-line)!important;color:#fff!important}

/* Interviews */
body.ee-v264:not(.home-pro-v263) .interview-premium-hero{
  display:grid!important;grid-template-columns:minmax(420px,.9fr) minmax(0,1.1fr)!important;overflow:hidden!important;min-height:590px;
}
body.ee-v264:not(.home-pro-v263) .interview-premium-media{min-height:590px;position:relative;overflow:hidden}
body.ee-v264:not(.home-pro-v263) .interview-premium-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 58%,rgba(8,13,24,.6))}
body.ee-v264:not(.home-pro-v263) .interview-premium-media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
body.ee-v264:not(.home-pro-v263) .interview-premium-hero:hover img{transform:scale(1.025)}
body.ee-v264:not(.home-pro-v263) .interview-premium-body{padding:54px!important;display:flex;flex-direction:column;justify-content:center}
body.ee-v264:not(.home-pro-v263) .interview-premium-body h2{font-size:clamp(2.3rem,4vw,4.8rem)!important;line-height:.92!important;letter-spacing:-.06em!important}
body.ee-v264:not(.home-pro-v263) .interview-premium-grid{gap:22px!important}
body.ee-v264:not(.home-pro-v263) .interview-premium-card{background:#0a101d!important}
body.ee-v264:not(.home-pro-v263) .interview-premium-card img{aspect-ratio:4/3;object-fit:cover}
body.ee-v264:not(.home-pro-v263) .interview-detail-wrap{display:grid!important;grid-template-columns:minmax(300px,.42fr) minmax(0,.58fr)!important;gap:34px!important}
body.ee-v264:not(.home-pro-v263) .interview-portrait{position:sticky!important;top:106px!important}
body.ee-v264:not(.home-pro-v263) .interview-portrait img{width:100%;border:1px solid var(--ee-line)!important;box-shadow:var(--ee-shadow)!important}
body.ee-v264:not(.home-pro-v263) .interview-question-card{padding:28px!important;border:1px solid var(--ee-line)!important;background:linear-gradient(145deg,#101a2c,#080d18)!important;margin-bottom:18px!important}
body.ee-v264:not(.home-pro-v263) .interview-question-card h2{color:var(--ee-cyan)!important;font-size:1.2rem!important;letter-spacing:-.02em!important}

/* League hubs and schedules */
body.ee-v264:not(.home-pro-v263) .area-league-grid,
body.ee-v264:not(.home-pro-v263) .league-module-grid{gap:22px!important}
body.ee-v264:not(.home-pro-v263) .area-league-card,
body.ee-v264:not(.home-pro-v263) .league-module-card{padding:28px!important;min-height:250px}
body.ee-v264:not(.home-pro-v263) .area-league-card-top{border-bottom:1px solid var(--ee-line)!important;padding-bottom:18px!important;margin-bottom:20px!important}
body.ee-v264:not(.home-pro-v263) .area-league-card h2,
body.ee-v264:not(.home-pro-v263) .league-module-card h3{font-size:clamp(1.6rem,2.5vw,2.5rem)!important;letter-spacing:-.04em!important}
body.ee-v264:not(.home-pro-v263) .area-league-card-efa::before{background:var(--ee-cyan)!important}
body.ee-v264:not(.home-pro-v263) .area-league-card-afle::before{background:var(--ee-red)!important}
body.ee-v264:not(.home-pro-v263) .area-league-card-gfl::before{background:var(--ee-gold)!important}
body.ee-v264:not(.home-pro-v263) .area-league-card-nfl::before{background:var(--ee-blue)!important}
body.ee-v264:not(.home-pro-v263) .home-news-mini-grid{gap:22px!important}
body.ee-v264:not(.home-pro-v263) .home-news-mini-card{padding:0!important}
body.ee-v264:not(.home-pro-v263) .home-news-mini-card img{aspect-ratio:16/9;width:100%;object-fit:cover}
body.ee-v264:not(.home-pro-v263) .home-news-mini-card>:not(a){padding-left:22px!important;padding-right:22px!important}
body.ee-v264:not(.home-pro-v263) .home-news-mini-card .readmore{margin:0 22px 22px!important}
body.ee-v264:not(.home-pro-v263) .ee-league-subnav,
body.ee-v264:not(.home-pro-v263) .efa-stats-tabs{background:#080e1a!important;border:1px solid var(--ee-line)!important;padding:8px!important}
body.ee-v264:not(.home-pro-v263) :where(.ee-league-subnav a,.efa-stats-tabs a,.ee-week-buttons a){color:var(--ee-muted)!important;border:1px solid transparent!important}
body.ee-v264:not(.home-pro-v263) :where(.ee-league-subnav a,.efa-stats-tabs a,.ee-week-buttons a):hover,
body.ee-v264:not(.home-pro-v263) :where(.ee-league-subnav a,.efa-stats-tabs a,.ee-week-buttons a).is-active,
body.ee-v264:not(.home-pro-v263) .efa-stats-tabs a.active{background:rgba(40,199,244,.11)!important;color:#fff!important;border-color:rgba(40,199,244,.28)!important}
body.ee-v264:not(.home-pro-v263) .ee-league-grid{gap:24px!important}
body.ee-v264:not(.home-pro-v263) .ee-panel{padding:26px!important}
body.ee-v264:not(.home-pro-v263) .ee-game-card{padding:20px!important}
body.ee-v264:not(.home-pro-v263) .ee-game-teams{font-size:1rem!important;color:#fff!important}
body.ee-v264:not(.home-pro-v263) .week-game-card{border:1px solid var(--ee-line)!important;background:#0b1220!important;color:#fff!important}

/* Stats / tables */
body.ee-v264:not(.home-pro-v263) .efa-stats-page{background:transparent!important}
body.ee-v264:not(.home-pro-v263) .efa-stats-hero-card{border:1px solid var(--ee-line)!important;background:rgba(8,14,26,.72)!important;box-shadow:var(--ee-shadow)!important}
body.ee-v264:not(.home-pro-v263) .efa-leader-grid,
body.ee-v264:not(.home-pro-v263) .efa-matchup-grid{gap:22px!important}
body.ee-v264:not(.home-pro-v263) .efa-leader-card{padding:24px!important}
body.ee-v264:not(.home-pro-v263) .efa-leader-icon{background:rgba(40,199,244,.1)!important;border:1px solid rgba(40,199,244,.24)!important;color:var(--ee-cyan)!important}
body.ee-v264:not(.home-pro-v263) :where(.table-wrap,.efa-team-table-wrap,.ee-standings-table-wrap){border:1px solid var(--ee-line)!important;background:#080e1a!important;box-shadow:var(--ee-shadow-soft)!important}
body.ee-v264:not(.home-pro-v263) table{background:transparent!important;color:var(--ee-copy)!important}
body.ee-v264:not(.home-pro-v263) th{background:#111b2d!important;color:#fff!important;border-color:var(--ee-line)!important;font-size:.69rem!important;letter-spacing:.085em!important;text-transform:uppercase!important}
body.ee-v264:not(.home-pro-v263) td{border-color:var(--ee-line)!important;color:var(--ee-copy)!important}
body.ee-v264:not(.home-pro-v263) tbody tr:hover{background:rgba(40,199,244,.045)!important}
body.ee-v264:not(.home-pro-v263) .efa-rank,
body.ee-v264:not(.home-pro-v263) .ee-rank{color:var(--ee-cyan)!important}
body.ee-v264:not(.home-pro-v263) .efa-value{color:#fff!important}

/* Teams */
body.ee-v264:not(.home-pro-v263) .teams-control-panel{padding:22px!important;border:1px solid var(--ee-line)!important;background:#080e1a!important}
body.ee-v264:not(.home-pro-v263) .team-grid{gap:22px!important}
body.ee-v264:not(.home-pro-v263) .team-card{padding:24px!important;min-height:300px!important}
body.ee-v264:not(.home-pro-v263) .team-logo{height:110px!important;display:flex;align-items:center;justify-content:center;margin-bottom:22px!important}
body.ee-v264:not(.home-pro-v263) .team-logo img{max-height:100%;max-width:150px;object-fit:contain}
body.ee-v264:not(.home-pro-v263) .team-name{font-size:1.55rem!important;letter-spacing:-.035em!important}
body.ee-v264:not(.home-pro-v263) .team-detail-card{padding:34px!important}
body.ee-v264:not(.home-pro-v263) .team-detail-logo{background:rgba(255,255,255,.96)!important;border-radius:2px!important;padding:18px!important;box-shadow:var(--ee-shadow-soft)!important}
body.ee-v264:not(.home-pro-v263) .team-profile-facts{border-top:1px solid var(--ee-line)!important}
body.ee-v264:not(.home-pro-v263) .team-profile-facts div{border-bottom:1px solid var(--ee-line)!important}
body.ee-v264:not(.home-pro-v263) .team-premium-grid{gap:22px!important}
body.ee-v264:not(.home-pro-v263) .team-premium-card{padding:26px!important}
body.ee-v264:not(.home-pro-v263) .schedule-list{border:1px solid var(--ee-line)!important;background:#080e1a!important;box-shadow:var(--ee-shadow-soft)!important}
body.ee-v264:not(.home-pro-v263) .schedule-row{border-bottom:1px solid var(--ee-line)!important;background:transparent!important}
body.ee-v264:not(.home-pro-v263) .schedule-row:hover{background:rgba(40,199,244,.045)!important}
body.ee-v264:not(.home-pro-v263) .schedule-week{color:var(--ee-cyan)!important}
body.ee-v264:not(.home-pro-v263) .next-game-card{padding:30px!important}

/* Contact, legal, advertising, membership */
body.ee-v264:not(.home-pro-v263) :where(.contact-card,.ad-card,.ad-hero-panel){padding:30px!important}
body.ee-v264:not(.home-pro-v263) .contact-grid,
body.ee-v264:not(.home-pro-v263) .ad-layout{gap:28px!important}
body.ee-v264:not(.home-pro-v263) .contact-form{gap:17px!important}
body.ee-v264:not(.home-pro-v263) .notice{border-radius:2px!important;border:1px solid var(--ee-line)!important;background:#0b1220!important}
body.ee-v264:not(.home-pro-v263) .notice.success{border-color:rgba(64,220,149,.35)!important;color:#9ef4ca!important}
body.ee-v264:not(.home-pro-v263) .notice.error{border-color:rgba(243,31,49,.4)!important;color:#ff9ba5!important}
body.ee-v264:not(.home-pro-v263) .ad-package-grid,
body.ee-v264:not(.home-pro-v263) .ad-format-grid{gap:16px!important}
body.ee-v264:not(.home-pro-v263) .ad-package-card,
body.ee-v264:not(.home-pro-v263) .ad-format-card{background:#080e1a!important;border:1px solid var(--ee-line)!important}
body.ee-v264:not(.home-pro-v263) .ad-package-card.is-highlighted{border-color:rgba(40,199,244,.42)!important;box-shadow:0 18px 60px rgba(33,117,255,.14)!important}
body.ee-v264:not(.home-pro-v263) .ad-side .sticky-card{position:sticky;top:106px}
body.ee-v264:not(.home-pro-v263) .legal-content,
body.ee-v264:not(.home-pro-v263) .content-page,
body.ee-v264:not(.home-pro-v263) .prose{color:var(--ee-copy)!important}
body.ee-v264:not(.home-pro-v263) :where(.legal-content,.content-page,.prose) a{color:var(--ee-cyan)!important}

/* Football 1x1 dark integration */
body.ee-v264:not(.home-pro-v263) .football-101{background:transparent!important;color:var(--ee-copy)!important}
body.ee-v264:not(.home-pro-v263) .football-101-wrap{width:min(1220px,calc(100% - 56px))!important}
body.ee-v264:not(.home-pro-v263) .football-101-nav{
  position:sticky;top:82px;z-index:40;background:rgba(5,8,17,.94)!important;border:1px solid var(--ee-line)!important;
  backdrop-filter:blur(16px);box-shadow:var(--ee-shadow-soft)!important;
}
body.ee-v264:not(.home-pro-v263) .football-101-nav a{color:var(--ee-muted)!important}
body.ee-v264:not(.home-pro-v263) .football-101-nav a:hover,
body.ee-v264:not(.home-pro-v263) .football-101-nav a.is-active{color:#fff!important;background:rgba(40,199,244,.11)!important}
body.ee-v264:not(.home-pro-v263) .football-101-hero{
  border:1px solid var(--ee-line)!important;background:
    linear-gradient(90deg,rgba(4,8,17,.96),rgba(4,8,17,.62)),
    radial-gradient(circle at 85% 12%,rgba(33,117,255,.32),transparent 25rem),#0b1220!important;
  box-shadow:var(--ee-shadow)!important;
}
body.ee-v264:not(.home-pro-v263) .football-101-hero h1{font-size:clamp(3.6rem,8vw,8rem)!important;line-height:.86!important;letter-spacing:-.075em!important}
body.ee-v264:not(.home-pro-v263) :where(.football-101-card,.football-101-step,.ee-box,.ee-foul-card,.ee-term-card,.ee-faq details){
  border:1px solid var(--ee-line)!important;background:linear-gradient(145deg,#101a2c,#080d18)!important;box-shadow:var(--ee-shadow-soft)!important;
}
body.ee-v264:not(.home-pro-v263) .football-101-card:hover{transform:translateY(-5px);border-color:rgba(40,199,244,.38)!important}
body.ee-v264:not(.home-pro-v263) .football-101-card .tag{color:var(--ee-cyan)!important}
body.ee-v264:not(.home-pro-v263) .football-101-btn{background:var(--ee-red)!important;border-color:var(--ee-red)!important;color:#fff!important}
body.ee-v264:not(.home-pro-v263) .football-101-btn.secondary{background:rgba(255,255,255,.045)!important;border-color:var(--ee-line-strong)!important}
body.ee-v264:not(.home-pro-v263) .ee-table{border-color:var(--ee-line)!important}

/* Ads */
body.ee-v264:not(.home-pro-v263) .page-ad-slot,
body.ee-v264:not(.home-pro-v263) .ad-placeholder{padding:18px!important}
body.ee-v264:not(.home-pro-v263) .ad-placeholder-label{color:var(--ee-cyan)!important}

/* Footer */
body.ee-v264:not(.home-pro-v263) .footer{
  position:relative;margin-top:40px!important;padding:52px 0 110px!important;
  background:#03060d!important;border-top:1px solid var(--ee-line)!important;color:var(--ee-muted)!important;
}
body.ee-v264:not(.home-pro-v263) .footer::before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,var(--ee-red),var(--ee-cyan) 28%,transparent 60%)}
body.ee-v264:not(.home-pro-v263) .footer-inner{gap:24px!important}
body.ee-v264:not(.home-pro-v263) .footer a{color:#fff!important}
body.ee-v264:not(.home-pro-v263) .efa-social-link{border:1px solid var(--ee-line)!important;background:rgba(255,255,255,.045)!important;color:#fff!important}
body.ee-v264:not(.home-pro-v263) .efa-social-link:hover{background:rgba(40,199,244,.12)!important;border-color:rgba(40,199,244,.38)!important}
body.ee-v264:not(.home-pro-v263) .pwa-bottom-nav{background:rgba(3,7,15,.94)!important;border-top:1px solid var(--ee-line)!important;backdrop-filter:blur(16px)}
body.ee-v264:not(.home-pro-v263) .pwa-bottom-nav a{color:var(--ee-muted)!important}
body.ee-v264:not(.home-pro-v263) .pwa-bottom-nav a.is-active{color:var(--ee-cyan)!important}

/* Responsive */
@media (max-width:1100px){
  body.ee-v264:not(.home-pro-v263) .featured-news-card,
  body.ee-v264:not(.home-pro-v263) .interview-premium-hero{grid-template-columns:1fr!important}
  body.ee-v264:not(.home-pro-v263) .featured-news-media,
  body.ee-v264:not(.home-pro-v263) .interview-premium-media{min-height:420px}
  body.ee-v264:not(.home-pro-v263) .article-wrap{grid-template-columns:1fr!important}
  body.ee-v264:not(.home-pro-v263) .sidebar-card{position:relative!important;top:auto!important}
  body.ee-v264:not(.home-pro-v263) .interview-detail-wrap{grid-template-columns:1fr!important}
  body.ee-v264:not(.home-pro-v263) .interview-portrait{position:relative!important;top:auto!important;max-width:620px}
  body.ee-v264:not(.home-pro-v263) .section-head{grid-template-columns:1fr!important;gap:14px!important}
}
@media (max-width:900px){
  body.ee-v264:not(.home-pro-v263) .container{width:min(100% - 30px,var(--ee-max))}
  body.ee-v264:not(.home-pro-v263) .topbar .nav{min-height:72px!important}
  body.ee-v264:not(.home-pro-v263) .brand-home-link{width:170px!important;height:44px!important;flex-basis:170px!important}
  body.ee-v264:not(.home-pro-v263) .menu{
    background:#070c16!important;border-top:1px solid var(--ee-line)!important;box-shadow:0 30px 70px rgba(0,0,0,.5)!important;
  }
  body.ee-v264:not(.home-pro-v263) .menu>a{width:100%;padding:14px 18px!important;border-bottom:1px solid var(--ee-line)!important}
  body.ee-v264:not(.home-pro-v263) .list-page-header,
  body.ee-v264:not(.home-pro-v263) .efa-stats-hero,
  body.ee-v264:not(.home-pro-v263) .ee-league-hero,
  body.ee-v264:not(.home-pro-v263) .team-detail-hero,
  body.ee-v264:not(.home-pro-v263) .ad-hero{padding:70px 0 64px!important}
  body.ee-v264:not(.home-pro-v263) .section{padding:64px 0!important}
  body.ee-v264:not(.home-pro-v263) .football-101-wrap{width:calc(100% - 30px)!important}
  body.ee-v264:not(.home-pro-v263) .football-101-nav{top:72px;overflow-x:auto;white-space:nowrap;display:flex!important;flex-wrap:nowrap!important}
}
@media (max-width:640px){
  body.ee-v264:not(.home-pro-v263) .container{width:calc(100% - 24px)}
  body.ee-v264:not(.home-pro-v263) .page-title,
  body.ee-v264:not(.home-pro-v263) .efa-stats-title,
  body.ee-v264:not(.home-pro-v263) .ee-league-hero h1,
  body.ee-v264:not(.home-pro-v263) .team-detail-hero h1,
  body.ee-v264:not(.home-pro-v263) .ad-hero h1{font-size:clamp(2.55rem,14vw,4rem)!important}
  body.ee-v264:not(.home-pro-v263) .featured-news-media,
  body.ee-v264:not(.home-pro-v263) .interview-premium-media{min-height:260px!important}
  body.ee-v264:not(.home-pro-v263) .featured-news-body,
  body.ee-v264:not(.home-pro-v263) .interview-premium-body,
  body.ee-v264:not(.home-pro-v263) .article-content{padding:26px 20px!important}
  body.ee-v264:not(.home-pro-v263) .section{padding:50px 0!important}
  body.ee-v264:not(.home-pro-v263) .btn{width:100%}
  body.ee-v264:not(.home-pro-v263) .quick-link-row .btn{width:auto;flex:1 1 150px}
  body.ee-v264:not(.home-pro-v263) .news-archive-compact-link{display:grid!important;grid-template-columns:1fr auto!important;gap:12px!important}
  body.ee-v264:not(.home-pro-v263) .footer{padding-bottom:96px!important}
  body.ee-v264:not(.home-pro-v263) .football-101-wrap{width:calc(100% - 24px)!important}
}
