html {
  background: #001414;
}

body {
  min-width: 1180px;
  background:
    radial-gradient(circle at 12% 40%, rgba(24, 120, 88, 0.24), transparent 24%),
    radial-gradient(circle at 90% 40%, rgba(67, 255, 97, 0.24), transparent 28%),
    linear-gradient(180deg, #001012 0%, #001818 54%, #001110 100%);
  color: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

#stadiumCanvas,
.ball-fx,
.ticker {
  display: none !important;
}

body::after {
  content: "";
  position: fixed;
  inset: 84px 0 0;
  z-index: -3;
  background:
    linear-gradient(122deg, transparent 0 63%, rgba(35, 255, 108, 0.58) 63% 100%),
    radial-gradient(ellipse at 76% 64%, rgba(72, 255, 101, 0.28), transparent 32%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 24, 19, 0.96)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.52), transparent 50%, rgba(0, 0, 0, 0.18));
  pointer-events: none;
}

.site-header {
  position: relative !important;
  top: auto !important;
  z-index: 30;
  width: min(1264px, calc(100% - 144px)) !important;
  min-height: 84px !important;
  display: grid !important;
  grid-template-columns: 260px 1fr 170px !important;
  align-items: center !important;
  gap: 24px !important;
  margin: 0 auto !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055) !important;
  color: white !important;
}

.brand {
  gap: 9px !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 1rem !important;
  font-weight: 720 !important;
  letter-spacing: 0.035em !important;
}

.brand em {
  color: #55f164 !important;
  font-style: normal !important;
}

