@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("/assets/PlusJakartaSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("/assets/PlusJakartaSans-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --bg: #07080b;
  --panel: #111019;
  --panel-2: #171421;
  --line: rgba(255, 255, 255, 0.13);
  --line-strong: rgba(252, 202, 0, 0.36);
  --text: #f8f7ff;
  --muted: rgba(248, 247, 255, 0.72);
  --soft: rgba(248, 247, 255, 0.54);
  --purple: #6c02d3;
  --purple-dark: #480f82;
  --yellow: #fcca00;
  --green: #1db954;
  --red: #d81f36;
  --radius: 8px;
  --max: 1160px;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.28) 1px, transparent 1px) 0 0 / 44px 44px,
    linear-gradient(180deg, #090a0f 0%, #130d20 44%, #07080b 100%);
  color: var(--text);
}

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 72px;
  padding: 12px clamp(14px, 3vw, 34px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  background: rgba(7, 8, 11, 0.88);
  backdrop-filter: blur(18px);
}

.brand-mark {
  display: flex;
  align-items: center;
  min-width: 128px;
}

.brand-mark img {
  width: 138px;
  height: auto;
  display: block;
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

nav a {
  min-height: 36px;
  padding: 9px 12px;
  display: inline-flex;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 6px;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.9rem;
}

nav a:hover {
  border-color: var(--line);
  color: var(--text);
}

main,
.site-footer {
  width: min(100% - 28px, var(--max));
  margin: 0 auto;
}

.hero {
  min-height: min(760px, calc(100vh - 72px));
  padding: clamp(18px, 4vw, 42px) 0 22px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(18px, 4vw, 44px);
  align-items: stretch;
}

.hero-copy,
.match-board,
.freebet-section,
.groups-band,
.faq-section,
.section-grid,
.page-hero,
.match-hero,
.data-section,
.text-section,
.image-feature,
.how-section,
.match-cta-section,
.link-bank {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(23, 20, 33, 0.92), rgba(12, 11, 17, 0.92));
}

.hero-copy {
  padding: clamp(22px, 4vw, 42px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.hero-copy::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, var(--green), var(--yellow), var(--red));
}

