:root{
  --fs-bg:#07110d;
  --fs-bg-2:#0b1f17;
  --fs-card:rgba(255,255,255,.075);
  --fs-card-2:rgba(255,255,255,.045);
  --fs-border:rgba(255,255,255,.12);
  --fs-border-strong:rgba(245,158,11,.30);
  --fs-text:#f8fafc;
  --fs-muted:rgba(248,250,252,.68);
  --fs-soft:rgba(248,250,252,.48);
  --fs-gold:#f59e0b;
  --fs-green:#22c55e;
  --fs-red:#ef4444;
  --fs-radius:28px;
  --fs-shadow:0 24px 80px rgba(0,0,0,.35);
}

html{
  background:
    radial-gradient(circle at 15% 5%, rgba(245,158,11,.14), transparent 30%),
    radial-gradient(circle at 85% 10%, rgba(34,197,94,.10), transparent 28%),
    linear-gradient(180deg, var(--fs-bg), #030706 100%);
}

body{
  background:
    radial-gradient(circle at 20% 0%, rgba(245,158,11,.11), transparent 28%),
    radial-gradient(circle at 78% 8%, rgba(34,197,94,.08), transparent 30%),
    linear-gradient(180deg, rgba(7,17,13,.98), rgba(3,7,6,1));
  color:var(--fs-text);
}

header,
nav,
.glass,
.section-shell,
.hero-card,
.hero-banner,
.panel,
.card,
.info-card,
.source-card,
.faq-item,
.home-fixtures-preview,
.home-feed-card{
  backdrop-filter: blur(18px);
}

.glass,
.section-shell,
.hero-card,
.hero-banner,
.panel,
.card,
.info-card,
.source-card,
.faq-item,
.home-feed-card{
  border:1px solid var(--fs-border);
  box-shadow: var(--fs-shadow);
}

a,
button{
  transition:.18s ease;
}

.btn,
.nav-cta,
.ghost-btn,
.jumpBtn{
  border-radius:999px !important;
}

.btn.primary,
.nav-cta,
.bg-amber-400{
  background:linear-gradient(135deg, #fbbf24, #f59e0b) !important;
  color:#111827 !important;
  font-weight:900;
}

.btn.primary:hover,
.nav-cta:hover,
.bg-amber-400:hover{
  filter:brightness(1.08);
  transform:translateY(-1px);
}

.btn.secondary,
.ghost-btn,
.jumpBtn{
  border:1px solid var(--fs-border) !important;
}

h1,h2,h3{
  letter-spacing:-.03em;
}

.eyebrow,
.text-amber-300,
.text-amber-200{
  color:var(--fs-gold) !important;
}

.hero-grid,
.home-fixtures-preview:before{
  opacity:.45;
}

.fs-portal-band{
  border:1px solid var(--fs-border);
  background:
    radial-gradient(circle at 10% 20%, rgba(245,158,11,.16), transparent 28%),
    radial-gradient(circle at 90% 10%, rgba(34,197,94,.11), transparent 26%),
    rgba(255,255,255,.055);
  border-radius:var(--fs-radius);
  box-shadow:var(--fs-shadow);
  padding:24px;
}

.fs-competition-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
}

.fs-competition-card{
  display:block;
  min-height:160px;
  border:1px solid var(--fs-border);
  background:rgba(0,0,0,.22);
  border-radius:24px;
  padding:18px;
  color:var(--fs-text);
  text-decoration:none;
}

.fs-competition-card:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,.08);
  border-color:var(--fs-border-strong);
}

.fs-competition-card small{
  display:block;
  color:var(--fs-gold);
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:8px;
}

.fs-competition-card strong{
  display:block;
  font-size:1.25rem;
  line-height:1.1;
  margin-bottom:10px;
}

.fs-competition-card span{
  color:var(--fs-muted);
  font-size:.92rem;
  line-height:1.45;
}

.fs-pill-muted{
  display:inline-flex;
  align-items:center;
  gap:6px;
  border:1px solid var(--fs-border);
  background:rgba(255,255,255,.07);
  color:var(--fs-muted);
  border-radius:999px;
  padding:7px 11px;
  font-size:.78rem;
  font-weight:800;
}

@media(max-width:1100px){
  .fs-competition-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}

@media(max-width:680px){
  .fs-competition-grid{grid-template-columns:1fr;}
  .fs-portal-band{padding:18px;}
}

