:root {
  --bw-black: #000;
  --bw-black-soft: #121212;
  --bw-surface: #e7e7e7;
  --bw-card: #f2f2f2;
  --bw-border: #d0d0d0;
  --bw-text: #232323;
  --bw-muted: #676767;
  --bw-gold: #ffcc00;
  --bw-gold-dark: #e2b300;
  --bw-white: #fff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Roboto", "Segoe UI", Arial, sans-serif;
  color: var(--bw-text);
  background: #dcdcdc;
}

a {
  color: inherit;
  text-decoration: none;
}

.top-shell {
  position: sticky;
  top: 0;
  z-index: 30;
  background: var(--bw-black);
  color: var(--bw-white);
  border-bottom: 1px solid #1d1d1d;
}

.top-shell__primary {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 14px 20px;
  min-height: 72px;
}

.brand {
  position: relative;
  display: inline-block;
  font-size: 44px;
  font-style: italic;
  font-weight: 900;
  line-height: 0.75;
  letter-spacing: -0.8px;
  padding-right: 4px;
}

.brand::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--bw-gold);
}

.product-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
}

.product-nav a {
  font-size: 26px;
  font-weight: 500;
  opacity: 0.95;
}

.product-nav .is-current {
  color: var(--bw-gold);
  font-weight: 700;
}

.account-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ghost-icon {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #525252;
  background: transparent;
  color: var(--bw-white);
  font-size: 26px;
  cursor: pointer;
}

.btn {
  border-radius: 8px;
  border: 0;
  font-size: 30px;
  font-weight: 700;
  padding: 15px 20px;
  cursor: pointer;
  text-transform: uppercase;
}

.btn--ghost {
  border: 1px solid #6e6e6e;
  color: var(--bw-white);
  background: transparent;
}

.btn--gold {
  background: var(--bw-gold);
  color: #111;
}

.btn--line {
  text-transform: none;
  border: 1px solid var(--bw-border);
  color: #2b2b2b;
  background: #fafafa;
  font-size: 18px;
  width: 100%;
}

.top-shell__secondary {
  display: flex;
  align-items: center;
  gap: 18px;
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px 20px 16px;
  border-top: 1px solid #1f1f1f;
}

.quick-link {
  color: #d3d3d3;
  font-size: 33px;
  padding: 8px 14px;
  border-radius: 10px;
}

.quick-link--active {
  background: #303030;
  color: var(--bw-gold);
  font-weight: 700;
}

.site-wrap {
  max-width: 1920px;
  margin: 0 auto;
  padding: 22px;
}

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

.hero-card {
  min-height: 192px;
  color: var(--bw-white);
  border-radius: 6px;
  padding: 12px 14px;
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.72));
}

.hero-card > * {
  position: relative;
  z-index: 1;
}

.hero-card--special {
  background-image: url("/bwin/9a8ea93fd29f404fa747db2a6e05c789.jpg");
}

.hero-card--event {
  background-image: url("/bwin/2a2a4606561943a0acfa1e26c7d2b001.jpg");
}

.hero-badge {
  margin: 0;
  display: inline-block;
  background: var(--bw-gold);
  color: #131313;
  padding: 4px 9px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
}

.hero-card h2 {
  margin: 10px 0 4px;
  font-size: 35px;
  line-height: 1.12;
  max-width: 92%;
}

.hero-meta {
  margin: 0;
  color: #e2e2e2;
  font-size: 23px;
}

.odds-chip {
  margin-top: 26px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.65);
}

.odds-chip span {
  display: block;
  font-size: 24px;
  padding: 8px 12px;
}

.odds-chip strong {
  color: var(--bw-gold);
}

.odds-chip__new {
  background: var(--bw-white);
  color: #111;
}

.hero-topline {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: #efefef;
  font-size: 22px;
  font-weight: 600;
}

.team-row {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.team {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 35px;
  font-weight: 600;
}

.team img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.team--flag img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
}

.market-name {
  margin: 14px 0 8px;
  text-align: center;
  font-size: 23px;
  font-weight: 600;
}

.odds-grid {
  display: grid;
  gap: 8px;
}

.odds-grid--three {
  grid-template-columns: repeat(3, 1fr);
}

