:root {
  --betlab-orange: #ff7900;
  --betlab-orange-bright: #ff9a22;
  --betlab-orange-deep: #d84b00;
  --betlab-orange-dark: #8f2108;
  --betlab-ink: #0c0b0a;
  --betlab-panel: #171411;
  --betlab-panel-soft: #211c18;
  --betlab-panel-hover: #2b241f;
  --betlab-line: rgba(255, 150, 62, 0.18);
  --betlab-muted: #a99d94;
  --betlab-cream: #fff3e8;
}

html,
body,
#app {
  background: var(--betlab-ink) !important;
}

html.bl-home-route .bet-swiper {
  display: none !important;
  width: 100% !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
}

@media (max-width: 600px), (max-width: 1200px) and (pointer: coarse) {
  #app .MuiContainer-root > div:first-child a[href="/"] img {
    width: clamp(82px, 25vw, 96px) !important;
    max-width: none !important;
    height: auto !important;
    object-fit: contain;
  }

  .footer .PaymentSection_icon_17jgt {
    margin: 0 18px 15px;
    font-size: 15px;
  }
}

/* Homepage composition from the licensed lobby: one primary banner, two
   supporting promos and a compact four-card navigation row underneath. */
.bl-home-hero {
  align-items: stretch !important;
  flex-direction: column !important;
  gap: 0 !important;
  height: auto !important;
  min-height: 0;
}

.bl-home-hero > * {
  min-width: 0;
}

.bl-home-hero > :not(.bl-home-promos):not(.bl-home-kyc) {
  display: none !important;
}

.bl-home-promos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  height: auto;
  padding: 4px 2px 12px;
}

.bl-home-promo-stack {
  min-width: 0;
  width: 100%;
  display: grid;
  gap: 0;
}

.bl-home-promo {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 0;
  border-radius: 16px;
  background-color: #171411;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .42), 0 22px 46px rgba(0, 0, 0, .32);
  isolation: isolate;
  aspect-ratio: 16 / 9;
  transform: translateY(-2px);
}

.bl-home-promo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(7, 9, 12, .94) 0%, rgba(7, 10, 15, .79) 39%, rgba(7, 10, 15, .14) 72%, transparent 100%);
}

.bl-home-promo::after {
  display: none;
}

.bl-home-promo--welcome {
  background-image: url("/img/banners/betlab-home-welcome.webp");
}

.bl-home-promo--crypto {
  background-image: url("/img/banners/betlab-home-crypto.webp");
}

.bl-home-promo--casino {
  background-image: url("/img/banners/betlab-home-casino.webp");
}

.bl-home-promo__content {
  display: flex;
  width: 66%;
  height: 100%;
  box-sizing: border-box;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(18px, 1.8vw, 28px);
}

.bl-home-promo__badge {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 0 10px;
  color: #fff5e8;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .04em;
  border: 1px solid rgba(255, 179, 91, .22);
  border-radius: 99px;
  background: rgba(255, 121, 0, .22);
  backdrop-filter: blur(8px);
}

.bl-home-promo h2 {
  max-width: 390px;
  margin: 12px 0 7px;
  color: #fff;
  font-size: clamp(21px, 2vw, 34px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.bl-home-promo p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-weight: 600;
}

.bl-home-promo__action {
  display: inline-flex;
  min-width: 112px;
  min-height: 40px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 0 18px;
  color: #1a0c03 !important;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none !important;
  border-radius: 9px;
  background: linear-gradient(135deg, #ffad39, #ff7900);
  box-shadow: 0 8px 20px rgba(255, 96, 0, .28);
  transition: transform .15s ease, filter .15s ease;
}

.bl-home-promo__action:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.bl-home-kyc {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: calc(100% - 4px);
  min-height: 92px;
  display: block;
  box-sizing: border-box;
  margin: 0 2px 14px;
  padding: 0;
  border: 1px solid rgba(150, 79, 190, .58);
  border-radius: 12px;
  background: radial-gradient(circle at 13% 120%, rgba(119, 58, 158, .74), transparent 31%), radial-gradient(circle at 87% -40%, rgba(126, 63, 167, .68), transparent 33%), linear-gradient(105deg, #3c1758, #4c1d69 45%, #42165f);
  color: #fff;
  font-family: inherit;
  text-align: left;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 9px 25px rgba(0, 0, 0, .3);
  cursor: pointer;
  appearance: none;
}

.bl-home-kyc::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .42;
  background: linear-gradient(135deg, transparent 0 45%, rgba(255, 255, 255, .055) 45% 46%, transparent 46% 100%), linear-gradient(45deg, transparent 0 47%, rgba(255, 255, 255, .035) 47% 48%, transparent 48% 100%);
  background-size: 170px 170px, 220px 220px;
  content: "";
}

.bl-home-kyc__art {
  position: absolute;
  z-index: 0;
  top: 50%;
  width: clamp(230px, 27vw, 355px);
  height: 126px;
  display: flex;
  align-items: center;
  pointer-events: none;
  transform: translateY(-50%);
}

.bl-home-kyc__art img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 7px 11px rgba(20, 4, 31, .42));
}

.bl-home-kyc__art--left { left: 10px; }
.bl-home-kyc__art--right { right: 8px; }

.bl-home-kyc__center {
  position: relative;
  z-index: 2;
  width: min(650px, 58%);
  min-height: 90px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 10px 0;
}

.bl-home-kyc__copy {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.bl-home-kyc__copy small {
  color: #e4c8f1;
  font-size: 8.5px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: .1em;
}

.bl-home-kyc__copy strong {
  color: #fff;
  font-size: clamp(15px, 1.35vw, 19px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -.015em;
  text-shadow: 0 2px 7px rgba(19, 4, 30, .55);
}

.bl-home-kyc__copy > span {
  max-width: 500px;
  color: rgba(255, 255, 255, .74);
  font-size: 9.5px;
  font-weight: 600;
  line-height: 1.25;
}

.bl-home-kyc__action {
  min-width: 112px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 16px;
  border-radius: 7px;
  background: #fff;
  color: #311047;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 6px 16px rgba(23, 3, 35, .28);
}

.bl-home-kyc[aria-busy="true"] {
  cursor: wait;
}

.bl-home-kyc[aria-busy="true"] .bl-home-kyc__action {
  opacity: .68;
}

.bl-kyc-notice {
  position: fixed;
  z-index: 16000;
  top: max(82px, calc(env(safe-area-inset-top) + 68px));
  left: 50%;
  width: max-content;
  max-width: calc(100vw - 32px);
  min-height: 48px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 11px 18px 11px 48px;
  border: 1px solid rgba(255, 151, 40, .5);
  border-radius: 12px;
  background: rgba(20, 16, 13, .97);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .46);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -12px);
  transition: opacity .18s ease, transform .18s ease;
}