/* === FubaSport unified portal navigation === */
.fs-site-header{
  position:sticky;
  top:0;
  z-index:80;
  border-bottom:1px solid rgba(255,255,255,.10);
  background:rgba(3,7,6,.82);
  backdrop-filter:blur(20px);
}
.fs-site-nav{
  width:min(1180px, calc(100% - 32px));
  margin:0 auto;
  min-height:74px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.fs-brand{
  display:flex;
  align-items:center;
  gap:12px;
  color:#fff;
  text-decoration:none;
  min-width:max-content;
}
.fs-brand-mark{
  width:42px;
  height:42px;
  border-radius:15px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#fbbf24,#22c55e);
  color:#07110d;
  font-weight:1000;
  letter-spacing:-.06em;
  box-shadow:0 12px 30px rgba(0,0,0,.35);
}
.fs-brand strong{
  display:block;
  font-size:1.05rem;
  line-height:1;
}
.fs-brand small{
  display:block;
  margin-top:4px;
  color:rgba(255,255,255,.52);
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.fs-main-nav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:6px;
  flex-wrap:wrap;
}
.fs-main-nav a{
  color:rgba(255,255,255,.72);
  text-decoration:none;
  font-size:.88rem;
  font-weight:850;
  padding:9px 11px;
  border-radius:999px;
}
.fs-main-nav a:hover{
  color:#fff;
  background:rgba(255,255,255,.08);
}
.fs-main-nav .fs-nav-cta{
  color:#111827;
  background:linear-gradient(135deg,#fbbf24,#f59e0b);
}
.fs-main-nav .fs-nav-cta:hover{
  color:#111827;
  filter:brightness(1.08);
}
.fs-page-wrap{
  width:min(1180px, calc(100% - 32px));
  margin:0 auto;
  padding:44px 0 70px;
}
.fs-page-hero{
  border:1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle at 12% 10%, rgba(245,158,11,.18), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(34,197,94,.12), transparent 30%),
    rgba(255,255,255,.055);
  border-radius:32px;
  padding:32px;
  box-shadow:0 24px 80px rgba(0,0,0,.35);
}
.fs-page-hero h1{
  margin:8px 0 14px;
  font-size:clamp(2.2rem,5vw,4.6rem);
  line-height:.95;
}
.fs-page-hero p{
  max-width:78ch;
  color:rgba(255,255,255,.70);
  font-size:1.08rem;
  line-height:1.7;
}
.fs-card-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:22px;
}
.fs-info-card{
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.055);
  border-radius:24px;
  padding:20px;
}
.fs-info-card small{
  color:#f59e0b;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.fs-info-card h2,
.fs-info-card h3{
  margin:8px 0 10px;
}
.fs-info-card p{
  color:rgba(255,255,255,.68);
  line-height:1.6;
}
.fs-simple-footer{
  width:min(1180px, calc(100% - 32px));
  margin:0 auto;
  padding:26px 0 54px;
  color:rgba(255,255,255,.55);
}
.fs-simple-footer a{
  color:#fff;
  font-weight:800;
  margin-right:14px;
}
@media(max-width:980px){
  .fs-site-nav{
    align-items:flex-start;
    flex-direction:column;
    padding:14px 0;
  }
  .fs-main-nav{
    justify-content:flex-start;
  }
  .fs-card-grid{
    grid-template-columns:1fr;
  }
}

/* === WM 2026 secondary navigation === */
.fs-wm-subnav{
  position:sticky;
  top:74px;
  z-index:70;
  display:flex;
  justify-content:center;
  gap:8px;
  flex-wrap:wrap;
  padding:10px 16px;
  border-bottom:1px solid rgba(255,255,255,.10);
  background:rgba(3,7,6,.78);
  backdrop-filter:blur(18px);
}
.fs-wm-subnav a{
  color:rgba(255,255,255,.72);
  text-decoration:none;
  font-size:.86rem;
  font-weight:850;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.04);
}
.fs-wm-subnav a:hover{
  color:#fff;
  background:rgba(255,255,255,.09);
}
.fs-wm-subnav a.is-highlight{
  color:#111827;
  background:linear-gradient(135deg,#fbbf24,#f59e0b);
}
@media(max-width:980px){
  .fs-wm-subnav{
    position:relative;
    top:auto;
    justify-content:flex-start;
    overflow-x:auto;
  }
}


/* === FubaSport portal unification patch === */
:root{
  --fs-bg:#07110d; --fs-bg-2:#0b1f17; --fs-card:rgba(255,255,255,.075);
  --fs-border:rgba(255,255,255,.12); --fs-border-strong:rgba(245,158,11,.30);
  --fs-text:#f8fafc; --fs-muted:rgba(248,250,252,.68); --fs-gold:#f59e0b; --fs-green:#22c55e;
  --fs-radius:28px; --fs-shadow:0 24px 80px rgba(0,0,0,.35);
}
.fs-site-header{position:sticky;top:0;z-index:90;border-bottom:1px solid rgba(255,255,255,.10);background:rgba(3,7,6,.86);backdrop-filter:blur(20px)}
.fs-site-nav{width:min(1180px,calc(100% - 32px));margin:0 auto;min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.fs-brand{display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none;min-width:max-content}.fs-brand-mark{width:42px;height:42px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(135deg,#fbbf24,#22c55e);color:#07110d;font-weight:1000;letter-spacing:-.06em;box-shadow:0 12px 30px rgba(0,0,0,.35)}.fs-brand strong{display:block;font-size:1.05rem;line-height:1}.fs-brand small{display:block;margin-top:4px;color:rgba(255,255,255,.52);font-size:.76rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.fs-main-nav{display:flex;align-items:center;justify-content:flex-end;gap:6px;flex-wrap:wrap}.fs-main-nav a{color:rgba(255,255,255,.72);text-decoration:none;font-size:.88rem;font-weight:850;padding:9px 11px;border-radius:999px}.fs-main-nav a:hover{color:#fff;background:rgba(255,255,255,.08)}.fs-main-nav .fs-nav-cta{color:#111827;background:linear-gradient(135deg,#fbbf24,#f59e0b)}.fs-main-nav .fs-nav-cta:hover{color:#111827;filter:brightness(1.08)}
.fs-wm-subnav{position:sticky;top:74px;z-index:80;display:flex;justify-content:center;gap:8px;flex-wrap:wrap;padding:10px 16px;border-bottom:1px solid rgba(255,255,255,.10);background:rgba(3,7,6,.78);backdrop-filter:blur(18px)}.fs-wm-subnav a{color:rgba(255,255,255,.72);text-decoration:none;font-size:.86rem;font-weight:850;padding:8px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.04)}.fs-wm-subnav a:hover{color:#fff;background:rgba(255,255,255,.09)}.fs-wm-subnav a.is-highlight,.fs-wm-subnav a.active{color:#111827;background:linear-gradient(135deg,#fbbf24,#f59e0b)}
.fs-portal-band{border:1px solid var(--fs-border);background:radial-gradient(circle at 10% 20%,rgba(245,158,11,.16),transparent 28%),radial-gradient(circle at 90% 10%,rgba(34,197,94,.11),transparent 26%),rgba(255,255,255,.055);border-radius:var(--fs-radius);box-shadow:var(--fs-shadow);padding:24px}.fs-competition-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.fs-competition-card{display:block;min-height:160px;border:1px solid var(--fs-border);background:rgba(0,0,0,.22);border-radius:24px;padding:18px;color:var(--fs-text);text-decoration:none}.fs-competition-card:hover{transform:translateY(-2px);background:rgba(255,255,255,.08);border-color:var(--fs-border-strong)}.fs-competition-card small{display:block;color:var(--fs-gold);font-weight:900;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.fs-competition-card strong{display:block;font-size:1.25rem;line-height:1.1;margin-bottom:10px}.fs-competition-card span{color:var(--fs-muted);font-size:.92rem;line-height:1.45}.fs-pill-muted{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--fs-border);background:rgba(255,255,255,.07);color:var(--fs-muted);border-radius:999px;padding:7px 11px;font-size:.78rem;font-weight:800}.fs-page-wrap{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:44px 0 70px}.fs-page-hero{border:1px solid rgba(255,255,255,.12);background:radial-gradient(circle at 12% 10%,rgba(245,158,11,.18),transparent 30%),radial-gradient(circle at 88% 20%,rgba(34,197,94,.12),transparent 30%),rgba(255,255,255,.055);border-radius:32px;padding:32px;box-shadow:0 24px 80px rgba(0,0,0,.35)}.fs-page-hero h1{margin:8px 0 14px;font-size:clamp(2.2rem,5vw,4.6rem);line-height:.95}.fs-page-hero p{max-width:78ch;color:rgba(255,255,255,.70);font-size:1.08rem;line-height:1.7}.fs-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:22px}.fs-info-card{border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.055);border-radius:24px;padding:20px}.fs-info-card small{color:#f59e0b;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.fs-info-card h2,.fs-info-card h3{margin:8px 0 10px}.fs-info-card p{color:rgba(255,255,255,.68);line-height:1.6}.fs-simple-footer{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:26px 0 54px;color:rgba(255,255,255,.55)}.fs-simple-footer a{color:#fff;font-weight:800;margin-right:14px}
@media(max-width:1100px){.fs-competition-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:980px){.fs-site-nav{align-items:flex-start;flex-direction:column;padding:14px 0}.fs-main-nav{justify-content:flex-start}.fs-card-grid{grid-template-columns:1fr}.fs-wm-subnav{position:relative;top:auto;justify-content:flex-start;overflow-x:auto}.fs-competition-grid{grid-template-columns:1fr}}

/* === Competition data pages === */
.fs-data-layout{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);
  gap:18px;
  margin-top:22px;
}
.fs-data-block{
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.055);
  border-radius:28px;
  padding:22px;
  box-shadow:0 20px 70px rgba(0,0,0,.25);
}
.fs-data-block h2{
  margin:0 0 14px;
  font-size:1.65rem;
}
.fs-stat-row{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:18px;
}
.fs-mini-stat{
  border:1px solid rgba(255,255,255,.10);
  background:rgba(0,0,0,.22);
  border-radius:20px;
  padding:16px;
}
.fs-mini-stat strong{
  display:block;
  font-size:1.8rem;
  line-height:1;
}
.fs-mini-stat span{
  display:block;
  margin-top:7px;
  color:rgba(255,255,255,.55);
  font-size:.78rem;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:900;
}
.fs-table-wrap{
  overflow:auto;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.10);
}
.fs-table{
  width:100%;
  border-collapse:collapse;
  min-width:680px;
}
.fs-table th,
.fs-table td{
  padding:12px 13px;
  border-bottom:1px solid rgba(255,255,255,.08);
  text-align:left;
  font-size:.94rem;
}
.fs-table th{
  color:#f59e0b;
  font-size:.76rem;
  text-transform:uppercase;
  letter-spacing:.08em;
  background:rgba(0,0,0,.22);
}
.fs-table tr:hover td{
  background:rgba(255,255,255,.045);
}
.fs-team-cell{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:190px;
}
.fs-team-cell img,
.fs-fixture-team img{
  width:24px;
  height:24px;
  object-fit:contain;
}
.fs-fixture-list{
  display:grid;
  gap:12px;
}
.fs-fixture-item{
  border:1px solid rgba(255,255,255,.10);
  background:rgba(0,0,0,.20);
  border-radius:20px;
  padding:15px;
}
.fs-fixture-meta{
  color:#f59e0b;
  font-size:.78rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:10px;
}
.fs-fixture-teams{
  display:grid;
  gap:8px;
}
.fs-fixture-team{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.fs-fixture-team span:first-child{
  display:flex;
  align-items:center;
  gap:9px;
}
.fs-team-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.fs-team-card{
  border:1px solid rgba(255,255,255,.10);
  background:rgba(0,0,0,.18);
  border-radius:20px;
  padding:14px;
  display:flex;
  gap:12px;
  align-items:center;
}
.fs-team-card img{
  width:34px;
  height:34px;
  object-fit:contain;
}
.fs-team-card strong{
  display:block;
}
.fs-team-card small{
  color:rgba(255,255,255,.55);
}
.fs-note-box{
  border:1px solid rgba(245,158,11,.22);
  background:rgba(245,158,11,.08);
  color:rgba(255,255,255,.74);
  border-radius:22px;
  padding:18px;
  line-height:1.65;
}
@media(max-width:980px){
  .fs-data-layout{grid-template-columns:1fr;}
  .fs-stat-row{grid-template-columns:1fr;}
  .fs-team-grid{grid-template-columns:1fr;}
}

/* === FubaSport Football Rules Wiki === */
.fs-rules-controls{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:12px;
  margin-top:22px;
}
.fs-rules-controls input,
.fs-rules-controls select{
  width:100%;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.28);
  color:#fff;
  border-radius:18px;
  padding:14px 16px;
  outline:none;
  font-weight:700;
}
.fs-rules-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:18px 0 0;
}
.fs-rule-tab{
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
  color:rgba(255,255,255,.78);
  border-radius:999px;
  padding:9px 13px;
  cursor:pointer;
  font-weight:900;
}
.fs-rule-tab.active{
  background:linear-gradient(135deg,#fbbf24,#f59e0b);
  color:#111827;
}
.fs-rule-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:18px;
}
.fs-rule-card{
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.055);
  border-radius:24px;
  padding:18px;
  box-shadow:0 18px 60px rgba(0,0,0,.22);
}
.fs-rule-card small{
  color:#f59e0b;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.fs-rule-card h2,
.fs-rule-card h3{
  margin:8px 0 10px;
}
.fs-rule-card p,
.fs-rule-card li{
  color:rgba(255,255,255,.72);
  line-height:1.65;
}
.fs-rule-card ul{
  padding-left:1.1rem;
}
.fs-measure-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin-top:18px;
}
.fs-measure{
  border:1px solid rgba(245,158,11,.20);
  background:rgba(245,158,11,.075);
  border-radius:22px;
  padding:16px;
}
.fs-measure strong{
  display:block;
  font-size:1.45rem;
  line-height:1.1;
}
.fs-measure span{
  display:block;
  margin-top:7px;
  color:rgba(255,255,255,.62);
  font-size:.9rem;
}
.fs-abc-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:18px;
}
.fs-abc-item{
  border:1px solid rgba(255,255,255,.10);
  background:rgba(0,0,0,.20);
  border-radius:22px;
  padding:16px;
}
.fs-abc-item b{
  color:#fff;
}
.fs-abc-item p{
  margin:.45rem 0 0;
  color:rgba(255,255,255,.68);
  line-height:1.6;
}
.fs-source-list{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.fs-source-list a{
  display:block;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.055);
  color:#fff;
  border-radius:20px;
  padding:16px;
  text-decoration:none;
}
.fs-source-list small{
  color:#f59e0b;
  font-weight:900;
  text-transform:uppercase;
}
@media(max-width:980px){
  .fs-rules-controls{grid-template-columns:1fr;}
  .fs-rule-grid,.fs-measure-grid,.fs-abc-list,.fs-source-list{grid-template-columns:1fr;}
}