.odds-grid--two {
  grid-template-columns: repeat(2, 1fr);
}

.odds-grid div {
  background: rgba(255, 255, 255, 0.96);
  color: #232323;
  border-radius: 4px;
  padding: 8px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}

.odds-grid strong {
  font-size: 28px;
}

.promo-strip {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 12px;
}

.safety-card,
.promo-card {
  border-radius: 6px;
  overflow: hidden;
  min-height: 90px;
}

.safety-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.promo-card {
  position: relative;
}

.promo-card__bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.2)),
    url("/bwin/819077f5ea9f420abad75296dcb8144f.webp");
  background-size: cover;
  background-position: center;
}

.promo-card__content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 18px;
}

.promo-card h2 {
  margin: 0;
  color: var(--bw-white);
  font-size: 56px;
  line-height: 1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.content-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 315px minmax(560px, 1fr) 470px;
  gap: 12px;
  align-items: start;
}

.panel {
  background: var(--bw-card);
  border: 1px solid var(--bw-border);
  border-radius: 6px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
}

.panel h3 {
  margin: 0;
  padding: 15px 16px;
  border-bottom: 1px solid var(--bw-border);
  font-size: 38px;
}

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

.shortcut {
  min-height: 122px;
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  background: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  font-size: 34px;
  color: #464646;
}

.shortcut img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.shortcut__icon {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #4b4b4b;
  font-size: 20px;
}

.link-stack {
  margin: 0;
  padding: 8px 0;
  list-style: none;
}

.link-stack li a {
  display: block;
  padding: 11px 16px;
  font-size: 30px;
  color: #383838;
  border-bottom: 1px solid #dfdfdf;
}

.link-stack li:last-child a {
  border-bottom: 0;
}

.league-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 14px;
  border-bottom: 1px solid var(--bw-border);
}

.tab {
  border: 0;
  border-radius: 6px;
  background: #f8f8f8;
  color: #434343;
  padding: 8px 12px;
  font-size: 28px;
  cursor: pointer;
}

.tab.is-active {
  color: #171717;
  box-shadow: inset 0 -3px 0 var(--bw-gold);
  font-weight: 700;
}

.markets-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 12px 14px 10px;
  border-bottom: 1px solid var(--bw-border);
}

.market-pill {
  border: 1px solid var(--bw-border);
  border-radius: 6px;
  background: #f8f8f8;
  color: #454545;
  font-size: 27px;
  padding: 10px 12px;
  text-align: left;
  cursor: pointer;
}

.table-wrap {
  overflow-x: auto;
}

.odds-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 860px;
}

.odds-table th,
.odds-table td {
  border-bottom: 1px solid #ddd;
  padding: 11px 10px;
  text-align: center;
}

.odds-table thead th {
  font-size: 22px;
  color: #666;
  font-weight: 600;
  background: #f7f7f7;
}

.odds-table tbody td {
  font-size: 27px;
  color: #3f3f3f;
  background: #f4f4f4;
}

.odds-table tbody td:first-child {
  text-align: left;
  min-width: 250px;
  font-size: 27px;
  color: #242424;
  font-weight: 600;
}

.event-feed {
  margin-top: 12px;
}

