.wnet-home {
  box-sizing: border-box;
  width: 100%;
  min-height: 100vh;
  padding: 94px 0 72px;
  overflow-x: hidden;
  background: #000c24;
}

.wnet-home-promos {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 7px 0;
}

.wnet-product-tiles,
.wnet-promo-tiles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  width: 100%;
}

.wnet-promo-tiles {
  margin-top: 7px;
}

.wnet-product-tile,
.wnet-promo-tile {
  display: block;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(252, 214, 13, .38);
  border-radius: 3px;
  background: rgba(255, 255, 255, .04);
}

.wnet-product-tile {
  position: relative;
  aspect-ratio: 306 / 433;
  text-decoration: none;
}

.wnet-promo-tile {
  aspect-ratio: 306 / 216;
}

.wnet-product-tile img,
.wnet-promo-tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wnet-product-tile::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 38%;
  background: linear-gradient(to bottom, rgba(3, 7, 7, 0), rgba(3, 7, 7, .94) 52%, #030707 100%);
  pointer-events: none;
}

.wnet-product-tile.has-source-title::after {
  height: 38%;
  background:
    linear-gradient(135deg, transparent 68%, rgba(252, 214, 13, .16) 68.5%, transparent 69.5%),
    radial-gradient(circle, rgba(252, 214, 13, .12) 1px, transparent 1.5px) 0 0 / 10px 10px,
    linear-gradient(160deg, #0b100c 0%, #020505 70%, #181205 100%);
}

.wnet-product-tile > span {
  position: absolute;
  right: 4px;
  bottom: 7px;
  left: 4px;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 34px;
  color: #fff;
  font: 900 clamp(9px, 2.8vw, 15px)/1.02 "Arial Narrow", Roboto, Arial, sans-serif;
  letter-spacing: -.15px;
  text-align: center;
  text-shadow: 0 2px 2px #000, 0 0 5px #000;
  text-transform: uppercase;
  hyphens: auto;
  overflow-wrap: anywhere;
  pointer-events: none;
}

html[lang="ar"] .wnet-product-tile > span,
html[lang="fr"] .wnet-product-tile > span,
html[lang="nl"] .wnet-product-tile > span {
  font-size: clamp(8px, 2.45vw, 13px);
}

.wnet-home-section {
  margin-top: 10px;
}

.wnet-home-section h2 {
  height: 22px;
  margin: 0;
  padding: 0 14px;
  overflow: hidden;
  color: rgba(255, 255, 255, .78);
  font: 600 12px/22px Roboto, Arial, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wnet-casino-showcase {
  overflow: hidden;
}

.wnet-casino-track {
  display: flex;
  gap: 8px;
  box-sizing: border-box;
  width: 100%;
  padding: 0 7px 2px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.wnet-casino-track::-webkit-scrollbar {
  display: none;
}

.wnet-casino-card {
  flex: 0 0 min(201px, 43vw);
  aspect-ratio: 201 / 142;
  overflow: hidden;
  scroll-snap-align: start;
  border: 1px solid rgba(252, 214, 13, .26);
  border-radius: 5px;
  background: rgba(255, 255, 255, .05);
}

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

.wnet-sport-cards {
  display: flex;
  gap: 5px;
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  padding: 10px 7px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}

.wnet-sport-cards::-webkit-scrollbar,
.wnet-featured-track::-webkit-scrollbar {
  display: none;
}

.wnet-sport-card {
  position: relative;
  display: flex;
  flex: 0 0 80px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 80px;
  height: 60px;
  padding: 5px;
  border: 0;
  border-bottom: 1px solid #fcd60d;
  border-radius: 4px;
  background: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .5);
  font-family: Roboto, Arial, sans-serif;
  text-decoration: none;
}

.wnet-sport-card.active {
  background: #109121;
  color: #fff;
}

.wnet-sport-card i {
  height: 28px;
  color: #fcd60d;
  font-size: 28px;
  line-height: 28px;
}

.wnet-sport-card.active i {
  color: #fff;
}

.wnet-sport-card[data-sport-id="4"] i {
  color: #a19e3e;
}

.wnet-sport-card[data-sport-id="5"] i {
  color: #dac179;
}

.wnet-sport-card[data-sport-id="41"] i {
  color: #839d24;
}

.wnet-sport-card span {
  display: block;
  max-width: 70px;
  overflow: hidden;
  font: 400 9px/12px Roboto, Arial, sans-serif;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wnet-sport-card b {
  position: absolute;
  top: 2px;
  right: 14px;
  color: currentColor;
  font: 500 9px/11px Roboto, Arial, sans-serif;
}

.wnet-featured-track {
  display: flex;
  gap: 10px;
  width: calc(100% - 7px);
  min-height: 149px;
  margin-left: 7px;
  padding: 0 0 1px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.wnet-featured-track.is-loading,
.wnet-match-list.is-loading {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, .05);
}

.wnet-featured-track.is-loading::after,
.wnet-match-list.is-loading::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(100deg, transparent 25%, rgba(255, 255, 255, .08) 45%, transparent 65%);
  animation: wnet-loading 1.2s linear infinite;
}

@keyframes wnet-loading {
  from { transform: translateX(-100%); }
  to { transform: translateX(100%); }
}

.wnet-event-card {
  display: flex;
  flex: 0 0 90.67%;
  flex-direction: column;
  box-sizing: border-box;
  min-width: 0;
  min-height: 149px;
  overflow: hidden;
  scroll-snap-align: start;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 8px;
  background: #000c24;
}

.wnet-event-head {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  min-height: 45px;
  padding: 5px 15px;
  background: rgba(255, 255, 255, .05);
}

.wnet-event-head i {
  flex: 0 0 20px;
  width: 20px;
  margin-right: 10px;
  color: rgba(255, 255, 255, .8);
  font-size: 20px;
  text-align: center;
}

.wnet-event-league {
  overflow: hidden;
  color: rgba(255, 255, 255, .6);
  font: 400 14px/17px Roboto, Arial, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wnet-event-body {
  display: grid;
  flex: 1 1 auto;
  grid-template-columns: minmax(0, 1fr) 68px minmax(0, 1fr);
  align-items: center;
  gap: 6px;
  padding: 8px 15px 5px;
  background: rgba(255, 255, 255, .05);
}

.wnet-event-team {
  overflow: hidden;
  color: #fff;
  font: 500 13px/16px Roboto, Arial, sans-serif;
  text-align: center;
  text-overflow: ellipsis;
}

.wnet-event-time {
  color: rgba(255, 255, 255, .65);
  font: 500 11px/15px Roboto, Arial, sans-serif;
  text-align: center;
}

.wnet-event-time strong {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.wnet-event-odds {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
  gap: 4px;
  padding: 0 15px 10px;
  background: rgba(255, 255, 255, .05);
}

.wnet-event-odd {
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  box-sizing: border-box;
  min-width: 0;
  height: 39px;
  padding: 3px 4px;
  border: 0;
  border-radius: 4px;
  background: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .6);
  font: 500 10px/13px Roboto, Arial, sans-serif;
  text-align: center;
}

.wnet-event-odd.active,
.wnet-match-odd.active {
  background: #fcd60d;
  color: #000205;
}

.wnet-event-odd.active strong,
.wnet-match-odd.active small,
.wnet-match-odd.active strong {
  color: #000205;
}

.wnet-event-odd strong {
  color: #ffd700;
  font-size: 12px;
  line-height: 14px;
}

.wnet-empty-state {
  display: flex;
  flex: 1 0 100%;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 90px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  color: rgba(255, 255, 255, .55);
  font: 400 12px/17px Roboto, Arial, sans-serif;
  text-align: center;
}

.wnet-time-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  padding: 0 7px 8px;
}

.wnet-time-tabs button {
  box-sizing: border-box;
  height: 34px;
  padding: 0 3px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 4px;
  background: rgba(255, 255, 255, .07);
  color: rgba(255, 255, 255, .72);
  font: 600 10px/34px Roboto, Arial, sans-serif;
  white-space: nowrap;
}

.wnet-time-tabs button[aria-selected="true"] {
  border-color: #fcd60d;
  background: #fcd60d;
  color: #000c24;
}

.wnet-upcoming-sports {
  display: flex;
  gap: 5px;
  box-sizing: border-box;
  width: 100%;
  min-height: 80px;
  padding: 10px 7px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}

.wnet-upcoming-sports::-webkit-scrollbar {
  display: none;
}

.wnet-upcoming-sports:empty {
  display: none;
}

.wnet-match-list {
  display: grid;
  gap: 4px;
  min-height: 120px;
  margin: 0 7px;
}

.wnet-match-row {
  box-sizing: border-box;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 4px;
  background: rgba(255, 255, 255, .025);
}

.wnet-match-league {
  height: 27px;
  padding: 0 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .75);
  font: 500 11px/27px Roboto, Arial, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wnet-match-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 25px;
  padding: 0 8px;
  color: rgba(255, 255, 255, .56);
  font: 400 10px/25px Roboto, Arial, sans-serif;
}

.wnet-match-meta span {
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wnet-match-content {
  display: grid;
  grid-template-columns: minmax(90px, 36%) minmax(0, 64%);
  gap: 5px;
  align-items: stretch;
  padding: 0 7px 8px;
}

.wnet-match-teams {
  display: grid;
  grid-template-rows: repeat(2, minmax(26px, 1fr));
  align-items: center;
  min-width: 0;
}

.wnet-match-teams span {
  overflow: hidden;
  color: rgba(255, 255, 255, .82);
  font: 500 11px/14px Roboto, Arial, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wnet-match-odds {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(52px, 1fr));
  gap: 3px;
  min-width: 0;
}

.wnet-match-odds > span,
.wnet-match-odds > button {
  display: grid;
  align-content: center;
  min-width: 0;
  min-height: 54px;
  padding: 2px;
  border: 0;
  border-radius: 3px;
  background: rgba(255, 255, 255, .08);
  font-family: Roboto, Arial, sans-serif;
  text-align: center;
}

.wnet-match-odds small {
  display: block;
  overflow: hidden;
  color: rgba(255, 255, 255, .56);
  font: 400 9px/12px Roboto, Arial, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wnet-match-odds strong {
  display: block;
  margin-top: 4px;
  color: #ffd700;
  font: 700 12px/15px Roboto, Arial, sans-serif;
}

.wnet-home-bottom {
  position: fixed;
  inset: auto 0 0;
  z-index: 950;
  display: flex;
  height: 53px;
  border-top: 1px solid rgba(255, 255, 255, .3);
  background: rgba(0, 12, 36, .94);
}

.wnet-home-bottom a,
.wnet-home-bottom button {
  position: relative;
  display: flex;
  flex: 1 1 20%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  width: 20%;
  height: 52px;
  padding: 4px 4px 8px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, .5);
  font: 400 10px/12px Roboto, Arial, sans-serif;
  text-decoration: none;
}

.wnet-home-betslip-badge {
  position: absolute;
  top: 2px;
  left: calc(50% + 6px);
  z-index: 1;
  min-width: 15px;
  height: 15px;
  padding: 0 3px;
  border-radius: 8px;
  background: #fcd60d;
  color: #000205;
  font: 700 9px/15px Roboto, Arial, sans-serif;
  text-align: center;
}

body.wnet-betslip-open {
  overflow: hidden;
}

.wnet-home-betslip {
  position: fixed;
  inset: 0;
  z-index: 1090;
  box-sizing: border-box;
  overflow-y: auto;
  background: #000c24;
}

.wnet-home-betslip > header {
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  height: 50px;
  padding: 0 12px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  background: #000c24;
}

.wnet-home-betslip > header h2 {
  margin: 0;
  color: #fff;
  font: 600 14px/50px Roboto, Arial, sans-serif;
}

.wnet-home-betslip > header button {
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font: 300 26px/32px Arial, sans-serif;
}

.wnet-home-betslip-list {
  display: grid;
  gap: 6px;
  padding: 8px;
}

.wnet-home-betslip-list > .wnet-empty-state {
  min-height: calc(100vh - 66px);
  border: 0;
}

.wnet-home-betslip-item {
  position: relative;
  box-sizing: border-box;
  min-width: 0;
  padding: 10px 44px 10px 10px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 6px;
  background: rgba(255, 255, 255, .05);
}

.wnet-home-betslip-item-league,
.wnet-home-betslip-item-teams,
.wnet-home-betslip-item-market {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wnet-home-betslip-item-league {
  color: rgba(255, 255, 255, .55);
  font: 400 10px/14px Roboto, Arial, sans-serif;
}

.wnet-home-betslip-item-teams {
  margin-top: 4px;
  color: rgba(255, 255, 255, .86);
  font: 500 12px/16px Roboto, Arial, sans-serif;
}

.wnet-home-betslip-item-market {
  margin-top: 7px;
  color: rgba(255, 255, 255, .62);
  font: 400 11px/15px Roboto, Arial, sans-serif;
}

.wnet-home-betslip-item-market strong {
  float: right;
  margin-left: 10px;
  color: #fcd60d;
  font-size: 13px;
}

.wnet-home-betslip-item-remove {
  position: absolute;
  top: 9px;
  right: 9px;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .75);
  font: 400 20px/28px Arial, sans-serif;
}

.wnet-home-bottom i {
  display: block;
  height: 28px;
  font-size: 20px;
  line-height: 28px;
}

.wnet-home-bottom span {
  display: block;
  overflow: hidden;
  width: 100%;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 340px) {
  .wnet-event-card {
    min-height: 183px;
  }

  .wnet-event-body {
    padding-right: 10px;
    padding-left: 10px;
  }

  .wnet-event-odds {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wnet-featured-track.is-loading::after,
  .wnet-match-list.is-loading::after {
    animation: none;
  }
}