/* === Football Rules Wiki V2 === */
.fs-rules-anchor-offset{scroll-margin-top:150px}
.fs-wiki-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}
.fs-rules-toc{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.fs-rules-toc a,.fs-rule-tab{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);color:rgba(255,255,255,.78);border-radius:999px;padding:9px 13px;cursor:pointer;font-weight:900;text-decoration:none}
.fs-rules-toc a:hover,.fs-rule-tab:hover{background:rgba(255,255,255,.1);color:#fff}
.fs-rules-toc a.active,.fs-rule-tab.active{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#111827}
.fs-law-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px}
.fs-law-mini{border:1px solid rgba(255,255,255,.1);background:rgba(0,0,0,.18);border-radius:18px;padding:13px}
.fs-law-mini b{color:#fff}
.fs-wiki-counts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:18px}
@media(max-width:980px){.fs-law-list,.fs-wiki-counts{grid-template-columns:1fr}.fs-rules-anchor-offset{scroll-margin-top:20px}}




/* === FubaSport SEO + Core Web Vitals Polish === */
body > main,
.fs-page-wrap,
.fs-home-wrap,
.home-wrap,
.fs-content-wrap {
  width: min(1300px, calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
}

.fs-site-nav,
.fs-simple-footer {
  width: min(1300px, calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
}

#homeNextFixtures,
.home-fixture-list {
  min-height: 340px;
}

#homeLatestNews,
.home-news-list,
#homeLatestNews.grid-3 {
  min-height: 320px;
}

.fs-ssr-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.fs-ssr-card {
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.055);
  border-radius: 22px;
  padding: 16px;
  box-shadow: 0 18px 60px rgba(0,0,0,.20);
}

.fs-ssr-card small {
  display: block;
  color: #f59e0b;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .72rem;
}

.fs-ssr-card h3 {
  margin: 8px 0 8px;
  color: #fff;
  line-height: 1.18;
}

.fs-ssr-card p {
  color: rgba(255,255,255,.68);
  line-height: 1.55;
  margin: 0 0 8px;
}

.fs-ssr-muted {
  color: rgba(255,255,255,.48) !important;
  font-size: .9rem;
}

@media (max-width: 980px) {
  body > main,
  .fs-page-wrap,
  .fs-home-wrap,
  .home-wrap,
  .fs-content-wrap,
  .fs-site-nav,
  .fs-simple-footer {
    width: min(100% - 24px, 1300px);
  }

  .fs-ssr-grid {
    grid-template-columns: 1fr;
  }

  #homeNextFixtures,
  .home-fixture-list,
  #homeLatestNews,
  .home-news-list,
  #homeLatestNews.grid-3 {
    min-height: 220px;
  }
}