.panel-title-row {
  padding: 14px 16px;
  border-bottom: 1px solid var(--bw-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.panel-title-row h3 {
  margin: 0;
  padding: 0;
  border: 0;
}

.panel-title-row a {
  color: #181818;
  font-size: 24px;
  font-weight: 600;
}

.event-list {
  display: grid;
}

.event-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid #dedede;
  font-size: 27px;
}

.event-row span {
  color: #242424;
  font-weight: 600;
}

.event-row small {
  color: #666;
  font-size: 21px;
}

.seo-zone {
  margin-top: 12px;
}

.seo-rating {
  margin: 0;
  padding: 14px 16px 12px;
  border-bottom: 1px solid var(--bw-border);
  font-size: 22px;
  color: #1d1d1d;
}

.seo-rating strong {
  font-weight: 700;
}

.seo-zone h3 {
  border-bottom: 1px solid var(--bw-border);
}

.seo-zone__body {
  padding: 14px 16px 16px;
}

.seo-zone__body p {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.45;
  color: #444;
}

.seo-zone__body p:last-child {
  margin-bottom: 0;
}

.betslip {
  padding-bottom: 14px;
}

.betslip p {
  margin: 0;
  padding: 14px 16px 0;
  font-size: 29px;
}

.betslip .muted {
  color: var(--bw-muted);
  font-size: 22px;
  line-height: 1.35;
}

.betslip .btn--line {
  margin: 14px 16px 0;
  width: calc(100% - 32px);
}

.minigames {
  margin-top: 12px;
}

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

.game-tile {
  display: block;
  border-radius: 6px;
  overflow: hidden;
  background: #101010;
  color: #f0f0f0;
}

.game-tile img {
  width: 100%;
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.game-tile span {
  display: block;
  padding: 7px 8px 9px;
  font-size: 16px;
  line-height: 1.25;
}

.site-footer {
  margin-top: 14px;
  background: var(--bw-black-soft);
  color: #f5f5f5;
  padding: 26px 22px 20px;
}

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

.footer-col h4 {
  margin: 0 0 10px;
  font-size: 23px;
  color: #ddd;
}

.footer-col a {
  display: block;
  padding: 5px 0;
  font-size: 19px;
  color: #bbbbbb;
}

.footer-logos {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
}

.footer-logos img {
  height: 32px;
  width: auto;
  object-fit: contain;
}

.footer-social {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-social span {
  font-size: 20px;
  color: #cccccc;
  margin-right: 4px;
}

.footer-social img {
  width: 30px;
  height: 30px;
}

.copyright {
  margin: 16px 0 0;
  color: #8f8f8f;
  font-size: 15px;
  line-height: 1.4;
}

@media (max-width: 1500px) {
  .brand {
    font-size: 34px;
  }

  .product-nav a {
    font-size: 18px;
  }

  .btn {
    font-size: 20px;
    padding: 12px 15px;
  }

  .quick-link {
    font-size: 22px;
  }

  .hero-card h2 {
    font-size: 25px;
  }

  .hero-topline {
    font-size: 17px;
  }

  .team {
    font-size: 26px;
  }

  .market-name {
    font-size: 18px;
  }

  .odds-grid div {
    font-size: 15px;
  }

  .odds-grid strong {
    font-size: 19px;
  }

  .promo-card h2 {
    font-size: 40px;
  }

  .content-grid {
    grid-template-columns: 205px minmax(460px, 1fr) 320px;
  }

  .panel h3 {
    font-size: 29px;
  }

  .shortcut {
    font-size: 20px;
    min-height: 95px;
  }

  .link-stack li a {
    font-size: 19px;
  }

  .tab {
    font-size: 20px;
  }

  .market-pill {
    font-size: 18px;
  }

  .odds-table thead th {
    font-size: 14px;
  }

  .odds-table tbody td,
  .odds-table tbody td:first-child {
    font-size: 19px;
  }

  .event-row {
    font-size: 19px;
  }

  .event-row small {
    font-size: 14px;
  }

  .seo-zone__body p {
    font-size: 15px;
  }

  .betslip p {
    font-size: 22px;
  }

  .betslip .muted {
    font-size: 15px;
  }
}

@media (max-width: 1180px) {
  .content-grid {
    grid-template-columns: 1fr;
  }

  .left-column {
    order: 2;
  }

  .center-column {
    order: 1;
  }

  .right-column {
    order: 3;
  }

  .games-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 920px) {
  .top-shell__primary {
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .product-nav {
    order: 3;
    flex-basis: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero-strip {
    grid-template-columns: 1fr;
  }

  .promo-strip {
    grid-template-columns: 1fr;
  }

  .games-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .site-wrap,
  .site-footer {
    padding-left: 12px;
    padding-right: 12px;
  }

  .account-actions {
    width: 100%;
    justify-content: flex-end;
  }

  .quick-link {
    font-size: 18px;
    padding: 7px 10px;
  }

  .btn {
    font-size: 15px;
    padding: 9px 11px;
  }

  .team {
    font-size: 20px;
  }

  .team img {
    width: 42px;
    height: 42px;
  }

  .games-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