.bl-kyc-notice::before {
  position: absolute;
  left: 15px;
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ff7900;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  content: "✓";
}

.bl-kyc-notice--info::before {
  content: "i";
}

.bl-kyc-notice--error::before {
  background: #d94242;
  content: "!";
}

.bl-kyc-notice.is-show {
  opacity: 1;
  transform: translate(-50%, 0);
}

.bl-home-hero .bet-swiper,
.bl-home-hero .bet-swiper .swiper-wrapper,
.bl-home-hero .bet-swiper .swiper-slide {
  height: 100% !important;
}

.bl-home-hero .bet-swiper .swiper-slide img {
  display: block;
  object-fit: cover;
  border-radius: 20px;
}

.bl-home-quick {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  width: 100%;
  margin: 0 0 16px;
}

.bl-home-quick__link {
  min-width: 0;
  color: #fff !important;
  text-decoration: none !important;
}

.bl-home-quick__card {
  position: relative;
  display: flex;
  min-height: 75px;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 10px 82px 10px 25px;
  border: 1px solid rgba(255, 157, 49, 0.12);
  border-radius: 12px;
  background: linear-gradient(110deg, #201c18, rgba(20, 16, 13, 0.88));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  isolation: isolate;
  transition: border-color .16s ease, transform .16s ease, background-color .16s ease;
}

.bl-home-quick__card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 90% 50%, rgba(255, 121, 0, 0.2), transparent 42%);
}

.bl-home-quick__link:hover .bl-home-quick__card {
  border-color: rgba(255, 157, 49, 0.36);
  transform: translateY(-1px);
}