/* === FubaSport Modal Guard Polish === */
.modal-close,
.fs-modal-close,
.team-modal-close,
.player-modal-close,
.club-modal-close,
.close,
.btn-close,
[data-modal-close],
[data-close],
[data-dismiss="modal"],
[aria-label="Close"],
[aria-label="Schließen"],
[aria-label="Schliessen"] {
  cursor: pointer;
}

dialog[hidden],
[role="dialog"][hidden],
.modal[hidden],
.fs-modal[hidden],
.team-modal[hidden],
.player-modal[hidden],
.club-modal[hidden],
.info-modal[hidden],
[data-modal][hidden] {
  display: none !important;
}

/* === WM Team Modal Close Fix === */
.fs-wm-team-close {
  position: absolute;
  top: 14px;
  right: 16px;
  z-index: 99999;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.55);
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  font-weight: 900;
  cursor: pointer;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 40px rgba(0,0,0,.35);
}

.fs-wm-team-close:hover {
  background: rgba(245,158,11,.95);
  color: #111827;
}

/* === WM Team Modal Reopen Fix === */
.fs-wm-team-force-closed {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.fs-wm-team-close {
  position: absolute;
  top: 14px;
  right: 16px;
  z-index: 99999;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.55);
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  font-weight: 900;
  cursor: pointer;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 40px rgba(0,0,0,.35);
}