.kicker,
.section-kicker {
  margin: 0 0 12px;
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(1.85rem, 4.1vw, 3.85rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(1.32rem, 2.15vw, 2.05rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin: 8px 0 8px;
  font-size: 1.05rem;
  line-height: 1.15;
}

.match-teams,
.team-name {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  vertical-align: middle;
}

.match-teams {
  flex-wrap: wrap;
  gap: 0.32em 0.48em;
}

.team-name {
  gap: 0.4em;
}

.country-flag {
  width: 1.45em;
  height: 1.45em;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
  font-size: 0.92em;
  line-height: 1;
}

.country-label {
  min-width: 0;
}

.versus,
.team-separator {
  color: var(--soft);
  font-size: 0.78em;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.team-separator {
  margin: 0 0.18em;
}

h1 .match-teams {
  gap: 0.18em 0.34em;
}

h1 .country-flag {
  width: 1.18em;
  height: 1.18em;
  font-size: 0.62em;
}

.hero-intro,
.section-copy,
.result-message,
.freebet-status p,
.groups-copy p,
.faq-section p,
.site-footer p {
  color: var(--muted);
  line-height: 1.55;
}

.hero-intro {
  margin: 22px 0 0;
  max-width: 640px;
  font-size: 1.03rem;
}

.hero-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.primary-action,
.ghost-action,
button,
.portal-link {
  min-height: 48px;
  padding: 0 17px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
}

.primary-action,
button,
.portal-link {
  border: 0;
  background: var(--yellow);
  color: #17002b;
}

.ghost-action {
  border: 1px solid var(--line);
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
}

button:disabled {
  opacity: 0.62;
  cursor: wait;
}

.signal-strip {
  margin: 30px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.signal-strip div {
  min-height: 78px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #0d0c13;
}

.signal-strip dt {
  color: var(--soft);
  font-size: 0.78rem;
}

.signal-strip dd {
  margin: 6px 0 0;
  font-weight: 800;
}

.match-board {
  min-height: 500px;
  position: relative;
  overflow: hidden;
}

.match-board img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  display: block;
  object-fit: cover;
}

.board-overlay {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(7, 8, 11, 0.78);
  backdrop-filter: blur(14px);
}

.board-overlay span,
.fixture-card span,
.market-row span,
.availability {
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.board-overlay strong {
  display: block;
  margin-top: 6px;
  font-size: 1.35rem;
}

.board-overlay p {
  margin: 8px 0 0;
  color: var(--muted);
}

.section-grid {
  margin-top: 18px;
  padding: clamp(20px, 4vw, 34px);
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 22px;
}

.page-hero,
.match-hero {
  margin-top: 18px;
  padding: clamp(20px, 4vw, 34px);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.78fr);
  gap: 22px;
  align-items: center;
}

.match-hero {
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.74fr);
}

.page-hero img,
.match-hero img,
.image-feature img,
.how-section img {
  width: 100%;
  min-height: 260px;
  max-height: 420px;
  display: block;
  border-radius: 7px;
  object-fit: cover;
}

.match-facts {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.match-facts span {
  min-height: 36px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font-size: 0.9rem;
}

.data-section,
.text-section,
.image-feature,
.how-section,
.link-bank {
  margin-top: 18px;
  padding: clamp(20px, 4vw, 34px);
}

.data-section {
  display: grid;
  grid-template-columns: minmax(230px, 0.58fr) minmax(0, 1.42fr);
  gap: 18px;
}

.team-table {
  display: grid;
  gap: 9px;
}

.match-link-list {
  display: grid;
  gap: 9px;
}

.match-link-list a,
.empty-state {
  min-height: 58px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  display: grid;
  gap: 4px;
  align-content: center;
  background: #0d0c13;
  color: var(--text);
  text-decoration: none;
}

.match-link-list a span,
.empty-state {
  color: var(--soft);
  font-size: 0.88rem;
}

.team-table div {
  min-height: 54px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 10px;
  align-items: center;
  background: #0d0c13;
}

.team-table span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(252, 202, 0, 0.14);
  color: var(--yellow);
  font-weight: 800;
}

.team-table em {
  color: var(--soft);
  font-size: 0.82rem;
  font-style: normal;
}

.text-section p,
.image-feature p,
.how-section li,
.link-bank a {
  color: var(--muted);
  line-height: 1.58;
}

.image-feature,
.how-section {
  display: grid;
  grid-template-columns: minmax(290px, 0.88fr) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
}

.match-cta-section {
  margin-top: 18px;
  padding: clamp(20px, 4vw, 34px);
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  gap: 18px;
  align-items: start;
}

.match-cta-section p {
  color: var(--muted);
  line-height: 1.58;
}

.match-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.match-link-grid a {
  min-height: 104px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 7px;
  display: grid;
  gap: 7px;
  align-content: center;
  background: #0d0c13;
  color: var(--text);
  text-decoration: none;
}

.match-link-grid span {
  color: var(--yellow);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.match-link-grid em {
  color: var(--soft);
  font-size: 0.84rem;
  font-style: normal;
}

.how-section ol {
  margin: 18px 0 0;
  padding-left: 22px;
}

.how-section li + li {
  margin-top: 9px;
}

.link-bank div {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.link-bank a {
  min-height: 38px;
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.04);
}

.fixture-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.fixture-card,
.market-row,
.claim-form,
.result,
details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #0d0c13;
}

.fixture-card {
  min-height: 238px;
  padding: 16px;
  display: flex;
  flex-direction: column;
}

.fixture-card p {
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.45;
}

.fixture-card h3 a {
  color: var(--text);
  text-decoration: none;
}

.pick-match {
  width: 100%;
  margin-top: auto;
  min-height: 48px;
  padding: 0 17px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--yellow);
  color: #17002b;
  font-weight: 800;
  text-decoration: none;
}

.groups-band {
  margin-top: 18px;
  padding: clamp(20px, 4vw, 34px);
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: 22px;
  align-items: center;
}

.group-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.group-grid a {
  min-height: 64px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  display: grid;
  align-content: center;
  gap: 5px;
  justify-content: center;
  background: linear-gradient(135deg, rgba(108, 2, 211, 0.22), rgba(252, 202, 0, 0.08));
  color: var(--text);
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.group-grid a span {
  color: var(--soft);
  font-size: 0.72rem;
  font-weight: 300;
}

.market-stack {
  margin-top: 16px;
  display: grid;
  gap: 10px;
}

.market-row {
  min-height: 74px;
  padding: 14px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
}

.market-row strong {
  font-size: 1.1rem;
}

.freebet-section {
  margin-top: 18px;
  padding: clamp(20px, 4vw, 34px);
  display: grid;
  grid-template-columns: minmax(270px, 0.82fr) minmax(300px, 1fr);
  gap: 18px;
  align-items: start;
}

.availability {
  width: fit-content;
  margin-top: 18px;
  padding: 9px 12px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(252, 202, 0, 0.08);
}

.claim-form {
  padding: 18px;
  display: grid;
  gap: 13px;
}

label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.9rem;
}

input {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  padding: 0 12px;
  background: #171420;
  color: var(--text);
}

input:focus {
  outline: 2px solid rgba(252, 202, 0, 0.38);
  outline-offset: 2px;
}

.result {
  grid-column: 2;
  padding: 18px;
  border-color: var(--line-strong);
}

.result-label {
  margin: 0 0 8px;
  color: var(--yellow);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.code-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

code {
  min-height: 52px;
  padding: 0 14px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  background: #050509;
  color: var(--text);
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: 0;
}

.portal-link {
  width: 100%;
  margin-top: 14px;
  background: var(--purple);
  color: #fff;
}

.error {
  grid-column: 2;
  margin: 0;
  padding: 12px;
  border-radius: 6px;
  background: rgba(216, 31, 54, 0.16);
  color: #ffb8c2;
}

.faq-section {
  margin-top: 18px;
  padding: clamp(20px, 4vw, 34px);
}

.faq-section h2 {
  margin-bottom: 16px;
}

details {
  padding: 15px 16px;
}

details + details {
  margin-top: 10px;
}

summary {
  cursor: pointer;
  font-weight: 800;
}

details p {
  margin: 10px 0 0;
}

.site-footer {
  padding: 28px 0 38px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--line);
  margin-top: 18px;
}

.site-footer p {
  margin: 0;
  max-width: 520px;
  font-size: 0.9rem;
}

[hidden] {
  display: none !important;
}

body[data-site-profile="worldcupbet-tz"] {
  color-scheme: light;
  --bg: #f4f7f0;
  --panel: #ffffff;
  --panel-2: #eef5e8;
  --line: rgba(27, 64, 52, 0.16);
  --line-strong: rgba(15, 129, 92, 0.34);
  --text: #163027;
  --muted: rgba(22, 48, 39, 0.72);
  --soft: rgba(22, 48, 39, 0.56);
  --purple: #5a21a8;
  --purple-dark: #35125f;
  --yellow: #f3bd1b;
  --green: #0f815c;
  --red: #c44735;
  background:
    linear-gradient(90deg, rgba(15, 129, 92, 0.08) 1px, transparent 1px) 0 0 / 56px 56px,
    linear-gradient(180deg, #f8faf2 0%, #eef6e8 46%, #ffffff 100%);
  color: var(--text);
}

body[data-site-profile="worldcupbet-tz"] .topbar {
  border-bottom-color: rgba(15, 129, 92, 0.16);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 28px rgba(27, 64, 52, 0.08);
}

body[data-site-profile="worldcupbet-tz"] nav a {
  color: rgba(22, 48, 39, 0.72);
}

body[data-site-profile="worldcupbet-tz"] nav a:hover {
  border-color: rgba(15, 129, 92, 0.22);
  color: var(--green);
  background: rgba(15, 129, 92, 0.06);
}

body[data-site-profile="worldcupbet-tz"] main {
  width: min(100% - 32px, 1240px);
}

body[data-site-profile="worldcupbet-tz"] .hero {
  padding-top: 24px;
  min-height: min(680px, calc(100vh - 72px));
  grid-template-columns: minmax(0, 0.96fr) minmax(430px, 1.04fr);
  gap: 18px;
  align-items: stretch;
}

body[data-site-profile="worldcupbet-tz"] .match-board {
  min-height: 500px;
  border: 0;
  border-radius: 8px;
  background: #dfead8;
  box-shadow: 0 18px 48px rgba(27, 64, 52, 0.12);
}

body[data-site-profile="worldcupbet-tz"] .match-board img {
  min-height: 500px;
  object-position: center bottom;
}

body[data-site-profile="worldcupbet-tz"] .board-overlay {
  left: auto;
  max-width: 420px;
  border-color: rgba(255, 255, 255, 0.64);
  background: rgba(255, 255, 255, 0.86);
  color: var(--text);
}

body[data-site-profile="worldcupbet-tz"] .board-overlay p {
  color: var(--muted);
}

body[data-site-profile="worldcupbet-tz"] .hero-copy,
body[data-site-profile="worldcupbet-tz"] .freebet-section,
body[data-site-profile="worldcupbet-tz"] .groups-band,
body[data-site-profile="worldcupbet-tz"] .faq-section,
body[data-site-profile="worldcupbet-tz"] .section-grid,
body[data-site-profile="worldcupbet-tz"] .page-hero,
body[data-site-profile="worldcupbet-tz"] .match-hero,
body[data-site-profile="worldcupbet-tz"] .data-section,
body[data-site-profile="worldcupbet-tz"] .text-section,
body[data-site-profile="worldcupbet-tz"] .image-feature,
body[data-site-profile="worldcupbet-tz"] .how-section,
body[data-site-profile="worldcupbet-tz"] .match-cta-section,
body[data-site-profile="worldcupbet-tz"] .link-bank {
  border-color: rgba(27, 64, 52, 0.14);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 36px rgba(27, 64, 52, 0.08);
}

body[data-site-profile="worldcupbet-tz"] .section-grid,
body[data-site-profile="worldcupbet-tz"] .groups-band,
body[data-site-profile="worldcupbet-tz"] .image-feature,
body[data-site-profile="worldcupbet-tz"] .how-section,
body[data-site-profile="worldcupbet-tz"] .match-cta-section,
body[data-site-profile="worldcupbet-tz"] .faq-section {
  padding: clamp(18px, 3vw, 28px);
}

body[data-site-profile="worldcupbet-tz"] .hero-copy {
  min-height: 500px;
  padding: clamp(24px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body[data-site-profile="worldcupbet-tz"] .hero-copy::before {
  width: 100%;
  height: 7px;
  inset: 0 0 auto;
  background: linear-gradient(90deg, var(--green), var(--yellow), var(--purple));
}

body[data-site-profile="worldcupbet-tz"] .hero-actions {
  margin-top: 24px;
}

body[data-site-profile="worldcupbet-tz"] .signal-strip {
  margin-top: 26px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body[data-site-profile="worldcupbet-tz"] .signal-strip div,
body[data-site-profile="worldcupbet-tz"] .fixture-card,
body[data-site-profile="worldcupbet-tz"] .market-row,
body[data-site-profile="worldcupbet-tz"] .claim-form,
body[data-site-profile="worldcupbet-tz"] .result,
body[data-site-profile="worldcupbet-tz"] details,
body[data-site-profile="worldcupbet-tz"] .match-link-grid a,
body[data-site-profile="worldcupbet-tz"] .match-link-list a,
body[data-site-profile="worldcupbet-tz"] .empty-state,
body[data-site-profile="worldcupbet-tz"] .team-table div {
  border-color: rgba(27, 64, 52, 0.14);
  background: #f8fbf5;
  color: var(--text);
}

body[data-site-profile="worldcupbet-tz"] .section-grid {
  grid-template-columns: minmax(240px, 0.58fr) minmax(0, 1.42fr);
}

body[data-site-profile="worldcupbet-tz"] .fixtures-section {
  grid-template-columns: 1fr;
  gap: 16px;
  background: #ffffff;
}

body[data-site-profile="worldcupbet-tz"] .fixture-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body[data-site-profile="worldcupbet-tz"] .fixture-card {
  min-height: 196px;
}

body[data-site-profile="worldcupbet-tz"] .groups-band {
  grid-template-columns: minmax(240px, 0.36fr) minmax(0, 1.64fr);
  background: linear-gradient(135deg, #ffffff, #edf7e8);
}

body[data-site-profile="worldcupbet-tz"] .group-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body[data-site-profile="worldcupbet-tz"] .group-grid a {
  min-height: 76px;
  background: #ffffff;
  color: var(--text);
}

body[data-site-profile="worldcupbet-tz"] .image-feature {
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 1fr);
}

body[data-site-profile="worldcupbet-tz"] .image-feature img {
  order: 2;
}

body[data-site-profile="worldcupbet-tz"] .how-section {
  grid-template-columns: minmax(310px, 0.82fr) minmax(0, 1fr);
  background: #f7fbf3;
}

body[data-site-profile="worldcupbet-tz"] .match-cta-section {
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  border-color: rgba(90, 33, 168, 0.18);
}

body[data-site-profile="worldcupbet-tz"] .kicker,
body[data-site-profile="worldcupbet-tz"] .section-kicker,
body[data-site-profile="worldcupbet-tz"] .board-overlay span,
body[data-site-profile="worldcupbet-tz"] .fixture-card span,
body[data-site-profile="worldcupbet-tz"] .market-row span,
body[data-site-profile="worldcupbet-tz"] .availability,
body[data-site-profile="worldcupbet-tz"] .match-link-grid span,
body[data-site-profile="worldcupbet-tz"] .result-label {
  color: var(--green);
}

body[data-site-profile="worldcupbet-tz"] .primary-action,
body[data-site-profile="worldcupbet-tz"] button,
body[data-site-profile="worldcupbet-tz"] .pick-match {
  background: var(--green);
  color: #ffffff;
}

body[data-site-profile="worldcupbet-tz"] .ghost-action {
  border-color: rgba(15, 129, 92, 0.24);
  background: rgba(15, 129, 92, 0.08);
  color: var(--green);
}

body[data-site-profile="worldcupbet-tz"] .portal-link {
  background: var(--purple);
  color: #ffffff;
}

body[data-site-profile="worldcupbet-tz"] input {
  border-color: rgba(27, 64, 52, 0.2);
  background: #ffffff;
  color: var(--text);
}

body[data-site-profile="worldcupbet-tz"] input:focus {
  outline-color: rgba(15, 129, 92, 0.34);
}

body[data-site-profile="worldcupbet-tz"] code {
  background: #ecf4e7;
  color: var(--purple-dark);
}

body[data-site-profile="worldcupbet-tz"] .site-footer {
  border-top-color: rgba(27, 64, 52, 0.14);
}

body[data-site-profile="worldcupbet-tz"] .page-hero img,
body[data-site-profile="worldcupbet-tz"] .match-hero img,
body[data-site-profile="worldcupbet-tz"] .image-feature img,
body[data-site-profile="worldcupbet-tz"] .how-section img {
  min-height: 220px;
  max-height: 340px;
  object-position: center center;
}

body[data-site-profile="worldcupbet-ng"] {
  color-scheme: dark;
  --bg: #070907;
  --panel: #111812;
  --panel-2: #182118;
  --line: rgba(234, 255, 234, 0.16);
  --line-strong: rgba(40, 214, 113, 0.42);
  --text: #f7fff6;
  --muted: rgba(247, 255, 246, 0.74);
  --soft: rgba(247, 255, 246, 0.56);
  --purple: #b41f4d;
  --purple-dark: #66142e;
  --yellow: #f5c542;
  --green: #28d671;
  --red: #e3424f;
  --max: 1280px;
  background:
    linear-gradient(90deg, rgba(40, 214, 113, 0.11) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(180deg, #071009 0%, #11140c 34%, #070907 100%);
}

body[data-site-profile="worldcupbet-ng"] .topbar {
  min-height: 66px;
  border-bottom-color: rgba(40, 214, 113, 0.22);
  background: rgba(7, 9, 7, 0.9);
}

body[data-site-profile="worldcupbet-ng"] main {
  width: min(100% - 24px, var(--max));
}

body[data-site-profile="worldcupbet-ng"] nav a:hover {
  border-color: rgba(40, 214, 113, 0.3);
  background: rgba(40, 214, 113, 0.1);
  color: var(--green);
}

body[data-site-profile="worldcupbet-ng"] .ng-command-hero {
  min-height: min(760px, calc(100vh - 66px));
  padding: 16px 0 0;
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(330px, 0.78fr);
  grid-template-rows: minmax(430px, 1fr) auto;
  gap: 12px;
}

body[data-site-profile="worldcupbet-ng"] .ng-hero-media,
body[data-site-profile="worldcupbet-ng"] .ng-hero-copy,
body[data-site-profile="worldcupbet-ng"] .ng-pulse-grid,
body[data-site-profile="worldcupbet-ng"] .ng-panel,
body[data-site-profile="worldcupbet-ng"] .ng-route-hero,
body[data-site-profile="worldcupbet-ng"] .ng-route-grid,
body[data-site-profile="worldcupbet-ng"] .ng-group-dossier,
body[data-site-profile="worldcupbet-ng"] .ng-schedule-deck,
body[data-site-profile="worldcupbet-ng"] .ng-match-room,
body[data-site-profile="worldcupbet-ng"] .ng-market-preview,
body[data-site-profile="worldcupbet-ng"] .freebet-section,
body[data-site-profile="worldcupbet-ng"] .groups-band,
body[data-site-profile="worldcupbet-ng"] .faq-section,
body[data-site-profile="worldcupbet-ng"] .section-grid,
body[data-site-profile="worldcupbet-ng"] .page-hero,
body[data-site-profile="worldcupbet-ng"] .match-hero,
body[data-site-profile="worldcupbet-ng"] .data-section,
body[data-site-profile="worldcupbet-ng"] .text-section,
body[data-site-profile="worldcupbet-ng"] .image-feature,
body[data-site-profile="worldcupbet-ng"] .how-section,
body[data-site-profile="worldcupbet-ng"] .match-cta-section,
body[data-site-profile="worldcupbet-ng"] .link-bank {
  border: 1px solid rgba(234, 255, 234, 0.15);
  border-radius: 6px;
  background: rgba(10, 16, 10, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body[data-site-profile="worldcupbet-ng"] .ng-hero-media {
  position: relative;
  overflow: hidden;
  min-height: 430px;
}

body[data-site-profile="worldcupbet-ng"] .ng-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  display: block;
  object-fit: cover;
}

body[data-site-profile="worldcupbet-ng"] .ng-live-ribbon {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 14px 16px;
  border: 1px solid rgba(245, 197, 66, 0.36);
  border-radius: 6px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  background: rgba(5, 9, 5, 0.82);
  backdrop-filter: blur(14px);
}

body[data-site-profile="worldcupbet-ng"] .ng-live-ribbon span,
body[data-site-profile="worldcupbet-ng"] .ng-pulse-grid span,
body[data-site-profile="worldcupbet-ng"] .kicker,
body[data-site-profile="worldcupbet-ng"] .section-kicker,
body[data-site-profile="worldcupbet-ng"] .fixture-card span,
body[data-site-profile="worldcupbet-ng"] .market-row span,
body[data-site-profile="worldcupbet-ng"] .availability,
body[data-site-profile="worldcupbet-ng"] .match-link-grid span,
body[data-site-profile="worldcupbet-ng"] .result-label {
  color: var(--green);
}

body[data-site-profile="worldcupbet-ng"] .ng-live-ribbon span {
  min-height: 34px;
  padding: 8px 10px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(40, 214, 113, 0.14);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

body[data-site-profile="worldcupbet-ng"] .ng-live-ribbon strong {
  color: var(--text);
}

body[data-site-profile="worldcupbet-ng"] .ng-hero-copy {
  padding: clamp(22px, 4vw, 42px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

body[data-site-profile="worldcupbet-ng"] .ng-hero-copy::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 7px;
  background: linear-gradient(90deg, var(--green), #ffffff, var(--green), var(--yellow), var(--red));
}

body[data-site-profile="worldcupbet-ng"] .ng-action-row {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body[data-site-profile="worldcupbet-ng"] .primary-action,
body[data-site-profile="worldcupbet-ng"] button,
body[data-site-profile="worldcupbet-ng"] .pick-match {
  background: var(--green);
  color: #041007;
}

body[data-site-profile="worldcupbet-ng"] .ghost-action {
  border-color: rgba(245, 197, 66, 0.3);
  background: rgba(245, 197, 66, 0.09);
  color: var(--yellow);
}

body[data-site-profile="worldcupbet-ng"] .ng-pulse-grid {
  grid-column: 1 / -1;
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

body[data-site-profile="worldcupbet-ng"] .ng-pulse-grid div {
  min-height: 118px;
  padding: 14px;
  border: 1px solid rgba(234, 255, 234, 0.13);
  border-radius: 6px;
  display: grid;
  align-content: start;
  gap: 7px;
  background: linear-gradient(145deg, rgba(40, 214, 113, 0.12), rgba(245, 197, 66, 0.06));
}

body[data-site-profile="worldcupbet-ng"] .ng-pulse-grid strong {
  font-size: 1.02rem;
}

body[data-site-profile="worldcupbet-ng"] .ng-pulse-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.42;
}

body[data-site-profile="worldcupbet-ng"] .ng-mosaic {
  margin-top: 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-flow: dense;
  gap: 12px;
}

body[data-site-profile="worldcupbet-ng"] .ng-panel {
  min-height: 360px;
  overflow: hidden;
}

body[data-site-profile="worldcupbet-ng"] .ng-panel-fixtures {
  grid-row: span 2;
  padding: clamp(18px, 3vw, 30px);
}

body[data-site-profile="worldcupbet-ng"] .ng-fixture-list {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body[data-site-profile="worldcupbet-ng"] .ng-panel-groups,
body[data-site-profile="worldcupbet-ng"] .ng-panel-match,
body[data-site-profile="worldcupbet-ng"] .ng-panel-claim {
  display: grid;
  grid-template-columns: minmax(210px, 0.9fr) minmax(0, 1.1fr);
  align-items: stretch;
}

body[data-site-profile="worldcupbet-ng"] .ng-panel-groups img,
body[data-site-profile="worldcupbet-ng"] .ng-panel-match img,
body[data-site-profile="worldcupbet-ng"] .ng-panel-claim img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  display: block;
  object-fit: cover;
}

body[data-site-profile="worldcupbet-ng"] .ng-panel-groups div,
body[data-site-profile="worldcupbet-ng"] .ng-panel-match div,
body[data-site-profile="worldcupbet-ng"] .ng-panel-claim div {
  padding: clamp(18px, 3vw, 30px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body[data-site-profile="worldcupbet-ng"] .ng-panel p,
body[data-site-profile="worldcupbet-ng"] .ng-panel li {
  color: var(--muted);
  line-height: 1.55;
}

body[data-site-profile="worldcupbet-ng"] .ng-route-hero {
  margin-top: 16px;
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  overflow: hidden;
}

body[data-site-profile="worldcupbet-ng"] .ng-route-hero img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  display: block;
  object-fit: cover;
}

body[data-site-profile="worldcupbet-ng"] .ng-route-hero div {
  padding: clamp(22px, 4vw, 46px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body[data-site-profile="worldcupbet-ng"] .ng-route-grid {
  margin-top: 12px;
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

body[data-site-profile="worldcupbet-ng"] .ng-route-card {
  min-height: 138px;
  padding: 15px;
  border: 1px solid rgba(234, 255, 234, 0.14);
  border-radius: 6px;
  display: grid;
  align-content: space-between;
  gap: 8px;
  background: linear-gradient(145deg, rgba(40, 214, 113, 0.15), rgba(245, 197, 66, 0.06));
  color: var(--text);
  text-decoration: none;
}

body[data-site-profile="worldcupbet-ng"] .ng-route-card span {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
}

body[data-site-profile="worldcupbet-ng"] .ng-route-card strong {
  font-size: 1.2rem;
}

body[data-site-profile="worldcupbet-ng"] .ng-route-card em {
  color: var(--soft);
  font-size: 0.82rem;
  font-style: normal;
  line-height: 1.35;
}

body[data-site-profile="worldcupbet-ng"] .ng-group-dossier {
  margin-top: 16px;
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(360px, 1fr) minmax(260px, 0.78fr);
  min-height: 560px;
  overflow: hidden;
}

body[data-site-profile="worldcupbet-ng"] .ng-group-copy {
  padding: clamp(22px, 4vw, 42px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body[data-site-profile="worldcupbet-ng"] .ng-group-dossier > img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  display: block;
  object-fit: cover;
}

body[data-site-profile="worldcupbet-ng"] .ng-group-teams {
  padding: 14px;
  display: grid;
  gap: 10px;
  align-content: center;
}

body[data-site-profile="worldcupbet-ng"] .ng-group-teams div {
  min-height: 112px;
  padding: 14px;
  border: 1px solid rgba(234, 255, 234, 0.14);
  border-radius: 6px;
  display: grid;
  gap: 6px;
  background: rgba(4, 11, 5, 0.82);
}

body[data-site-profile="worldcupbet-ng"] .ng-group-teams span {
  color: var(--green);
  font-weight: 800;
}

body[data-site-profile="worldcupbet-ng"] .ng-group-teams em {
  color: var(--soft);
  font-style: normal;
}

body[data-site-profile="worldcupbet-ng"] .ng-schedule-deck {
  margin-top: 12px;
  padding: clamp(18px, 3vw, 30px);
  display: grid;
  grid-template-columns: minmax(240px, 0.45fr) minmax(0, 1.55fr);
  gap: 18px;
  align-items: start;
}

body[data-site-profile="worldcupbet-ng"] .ng-schedule-deck p {
  color: var(--muted);
  line-height: 1.55;
}

body[data-site-profile="worldcupbet-ng"] .ng-match-room {
  margin-top: 16px;
  display: grid;
  grid-template-columns: minmax(310px, 0.9fr) minmax(320px, 1fr);
  gap: 12px;
  padding: 12px;
}

body[data-site-profile="worldcupbet-ng"] .ng-match-head {
  padding: clamp(20px, 4vw, 38px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body[data-site-profile="worldcupbet-ng"] .ng-match-room > img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  border-radius: 6px;
  display: block;
  object-fit: cover;
}

body[data-site-profile="worldcupbet-ng"] .ng-market-preview {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  overflow: hidden;
}

body[data-site-profile="worldcupbet-ng"] .ng-market-preview img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  display: block;
  object-fit: cover;
}

body[data-site-profile="worldcupbet-ng"] .ng-market-preview div {
  padding: clamp(18px, 3vw, 32px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body[data-site-profile="worldcupbet-ng"] .ng-market-preview p {
  color: var(--muted);
  line-height: 1.55;
}

body[data-site-profile="worldcupbet-ng"] .ng-panel-claim {
  grid-column: 1 / -1;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
}

body[data-site-profile="worldcupbet-ng"] .ng-panel-claim img {
  max-height: 420px;
  object-position: center 38%;
}

body[data-site-profile="worldcupbet-ng"] .groups-band {
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1.58fr);
  background: linear-gradient(135deg, rgba(40, 214, 113, 0.14), rgba(10, 16, 10, 0.92));
}

body[data-site-profile="worldcupbet-ng"] .group-grid a,
body[data-site-profile="worldcupbet-ng"] .fixture-card,
body[data-site-profile="worldcupbet-ng"] .market-row,
body[data-site-profile="worldcupbet-ng"] .claim-form,
body[data-site-profile="worldcupbet-ng"] .result,
body[data-site-profile="worldcupbet-ng"] details,
body[data-site-profile="worldcupbet-ng"] .match-link-grid a,
body[data-site-profile="worldcupbet-ng"] .match-link-list a,
body[data-site-profile="worldcupbet-ng"] .empty-state,
body[data-site-profile="worldcupbet-ng"] .team-table div,
body[data-site-profile="worldcupbet-ng"] .signal-strip div {
  border-color: rgba(234, 255, 234, 0.14);
  background: rgba(4, 11, 5, 0.82);
}

body[data-site-profile="worldcupbet-ng"] .fixture-card {
  min-height: 226px;
}

body[data-site-profile="worldcupbet-ng"] .group-grid a {
  background: linear-gradient(135deg, rgba(40, 214, 113, 0.16), rgba(245, 197, 66, 0.08));
}

body[data-site-profile="worldcupbet-ng"] .portal-link {
  background: var(--purple);
  color: #fff;
}

body[data-site-profile="worldcupbet-ng"] input {
  border-color: rgba(234, 255, 234, 0.18);
  background: #071009;
  color: var(--text);
}

body[data-site-profile="worldcupbet-ng"] code {
  background: #020602;
}

@media (max-width: 980px) {
  .hero,
  .section-grid,
  .groups-band,
  .freebet-section,
  .page-hero,
  .match-hero,
  .data-section,
  .image-feature,
  .how-section,
  .match-cta-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .match-board,
  .match-board img {
    min-height: 420px;
  }

  .result,
  .error {
    grid-column: auto;
  }

  .fixture-grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 680px) {
  main,
  .site-footer {
    width: min(100% - 20px, var(--max));
  }

  .topbar {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    width: 100%;
    justify-content: flex-start;
  }

  nav a {
    flex: 1 1 auto;
    justify-content: center;
  }

  .hero-copy {
    padding: 22px 18px 20px 24px;
  }

  .signal-strip,
  .group-grid,
  .market-row,
  .code-row,
  .team-table div,
  .match-link-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .team-table div {
    justify-items: start;
  }

  .match-board,
  .match-board img {
    min-height: 330px;
  }

  .board-overlay {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 14px;
  }
}

@media (max-width: 380px) {
  h1 {
    font-size: 1.92rem;
  }

  .hero-actions a,
  button,
  .portal-link {
    width: 100%;
  }

  .brand-mark img {
    width: 126px;
  }
}

@media (max-width: 980px) {
  body[data-site-profile="worldcupbet-tz"] .hero-copy,
  body[data-site-profile="worldcupbet-tz"] .section-grid,
  body[data-site-profile="worldcupbet-tz"] .image-feature,
  body[data-site-profile="worldcupbet-tz"] .how-section,
  body[data-site-profile="worldcupbet-tz"] .match-cta-section {
    grid-template-columns: 1fr;
  }

  body[data-site-profile="worldcupbet-tz"] .hero {
    grid-template-columns: 1fr;
  }

  body[data-site-profile="worldcupbet-tz"] .hero-copy,
  body[data-site-profile="worldcupbet-tz"] .match-board,
  body[data-site-profile="worldcupbet-tz"] .match-board img {
    min-height: 360px;
  }

  body[data-site-profile="worldcupbet-tz"] .fixture-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-site-profile="worldcupbet-tz"] .group-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body[data-site-profile="worldcupbet-tz"] .image-feature img {
    order: 0;
  }

  body[data-site-profile="worldcupbet-ng"] .ng-command-hero,
  body[data-site-profile="worldcupbet-ng"] .ng-mosaic,
  body[data-site-profile="worldcupbet-ng"] .ng-panel-groups,
  body[data-site-profile="worldcupbet-ng"] .ng-panel-match,
  body[data-site-profile="worldcupbet-ng"] .ng-panel-claim,
  body[data-site-profile="worldcupbet-ng"] .ng-route-hero,
  body[data-site-profile="worldcupbet-ng"] .ng-group-dossier,
  body[data-site-profile="worldcupbet-ng"] .ng-schedule-deck,
  body[data-site-profile="worldcupbet-ng"] .ng-match-room,
  body[data-site-profile="worldcupbet-ng"] .ng-market-preview {
    grid-template-columns: 1fr;
  }

  body[data-site-profile="worldcupbet-ng"] .ng-command-hero {
    grid-template-rows: auto;
    min-height: auto;
  }

  body[data-site-profile="worldcupbet-ng"] .ng-pulse-grid,
  body[data-site-profile="worldcupbet-ng"] .ng-fixture-list,
  body[data-site-profile="worldcupbet-ng"] .ng-route-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-site-profile="worldcupbet-ng"] .ng-panel-fixtures,
  body[data-site-profile="worldcupbet-ng"] .ng-panel-claim,
  body[data-site-profile="worldcupbet-ng"] .ng-market-preview {
    grid-column: auto;
    grid-row: auto;
  }

  body[data-site-profile="worldcupbet-ng"] .ng-route-hero,
  body[data-site-profile="worldcupbet-ng"] .ng-route-hero img,
  body[data-site-profile="worldcupbet-ng"] .ng-group-dossier,
  body[data-site-profile="worldcupbet-ng"] .ng-group-dossier > img {
    min-height: auto;
  }
}

@media (max-width: 680px) {
  body[data-site-profile="worldcupbet-tz"] main,
  body[data-site-profile="worldcupbet-tz"] .site-footer {
    width: min(100% - 20px, var(--max));
  }

  body[data-site-profile="worldcupbet-tz"] .fixture-grid,
  body[data-site-profile="worldcupbet-tz"] .group-grid {
    grid-template-columns: 1fr;
  }

  body[data-site-profile="worldcupbet-tz"] .match-board,
  body[data-site-profile="worldcupbet-tz"] .match-board img {
    min-height: 280px;
  }

  body[data-site-profile="worldcupbet-tz"] .hero-copy {
    min-height: auto;
  }

  body[data-site-profile="worldcupbet-tz"] .signal-strip {
    grid-template-columns: 1fr;
  }

  body[data-site-profile="worldcupbet-tz"] .board-overlay {
    left: 10px;
    max-width: none;
  }

  body[data-site-profile="worldcupbet-ng"] main,
  body[data-site-profile="worldcupbet-ng"] .site-footer {
    width: min(100% - 18px, var(--max));
  }

  body[data-site-profile="worldcupbet-ng"] .ng-hero-media,
  body[data-site-profile="worldcupbet-ng"] .ng-hero-media img {
    min-height: 320px;
  }

  body[data-site-profile="worldcupbet-ng"] .ng-action-row,
  body[data-site-profile="worldcupbet-ng"] .ng-pulse-grid,
  body[data-site-profile="worldcupbet-ng"] .ng-fixture-list,
  body[data-site-profile="worldcupbet-ng"] .ng-route-grid {
    grid-template-columns: 1fr;
  }

  body[data-site-profile="worldcupbet-ng"] .ng-live-ribbon {
    grid-template-columns: 1fr;
  }

  body[data-site-profile="worldcupbet-ng"] .ng-panel {
    min-height: auto;
  }

  body[data-site-profile="worldcupbet-ng"] .ng-panel-groups img,
  body[data-site-profile="worldcupbet-ng"] .ng-panel-match img,
  body[data-site-profile="worldcupbet-ng"] .ng-panel-claim img,
  body[data-site-profile="worldcupbet-ng"] .ng-route-hero img,
  body[data-site-profile="worldcupbet-ng"] .ng-group-dossier > img,
  body[data-site-profile="worldcupbet-ng"] .ng-match-room > img,
  body[data-site-profile="worldcupbet-ng"] .ng-market-preview img {
    min-height: 240px;
    max-height: 320px;
  }

  body[data-site-profile="worldcupbet-ng"] .ng-route-card,
  body[data-site-profile="worldcupbet-ng"] .ng-group-teams div {
    min-height: 96px;
  }
}

body[data-site-profile="worldcupmatchbet"] {
  color-scheme: dark;
  --bg: #080b0f;
  --panel: #10161d;
  --panel-2: #131c24;
  --line: rgba(178, 243, 255, 0.14);
  --line-strong: rgba(40, 240, 127, 0.38);
  --text: #f2fbff;
  --muted: rgba(242, 251, 255, 0.72);
  --soft: rgba(242, 251, 255, 0.52);
  --purple: #19d8ff;
  --yellow: #f2b84b;
  --green: #28f07f;
  --red: #ff5a7a;
  --max: 1320px;
  background:
    radial-gradient(circle at 18% 10%, rgba(40, 240, 127, 0.16), transparent 32%),
    radial-gradient(circle at 82% 16%, rgba(30, 214, 255, 0.14), transparent 34%),
    linear-gradient(180deg, #080b0f 0%, #0c1218 52%, #07090d 100%);
}

body[data-site-profile="worldcupmatchbet"] main,
body[data-site-profile="worldcupmatchbet"] .site-footer {
  width: min(100% - 24px, var(--max));
}

body[data-site-profile="worldcupmatchbet"] .topbar {
  min-height: 64px;
  background: rgba(8, 11, 15, 0.88);
  border-bottom-color: rgba(30, 214, 255, 0.18);
}

body[data-site-profile="worldcupmatchbet"] .mb-engine-hero,
body[data-site-profile="worldcupmatchbet"] .mb-home-grid,
body[data-site-profile="worldcupmatchbet"] .mb-seo-panel,
body[data-site-profile="worldcupmatchbet"] .mb-cluster-hero,
body[data-site-profile="worldcupmatchbet"] .mb-group-grid,
body[data-site-profile="worldcupmatchbet"] .mb-group-terminal,
body[data-site-profile="worldcupmatchbet"] .mb-group-main,
body[data-site-profile="worldcupmatchbet"] .mb-match-terminal,
body[data-site-profile="worldcupmatchbet"] .mb-analysis-grid,
body[data-site-profile="worldcupmatchbet"] .mb-analysis-card,
body[data-site-profile="worldcupmatchbet"] .freebet-section,
body[data-site-profile="worldcupmatchbet"] .section-grid,
body[data-site-profile="worldcupmatchbet"] .text-section,
body[data-site-profile="worldcupmatchbet"] .match-cta-section,
body[data-site-profile="worldcupmatchbet"] .faq-section {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(16, 22, 29, 0.88);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body[data-site-profile="worldcupmatchbet"] .mb-engine-hero {
  margin-top: 14px;
  min-height: min(740px, calc(100vh - 64px));
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: end;
}

body[data-site-profile="worldcupmatchbet"] .mb-engine-hero > img,
body[data-site-profile="worldcupmatchbet"] .mb-cluster-hero > img,
body[data-site-profile="worldcupmatchbet"] .mb-match-terminal > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.56;
}

body[data-site-profile="worldcupmatchbet"] .mb-hero-shell {
  position: relative;
  z-index: 1;
  padding: clamp(26px, 5vw, 58px);
  display: grid;
  gap: 22px;
}

body[data-site-profile="worldcupmatchbet"] h1,
body[data-site-profile="worldcupmatchbet"] h2 {
  text-transform: uppercase;
}

body[data-site-profile="worldcupmatchbet"] .mb-metric-strip,
body[data-site-profile="worldcupmatchbet"] .mb-home-grid,
body[data-site-profile="worldcupmatchbet"] .mb-analysis-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

body[data-site-profile="worldcupmatchbet"] .mb-metric-strip div,
body[data-site-profile="worldcupmatchbet"] .mb-match-card,
body[data-site-profile="worldcupmatchbet"] .mb-group-card,
body[data-site-profile="worldcupmatchbet"] .mb-insight-panel,
body[data-site-profile="worldcupmatchbet"] .claim-form,
body[data-site-profile="worldcupmatchbet"] .result,
body[data-site-profile="worldcupmatchbet"] details {
  border: 1px solid rgba(178, 243, 255, 0.13);
  border-radius: 6px;
  background: rgba(7, 11, 15, 0.76);
}

body[data-site-profile="worldcupmatchbet"] .mb-metric-strip div {
  min-height: 86px;
  padding: 14px;
  display: grid;
  gap: 6px;
}

body[data-site-profile="worldcupmatchbet"] .mb-metric-strip span,
body[data-site-profile="worldcupmatchbet"] .mb-match-card span,
body[data-site-profile="worldcupmatchbet"] .mb-group-card span,
body[data-site-profile="worldcupmatchbet"] .kicker,
body[data-site-profile="worldcupmatchbet"] .section-kicker,
body[data-site-profile="worldcupmatchbet"] .availability,
body[data-site-profile="worldcupmatchbet"] .result-label {
  color: var(--green);
}

body[data-site-profile="worldcupmatchbet"] .mb-metric-strip strong,
body[data-site-profile="worldcupmatchbet"] .mb-score,
body[data-site-profile="worldcupmatchbet"] .mb-odds-grid strong {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-variant-numeric: tabular-nums;
}

body[data-site-profile="worldcupmatchbet"] .mb-home-grid {
  margin-top: 12px;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  align-items: start;
  padding: 12px;
}

body[data-site-profile="worldcupmatchbet"] .mb-top-predictions,
body[data-site-profile="worldcupmatchbet"] .mb-group-overview,
body[data-site-profile="worldcupmatchbet"] .mb-seo-panel {
  padding: clamp(18px, 3vw, 30px);
}

body[data-site-profile="worldcupmatchbet"] .mb-match-feed,
body[data-site-profile="worldcupmatchbet"] .mb-group-grid {
  margin-top: 16px;
  display: grid;
  gap: 10px;
}

body[data-site-profile="worldcupmatchbet"] .mb-match-card {
  min-height: 112px;
  padding: 13px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

body[data-site-profile="worldcupmatchbet"] .mb-match-card > div:first-child {
  display: grid;
  gap: 5px;
  min-width: 0;
}

body[data-site-profile="worldcupmatchbet"] .mb-match-card > div:first-child span,
body[data-site-profile="worldcupmatchbet"] .mb-match-card > div:first-child strong {
  display: block;
}

body[data-site-profile="worldcupmatchbet"] .mb-match-card > div:first-child strong {
  overflow-wrap: anywhere;
}

body[data-site-profile="worldcupmatchbet"] .mb-match-card p {
  margin: 0;
  color: var(--soft);
}

body[data-site-profile="worldcupmatchbet"] .mb-match-card a,
body[data-site-profile="worldcupmatchbet"] .mb-link-row a {
  color: var(--text);
  text-decoration: none;
}

body[data-site-profile="worldcupmatchbet"] .mb-mini-prob,
body[data-site-profile="worldcupmatchbet"] .mb-prob-bar {
  height: 9px;
  display: grid;
  grid-template-columns: var(--a-prob) var(--d-prob) var(--b-prob);
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

body[data-site-profile="worldcupmatchbet"] .mb-mini-prob span:nth-child(1),
body[data-site-profile="worldcupmatchbet"] .mb-prob-bar span:nth-child(1) { background: var(--green); }
body[data-site-profile="worldcupmatchbet"] .mb-mini-prob span:nth-child(2),
body[data-site-profile="worldcupmatchbet"] .mb-prob-bar span:nth-child(2) { background: var(--yellow); }
body[data-site-profile="worldcupmatchbet"] .mb-mini-prob span:nth-child(3),
body[data-site-profile="worldcupmatchbet"] .mb-prob-bar span:nth-child(3) { background: var(--purple); }

body[data-site-profile="worldcupmatchbet"] .mb-group-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body[data-site-profile="worldcupmatchbet"] .mb-group-grid-wide {
  margin-top: 12px;
  padding: 12px;
}

body[data-site-profile="worldcupmatchbet"] .mb-group-card {
  min-height: 128px;
  padding: 14px;
  display: grid;
  align-content: space-between;
  color: var(--text);
  text-decoration: none;
}

body[data-site-profile="worldcupmatchbet"] .mb-group-card i,
body[data-site-profile="worldcupmatchbet"] .mb-sim-row i {
  height: 8px;
  width: var(--strength);
  display: block;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--purple));
}

body[data-site-profile="worldcupmatchbet"] .mb-group-card em {
  color: var(--soft);
  font-style: normal;
  line-height: 1.35;
}

body[data-site-profile="worldcupmatchbet"] .mb-seo-panel,
body[data-site-profile="worldcupmatchbet"] .mb-cluster-hero,
body[data-site-profile="worldcupmatchbet"] .mb-group-terminal,
body[data-site-profile="worldcupmatchbet"] .mb-group-main,
body[data-site-profile="worldcupmatchbet"] .mb-match-terminal,
body[data-site-profile="worldcupmatchbet"] .mb-analysis-grid {
  margin-top: 12px;
}

body[data-site-profile="worldcupmatchbet"] .mb-link-row {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body[data-site-profile="worldcupmatchbet"] .mb-link-row a {
  min-height: 38px;
  padding: 9px 11px;
  border: 1px solid var(--line);
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  background: rgba(30, 214, 255, 0.08);
}

body[data-site-profile="worldcupmatchbet"] .mb-cluster-hero {
  min-height: 480px;
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: end;
}

body[data-site-profile="worldcupmatchbet"] .mb-cluster-hero div {
  position: relative;
  z-index: 1;
  padding: clamp(24px, 4vw, 48px);
}

body[data-site-profile="worldcupmatchbet"] .mb-group-terminal {
  padding: 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
  gap: 12px;
  background:
    linear-gradient(135deg, rgba(40, 240, 127, 0.14), rgba(30, 214, 255, 0.08)),
    rgba(16, 22, 29, 0.92);
}

body[data-site-profile="worldcupmatchbet"] .mb-group-head,
body[data-site-profile="worldcupmatchbet"] .mb-group-analytics,
body[data-site-profile="worldcupmatchbet"] .mb-insight-panel {
  padding: clamp(18px, 3vw, 32px);
}

body[data-site-profile="worldcupmatchbet"] .mb-team-strip,
body[data-site-profile="worldcupmatchbet"] .mb-form-dots {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

body[data-site-profile="worldcupmatchbet"] .mb-team-strip span,
body[data-site-profile="worldcupmatchbet"] .mb-form-dots div {
  min-height: 54px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  display: grid;
  align-content: center;
  background: rgba(7, 11, 15, 0.72);
}

body[data-site-profile="worldcupmatchbet"] .mb-sim-row {
  margin-top: 14px;
  display: grid;
  gap: 8px;
}

body[data-site-profile="worldcupmatchbet"] .mb-sim-row i { width: var(--mb-strength); }
body[data-site-profile="worldcupmatchbet"] .mb-sim-row.mb-amber i {
  width: var(--mb-volatility);
  background: linear-gradient(90deg, var(--yellow), var(--red));
}

body[data-site-profile="worldcupmatchbet"] .mb-group-main {
  padding: 12px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 12px;
}

body[data-site-profile="worldcupmatchbet"] .mb-match-terminal {
  min-height: 620px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(260px, 0.86fr) minmax(280px, 0.7fr) minmax(260px, 0.86fr);
  align-items: center;
  gap: 12px;
  padding: 12px;
  background:
    linear-gradient(120deg, color-mix(in srgb, var(--team-a) 28%, transparent), transparent 46%),
    linear-gradient(240deg, color-mix(in srgb, var(--team-b) 28%, transparent), transparent 46%),
    rgba(16, 22, 29, 0.92);
}

body[data-site-profile="worldcupmatchbet"] .mb-team-side,
body[data-site-profile="worldcupmatchbet"] .mb-prob-core {
  position: relative;
  z-index: 1;
  min-height: 330px;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  display: grid;
  align-content: center;
  gap: 12px;
  background: rgba(7, 11, 15, 0.72);
  backdrop-filter: blur(10px);
}

body[data-site-profile="worldcupmatchbet"] .mb-team-a { border-left: 4px solid var(--team-a); }
body[data-site-profile="worldcupmatchbet"] .mb-team-b { border-right: 4px solid var(--team-b); text-align: right; }

body[data-site-profile="worldcupmatchbet"] .mb-prob-core {
  min-height: 390px;
  text-align: center;
  border-color: var(--line-strong);
}

body[data-site-profile="worldcupmatchbet"] .mb-prob-core strong {
  font-size: clamp(1.35rem, 2.5vw, 2.35rem);
  text-transform: uppercase;
}

body[data-site-profile="worldcupmatchbet"] .mb-prob-core dl {
  margin: 12px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

body[data-site-profile="worldcupmatchbet"] .mb-prob-core dt,
body[data-site-profile="worldcupmatchbet"] .mb-prob-core dd {
  margin: 0;
}

body[data-site-profile="worldcupmatchbet"] .mb-trend {
  height: 52px;
  display: flex;
  align-items: end;
  gap: 5px;
}

body[data-site-profile="worldcupmatchbet"] .mb-trend i {
  width: 16px;
  border-radius: 999px 999px 0 0;
  background: currentColor;
  opacity: 0.8;
}

body[data-site-profile="worldcupmatchbet"] .mb-trend i:nth-child(1) { height: 22px; }
body[data-site-profile="worldcupmatchbet"] .mb-trend i:nth-child(2) { height: 36px; }
body[data-site-profile="worldcupmatchbet"] .mb-trend i:nth-child(3) { height: 28px; }
body[data-site-profile="worldcupmatchbet"] .mb-trend i:nth-child(4) { height: 44px; }
body[data-site-profile="worldcupmatchbet"] .mb-trend i:nth-child(5) { height: 31px; }

body[data-site-profile="worldcupmatchbet"] .mb-analysis-grid {
  padding: 12px;
}

body[data-site-profile="worldcupmatchbet"] .mb-analysis-card {
  min-height: 270px;
  padding: clamp(18px, 3vw, 28px);
}

body[data-site-profile="worldcupmatchbet"] .mb-score {
  display: block;
  margin: 14px 0;
  color: var(--green);
  font-size: clamp(2rem, 4vw, 4rem);
}

body[data-site-profile="worldcupmatchbet"] .mb-factor-list,
body[data-site-profile="worldcupmatchbet"] .mb-odds-grid {
  display: grid;
  gap: 9px;
}

body[data-site-profile="worldcupmatchbet"] .mb-factor-list span,
body[data-site-profile="worldcupmatchbet"] .mb-odds-grid div {
  min-height: 48px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  display: grid;
  align-content: center;
  background: rgba(7, 11, 15, 0.64);
}

body[data-site-profile="worldcupmatchbet"] .mb-odds-grid div {
  grid-template-columns: 36px 1fr auto;
  align-items: center;
}

body[data-site-profile="worldcupmatchbet"] .freebet-section {
  border-color: rgba(242, 184, 75, 0.28);
  background: linear-gradient(135deg, rgba(242, 184, 75, 0.08), rgba(16, 22, 29, 0.92));
}

body[data-site-profile="worldcupmatchbet"] .primary-action,
body[data-site-profile="worldcupmatchbet"] button,
body[data-site-profile="worldcupmatchbet"] .pick-match {
  background: var(--green);
  color: #041009;
}

body[data-site-profile="worldcupmatchbet"] .portal-link {
  background: var(--purple);
  color: #041009;
}

@media (max-width: 980px) {
  body[data-site-profile="worldcupmatchbet"] .mb-home-grid,
  body[data-site-profile="worldcupmatchbet"] .mb-group-terminal,
  body[data-site-profile="worldcupmatchbet"] .mb-group-main,
  body[data-site-profile="worldcupmatchbet"] .mb-match-terminal,
  body[data-site-profile="worldcupmatchbet"] .mb-analysis-grid {
    grid-template-columns: 1fr;
  }

  body[data-site-profile="worldcupmatchbet"] .mb-group-grid,
  body[data-site-profile="worldcupmatchbet"] .mb-team-strip,
  body[data-site-profile="worldcupmatchbet"] .mb-form-dots {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-site-profile="worldcupmatchbet"] .mb-match-terminal {
    min-height: auto;
  }
}

@media (max-width: 680px) {
  body[data-site-profile="worldcupmatchbet"] main,
  body[data-site-profile="worldcupmatchbet"] .site-footer {
    width: min(100% - 18px, var(--max));
  }

  body[data-site-profile="worldcupmatchbet"] .mb-metric-strip,
  body[data-site-profile="worldcupmatchbet"] .mb-group-grid,
  body[data-site-profile="worldcupmatchbet"] .mb-team-strip,
  body[data-site-profile="worldcupmatchbet"] .mb-form-dots,
  body[data-site-profile="worldcupmatchbet"] .mb-prob-core dl,
  body[data-site-profile="worldcupmatchbet"] .mb-odds-grid div {
    grid-template-columns: 1fr;
  }

  body[data-site-profile="worldcupmatchbet"] .mb-engine-hero,
  body[data-site-profile="worldcupmatchbet"] .mb-cluster-hero {
    min-height: 420px;
  }
}

body[data-site-profile="sokaworldcup-tz"] {
  color-scheme: dark;
  --bg: #07110b;
  --panel: #102019;
  --panel-2: #172a1f;
  --line: rgba(221, 244, 213, 0.16);
  --line-strong: rgba(83, 209, 112, 0.38);
  --text: #f3fff0;
  --muted: rgba(243, 255, 240, 0.74);
  --soft: rgba(243, 255, 240, 0.56);
  --purple: #1f8f68;
  --yellow: #e6b64a;
  --green: #53d170;
  --red: #d55f48;
  --max: 1240px;
  background:
    linear-gradient(90deg, rgba(83, 209, 112, 0.08) 1px, transparent 1px) 0 0 / 68px 68px,
    linear-gradient(180deg, #07110b 0%, #102019 48%, #070d09 100%);
}

body[data-site-profile="sokaworldcup-tz"] main,
body[data-site-profile="sokaworldcup-tz"] .site-footer {
  width: min(100% - 24px, var(--max));
}

body[data-site-profile="sokaworldcup-tz"] .topbar {
  background: rgba(7, 17, 11, 0.9);
  border-bottom-color: rgba(83, 209, 112, 0.2);
}

body[data-site-profile="sokaworldcup-tz"] .soka-hero,
body[data-site-profile="sokaworldcup-tz"] .soka-matchday-grid,
body[data-site-profile="sokaworldcup-tz"] .soka-groups-grid,
body[data-site-profile="sokaworldcup-tz"] .soka-groups-hero,
body[data-site-profile="sokaworldcup-tz"] .soka-group-page,
body[data-site-profile="sokaworldcup-tz"] .soka-schedule,
body[data-site-profile="sokaworldcup-tz"] .soka-match-hero,
body[data-site-profile="sokaworldcup-tz"] .soka-analysis,
body[data-site-profile="sokaworldcup-tz"] .text-section,
body[data-site-profile="sokaworldcup-tz"] .link-bank,
body[data-site-profile="sokaworldcup-tz"] .match-cta-section,
body[data-site-profile="sokaworldcup-tz"] .freebet-section,
body[data-site-profile="sokaworldcup-tz"] .faq-section {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(16, 32, 25, 0.9);
}

body[data-site-profile="sokaworldcup-tz"] .soka-hero {
  margin-top: 14px;
  min-height: min(720px, calc(100vh - 72px));
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: end;
}

body[data-site-profile="sokaworldcup-tz"] .soka-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body[data-site-profile="sokaworldcup-tz"] .soka-scoreline {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 0 18px 18px;
  padding: clamp(22px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: rgba(7, 17, 11, 0.78);
  backdrop-filter: blur(12px);
}

body[data-site-profile="sokaworldcup-tz"] .soka-actions,
body[data-site-profile="sokaworldcup-tz"] .soka-team-strip {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body[data-site-profile="sokaworldcup-tz"] .soka-matchday-grid {
  margin-top: 14px;
  padding: 12px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: 12px;
}

body[data-site-profile="sokaworldcup-tz"] .soka-fixture-board,
body[data-site-profile="sokaworldcup-tz"] .soka-group-board > div,
body[data-site-profile="sokaworldcup-tz"] .soka-groups-hero > div,
body[data-site-profile="sokaworldcup-tz"] .soka-group-page > div,
body[data-site-profile="sokaworldcup-tz"] .soka-schedule > div:first-child,
body[data-site-profile="sokaworldcup-tz"] .soka-match-hero > div,
body[data-site-profile="sokaworldcup-tz"] .soka-analysis article {
  padding: clamp(18px, 3vw, 30px);
}

body[data-site-profile="sokaworldcup-tz"] .soka-fixtures {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body[data-site-profile="sokaworldcup-tz"] .soka-match-card,
body[data-site-profile="sokaworldcup-tz"] .soka-groups-grid a,
body[data-site-profile="sokaworldcup-tz"] .soka-team-strip span,
body[data-site-profile="sokaworldcup-tz"] .claim-form,
body[data-site-profile="sokaworldcup-tz"] .result,
body[data-site-profile="sokaworldcup-tz"] details {
  border: 1px solid rgba(221, 244, 213, 0.14);
  border-radius: 6px;
  background: rgba(7, 17, 11, 0.72);
}

body[data-site-profile="sokaworldcup-tz"] .soka-match-card {
  min-height: 210px;
  padding: 14px;
  display: flex;
  flex-direction: column;
}

body[data-site-profile="sokaworldcup-tz"] .soka-match-card a {
  color: var(--text);
  text-decoration: none;
}

body[data-site-profile="sokaworldcup-tz"] .soka-match-card > a {
  margin-top: auto;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  color: var(--green);
  font-weight: 800;
}

body[data-site-profile="sokaworldcup-tz"] .soka-group-board,
body[data-site-profile="sokaworldcup-tz"] .soka-groups-hero,
body[data-site-profile="sokaworldcup-tz"] .soka-group-page,
body[data-site-profile="sokaworldcup-tz"] .soka-match-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  overflow: hidden;
}

body[data-site-profile="sokaworldcup-tz"] .soka-group-board img,
body[data-site-profile="sokaworldcup-tz"] .soka-groups-hero img,
body[data-site-profile="sokaworldcup-tz"] .soka-group-page img,
body[data-site-profile="sokaworldcup-tz"] .soka-match-hero img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  display: block;
  object-fit: cover;
}

body[data-site-profile="sokaworldcup-tz"] .soka-groups-grid {
  margin-top: 14px;
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

body[data-site-profile="sokaworldcup-tz"] .soka-groups-grid > div {
  grid-column: 1 / -1;
  padding: 10px;
}

body[data-site-profile="sokaworldcup-tz"] .soka-groups-grid a {
  min-height: 98px;
  padding: 13px;
  display: grid;
  align-content: center;
  gap: 6px;
  color: var(--text);
  text-decoration: none;
}

body[data-site-profile="sokaworldcup-tz"] .soka-schedule,
body[data-site-profile="sokaworldcup-tz"] .soka-analysis {
  margin-top: 14px;
  padding: 12px;
  display: grid;
  grid-template-columns: minmax(280px, 0.55fr) minmax(0, 1.45fr);
  gap: 12px;
}

body[data-site-profile="sokaworldcup-tz"] .soka-analysis {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body[data-site-profile="sokaworldcup-tz"] .soka-match-card span,
body[data-site-profile="sokaworldcup-tz"] .kicker,
body[data-site-profile="sokaworldcup-tz"] .section-kicker,
body[data-site-profile="sokaworldcup-tz"] .availability,
body[data-site-profile="sokaworldcup-tz"] .result-label {
  color: var(--green);
}

body[data-site-profile="sokaworldcup-tz"] .primary-action,
body[data-site-profile="sokaworldcup-tz"] button,
body[data-site-profile="sokaworldcup-tz"] .pick-match {
  background: var(--green);
  color: #06120a;
}

body[data-site-profile="sokaworldcup-tz"] .ghost-action {
  border-color: rgba(230, 182, 74, 0.32);
  background: rgba(230, 182, 74, 0.1);
  color: var(--yellow);
}

@media (max-width: 980px) {
  body[data-site-profile="sokaworldcup-tz"] .soka-matchday-grid,
  body[data-site-profile="sokaworldcup-tz"] .soka-group-board,
  body[data-site-profile="sokaworldcup-tz"] .soka-groups-hero,
  body[data-site-profile="sokaworldcup-tz"] .soka-group-page,
  body[data-site-profile="sokaworldcup-tz"] .soka-schedule,
  body[data-site-profile="sokaworldcup-tz"] .soka-match-hero,
  body[data-site-profile="sokaworldcup-tz"] .soka-analysis {
    grid-template-columns: 1fr;
  }

  body[data-site-profile="sokaworldcup-tz"] .soka-groups-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  body[data-site-profile="sokaworldcup-tz"] main,
  body[data-site-profile="sokaworldcup-tz"] .site-footer {
    width: min(100% - 18px, var(--max));
  }

  body[data-site-profile="sokaworldcup-tz"] .soka-fixtures,
  body[data-site-profile="sokaworldcup-tz"] .soka-groups-grid {
    grid-template-columns: 1fr;
  }

  body[data-site-profile="sokaworldcup-tz"] .soka-scoreline {
    margin: 10px;
  }
}

body[data-site-profile="worldcupbetguide"] {
  color-scheme: dark;
  --bg: #07133a;
  --panel: #0e2460;
  --panel-2: #12327d;
  --line: rgba(255, 255, 255, 0.18);
  --line-strong: rgba(245, 195, 74, 0.42);
  --text: #ffffff;
  --muted: rgba(255, 255, 255, 0.78);
  --soft: rgba(255, 255, 255, 0.58);
  --purple: #19c7e8;
  --yellow: #f5c34a;
  --green: #19b873;
  --red: #d94356;
  --max: 1280px;
  background:
    radial-gradient(circle at 14% 6%, rgba(25, 199, 232, 0.18), transparent 30%),
    radial-gradient(circle at 86% 12%, rgba(245, 195, 74, 0.22), transparent 32%),
    linear-gradient(180deg, #07133a 0%, #10276a 44%, #07133a 100%);
}

body[data-site-profile="worldcupbetguide"] main,
body[data-site-profile="worldcupbetguide"] .site-footer {
  width: min(100% - 24px, var(--max));
}

body[data-site-profile="worldcupbetguide"] .topbar {
  background: rgba(7, 19, 58, 0.88);
  border-bottom-color: rgba(245, 195, 74, 0.22);
}

body[data-site-profile="worldcupbetguide"] .bg-hero,
body[data-site-profile="worldcupbetguide"] .bg-featured,
body[data-site-profile="worldcupbetguide"] .bg-fanzone,
body[data-site-profile="worldcupbetguide"] .bg-lifestyle,
body[data-site-profile="worldcupbetguide"] .bg-groups-grid,
body[data-site-profile="worldcupbetguide"] .bg-vip,
body[data-site-profile="worldcupbetguide"] .bg-groups-hero,
body[data-site-profile="worldcupbetguide"] .bg-group-page,
body[data-site-profile="worldcupbetguide"] .bg-group-fixtures,
body[data-site-profile="worldcupbetguide"] .bg-match-hero,
body[data-site-profile="worldcupbetguide"] .bg-editorial-grid,
body[data-site-profile="worldcupbetguide"] .text-section,
body[data-site-profile="worldcupbetguide"] .link-bank,
body[data-site-profile="worldcupbetguide"] .match-cta-section,
body[data-site-profile="worldcupbetguide"] .freebet-section,
body[data-site-profile="worldcupbetguide"] .faq-section {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(14, 36, 96, 0.86);
  box-shadow: 0 18px 48px rgba(3, 10, 32, 0.22);
}

body[data-site-profile="worldcupbetguide"] .bg-hero {
  margin-top: 14px;
  min-height: min(780px, calc(100vh - 72px));
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
}

body[data-site-profile="worldcupbetguide"] .bg-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body[data-site-profile="worldcupbetguide"] .bg-hero::after,
body[data-site-profile="worldcupbetguide"] .bg-match-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 19, 58, 0.86), rgba(7, 19, 58, 0.32), rgba(7, 19, 58, 0.08));
}

body[data-site-profile="worldcupbetguide"] .bg-hero-copy {
  position: relative;
  z-index: 1;
  padding: clamp(24px, 5vw, 58px);
}

body[data-site-profile="worldcupbetguide"] .bg-hero-actions,
body[data-site-profile="worldcupbetguide"] .bg-team-ribbon {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body[data-site-profile="worldcupbetguide"] .bg-featured,
body[data-site-profile="worldcupbetguide"] .bg-group-fixtures {
  margin-top: 16px;
  padding: clamp(18px, 3vw, 32px);
}

body[data-site-profile="worldcupbetguide"] .bg-match-card-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

body[data-site-profile="worldcupbetguide"] .bg-match-card {
  min-height: 310px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image: linear-gradient(180deg, rgba(7, 19, 58, 0.18), rgba(7, 19, 58, 0.9)), var(--bg-card);
  background-size: cover;
  background-position: center;
}

body[data-site-profile="worldcupbetguide"] .bg-match-card h3 a,
body[data-site-profile="worldcupbetguide"] .bg-match-card > a,
body[data-site-profile="worldcupbetguide"] .bg-groups-grid a {
  color: var(--text);
  text-decoration: none;
}

body[data-site-profile="worldcupbetguide"] .bg-match-card > a {
  width: fit-content;
  min-height: 40px;
  padding: 9px 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  background: var(--yellow);
  color: #07133a;
  font-weight: 800;
}

body[data-site-profile="worldcupbetguide"] .bg-fanzone,
body[data-site-profile="worldcupbetguide"] .bg-lifestyle,
body[data-site-profile="worldcupbetguide"] .bg-vip,
body[data-site-profile="worldcupbetguide"] .bg-groups-hero,
body[data-site-profile="worldcupbetguide"] .bg-group-page {
  margin-top: 16px;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(380px, 1.12fr);
  overflow: hidden;
}

body[data-site-profile="worldcupbetguide"] .bg-lifestyle {
  grid-template-columns: minmax(420px, 1.1fr) minmax(0, 0.9fr);
}

body[data-site-profile="worldcupbetguide"] .bg-fanzone > div,
body[data-site-profile="worldcupbetguide"] .bg-lifestyle > div,
body[data-site-profile="worldcupbetguide"] .bg-vip > div,
body[data-site-profile="worldcupbetguide"] .bg-groups-hero > div,
body[data-site-profile="worldcupbetguide"] .bg-group-page > div {
  padding: clamp(22px, 4vw, 42px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body[data-site-profile="worldcupbetguide"] .bg-fanzone img,
body[data-site-profile="worldcupbetguide"] .bg-lifestyle img,
body[data-site-profile="worldcupbetguide"] .bg-vip img,
body[data-site-profile="worldcupbetguide"] .bg-groups-hero img,
body[data-site-profile="worldcupbetguide"] .bg-group-page img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  display: block;
  object-fit: cover;
}

body[data-site-profile="worldcupbetguide"] .bg-groups-grid {
  margin-top: 16px;
  padding: 14px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

body[data-site-profile="worldcupbetguide"] .bg-groups-grid > div {
  grid-column: 1 / -1;
  padding: 10px;
}

body[data-site-profile="worldcupbetguide"] .bg-groups-grid a,
body[data-site-profile="worldcupbetguide"] .bg-team-ribbon span,
body[data-site-profile="worldcupbetguide"] .bg-editorial-grid article,
body[data-site-profile="worldcupbetguide"] .claim-form,
body[data-site-profile="worldcupbetguide"] .result,
body[data-site-profile="worldcupbetguide"] details {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(7, 19, 58, 0.58);
}

body[data-site-profile="worldcupbetguide"] .bg-groups-grid a {
  min-height: 116px;
  padding: 14px;
  display: grid;
  align-content: center;
  gap: 6px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--group-tone) 52%, transparent), rgba(7, 19, 58, 0.68));
}

body[data-site-profile="worldcupbetguide"] .bg-match-hero {
  margin-top: 14px;
  min-height: 620px;
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: end;
  background:
    linear-gradient(115deg, color-mix(in srgb, var(--team-a) 26%, transparent), transparent),
    linear-gradient(245deg, color-mix(in srgb, var(--team-b) 26%, transparent), transparent);
}

body[data-site-profile="worldcupbetguide"] .bg-match-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body[data-site-profile="worldcupbetguide"] .bg-match-title {
  position: relative;
  z-index: 1;
  max-width: 860px;
  padding: clamp(24px, 5vw, 56px);
}

body[data-site-profile="worldcupbetguide"] .bg-editorial-grid {
  margin-top: 16px;
  padding: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body[data-site-profile="worldcupbetguide"] .bg-editorial-grid article {
  min-height: 230px;
  padding: clamp(18px, 3vw, 28px);
}

body[data-site-profile="worldcupbetguide"] .freebet-section {
  background:
    linear-gradient(135deg, rgba(245, 195, 74, 0.18), rgba(14, 36, 96, 0.9));
  border-color: var(--line-strong);
}

body[data-site-profile="worldcupbetguide"] .kicker,
body[data-site-profile="worldcupbetguide"] .section-kicker,
body[data-site-profile="worldcupbetguide"] .bg-match-card span,
body[data-site-profile="worldcupbetguide"] .availability,
body[data-site-profile="worldcupbetguide"] .result-label {
  color: var(--yellow);
}

body[data-site-profile="worldcupbetguide"] .primary-action,
body[data-site-profile="worldcupbetguide"] button,
body[data-site-profile="worldcupbetguide"] .pick-match {
  background: var(--yellow);
  color: #07133a;
}

body[data-site-profile="worldcupbetguide"] .ghost-action {
  border-color: rgba(25, 199, 232, 0.38);
  background: rgba(25, 199, 232, 0.12);
  color: #ffffff;
}

@media (max-width: 980px) {
  body[data-site-profile="worldcupbetguide"] .bg-hero,
  body[data-site-profile="worldcupbetguide"] .bg-fanzone,
  body[data-site-profile="worldcupbetguide"] .bg-lifestyle,
  body[data-site-profile="worldcupbetguide"] .bg-vip,
  body[data-site-profile="worldcupbetguide"] .bg-groups-hero,
  body[data-site-profile="worldcupbetguide"] .bg-group-page,
  body[data-site-profile="worldcupbetguide"] .bg-editorial-grid {
    grid-template-columns: 1fr;
  }

  body[data-site-profile="worldcupbetguide"] .bg-match-card-grid,
  body[data-site-profile="worldcupbetguide"] .bg-groups-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  body[data-site-profile="worldcupbetguide"] main,
  body[data-site-profile="worldcupbetguide"] .site-footer {
    width: min(100% - 18px, var(--max));
  }

  body[data-site-profile="worldcupbetguide"] .bg-match-card-grid,
  body[data-site-profile="worldcupbetguide"] .bg-groups-grid {
    grid-template-columns: 1fr;
  }

  body[data-site-profile="worldcupbetguide"] .bg-hero,
  body[data-site-profile="worldcupbetguide"] .bg-match-hero {
    min-height: 520px;
  }
}

body[data-site-profile="naijaworldcup-ng"] {
  color-scheme: dark;
  --bg: #030805;
  --panel: #07140d;
  --panel-2: #0b2114;
  --line: rgba(45, 255, 156, 0.22);
  --line-strong: rgba(242, 184, 75, 0.46);
  --text: #f7fff9;
  --muted: rgba(247, 255, 249, 0.76);
  --soft: rgba(247, 255, 249, 0.58);
  --yellow: #f2b84b;
  --green: #22ff9a;
  --red: #ff7a1a;
  --max: 1360px;
  background:
    radial-gradient(circle at 8% 12%, rgba(34, 255, 154, 0.28), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(242, 184, 75, 0.18), transparent 26%),
    radial-gradient(circle at 50% 88%, rgba(255, 122, 26, 0.18), transparent 30%),
    linear-gradient(90deg, rgba(34, 255, 154, 0.08) 1px, transparent 1px) 0 0 / 74px 74px,
    linear-gradient(180deg, #020503 0%, #06150d 46%, #140b05 100%);
  color: var(--text);
}

body[data-site-profile="naijaworldcup-ng"] main,
body[data-site-profile="naijaworldcup-ng"] .site-footer {
  width: min(100% - 24px, var(--max));
}

body[data-site-profile="naijaworldcup-ng"] .topbar {
  background: rgba(2, 8, 5, 0.84);
  border-bottom-color: rgba(34, 255, 154, 0.26);
  color: #f7fff9;
  box-shadow: 0 0 34px rgba(34, 255, 154, 0.2), 0 14px 60px rgba(0, 0, 0, 0.28);
}

body[data-site-profile="naijaworldcup-ng"] .brand-mark {
  min-width: 154px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(34, 255, 154, 0.34);
  background:
    radial-gradient(circle at 50% 0%, rgba(34, 255, 154, 0.16), transparent 60%),
    rgba(5, 18, 11, 0.92);
  text-decoration: none;
  box-shadow: 0 0 28px rgba(34, 255, 154, 0.22), inset 0 0 20px rgba(242, 184, 75, 0.08);
}

body[data-site-profile="naijaworldcup-ng"] .brand-mark img {
  width: 128px;
  max-height: 34px;
  object-fit: contain;
}

body[data-site-profile="naijaworldcup-ng"] nav a {
  color: rgba(247, 255, 249, 0.76);
  border-color: rgba(34, 255, 154, 0.16);
}

body[data-site-profile="naijaworldcup-ng"] nav a:hover {
  border-color: rgba(34, 255, 154, 0.46);
  color: #22ff9a;
  box-shadow: 0 0 22px rgba(34, 255, 154, 0.18);
}

body[data-site-profile="naijaworldcup-ng"] .nj-cover {
  margin-top: 14px;
  min-height: min(820px, calc(100vh - 72px));
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: end;
  border-radius: 0;
  background: #020503;
  border: 1px solid rgba(34, 255, 154, 0.24);
  box-shadow: 0 0 0 1px rgba(34, 255, 154, 0.16), 0 40px 110px rgba(34, 255, 154, 0.18);
}

body[data-site-profile="naijaworldcup-ng"] .nj-cover img,
body[data-site-profile="naijaworldcup-ng"] .nj-story img,
body[data-site-profile="naijaworldcup-ng"] .nj-diaspora img,
body[data-site-profile="naijaworldcup-ng"] .nj-atmosphere img,
body[data-site-profile="naijaworldcup-ng"] .nj-groups-hero img,
body[data-site-profile="naijaworldcup-ng"] .nj-group-feature img,
body[data-site-profile="naijaworldcup-ng"] .nj-match-story img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

body[data-site-profile="naijaworldcup-ng"] .nj-cover > img {
  position: absolute;
  inset: 0;
}

body[data-site-profile="naijaworldcup-ng"] .nj-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 18%, rgba(34, 255, 154, 0.3), transparent 30%),
    radial-gradient(circle at 18% 78%, rgba(242, 184, 75, 0.24), transparent 34%),
    linear-gradient(90deg, rgba(1, 10, 5, 0.9), rgba(0, 87, 53, 0.34), transparent 74%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.72), transparent 50%);
}

body[data-site-profile="naijaworldcup-ng"] .nj-cover-copy {
  position: relative;
  z-index: 1;
  max-width: 720px;
  padding: clamp(28px, 6vw, 72px);
  color: #ffffff;
}

body[data-site-profile="naijaworldcup-ng"] .nj-cover h1 {
  max-width: 12ch;
  font-size: clamp(3rem, 7vw, 6.4rem);
  line-height: 0.92;
  overflow-wrap: anywhere;
  text-shadow: 0 0 24px rgba(20, 255, 145, 0.2), 0 8px 34px rgba(0, 0, 0, 0.32);
}

body[data-site-profile="naijaworldcup-ng"] .nj-cover-note {
  position: absolute;
  z-index: 1;
  right: clamp(18px, 4vw, 48px);
  top: clamp(18px, 4vw, 48px);
  width: min(280px, calc(100% - 36px));
  padding: 18px;
  border-left: 4px solid #f2b84b;
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 255, 154, 0.24), transparent 58%),
    rgba(3, 16, 9, 0.82);
  color: #ffffff;
  box-shadow: 0 0 40px rgba(34, 255, 154, 0.26);
}

body[data-site-profile="naijaworldcup-ng"] .nj-helabet-logo {
  width: min(190px, 100%);
  height: auto;
  max-height: 54px;
  display: block;
  object-fit: contain;
}

body[data-site-profile="naijaworldcup-ng"] .nj-cover-note .nj-helabet-logo {
  margin-bottom: 14px;
  filter: drop-shadow(0 0 14px rgba(242, 184, 75, 0.28));
}

body[data-site-profile="naijaworldcup-ng"] .nj-cover-note span,
body[data-site-profile="naijaworldcup-ng"] .section-kicker,
body[data-site-profile="naijaworldcup-ng"] .kicker,
body[data-site-profile="naijaworldcup-ng"] .nj-story-card span {
  color: #22ff9a;
  font-weight: 800;
  text-shadow: 0 0 18px rgba(34, 255, 154, 0.26);
}

body[data-site-profile="naijaworldcup-ng"] .nj-cover .kicker {
  color: #f2b84b;
}

body[data-site-profile="naijaworldcup-ng"] .nj-actions {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body[data-site-profile="naijaworldcup-ng"] .primary-action,
body[data-site-profile="naijaworldcup-ng"] button,
body[data-site-profile="naijaworldcup-ng"] .pick-match {
  border: 1px solid rgba(34, 255, 154, 0.36);
  background: linear-gradient(135deg, #10c96f, #22ff9a);
  color: #031009;
  box-shadow: 0 0 26px rgba(34, 255, 154, 0.32), inset 0 0 18px rgba(255, 255, 255, 0.16);
}

body[data-site-profile="naijaworldcup-ng"] .ghost-action {
  border-color: rgba(242, 184, 75, 0.46);
  background: rgba(242, 184, 75, 0.12);
  color: #ffffff;
  box-shadow: 0 0 22px rgba(242, 184, 75, 0.12);
}

body[data-site-profile="naijaworldcup-ng"] .nj-central,
body[data-site-profile="naijaworldcup-ng"] .nj-story,
body[data-site-profile="naijaworldcup-ng"] .nj-diaspora,
body[data-site-profile="naijaworldcup-ng"] .nj-groups-wall,
body[data-site-profile="naijaworldcup-ng"] .nj-atmosphere,
body[data-site-profile="naijaworldcup-ng"] .nj-groups-hero,
body[data-site-profile="naijaworldcup-ng"] .nj-group-feature,
body[data-site-profile="naijaworldcup-ng"] .nj-feature-split,
body[data-site-profile="naijaworldcup-ng"] .nj-fixture-journal,
body[data-site-profile="naijaworldcup-ng"] .nj-match-story,
body[data-site-profile="naijaworldcup-ng"] .nj-helabet-board,
body[data-site-profile="naijaworldcup-ng"] .match-cta-section,
body[data-site-profile="naijaworldcup-ng"] .text-section,
body[data-site-profile="naijaworldcup-ng"] .link-bank,
body[data-site-profile="naijaworldcup-ng"] .faq-section {
  margin-top: 16px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 255, 154, 0.1), transparent 35%),
    rgba(5, 18, 11, 0.82);
  box-shadow: 0 0 34px rgba(34, 255, 154, 0.08);
}

body[data-site-profile="naijaworldcup-ng"] .nj-central {
  padding: clamp(20px, 4vw, 42px);
  display: grid;
  grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1.42fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
}

body[data-site-profile="naijaworldcup-ng"] .nj-match-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

body[data-site-profile="naijaworldcup-ng"] .nj-story-card {
  min-height: 230px;
  padding: clamp(16px, 3vw, 28px);
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(8, 31, 17, 0.96), rgba(4, 14, 8, 0.94));
  box-shadow: inset 0 0 24px rgba(34, 255, 154, 0.04);
}

body[data-site-profile="naijaworldcup-ng"] .nj-story-card a {
  color: #22ff9a;
  text-decoration: none;
  font-weight: 800;
}

body[data-site-profile="naijaworldcup-ng"] .nj-story-card > a {
  margin-top: auto;
}

body[data-site-profile="naijaworldcup-ng"] .nj-story,
body[data-site-profile="naijaworldcup-ng"] .nj-diaspora,
body[data-site-profile="naijaworldcup-ng"] .nj-atmosphere,
body[data-site-profile="naijaworldcup-ng"] .nj-groups-hero,
body[data-site-profile="naijaworldcup-ng"] .nj-group-feature,
body[data-site-profile="naijaworldcup-ng"] .nj-match-story {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  overflow: hidden;
}

body[data-site-profile="naijaworldcup-ng"] .nj-story-street,
body[data-site-profile="naijaworldcup-ng"] .nj-atmosphere {
  grid-template-columns: minmax(420px, 1.12fr) minmax(0, 0.88fr);
}

body[data-site-profile="naijaworldcup-ng"] .nj-story > div,
body[data-site-profile="naijaworldcup-ng"] .nj-diaspora > div,
body[data-site-profile="naijaworldcup-ng"] .nj-atmosphere > div,
body[data-site-profile="naijaworldcup-ng"] .nj-groups-hero > div,
body[data-site-profile="naijaworldcup-ng"] .nj-group-feature > div,
body[data-site-profile="naijaworldcup-ng"] .nj-match-story > div {
  padding: clamp(24px, 5vw, 58px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body[data-site-profile="naijaworldcup-ng"] .nj-story img,
body[data-site-profile="naijaworldcup-ng"] .nj-diaspora img,
body[data-site-profile="naijaworldcup-ng"] .nj-atmosphere img,
body[data-site-profile="naijaworldcup-ng"] .nj-groups-hero img,
body[data-site-profile="naijaworldcup-ng"] .nj-group-feature img,
body[data-site-profile="naijaworldcup-ng"] .nj-match-story img {
  min-height: 420px;
}

body[data-site-profile="naijaworldcup-ng"] .nj-diaspora {
  grid-template-columns: minmax(520px, 1.28fr) minmax(0, 0.72fr);
  background:
    radial-gradient(circle at 18% 20%, rgba(34, 255, 154, 0.2), transparent 34%),
    linear-gradient(135deg, #020503, #005735);
  color: #ffffff;
}

body[data-site-profile="naijaworldcup-ng"] .nj-diaspora .section-kicker,
body[data-site-profile="naijaworldcup-ng"] .nj-diaspora p {
  color: rgba(255, 255, 255, 0.82);
}

body[data-site-profile="naijaworldcup-ng"] .nj-groups-wall {
  padding: clamp(18px, 3vw, 34px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  background:
    radial-gradient(circle at 85% 10%, rgba(242, 184, 75, 0.2), transparent 28%),
    linear-gradient(145deg, #020503, #052214);
  color: #ffffff;
}

body[data-site-profile="naijaworldcup-ng"] .nj-groups-wall > div {
  grid-column: 1 / -1;
  max-width: 760px;
}

body[data-site-profile="naijaworldcup-ng"] .nj-groups-wall a {
  min-height: 210px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  color: #ffffff;
  text-decoration: none;
  background:
    radial-gradient(circle at 24% 18%, color-mix(in srgb, var(--nj-group) 68%, transparent), transparent 42%),
    radial-gradient(circle at 82% 88%, rgba(242, 184, 75, 0.18), transparent 38%),
    linear-gradient(145deg, rgba(0, 135, 83, 0.64), rgba(2, 8, 5, 0.94));
  box-shadow: inset 0 0 24px rgba(34, 255, 154, 0.08);
}

body[data-site-profile="naijaworldcup-ng"] .nj-groups-wall a strong {
  font-size: clamp(1.35rem, 2.4vw, 2.2rem);
  line-height: 0.95;
  overflow-wrap: anywhere;
}

body[data-site-profile="naijaworldcup-ng"] .nj-groups-wall a span,
body[data-site-profile="naijaworldcup-ng"] .nj-groups-wall a em {
  color: rgba(255, 255, 255, 0.78);
  font-style: normal;
}

body[data-site-profile="naijaworldcup-ng"] .nj-groups-hero {
  min-height: 560px;
  background: #020503;
  color: #ffffff;
}

body[data-site-profile="naijaworldcup-ng"] .nj-group-feature {
  min-height: 620px;
  background:
    radial-gradient(circle at 16% 22%, color-mix(in srgb, var(--nj-group) 34%, transparent), transparent 35%),
    linear-gradient(135deg, rgba(34, 255, 154, 0.08), rgba(242, 184, 75, 0.08)),
    rgba(5, 18, 11, 0.86);
}

body[data-site-profile="naijaworldcup-ng"] .nj-team-line {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body[data-site-profile="naijaworldcup-ng"] .nj-team-line span {
  padding: 8px 10px;
  border: 1px solid rgba(34, 255, 154, 0.24);
  background: rgba(34, 255, 154, 0.08);
  color: #22ff9a;
  font-weight: 800;
}

body[data-site-profile="naijaworldcup-ng"] .nj-feature-split {
  padding: clamp(18px, 3vw, 34px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

body[data-site-profile="naijaworldcup-ng"] .nj-feature-split article {
  min-height: 250px;
  padding: clamp(18px, 3vw, 30px);
  border-left: 1px solid var(--line);
}

body[data-site-profile="naijaworldcup-ng"] .nj-feature-split article:first-child {
  border-left: 0;
}

body[data-site-profile="naijaworldcup-ng"] .nj-fixture-journal {
  padding: clamp(20px, 4vw, 42px);
  display: grid;
  grid-template-columns: minmax(260px, 0.56fr) minmax(0, 1.44fr);
  gap: clamp(18px, 3vw, 34px);
}

body[data-site-profile="naijaworldcup-ng"] .nj-match-story {
  min-height: 660px;
  grid-template-columns: minmax(520px, 1.24fr) minmax(0, 0.76fr);
  background: #020503;
  color: #ffffff;
}

body[data-site-profile="naijaworldcup-ng"] .nj-match-story h1 {
  font-size: clamp(2.35rem, 4.4vw, 5rem);
  line-height: 0.95;
  overflow-wrap: anywhere;
}

body[data-site-profile="naijaworldcup-ng"] .nj-match-story .kicker,
body[data-site-profile="naijaworldcup-ng"] .nj-match-story .hero-intro {
  color: rgba(255, 255, 255, 0.82);
}

body[data-site-profile="naijaworldcup-ng"] .nj-helabet-board {
  padding: clamp(20px, 4vw, 46px);
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(18px, 4vw, 48px);
  align-items: center;
  background:
    radial-gradient(circle at 92% 14%, rgba(34, 255, 154, 0.28), transparent 32%),
    radial-gradient(circle at 8% 88%, rgba(224, 107, 32, 0.16), transparent 30%),
    linear-gradient(135deg, rgba(0, 135, 83, 0.24), rgba(242, 184, 75, 0.14)),
    rgba(4, 15, 8, 0.92);
  box-shadow: 0 0 0 1px rgba(34, 255, 154, 0.18), 0 28px 80px rgba(34, 255, 154, 0.12);
}

body[data-site-profile="naijaworldcup-ng"] .nj-helabet-copy {
  max-width: 560px;
}

body[data-site-profile="naijaworldcup-ng"] .nj-helabet-copy h2 {
  font-size: clamp(2rem, 4vw, 4.6rem);
  line-height: 0.96;
  overflow-wrap: anywhere;
}

body[data-site-profile="naijaworldcup-ng"] .nj-helabet-logo-dark {
  margin-bottom: 16px;
  padding: 10px 12px;
  border: 1px solid rgba(34, 255, 154, 0.2);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 30px rgba(242, 184, 75, 0.18);
}

body[data-site-profile="naijaworldcup-ng"] .nj-helabet-copy .primary-action {
  margin-top: 18px;
}

body[data-site-profile="naijaworldcup-ng"] .nj-helabet-link {
  border-color: rgba(242, 184, 75, 0.72);
  background: rgba(242, 184, 75, 0.18);
}

body[data-site-profile="naijaworldcup-ng"] .nj-info-graphic {
  min-height: 330px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 14px;
}

body[data-site-profile="naijaworldcup-ng"] .nj-info-graphic::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 50%;
  height: 3px;
  background: linear-gradient(90deg, #008753, #f2b84b, #e06b20);
  transform: translateY(-50%);
  box-shadow: 0 0 24px rgba(20, 255, 145, 0.34);
}

body[data-site-profile="naijaworldcup-ng"] .nj-info-node {
  position: relative;
  z-index: 1;
  min-height: 198px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(34, 255, 154, 0.22);
  background:
    linear-gradient(180deg, rgba(8, 31, 17, 0.94), rgba(4, 14, 8, 0.9));
  box-shadow: 0 24px 50px rgba(0, 87, 53, 0.1), 0 0 26px rgba(20, 255, 145, 0.08);
}

body[data-site-profile="naijaworldcup-ng"] .nj-info-node strong {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #008753;
  color: #ffffff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

body[data-site-profile="naijaworldcup-ng"] .nj-info-node span {
  color: #22ff9a;
  font-size: clamp(1.2rem, 1.75vw, 1.8rem);
  font-weight: 900;
  line-height: 1;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

body[data-site-profile="naijaworldcup-ng"] .nj-info-node em {
  color: rgba(247, 255, 249, 0.68);
  font-style: normal;
}

body[data-site-profile="naijaworldcup-ng"] .nj-info-node.is-live {
  transform: translateY(-18px);
}

body[data-site-profile="naijaworldcup-ng"] .nj-info-node.is-helabet {
  transform: translateY(18px);
  border-color: rgba(224, 107, 32, 0.34);
  background:
    radial-gradient(circle at 20% 18%, rgba(242, 184, 75, 0.26), transparent 42%),
    linear-gradient(145deg, #102018, #005735);
  color: #ffffff;
  box-shadow: 0 24px 60px rgba(0, 87, 53, 0.28), 0 0 32px rgba(242, 184, 75, 0.2);
}

body[data-site-profile="naijaworldcup-ng"] .nj-info-node.is-helabet strong {
  background: #f2b84b;
  color: #102018;
}

body[data-site-profile="naijaworldcup-ng"] .nj-info-node.is-helabet span,
body[data-site-profile="naijaworldcup-ng"] .nj-info-node.is-helabet em {
  color: rgba(255, 255, 255, 0.86);
}

body[data-site-profile="naijaworldcup-ng"] .match-facts span,
body[data-site-profile="naijaworldcup-ng"] details,
body[data-site-profile="naijaworldcup-ng"] .match-link-grid a,
body[data-site-profile="naijaworldcup-ng"] .link-bank a {
  border-color: rgba(34, 255, 154, 0.18);
  background: rgba(5, 18, 11, 0.78);
}

body[data-site-profile="naijaworldcup-ng"] .freebet-section {
  display: grid;
  border-color: rgba(34, 255, 154, 0.2);
  background:
    linear-gradient(135deg, rgba(0, 135, 83, 0.18), transparent 44%),
    rgba(4, 12, 8, 0.92);
}

@media (max-width: 980px) {
  body[data-site-profile="naijaworldcup-ng"] .topbar {
    gap: 10px;
  }

  body[data-site-profile="naijaworldcup-ng"] .brand-mark {
    min-width: 128px;
  }

  body[data-site-profile="naijaworldcup-ng"] .nj-central,
  body[data-site-profile="naijaworldcup-ng"] .nj-story,
  body[data-site-profile="naijaworldcup-ng"] .nj-diaspora,
  body[data-site-profile="naijaworldcup-ng"] .nj-atmosphere,
  body[data-site-profile="naijaworldcup-ng"] .nj-groups-hero,
  body[data-site-profile="naijaworldcup-ng"] .nj-group-feature,
  body[data-site-profile="naijaworldcup-ng"] .nj-fixture-journal,
  body[data-site-profile="naijaworldcup-ng"] .nj-match-story,
  body[data-site-profile="naijaworldcup-ng"] .nj-helabet-board,
  body[data-site-profile="naijaworldcup-ng"] .nj-feature-split {
    grid-template-columns: 1fr;
  }

  body[data-site-profile="naijaworldcup-ng"] .nj-info-graphic {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }

  body[data-site-profile="naijaworldcup-ng"] .nj-info-graphic::before {
    display: none;
  }

  body[data-site-profile="naijaworldcup-ng"] .nj-info-node,
  body[data-site-profile="naijaworldcup-ng"] .nj-info-node.is-live,
  body[data-site-profile="naijaworldcup-ng"] .nj-info-node.is-helabet {
    transform: none;
  }

  body[data-site-profile="naijaworldcup-ng"] .nj-groups-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-site-profile="naijaworldcup-ng"] .nj-feature-split article {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  body[data-site-profile="naijaworldcup-ng"] .nj-feature-split article:first-child {
    border-top: 0;
  }
}

@media (max-width: 680px) {
  body[data-site-profile="naijaworldcup-ng"] main,
  body[data-site-profile="naijaworldcup-ng"] .site-footer {
    width: min(100% - 18px, var(--max));
  }

  body[data-site-profile="naijaworldcup-ng"] nav {
    gap: 4px;
  }

  body[data-site-profile="naijaworldcup-ng"] nav a {
    padding: 8px;
    font-size: 0.82rem;
  }

  body[data-site-profile="naijaworldcup-ng"] .brand-mark {
    padding: 6px 8px;
    min-width: 112px;
  }

  body[data-site-profile="naijaworldcup-ng"] .brand-mark img {
    width: 108px;
    max-height: 30px;
  }

  body[data-site-profile="naijaworldcup-ng"] .nj-cover {
    min-height: 620px;
  }

  body[data-site-profile="naijaworldcup-ng"] .nj-cover h1 {
    max-width: 9ch;
    font-size: clamp(2.45rem, 13vw, 4rem);
  }

  body[data-site-profile="naijaworldcup-ng"] .nj-cover-note {
    position: relative;
    right: auto;
    top: auto;
    margin: 0 12px 12px;
    align-self: end;
  }

  body[data-site-profile="naijaworldcup-ng"] .nj-match-list,
  body[data-site-profile="naijaworldcup-ng"] .nj-groups-wall,
  body[data-site-profile="naijaworldcup-ng"] .nj-info-graphic {
    grid-template-columns: 1fr;
  }

  body[data-site-profile="naijaworldcup-ng"] .nj-groups-wall a {
    min-height: 150px;
  }

  body[data-site-profile="naijaworldcup-ng"] .nj-info-node {
    min-height: 190px;
  }
}

@keyframes seFloatCard {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -8px, 0);
  }
}

body[data-site-profile="supereaglesbet-ng"] {
  --bg: #04150f;
  --panel: rgba(8, 28, 20, 0.84);
  --panel-strong: rgba(7, 22, 16, 0.94);
  --text: #f6fff7;
  --muted: #bfd9c8;
  --line: rgba(196, 255, 213, 0.14);
  --green: #008753;
  --forest: #073822;
  --lime: #79ff7f;
  --gold: #d5aa42;
  --amber: #ffb54a;
  --danger: #ff6565;
  background:
    radial-gradient(circle at 14% 0%, rgba(0, 135, 83, 0.34), transparent 30rem),
    radial-gradient(circle at 92% 8%, rgba(213, 170, 66, 0.16), transparent 26rem),
    linear-gradient(180deg, #020805 0%, #04150f 42%, #071e15 100%);
  color: var(--text);
}

body[data-site-profile="supereaglesbet-ng"] main,
body[data-site-profile="supereaglesbet-ng"] .site-footer {
  width: min(100% - 28px, 1240px);
}

body[data-site-profile="supereaglesbet-ng"] .topbar {
  background: rgba(3, 15, 11, 0.84);
  border-color: rgba(121, 255, 127, 0.14);
  backdrop-filter: blur(16px);
}

body[data-site-profile="supereaglesbet-ng"] .se-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 260px;
  color: var(--text);
  text-decoration: none;
}

body[data-site-profile="supereaglesbet-ng"] .se-brand-lockup img {
  width: 148px;
  height: auto;
}

body[data-site-profile="supereaglesbet-ng"] .se-brand-note {
  display: grid;
  gap: 4px;
}

body[data-site-profile="supereaglesbet-ng"] .se-brand-note strong {
  color: var(--text);
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body[data-site-profile="supereaglesbet-ng"] .se-brand-note em {
  color: var(--muted);
  font-size: 0.72rem;
  font-style: normal;
}

body[data-site-profile="supereaglesbet-ng"] nav a {
  color: rgba(246, 255, 247, 0.76);
}

body[data-site-profile="supereaglesbet-ng"] nav a:hover {
  color: var(--lime);
}

body[data-site-profile="supereaglesbet-ng"] .kicker,
body[data-site-profile="supereaglesbet-ng"] .section-kicker,
body[data-site-profile="supereaglesbet-ng"] .se-poster span,
body[data-site-profile="supereaglesbet-ng"] .se-board-grid span,
body[data-site-profile="supereaglesbet-ng"] .se-intel-grid span,
body[data-site-profile="supereaglesbet-ng"] .se-market-chips span,
body[data-site-profile="supereaglesbet-ng"] .se-live-card span,
body[data-site-profile="supereaglesbet-ng"] .se-reel-card span,
body[data-site-profile="supereaglesbet-ng"] .se-story-board span {
  color: var(--gold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body[data-site-profile="supereaglesbet-ng"] .se-hero,
body[data-site-profile="supereaglesbet-ng"] .se-scoreboard,
body[data-site-profile="supereaglesbet-ng"] .se-form-guide,
body[data-site-profile="supereaglesbet-ng"] .se-fan-zone,
body[data-site-profile="supereaglesbet-ng"] .se-match-hub,
body[data-site-profile="supereaglesbet-ng"] .se-intel-layer,
body[data-site-profile="supereaglesbet-ng"] .se-subhero,
body[data-site-profile="supereaglesbet-ng"] .se-editorial-grid,
body[data-site-profile="supereaglesbet-ng"] .se-groups-radar,
body[data-site-profile="supereaglesbet-ng"] .se-match-story,
body[data-site-profile="supereaglesbet-ng"] .se-narrative-blocks,
body[data-site-profile="supereaglesbet-ng"] .freebet-section,
body[data-site-profile="supereaglesbet-ng"] .match-cta-section,
body[data-site-profile="supereaglesbet-ng"] .faq-section,
body[data-site-profile="supereaglesbet-ng"] .link-bank {
  margin-top: 28px;
}

body[data-site-profile="supereaglesbet-ng"] .se-scoreboard,
body[data-site-profile="supereaglesbet-ng"] .se-form-guide,
body[data-site-profile="supereaglesbet-ng"] .se-match-hub,
body[data-site-profile="supereaglesbet-ng"] .se-intel-layer,
body[data-site-profile="supereaglesbet-ng"] .se-editorial-grid,
body[data-site-profile="supereaglesbet-ng"] .se-narrative-blocks,
body[data-site-profile="supereaglesbet-ng"] .freebet-section,
body[data-site-profile="supereaglesbet-ng"] .match-cta-section,
body[data-site-profile="supereaglesbet-ng"] .faq-section,
body[data-site-profile="supereaglesbet-ng"] .link-bank {
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid var(--line);
  background:
    linear-gradient(165deg, rgba(8, 26, 18, 0.94), rgba(5, 16, 12, 0.94)),
    radial-gradient(circle at top right, rgba(121, 255, 127, 0.08), transparent 18rem);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.22);
}

body[data-site-profile="supereaglesbet-ng"] .se-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(18px, 3vw, 34px);
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid var(--line);
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 20%, rgba(0, 135, 83, 0.38), transparent 24rem),
    radial-gradient(circle at 82% 12%, rgba(213, 170, 66, 0.16), transparent 22rem),
    linear-gradient(135deg, rgba(2, 12, 9, 0.96), rgba(4, 22, 15, 0.92) 56%, rgba(8, 32, 22, 0.86));
}

body[data-site-profile="supereaglesbet-ng"] .se-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.03), transparent 34%),
    linear-gradient(0deg, rgba(1, 10, 6, 0.3), rgba(1, 10, 6, 0.08));
  pointer-events: none;
}

body[data-site-profile="supereaglesbet-ng"] .se-hero-copy,
body[data-site-profile="supereaglesbet-ng"] .se-hero-stage {
  position: relative;
  z-index: 1;
}

body[data-site-profile="supereaglesbet-ng"] .se-hero-copy {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: clamp(8px, 1vw, 20px);
}

body[data-site-profile="supereaglesbet-ng"] .se-hero h1,
body[data-site-profile="supereaglesbet-ng"] .se-subhero h1,
body[data-site-profile="supereaglesbet-ng"] .se-match-story h1 {
  margin: 0;
  max-width: 10ch;
  color: var(--text);
  font-size: clamp(3rem, 7vw, 6.4rem);
  line-height: 0.9;
  text-transform: uppercase;
}

body[data-site-profile="supereaglesbet-ng"] .se-hero .hero-intro,
body[data-site-profile="supereaglesbet-ng"] .se-subhero .hero-intro,
body[data-site-profile="supereaglesbet-ng"] .se-match-story .hero-intro {
  max-width: 46rem;
  color: #d8f8e3;
  font-size: 1.08rem;
}

body[data-site-profile="supereaglesbet-ng"] .se-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body[data-site-profile="supereaglesbet-ng"] .primary-action,
body[data-site-profile="supereaglesbet-ng"] button,
body[data-site-profile="supereaglesbet-ng"] .pick-match {
  background: linear-gradient(135deg, var(--lime), #f1d05f);
  color: #02140d;
  box-shadow: 0 18px 40px rgba(121, 255, 127, 0.22);
}

body[data-site-profile="supereaglesbet-ng"] .ghost-action {
  border-color: rgba(121, 255, 127, 0.28);
  color: var(--text);
  background: rgba(8, 25, 18, 0.46);
}

body[data-site-profile="supereaglesbet-ng"] .se-hero-signals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body[data-site-profile="supereaglesbet-ng"] .se-hero-signals div,
body[data-site-profile="supereaglesbet-ng"] .se-board-grid > div,
body[data-site-profile="supereaglesbet-ng"] .se-timeline article,
body[data-site-profile="supereaglesbet-ng"] .se-intel-grid > div,
body[data-site-profile="supereaglesbet-ng"] .se-editorial-grid article,
body[data-site-profile="supereaglesbet-ng"] .se-narrative-blocks article,
body[data-site-profile="supereaglesbet-ng"] .se-market-chips div {
  border: 1px solid var(--line);
  background: rgba(4, 17, 12, 0.58);
}

body[data-site-profile="supereaglesbet-ng"] .se-hero-signals div {
  padding: 14px 16px;
  display: grid;
  gap: 6px;
}

body[data-site-profile="supereaglesbet-ng"] .se-hero-signals strong,
body[data-site-profile="supereaglesbet-ng"] .se-board-grid strong,
body[data-site-profile="supereaglesbet-ng"] .se-intel-grid strong,
body[data-site-profile="supereaglesbet-ng"] .se-timeline strong,
body[data-site-profile="supereaglesbet-ng"] .se-market-chips strong {
  display: block;
  color: var(--text);
  font-size: 1.06rem;
}

body[data-site-profile="supereaglesbet-ng"] .se-hero-stage {
  display: grid;
  gap: 16px;
  align-content: center;
}

body[data-site-profile="supereaglesbet-ng"] .se-reel {
  position: relative;
  min-height: 540px;
}

body[data-site-profile="supereaglesbet-ng"] .se-reel-card {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(121, 255, 127, 0.18);
  background: rgba(7, 22, 16, 0.82);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
  animation: seFloatCard 8s ease-in-out infinite;
}

body[data-site-profile="supereaglesbet-ng"] .se-reel-card img,
body[data-site-profile="supereaglesbet-ng"] .se-fan-zone img,
body[data-site-profile="supereaglesbet-ng"] .se-subhero img,
body[data-site-profile="supereaglesbet-ng"] .se-match-story img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body[data-site-profile="supereaglesbet-ng"] .se-reel-card::after,
body[data-site-profile="supereaglesbet-ng"] .se-fan-zone::after,
body[data-site-profile="supereaglesbet-ng"] .se-subhero::after,
body[data-site-profile="supereaglesbet-ng"] .se-match-story::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(4, 14, 10, 0.94), rgba(4, 14, 10, 0.14) 58%);
}

body[data-site-profile="supereaglesbet-ng"] .se-reel-card > div,
body[data-site-profile="supereaglesbet-ng"] .se-fan-zone > div,
body[data-site-profile="supereaglesbet-ng"] .se-subhero > div,
body[data-site-profile="supereaglesbet-ng"] .se-match-story > div {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 1;
  display: grid;
  gap: 6px;
  padding: 18px 18px 20px;
}

body[data-site-profile="supereaglesbet-ng"] .se-reel-card strong,
body[data-site-profile="supereaglesbet-ng"] .se-live-card strong,
body[data-site-profile="supereaglesbet-ng"] .se-story-board strong {
  color: var(--text);
  font-size: 1.38rem;
}

body[data-site-profile="supereaglesbet-ng"] .se-reel-card em,
body[data-site-profile="supereaglesbet-ng"] .se-live-card em,
body[data-site-profile="supereaglesbet-ng"] .se-poster em,
body[data-site-profile="supereaglesbet-ng"] .se-intel-grid em,
body[data-site-profile="supereaglesbet-ng"] .se-story-board em {
  color: var(--muted);
  font-style: normal;
}

body[data-site-profile="supereaglesbet-ng"] .se-reel-card-main {
  inset: 0 5% 18% 0;
}

body[data-site-profile="supereaglesbet-ng"] .se-reel-card-tunnel {
  inset: 12% 0 42% 46%;
  animation-delay: -2s;
}

body[data-site-profile="supereaglesbet-ng"] .se-reel-card-fans {
  inset: 48% 10% 0 16%;
  animation-delay: -4s;
}

body[data-site-profile="supereaglesbet-ng"] .se-live-card {
  display: grid;
  gap: 8px;
  padding: 18px 20px;
  border: 1px solid rgba(213, 170, 66, 0.26);
  background: linear-gradient(145deg, rgba(9, 31, 21, 0.92), rgba(5, 16, 12, 0.96));
}

body[data-site-profile="supereaglesbet-ng"] .se-live-card a,
body[data-site-profile="supereaglesbet-ng"] .se-poster a,
body[data-site-profile="supereaglesbet-ng"] .se-editorial-grid a,
body[data-site-profile="supereaglesbet-ng"] .se-story-board a {
  color: var(--lime);
  font-weight: 800;
}

body[data-site-profile="supereaglesbet-ng"] .se-scoreboard {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 18px;
  align-items: start;
}

body[data-site-profile="supereaglesbet-ng"] .se-scoreboard-shell {
  display: grid;
  gap: 14px;
}

body[data-site-profile="supereaglesbet-ng"] .se-board-grid,
body[data-site-profile="supereaglesbet-ng"] .se-market-chips,
body[data-site-profile="supereaglesbet-ng"] .se-poster-grid,
body[data-site-profile="supereaglesbet-ng"] .se-intel-grid,
body[data-site-profile="supereaglesbet-ng"] .se-groups-radar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

body[data-site-profile="supereaglesbet-ng"] .se-market-chips {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body[data-site-profile="supereaglesbet-ng"] .se-board-grid > div,
body[data-site-profile="supereaglesbet-ng"] .se-market-chips div,
body[data-site-profile="supereaglesbet-ng"] .se-timeline article,
body[data-site-profile="supereaglesbet-ng"] .se-intel-grid > div,
body[data-site-profile="supereaglesbet-ng"] .se-editorial-grid article,
body[data-site-profile="supereaglesbet-ng"] .se-narrative-blocks article {
  padding: 18px;
  display: grid;
  gap: 6px;
}

body[data-site-profile="supereaglesbet-ng"] .se-form-guide,
body[data-site-profile="supereaglesbet-ng"] .se-editorial-grid,
body[data-site-profile="supereaglesbet-ng"] .se-narrative-blocks {
  display: grid;
  gap: 18px;
}

body[data-site-profile="supereaglesbet-ng"] .se-timeline,
body[data-site-profile="supereaglesbet-ng"] .se-editorial-grid,
body[data-site-profile="supereaglesbet-ng"] .se-narrative-blocks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body[data-site-profile="supereaglesbet-ng"] .se-narrative-blocks {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body[data-site-profile="supereaglesbet-ng"] .se-fan-zone,
body[data-site-profile="supereaglesbet-ng"] .se-subhero,
body[data-site-profile="supereaglesbet-ng"] .se-match-story {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #020d08;
}

body[data-site-profile="supereaglesbet-ng"] .se-fan-zone > div,
body[data-site-profile="supereaglesbet-ng"] .se-subhero > div {
  max-width: 46rem;
}

body[data-site-profile="supereaglesbet-ng"] .se-match-story > div {
  position: absolute;
  inset: auto 0 0 0;
}

body[data-site-profile="supereaglesbet-ng"] .se-story-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.7fr);
  gap: 18px;
  align-items: end;
}

body[data-site-profile="supereaglesbet-ng"] .se-story-board {
  display: grid;
  gap: 8px;
  padding: 18px 20px;
  border: 1px solid rgba(121, 255, 127, 0.18);
  background: rgba(4, 16, 11, 0.68);
}

body[data-site-profile="supereaglesbet-ng"] .se-match-hub,
body[data-site-profile="supereaglesbet-ng"] .se-intel-layer {
  display: grid;
  gap: 18px;
}

body[data-site-profile="supereaglesbet-ng"] .se-poster {
  min-height: 250px;
  display: grid;
  align-content: end;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(121, 255, 127, 0.18);
  background:
    linear-gradient(180deg, rgba(2, 11, 8, 0.12), rgba(2, 11, 8, 0.82)),
    radial-gradient(circle at 0% 0%, color-mix(in srgb, var(--se-mood) 56%, transparent), transparent 18rem),
    linear-gradient(150deg, #0c3120, #04140d);
}

body[data-site-profile="supereaglesbet-ng"] .se-poster b {
  color: rgba(246, 255, 247, 0.72);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-site-profile="supereaglesbet-ng"] .se-poster h3 {
  margin: 0;
  font-size: 1.42rem;
}

body[data-site-profile="supereaglesbet-ng"] .se-poster h3 a {
  color: var(--text);
  text-decoration: none;
}

body[data-site-profile="supereaglesbet-ng"] .se-groups-radar a {
  min-height: 150px;
  display: grid;
  gap: 8px;
  align-content: end;
  padding: 18px;
  border: 1px solid var(--line);
  color: var(--text);
  text-decoration: none;
  background: linear-gradient(145deg, rgba(0, 135, 83, 0.22), rgba(3, 16, 12, 0.94));
}

body[data-site-profile="supereaglesbet-ng"] .se-groups-radar span {
  font-weight: 900;
}

body[data-site-profile="supereaglesbet-ng"] .freebet-section {
  background:
    radial-gradient(circle at top right, rgba(213, 170, 66, 0.2), transparent 20rem),
    linear-gradient(145deg, rgba(0, 135, 83, 0.42), rgba(3, 15, 11, 0.96));
}

body[data-site-profile="supereaglesbet-ng"] .se-reward-note {
  display: grid;
  gap: 6px;
  margin: 0 0 14px;
  padding: 16px 18px;
  border: 1px solid rgba(213, 170, 66, 0.28);
  background: rgba(4, 16, 11, 0.46);
}

body[data-site-profile="supereaglesbet-ng"] .se-reward-note strong {
  color: var(--text);
  font-size: 1.08rem;
}

body[data-site-profile="supereaglesbet-ng"] .claim-form,
body[data-site-profile="supereaglesbet-ng"] .result,
body[data-site-profile="supereaglesbet-ng"] details,
body[data-site-profile="supereaglesbet-ng"] .match-link-grid a {
  border-color: var(--line);
  background: rgba(4, 16, 11, 0.52);
}

body[data-site-profile="supereaglesbet-ng"] .match-link-grid a strong,
body[data-site-profile="supereaglesbet-ng"] .match-link-grid a span,
body[data-site-profile="supereaglesbet-ng"] .match-link-grid a em {
  color: inherit;
}

body[data-site-profile="supereaglesbet-ng"] .footer-brand {
  display: inline-flex;
  margin-bottom: 14px;
}

body[data-site-profile="supereaglesbet-ng"] .footer-brand img {
  width: 138px;
  height: auto;
}

@media (max-width: 1100px) {
  body[data-site-profile="supereaglesbet-ng"] .se-hero,
  body[data-site-profile="supereaglesbet-ng"] .se-scoreboard,
  body[data-site-profile="supereaglesbet-ng"] .se-story-shell {
    grid-template-columns: 1fr;
  }

  body[data-site-profile="supereaglesbet-ng"] .se-reel {
    min-height: 520px;
  }

  body[data-site-profile="supereaglesbet-ng"] .se-narrative-blocks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  body[data-site-profile="supereaglesbet-ng"] .se-board-grid,
  body[data-site-profile="supereaglesbet-ng"] .se-market-chips,
  body[data-site-profile="supereaglesbet-ng"] .se-poster-grid,
  body[data-site-profile="supereaglesbet-ng"] .se-intel-grid,
  body[data-site-profile="supereaglesbet-ng"] .se-groups-radar,
  body[data-site-profile="supereaglesbet-ng"] .se-hero-signals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-site-profile="supereaglesbet-ng"] .se-timeline,
  body[data-site-profile="supereaglesbet-ng"] .se-editorial-grid,
  body[data-site-profile="supereaglesbet-ng"] .se-narrative-blocks {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  body[data-site-profile="supereaglesbet-ng"] main,
  body[data-site-profile="supereaglesbet-ng"] .site-footer {
    width: min(100% - 18px, 1240px);
  }

  body[data-site-profile="supereaglesbet-ng"] .se-brand-lockup {
    min-width: 0;
    gap: 10px;
  }

  body[data-site-profile="supereaglesbet-ng"] .se-brand-lockup img {
    width: 124px;
  }

  body[data-site-profile="supereaglesbet-ng"] .se-brand-note strong {
    font-size: 0.82rem;
  }

  body[data-site-profile="supereaglesbet-ng"] .se-brand-note em {
    display: none;
  }

  body[data-site-profile="supereaglesbet-ng"] nav {
    gap: 4px;
  }

  body[data-site-profile="supereaglesbet-ng"] nav a {
    padding: 8px;
    font-size: 0.8rem;
  }

  body[data-site-profile="supereaglesbet-ng"] .se-hero {
    padding: 18px;
  }

  body[data-site-profile="supereaglesbet-ng"] .se-hero h1,
  body[data-site-profile="supereaglesbet-ng"] .se-subhero h1,
  body[data-site-profile="supereaglesbet-ng"] .se-match-story h1 {
    max-width: 8ch;
    font-size: clamp(2.4rem, 12vw, 3.8rem);
  }

  body[data-site-profile="supereaglesbet-ng"] .se-reel {
    min-height: 440px;
  }

  body[data-site-profile="supereaglesbet-ng"] .se-reel-card-main {
    inset: 0 0 34% 0;
  }

  body[data-site-profile="supereaglesbet-ng"] .se-reel-card-tunnel {
    inset: 48% 12% 0 0;
  }

  body[data-site-profile="supereaglesbet-ng"] .se-reel-card-fans {
    display: none;
  }

  body[data-site-profile="supereaglesbet-ng"] .se-board-grid,
  body[data-site-profile="supereaglesbet-ng"] .se-market-chips,
  body[data-site-profile="supereaglesbet-ng"] .se-poster-grid,
  body[data-site-profile="supereaglesbet-ng"] .se-intel-grid,
  body[data-site-profile="supereaglesbet-ng"] .se-groups-radar,
  body[data-site-profile="supereaglesbet-ng"] .se-hero-signals {
    grid-template-columns: 1fr;
  }

  body[data-site-profile="supereaglesbet-ng"] .se-fan-zone,
  body[data-site-profile="supereaglesbet-ng"] .se-subhero,
  body[data-site-profile="supereaglesbet-ng"] .se-match-story {
    min-height: 540px;
  }
}

body[data-site-profile="shushaworldcup-ke"] {
  --sh-purple: #5f22d9;
  --sh-violet: #170038;
  --sh-indigo: #09051c;
  --sh-yellow: #fcca00;
  --sh-amber: #ff9b24;
  --sh-orange: #ff6a1f;
  --sh-magenta: #f238b8;
  --sh-white: #fff7dc;
  --sh-muted: rgba(255, 247, 220, 0.76);
  --sh-line: rgba(255, 229, 97, 0.22);
  background:
    linear-gradient(135deg, rgba(95, 34, 217, 0.24), transparent 34%),
    linear-gradient(210deg, rgba(255, 155, 36, 0.18), transparent 38%),
    linear-gradient(180deg, #09051c 0%, #170038 48%, #0b061b 100%);
  color: var(--sh-white);
}

body[data-site-profile="shushaworldcup-ke"] main,
body[data-site-profile="shushaworldcup-ke"] .site-footer {
  width: min(100% - 28px, 1280px);
}

body[data-site-profile="shushaworldcup-ke"] .topbar {
  background: rgba(12, 4, 32, 0.86);
  border-color: var(--sh-line);
  backdrop-filter: blur(16px);
}

body[data-site-profile="shushaworldcup-ke"] .sh-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 270px;
  color: var(--sh-white);
  text-decoration: none;
}

body[data-site-profile="shushaworldcup-ke"] .sh-brand-lockup img {
  width: 144px;
  height: auto;
}

body[data-site-profile="shushaworldcup-ke"] .sh-brand-lockup span {
  display: grid;
  gap: 3px;
}

body[data-site-profile="shushaworldcup-ke"] .sh-brand-lockup strong {
  color: var(--sh-white);
  font-size: 0.88rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body[data-site-profile="shushaworldcup-ke"] .sh-brand-lockup em {
  color: var(--sh-yellow);
  font-size: 0.7rem;
  font-style: normal;
}

body[data-site-profile="shushaworldcup-ke"] nav a {
  color: rgba(255, 247, 220, 0.78);
}

body[data-site-profile="shushaworldcup-ke"] nav a:hover {
  color: var(--sh-yellow);
}

body[data-site-profile="shushaworldcup-ke"] .kicker,
body[data-site-profile="shushaworldcup-ke"] .section-kicker {
  color: var(--sh-yellow);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body[data-site-profile="shushaworldcup-ke"] .sh-hero,
body[data-site-profile="shushaworldcup-ke"] .sh-groups-hero,
body[data-site-profile="shushaworldcup-ke"] .sh-group-story,
body[data-site-profile="shushaworldcup-ke"] .sh-match-broadcast {
  position: relative;
  min-height: 690px;
  display: grid;
  align-items: end;
  overflow: hidden;
  border: 1px solid var(--sh-line);
  isolation: isolate;
}

body[data-site-profile="shushaworldcup-ke"] .sh-hero img,
body[data-site-profile="shushaworldcup-ke"] .sh-groups-hero img,
body[data-site-profile="shushaworldcup-ke"] .sh-group-story img,
body[data-site-profile="shushaworldcup-ke"] .sh-match-broadcast img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.16) contrast(1.05);
}

body[data-site-profile="shushaworldcup-ke"] .sh-hero::before,
body[data-site-profile="shushaworldcup-ke"] .sh-groups-hero::before,
body[data-site-profile="shushaworldcup-ke"] .sh-group-story::before,
body[data-site-profile="shushaworldcup-ke"] .sh-match-broadcast::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(10, 3, 32, 0.94), rgba(38, 5, 89, 0.56) 54%, rgba(255, 155, 36, 0.18)),
    linear-gradient(0deg, rgba(9, 5, 28, 0.96), transparent 46%);
}

body[data-site-profile="shushaworldcup-ke"] .sh-hero-copy,
body[data-site-profile="shushaworldcup-ke"] .sh-groups-hero > div,
body[data-site-profile="shushaworldcup-ke"] .sh-group-story > div,
body[data-site-profile="shushaworldcup-ke"] .sh-match-broadcast > div {
  max-width: 790px;
  padding: 56px;
}

body[data-site-profile="shushaworldcup-ke"] h1,
body[data-site-profile="shushaworldcup-ke"] h2 {
  color: var(--sh-white);
  text-transform: uppercase;
}

body[data-site-profile="shushaworldcup-ke"] .sh-hero h1,
body[data-site-profile="shushaworldcup-ke"] .sh-groups-hero h1,
body[data-site-profile="shushaworldcup-ke"] .sh-group-story h1,
body[data-site-profile="shushaworldcup-ke"] .sh-match-broadcast h1 {
  max-width: 11ch;
  margin: 0;
  font-size: 5.4rem;
  line-height: 0.92;
}

body[data-site-profile="shushaworldcup-ke"] .hero-intro {
  max-width: 49rem;
  color: var(--sh-muted);
  font-size: 1.12rem;
}

body[data-site-profile="shushaworldcup-ke"] .sh-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

body[data-site-profile="shushaworldcup-ke"] .primary-action,
body[data-site-profile="shushaworldcup-ke"] button {
  border-color: rgba(255, 255, 255, 0.24);
  background: linear-gradient(135deg, var(--sh-yellow), var(--sh-orange));
  color: #15051f;
  box-shadow: 0 18px 46px rgba(252, 202, 0, 0.24);
}

body[data-site-profile="shushaworldcup-ke"] .ghost-action {
  border-color: var(--sh-line);
  color: var(--sh-white);
  background: rgba(255, 255, 255, 0.06);
}

body[data-site-profile="shushaworldcup-ke"] .sh-live-overlay {
  position: absolute;
  right: 32px;
  bottom: 32px;
  width: min(330px, calc(100% - 64px));
  padding: 18px;
  border: 1px solid var(--sh-line);
  background: rgba(18, 4, 42, 0.72);
  backdrop-filter: blur(14px);
}

body[data-site-profile="shushaworldcup-ke"] .sh-live-overlay img {
  position: static;
  width: 136px;
  height: auto;
  margin-bottom: 14px;
  object-fit: contain;
  filter: none;
}

body[data-site-profile="shushaworldcup-ke"] .sh-live-overlay span,
body[data-site-profile="shushaworldcup-ke"] .sh-live-overlay strong {
  display: block;
}

body[data-site-profile="shushaworldcup-ke"] .sh-live-overlay span {
  color: var(--sh-yellow);
  font-size: 0.78rem;
  text-transform: uppercase;
}

body[data-site-profile="shushaworldcup-ke"] .sh-live-overlay strong {
  margin-top: 8px;
  color: var(--sh-white);
  font-size: 1.2rem;
  line-height: 1.2;
}

body[data-site-profile="shushaworldcup-ke"] .sh-collage,
body[data-site-profile="shushaworldcup-ke"] .sh-posters,
body[data-site-profile="shushaworldcup-ke"] .sh-map,
body[data-site-profile="shushaworldcup-ke"] .sh-helabet-info,
body[data-site-profile="shushaworldcup-ke"] .sh-narrative,
body[data-site-profile="shushaworldcup-ke"] .sh-related,
body[data-site-profile="shushaworldcup-ke"] .sh-group-fixtures,
body[data-site-profile="shushaworldcup-ke"] .sh-group-links,
body[data-site-profile="shushaworldcup-ke"] .faq-section {
  margin-top: 30px;
  padding: 38px;
  border: 1px solid var(--sh-line);
  background:
    linear-gradient(135deg, rgba(31, 6, 72, 0.94), rgba(13, 5, 34, 0.94)),
    linear-gradient(90deg, rgba(252, 202, 0, 0.08), transparent 48%, rgba(242, 56, 184, 0.08));
}

body[data-site-profile="shushaworldcup-ke"] .sh-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 26px;
}

body[data-site-profile="shushaworldcup-ke"] .sh-section-head h2,
body[data-site-profile="shushaworldcup-ke"] .sh-map h2,
body[data-site-profile="shushaworldcup-ke"] .sh-continental h2,
body[data-site-profile="shushaworldcup-ke"] .sh-fan-zone h2,
body[data-site-profile="shushaworldcup-ke"] .sh-helabet-info h2 {
  margin: 0;
  font-size: 3rem;
  line-height: 0.98;
}

body[data-site-profile="shushaworldcup-ke"] .sh-collage-stage {
  position: relative;
  min-height: 620px;
}

body[data-site-profile="shushaworldcup-ke"] .sh-frame {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--sh-line);
  background: #12042c;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}

body[data-site-profile="shushaworldcup-ke"] .sh-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body[data-site-profile="shushaworldcup-ke"] .sh-frame figcaption {
  position: absolute;
  left: 16px;
  bottom: 14px;
  padding: 8px 10px;
  background: rgba(10, 3, 32, 0.72);
  color: var(--sh-yellow);
  font-size: 0.78rem;
  text-transform: uppercase;
}

body[data-site-profile="shushaworldcup-ke"] .sh-frame-a {
  inset: 0 34% 28% 0;
  transform: rotate(-2deg);
}

body[data-site-profile="shushaworldcup-ke"] .sh-frame-b {
  inset: 18% 0 6% 46%;
  transform: rotate(3deg);
}

body[data-site-profile="shushaworldcup-ke"] .sh-frame-c {
  inset: 52% 28% 0 12%;
  transform: rotate(-1deg);
}

body[data-site-profile="shushaworldcup-ke"] .sh-fan-zone,
body[data-site-profile="shushaworldcup-ke"] .sh-continental {
  position: relative;
  min-height: 560px;
  margin-top: 30px;
  display: grid;
  align-items: end;
  overflow: hidden;
  border: 1px solid var(--sh-line);
}

body[data-site-profile="shushaworldcup-ke"] .sh-fan-zone img,
body[data-site-profile="shushaworldcup-ke"] .sh-continental img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body[data-site-profile="shushaworldcup-ke"] .sh-fan-zone::before,
body[data-site-profile="shushaworldcup-ke"] .sh-continental::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(9, 5, 28, 0.92), rgba(9, 5, 28, 0.24));
}

body[data-site-profile="shushaworldcup-ke"] .sh-fan-zone > div,
body[data-site-profile="shushaworldcup-ke"] .sh-continental > div {
  max-width: 700px;
  padding: 46px;
}

body[data-site-profile="shushaworldcup-ke"] .sh-poster-wall {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

body[data-site-profile="shushaworldcup-ke"] .sh-poster {
  position: relative;
  min-height: 390px;
  display: grid;
  align-content: end;
  gap: 9px;
  overflow: hidden;
  padding: 18px;
  border: 1px solid color-mix(in srgb, var(--poster-hue) 52%, transparent);
  color: var(--sh-white);
  text-decoration: none;
  background: #140431;
}

body[data-site-profile="shushaworldcup-ke"] .sh-poster img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.74;
  transition: transform 650ms ease;
}

body[data-site-profile="shushaworldcup-ke"] .sh-poster::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(0deg, rgba(9, 5, 28, 0.95), transparent 68%),
    linear-gradient(135deg, color-mix(in srgb, var(--poster-hue) 24%, transparent), transparent 42%);
}

body[data-site-profile="shushaworldcup-ke"] .sh-poster:hover img {
  transform: scale(1.06);
}

body[data-site-profile="shushaworldcup-ke"] .sh-poster span,
body[data-site-profile="shushaworldcup-ke"] .sh-poster strong,
body[data-site-profile="shushaworldcup-ke"] .sh-poster em {
  position: relative;
  z-index: 2;
}

body[data-site-profile="shushaworldcup-ke"] .sh-poster span {
  color: var(--poster-hue);
  font-size: 0.78rem;
  text-transform: uppercase;
}

body[data-site-profile="shushaworldcup-ke"] .sh-poster strong {
  font-size: 1.3rem;
  line-height: 1.05;
}

body[data-site-profile="shushaworldcup-ke"] .sh-poster em {
  color: var(--sh-muted);
  font-size: 0.82rem;
  font-style: normal;
}

body[data-site-profile="shushaworldcup-ke"] .sh-map {
  display: grid;
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 1fr);
  gap: 26px;
  align-items: center;
}

body[data-site-profile="shushaworldcup-ke"] .sh-constellation {
  position: relative;
  min-height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.05), transparent 34%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 84px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 84px);
}

body[data-site-profile="shushaworldcup-ke"] .sh-constellation::before {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(252, 202, 0, 0.16);
  transform: skew(-8deg) rotate(-3deg);
}

body[data-site-profile="shushaworldcup-ke"] .sh-node {
  position: absolute;
  width: 150px;
  min-height: 112px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 5px;
  padding: 12px;
  border: 1px solid color-mix(in srgb, var(--node-hue) 60%, transparent);
  background: rgba(10, 3, 32, 0.86);
  color: var(--sh-white);
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 34px color-mix(in srgb, var(--node-hue) 24%, transparent);
}

body[data-site-profile="shushaworldcup-ke"] .sh-node span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  background: var(--node-hue);
  color: #16051f;
  font-weight: 800;
}

body[data-site-profile="shushaworldcup-ke"] .sh-node strong {
  font-size: 0.95rem;
  text-transform: uppercase;
}

body[data-site-profile="shushaworldcup-ke"] .sh-node em {
  color: var(--sh-muted);
  font-size: 0.72rem;
  font-style: normal;
}

body[data-site-profile="shushaworldcup-ke"] .sh-node-1 { left: 8%; top: 12%; }
body[data-site-profile="shushaworldcup-ke"] .sh-node-2 { left: 36%; top: 5%; }
body[data-site-profile="shushaworldcup-ke"] .sh-node-3 { right: 8%; top: 16%; }
body[data-site-profile="shushaworldcup-ke"] .sh-node-4 { left: 20%; top: 42%; }
body[data-site-profile="shushaworldcup-ke"] .sh-node-5 { right: 25%; top: 38%; }
body[data-site-profile="shushaworldcup-ke"] .sh-node-6 { left: 8%; bottom: 8%; }
body[data-site-profile="shushaworldcup-ke"] .sh-node-7 { left: 43%; bottom: 12%; }
body[data-site-profile="shushaworldcup-ke"] .sh-node-8 { right: 6%; bottom: 7%; }

body[data-site-profile="shushaworldcup-ke"] .sh-helabet-info {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(252, 202, 0, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(26, 8, 66, 0.98), rgba(12, 4, 30, 0.98));
}

body[data-site-profile="shushaworldcup-ke"] .sh-info-brand img {
  width: 160px;
  height: auto;
  margin-bottom: 18px;
}

body[data-site-profile="shushaworldcup-ke"] .sh-info-orbit {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

body[data-site-profile="shushaworldcup-ke"] .sh-info-orbit div,
body[data-site-profile="shushaworldcup-ke"] .sh-narrative article,
body[data-site-profile="shushaworldcup-ke"] .sh-group-links a,
body[data-site-profile="shushaworldcup-ke"] details {
  border: 1px solid var(--sh-line);
  background: rgba(255, 255, 255, 0.055);
}

body[data-site-profile="shushaworldcup-ke"] .sh-info-orbit div {
  min-height: 190px;
  padding: 18px;
}

body[data-site-profile="shushaworldcup-ke"] .sh-info-orbit strong {
  display: block;
  color: var(--sh-yellow);
  font-size: 2.2rem;
}

body[data-site-profile="shushaworldcup-ke"] .sh-info-orbit span {
  display: block;
  margin-top: 16px;
  color: var(--sh-white);
  font-weight: 800;
  text-transform: uppercase;
}

body[data-site-profile="shushaworldcup-ke"] .sh-info-orbit em {
  display: block;
  margin-top: 8px;
  color: var(--sh-muted);
  font-size: 0.9rem;
  font-style: normal;
}

body[data-site-profile="shushaworldcup-ke"] .sh-narrative {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body[data-site-profile="shushaworldcup-ke"] .sh-narrative article {
  min-height: 300px;
  padding: 24px;
}

body[data-site-profile="shushaworldcup-ke"] .sh-narrative p,
body[data-site-profile="shushaworldcup-ke"] .sh-fan-zone p,
body[data-site-profile="shushaworldcup-ke"] .sh-continental p,
body[data-site-profile="shushaworldcup-ke"] .sh-map p,
body[data-site-profile="shushaworldcup-ke"] .sh-helabet-info p {
  color: var(--sh-muted);
}

body[data-site-profile="shushaworldcup-ke"] .sh-group-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

body[data-site-profile="shushaworldcup-ke"] .sh-group-links a {
  padding: 18px;
  color: var(--sh-white);
  text-decoration: none;
}

body[data-site-profile="shushaworldcup-ke"] .sh-group-links span,
body[data-site-profile="shushaworldcup-ke"] .sh-group-links strong {
  display: block;
}

body[data-site-profile="shushaworldcup-ke"] .sh-group-links span {
  color: var(--sh-yellow);
  font-size: 0.76rem;
  text-transform: uppercase;
}

body[data-site-profile="shushaworldcup-ke"] .footer-brand {
  display: inline-flex;
  margin-bottom: 14px;
}

body[data-site-profile="shushaworldcup-ke"] .footer-brand img {
  width: 138px;
  height: auto;
}

@media (max-width: 1100px) {
  body[data-site-profile="shushaworldcup-ke"] .sh-poster-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-site-profile="shushaworldcup-ke"] .sh-map,
  body[data-site-profile="shushaworldcup-ke"] .sh-helabet-info,
  body[data-site-profile="shushaworldcup-ke"] .sh-narrative,
  body[data-site-profile="shushaworldcup-ke"] .sh-section-head {
    grid-template-columns: 1fr;
  }

  body[data-site-profile="shushaworldcup-ke"] .sh-info-orbit,
  body[data-site-profile="shushaworldcup-ke"] .sh-group-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  body[data-site-profile="shushaworldcup-ke"] main,
  body[data-site-profile="shushaworldcup-ke"] .site-footer {
    width: min(100% - 18px, 1280px);
  }

  body[data-site-profile="shushaworldcup-ke"] .sh-brand-lockup {
    min-width: 0;
  }

  body[data-site-profile="shushaworldcup-ke"] .sh-brand-lockup img {
    width: 122px;
  }

  body[data-site-profile="shushaworldcup-ke"] .sh-brand-lockup span {
    display: none;
  }

  body[data-site-profile="shushaworldcup-ke"] nav {
    gap: 4px;
  }

  body[data-site-profile="shushaworldcup-ke"] nav a {
    padding: 8px;
    font-size: 0.78rem;
  }

  body[data-site-profile="shushaworldcup-ke"] .sh-hero,
  body[data-site-profile="shushaworldcup-ke"] .sh-groups-hero,
  body[data-site-profile="shushaworldcup-ke"] .sh-group-story,
  body[data-site-profile="shushaworldcup-ke"] .sh-match-broadcast {
    min-height: 620px;
  }

  body[data-site-profile="shushaworldcup-ke"] .sh-hero-copy,
  body[data-site-profile="shushaworldcup-ke"] .sh-groups-hero > div,
  body[data-site-profile="shushaworldcup-ke"] .sh-group-story > div,
  body[data-site-profile="shushaworldcup-ke"] .sh-match-broadcast > div,
  body[data-site-profile="shushaworldcup-ke"] .sh-fan-zone > div,
  body[data-site-profile="shushaworldcup-ke"] .sh-continental > div {
    padding: 22px;
  }

  body[data-site-profile="shushaworldcup-ke"] .sh-hero h1,
  body[data-site-profile="shushaworldcup-ke"] .sh-groups-hero h1,
  body[data-site-profile="shushaworldcup-ke"] .sh-group-story h1,
  body[data-site-profile="shushaworldcup-ke"] .sh-match-broadcast h1 {
    max-width: 9ch;
    font-size: 3.4rem;
  }

  body[data-site-profile="shushaworldcup-ke"] .sh-section-head h2,
  body[data-site-profile="shushaworldcup-ke"] .sh-map h2,
  body[data-site-profile="shushaworldcup-ke"] .sh-continental h2,
  body[data-site-profile="shushaworldcup-ke"] .sh-fan-zone h2,
  body[data-site-profile="shushaworldcup-ke"] .sh-helabet-info h2 {
    font-size: 2.1rem;
  }

  body[data-site-profile="shushaworldcup-ke"] .sh-collage,
  body[data-site-profile="shushaworldcup-ke"] .sh-posters,
  body[data-site-profile="shushaworldcup-ke"] .sh-map,
  body[data-site-profile="shushaworldcup-ke"] .sh-helabet-info,
  body[data-site-profile="shushaworldcup-ke"] .sh-narrative,
  body[data-site-profile="shushaworldcup-ke"] .sh-related,
  body[data-site-profile="shushaworldcup-ke"] .sh-group-fixtures,
  body[data-site-profile="shushaworldcup-ke"] .sh-group-links,
  body[data-site-profile="shushaworldcup-ke"] .faq-section {
    padding: 20px;
  }

  body[data-site-profile="shushaworldcup-ke"] .sh-collage-stage {
    min-height: auto;
    display: grid;
    gap: 12px;
  }

  body[data-site-profile="shushaworldcup-ke"] .sh-frame {
    position: relative;
    inset: auto;
    height: 270px;
    transform: none;
  }

  body[data-site-profile="shushaworldcup-ke"] .sh-poster-wall,
  body[data-site-profile="shushaworldcup-ke"] .sh-info-orbit,
  body[data-site-profile="shushaworldcup-ke"] .sh-group-links {
    grid-template-columns: 1fr;
  }

  body[data-site-profile="shushaworldcup-ke"] .sh-constellation {
    min-height: auto;
    display: grid;
    gap: 10px;
    padding: 10px;
  }

  body[data-site-profile="shushaworldcup-ke"] .sh-constellation::before {
    display: none;
  }

  body[data-site-profile="shushaworldcup-ke"] .sh-node {
    position: relative;
    inset: auto;
    width: 100%;
  }

body[data-site-profile="shushaworldcup-ke"] .sh-live-overlay {
    left: 18px;
    right: 18px;
    bottom: 18px;
    width: auto;
  }
}

/* SokaBetCup.co.tz: live tournament betting terminal */
body[data-site-profile="sokabetcup-tz"] {
  --sb-black: #030609;
  --sb-carbon: #0b1116;
  --sb-panel: #101820;
  --sb-panel-strong: #14202a;
  --sb-line: rgba(63, 224, 255, 0.24);
  --sb-line-soft: rgba(130, 242, 255, 0.12);
  --sb-text: #ecfbff;
  --sb-muted: rgba(236, 251, 255, 0.68);
  --sb-soft: rgba(236, 251, 255, 0.48);
  --sb-blue: #19a9ff;
  --sb-cyan: #42efff;
  --sb-green: #2dff89;
  --sb-amber: #ffb02e;
  --sb-red: #ff385f;
  --sb-radius: 6px;
  background:
    linear-gradient(90deg, rgba(66, 239, 255, 0.06) 1px, transparent 1px) 0 0 / 38px 38px,
    linear-gradient(180deg, #030609 0%, #071018 46%, #020407 100%);
  color: var(--sb-text);
}

body[data-site-profile="sokabetcup-tz"] main,
body[data-site-profile="sokabetcup-tz"] .site-footer {
  width: min(100% - 24px, 1360px);
}

body[data-site-profile="sokabetcup-tz"] .sb-topbar {
  border-bottom-color: var(--sb-line);
  background: rgba(3, 6, 9, 0.94);
  box-shadow: 0 1px 0 rgba(66, 239, 255, 0.12);
}

body[data-site-profile="sokabetcup-tz"] .sb-brand-lockup {
  gap: 11px;
  color: var(--sb-text);
  text-decoration: none;
}

body[data-site-profile="sokabetcup-tz"] .sb-brand-lockup img {
  width: 124px;
}

body[data-site-profile="sokabetcup-tz"] .sb-brand-lockup span,
body[data-site-profile="sokabetcup-tz"] .sb-brand-lockup strong,
body[data-site-profile="sokabetcup-tz"] .sb-brand-lockup em {
  display: block;
}

body[data-site-profile="sokabetcup-tz"] .sb-brand-lockup strong {
  font-size: 0.92rem;
  text-transform: uppercase;
}

body[data-site-profile="sokabetcup-tz"] .sb-brand-lockup em {
  color: var(--sb-cyan);
  font-size: 0.72rem;
  font-style: normal;
  text-transform: uppercase;
}

body[data-site-profile="sokabetcup-tz"] nav a {
  border-radius: var(--sb-radius);
  color: var(--sb-muted);
}

body[data-site-profile="sokabetcup-tz"] nav a:hover {
  border-color: var(--sb-line);
  color: var(--sb-cyan);
}

body[data-site-profile="sokabetcup-tz"] .kicker,
body[data-site-profile="sokabetcup-tz"] .section-kicker {
  color: var(--sb-cyan);
}

body[data-site-profile="sokabetcup-tz"] .primary-action,
body[data-site-profile="sokabetcup-tz"] button,
body[data-site-profile="sokabetcup-tz"] .portal-link {
  border: 1px solid rgba(45, 255, 137, 0.58);
  background: linear-gradient(180deg, var(--sb-green), #02b768);
  color: #03140d;
  box-shadow: 0 0 28px rgba(45, 255, 137, 0.2);
}

body[data-site-profile="sokabetcup-tz"] .ghost-action {
  border-color: var(--sb-line);
  background: rgba(25, 169, 255, 0.08);
  color: var(--sb-text);
}

body[data-site-profile="sokabetcup-tz"] .sb-arena-hero {
  min-height: calc(100vh - 92px);
  margin-top: 12px;
  position: relative;
  display: grid;
  grid-template-columns: minmax(180px, 0.72fr) minmax(360px, 1.35fr) minmax(210px, 0.82fr);
  gap: 12px;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--sb-line);
  border-radius: var(--sb-radius);
  background: var(--sb-black);
}

body[data-site-profile="sokabetcup-tz"] .sb-arena-hero > img,
body[data-site-profile="sokabetcup-tz"] .sb-subhero > img,
body[data-site-profile="sokabetcup-tz"] .sb-match-control > img,
body[data-site-profile="sokabetcup-tz"] .sb-entry-gate > img,
body[data-site-profile="sokabetcup-tz"] .sb-chart-panel > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

body[data-site-profile="sokabetcup-tz"] .sb-arena-hero > img {
  position: absolute;
  inset: 0;
  opacity: 0.42;
  filter: saturate(1.22) contrast(1.1);
}

body[data-site-profile="sokabetcup-tz"] .sb-arena-hero::before,
body[data-site-profile="sokabetcup-tz"] .sb-match-control::before,
body[data-site-profile="sokabetcup-tz"] .sb-subhero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(66, 239, 255, 0.09) 1px, transparent 1px) 0 0 / 52px 52px,
    linear-gradient(180deg, rgba(3, 6, 9, 0.28), rgba(3, 6, 9, 0.88));
  pointer-events: none;
}

body[data-site-profile="sokabetcup-tz"] .sb-left-feed,
body[data-site-profile="sokabetcup-tz"] .sb-center-grid,
body[data-site-profile="sokabetcup-tz"] .sb-odds-rail {
  position: relative;
  z-index: 1;
  margin: 12px;
  border: 1px solid var(--sb-line);
  border-radius: var(--sb-radius);
  background: rgba(6, 12, 18, 0.82);
  backdrop-filter: blur(12px);
}

body[data-site-profile="sokabetcup-tz"] .sb-left-feed,
body[data-site-profile="sokabetcup-tz"] .sb-odds-rail {
  padding: 16px;
  display: grid;
  align-content: start;
  gap: 10px;
}

body[data-site-profile="sokabetcup-tz"] .sb-center-grid {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body[data-site-profile="sokabetcup-tz"] .sb-center-grid h1,
body[data-site-profile="sokabetcup-tz"] .sb-subhero h1,
body[data-site-profile="sokabetcup-tz"] .sb-match-control h1 {
  font-size: 3.25rem;
  line-height: 1.02;
}

body[data-site-profile="sokabetcup-tz"] .sb-center-grid .hero-intro,
body[data-site-profile="sokabetcup-tz"] .sb-subhero .hero-intro,
body[data-site-profile="sokabetcup-tz"] .sb-match-control .hero-intro {
  color: var(--sb-muted);
}

body[data-site-profile="sokabetcup-tz"] .sb-command-actions {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body[data-site-profile="sokabetcup-tz"] .sb-tournament-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

body[data-site-profile="sokabetcup-tz"] .sb-feed-row,
body[data-site-profile="sokabetcup-tz"] .sb-drift-row,
body[data-site-profile="sokabetcup-tz"] .sb-instrument,
body[data-site-profile="sokabetcup-tz"] .sb-match-tile,
body[data-site-profile="sokabetcup-tz"] .sb-slot-route,
body[data-site-profile="sokabetcup-tz"] .sb-bracket-node,
body[data-site-profile="sokabetcup-tz"] .sb-team-matrix div,
body[data-site-profile="sokabetcup-tz"] .sb-analytics-layer article,
body[data-site-profile="sokabetcup-tz"] .freebet-section,
body[data-site-profile="sokabetcup-tz"] .claim-form,
body[data-site-profile="sokabetcup-tz"] .result,
body[data-site-profile="sokabetcup-tz"] details {
  border: 1px solid var(--sb-line-soft);
  border-radius: var(--sb-radius);
  background: linear-gradient(180deg, rgba(20, 32, 42, 0.88), rgba(6, 12, 18, 0.9));
}

body[data-site-profile="sokabetcup-tz"] .sb-feed-row,
body[data-site-profile="sokabetcup-tz"] .sb-drift-row,
body[data-site-profile="sokabetcup-tz"] .sb-instrument,
body[data-site-profile="sokabetcup-tz"] .sb-slot-route,
body[data-site-profile="sokabetcup-tz"] .sb-bracket-node {
  color: var(--sb-text);
  text-decoration: none;
}

body[data-site-profile="sokabetcup-tz"] .sb-feed-row,
body[data-site-profile="sokabetcup-tz"] .sb-drift-row {
  min-height: 74px;
  padding: 11px;
  display: grid;
  gap: 4px;
}

body[data-site-profile="sokabetcup-tz"] .sb-feed-row span,
body[data-site-profile="sokabetcup-tz"] .sb-drift-row span,
body[data-site-profile="sokabetcup-tz"] .sb-instrument span,
body[data-site-profile="sokabetcup-tz"] .sb-tile-head span,
body[data-site-profile="sokabetcup-tz"] .sb-slot-route span {
  color: var(--sb-cyan);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

body[data-site-profile="sokabetcup-tz"] .sb-feed-row b {
  color: var(--sb-soft);
  font-weight: 300;
}

body[data-site-profile="sokabetcup-tz"] .sb-feed-row em,
body[data-site-profile="sokabetcup-tz"] .sb-drift-row em,
body[data-site-profile="sokabetcup-tz"] .sb-instrument em,
body[data-site-profile="sokabetcup-tz"] .sb-slot-route em {
  color: var(--sb-soft);
  font-size: 0.78rem;
  font-style: normal;
}

body[data-site-profile="sokabetcup-tz"] .sb-drift-row strong:nth-child(2) {
  color: var(--sb-amber);
}

body[data-site-profile="sokabetcup-tz"] .sb-instrument {
  min-height: 122px;
  padding: 12px;
  position: relative;
  display: grid;
  align-content: start;
  gap: 5px;
  overflow: hidden;
}

body[data-site-profile="sokabetcup-tz"] .sb-instrument strong,
body[data-site-profile="sokabetcup-tz"] .sb-instrument b {
  display: block;
  font-size: 0.95rem;
}

body[data-site-profile="sokabetcup-tz"] .sb-instrument i {
  position: absolute;
  left: 0;
  right: calc(100% - var(--prob));
  bottom: 0;
  height: 4px;
  background: var(--sb-green);
  box-shadow: 0 0 18px rgba(45, 255, 137, 0.5);
}

body[data-site-profile="sokabetcup-tz"] .sb-live-grid,
body[data-site-profile="sokabetcup-tz"] .sb-movement-system,
body[data-site-profile="sokabetcup-tz"] .sb-progression,
body[data-site-profile="sokabetcup-tz"] .sb-entry-gate,
body[data-site-profile="sokabetcup-tz"] .sb-analytics-layer,
body[data-site-profile="sokabetcup-tz"] .sb-related-control,
body[data-site-profile="sokabetcup-tz"] .sb-group-links,
body[data-site-profile="sokabetcup-tz"] .faq-section {
  margin-top: 14px;
  padding: 22px;
  border: 1px solid var(--sb-line);
  border-radius: var(--sb-radius);
  background: rgba(6, 12, 18, 0.78);
}

body[data-site-profile="sokabetcup-tz"] .sb-section-head {
  display: grid;
  grid-template-columns: minmax(240px, 0.48fr) minmax(0, 1fr);
  gap: 18px;
  align-items: end;
}

body[data-site-profile="sokabetcup-tz"] .sb-section-head p,
body[data-site-profile="sokabetcup-tz"] .sb-movement-system p,
body[data-site-profile="sokabetcup-tz"] .sb-entry-gate p,
body[data-site-profile="sokabetcup-tz"] .sb-analytics-layer p,
body[data-site-profile="sokabetcup-tz"] .sb-group-matrix p,
body[data-site-profile="sokabetcup-tz"] .freebet-section p,
body[data-site-profile="sokabetcup-tz"] details p,
body[data-site-profile="sokabetcup-tz"] .site-footer p {
  color: var(--sb-muted);
  line-height: 1.52;
}

body[data-site-profile="sokabetcup-tz"] .sb-match-instruments {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

body[data-site-profile="sokabetcup-tz"] .sb-match-tile {
  min-height: 310px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

body[data-site-profile="sokabetcup-tz"] .sb-match-tile h3,
body[data-site-profile="sokabetcup-tz"] .sb-match-tile p {
  margin: 0;
}

body[data-site-profile="sokabetcup-tz"] .sb-match-tile h3 a,
body[data-site-profile="sokabetcup-tz"] .sb-match-tile > a {
  color: var(--sb-text);
  text-decoration: none;
}

body[data-site-profile="sokabetcup-tz"] .sb-match-tile > a {
  margin-top: auto;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(25, 169, 255, 0.42);
  border-radius: var(--sb-radius);
  color: var(--sb-cyan);
}

body[data-site-profile="sokabetcup-tz"] .sb-tile-head {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

body[data-site-profile="sokabetcup-tz"] .sb-tile-head em {
  color: var(--sb-amber);
  font-size: 0.72rem;
  font-style: normal;
  text-transform: uppercase;
}

body[data-site-profile="sokabetcup-tz"] .sb-probability {
  min-height: 38px;
  display: flex;
  overflow: hidden;
  border: 1px solid rgba(66, 239, 255, 0.18);
  border-radius: var(--sb-radius);
  background: #050b10;
}

body[data-site-profile="sokabetcup-tz"] .sb-probability > span {
  min-width: 34px;
  padding: 0 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #00100b;
  font-size: 0.72rem;
  font-weight: 800;
  text-align: center;
}

body[data-site-profile="sokabetcup-tz"] .sb-probability > span:nth-child(1) {
  background: var(--sb-green);
}

body[data-site-profile="sokabetcup-tz"] .sb-probability > span:nth-child(2) {
  background: var(--sb-amber);
}

body[data-site-profile="sokabetcup-tz"] .sb-probability > span:nth-child(3) {
  background: var(--sb-blue);
}

body[data-site-profile="sokabetcup-tz"] .sb-market-cells {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

body[data-site-profile="sokabetcup-tz"] .sb-market-cells b {
  min-height: 38px;
  padding: 7px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(66, 239, 255, 0.16);
  border-radius: var(--sb-radius);
  color: var(--sb-muted);
  font-size: 0.72rem;
  text-align: center;
}

body[data-site-profile="sokabetcup-tz"] .sb-movement-system,
body[data-site-profile="sokabetcup-tz"] .sb-entry-gate,
body[data-site-profile="sokabetcup-tz"] .sb-group-matrix {
  display: grid;
  grid-template-columns: minmax(250px, 0.46fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

body[data-site-profile="sokabetcup-tz"] .sb-chart-panel {
  min-height: 360px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--sb-line-soft);
  border-radius: var(--sb-radius);
  background: #050b10;
}

body[data-site-profile="sokabetcup-tz"] .sb-chart-panel > img {
  position: absolute;
  inset: 0;
  opacity: 0.44;
}

body[data-site-profile="sokabetcup-tz"] .sb-momentum-bars {
  position: relative;
  z-index: 1;
  min-height: 360px;
  padding: 18px;
  display: grid;
  align-content: center;
  gap: 12px;
}

body[data-site-profile="sokabetcup-tz"] .sb-momentum-bars a {
  display: grid;
  grid-template-columns: minmax(120px, 0.42fr) repeat(3, minmax(0, 1fr));
  gap: 8px;
  align-items: center;
  color: var(--sb-text);
  text-decoration: none;
}

body[data-site-profile="sokabetcup-tz"] .sb-momentum-bars span {
  color: var(--sb-muted);
  font-size: 0.82rem;
}

body[data-site-profile="sokabetcup-tz"] .sb-momentum-bars i {
  height: 10px;
  width: var(--w);
  max-width: 100%;
  display: block;
  border-radius: 999px;
  background: var(--sb-blue);
}

body[data-site-profile="sokabetcup-tz"] .sb-momentum-bars i:nth-child(3) {
  background: var(--sb-green);
}

body[data-site-profile="sokabetcup-tz"] .sb-momentum-bars i:nth-child(4) {
  background: var(--sb-red);
}

body[data-site-profile="sokabetcup-tz"] .sb-bracket-map {
  min-height: 420px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: center;
}

body[data-site-profile="sokabetcup-tz"] .sb-bracket-map::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--sb-cyan), transparent);
}

body[data-site-profile="sokabetcup-tz"] .sb-bracket-node {
  min-height: 112px;
  padding: 14px;
  position: relative;
  display: grid;
  gap: 6px;
}

body[data-site-profile="sokabetcup-tz"] .sb-bracket-node span {
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--sb-line);
  color: var(--sb-green);
  font-weight: 800;
}

body[data-site-profile="sokabetcup-tz"] .sb-bracket-node em {
  color: var(--sb-soft);
  font-size: 0.78rem;
  font-style: normal;
}

body[data-site-profile="sokabetcup-tz"] .sb-entry-gate {
  overflow: hidden;
}

body[data-site-profile="sokabetcup-tz"] .sb-entry-gate > img {
  min-height: 340px;
  border-radius: var(--sb-radius);
}

body[data-site-profile="sokabetcup-tz"] .sb-subhero,
body[data-site-profile="sokabetcup-tz"] .sb-match-control {
  min-height: 560px;
  margin-top: 12px;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  overflow: hidden;
  border: 1px solid var(--sb-line);
  border-radius: var(--sb-radius);
  background: #050b10;
}

body[data-site-profile="sokabetcup-tz"] .sb-subhero > img,
body[data-site-profile="sokabetcup-tz"] .sb-match-control > img {
  position: absolute;
  inset: 0;
  opacity: 0.46;
}

body[data-site-profile="sokabetcup-tz"] .sb-subhero > div,
body[data-site-profile="sokabetcup-tz"] .sb-match-core {
  position: relative;
  z-index: 1;
  max-width: 780px;
  padding: 28px;
}

body[data-site-profile="sokabetcup-tz"] .sb-match-control {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
  align-items: stretch;
}

body[data-site-profile="sokabetcup-tz"] .sb-match-core {
  align-self: end;
}

body[data-site-profile="sokabetcup-tz"] .sb-match-rail {
  position: relative;
  z-index: 1;
  margin: 18px;
  padding: 18px;
  align-self: stretch;
  display: grid;
  align-content: center;
  gap: 12px;
  border: 1px solid var(--sb-line);
  border-radius: var(--sb-radius);
  background: rgba(6, 12, 18, 0.86);
}

body[data-site-profile="sokabetcup-tz"] .sb-match-rail span {
  color: var(--sb-cyan);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

body[data-site-profile="sokabetcup-tz"] .sb-match-rail strong {
  font-size: 2rem;
}

body[data-site-profile="sokabetcup-tz"] .sb-match-rail em {
  color: var(--sb-amber);
  font-style: normal;
  text-transform: uppercase;
}

body[data-site-profile="sokabetcup-tz"] .sb-match-rail a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--sb-radius);
  background: var(--sb-green);
  color: #03140d;
  font-weight: 800;
  text-decoration: none;
}

body[data-site-profile="sokabetcup-tz"] .sb-analytics-layer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

body[data-site-profile="sokabetcup-tz"] .sb-analytics-layer article {
  min-height: 260px;
  padding: 18px;
}

body[data-site-profile="sokabetcup-tz"] .sb-sparkline {
  height: 92px;
  margin-top: 16px;
  display: flex;
  align-items: end;
  gap: 7px;
}

body[data-site-profile="sokabetcup-tz"] .sb-sparkline i {
  flex: 1;
  min-height: 18%;
  background: linear-gradient(180deg, var(--sb-red), var(--sb-amber));
}

body[data-site-profile="sokabetcup-tz"] .freebet-section {
  grid-template-columns: minmax(250px, 0.42fr) minmax(250px, 0.36fr) minmax(250px, 0.42fr);
  gap: 14px;
  background:
    linear-gradient(90deg, rgba(45, 255, 137, 0.08), transparent 38%),
    rgba(6, 12, 18, 0.86);
}

body[data-site-profile="sokabetcup-tz"] .availability {
  color: var(--sb-green);
}

body[data-site-profile="sokabetcup-tz"] .claim-form label {
  color: var(--sb-muted);
}

body[data-site-profile="sokabetcup-tz"] input {
  border: 1px solid var(--sb-line);
  background: #050b10;
  color: var(--sb-text);
}

body[data-site-profile="sokabetcup-tz"] .sb-freebet-routes,
body[data-site-profile="sokabetcup-tz"] .sb-team-matrix {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body[data-site-profile="sokabetcup-tz"] .sb-slot-route {
  min-height: 94px;
  padding: 14px;
  display: grid;
  gap: 6px;
}

body[data-site-profile="sokabetcup-tz"] .sb-team-matrix div {
  min-height: 86px;
  padding: 14px;
  display: grid;
  gap: 5px;
}

body[data-site-profile="sokabetcup-tz"] .sb-team-matrix span {
  color: var(--sb-cyan);
  font-weight: 800;
}

body[data-site-profile="sokabetcup-tz"] .sb-team-matrix em {
  color: var(--sb-soft);
  font-size: 0.82rem;
  font-style: normal;
}

body[data-site-profile="sokabetcup-tz"] .sb-group-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

body[data-site-profile="sokabetcup-tz"] .sb-group-links a {
  min-height: 74px;
  padding: 12px;
  border: 1px solid var(--sb-line-soft);
  border-radius: var(--sb-radius);
  background: rgba(20, 32, 42, 0.72);
  color: var(--sb-text);
  text-decoration: none;
}

body[data-site-profile="sokabetcup-tz"] .site-footer {
  border-top-color: var(--sb-line);
}

body[data-site-profile="sokabetcup-tz"] .sb-feed-row:hover,
body[data-site-profile="sokabetcup-tz"] .sb-drift-row:hover,
body[data-site-profile="sokabetcup-tz"] .sb-instrument:hover,
body[data-site-profile="sokabetcup-tz"] .sb-match-tile:hover,
body[data-site-profile="sokabetcup-tz"] .sb-slot-route:hover,
body[data-site-profile="sokabetcup-tz"] .sb-bracket-node:hover {
  border-color: var(--sb-cyan);
  box-shadow: inset 0 0 0 1px rgba(66, 239, 255, 0.12), 0 0 22px rgba(25, 169, 255, 0.12);
}

@media (max-width: 1180px) {
  body[data-site-profile="sokabetcup-tz"] .sb-arena-hero {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.5fr);
  }

  body[data-site-profile="sokabetcup-tz"] .sb-left-feed {
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body[data-site-profile="sokabetcup-tz"] .sb-left-feed h2,
  body[data-site-profile="sokabetcup-tz"] .sb-left-feed .kicker {
    grid-column: 1 / -1;
  }

  body[data-site-profile="sokabetcup-tz"] .sb-match-instruments {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body[data-site-profile="sokabetcup-tz"] .sb-analytics-layer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  body[data-site-profile="sokabetcup-tz"] .sb-arena-hero,
  body[data-site-profile="sokabetcup-tz"] .sb-section-head,
  body[data-site-profile="sokabetcup-tz"] .sb-movement-system,
  body[data-site-profile="sokabetcup-tz"] .sb-entry-gate,
  body[data-site-profile="sokabetcup-tz"] .sb-group-matrix,
  body[data-site-profile="sokabetcup-tz"] .freebet-section,
  body[data-site-profile="sokabetcup-tz"] .sb-match-control {
    grid-template-columns: 1fr;
  }

  body[data-site-profile="sokabetcup-tz"] .sb-left-feed {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-site-profile="sokabetcup-tz"] .sb-match-instruments,
  body[data-site-profile="sokabetcup-tz"] .sb-tournament-grid,
  body[data-site-profile="sokabetcup-tz"] .sb-bracket-map,
  body[data-site-profile="sokabetcup-tz"] .sb-group-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-site-profile="sokabetcup-tz"] .sb-center-grid h1,
  body[data-site-profile="sokabetcup-tz"] .sb-subhero h1,
  body[data-site-profile="sokabetcup-tz"] .sb-match-control h1 {
    font-size: 2.35rem;
  }

  body[data-site-profile="sokabetcup-tz"] .sb-match-rail {
    align-self: auto;
  }
}

@media (max-width: 560px) {
  body[data-site-profile="sokabetcup-tz"] main,
  body[data-site-profile="sokabetcup-tz"] .site-footer {
    width: min(100% - 14px, 1360px);
  }

  body[data-site-profile="sokabetcup-tz"] .sb-brand-lockup {
    min-width: 0;
  }

  body[data-site-profile="sokabetcup-tz"] .sb-brand-lockup img {
    width: 104px;
  }

  body[data-site-profile="sokabetcup-tz"] .sb-brand-lockup span {
    display: none;
  }

  body[data-site-profile="sokabetcup-tz"] nav {
    gap: 3px;
  }

  body[data-site-profile="sokabetcup-tz"] nav a {
    min-height: 32px;
    padding: 7px;
    font-size: 0.76rem;
  }

  body[data-site-profile="sokabetcup-tz"] .sb-left-feed,
  body[data-site-profile="sokabetcup-tz"] .sb-match-instruments,
  body[data-site-profile="sokabetcup-tz"] .sb-tournament-grid,
  body[data-site-profile="sokabetcup-tz"] .sb-bracket-map,
  body[data-site-profile="sokabetcup-tz"] .sb-freebet-routes,
  body[data-site-profile="sokabetcup-tz"] .sb-team-matrix,
  body[data-site-profile="sokabetcup-tz"] .sb-group-links {
    grid-template-columns: 1fr;
  }

  body[data-site-profile="sokabetcup-tz"] .sb-left-feed,
  body[data-site-profile="sokabetcup-tz"] .sb-center-grid,
  body[data-site-profile="sokabetcup-tz"] .sb-odds-rail {
    margin: 8px;
    padding: 14px;
  }

  body[data-site-profile="sokabetcup-tz"] .sb-live-grid,
  body[data-site-profile="sokabetcup-tz"] .sb-movement-system,
  body[data-site-profile="sokabetcup-tz"] .sb-progression,
  body[data-site-profile="sokabetcup-tz"] .sb-entry-gate,
  body[data-site-profile="sokabetcup-tz"] .sb-analytics-layer,
  body[data-site-profile="sokabetcup-tz"] .sb-related-control,
  body[data-site-profile="sokabetcup-tz"] .sb-group-links,
  body[data-site-profile="sokabetcup-tz"] .faq-section {
    padding: 14px;
  }

  body[data-site-profile="sokabetcup-tz"] .sb-center-grid h1,
  body[data-site-profile="sokabetcup-tz"] .sb-subhero h1,
  body[data-site-profile="sokabetcup-tz"] .sb-match-control h1 {
    font-size: 1.9rem;
  }

  body[data-site-profile="sokabetcup-tz"] .sb-arena-hero,
  body[data-site-profile="sokabetcup-tz"] .sb-subhero,
  body[data-site-profile="sokabetcup-tz"] .sb-match-control {
    min-height: auto;
  }

  body[data-site-profile="sokabetcup-tz"] .sb-subhero > div,
  body[data-site-profile="sokabetcup-tz"] .sb-match-core {
    padding: 18px;
  }

  body[data-site-profile="sokabetcup-tz"] .sb-momentum-bars a {
    grid-template-columns: 1fr;
  }

  body[data-site-profile="sokabetcup-tz"] .sb-market-cells {
    grid-template-columns: 1fr;
  }
}

body[data-site-profile="eaglesworldcup-ng"] {
  color-scheme: dark;
  --bg: #03060d;
  --panel: rgba(8, 13, 23, 0.88);
  --panel-2: rgba(15, 20, 32, 0.94);
  --line: rgba(246, 232, 188, 0.16);
  --line-strong: rgba(212, 167, 44, 0.42);
  --text: #f8f5eb;
  --muted: rgba(248, 245, 235, 0.72);
  --soft: rgba(248, 245, 235, 0.52);
  --purple: #152d3b;
  --purple-dark: #070c14;
  --yellow: #d4a72c;
  --green: #1f8f6d;
  --red: #b7514d;
  --ew-navy: #061122;
  --ew-black: #03060d;
  --ew-gold: #d4a72c;
  --ew-white: #f8f5eb;
  --ew-amber: #ffb347;
  --ew-red: #b7514d;
  --max: 1320px;
  background:
    radial-gradient(circle at 50% -10%, rgba(212, 167, 44, 0.16), transparent 34%),
    linear-gradient(90deg, rgba(248, 245, 235, 0.045) 1px, transparent 1px) 0 0 / 80px 80px,
    linear-gradient(180deg, #03060d 0%, #061122 44%, #03060d 100%);
}

body[data-site-profile="eaglesworldcup-ng"] main,
body[data-site-profile="eaglesworldcup-ng"] .site-footer {
  width: min(100% - 28px, var(--max));
}

body[data-site-profile="eaglesworldcup-ng"] .topbar {
  min-height: 74px;
  border-bottom-color: rgba(212, 167, 44, 0.2);
  background: rgba(3, 6, 13, 0.86);
}

body[data-site-profile="eaglesworldcup-ng"] .ew-brand-lockup {
  gap: 12px;
  color: var(--ew-white);
  text-decoration: none;
}

body[data-site-profile="eaglesworldcup-ng"] .ew-brand-lockup span {
  display: grid;
  gap: 2px;
}

body[data-site-profile="eaglesworldcup-ng"] .ew-brand-lockup strong {
  font-size: 0.96rem;
  text-transform: uppercase;
}

body[data-site-profile="eaglesworldcup-ng"] .ew-brand-lockup em {
  color: var(--soft);
  font-size: 0.76rem;
  font-style: normal;
}

body[data-site-profile="eaglesworldcup-ng"] .footer-brand {
  display: inline-flex;
  margin-bottom: 14px;
}

body[data-site-profile="eaglesworldcup-ng"] .footer-brand img {
  width: 132px;
  max-width: 42vw;
  height: auto;
}

body[data-site-profile="eaglesworldcup-ng"] nav a:hover {
  border-color: rgba(212, 167, 44, 0.34);
  background: rgba(212, 167, 44, 0.08);
  color: var(--ew-gold);
}

body[data-site-profile="eaglesworldcup-ng"] .kicker,
body[data-site-profile="eaglesworldcup-ng"] .section-kicker {
  color: var(--ew-gold);
}

body[data-site-profile="eaglesworldcup-ng"] .primary-action,
body[data-site-profile="eaglesworldcup-ng"] button,
body[data-site-profile="eaglesworldcup-ng"] .pick-match {
  background: linear-gradient(135deg, #f0d27a, var(--ew-gold));
  color: #07101a;
}

body[data-site-profile="eaglesworldcup-ng"] .ghost-action {
  border-color: rgba(248, 245, 235, 0.2);
  background: rgba(248, 245, 235, 0.045);
  color: var(--ew-white);
}

body[data-site-profile="eaglesworldcup-ng"] .ew-hero,
body[data-site-profile="eaglesworldcup-ng"] .ew-subhero,
body[data-site-profile="eaglesworldcup-ng"] .ew-identity-hero,
body[data-site-profile="eaglesworldcup-ng"] .ew-match-hero {
  position: relative;
  min-height: min(820px, calc(100vh - 74px));
  margin-top: 18px;
  display: grid;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #03060d;
}

body[data-site-profile="eaglesworldcup-ng"] .ew-hero img,
body[data-site-profile="eaglesworldcup-ng"] .ew-subhero img,
body[data-site-profile="eaglesworldcup-ng"] .ew-identity-hero img,
body[data-site-profile="eaglesworldcup-ng"] .ew-match-hero img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body[data-site-profile="eaglesworldcup-ng"] .ew-hero::before,
body[data-site-profile="eaglesworldcup-ng"] .ew-subhero::before,
body[data-site-profile="eaglesworldcup-ng"] .ew-identity-hero::before,
body[data-site-profile="eaglesworldcup-ng"] .ew-match-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 6, 13, 0.94) 0%, rgba(3, 6, 13, 0.68) 40%, rgba(3, 6, 13, 0.28) 100%),
    radial-gradient(circle at 58% 28%, rgba(212, 167, 44, 0.22), transparent 34%);
}

body[data-site-profile="eaglesworldcup-ng"] .ew-hero::after,
body[data-site-profile="eaglesworldcup-ng"] .ew-match-hero::after {
  content: "";
  position: absolute;
  inset: 14% 14% auto auto;
  z-index: 2;
  width: min(520px, 45vw);
  aspect-ratio: 2 / 1;
  border-top: 1px solid rgba(248, 245, 235, 0.3);
  border-bottom: 1px solid rgba(212, 167, 44, 0.28);
  transform: skewX(-22deg) rotate(-7deg);
  box-shadow: 0 0 80px rgba(212, 167, 44, 0.22);
  animation: ewWingPulse 7s ease-in-out infinite;
}

@keyframes ewWingPulse {
  0%, 100% { opacity: 0.42; transform: skewX(-22deg) rotate(-7deg) translateY(0); }
  50% { opacity: 0.82; transform: skewX(-20deg) rotate(-5deg) translateY(12px); }
}

body[data-site-profile="eaglesworldcup-ng"] .ew-hero-copy,
body[data-site-profile="eaglesworldcup-ng"] .ew-subhero > div,
body[data-site-profile="eaglesworldcup-ng"] .ew-identity-hero > div,
body[data-site-profile="eaglesworldcup-ng"] .ew-match-copy {
  position: relative;
  z-index: 3;
  max-width: 780px;
  padding: clamp(28px, 6vw, 72px);
}

body[data-site-profile="eaglesworldcup-ng"] .ew-hero h1,
body[data-site-profile="eaglesworldcup-ng"] .ew-subhero h1,
body[data-site-profile="eaglesworldcup-ng"] .ew-identity-hero h1,
body[data-site-profile="eaglesworldcup-ng"] .ew-match-hero h1 {
  max-width: 820px;
  font-size: clamp(3rem, 8vw, 7.6rem);
  line-height: 0.9;
  text-transform: uppercase;
}

body[data-site-profile="eaglesworldcup-ng"] .ew-actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body[data-site-profile="eaglesworldcup-ng"] .ew-orbital {
  position: absolute;
  z-index: 3;
  right: clamp(18px, 4vw, 52px);
  bottom: clamp(18px, 4vw, 52px);
  width: min(440px, 42vw);
  min-height: 420px;
  border: 1px solid rgba(212, 167, 44, 0.22);
  background:
    radial-gradient(circle at 50% 50%, rgba(212, 167, 44, 0.16), transparent 56%),
    rgba(3, 6, 13, 0.58);
  backdrop-filter: blur(14px);
}

body[data-site-profile="eaglesworldcup-ng"] .ew-orbital::before {
  content: "";
  position: absolute;
  inset: 13%;
  border: 1px solid rgba(248, 245, 235, 0.16);
  transform: rotate(-16deg);
}

body[data-site-profile="eaglesworldcup-ng"] .ew-orbit-node {
  position: absolute;
  width: 150px;
  min-height: 92px;
  padding: 12px;
  display: grid;
  align-content: center;
  gap: 4px;
  border: 1px solid color-mix(in srgb, var(--ew-tone) 60%, transparent);
  background: rgba(5, 10, 18, 0.88);
  color: var(--ew-white);
  text-decoration: none;
  box-shadow: 0 0 34px color-mix(in srgb, var(--ew-tone) 24%, transparent);
}

body[data-site-profile="eaglesworldcup-ng"] .ew-orbit-node span,
body[data-site-profile="eaglesworldcup-ng"] .ew-wing-panel span,
body[data-site-profile="eaglesworldcup-ng"] .ew-map-node span,
body[data-site-profile="eaglesworldcup-ng"] .ew-collision-card span,
body[data-site-profile="eaglesworldcup-ng"] .ew-stream-event span,
body[data-site-profile="eaglesworldcup-ng"] .ew-group-path span {
  color: var(--ew-tone);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

body[data-site-profile="eaglesworldcup-ng"] .ew-orbit-node em,
body[data-site-profile="eaglesworldcup-ng"] .ew-wing-panel em,
body[data-site-profile="eaglesworldcup-ng"] .ew-map-node em,
body[data-site-profile="eaglesworldcup-ng"] .ew-collision-card em,
body[data-site-profile="eaglesworldcup-ng"] .ew-stream-event em,
body[data-site-profile="eaglesworldcup-ng"] .ew-group-path em {
  color: var(--soft);
  font-style: normal;
}

body[data-site-profile="eaglesworldcup-ng"] .ew-orbit-1 { left: 8%; top: 10%; }
body[data-site-profile="eaglesworldcup-ng"] .ew-orbit-2 { right: 7%; top: 18%; }
body[data-site-profile="eaglesworldcup-ng"] .ew-orbit-3 { left: 36%; top: 43%; }
body[data-site-profile="eaglesworldcup-ng"] .ew-orbit-4 { left: 9%; bottom: 9%; }
body[data-site-profile="eaglesworldcup-ng"] .ew-orbit-5 { right: 8%; bottom: 12%; }

body[data-site-profile="eaglesworldcup-ng"] .ew-section,
body[data-site-profile="eaglesworldcup-ng"] .ew-match-network,
body[data-site-profile="eaglesworldcup-ng"] .ew-stream,
body[data-site-profile="eaglesworldcup-ng"] .ew-helabet-layer,
body[data-site-profile="eaglesworldcup-ng"] .ew-nation-map,
body[data-site-profile="eaglesworldcup-ng"] .ew-symbol-grid,
body[data-site-profile="eaglesworldcup-ng"] .ew-chart-wall,
body[data-site-profile="eaglesworldcup-ng"] .ew-group-paths,
body[data-site-profile="eaglesworldcup-ng"] .link-bank,
body[data-site-profile="eaglesworldcup-ng"] .faq-section {
  margin-top: 22px;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(212, 167, 44, 0.08), transparent 30%),
    rgba(5, 10, 18, 0.86);
}

body[data-site-profile="eaglesworldcup-ng"] .ew-section-head {
  display: grid;
  grid-template-columns: minmax(240px, 0.48fr) minmax(0, 0.52fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 20px;
}

body[data-site-profile="eaglesworldcup-ng"] .ew-section-head p,
body[data-site-profile="eaglesworldcup-ng"] .ew-match-network p,
body[data-site-profile="eaglesworldcup-ng"] .ew-symbol-grid p,
body[data-site-profile="eaglesworldcup-ng"] .ew-helabet-layer p,
body[data-site-profile="eaglesworldcup-ng"] .ew-chart-tile p {
  color: var(--muted);
  line-height: 1.58;
}

body[data-site-profile="eaglesworldcup-ng"] .ew-wing-panel-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

body[data-site-profile="eaglesworldcup-ng"] .ew-wing-panel,
body[data-site-profile="eaglesworldcup-ng"] .ew-collision-card,
body[data-site-profile="eaglesworldcup-ng"] .ew-stream-event,
body[data-site-profile="eaglesworldcup-ng"] .ew-group-path,
body[data-site-profile="eaglesworldcup-ng"] .ew-chart-tile,
body[data-site-profile="eaglesworldcup-ng"] .ew-symbol-grid article {
  position: relative;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--ew-tone, #d4a72c) 36%, rgba(248, 245, 235, 0.12));
  background: rgba(3, 6, 13, 0.72);
  color: var(--ew-white);
  text-decoration: none;
}

body[data-site-profile="eaglesworldcup-ng"] .ew-wing-panel {
  min-height: 260px;
  padding: 18px;
  display: grid;
  align-content: end;
  gap: 8px;
}

body[data-site-profile="eaglesworldcup-ng"] .ew-wing-panel::before,
body[data-site-profile="eaglesworldcup-ng"] .ew-collision-card::before {
  content: "";
  position: absolute;
  inset: 22% -20% auto;
  height: 72px;
  border-top: 1px solid color-mix(in srgb, var(--ew-tone) 58%, transparent);
  border-bottom: 1px solid rgba(248, 245, 235, 0.12);
  transform: skewX(-28deg) rotate(-10deg);
}

body[data-site-profile="eaglesworldcup-ng"] .ew-wing-panel strong {
  font-size: 1.25rem;
}

body[data-site-profile="eaglesworldcup-ng"] .ew-match-network {
  position: relative;
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(260px, 0.36fr) minmax(0, 0.64fr);
  gap: 24px;
  align-items: end;
  overflow: hidden;
}

body[data-site-profile="eaglesworldcup-ng"] .ew-match-network > img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.52;
}

body[data-site-profile="eaglesworldcup-ng"] .ew-match-network::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(3, 6, 13, 0.96), rgba(3, 6, 13, 0.44));
}

body[data-site-profile="eaglesworldcup-ng"] .ew-match-network > div {
  position: relative;
  z-index: 2;
}

body[data-site-profile="eaglesworldcup-ng"] .ew-collision-grid,
body[data-site-profile="eaglesworldcup-ng"] .ew-group-paths,
body[data-site-profile="eaglesworldcup-ng"] .ew-chart-wall {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body[data-site-profile="eaglesworldcup-ng"] .ew-collision-grid-wide {
  margin-top: 22px;
  padding: 0;
  border: 0;
  background: transparent;
}

body[data-site-profile="eaglesworldcup-ng"] .ew-collision-card {
  min-height: 188px;
  padding: 18px;
  display: grid;
  align-content: end;
  gap: 8px;
}

body[data-site-profile="eaglesworldcup-ng"] .ew-collision-card b {
  width: fit-content;
  margin-top: 6px;
  padding: 7px 9px;
  border: 1px solid rgba(212, 167, 44, 0.26);
  color: var(--ew-gold);
  font-size: 0.72rem;
  text-transform: uppercase;
}

body[data-site-profile="eaglesworldcup-ng"] .ew-helabet-layer {
  display: grid;
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 0.62fr);
  gap: 26px;
  align-items: center;
}

body[data-site-profile="eaglesworldcup-ng"] .ew-helabet-copy img {
  width: 160px;
  height: auto;
  margin-bottom: 18px;
}

body[data-site-profile="eaglesworldcup-ng"] .ew-helabet-board {
  position: relative;
  min-height: 380px;
  padding: 22px;
  display: grid;
  grid-template-columns: minmax(190px, 0.42fr) minmax(0, 0.58fr);
  gap: 16px;
  overflow: hidden;
  border: 1px solid rgba(248, 245, 235, 0.12);
  background:
    linear-gradient(90deg, rgba(248, 245, 235, 0.05) 1px, transparent 1px) 0 0 / 44px 44px,
    linear-gradient(180deg, rgba(7, 14, 25, 0.96), rgba(3, 6, 13, 0.98));
}

body[data-site-profile="eaglesworldcup-ng"] .ew-watermark {
  position: absolute;
  right: 16px;
  bottom: -26px;
  color: rgba(212, 167, 44, 0.09);
  font-size: 13rem;
  font-weight: 800;
  line-height: 0.8;
}

body[data-site-profile="eaglesworldcup-ng"] .ew-index-card,
body[data-site-profile="eaglesworldcup-ng"] .ew-bars div,
body[data-site-profile="eaglesworldcup-ng"] .ew-flow span {
  border: 1px solid rgba(212, 167, 44, 0.22);
  background: rgba(248, 245, 235, 0.045);
}

body[data-site-profile="eaglesworldcup-ng"] .ew-index-card {
  position: relative;
  z-index: 1;
  padding: 18px;
  display: grid;
  align-content: center;
  gap: 12px;
}

body[data-site-profile="eaglesworldcup-ng"] .ew-index-card span,
body[data-site-profile="eaglesworldcup-ng"] .ew-bars span {
  color: var(--soft);
  font-size: 0.78rem;
  text-transform: uppercase;
}

body[data-site-profile="eaglesworldcup-ng"] .ew-index-card strong {
  color: var(--ew-gold);
  font-size: 4rem;
  line-height: 1;
}

body[data-site-profile="eaglesworldcup-ng"] .ew-index-card i,
body[data-site-profile="eaglesworldcup-ng"] .ew-bars i,
body[data-site-profile="eaglesworldcup-ng"] .ew-chart-tile i {
  display: block;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, var(--ew-gold) var(--ew-meter), rgba(248, 245, 235, 0.12) 0);
}

body[data-site-profile="eaglesworldcup-ng"] .ew-bars {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
}

body[data-site-profile="eaglesworldcup-ng"] .ew-bars div {
  padding: 14px;
  display: grid;
  gap: 8px;
}

body[data-site-profile="eaglesworldcup-ng"] .ew-bars strong {
  color: var(--ew-white);
}

body[data-site-profile="eaglesworldcup-ng"] .ew-flow {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

body[data-site-profile="eaglesworldcup-ng"] .ew-flow span {
  min-height: 64px;
  display: grid;
  place-items: center;
  color: var(--muted);
  text-transform: uppercase;
  font-size: 0.78rem;
}

body[data-site-profile="eaglesworldcup-ng"] .ew-stream-line {
  display: grid;
  gap: 10px;
}

body[data-site-profile="eaglesworldcup-ng"] .ew-stream-event {
  min-height: 82px;
  padding: 14px 16px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
}

body[data-site-profile="eaglesworldcup-ng"] .ew-nation-map {
  min-height: 640px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  background:
    radial-gradient(circle at 50% 42%, rgba(212, 167, 44, 0.14), transparent 44%),
    rgba(5, 10, 18, 0.86);
}

body[data-site-profile="eaglesworldcup-ng"] .ew-map-node {
  min-height: 280px;
  padding: 18px;
  display: grid;
  align-content: end;
  gap: 8px;
  border: 1px solid color-mix(in srgb, var(--ew-tone) 40%, rgba(248, 245, 235, 0.12));
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--ew-tone) 16%, transparent), transparent 45%),
    rgba(3, 6, 13, 0.62);
  color: var(--ew-white);
  text-decoration: none;
}

body[data-site-profile="eaglesworldcup-ng"] .ew-map-node i {
  display: block;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--ew-tone) var(--ew-power), rgba(248, 245, 235, 0.1) 0);
}

body[data-site-profile="eaglesworldcup-ng"] .ew-identity-stats,
body[data-site-profile="eaglesworldcup-ng"] .ew-team-ribbon {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body[data-site-profile="eaglesworldcup-ng"] .ew-identity-stats div,
body[data-site-profile="eaglesworldcup-ng"] .ew-team-ribbon span {
  min-height: 64px;
  padding: 12px 14px;
  display: grid;
  align-content: center;
  border: 1px solid color-mix(in srgb, var(--ew-tone) 42%, rgba(248, 245, 235, 0.12));
  background: rgba(3, 6, 13, 0.62);
}

body[data-site-profile="eaglesworldcup-ng"] .ew-identity-stats span {
  color: var(--soft);
  font-size: 0.75rem;
  text-transform: uppercase;
}

body[data-site-profile="eaglesworldcup-ng"] .ew-identity-stats strong {
  color: var(--ew-tone);
  font-size: 1.8rem;
}

body[data-site-profile="eaglesworldcup-ng"] .ew-symbol-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body[data-site-profile="eaglesworldcup-ng"] .ew-symbol-grid article {
  min-height: 310px;
  padding: 22px;
}

body[data-site-profile="eaglesworldcup-ng"] .ew-chart-tile {
  min-height: 250px;
  padding: 20px;
  display: grid;
  align-content: end;
  gap: 12px;
}

body[data-site-profile="eaglesworldcup-ng"] .ew-chart-tile span {
  color: var(--ew-tone);
  font-weight: 800;
}

body[data-site-profile="eaglesworldcup-ng"] .ew-group-path {
  min-height: 160px;
  padding: 18px;
  display: grid;
  align-content: center;
  gap: 8px;
}

body[data-site-profile="eaglesworldcup-ng"] .match-facts span,
body[data-site-profile="eaglesworldcup-ng"] .link-bank a,
body[data-site-profile="eaglesworldcup-ng"] details {
  border-color: rgba(212, 167, 44, 0.18);
  background: rgba(248, 245, 235, 0.045);
}

@media (max-width: 1100px) {
  body[data-site-profile="eaglesworldcup-ng"] .ew-orbital {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    margin: 0 20px 20px;
  }

  body[data-site-profile="eaglesworldcup-ng"] .ew-section-head,
  body[data-site-profile="eaglesworldcup-ng"] .ew-match-network,
  body[data-site-profile="eaglesworldcup-ng"] .ew-helabet-layer,
  body[data-site-profile="eaglesworldcup-ng"] .ew-symbol-grid {
    grid-template-columns: 1fr;
  }

  body[data-site-profile="eaglesworldcup-ng"] .ew-wing-panel-grid,
  body[data-site-profile="eaglesworldcup-ng"] .ew-collision-grid,
  body[data-site-profile="eaglesworldcup-ng"] .ew-group-paths,
  body[data-site-profile="eaglesworldcup-ng"] .ew-chart-wall,
  body[data-site-profile="eaglesworldcup-ng"] .ew-nation-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  body[data-site-profile="eaglesworldcup-ng"] main,
  body[data-site-profile="eaglesworldcup-ng"] .site-footer {
    width: min(100% - 18px, var(--max));
  }

  body[data-site-profile="eaglesworldcup-ng"] .ew-brand-lockup span {
    display: none;
  }

  body[data-site-profile="eaglesworldcup-ng"] nav {
    gap: 4px;
  }

  body[data-site-profile="eaglesworldcup-ng"] nav a {
    min-height: 34px;
    padding: 7px;
    font-size: 0.76rem;
  }

  body[data-site-profile="eaglesworldcup-ng"] .ew-hero,
  body[data-site-profile="eaglesworldcup-ng"] .ew-subhero,
  body[data-site-profile="eaglesworldcup-ng"] .ew-identity-hero,
  body[data-site-profile="eaglesworldcup-ng"] .ew-match-hero {
    min-height: 680px;
  }

  body[data-site-profile="eaglesworldcup-ng"] .ew-hero h1,
  body[data-site-profile="eaglesworldcup-ng"] .ew-subhero h1,
  body[data-site-profile="eaglesworldcup-ng"] .ew-identity-hero h1,
  body[data-site-profile="eaglesworldcup-ng"] .ew-match-hero h1 {
    font-size: 3.2rem;
  }

  body[data-site-profile="eaglesworldcup-ng"] .ew-hero-copy,
  body[data-site-profile="eaglesworldcup-ng"] .ew-subhero > div,
  body[data-site-profile="eaglesworldcup-ng"] .ew-identity-hero > div,
  body[data-site-profile="eaglesworldcup-ng"] .ew-match-copy,
  body[data-site-profile="eaglesworldcup-ng"] .ew-section,
  body[data-site-profile="eaglesworldcup-ng"] .ew-match-network,
  body[data-site-profile="eaglesworldcup-ng"] .ew-stream,
  body[data-site-profile="eaglesworldcup-ng"] .ew-helabet-layer,
  body[data-site-profile="eaglesworldcup-ng"] .ew-nation-map,
  body[data-site-profile="eaglesworldcup-ng"] .ew-symbol-grid,
  body[data-site-profile="eaglesworldcup-ng"] .ew-chart-wall,
  body[data-site-profile="eaglesworldcup-ng"] .ew-group-paths,
  body[data-site-profile="eaglesworldcup-ng"] .link-bank,
  body[data-site-profile="eaglesworldcup-ng"] .faq-section {
    padding: 20px;
  }

  body[data-site-profile="eaglesworldcup-ng"] .ew-orbital {
    min-height: auto;
    display: grid;
    gap: 10px;
    padding: 10px;
  }

  body[data-site-profile="eaglesworldcup-ng"] .ew-orbital::before {
    display: none;
  }

  body[data-site-profile="eaglesworldcup-ng"] .ew-orbit-node {
    position: relative;
    inset: auto;
    width: 100%;
  }

  body[data-site-profile="eaglesworldcup-ng"] .ew-wing-panel-grid,
  body[data-site-profile="eaglesworldcup-ng"] .ew-collision-grid,
  body[data-site-profile="eaglesworldcup-ng"] .ew-group-paths,
  body[data-site-profile="eaglesworldcup-ng"] .ew-chart-wall,
  body[data-site-profile="eaglesworldcup-ng"] .ew-nation-map,
  body[data-site-profile="eaglesworldcup-ng"] .ew-flow,
  body[data-site-profile="eaglesworldcup-ng"] .ew-helabet-board {
    grid-template-columns: 1fr;
  }

  body[data-site-profile="eaglesworldcup-ng"] .ew-stream-event {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  body[data-site-profile="eaglesworldcup-ng"] .ew-stream-event em {
    grid-column: 2;
  }
}

.match-teams .team-name,
.team-name .country-label,
.team-list .team-name,
.team-table .team-name,
.bg-team-ribbon .team-name,
.nj-team-line .team-name,
.soka-team-strip .team-name,
.mb-team-strip .team-name,
.ew-team-ribbon .team-name,
.sb-team-matrix .team-name {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: normal;
  text-transform: none;
}

.match-teams .country-flag,
.team-name .country-flag {
  color: inherit;
  letter-spacing: normal;
  text-transform: none;
}

.sb-probability .team-name,
.sb-probability .country-flag,
.sb-momentum-bars .team-name,
.sb-momentum-bars .country-flag {
  background: transparent;
}

.match-teams .versus,
.team-separator {
  color: var(--soft);
  font-size: 0.78em;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

body[data-site-profile="ngworldcup2026"] {
  color-scheme: light;
  --sa-cream: #f8f4e8;
  --sa-paper: #efe5cf;
  --sa-green: #118b50;
  --sa-gold: #ffd447;
  --sa-ink: #232323;
  --sa-sky: #5bb6ff;
  --sa-red: #e84a4a;
  --sa-line: rgba(35, 35, 35, 0.18);
  --sa-soft: rgba(35, 35, 35, 0.68);
  --sa-shadow: 0 18px 42px rgba(62, 45, 21, 0.15);
  background:
    linear-gradient(90deg, rgba(35, 35, 35, 0.035) 1px, transparent 1px) 0 0 / 28px 28px,
    linear-gradient(180deg, var(--sa-cream), #f3ead6 46%, var(--sa-paper));
  color: var(--sa-ink);
  font-family: Inter, "Plus Jakarta Sans", Arial, sans-serif;
}

body[data-site-profile="ngworldcup2026"] main,
body[data-site-profile="ngworldcup2026"] .site-footer {
  width: min(100% - 24px, 1180px);
}

body[data-site-profile="ngworldcup2026"] .topbar {
  min-height: 76px;
  border-bottom: 1px solid rgba(17, 139, 80, 0.22);
  background:
    linear-gradient(90deg, rgba(248, 244, 232, 0.96), rgba(239, 229, 207, 0.94)),
    repeating-linear-gradient(90deg, rgba(35, 35, 35, 0.04) 0 1px, transparent 1px 9px);
  backdrop-filter: blur(10px);
}

body[data-site-profile="ngworldcup2026"] .sa-brand-lockup {
  gap: 12px;
  color: var(--sa-ink);
  text-decoration: none;
}

body[data-site-profile="ngworldcup2026"] .sa-brand-lockup img {
  width: 116px;
  padding: 6px;
  border: 1px solid rgba(17, 139, 80, 0.24);
  background: #fff9ea;
}

body[data-site-profile="ngworldcup2026"] .sa-brand-lockup span {
  display: grid;
  gap: 2px;
}

body[data-site-profile="ngworldcup2026"] .sa-brand-lockup strong,
body[data-site-profile="ngworldcup2026"] .sa-brand-lockup em {
  line-height: 1;
}

body[data-site-profile="ngworldcup2026"] .sa-brand-lockup strong {
  font-family: "Bebas Neue", "Arial Narrow", "Plus Jakarta Sans", sans-serif;
  font-size: 1.18rem;
}

body[data-site-profile="ngworldcup2026"] .sa-brand-lockup em {
  color: var(--sa-soft);
  font-size: 0.75rem;
  font-style: normal;
}

body[data-site-profile="ngworldcup2026"] nav {
  gap: 6px;
}

body[data-site-profile="ngworldcup2026"] nav a {
  min-height: 34px;
  border: 1px solid rgba(35, 35, 35, 0.12);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.34);
  color: var(--sa-ink);
  font-size: 0.82rem;
  text-transform: uppercase;
}

body[data-site-profile="ngworldcup2026"] nav a:hover {
  border-color: var(--sa-green);
  color: var(--sa-green);
}

body[data-site-profile="ngworldcup2026"] h1,
body[data-site-profile="ngworldcup2026"] h2,
body[data-site-profile="ngworldcup2026"] h3 {
  font-family: "Clash Display", "Bebas Neue", "Arial Narrow", "Plus Jakarta Sans", sans-serif;
  color: var(--sa-ink);
}

body[data-site-profile="ngworldcup2026"] h1 {
  font-size: 4rem;
  line-height: 0.94;
}

body[data-site-profile="ngworldcup2026"] h2 {
  font-size: 2.1rem;
  line-height: 1;
}

body[data-site-profile="ngworldcup2026"] h3 {
  font-size: 1.05rem;
}

body[data-site-profile="ngworldcup2026"] p {
  color: var(--sa-soft);
}

body[data-site-profile="ngworldcup2026"] .sa-kicker,
body[data-site-profile="ngworldcup2026"] .section-kicker,
body[data-site-profile="ngworldcup2026"] .kicker {
  color: var(--sa-green);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

body[data-site-profile="ngworldcup2026"] .sa-hero {
  min-height: 690px;
  margin-top: 18px;
  padding: 18px;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  gap: 18px;
  align-items: stretch;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.55), transparent 42%),
    radial-gradient(circle at 18% 16%, rgba(255, 212, 71, 0.22), transparent 28%),
    var(--sa-paper);
  border: 1px solid var(--sa-line);
  box-shadow: var(--sa-shadow);
}

body[data-site-profile="ngworldcup2026"] .sa-hero-copy,
body[data-site-profile="ngworldcup2026"] .sa-album-visual,
body[data-site-profile="ngworldcup2026"] .sa-page-intro,
body[data-site-profile="ngworldcup2026"] .sa-spread,
body[data-site-profile="ngworldcup2026"] .sa-match-page,
body[data-site-profile="ngworldcup2026"] .freebet-section,
body[data-site-profile="ngworldcup2026"] .faq-section {
  position: relative;
  border: 1px solid rgba(35, 35, 35, 0.16);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0.18)),
    var(--sa-cream);
  box-shadow: 0 10px 28px rgba(62, 45, 21, 0.1);
}

body[data-site-profile="ngworldcup2026"] .sa-hero-copy {
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body[data-site-profile="ngworldcup2026"] .sa-hero-copy::before,
body[data-site-profile="ngworldcup2026"] .sa-spread::before,
body[data-site-profile="ngworldcup2026"] .sa-page-intro::before {
  content: "";
  position: absolute;
  width: 118px;
  height: 27px;
  left: 24px;
  top: -13px;
  transform: rotate(-2deg);
  background: rgba(219, 190, 142, 0.55);
  box-shadow: inset 0 -1px rgba(255, 255, 255, 0.45);
}

body[data-site-profile="ngworldcup2026"] .sa-hero h1 {
  margin: 0;
  display: grid;
  gap: 2px;
}

body[data-site-profile="ngworldcup2026"] .sa-hero h1 span:last-child {
  color: var(--sa-green);
}

body[data-site-profile="ngworldcup2026"] .sa-lede {
  max-width: 620px;
  margin: 22px 0 0;
  font-size: 1.06rem;
  line-height: 1.6;
}

body[data-site-profile="ngworldcup2026"] .sa-actions {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body[data-site-profile="ngworldcup2026"] .sa-button {
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid var(--sa-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--sa-ink);
  font-size: 0.88rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

body[data-site-profile="ngworldcup2026"] .sa-button-primary {
  background: var(--sa-gold);
  box-shadow: 5px 5px 0 var(--sa-green);
}

body[data-site-profile="ngworldcup2026"] .sa-button-paper {
  background: #fff9ea;
}

body[data-site-profile="ngworldcup2026"] .sa-completion {
  margin-top: 28px;
  padding: 14px;
  border: 1px dashed rgba(35, 35, 35, 0.28);
  background: rgba(255, 255, 255, 0.42);
}

body[data-site-profile="ngworldcup2026"] .sa-completion div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

body[data-site-profile="ngworldcup2026"] .sa-completion span,
body[data-site-profile="ngworldcup2026"] .sa-completion p,
body[data-site-profile="ngworldcup2026"] .sa-ticket-card em,
body[data-site-profile="ngworldcup2026"] .sa-group-card em,
body[data-site-profile="ngworldcup2026"] .sa-player-card dd,
body[data-site-profile="ngworldcup2026"] .sa-badge-grid em,
body[data-site-profile="ngworldcup2026"] .sa-unlock-track em {
  color: var(--sa-soft);
  font-size: 0.84rem;
}

body[data-site-profile="ngworldcup2026"] .sa-completion strong {
  color: var(--sa-green);
  font-size: 1.5rem;
}

body[data-site-profile="ngworldcup2026"] .sa-completion i {
  height: 12px;
  margin-top: 10px;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(35, 35, 35, 0.18);
  background: #fffaf0;
}

body[data-site-profile="ngworldcup2026"] .sa-completion b {
  height: 100%;
  display: block;
  background: linear-gradient(90deg, var(--sa-green), var(--sa-gold), var(--sa-red));
}

body[data-site-profile="ngworldcup2026"] .sa-album-visual {
  margin: 0;
  min-height: 540px;
  overflow: hidden;
}

body[data-site-profile="ngworldcup2026"] .sa-album-visual img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  display: block;
  object-fit: cover;
}

body[data-site-profile="ngworldcup2026"] .sa-album-visual figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 13px 14px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: rgba(248, 244, 232, 0.86);
  color: var(--sa-ink);
  font-weight: 800;
}

body[data-site-profile="ngworldcup2026"] .sa-index-strip {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

body[data-site-profile="ngworldcup2026"] .sa-index-strip a,
body[data-site-profile="ngworldcup2026"] .sa-group-card,
body[data-site-profile="ngworldcup2026"] .sa-ticket-card,
body[data-site-profile="ngworldcup2026"] .sa-team-sticker,
body[data-site-profile="ngworldcup2026"] .sa-player-card,
body[data-site-profile="ngworldcup2026"] .sa-badge-grid article,
body[data-site-profile="ngworldcup2026"] .sa-unlock-track div,
body[data-site-profile="ngworldcup2026"] .sa-scrapbook article,
body[data-site-profile="ngworldcup2026"] .sa-sticker-back,
body[data-site-profile="ngworldcup2026"] .sa-stamp-list span {
  border: 1px solid rgba(35, 35, 35, 0.18);
  background: #fffaf0;
  color: var(--sa-ink);
  text-decoration: none;
}

body[data-site-profile="ngworldcup2026"] .sa-index-strip a {
  min-height: 96px;
  padding: 12px;
  display: grid;
  gap: 4px;
}

body[data-site-profile="ngworldcup2026"] .sa-index-strip span,
body[data-site-profile="ngworldcup2026"] .sa-rarity,
body[data-site-profile="ngworldcup2026"] .sa-ticket-card span,
body[data-site-profile="ngworldcup2026"] .sa-team-sticker span,
body[data-site-profile="ngworldcup2026"] .sa-player-card p,
body[data-site-profile="ngworldcup2026"] .sa-scrapbook span,
body[data-site-profile="ngworldcup2026"] .sa-page-no,
body[data-site-profile="ngworldcup2026"] .sa-sticker-back span {
  color: var(--sa-green);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

body[data-site-profile="ngworldcup2026"] .sa-index-strip strong {
  font-size: 1rem;
}

body[data-site-profile="ngworldcup2026"] .sa-spread,
body[data-site-profile="ngworldcup2026"] .sa-page-intro,
body[data-site-profile="ngworldcup2026"] .sa-match-page,
body[data-site-profile="ngworldcup2026"] .freebet-section,
body[data-site-profile="ngworldcup2026"] .faq-section {
  margin-top: 18px;
  padding: 28px;
}

body[data-site-profile="ngworldcup2026"] .sa-spread-head {
  max-width: 740px;
  margin-bottom: 20px;
}

body[data-site-profile="ngworldcup2026"] .sa-spread-head h2,
body[data-site-profile="ngworldcup2026"] .sa-page-intro h1 {
  margin: 0;
}

body[data-site-profile="ngworldcup2026"] .sa-spread-head p:last-child,
body[data-site-profile="ngworldcup2026"] .sa-page-intro p:last-child {
  max-width: 720px;
  line-height: 1.6;
}

body[data-site-profile="ngworldcup2026"] .sa-page-intro {
  min-height: 260px;
  display: grid;
  align-content: center;
  background:
    radial-gradient(circle at 88% 20%, rgba(91, 182, 255, 0.2), transparent 24%),
    linear-gradient(135deg, #fffaf0, var(--sa-paper));
}

body[data-site-profile="ngworldcup2026"] .sa-page-no {
  position: absolute;
  top: 18px;
  right: 20px;
  padding: 7px 9px;
  border: 1px solid rgba(35, 35, 35, 0.18);
  background: #fffaf0;
}

body[data-site-profile="ngworldcup2026"] .sa-group-sticker-grid,
body[data-site-profile="ngworldcup2026"] .sa-ticket-grid,
body[data-site-profile="ngworldcup2026"] .sa-player-grid,
body[data-site-profile="ngworldcup2026"] .sa-badge-grid,
body[data-site-profile="ngworldcup2026"] .sa-unlock-track,
body[data-site-profile="ngworldcup2026"] .sa-team-stickers {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

body[data-site-profile="ngworldcup2026"] .sa-group-card,
body[data-site-profile="ngworldcup2026"] .sa-ticket-card {
  min-height: 210px;
  padding: 14px;
  display: grid;
  align-content: space-between;
  gap: 10px;
  position: relative;
  box-shadow: inset 0 0 0 5px rgba(255, 212, 71, 0.18);
}

body[data-site-profile="ngworldcup2026"] .sa-group-card::after,
body[data-site-profile="ngworldcup2026"] .sa-ticket-card::after,
body[data-site-profile="ngworldcup2026"] .sa-player-card::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px dashed rgba(35, 35, 35, 0.16);
  pointer-events: none;
}

body[data-site-profile="ngworldcup2026"] .sa-group-card div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

body[data-site-profile="ngworldcup2026"] .sa-group-card i {
  min-height: 48px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(17, 139, 80, 0.1);
  color: var(--sa-green);
  font-style: normal;
  font-weight: 800;
}

body[data-site-profile="ngworldcup2026"] .sa-group-card small {
  color: var(--sa-red);
}

body[data-site-profile="ngworldcup2026"] .sa-ticket-card {
  min-height: 188px;
  background:
    linear-gradient(90deg, transparent 0 18px, rgba(232, 74, 74, 0.08) 18px 20px, transparent 20px),
    #fffaf0;
}

body[data-site-profile="ngworldcup2026"] .sa-ticket-card b {
  width: max-content;
  max-width: 100%;
  padding: 5px 8px;
  background: var(--sa-gold);
  color: var(--sa-ink);
  font-size: 0.75rem;
  text-transform: uppercase;
}

body[data-site-profile="ngworldcup2026"] .sa-ticket-card .match-teams,
body[data-site-profile="ngworldcup2026"] .sa-match-ticket .match-teams {
  gap: 4px 7px;
}

body[data-site-profile="ngworldcup2026"] .sa-ticket-card .country-flag,
body[data-site-profile="ngworldcup2026"] .sa-match-ticket .country-flag {
  background: rgba(17, 139, 80, 0.1);
}

body[data-site-profile="ngworldcup2026"] .sa-team-sticker,
body[data-site-profile="ngworldcup2026"] .sa-player-card,
body[data-site-profile="ngworldcup2026"] .sa-badge-grid article,
body[data-site-profile="ngworldcup2026"] .sa-unlock-track div {
  min-height: 168px;
  padding: 14px;
  display: grid;
  align-content: space-between;
  position: relative;
}

body[data-site-profile="ngworldcup2026"] .sa-team-sticker {
  box-shadow: inset 0 0 0 7px rgba(17, 139, 80, 0.08);
}

body[data-site-profile="ngworldcup2026"] .sa-player-card {
  min-height: 310px;
}

body[data-site-profile="ngworldcup2026"] .sa-player-portrait {
  height: 116px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 36%, var(--sa-green) 0 20px, transparent 21px),
    radial-gradient(circle at 50% 86%, rgba(17, 139, 80, 0.62) 0 46px, transparent 47px),
    linear-gradient(135deg, rgba(91, 182, 255, 0.18), rgba(255, 212, 71, 0.2));
}

body[data-site-profile="ngworldcup2026"] .sa-player-portrait span {
  padding: 6px 8px;
  background: var(--sa-gold);
  color: var(--sa-ink);
  font-weight: 800;
}

body[data-site-profile="ngworldcup2026"] .sa-player-card dl {
  margin: 0;
  display: grid;
  gap: 8px;
}

body[data-site-profile="ngworldcup2026"] .sa-player-card div {
  min-width: 0;
}

body[data-site-profile="ngworldcup2026"] .sa-player-card dt {
  color: var(--sa-green);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

body[data-site-profile="ngworldcup2026"] .sa-player-card dd {
  margin: 2px 0 0;
}

body[data-site-profile="ngworldcup2026"] .sa-scrapbook {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

body[data-site-profile="ngworldcup2026"] .sa-scrapbook article {
  min-height: 190px;
  padding: 14px;
  transform: rotate(var(--tilt));
  box-shadow: 7px 7px 0 rgba(17, 139, 80, 0.1);
}

body[data-site-profile="ngworldcup2026"] .sa-badge-grid article {
  min-height: 142px;
  border-radius: 50%;
  place-items: center;
  text-align: center;
  box-shadow: inset 0 0 0 6px rgba(255, 212, 71, 0.2);
}

body[data-site-profile="ngworldcup2026"] .sa-badge-grid span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  background: var(--sa-green);
  color: #fff;
  font-weight: 800;
}

body[data-site-profile="ngworldcup2026"] .sa-unlock-track div {
  min-height: 136px;
  border-top: 6px solid var(--sa-green);
}

body[data-site-profile="ngworldcup2026"] .sa-unlock-track .is-locked {
  opacity: 0.58;
  border-top-color: rgba(35, 35, 35, 0.18);
}

body[data-site-profile="ngworldcup2026"] .sa-app-spread,
body[data-site-profile="ngworldcup2026"] .sa-note-spread,
body[data-site-profile="ngworldcup2026"] .sa-match-page {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
  gap: 18px;
  align-items: center;
}

body[data-site-profile="ngworldcup2026"] .sa-phone-frame {
  min-height: 420px;
  padding: 22px;
  display: grid;
  place-items: center;
  text-align: center;
  border: 10px solid #2b2b2b;
  outline: 6px solid var(--sa-gold);
  background:
    linear-gradient(180deg, rgba(17, 139, 80, 0.92), rgba(14, 91, 56, 0.94)),
    var(--sa-green);
  color: #fff;
  box-shadow: 12px 14px 0 rgba(17, 139, 80, 0.12);
}

body[data-site-profile="ngworldcup2026"] .sa-phone-frame span,
body[data-site-profile="ngworldcup2026"] .sa-phone-frame b {
  padding: 7px 9px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 0.78rem;
  text-transform: uppercase;
}

body[data-site-profile="ngworldcup2026"] .sa-phone-frame strong {
  font-size: 3.1rem;
}

body[data-site-profile="ngworldcup2026"] .sa-phone-frame i {
  width: 118px;
  height: 118px;
  display: block;
  border: 2px dashed rgba(255, 255, 255, 0.55);
  background: rgba(255, 212, 71, 0.24);
}

body[data-site-profile="ngworldcup2026"] .sa-match-page {
  min-height: 470px;
}

body[data-site-profile="ngworldcup2026"] .sa-match-ticket {
  min-height: 360px;
  padding: 24px;
  display: grid;
  align-content: end;
  gap: 16px;
  border: 1px solid rgba(35, 35, 35, 0.2);
  background:
    linear-gradient(90deg, rgba(232, 74, 74, 0.14) 0 22px, transparent 22px),
    #fffaf0;
  box-shadow: inset 0 0 0 9px rgba(255, 212, 71, 0.18);
}

body[data-site-profile="ngworldcup2026"] .sa-match-ticket h1 {
  font-size: 3.1rem;
}

body[data-site-profile="ngworldcup2026"] .sa-ticket-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body[data-site-profile="ngworldcup2026"] .sa-ticket-meta span,
body[data-site-profile="ngworldcup2026"] .sa-stamp-list span,
body[data-site-profile="ngworldcup2026"] .match-facts span {
  min-height: 34px;
  padding: 8px 10px;
  display: inline-flex;
  align-items: center;
  background: rgba(17, 139, 80, 0.1);
  color: var(--sa-ink);
  font-size: 0.84rem;
}

body[data-site-profile="ngworldcup2026"] .sa-sticker-back {
  min-height: 280px;
  padding: 22px;
  display: grid;
  align-content: center;
  gap: 12px;
  text-align: center;
  transform: rotate(1.5deg);
}

body[data-site-profile="ngworldcup2026"] .sa-sticker-back strong {
  color: var(--sa-green);
  font-size: 2rem;
}

body[data-site-profile="ngworldcup2026"] .sa-stamp-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

body[data-site-profile="ngworldcup2026"] .sa-other-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

body[data-site-profile="ngworldcup2026"] .sa-other-groups a,
body[data-site-profile="ngworldcup2026"] .sa-corner-link {
  min-height: 42px;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(35, 35, 35, 0.16);
  background: #fffaf0;
  color: var(--sa-green);
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

body[data-site-profile="ngworldcup2026"] .sa-corner-link {
  width: max-content;
  max-width: 100%;
  margin-top: 16px;
}

body[data-site-profile="ngworldcup2026"] .freebet-section {
  background:
    linear-gradient(135deg, rgba(255, 212, 71, 0.22), rgba(255, 255, 255, 0.2)),
    var(--sa-cream);
}

body[data-site-profile="ngworldcup2026"] .freebet-status,
body[data-site-profile="ngworldcup2026"] .claim-form,
body[data-site-profile="ngworldcup2026"] .result,
body[data-site-profile="ngworldcup2026"] details {
  border: 1px solid rgba(35, 35, 35, 0.16);
  background: #fffaf0;
}

body[data-site-profile="ngworldcup2026"] .claim-form input {
  border: 1px solid rgba(35, 35, 35, 0.22);
  background: #fff;
  color: var(--sa-ink);
}

body[data-site-profile="ngworldcup2026"] .freebet-section button,
body[data-site-profile="ngworldcup2026"] .freebet-section .portal-link {
  background: var(--sa-green);
  color: #fff;
}

body[data-site-profile="ngworldcup2026"] .freebet-section code {
  color: var(--sa-green);
}

body[data-site-profile="ngworldcup2026"] .faq-section {
  display: grid;
  gap: 10px;
}

body[data-site-profile="ngworldcup2026"] details {
  padding: 14px;
}

body[data-site-profile="ngworldcup2026"] summary {
  cursor: pointer;
  font-weight: 800;
}

body[data-site-profile="ngworldcup2026"] .site-footer {
  margin-top: 22px;
  padding: 24px 0 34px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
  border-top: 1px dashed rgba(35, 35, 35, 0.22);
  color: var(--sa-soft);
}

body[data-site-profile="ngworldcup2026"] .site-footer p {
  min-width: 0;
  max-width: none;
  line-height: 1.45;
}

body[data-site-profile="ngworldcup2026"] .footer-brand img {
  width: 126px;
  padding: 6px;
  border: 1px solid rgba(35, 35, 35, 0.14);
  background: #fffaf0;
}

body[data-site-profile="ngworldcup2026"] .track-cta:hover {
  transform: translateY(-2px);
}

body[data-site-profile="ngworldcup2026"] .sa-button:hover {
  box-shadow: 3px 3px 0 var(--sa-red);
}

@media (max-width: 1024px) {
  body[data-site-profile="ngworldcup2026"] .sa-hero,
  body[data-site-profile="ngworldcup2026"] .sa-app-spread,
  body[data-site-profile="ngworldcup2026"] .sa-note-spread,
  body[data-site-profile="ngworldcup2026"] .sa-match-page {
    grid-template-columns: 1fr;
  }

  body[data-site-profile="ngworldcup2026"] .sa-index-strip,
  body[data-site-profile="ngworldcup2026"] .sa-group-sticker-grid,
  body[data-site-profile="ngworldcup2026"] .sa-ticket-grid,
  body[data-site-profile="ngworldcup2026"] .sa-player-grid,
  body[data-site-profile="ngworldcup2026"] .sa-badge-grid,
  body[data-site-profile="ngworldcup2026"] .sa-unlock-track,
  body[data-site-profile="ngworldcup2026"] .sa-team-stickers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-site-profile="ngworldcup2026"] .sa-scrapbook {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  body[data-site-profile="ngworldcup2026"] main,
  body[data-site-profile="ngworldcup2026"] .site-footer {
    width: min(100% - 18px, 1180px);
  }

  body[data-site-profile="ngworldcup2026"] .topbar {
    position: relative;
    align-items: flex-start;
  }

  body[data-site-profile="ngworldcup2026"] .site-footer {
    grid-template-columns: 1fr;
  }

  body[data-site-profile="ngworldcup2026"] .sa-brand-lockup {
    width: 100%;
  }

  body[data-site-profile="ngworldcup2026"] nav {
    width: 100%;
    justify-content: flex-start;
  }

  body[data-site-profile="ngworldcup2026"] nav a {
    flex: 1 1 94px;
    justify-content: center;
  }

  body[data-site-profile="ngworldcup2026"] h1 {
    font-size: 2.55rem;
  }

  body[data-site-profile="ngworldcup2026"] h2 {
    font-size: 1.62rem;
  }

  body[data-site-profile="ngworldcup2026"] .sa-hero {
    min-height: 0;
    padding: 10px;
  }

  body[data-site-profile="ngworldcup2026"] .sa-hero-copy,
  body[data-site-profile="ngworldcup2026"] .sa-spread,
  body[data-site-profile="ngworldcup2026"] .sa-page-intro,
  body[data-site-profile="ngworldcup2026"] .sa-match-page,
  body[data-site-profile="ngworldcup2026"] .freebet-section,
  body[data-site-profile="ngworldcup2026"] .faq-section {
    padding: 18px;
  }

  body[data-site-profile="ngworldcup2026"] .sa-album-visual,
  body[data-site-profile="ngworldcup2026"] .sa-album-visual img {
    min-height: 300px;
  }

  body[data-site-profile="ngworldcup2026"] .sa-index-strip,
  body[data-site-profile="ngworldcup2026"] .sa-group-sticker-grid,
  body[data-site-profile="ngworldcup2026"] .sa-ticket-grid,
  body[data-site-profile="ngworldcup2026"] .sa-player-grid,
  body[data-site-profile="ngworldcup2026"] .sa-badge-grid,
  body[data-site-profile="ngworldcup2026"] .sa-unlock-track,
  body[data-site-profile="ngworldcup2026"] .sa-team-stickers,
  body[data-site-profile="ngworldcup2026"] .sa-scrapbook,
  body[data-site-profile="ngworldcup2026"] .sa-other-groups {
    grid-template-columns: 1fr;
  }

  body[data-site-profile="ngworldcup2026"] .sa-group-card,
  body[data-site-profile="ngworldcup2026"] .sa-ticket-card,
  body[data-site-profile="ngworldcup2026"] .sa-player-card,
  body[data-site-profile="ngworldcup2026"] .sa-team-sticker {
    min-height: 0;
  }

  body[data-site-profile="ngworldcup2026"] .sa-badge-grid article {
    min-height: 120px;
    border-radius: 0;
  }

  body[data-site-profile="ngworldcup2026"] .sa-phone-frame {
    min-height: 320px;
  }

  body[data-site-profile="ngworldcup2026"] .sa-match-ticket {
    min-height: 300px;
  }

  body[data-site-profile="ngworldcup2026"] .sa-match-ticket h1 {
    font-size: 2.1rem;
  }
}

@media (max-width: 380px) {
  body[data-site-profile="ngworldcup2026"] h1 {
    font-size: 2.18rem;
  }

  body[data-site-profile="ngworldcup2026"] .sa-actions {
    display: grid;
  }

  body[data-site-profile="ngworldcup2026"] .sa-album-visual figcaption {
    display: grid;
  }
}