.bl-home-quick__title {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #fff;
  font-size: clamp(16px, 1.45vw, 24px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: .1px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bl-home-quick__description {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 4px;
  color: #b7aaa0;
  font-size: 12px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bl-home-quick__image {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 58px;
  height: 58px;
  transform: translateY(-50%);
}

.bl-home-quick__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 900px) {
  .bl-home-hero {
    height: auto !important;
    padding: 12px 0 !important;
  }

  .bl-home-promos {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(84vw, 430px);
    height: auto;
    gap: 12px;
    padding: 3px 2px 10px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .bl-home-promos::-webkit-scrollbar {
    display: none;
  }

  .bl-home-promo {
    aspect-ratio: 16 / 9;
    scroll-snap-align: start;
  }

  .bl-home-promo__content {
    width: 68%;
    padding: 18px;
  }

  .bl-home-promo h2 {
    margin-top: 9px;
    font-size: clamp(20px, 6vw, 27px);
  }

  .bl-home-promo__action {
    min-width: 102px;
    min-height: 36px;
  }

  .bl-home-quick {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .bl-home-quick__card {
    min-height: 70px;
    padding: 9px 66px 9px 16px;
  }

  .bl-home-quick__image {
    right: 12px;
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 600px), (max-width: 1200px) and (pointer: coarse) {
  .bl-home-hero {
    min-height: 0;
  }

  .bl-home-quick {
    gap: 8px;
    margin: 0 0 14px;
  }

  .bl-home-promos {
    grid-auto-columns: calc(100vw - 44px);
  }

  .bl-home-promo__badge {
    min-height: 21px;
    padding: 0 8px;
    font-size: 8px;
  }

  .bl-home-promo p {
    font-size: 10px;
  }

  .bl-home-kyc {
    width: calc(100% - 4px);
    min-height: 94px;
    margin-bottom: 10px;
    text-align: left;
  }

  .bl-home-kyc__art {
    top: 50%;
    bottom: auto;
    width: 120px;
    height: 88px;
    opacity: .48;
    transform: translateY(-50%);
  }

  .bl-home-kyc__art--left { left: -30px; }
  .bl-home-kyc__art--right { right: -32px; }

  .bl-home-kyc__center {
    width: 100%;
    min-height: 92px;
    grid-template-columns: minmax(0, 1fr) 82px;
    justify-items: stretch;
    gap: 7px;
    padding: 8px 12px 8px 34px;
  }

  .bl-home-kyc__copy {
    align-content: center;
    justify-items: start;
    text-align: left;
  }

  .bl-home-kyc__copy small { font-size: 5.5px; }
  .bl-home-kyc__copy strong { font-size: clamp(11px, 3.45vw, 14px); }

  .bl-home-kyc__copy > span {
    max-width: 210px;
    font-size: 6.8px;
    line-height: 1.18;
  }

  .bl-home-kyc__action {
    min-width: 0;
    min-height: 31px;
    align-self: center;
    padding: 0 8px;
    font-size: 8px;
  }

  .bl-kyc-notice {
    top: calc(env(safe-area-inset-top) + 68px);
    width: calc(100vw - 28px);
    min-height: 50px;
    padding: 11px 14px 11px 46px;
    font-size: 12px;
  }

  .bl-home-quick__card {
    min-height: 66px;
    padding: 8px 52px 8px 12px;
    border-radius: 10px;
  }

  .bl-home-quick__title {
    font-size: 14px;
  }

  .bl-home-quick__description {
    font-size: 10px;
  }

  .bl-home-quick__image {
    right: 8px;
    width: 42px;
    height: 42px;
  }
}

body {
  color: #fff !important;
}

::selection {
  color: #140b04;
  background: var(--betlab-orange-bright);
}

::-webkit-scrollbar {
  background-color: #17120f !important;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(var(--betlab-orange-bright), var(--betlab-orange-deep)) !important;
}

.header_wraper .header,
.mobileMenu,
.drawer .MuiDrawer-paper,
.MuiDrawer-paper,
.MuiDialog-paper,
.MuiPopover-paper,
.MuiMenu-paper {
  background-color: var(--betlab-panel) !important;
  background-image: linear-gradient(102deg, #241b15, rgba(12, 11, 10, 0.97)) !important;
  border-color: var(--betlab-line) !important;
}

.header_wraper .header {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.45), 0 1px 0 rgba(255, 121, 0, 0.13) !important;
}

@media (min-width: 601px) and (max-width: 1100px) and (pointer: fine) {
  .header_wraper .header > :first-child {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
  }

  .header_wraper .header > .level-item {
    flex: 0 0 auto;
    margin-left: 6px;
  }

  .header_wraper .MuiTabs-root,
  .header_wraper .MuiTabs-scroller {
    min-width: 0;
    max-width: 100%;
  }

  .header_wraper .MuiTab-root {
    min-width: 0 !important;
    padding-right: 6px !important;
    padding-left: 6px !important;
    font-size: 11px !important;
  }
}

.header_wraper .logo-container img,
#loader-logo-container img {
  filter: none !important;
}

.header_top .free_link,
.header_top .register_btn,
.btn.primary,
.btn.success,
.btn.active,
.animation-btn,
.able,
.switch-btn .active,
.event-content .btn,
.event-content .market-head,
.MuiButton-containedPrimary,
.MuiLoadingButton-containedPrimary {
  color: #fff !important;
  background-color: var(--betlab-orange) !important;
  background-image: linear-gradient(135deg, var(--betlab-orange-bright), var(--betlab-orange-deep)) !important;
  border-color: transparent !important;
  box-shadow: 0 8px 22px rgba(255, 100, 0, 0.24) !important;
}

.header_top .free_link {
  color: #170c04 !important;
  background-image: linear-gradient(120deg, #ffd27a, var(--betlab-orange)) !important;
}

.header_top .login_btn,
.header_top .user_btn,
.header_wraper .header .level-item .lang_btn,
.switch-btn,
.sports-list,
.casino-search,
.top-casino,
.all-casino,
.casino-bg {
  background-color: var(--betlab-panel-soft) !important;
  background-image: linear-gradient(100deg, rgba(255, 121, 0, 0.08), rgba(12, 11, 10, 0.28)) !important;
  border-color: var(--betlab-line) !important;
}

.header_top .login_btn:hover,
.header_top .user_btn:hover,
.header_wraper .header .level-item .lang_btn:hover,
.sports-list-item-btn:hover,
.mobileMenu .mobileMenu-btn:hover {
  background-color: var(--betlab-panel-hover) !important;
}

.sports-icon,
.betslip-icon {
  background-color: #d8ccc3 !important;
}

/* Always use a real sport pictogram. The imported fallback was rendered as
   the same round/star marker whenever its runtime mask arrived late. */
.sports-icon {
  -webkit-mask-image: url("/images/icons_football.svg") !important;
  mask-image: url("/images/icons_football.svg") !important;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
}
.sports-icon.icon-4,
.sports-icon.icon-soccer { -webkit-mask-image: url("/images/icons_football.svg") !important; mask-image: url("/images/icons_football.svg") !important; }
.sports-icon.icon-2,
.sports-icon.icon-horse-racing { -webkit-mask-image: url("/images/icons_horse.svg") !important; mask-image: url("/images/icons_horse.svg") !important; }
.sports-icon.icon-5,
.sports-icon.icon-tennis { -webkit-mask-image: url("/images/icons_tennis.svg") !important; mask-image: url("/images/icons_tennis.svg") !important; }
.sports-icon.icon-6 { -webkit-mask-image: url("/img/leagues/golf.svg") !important; mask-image: url("/img/leagues/golf.svg") !important; }
.sports-icon.icon-7,
.sports-icon.icon-basketball { -webkit-mask-image: url("/images/icons_basketball.svg") !important; mask-image: url("/images/icons_basketball.svg") !important; }
.sports-icon.icon-9 { -webkit-mask-image: url("/img/leagues/mma.svg") !important; mask-image: url("/img/leagues/mma.svg") !important; }
.sports-icon.icon-10 { -webkit-mask-image: url("/img/leagues/cycling.svg") !important; mask-image: url("/img/leagues/cycling.svg") !important; }
.sports-icon.icon-11,
.sports-icon.icon-american-football { -webkit-mask-image: url("/img/leagues/americanfootball.svg") !important; mask-image: url("/img/leagues/americanfootball.svg") !important; }
.sports-icon.icon-12 { -webkit-mask-image: url("/images/icons_hockey.svg") !important; mask-image: url("/images/icons_hockey.svg") !important; }
.sports-icon.icon-16 { -webkit-mask-image: url("/images/icons_handball.svg") !important; mask-image: url("/images/icons_handball.svg") !important; }
.sports-icon.icon-18 { -webkit-mask-image: url("/images/icons_volleyball.svg") !important; mask-image: url("/images/icons_volleyball.svg") !important; }
.sports-icon.icon-20 { -webkit-mask-image: url("/img/leagues/motorsport.svg") !important; mask-image: url("/img/leagues/motorsport.svg") !important; }
.sports-icon.icon-22,
.sports-icon.icon-cricket { -webkit-mask-image: url("/images/icons_criket.svg") !important; mask-image: url("/images/icons_criket.svg") !important; }
.sports-icon.icon-23 { -webkit-mask-image: url("/images/icons_beysball.svg") !important; mask-image: url("/images/icons_beysball.svg") !important; }
.sports-icon.icon-24 { -webkit-mask-image: url("/images/icons_box.svg") !important; mask-image: url("/images/icons_box.svg") !important; }
.sports-icon.icon-31,
.sports-icon.icon-32,
.sports-icon.icon-rugby-union { -webkit-mask-image: url("/images/icons_regbi.svg") !important; mask-image: url("/images/icons_regbi.svg") !important; }
.sports-icon.icon-33 { -webkit-mask-image: url("/images/icons_snooker.svg") !important; mask-image: url("/images/icons_snooker.svg") !important; }
.sports-icon.icon-34 { -webkit-mask-image: url("/images/icons_darts.svg") !important; mask-image: url("/images/icons_darts.svg") !important; }
.sports-icon.icon-36 { -webkit-mask-image: url("/img/leagues/americanfootball.svg") !important; mask-image: url("/img/leagues/americanfootball.svg") !important; }
.sports-icon.icon-44 { -webkit-mask-image: url("/images/icons_badminton.svg") !important; mask-image: url("/images/icons_badminton.svg") !important; }
.sports-icon.icon-56,
.sports-icon.icon-table-tennis { -webkit-mask-image: url("/img/leagues/table-tennis.svg") !important; mask-image: url("/img/leagues/table-tennis.svg") !important; }
.sports-icon.icon-66 { -webkit-mask-image: url("/img/leagues/bowls.svg") !important; mask-image: url("/img/leagues/bowls.svg") !important; }
.sports-icon.icon-70 { -webkit-mask-image: url("/images/icons_footzal.svg") !important; mask-image: url("/images/icons_footzal.svg") !important; }
.sports-icon.icon-71 { -webkit-mask-image: url("/img/leagues/esports.svg") !important; mask-image: url("/img/leagues/esports.svg") !important; }
.sports-icon.icon-75 { -webkit-mask-image: url("/img/leagues/football.svg") !important; mask-image: url("/img/leagues/football.svg") !important; }
.sports-icon.icon-90 { -webkit-mask-image: url("/images/icons_florball.svg") !important; mask-image: url("/images/icons_florball.svg") !important; }
.sports-icon.icon-95 { -webkit-mask-image: url("/img/leagues/volleyball.svg") !important; mask-image: url("/img/leagues/volleyball.svg") !important; }
.sports-icon.icon-100 { -webkit-mask-image: url("/img/leagues/swimming.svg") !important; mask-image: url("/img/leagues/swimming.svg") !important; }
.sports-icon.icon-107 { -webkit-mask-image: url("/img/leagues/tennis.svg") !important; mask-image: url("/img/leagues/tennis.svg") !important; }
.sports-icon.icon-110 { -webkit-mask-image: url("/images/icons_water.svg") !important; mask-image: url("/images/icons_water.svg") !important; }

.event-content button:has(> svg[data-testid="StarIcon"]) > svg { display: none !important; }
.event-content button:has(> svg[data-testid="StarIcon"])::before {
  content: "";
  width: 18px;
  height: 18px;
  background: var(--betlab-orange-bright);
  -webkit-mask: url("/images/icons_football.svg") center / contain no-repeat;
  mask: url("/images/icons_football.svg") center / contain no-repeat;
}

.active .sports-icon,
.sports-list-item-btn.active .sports-icon,
.mobileMenu .mobileMenu-btn.active .sports-icon,
button:hover .sports-icon {
  background-color: var(--betlab-orange-bright) !important;
}

.mobileMenu .mobileMenu-btn.active::before,
.mobile-menu .active::before {
  background-color: var(--betlab-orange) !important;
  box-shadow: 0 0 12px rgba(255, 121, 0, 0.65) !important;
}

.mobileMenu .mobileMenu-btn.active p,
.mobile-menu .active p,
.mobile-clock,
.match-time-passed,
.match-score-total,
.MuiTab-root.Mui-selected,
.Mui-selected,
a:hover {
  color: var(--betlab-orange-bright) !important;
}

.MuiTabs-indicator,
.swiper-pagination-bullet-active,
.popular-events .swiper-pagination .swiper-pagination-bullet-active,
.bet-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--betlab-orange) !important;
}

.header_wraper .MuiTab-root.bl-shell-tab-active {
  position: relative;
  color: var(--betlab-orange-bright) !important;
}

.header_wraper .MuiTab-root.bl-shell-tab-active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(103deg, #108de7 -30%, #0855c4);
}

.header_wraper.bl-shell-tab-mode .MuiTabs-indicator {
  opacity: 0 !important;
}

.odd-coefficient,
.odd-cell button,
.match-odd-item button,
.event-content .market-body .market-wrap .market-btn,
.market-btn {
  border-color: rgba(255, 121, 0, 0.16) !important;
}

.odd-coefficient:hover,
.odd-cell button:hover,
.match-odd-item button:hover,
.event-content .market-body .market-wrap .market-btn:hover,
.market-btn:hover {
  background-color: #2d2119 !important;
  box-shadow: inset 0 0 0 1px rgba(255, 121, 0, 0.35) !important;
}

.odd-coefficient.active,
.odd-cell button.active,
.match-odd-item button.active,
.event-content .market-body .market-wrap .market-btn.active,
.market-btn.active,
.odd-coefficient.able {
  color: #fff !important;
  background-color: var(--betlab-orange) !important;
  background-image: linear-gradient(135deg, var(--betlab-orange-bright), var(--betlab-orange-deep)) !important;
  box-shadow: 0 6px 16px rgba(255, 91, 0, 0.28) !important;
}

.tournament-table,
.table-header,
.table-body,
.match-row,
.match-table-head-underlay,
.match-table-match-row,
.mobile-table,
.match-header {
  border-color: var(--betlab-line) !important;
}

.table-header,
.match-table-head-underlay,
.match-header {
  background: linear-gradient(100deg, rgba(255, 121, 0, 0.18), rgba(27, 20, 16, 0.98)) !important;
}

.match-row:nth-of-type(odd),
.match-table-match-row:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.018) !important;
}

.match-row:hover,
.match-table-match-row:hover {
  background-color: rgba(255, 121, 0, 0.055) !important;
}

.match-separator,
.footer .footer-line-full {
  background-color: var(--betlab-line) !important;
}

.footer .footer-line {
  background: linear-gradient(90deg, rgba(255, 121, 0, 0.35), transparent) !important;
}

.casino .casino-top::before {
  background: radial-gradient(circle at -55% 150%, #6d1706, #d84b00 14%, #ffb34f 66%, #8f2108 120%) !important;
}

.casino .casino-top::after {
  background: var(--betlab-ink) !important;
  box-shadow: inset 0 1px 30px #000, 0 8px 28px rgba(255, 91, 0, 0.08) !important;
}

.casino .casino-top .casino-get-price {
  background: linear-gradient(#fff2d8, var(--betlab-orange), #5f1403) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.top-casino .left-red,
.all-casino .left-red {
  background-image: linear-gradient(var(--betlab-orange-bright), var(--betlab-orange-deep)) !important;
}

.up {
  color: #35d07f !important;
}

.down {
  color: #ff5d52 !important;
}

input:focus,
textarea:focus,
.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
  border-color: var(--betlab-orange) !important;
}

.MuiCircularProgress-root,
.spinner {
  color: var(--betlab-orange) !important;
}

.loader-spinner {
  border-color: var(--betlab-orange) !important;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
}

@media (max-width: 600px), (max-width: 1200px) and (pointer: coarse) {
  .header_wraper .header,
  .mobileMenu {
    background-image: linear-gradient(100deg, #211812, #0c0b0a) !important;
  }

  .sports-live-over .live-sports-item-m button.active,
  .sports-live-over .live-sports-item-m button:hover {
    border-color: var(--betlab-orange) !important;
    background: rgba(255, 121, 0, 0.12) !important;
  }
}

/* The imported layout shipped the bet slip off-screen and without a usable
   mobile opener. Keep it immediately visible on desktop and expose its native
   bottom drawer on phones. */
.bl-betslip-panel {
  background: #17110e !important;
  border-left: 1px solid rgba(255, 121, 0, 0.28);
  box-shadow: none;
}

.bl-betslip-panel.is-open {
  box-shadow: -16px 0 44px rgba(0, 0, 0, 0.28);
}

.bl-betslip-panel .betslip {
  background: linear-gradient(180deg, #211812 0%, #100e0c 100%) !important;
}

.bl-betslip-panel > .MuiBox-root:last-child {
  top: 132px !important;
  left: -80px !important;
  width: 80px !important;
  min-width: 80px !important;
  height: 46px !important;
  min-height: 46px !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  padding: 0 !important;
  clip-path: none !important;
  border: 1px solid rgba(255, 121, 0, 0.4);
  border-right: 0;
  border-radius: 12px 0 0 12px;
  background: #17110e !important;
  box-shadow: -8px 8px 22px rgba(0, 0, 0, 0.28);
}

.bl-betslip-panel > .MuiBox-root:last-child > .MuiStack-root {
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 4px !important;
}

.bl-betslip-panel > .MuiBox-root:last-child button:nth-of-type(2) {
  display: none !important;
}

.bl-betslip-toggle {
  width: 72px !important;
  height: 38px !important;
  border-radius: 8px !important;
  background: linear-gradient(135deg, var(--betlab-orange-bright), var(--betlab-orange-deep)) !important;
  box-shadow: 0 7px 18px rgba(255, 91, 0, 0.28);
}

.bl-betslip-toggle-label {
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.footer .bl-footer-link {
  cursor: pointer !important;
  transition: color .16s ease, opacity .16s ease;
}

.footer .bl-footer-link:hover,
.footer .bl-footer-link:focus-visible {
  color: var(--betlab-orange-bright) !important;
  outline: none;
}

.bl-mobile-slip-button {
  display: none !important;
}

/* Long sport feeds contain hundreds of MUI nodes. Let the browser skip paint
   and layout work for rows outside the viewport; all markets stay in the DOM
   and become active immediately before they scroll into view. */
.match-row,
.match-table-match-row {
  content-visibility: auto;
  contain-intrinsic-size: auto 58px;
}

.tournament-table {
  content-visibility: auto;
  contain-intrinsic-size: auto 220px;
}

.popular-wrap,
.mobile-table {
  content-visibility: auto;
  contain-intrinsic-size: auto 156px;
}

.match-row .MuiTouchRipple-root,
.match-table-match-row .MuiTouchRipple-root,
.popular-wrap .MuiTouchRipple-root,
.mobile-table .MuiTouchRipple-root {
  display: none !important;
}

.up,
.down {
  animation-duration: .32s !important;
  animation-iteration-count: 1 !important;
}

/* Sports rows and market cards use one consistent white surface. League
   headers and selected odds keep the BetLab accent colour. */
.tournament-table,
.tournament-table .table-body,
.tournament-table .match-row,
.tournament-table .match-row:nth-of-type(odd),
.tournament-table .match-row:nth-of-type(even),
.tournament-table .match-row > .MuiTableCell-root,
.match-table-match-row,
.match-table-match-row:nth-of-type(odd),
.match-table-match-row:nth-of-type(even),
.match-table-match-row > .MuiTableCell-root,
.mobile-table,
.mobile-table .mobile-table-row,
.popular-wrap,
.event-content .market-body .market-wrap .market-btn {
  background: #fff !important;
  background-image: none !important;
}

.tournament-table .match-row > .MuiTableCell-root,
.match-table-match-row > .MuiTableCell-root,
.mobile-table .mobile-table-head,
.mobile-table .mobile-table-item {
  border-color: #e4e7ec !important;
}

.tournament-table .match-row,
.tournament-table .match-row *,
.match-table-match-row,
.match-table-match-row *,
.mobile-table,
.mobile-table *,
.popular-wrap,
.popular-wrap *,
.event-content .market-btn .market-name,
.event-content .market-btn .market-odd {
  color: #111827 !important;
}

.tournament-table .odd-cell.handicap,
.tournament-table .odd-coefficient:not(.active),
.match-table-match-row .odd-coefficient:not(.active),
.event-content .market-btn .market-odd:not(.active) {
  background: #f2f4f7 !important;
}

.tournament-table .odd-coefficient.active,
.match-table-match-row .odd-coefficient.active,
.event-content .market-btn .market-odd.active,
.popular-wrap .odd-coefficient.active,
.popular-wrap button.active,
.mobile-table .odd-coefficient.active,
.mobile-table button.active {
  color: #fff !important;
}

.popular-wrap .odd-coefficient.active *,
.popular-wrap button.active *,
.mobile-table .odd-coefficient.active *,
.mobile-table button.active * {
  color: #fff !important;
}

@media (max-width: 900px), (prefers-reduced-motion: reduce) {
  .up,
  .down {
    animation: none !important;
  }

  .match-row *,
  .match-table-match-row *,
  .popular-wrap *,
  .mobile-table * {
    transition-duration: .08s !important;
  }
}

/* Live Center on the event page rendered by the active Winners sportsbook. */
.event-content .bl-event-live-center {
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 16px;
  overflow: hidden;
  border: 1px solid #e3e7ed;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(13, 18, 27, .11);
  color: #111827;
}
.event-content .bl-lc-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 50px;
  padding: 10px 16px;
  background: linear-gradient(105deg, #17120f, #2a1b12 65%, #3b210f);
  color: #fff !important;
}
.event-content .bl-lc-head > div {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.event-content .bl-lc-head strong,
.event-content .bl-lc-head small { color: #fff !important; }
.event-content .bl-lc-head strong { font-size: 14px; }
.event-content .bl-lc-head small { opacity: .64; font-size: 11px; }
.event-content .bl-lc-live {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #ff5b45 !important;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
}
.event-content .bl-lc-live::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff3d32;
  box-shadow: 0 0 0 0 rgba(255, 61, 50, .55);
  animation: bl-lc-pulse 1.5s ease-out infinite;
}
@keyframes bl-lc-pulse { 70% { box-shadow: 0 0 0 7px rgba(255, 61, 50, 0); } }
.event-content .bl-lc-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 10px;
  background: #f2f4f7;
  border-bottom: 1px solid #e3e7ed;
}
.event-content .bl-lc-tabs button {
  min-width: 0;
  min-height: 38px;
  padding: 7px 10px;
  border: 1px solid #dde2e9;
  border-radius: 8px;
  background: #fff;
  color: #556173 !important;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.event-content .bl-lc-tabs button.is-active {
  border-color: transparent;
  background: linear-gradient(135deg, var(--betlab-orange-bright), var(--betlab-orange-deep));
  color: #fff !important;
  box-shadow: 0 6px 16px rgba(255, 91, 0, .22);
}
.event-content .bl-lc-body { padding: 14px; }
.event-content .bl-lc-score {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  padding: 12px 14px;
  border: 1px solid #e4e8ee;
  border-radius: 9px;
  background: #f8f9fb;
}
.event-content .bl-lc-team {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.event-content .bl-lc-team--away { justify-content: flex-end; text-align: right; }
.event-content .bl-lc-team span {
  min-width: 0;
  overflow: hidden;
  color: #111827 !important;
  font-size: 13px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.event-content .bl-lc-team strong {
  color: #111827 !important;
  font-size: 26px;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}
.event-content .bl-lc-clock {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 68px;
  color: #6b7280 !important;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.event-content .bl-lc-clock strong { color: #f05b12 !important; font-size: 16px; }
.event-content .bl-lc-pitch {
  position: relative;
  height: 180px;
  overflow: hidden;
  border: 5px solid #3d4855;
  border-radius: 10px;
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,.025) 0 18px, rgba(0,0,0,.025) 18px 36px),
    linear-gradient(180deg, #33404c, #222b34);
  box-shadow: inset 0 0 45px rgba(0,0,0,.25);
}
.event-content .bl-lc-pitch::before {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px solid rgba(255,255,255,.72);
}
.event-content .bl-lc-pitch__line {
  position: absolute;
  z-index: 1;
  top: 9px;
  bottom: 9px;
  left: 50%;
  border-left: 1px solid rgba(255,255,255,.72);
  display: none;
}
.event-content .bl-lc-pitch__circle {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.event-content .bl-lc-pitch__ball {
  position: absolute;
  z-index: 3;
  top: 47%;
  width: 11px;
  height: 11px;
  border: 2px solid rgba(0,0,0,.38);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 3px 8px rgba(0,0,0,.45);
  transform: translate(-50%, -50%);
  transition: left .45s ease;
}

.event-content .bl-lc-pitch--4 {
  border-color: #206336;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,.035) 0 11%, rgba(0,0,0,.035) 11% 22%),
    linear-gradient(180deg, #2b8846, #176433);
}

.event-content .bl-lc-pitch--4 .bl-lc-pitch__line,
.event-content .bl-lc-pitch--4 .bl-lc-pitch__circle,
.event-content .bl-lc-pitch--5 .bl-lc-pitch__line,
.event-content .bl-lc-pitch--5 .bl-lc-pitch__circle,
.event-content .bl-lc-pitch--7 .bl-lc-pitch__line,
.event-content .bl-lc-pitch--7 .bl-lc-pitch__circle,
.event-content .bl-lc-pitch--12 .bl-lc-pitch__line,
.event-content .bl-lc-pitch--12 .bl-lc-pitch__circle,
.event-content .bl-lc-pitch--16 .bl-lc-pitch__line,
.event-content .bl-lc-pitch--16 .bl-lc-pitch__circle,
.event-content .bl-lc-pitch--31 .bl-lc-pitch__line,
.event-content .bl-lc-pitch--32 .bl-lc-pitch__line {
  display: block;
}

.event-content .bl-lc-pitch--5 {
  border-color: #1464a5;
  background:
    linear-gradient(90deg, transparent 49.65%, rgba(255,255,255,.92) 49.65% 50.35%, transparent 50.35%),
    linear-gradient(180deg, #2388cf, #126ab0);
}

.event-content .bl-lc-pitch--5::before {
  inset: 12px 9px;
  border-width: 2px;
}

.event-content .bl-lc-pitch--5 .bl-lc-pitch__line {
  top: 12px;
  bottom: 12px;
  border-left: 3px solid rgba(255,255,255,.94);
  box-shadow: 0 0 0 1px rgba(12,44,68,.28);
}

.event-content .bl-lc-pitch--5 .bl-lc-pitch__circle {
  top: 12px;
  bottom: 12px;
  left: 25%;
  width: 50%;
  height: auto;
  border-radius: 0;
  transform: none;
}

.event-content .bl-lc-pitch--5 .bl-lc-pitch__ball {
  width: 9px;
  height: 9px;
  border-color: #8d7800;
  background: #eaf51b;
}

.event-content .bl-lc-pitch--7 {
  border-color: #8e4e1d;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,.04) 0 8%, rgba(73,31,9,.04) 8% 16%),
    linear-gradient(180deg, #d78b42, #b96529);
}

.event-content .bl-lc-pitch--7::before {
  border: 2px solid rgba(255,255,255,.82);
}

.event-content .bl-lc-pitch--7 .bl-lc-pitch__line {
  border-left-width: 2px;
}

.event-content .bl-lc-pitch--7 .bl-lc-pitch__circle {
  width: 58px;
  height: 58px;
  border-width: 2px;
}

.event-content .bl-lc-pitch--7 .bl-lc-pitch__ball {
  width: 14px;
  height: 14px;
  border-color: #4d240c;
  background: #e96d1a;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.28), 0 3px 8px rgba(0,0,0,.42);
}

.event-content .bl-lc-pitch--12 {
  border-color: #9cc7df;
  background:
    linear-gradient(90deg, transparent 49.65%, #d93e46 49.65% 50.35%, transparent 50.35%),
    linear-gradient(180deg, #f5fbff, #d9eff8);
}

.event-content .bl-lc-pitch--12::before {
  border: 2px solid rgba(55,145,193,.72);
}

.event-content .bl-lc-pitch--12 .bl-lc-pitch__line {
  border-left-color: #d93e46;
  border-left-width: 2px;
}

.event-content .bl-lc-pitch--12 .bl-lc-pitch__circle {
  border-color: #2e86bd;
  border-width: 2px;
}

.event-content .bl-lc-pitch--12 .bl-lc-pitch__ball {
  width: 13px;
  height: 6px;
  border: 0;
  border-radius: 50%;
  background: #18232c;
}

.event-content .bl-lc-pitch--11 {
  border-color: #4a6b32;
  background:
    repeating-linear-gradient(90deg, transparent 0 9.5%, rgba(255,255,255,.55) 9.5% 10%, transparent 10% 19.5%, rgba(255,255,255,.55) 19.5% 20%),
    linear-gradient(180deg, #477f35, #2c642e);
}

.event-content .bl-lc-pitch--11 .bl-lc-pitch__ball,
.event-content .bl-lc-pitch--31 .bl-lc-pitch__ball,
.event-content .bl-lc-pitch--32 .bl-lc-pitch__ball {
  width: 16px;
  height: 9px;
  border-color: #4d2412;
  border-radius: 65% 35%;
  background: #8f4a23;
}

.event-content .bl-lc-pitch--16 {
  border-color: #146e91;
  background: linear-gradient(180deg, #279ec1, #16789e);
}

.event-content .bl-lc-pitch--16::before {
  border-width: 2px;
}

.event-content .bl-lc-pitch--16 .bl-lc-pitch__circle {
  width: 54px;
  height: 54px;
  border-width: 2px;
}

.event-content .bl-lc-pitch--16 .bl-lc-pitch__ball {
  width: 12px;
  height: 12px;
  border-color: #17394b;
  background: radial-gradient(circle at 35% 35%, #fff 0 28%, #176aa3 29% 54%, #fff 55%);
}

.event-content .bl-lc-pitch--18 {
  border-color: #b16a24;
  background:
    linear-gradient(90deg, rgba(255,255,255,.1) 0 50%, rgba(0,0,0,.045) 50%),
    linear-gradient(180deg, #e5a54f, #ca7630);
}

.event-content .bl-lc-pitch--18 .bl-lc-pitch__line,
.event-content .bl-lc-pitch--44 .bl-lc-pitch__line,
.event-content .bl-lc-pitch--56 .bl-lc-pitch__line {
  display: block;
  top: 9px;
  bottom: 9px;
  border-left: 4px solid rgba(255,255,255,.9);
  box-shadow: 0 0 0 1px rgba(23,32,40,.25);
}

.event-content .bl-lc-pitch--18 .bl-lc-pitch__ball {
  width: 13px;
  height: 13px;
  border-color: #2c3e50;
  background: radial-gradient(circle at 35% 32%, #fff 0 28%, #2868a0 29% 48%, #f5d33c 49% 67%, #fff 68%);
}

.event-content .bl-lc-pitch--22 {
  border-color: #356229;
  background:
    linear-gradient(90deg, transparent 42%, #c99f69 42% 58%, transparent 58%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.025) 0 10%, rgba(0,0,0,.025) 10% 20%),
    linear-gradient(180deg, #5d963f, #39742f);
}

.event-content .bl-lc-pitch--22 .bl-lc-pitch__circle {
  display: block;
  top: 20%;
  bottom: 20%;
  left: 42%;
  width: 16%;
  height: auto;
  border-radius: 0;
  transform: none;
}

.event-content .bl-lc-pitch--22 .bl-lc-pitch__ball {
  width: 9px;
  height: 9px;
  border-color: #771c1c;
  background: #efefef;
}

.event-content .bl-lc-pitch--23 {
  border-color: #654729;
  background:
    linear-gradient(135deg, transparent 37%, rgba(179,112,59,.92) 37% 63%, transparent 63%),
    linear-gradient(45deg, transparent 37%, rgba(179,112,59,.92) 37% 63%, transparent 63%),
    linear-gradient(180deg, #529044, #2d7138);
}

.event-content .bl-lc-pitch--23 .bl-lc-pitch__circle {
  display: block;
  width: 62px;
  height: 62px;
  border-radius: 3px;
  transform: translate(-50%, -50%) rotate(45deg);
}

.event-content .bl-lc-pitch--23 .bl-lc-pitch__ball {
  width: 10px;
  height: 10px;
  border-color: #a82222;
  background: #fff;
}

.event-content .bl-lc-pitch--24 {
  border-color: #c9d2dc;
  background:
    linear-gradient(90deg, #d84444 0 3%, transparent 3% 97%, #337ccb 97%),
    linear-gradient(180deg, #f8fafc, #cfd9e4);
}

.event-content .bl-lc-pitch--24::before {
  inset: 18px;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px rgba(35,59,84,.28);
}

.event-content .bl-lc-pitch--24 .bl-lc-pitch__ball {
  display: none;
}

.event-content .bl-lc-pitch--31,
.event-content .bl-lc-pitch--32 {
  border-color: #315f31;
  background:
    repeating-linear-gradient(90deg, transparent 0 19.5%, rgba(255,255,255,.62) 19.5% 20%),
    linear-gradient(180deg, #3f853c, #24662e);
}

.event-content .bl-lc-pitch--33 {
  border-width: 10px;
  border-color: #57351d;
  background: radial-gradient(circle at 50% 50%, #27824d, #155b37);
}

.event-content .bl-lc-pitch--33::before {
  border-color: rgba(255,255,255,.16);
}

.event-content .bl-lc-pitch--33 .bl-lc-pitch__ball {
  width: 11px;
  height: 11px;
  border-color: #89939e;
  background: #fff;
}

.event-content .bl-lc-pitch--34 {
  border-color: #252b31;
  background:
    radial-gradient(circle at center, #d33 0 4%, #1b1e22 4% 10%, #f3e0b0 10% 22%, #20252a 22% 34%, #b72525 34% 38%, #dfcf9e 38% 50%, #222 50% 52%, #30353b 52%);
}

.event-content .bl-lc-pitch--34::before {
  display: none;
}

.event-content .bl-lc-pitch--34 .bl-lc-pitch__ball {
  width: 5px;
  height: 15px;
  border: 0;
  border-radius: 2px 70% 70% 2px;
  background: #f0a21a;
}

.event-content .bl-lc-pitch--44 {
  border-color: #26715c;
  background:
    linear-gradient(90deg, rgba(255,255,255,.08) 0 50%, rgba(0,0,0,.04) 50%),
    linear-gradient(180deg, #32a685, #1b7c69);
}

.event-content .bl-lc-pitch--44 .bl-lc-pitch__ball {
  width: 12px;
  height: 8px;
  border: 0;
  border-radius: 70% 20% 70% 20%;
  background: #fff;
}

.event-content .bl-lc-pitch--56 {
  border-width: 10px;
  border-color: #202a34;
  background:
    linear-gradient(90deg, transparent 49.5%, rgba(255,255,255,.85) 49.5% 50.5%, transparent 50.5%),
    linear-gradient(180deg, #2b83bc, #195b92);
}

.event-content .bl-lc-pitch--56::before {
  border-width: 2px;
}

.event-content .bl-lc-pitch--56 .bl-lc-pitch__ball {
  width: 8px;
  height: 8px;
  border-color: #a84d13;
  background: #f28b28;
}
.event-content .bl-lc-progress {
  position: absolute;
  z-index: 4;
  right: 9px;
  bottom: 9px;
  left: 9px;
  height: 4px;
  overflow: hidden;
  border-radius: 4px;
  background: rgba(0,0,0,.32);
}
.event-content .bl-lc-progress span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #ffd35a, var(--betlab-orange-bright));
  transition: width .45s ease;
}
.event-content .bl-lc-possession,
.event-content .bl-lc-stat {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 10px;
}
.event-content .bl-lc-possession { margin-top: 13px; }
.event-content .bl-lc-possession > strong,
.event-content .bl-lc-stat > strong {
  color: #111827 !important;
  font-size: 13px;
  text-align: center;
  font-variant-numeric: tabular-nums;
}
.event-content .bl-lc-possession > div,
.event-content .bl-lc-stat > div { min-width: 0; }
.event-content .bl-lc-possession span,
.event-content .bl-lc-stat span {
  display: block;
  margin-bottom: 5px;
  color: #6b7280 !important;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}
.event-content .bl-lc-possession i,
.event-content .bl-lc-stat i,
.event-content .bl-lc-pressure i {
  display: flex;
  height: 6px;
  overflow: hidden;
  border-radius: 6px;
  background: #e5e7eb;
}
.event-content .bl-lc-possession i b:first-child,
.event-content .bl-lc-stat i b:first-child,
.event-content .bl-lc-pressure i b:first-child { background: var(--betlab-orange-bright); }
.event-content .bl-lc-possession i b:last-child,
.event-content .bl-lc-stat i b:last-child,
.event-content .bl-lc-pressure i b:last-child { background: #315f9d; }
.event-content .bl-lc-pressure {
  margin-top: 13px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #f7f8fa;
}
.event-content .bl-lc-pressure > span {
  display: block;
  margin-bottom: 7px;
  color: #4b5563 !important;
  font-size: 11px;
  font-weight: 800;
}
.event-content .bl-lc-pressure i { height: 24px; }
.event-content .bl-lc-pressure i b {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  color: #fff !important;
  font-size: 11px;
  font-style: normal;
}
.event-content .bl-lc-stat-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.event-content .bl-lc-stat-list--compact {
  margin-top: 14px;
  padding-top: 13px;
  border-top: 1px solid #e6e9ee;
}
.event-content .bl-lc-timeline {
  display: flex;
  flex-direction: column;
}
.event-content .bl-lc-timeline__item {
  display: grid;
  grid-template-columns: 38px 30px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-height: 52px;
  border-bottom: 1px solid #e7eaf0;
}
.event-content .bl-lc-timeline__item:last-child { border-bottom: 0; }
.event-content .bl-lc-timeline__item > strong { color: #f05b12 !important; text-align: center; }
.event-content .bl-lc-timeline__icon { color: #111827 !important; font-size: 17px; text-align: center; }
.event-content .bl-lc-timeline__item b,
.event-content .bl-lc-timeline__item small { display: block; color: #111827 !important; }
.event-content .bl-lc-timeline__item small { margin-top: 3px; color: #7a8493 !important; font-size: 11px; }
.event-content .bl-lc-empty {
  padding: 24px 12px;
  color: #7b8491 !important;
  font-size: 13px;
  text-align: center;
}
@media (max-width: 600px), (max-width: 1200px) and (pointer: coarse) {
  .event-content .bl-event-live-center { border-radius: 9px; }
  .event-content .bl-lc-head { min-height: 44px; padding: 8px 11px; }
  .event-content .bl-lc-head small { display: none; }
  .event-content .bl-lc-tabs { padding: 7px; }
  .event-content .bl-lc-tabs button { min-height: 35px; padding: 5px 3px; font-size: 10.5px; }
  .event-content .bl-lc-body { padding: 9px; }
  .event-content .bl-lc-score { gap: 6px; padding: 10px 8px; }
  .event-content .bl-lc-team { gap: 5px; }
  .event-content .bl-lc-team span { font-size: 11px; white-space: normal; line-height: 1.2; }
  .event-content .bl-lc-team strong { font-size: 21px; }
  .event-content .bl-lc-clock { min-width: 42px; }
  .event-content .bl-lc-pitch { height: 142px; border-width: 4px; }
  .event-content .bl-lc-possession,
  .event-content .bl-lc-stat { grid-template-columns: 34px minmax(0, 1fr) 34px; gap: 5px; }
}
@media (prefers-reduced-motion: reduce) {
  .event-content .bl-lc-live::before { animation: none; }
  .event-content .bl-lc-pitch__ball,
  .event-content .bl-lc-progress span { transition: none; }
}

@media (max-width: 600px), (max-width: 1200px) and (pointer: coarse) {
  .bl-betslip-panel {
    display: none !important;
  }

  .bl-mobile-slip-button {
    position: fixed !important;
    right: 12px;
    bottom: calc(68px + env(safe-area-inset-bottom));
    z-index: 1200;
    display: inline-flex !important;
    min-width: 92px !important;
    height: 40px;
    padding: 0 16px !important;
    border: 1px solid rgba(255, 201, 124, 0.4) !important;
    border-radius: 12px !important;
    color: #fff !important;
    background: linear-gradient(135deg, var(--betlab-orange-bright), var(--betlab-orange-deep)) !important;
    box-shadow: 0 9px 25px rgba(255, 91, 0, 0.34) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
  }

  .mobileSlip .MuiDrawer-paper {
    max-height: 76dvh;
    overflow: auto;
    border: 1px solid rgba(255, 121, 0, 0.28);
    border-bottom: 0;
    border-radius: 18px 18px 0 0;
    background: linear-gradient(180deg, #211812 0%, #100e0c 100%) !important;
    box-shadow: 0 -18px 48px rgba(0, 0, 0, 0.46);
  }
}