.fs-wm-team-close:hover {
  background: rgba(245,158,11,.95);
  color: #111827;
}

/* === WM Team Modal Centering Fix === */
.fs-wm-team-root-centered {
  position: fixed !important;
  inset: 0 !important;
  z-index: 99980 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 96px 18px 28px !important;
  overflow: auto !important;
}

.fs-wm-team-panel-centered {
  position: relative !important;
  width: min(960px, calc(100vw - 36px)) !important;
  max-width: 960px !important;
  max-height: calc(100vh - 130px) !important;
  overflow-y: auto !important;
  margin: auto !important;
  border-radius: 26px !important;
}

.fs-wm-team-panel-centered .fs-wm-team-close,
.fs-wm-team-close {
  position: sticky !important;
  top: 10px !important;
  float: right !important;
  margin-left: auto !important;
  z-index: 999999 !important;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  background: rgba(0,0,0,.78) !important;
  color: #fff !important;
  font-size: 30px !important;
  line-height: 34px !important;
  font-weight: 900 !important;
  cursor: pointer !important;
  display: grid !important;
  place-items: center !important;
  box-shadow: 0 14px 45px rgba(0,0,0,.45) !important;
}

.fs-wm-team-close:hover {
  background: rgba(245,158,11,.98) !important;
  color: #111827 !important;
}