.brand-mark {
  width: 30px !important;
  height: 30px !important;
  background:
    radial-gradient(circle at 50% 50%, #071112 0 14%, transparent 15%),
    radial-gradient(circle at 31% 31%, #071112 0 9%, transparent 10%),
    radial-gradient(circle at 69% 31%, #071112 0 9%, transparent 10%),
    radial-gradient(circle at 34% 72%, #071112 0 8%, transparent 9%),
    radial-gradient(circle at 70% 72%, #071112 0 8%, transparent 9%),
    #f4fff8 !important;
  box-shadow:
    0 0 0 3px #071112,
    0 0 0 5px rgba(85, 241, 100, 0.74) !important;
}

.brand-mark::before {
  inset: -6px !important;
  border: 1.5px solid rgba(85, 241, 100, 0.78) !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  opacity: 1 !important;
  transform: rotate(-18deg);
}

.site-header nav {
  justify-self: center !important;
  display: flex !important;
  gap: 54px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  backdrop-filter: none !important;
}

.site-header nav a {
  min-height: 32px !important;
  padding: 4px 0 !important;
  border-radius: 0 !important;
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}

.site-header nav a:first-child {
  color: #55f164 !important;
  font-weight: 700 !important;
}

.header-telegram {
  justify-self: end !important;
  min-width: 144px !important;
  min-height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  border-radius: 6px !important;
  padding: 0 18px !important;
  background: linear-gradient(135deg, #5eff67, #35dd4d) !important;
  color: #031010 !important;
  font-size: 0.96rem !important;
  font-weight: 650 !important;
  text-decoration: none !important;
  box-shadow: 0 12px 26px rgba(53, 221, 77, 0.24) !important;
}

main {
  width: min(1264px, calc(100% - 144px)) !important;
}

.hero {
  position: relative !important;
  min-height: 856px !important;
  display: grid !important;
  grid-template-columns: 570px 1fr !important;
  grid-template-rows: auto auto auto !important;
  align-content: start !important;
  align-items: center !important;
  column-gap: 70px !important;
  row-gap: 0 !important;
  padding: 60px 0 0 !important;
  color: white !important;
}

.hero::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 -72px auto 47% !important;
  height: 642px !important;
  z-index: -2 !important;
  background:
    linear-gradient(123deg, transparent 0 26%, rgba(29, 240, 92, 0.66) 26% 100%),
    radial-gradient(ellipse at 75% 65%, rgba(111, 255, 111, 0.22), transparent 42%) !important;
  opacity: 0.86 !important;
  pointer-events: none !important;
}

.hero-copy {
  grid-column: 1 !important;
  max-width: 570px !important;
  align-self: start !important;
  padding-top: 4px !important;
}

.hero .eyebrow {
  margin: 0 0 22px !important;
  color: #55f164 !important;
  font-size: 0.98rem !important;
  font-weight: 650 !important;
  letter-spacing: 0.1em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

.hero h1 {
  max-width: 570px !important;
  margin: 0 0 20px !important;
  color: white !important;
  font-size: 4.55rem !important;
  font-weight: 840 !important;
  line-height: 1.04 !important;
  letter-spacing: 0.006em !important;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.46) !important;
}

.hero h1 span {
  display: block !important;
}

.accent-line {
  color: #55f164 !important;
}

.hero-lead {
  max-width: 442px !important;
  margin: 0 0 20px !important;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 1.48rem !important;
  font-weight: 400 !important;
  line-height: 1.42 !important;
}

.accuracy-block {
  display: grid !important;
  grid-template-columns: 56px 1fr !important;
  align-items: center !important;
  gap: 14px !important;
  width: fit-content !important;
  max-width: 380px !important;
  margin: 0 0 16px !important;
  color: rgba(255, 255, 255, 0.78) !important;
  opacity: 0.72 !important;
}

.accuracy-ring {
  position: relative !important;
  width: 52px !important;
  height: 52px !important;
  display: grid !important;
  place-content: center !important;
  grid-template-columns: auto auto !important;
  column-gap: 1px !important;
  border-radius: 50% !important;
  background:
    radial-gradient(circle, #001516 0 57%, transparent 58%),
    conic-gradient(#55f164 0 84%, rgba(85, 241, 100, 0.14) 84% 100%) !important;
  box-shadow: 0 0 0 1px rgba(85, 241, 100, 0.16), 0 10px 18px rgba(0, 0, 0, 0.22) !important;
}

.accuracy-ring strong {
  color: #55f164 !important;
  font-size: 1.12rem !important;
  line-height: 1 !important;
}

.accuracy-ring span {
  color: #55f164 !important;
  font-size: 0.58rem !important;
  font-weight: 900 !important;
}

.accuracy-block > div:last-child {
  display: grid !important;
  gap: 3px !important;
}

.accuracy-block > div:last-child strong {
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 0.78rem !important;
  line-height: 1.2 !important;
}

.accuracy-block > div:last-child span {
  color: rgba(255, 255, 255, 0.58) !important;
  font-size: 0.68rem !important;
}

.hero-actions {
  display: grid !important;
  grid-template-columns: 352px !important;
  gap: 16px !important;
  margin: 0 0 20px !important;
}

.primary-action,
.secondary-action {
  min-height: 58px !important;
  border-radius: 7px !important;
  padding: 0 22px !important;
  font-size: 1.08rem !important;
  font-weight: 750 !important;
  text-decoration: none !important;
}

.primary-action {
  background: linear-gradient(135deg, #5eff67, #35dd4d) !important;
  color: #031010 !important;
  box-shadow: 0 16px 34px rgba(53, 221, 77, 0.25) !important;
}

.secondary-action {
  border: 1px solid rgba(85, 241, 100, 0.44) !important;
  background: rgba(0, 25, 20, 0.36) !important;
  color: white !important;
  box-shadow: none !important;
}

.telegram-icon {
  width: 26px !important;
  height: 26px !important;
  display: inline-grid !important;
  place-items: center !important;
  border-radius: 50% !important;
  background: rgba(4, 17, 19, 0.16) !important;
  color: #031010 !important;
}

.trust-row {
  display: flex !important;
  gap: 38px !important;
  margin: 0 !important;
}

.trust-row span {
  min-height: 28px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  border: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  color: #66ff75 !important;
  font-size: 0.96rem !important;
  font-weight: 500 !important;
}

.trust-row span::before {
  content: "✓" !important;
  width: 18px !important;
  height: 18px !important;
  display: inline-grid !important;
  place-items: center !important;
  border: 1px solid #55f164 !important;
  border-radius: 50% !important;
  font-size: 0.7rem !important;
}

.match-screen {
  grid-column: 2 !important;
  justify-self: end !important;
  align-self: start !important;
  width: 620px !important;
  margin: 24px 6px 0 0 !important;
  padding: 0 0 48px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.monitor-panel {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 104px !important;
  gap: 13px !important;
  padding: 18px !important;
  border: 7px solid #10191b !important;
  border-radius: 10px !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 16%),
    linear-gradient(180deg, #3a4647, #161f21 58%, #090e10) !important;
  box-shadow:
    inset 0 0 0 3px rgba(255, 255, 255, 0.08),
    inset 0 -18px 24px rgba(0, 0, 0, 0.36),
    0 30px 70px rgba(0, 0, 0, 0.5) !important;
}

.monitor-panel::before {
  content: "" !important;
  position: absolute !important;
  inset: 8px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 4px !important;
  pointer-events: none !important;
}

.match-screen .screen-content {
  min-height: 322px !important;
  overflow: hidden !important;
  padding: 24px 24px 18px !important;
  border: 10px solid #070d0f !important;
  border-radius: 34px / 46px !important;
  background:
    radial-gradient(circle at 50% 52%, rgba(110, 255, 132, 0.12), transparent 50%),
    linear-gradient(135deg, rgba(227, 210, 154, 0.16), rgba(16, 70, 58, 0.66) 46%, rgba(5, 18, 23, 0.92)),
    #10181d !important;
  box-shadow:
    inset 0 0 34px rgba(0, 0, 0, 0.82),
    inset 0 0 0 2px rgba(255, 255, 255, 0.08) !important;
}

.match-screen .screen-content::before {
  opacity: 0.16 !important;
}

.match-screen .ticket-top {
  justify-content: flex-start !important;
  gap: 8px !important;
  margin: 0 0 18px !important;
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 0.88rem !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

.match-screen .ticket-top::before {
  content: "" !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: #55f164 !important;
}

.match-screen .ticket-top strong {
  display: none !important;
}

.confidence-badge {
  position: absolute !important;
  top: 28px !important;
  right: 132px !important;
  z-index: 2 !important;
  border-radius: 8px !important;
  padding: 8px 14px !important;
  background: rgba(85, 241, 100, 0.12) !important;
  color: #8dff8f !important;
  font-size: 0.88rem !important;
  font-weight: 800 !important;
}

.match-screen .match-line {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 26px !important;
  margin: 0 0 18px !important;
}

.team-card {
  display: grid !important;
  justify-items: center !important;
  gap: 10px !important;
  min-width: 110px !important;
  color: white !important;
  font-size: 1rem !important;
  font-weight: 850 !important;
}

.flag-img {
  width: 92px !important;
  height: 54px !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
  border-radius: 8px !important;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28) !important;
}

.flag-mexico {
  background: linear-gradient(90deg, #008b4f 0 33%, #f7f7ef 33% 66%, #c9152b 66% 100%) !important;
}

.flag-mexico::after {
  content: "" !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 50% !important;
  background: radial-gradient(circle, #b78b2b 0 34%, #0d7149 35% 56%, transparent 57%) !important;
}

.flag-south-africa {
  background:
    linear-gradient(146deg, transparent 0 35%, #f7d417 35% 40%, #007a4d 40% 55%, #fff 55% 60%, transparent 60%),
    linear-gradient(34deg, #000 0 30%, #f7d417 30% 35%, #007a4d 35% 49%, #fff 49% 54%, transparent 54%),
    linear-gradient(180deg, #de3831 0 50%, #002395 50% 100%) !important;
}

.match-screen .versus {
  width: 38px !important;
  height: 38px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 50% !important;
  background: rgba(4, 17, 19, 0.62) !important;
  color: white !important;
  font-size: 1rem !important;
  font-weight: 900 !important;
}

.match-screen .pick-box {
  display: flex !important;
  justify-content: center !important;
  gap: 10px !important;
  margin: 0 auto 14px !important;
  padding: 0 !important;
  background: transparent !important;
  text-transform: uppercase !important;
}

.match-screen .pick-box span {
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
}

.match-screen .pick-box strong {
  color: #55f164 !important;
  font-size: 1rem !important;
  font-weight: 850 !important;
}

.match-screen .match-dashboard {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin: 0 0 12px !important;
}

.match-screen .dash-item {
  min-height: 72px !important;
  display: grid !important;
  align-content: center !important;
  justify-items: center !important;
  padding: 10px 8px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 7px !important;
  background: rgba(255, 255, 255, 0.035) !important;
}

.match-screen .dash-item span {
  margin: 0 0 7px !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 0.66rem !important;
  font-weight: 400 !important;
  text-transform: none !important;
}

.match-screen .dash-item strong {
  color: white !important;
  font-size: 1rem !important;
  font-weight: 850 !important;
  text-align: center !important;
}

.match-screen .dash-item:first-child strong {
  color: #55f164 !important;
  font-size: 1.7rem !important;
  letter-spacing: 0.12em !important;
}

.match-screen .dash-item small {
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 0.72rem !important;
}

.screen-meta {
  grid-template-columns: repeat(2, auto) !important;
  justify-content: space-between !important;
  gap: 10px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  padding-top: 14px !important;
  color: #55f164 !important;
  font-size: 0.54rem !important;
  text-transform: uppercase !important;
}

.screen-meta strong {
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 0.72rem !important;
  font-weight: 650 !important;
  text-transform: none !important;
}

.monitor-stand {
  position: absolute !important;
  left: 50% !important;
  bottom: 9px !important;
  width: 58% !important;
  height: 38px !important;
  transform: translateX(-50%) !important;
  background: linear-gradient(180deg, #111b1d, #020606) !important;
  clip-path: polygon(42% 0, 58% 0, 66% 100%, 34% 100%) !important;
}

.retro-controls {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 15px !important;
  padding: 8px 8px 12px !important;
  border-left: 2px solid rgba(255, 255, 255, 0.08) !important;
}

.retro-knob {
  width: 50px !important;
  height: 50px !important;
  display: block !important;
  border: 5px solid #0a0f11 !important;
  border-radius: 50% !important;
  background:
    linear-gradient(135deg, transparent 44%, rgba(255, 255, 255, 0.58) 45% 52%, transparent 53%),
    radial-gradient(circle at 35% 35%, #c8d0cc, #485255 46%, #111719 70%) !important;
  box-shadow:
    inset -7px -7px 12px rgba(0, 0, 0, 0.48),
    inset 5px 5px 10px rgba(255, 255, 255, 0.18) !important;
}

.retro-knob.small {
  width: 43px !important;
  height: 43px !important;
}

.retro-speaker {
  width: 72px !important;
  height: 104px !important;
  display: block !important;
  margin-top: auto !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: repeating-linear-gradient(0deg, #9aa39d 0 5px, #151d20 5px 10px) !important;
}

.retro-power {
  width: 15px !important;
  height: 15px !important;
  display: block !important;
  border: 3px solid #090d0f !important;
  border-radius: 50% !important;
  background: radial-gradient(circle, #d6be7e 0 24%, #0f1517 26%) !important;
}

.monitor-stand::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  bottom: -10px !important;
  width: 120% !important;
  height: 14px !important;
  transform: translateX(-50%) !important;
  border-radius: 999px !important;
  background: #071011 !important;
}

.hero-stats {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  overflow: hidden !important;
  margin: 52px 0 0 !important;
  border: 1px solid rgba(85, 241, 100, 0.14) !important;
  border-radius: 10px !important;
  background: rgba(7, 23, 21, 0.72) !important;
  backdrop-filter: blur(18px) !important;
}

.hero-stats div {
  min-height: 98px !important;
  display: grid !important;
  grid-template-columns: 58px 1fr !important;
  align-content: center !important;
  column-gap: 18px !important;
  padding: 18px 24px !important;
  border-right: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.hero-stats div:last-child {
  border-right: 0 !important;
}

.stat-icon {
  grid-row: 1 / span 2 !important;
  width: 58px !important;
  height: 58px !important;
  display: inline-grid !important;
  place-items: center !important;
  border-radius: 14px !important;
  background: rgba(85, 241, 100, 0.12) !important;
  color: #55f164 !important;
  font-size: 1.45rem !important;
  font-weight: 950 !important;
}

.hero-stats strong {
  color: white !important;
  font-size: 1.72rem !important;
  font-weight: 850 !important;
  line-height: 1.08 !important;
}

.hero-stats div > span:last-child {
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 0.96rem !important;
}

.hero-why {
  display: grid !important;
  justify-items: center !important;
  gap: 13px !important;
  margin: -28px 0 96px !important;
  color: white !important;
  text-align: center !important;
}

.hero-why h2 {
  margin: 0 !important;
  color: white !important;
  font-size: 1.55rem !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
}

.hero-why > span {
  width: 36px !important;
  height: 2px !important;
  background: #55f164 !important;
}

.why-feature-row {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin-top: 18px !important;
}

.why-feature-row article {
  min-height: 72px !important;
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
  padding: 0 28px !important;
  border-right: 1px solid rgba(255, 255, 255, 0.09) !important;
  background: transparent !important;
}

.why-feature-row article:last-child {
  border-right: 0 !important;
}

.why-feature-row i {
  width: 50px !important;
  height: 50px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 50% !important;
  background: rgba(85, 241, 100, 0.12) !important;
  color: #55f164 !important;
  font-style: normal !important;
  font-size: 1.2rem !important;
}

.why-feature-row strong {
  color: white !important;
  font-size: 1rem !important;
  font-weight: 750 !important;
}

@media (max-width: 720px) {
  html,
  body {
    width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
  }

  body {
    padding-bottom: 78px !important;
    background:
      radial-gradient(circle at 82% 12%, rgba(72, 255, 101, 0.18), transparent 28%),
      linear-gradient(180deg, #001012 0%, #001817 52%, #00100f 100%) !important;
  }

  body::after {
    inset: 68px 0 0 !important;
    background:
      linear-gradient(138deg, transparent 0 58%, rgba(35, 255, 108, 0.36) 58% 100%),
      radial-gradient(ellipse at 50% 30%, rgba(56, 255, 96, 0.12), transparent 48%) !important;
  }

  main,
  .site-header,
  footer {
    width: calc(100% - 32px) !important;
    max-width: 430px !important;
  }

  .site-header {
    min-height: 64px !important;
    grid-template-columns: 1fr auto !important;
    gap: 12px !important;
    border-bottom-color: rgba(255, 255, 255, 0.08) !important;
  }

  .brand {
    min-width: 0 !important;
    gap: 8px !important;
    font-size: 0.78rem !important;
    letter-spacing: 0.01em !important;
  }

  .brand-mark {
    width: 24px !important;
    height: 24px !important;
    box-shadow:
      0 0 0 2px #071112,
      0 0 0 4px rgba(85, 241, 100, 0.65) !important;
  }

  .brand-mark::before {
    inset: -5px !important;
  }

  .site-header nav {
    display: none !important;
  }

  .header-telegram {
    min-width: 0 !important;
    min-height: 36px !important;
    padding: 0 12px !important;
    border-radius: 999px !important;
    font-size: 0.82rem !important;
  }

  .header-telegram .telegram-icon {
    width: 20px !important;
    height: 20px !important;
  }

  .hero {
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    padding: 42px 0 34px !important;
  }

  .hero::before {
    inset: 16px -70px auto 38% !important;
    height: 520px !important;
    opacity: 0.68 !important;
  }

  .hero-copy {
    width: 100% !important;
    max-width: none !important;
    padding-top: 0 !important;
  }

  .hero .eyebrow {
    margin-bottom: 16px !important;
    font-size: 0.76rem !important;
    letter-spacing: 0.12em !important;
  }

  .hero h1 {
    max-width: 100% !important;
    margin-bottom: 16px !important;
    font-size: clamp(3.15rem, 15vw, 4.15rem) !important;
    line-height: 0.98 !important;
    letter-spacing: 0.008em !important;
  }

  .hero-lead {
    max-width: 310px !important;
    margin-bottom: 16px !important;
    font-size: 1.2rem !important;
    line-height: 1.38 !important;
  }

  .accuracy-block {
    grid-template-columns: 42px 1fr !important;
    gap: 10px !important;
    max-width: 285px !important;
    margin-bottom: 14px !important;
    opacity: 0.58 !important;
  }

  .accuracy-ring {
    width: 42px !important;
    height: 42px !important;
  }

  .accuracy-ring strong {
    font-size: 0.98rem !important;
  }

  .accuracy-ring span {
    font-size: 0.5rem !important;
  }

  .accuracy-block > div:last-child strong {
    font-size: 0.68rem !important;
  }

  .accuracy-block > div:last-child span {
    font-size: 0.6rem !important;
  }

  .hero-actions {
    grid-template-columns: 1fr !important;
    width: 100% !important;
    margin-bottom: 16px !important;
  }

  .primary-action {
    width: 100% !important;
    min-height: 58px !important;
    border-radius: 8px !important;
    font-size: 1.05rem !important;
  }

  .trust-row {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .trust-row span {
    justify-content: center !important;
    min-height: 38px !important;
    padding: 0 8px !important;
    border: 1px solid rgba(85, 241, 100, 0.26) !important;
    border-radius: 999px !important;
    background: rgba(85, 241, 100, 0.08) !important;
    font-size: 0.72rem !important;
    line-height: 1.05 !important;
    text-align: center !important;
  }

  .trust-row span::before {
    width: 15px !important;
    height: 15px !important;
    flex: 0 0 auto !important;
    font-size: 0.58rem !important;
  }

  .match-screen {
    width: 100% !important;
    max-width: 390px !important;
    align-self: center !important;
    justify-self: center !important;
    margin: 0 !important;
    padding: 0 0 30px !important;
  }

  .monitor-panel {
    grid-template-columns: minmax(0, 1fr) 46px !important;
    gap: 8px !important;
    padding: 10px !important;
    border-width: 5px !important;
    border-radius: 10px !important;
  }

  .match-screen .screen-content {
    min-height: 252px !important;
    padding: 18px 14px 14px !important;
    border-width: 7px !important;
    border-radius: 24px / 34px !important;
  }

  .match-screen .ticket-top {
    margin-bottom: 12px !important;
    font-size: 0.72rem !important;
  }

  .confidence-badge {
    top: 20px !important;
    right: 64px !important;
    padding: 6px 9px !important;
    font-size: 0.64rem !important;
  }

  .match-screen .match-line {
    flex-direction: row !important;
    gap: 10px !important;
    margin-bottom: 12px !important;
  }

  .team-card {
    min-width: 0 !important;
    flex: 1 1 0 !important;
    gap: 7px !important;
    font-size: 0.82rem !important;
  }

  .flag-img {
    width: 70px !important;
    height: 42px !important;
    border-radius: 7px !important;
  }

  .flag-mexico::after {
    width: 13px !important;
    height: 13px !important;
  }

  .match-screen .versus {
    width: 30px !important;
    height: 30px !important;
    flex: 0 0 30px !important;
    font-size: 0.76rem !important;
  }

  .match-screen .pick-box {
    gap: 7px !important;
    margin-bottom: 10px !important;
  }

  .match-screen .pick-box span {
    font-size: 0.62rem !important;
  }

  .match-screen .pick-box strong {
    font-size: 0.78rem !important;
    white-space: nowrap !important;
  }

  .match-screen .match-dashboard {
    grid-template-columns: 1.3fr 0.8fr 0.95fr 0.95fr !important;
    gap: 5px !important;
    margin-bottom: 9px !important;
  }

  .match-screen .dash-item {
    min-height: 58px !important;
    padding: 7px 4px !important;
    border-radius: 6px !important;
  }

  .match-screen .dash-item span {
    margin-bottom: 4px !important;
    font-size: 0.53rem !important;
  }

  .match-screen .dash-item strong {
    font-size: 0.72rem !important;
  }

  .match-screen .dash-item:first-child strong {
    font-size: 1.26rem !important;
    letter-spacing: 0.08em !important;
  }

  .match-screen .dash-item small {
    font-size: 0.5rem !important;
  }

  .screen-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 6px !important;
    padding-top: 10px !important;
    font-size: 0.43rem !important;
  }

  .screen-meta strong {
    display: block !important;
    font-size: 0.56rem !important;
  }

  .retro-controls {
    gap: 9px !important;
    padding: 8px 4px 8px !important;
  }

  .retro-knob {
    width: 28px !important;
    height: 28px !important;
    border-width: 3px !important;
  }

  .retro-knob.small {
    width: 25px !important;
    height: 25px !important;
  }

  .retro-speaker {
    width: 30px !important;
    height: 84px !important;
    background: repeating-linear-gradient(0deg, #9aa39d 0 3px, #151d20 3px 7px) !important;
  }

  .retro-power {
    width: 11px !important;
    height: 11px !important;
    border-width: 2px !important;
  }

  .monitor-stand {
    bottom: 0 !important;
    height: 28px !important;
  }

  .hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin: 18px 0 0 !important;
    border-radius: 9px !important;
  }

  .hero-stats div {
    min-height: 78px !important;
    grid-template-columns: 36px 1fr !important;
    gap: 11px !important;
    padding: 14px !important;
  }

  .hero-stats div:nth-child(2) {
    border-right: 0 !important;
  }

  .hero-stats div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  }

  .stat-icon {
    width: 36px !important;
    height: 36px !important;
    border-radius: 10px !important;
    font-size: 0.95rem !important;
  }

  .hero-stats strong {
    font-size: 1.08rem !important;
  }

  .hero-stats div > span:last-child {
    font-size: 0.68rem !important;
    line-height: 1.15 !important;
  }

  .match-prediction-section,
  .ranking-section,
  .record-section,
  .join-section,
  .hero-why {
    width: 100% !important;
    max-width: 430px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .section-heading {
    margin-bottom: 22px !important;
  }

  .section-heading .eyebrow {
    font-size: 0.72rem !important;
  }

  .section-heading h2 {
    font-size: clamp(2.15rem, 11vw, 3rem) !important;
    line-height: 1.04 !important;
  }

  .section-heading p {
    max-width: 100% !important;
    font-size: 1rem !important;
    line-height: 1.45 !important;
  }

  .upcoming-match-grid {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: minmax(286px, 86vw) !important;
    grid-template-columns: none !important;
    gap: 14px !important;
    overflow-x: auto !important;
    padding: 0 0 12px !important;
    scroll-snap-type: x mandatory !important;
  }

  .upcoming-match-card {
    min-height: 0 !important;
    padding: 18px !important;
    border-radius: 12px !important;
    scroll-snap-align: start !important;
  }

  .upcoming-teams {
    gap: 6px !important;
    margin-bottom: 16px !important;
  }

  .upcoming-teams span,
  .upcoming-teams strong {
    min-width: 0 !important;
    padding: 11px 10px !important;
    font-size: 0.78rem !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
  }

  .upcoming-teams b {
    width: 34px !important;
    height: 34px !important;
    flex: 0 0 34px !important;
    font-size: 0.78rem !important;
  }

  .upcoming-pick span {
    font-size: 0.68rem !important;
  }

  .upcoming-pick strong {
    font-size: 1.08rem !important;
    line-height: 1.15 !important;
  }

  .upcoming-pick small {
    font-size: 0.82rem !important;
  }

  .source-link-row {
    gap: 8px !important;
  }

  .source-link-row a {
    padding: 8px 12px !important;
    font-size: 0.76rem !important;
    white-space: nowrap !important;
  }

  .hero-why {
    gap: 10px !important;
    margin-top: 36px !important;
    margin-bottom: 58px !important;
    overflow: hidden !important;
  }

  .hero-why h2 {
    max-width: 300px !important;
    font-size: 1.45rem !important;
  }

  .why-feature-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin-top: 14px !important;
  }

  .why-feature-row article {
    min-height: 88px !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 14px 10px !important;
    border: 1px solid rgba(85, 241, 100, 0.14) !important;
    border-radius: 12px !important;
    background: rgba(5, 21, 19, 0.72) !important;
  }

  .why-feature-row i {
    width: 38px !important;
    height: 38px !important;
    font-size: 0.95rem !important;
  }

  .why-feature-row strong {
    font-size: 0.78rem !important;
    line-height: 1.12 !important;
  }

  .ranking-board {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .ranking-card,
  .ranking-card.champion {
    grid-template-columns: 36px 34px minmax(0, 1fr) !important;
    min-height: 0 !important;
    padding: 14px !important;
  }

  .ranking-card strong {
    font-size: 1rem !important;
  }

  .ranking-card p {
    font-size: 0.78rem !important;
    line-height: 1.25 !important;
  }

  .record-hero,
  .telegram-panel,
  .join-panel,
  .source-grid article {
    border-radius: 12px !important;
    padding: 20px !important;
  }

  .sticky-telegram {
    left: 16px !important;
    right: 16px !important;
    bottom: 12px !important;
    width: auto !important;
    min-height: 56px !important;
    padding: 0 16px !important;
    border-radius: 12px !important;
    transform: none !important;
  }

  .sticky-telegram span,
  .sticky-telegram strong {
    font-size: 0.86rem !important;
  }
}

@media (max-width: 390px) {
  main,
  .site-header,
  footer {
    width: calc(100% - 24px) !important;
  }

  .hero h1 {
    font-size: clamp(2.75rem, 14.4vw, 3.35rem) !important;
  }

  .hero-lead {
    font-size: 1.08rem !important;
  }

  .trust-row span {
    font-size: 0.65rem !important;
    padding: 0 5px !important;
  }

  .monitor-panel {
    grid-template-columns: minmax(0, 1fr) 38px !important;
  }

  .flag-img {
    width: 58px !important;
    height: 36px !important;
  }

  .team-card {
    font-size: 0.72rem !important;
  }

  .confidence-badge {
    right: 54px !important;
  }

  .match-screen .dash-item:first-child strong {
    font-size: 1.05rem !important;
  }
}