@media (max-width: 760px) {
  .fs-wm-team-root-centered {
    padding: 82px 12px 18px !important;
    align-items: flex-start !important;
  }

  .fs-wm-team-panel-centered {
    width: calc(100vw - 24px) !important;
    max-height: calc(100vh - 105px) !important;
  }
}

/* === WM Team Modal LIGHT Fix === */
.fs-wm-modal-closed {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.fs-wm-team-modal-root-light {
  align-items: center !important;
  justify-content: center !important;
  padding: 92px 18px 28px !important;
  overflow: auto !important;
}

.fs-wm-team-modal-panel-light {
  position: relative !important;
  max-width: min(960px, calc(100vw - 36px)) !important;
  max-height: calc(100vh - 130px) !important;
  overflow-y: auto !important;
  margin: auto !important;
}

.fs-wm-team-close-light {
  position: sticky !important;
  top: 10px !important;
  float: right !important;
  z-index: 999999 !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  background: rgba(0,0,0,.82) !important;
  color: #fff !important;
  font-size: 30px !important;
  line-height: 34px !important;
  font-weight: 900 !important;
  cursor: pointer !important;
  display: grid !important;
  place-items: center !important;
  box-shadow: 0 14px 45px rgba(0,0,0,.45) !important;
}

.fs-wm-team-close-light:hover {
  background: rgba(245,158,11,.98) !important;
  color: #111827 !important;
}

@media (max-width: 760px) {
  .fs-wm-team-modal-root-light {
    padding: 82px 12px 18px !important;
    align-items: flex-start !important;
  }

  .fs-wm-team-modal-panel-light {
    max-width: calc(100vw - 24px) !important;
    max-height: calc(100vh - 105px) !important;
  }
}

/* === WM Team Flags === */
.fs-wm-team-title-with-flag {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.fs-wm-team-flag {
  width: 30px !important;
  height: 30px !important;
  object-fit: contain !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.08) !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  padding: 3px !important;
  flex: 0 0 auto !important;
  box-shadow: 0 8px 22px rgba(0,0,0,.25) !important;
}

/* === WM Team Flags Replace v2 === */
.fs-wm-team-code-replaced {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 42px !important;
  min-height: 36px !important;
}

.fs-wm-team-title-flagged {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.fs-wm-team-flag-img {
  width: 34px !important;
  height: 34px !important;
  object-fit: cover !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.08) !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  padding: 2px !important;
  flex: 0 0 auto !important;
  box-shadow: 0 8px 22px rgba(0,0,0,.28) !important;
}

@media (max-width: 760px) {
  .fs-wm-team-flag-img {
    width: 30px !important;
    height: 30px !important;
  }
}

/* === WM Flags SAFE v3 === */
.fs-wm-team-code-replaced {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 38px !important;
  min-height: 34px !important;
}

.fs-wm-team-title-flagged {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.fs-wm-team-flag-img {
  width: 34px !important;
  height: 34px !important;
  object-fit: cover !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.08) !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  padding: 2px !important;
  flex: 0 0 auto !important;
  box-shadow: 0 8px 22px rgba(0,0,0,.28) !important;
}

@media (max-width: 760px) {
  .fs-wm-team-flag-img {
    width: 30px !important;
    height: 30px !important;
  }
}

/* === FubaSport Deep Data Widgets === */
.fs-deep-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 16px 0 24px;
}

.fs-deep-card {
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.18);
  border-radius: 22px;
  padding: 16px;
}

.fs-deep-card h3 {
  margin: 0 0 10px;
}

.fs-deep-card p,
.fs-deep-card small {
  color: rgba(255,255,255,.62);
  line-height: 1.6;
}

.fs-deep-ranking {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.fs-deep-ranking li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding-bottom: 9px;
}

.fs-deep-ranking li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.fs-deep-ranking b,
.fs-deep-ranking small {
  display: block;
}

.fs-deep-ranking strong {
  color: #f59e0b;
  font-size: 1.2rem;
}

.fs-deep-fixtures {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
  margin-bottom: 24px;
}

.fs-deep-squads {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
}

@media(max-width: 980px) {
  .fs-deep-grid,
  .fs-deep-fixtures,
  .fs-deep-squads {
    grid-template-columns: 1fr;
  }
}

/* === FubaSport Homepage Priority Blocks === */
.fs-home-priority-block {
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.055);
  border-radius: 28px;
  padding: clamp(18px, 3vw, 28px);
  margin: 18px 0;
  box-shadow: 0 22px 75px rgba(0,0,0,.28);
}

.fs-section-head-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.fs-section-head-row h2 {
  margin: 8px 0 8px;
}

.fs-section-head-row p {
  color: rgba(255,255,255,.68);
  line-height: 1.65;
  max-width: 78ch;
}

.fs-home-events-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 14px;
}

.fs-home-event-card,
.fs-home-news-card,
.fs-home-news-featured {
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.20);
  border-radius: 22px;
  padding: 16px;
}

.fs-home-event-card small,
.fs-home-news-card small,
.fs-home-news-featured small {
  display: block;
  color: #f59e0b;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
  font-size: .72rem;
}

.fs-home-event-card h3,
.fs-home-news-card h3,
.fs-home-news-featured h3 {
  color: #fff;
  margin: 9px 0 10px;
  line-height: 1.2;
}

.fs-home-event-card p,
.fs-home-news-card p,
.fs-home-news-featured p {
  color: rgba(255,255,255,.68);
  line-height: 1.55;
  margin: 0 0 9px;
}

.fs-home-event-time {
  color: #fbbf24 !important;
  font-weight: 900;
}

.fs-home-news-layout {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 14px;
}

.fs-home-news-featured {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    radial-gradient(circle at 20% 0%, rgba(245,158,11,.20), transparent 34%),
    rgba(0,0,0,.22);
}

.fs-home-news-featured h3 {
  font-size: clamp(1.45rem, 3vw, 2.35rem);
}

.fs-home-news-side {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

@media(max-width: 1100px) {
  .fs-home-events-grid,
  .fs-home-news-side {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .fs-home-news-layout {
    grid-template-columns: 1fr;
  }
}

@media(max-width: 720px) {
  .fs-section-head-row {
    display: block;
  }

  .fs-home-events-grid,
  .fs-home-news-side {
    grid-template-columns: 1fr;
  }
}

/* === User friendly editorial notes === */
.fs-user-note {
  border: 1px solid rgba(245,158,11,.22);
  background: rgba(245,158,11,.08);
  border-radius: 18px;
  padding: 14px 16px;
  margin: 14px 0 18px;
  color: rgba(255,255,255,.72);
  line-height: 1.65;
}

.fs-user-note strong {
  color: #fbbf24;
}

/* === FubaSport Brand Polish === */
.fs-brand-upgraded {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  text-decoration: none !important;
  min-width: max-content;
}

.fs-brand-logo {
  width: 44px !important;
  height: 44px !important;
  border-radius: 16px !important;
  flex: 0 0 auto !important;
  filter: drop-shadow(0 10px 24px rgba(0,0,0,.35));
}

.fs-brand-copy {
  display: grid !important;
  gap: 2px !important;
  line-height: 1.05 !important;
}

.fs-brand-copy strong {
  color: #fff !important;
  font-size: 1.2rem !important;
  letter-spacing: -0.035em !important;
  font-weight: 950 !important;
}

.fs-brand-copy small {
  color: rgba(255,255,255,.68) !important;
  font-size: .78rem !important;
  font-weight: 800 !important;
  letter-spacing: .01em !important;
}

@media(max-width: 720px) {
  .fs-brand-logo {
    width: 38px !important;
    height: 38px !important;
    border-radius: 14px !important;
  }

  .fs-brand-copy strong {
    font-size: 1.05rem !important;
  }

  .fs-brand-copy small {
    font-size: .7rem !important;
  }
}

/* === FubaSport Spiele Übersicht === */
.fs-page-shell {
  width: min(1300px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 54px;
}

.fs-hero-compact {
  border: 1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(circle at 20% 0%, rgba(245,158,11,.20), transparent 36%),
    rgba(255,255,255,.055);
  border-radius: 30px;
  padding: clamp(22px, 4vw, 42px);
  margin: 18px 0;
  box-shadow: 0 24px 90px rgba(0,0,0,.28);
}

.fs-hero-compact h1 {
  margin: 8px 0 10px;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: .98;
  color: #fff;
  letter-spacing: -0.055em;
}

.fs-hero-compact p {
  color: rgba(255,255,255,.72);
  line-height: 1.7;
  max-width: 82ch;
  font-size: 1.05rem;
}

.fs-games-toolbar {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.22);
  border-radius: 24px;
  padding: 16px;
  margin: 18px 0;
}

.fs-games-toolbar label {
  display: grid;
  gap: 8px;
  color: rgba(255,255,255,.76);
  font-weight: 850;
  font-size: .9rem;
}

.fs-games-toolbar select,
.fs-games-toolbar input {
  width: 100%;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.08);
  color: #fff;
  border-radius: 16px;
  padding: 12px 13px;
  outline: none;
}

.fs-games-toolbar option {
  color: #111;
}

.fs-games-summary {
  margin: 16px 0;
}

.fs-games-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 12px;
}

.fs-games-summary-grid div {
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.055);
  border-radius: 20px;
  padding: 16px;
}

.fs-games-summary-grid strong {
  display: block;
  color: #fbbf24;
  font-size: 1.7rem;
  line-height: 1;
}

.fs-games-summary-grid span {
  display: block;
  color: rgba(255,255,255,.64);
  margin-top: 7px;
  font-weight: 750;
}

.fs-games-count-note {
  color: rgba(255,255,255,.62);
  margin: 16px 0;
  line-height: 1.6;
}

.fs-games-list {
  display: grid;
  gap: 14px;
}

.fs-game-card {
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.052);
  border-radius: 24px;
  padding: 16px;
  box-shadow: 0 16px 55px rgba(0,0,0,.18);
}

.fs-game-topline,
.fs-game-meta,
.fs-game-detail-row,
.fs-game-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
}

.fs-game-topline {
  justify-content: space-between;
  color: rgba(255,255,255,.64);
  font-weight: 850;
  font-size: .85rem;
  margin-bottom: 12px;
}

.fs-game-main {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 14px;
  align-items: center;
}

.fs-game-team {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.fs-game-team-away {
  justify-content: flex-end;
  text-align: right;
}

.fs-game-team img,
.fs-game-team-fallback {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  object-fit: contain;
  background: rgba(255,255,255,.92);
  flex: 0 0 auto;
}

.fs-game-team-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0f172a;
  font-weight: 950;
  font-size: .78rem;
}

.fs-game-team strong {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fs-game-score {
  min-width: 72px;
  text-align: center;
  border: 1px solid rgba(245,158,11,.26);
  background: rgba(245,158,11,.10);
  color: #fbbf24;
  font-weight: 950;
  font-size: 1.45rem;
  border-radius: 18px;
  padding: 9px 12px;
}

.fs-game-meta {
  margin-top: 13px;
  color: rgba(255,255,255,.62);
  line-height: 1.55;
}

.fs-game-meta span {
  border-right: 1px solid rgba(255,255,255,.12);
  padding-right: 9px;
}

.fs-game-meta span:last-child {
  border-right: 0;
}

.fs-game-detail-row {
  margin-top: 13px;
}

.fs-game-badge,
.fs-game-muted {
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.20);
  color: rgba(255,255,255,.70);
  border-radius: 999px;
  padding: 6px 9px;
  font-size: .78rem;
  font-weight: 850;
}

.fs-game-badge {
  color: #bbf7d0;
  border-color: rgba(34,197,94,.26);
  background: rgba(34,197,94,.10);
}

.fs-game-actions {
  margin-top: 14px;
}

@media(max-width: 900px) {
  .fs-games-toolbar,
  .fs-games-summary-grid {
    grid-template-columns: 1fr 1fr;
  }

  .fs-game-main {
    grid-template-columns: 1fr;
  }

  .fs-game-team-away {
    justify-content: flex-start;
    text-align: left;
  }

  .fs-game-score {
    width: max-content;
  }
}

@media(max-width: 620px) {
  .fs-games-toolbar,
  .fs-games-summary-grid {
    grid-template-columns: 1fr;
  }
}
