@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/roboto/roboto-400.ttf") format("truetype");
}

/* Bonus terms: editorial chapter rail */
.uz-bonus-terms-section {
  position: relative;
  overflow: hidden;
  border-top-color: rgba(55, 168, 255, .72) !important;
  background:
    radial-gradient(circle at 94% 4%, rgba(19, 119, 214, .18), transparent 34%),
    linear-gradient(145deg, rgba(16, 27, 39, .98), rgba(12, 17, 23, .98)) !important;
  box-shadow: inset 0 1px 0 rgba(119, 200, 255, .06), 0 18px 46px rgba(0, 0, 0, .2);
}

.uz-bonus-terms-section::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -105px;
  top: -115px;
  border: 1px solid rgba(59, 169, 255, .17);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(28, 124, 210, .035), 0 0 0 70px rgba(28, 124, 210, .025);
  pointer-events: none;
}

.uz-bonus-terms-section > h2,
.uz-bonus-terms-section > .uz-article-source-block {
  position: relative;
  z-index: 1;
}

.uz-bonus-terms-section > h2 {
  max-width: 760px;
}

.uz-bonus-terms-section > .uz-article-source-block {
  max-width: 780px;
  margin-bottom: 8px;
  color: rgba(226, 238, 248, .78);
}

.uz-bonus-term-chapter {
  --chapter-line: rgba(77, 172, 255, .28);
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  column-gap: 20px;
  padding: 25px 4px 27px;
  border-top: 1px solid var(--chapter-line);
}

.uz-bonus-term-chapter::before {
  content: attr(data-chapter);
  grid-column: 1;
  grid-row: 1 / span 20;
  display: grid;
  place-items: center;
  align-self: start;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(92, 188, 255, .58);
  border-radius: 50%;
  color: #a9dcff;
  background: linear-gradient(145deg, rgba(28, 109, 179, .34), rgba(10, 28, 43, .82));
  box-shadow: 0 0 0 5px rgba(26, 124, 213, .06), 0 10px 24px rgba(0, 72, 135, .2);
  font: 800 12px/1 Arial, sans-serif;
  letter-spacing: .08em;
}

.uz-bonus-term-chapter:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 24px;
  top: 70px;
  bottom: -1px;
  width: 1px;
  background: linear-gradient(var(--chapter-line), rgba(77, 172, 255, .05));
}

.uz-bonus-term-chapter > * {
  grid-column: 2;
  min-width: 0;
}

.uz-bonus-term-chapter > h3 {
  position: relative;
  margin: 3px 0 16px !important;
  padding: 0 0 12px !important;
  border: 0 !important;
  color: #f7fbff;
  background: none !important;
  font-size: clamp(18px, 1.7vw, 23px) !important;
  letter-spacing: -.015em;
}

.uz-bonus-term-chapter > h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(128px, 36%);
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #36a9ff, rgba(54, 169, 255, 0));
}

.uz-bonus-term-chapter > .uz-article-source-block {
  max-width: 880px;
  margin: 0 0 12px;
  color: rgba(232, 240, 247, .88);
}

.uz-bonus-term-chapter > .uz-article-source-block:last-child {
  margin-bottom: 0;
}

.uz-bonus-term-chapter > .uz-article-source-block p {
  line-height: 1.72;
}

.uz-bonus-term-chapter:last-child {
  margin: 6px 0 0;
  padding-right: 18px;
  border: 1px solid rgba(67, 161, 235, .25);
  border-radius: 12px;
  background: linear-gradient(105deg, rgba(18, 72, 113, .2), rgba(14, 24, 32, .4));
}

.uz-bonus-term-chapter:last-child::before {
  margin-left: 10px;
}

.uz-bonus-term-chapter:last-child > ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.uz-bonus-term-chapter:last-child > ul > li {
  position: relative;
  min-height: 48px;
  margin: 0;
  padding: 13px 15px 13px 48px;
  border-color: rgba(89, 151, 201, .28);
  background: rgba(6, 14, 21, .55);
}

@media (max-width: 640px) {
  .uz-bonus-term-chapter {
    grid-template-columns: 36px minmax(0, 1fr);
    column-gap: 12px;
    padding: 22px 0 24px;
  }

  .uz-bonus-term-chapter::before {
    width: 34px;
    height: 34px;
    font-size: 10px;
  }

  .uz-bonus-term-chapter:not(:last-child)::after {
    left: 17px;
    top: 61px;
  }

  .uz-bonus-term-chapter > h3 {
    margin-top: 1px !important;
    font-size: 18px !important;
  }

  .uz-bonus-term-chapter:last-child {
    margin-inline: -4px;
    padding: 20px 10px 20px 8px;
  }

  .uz-bonus-term-chapter:last-child::before {
    margin-left: 0;
  }

  .uz-bonus-term-chapter:last-child > ul > li {
    padding-left: 43px;
  }
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

/* Responsive hero centering contract — max 900px */
@media (max-width: 900px) {
  body .uz-hero {
    justify-content: center;
    text-align: center;
  }

  body .uz-hero-copy {
    box-sizing: border-box;
    width: min(600px, 100%);
    margin-inline: auto;
    text-align: center;
  }

  body .uz-hero .uz-hero-breadcrumbs {
    justify-content: center;
  }

  body .uz-hero .uz-hero-rating {
    justify-content: center;
    text-align: center;
  }

  body .uz-hero p {
    margin-inline: auto;
  }

  body .uz-hero .uz-hero-actions {
    display: flex;
    justify-content: center;
  }
}

/* Mobile hero containment contract — max 620px */
@media (max-width: 620px) {
  body .uz-hero {
    padding: 24px 10px;
  }

  body .uz-hero-copy {
    box-sizing: border-box;
    width: 100%;
  }

  body .uz-hero .uz-hero-actions {
    width: 100%;
  }

  body .uz-hero .uz-hero-actions a {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
  }
}

/* Compact two-row sportsbook navigation, based on the live BetLabel shell. */
.uz-betting-nav {
  position: relative;
  z-index: 12;
  width: min(1440px, calc(100% - 40px));
  margin: 14px auto 10px;
  overflow: hidden;
  color: #eef1f4;
  background: linear-gradient(180deg, #171a1f, #111418);
  border: 1px solid #3b4149;
  border-radius: 12px;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 5%),
    0 8px 24px rgb(0 0 0 / 28%);
  font-size: 12px;
}

.uz-betting-primary,
.uz-betting-sports {
  display: flex;
  align-items: stretch;
}

.uz-betting-primary {
  min-height: 40px;
  border-bottom: 1px solid #3a4048;
}

.uz-betting-sports {
  min-height: 40px;
}

.uz-betting-primary-tools,
.uz-betting-primary-links,
.uz-betting-sports-track,
.uz-sport-controls {
  display: flex;
  align-items: stretch;
}

.uz-betting-primary-links,
.uz-betting-sports-track {
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
}

.uz-betting-primary-links::-webkit-scrollbar,
.uz-betting-sports-track::-webkit-scrollbar {
  display: none;
}

.uz-betting-primary-tools,
.uz-sport-controls {
  flex: 0 0 auto;
}

.uz-betting-primary-tools {
  border-right: 1px solid #333940;
}

.uz-betting-primary-tools a,
.uz-betting-primary-links a,
.uz-betting-sports-track a,
.uz-sport-controls a,
.uz-betting-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 40px;
  min-height: 40px;
  padding: 0 12px;
  gap: 7px;
  color: #d9dde2;
  white-space: nowrap;
  transition: color 150ms ease, background-color 150ms ease;
}

.uz-betting-primary-tools a {
  padding-inline: 10px;
  color: #b9bec5;
  font-size: 17px;
}

.uz-betting-primary-tools svg {
  width: 17px;
  height: 17px;
  fill: currentcolor;
}

.uz-betting-primary-links {
  flex: 1 1 auto;
}

.uz-betting-primary-links a {
  position: relative;
  padding-inline: 17px;
  font-weight: 600;
}

.uz-betting-primary-links a::after {
  position: absolute;
  right: 17px;
  bottom: 0;
  left: 17px;
  height: 2px;
  content: "";
  background: transparent;
}

.uz-betting-primary-links .uz-state-active {
  color: #fff;
  font-weight: 800;
}

.uz-betting-primary-links .uz-state-active::after {
  background: #f6f7f8;
  box-shadow: 0 0 7px rgb(255 255 255 / 35%);
}

.uz-betting-search {
  justify-content: space-between;
  flex: 0 0 250px;
  align-self: center;
  min-height: 30px;
  margin: 5px 8px;
  padding-inline: 12px;
  color: #8f959d;
  background: #111419;
  border: 1px solid #343a42;
  border-radius: 7px;
  box-shadow: inset 0 1px 4px rgb(0 0 0 / 34%);
}

.uz-betting-search svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-width: 2;
}

.uz-betting-sports-track {
  flex: 1 1 auto;
}

.uz-betting-sports-track a {
  padding-inline: 11px;
  border-right: 1px solid rgb(255 255 255 / 3%);
}

.uz-betting-sports-track img {
  width: 17px;
  height: 17px;
  filter: grayscale(1) brightness(0) invert(1);
  opacity: 0.8;
}

.uz-betting-globe {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentcolor;
  stroke-width: 1.7;
}

.uz-betting-fifa {
  padding: 1px 3px;
  color: #15181c;
  background: #dce0e4;
  border-radius: 2px;
  font-size: 8px;
  line-height: 1;
}

.uz-sport-controls {
  border-left: 1px solid #343a42;
}

.uz-sport-controls a + a {
  border-left: 1px solid #343a42;
}

.uz-betting-nav a:hover,
.uz-betting-nav a:focus-visible {
  color: #fff;
  background: rgb(255 255 255 / 6%);
}

@media (max-width: 900px) {
  .uz-betting-nav {
    width: auto;
    margin-inline: 10px;
    border-radius: 10px;
  }

  .uz-betting-primary-tools a:not(.uz-betting-home) {
    display: none;
  }

  .uz-betting-primary-links a {
    padding-inline: 14px;
  }

  .uz-betting-search {
    justify-content: center;
    flex-basis: 42px;
    margin-inline: 4px;
    padding: 0;
  }

  .uz-betting-search span,
  .uz-sport-controls a:last-child span {
    display: none;
  }
}

@media (max-width: 520px) {
  .uz-betting-nav {
    margin-top: 10px;
  }

  .uz-sport-controls a:last-child {
    display: none;
  }
}

/* Interactive BetLabel line placed immediately after each primary hero. */
.uz-live-betting {
  margin: 0 0 24px;
  overflow: hidden;
  color: #172019;
  background: #f7faf6;
  border: 1px solid rgb(201 54 78 / 30%);
  border-radius: 14px;
  box-shadow: 0 22px 48px rgb(5 2 2 / 34%);
  cursor: pointer;
}

.uz-live-betting-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 12px 18px;
  gap: 18px;
  color: #fff;
  background:
    radial-gradient(circle at 94% 0%, rgb(56 185 79 / 18%), transparent 42%),
    linear-gradient(110deg, #211a1b, #171a18 68%);
  border-bottom: 2px solid var(--accent);
}

.uz-live-betting-eyebrow {
  display: block;
  margin-bottom: 3px;
  color: #8ee39c;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.uz-live-betting-head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(21px, 2.4vw, 28px);
  letter-spacing: -0.025em;
  line-height: 1.05;
}

.uz-live-betting-state {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #d8ded9;
  font-size: 11px;
}

.uz-live-betting-state span {
  width: 7px;
  height: 7px;
  background: var(--brand-green);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgb(56 185 79 / 13%), 0 0 12px rgb(56 185 79 / 66%);
}

.uz-live-betting-tabs {
  display: flex;
  align-items: stretch;
  overflow-x: auto;
  color: #fff;
  background: #1c201e;
  border-bottom: 1px solid #303633;
  scrollbar-width: thin;
  scrollbar-color: var(--accent) #1c201e;
}

.uz-live-betting-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 44px;
  padding: 8px 13px;
  gap: 7px;
  color: #d8dcda;
  background: transparent;
  border: 0;
  border-right: 1px solid rgb(255 255 255 / 7%);
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease;
}

.uz-live-betting-tab img {
  width: 17px;
  height: 17px;
  filter: invert(1);
  opacity: 0.82;
}

.uz-live-betting-tab:hover {
  color: #fff;
  background: rgb(201 54 78 / 10%);
}

.uz-live-betting-tab[aria-selected="true"] {
  color: #fff;
  background: #302326;
  box-shadow: inset 0 -3px 0 var(--accent);
}

.uz-live-betting-tab[aria-selected="true"] img {
  filter: invert(72%) sepia(48%) saturate(746%) hue-rotate(73deg) brightness(93%);
  opacity: 1;
}

.uz-live-betting-toolbar {
  display: flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  gap: 18px;
  color: #ced4d0;
  background: #282d2a;
  border-bottom: 1px solid #3a403d;
  font-size: 10px;
}

.uz-live-betting-toolbar strong {
  color: #fff;
}

.uz-live-betting-updated {
  margin-left: auto;
  color: #8f9a93;
}

.uz-live-betting-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior: contain;
  background: #fff;
  scrollbar-width: thin;
  scrollbar-color: var(--brand-green) #e4eae3;
}

.uz-live-betting-events {
  min-width: 720px;
}

.uz-live-betting-events:not(.uz-state-expanded) > .uz-live-betting-event:nth-child(n + 5) {
  display: none;
}

.uz-live-betting-events.uz-state-expanded > .uz-live-betting-event:nth-child(n + 5) {
  animation: blau-curtain-reveal 260ms ease both;
  animation-delay: calc((var(--event-order, 5) - 5) * 18ms);
}

.uz-live-betting-curtain {
  position: relative;
  z-index: 2;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  min-width: 720px;
  width: 100%;
  min-height: 42px;
  padding: 0 56px;
  gap: 10px;
  overflow: visible;
  color: #f6fbf7;
  background:
    linear-gradient(180deg, rgb(255 255 255 / 8%), transparent 34%),
    linear-gradient(90deg, #111814, #184725 50%, #111814);
  border: 0;
  border-top: 1px solid #5f8a68;
  box-shadow:
    0 -8px 18px rgb(16 55 27 / 18%),
    0 8px 18px rgb(17 24 20 / 20%),
    inset 0 1px 0 rgb(255 255 255 / 10%);
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.uz-live-betting-curtain::before,
.uz-live-betting-curtain::after {
  position: absolute;
  right: 16px;
  left: 16px;
  z-index: -1;
  height: 7px;
  content: "";
  background: #e8f4e6;
  border: 1px solid #d3e0d3;
  border-radius: 0 0 6px 6px;
  opacity: .56;
}

.uz-live-betting-curtain::before { bottom: -6px; }
.uz-live-betting-curtain::after {
  right: 28px;
  bottom: -11px;
  left: 28px;
  opacity: .28;
}

.uz-live-betting-curtain[aria-expanded="true"]::before,
.uz-live-betting-curtain[aria-expanded="true"]::after {
  display: none;
}

.uz-live-betting-curtain svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  transition: transform 220ms ease;
}

.uz-live-betting-curtain[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.uz-live-curtain-count {
  position: absolute;
  right: 20px;
  display: grid;
  place-items: center;
  min-width: 30px;
  min-height: 24px;
  padding-left: 12px;
  border-left: 1px solid rgb(255 255 255 / 18%);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}

.uz-live-betting-curtain:hover {
  background:
    linear-gradient(180deg, rgb(255 255 255 / 10%), transparent 34%),
    linear-gradient(90deg, #131c16, #1c572c 50%, #131c16);
}

.uz-live-betting-curtain:focus-visible {
  outline: 2px solid #69c477;
  outline-offset: -3px;
}

@keyframes blau-curtain-reveal {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

.uz-live-betting-event {
  background: #fff;
  border-bottom: 1px solid #dfe5df;
  animation: blau-betting-row-in 220ms ease both;
}

.uz-live-betting-event.uz-state-hidden {
  display: none;
}

@keyframes blau-betting-row-in {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}

.uz-live-betting-league {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 318px;
  align-items: center;
  min-height: 35px;
  color: #172019;
  background: #e8f4e6;
  border-top: 1px solid #f9fffa;
  font-size: 11px;
}

.uz-live-betting-league > span:first-child {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 7px 12px;
  gap: 8px;
  font-weight: 700;
}

.uz-live-betting-league img {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.uz-live-market-head {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 48px;
  align-self: stretch;
}

.uz-live-market-head b {
  display: grid;
  place-items: center;
  border-left: 1px solid #cdd8ce;
  font-size: 10px;
  font-weight: 600;
}

.uz-live-event-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px 48px;
  align-items: stretch;
  min-height: 78px;
}

.uz-live-participants {
  display: grid;
  align-content: center;
  min-width: 0;
  padding: 9px 12px;
}

.uz-live-participants > span {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 8px;
  color: #152019;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.55;
  text-decoration: underline;
  text-decoration-color: rgb(21 32 25 / 34%);
  text-underline-offset: 2px;
}

.uz-live-participants i {
  color: var(--brand-green);
  font-size: 15px;
  font-style: normal;
  text-decoration: none;
}

.uz-live-participants small {
  margin-top: 4px;
  color: #607068;
  font-size: 9px;
  font-weight: 600;
}

.uz-live-betting-odds {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  padding: 8px;
  gap: 6px;
  border-left: 1px solid #d7dfd7;
}

.uz-live-betting-odd {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 44px;
  padding: 5px 4px;
  color: #172019;
  background: #eef5ed;
  border: 1px solid transparent;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 150ms ease, background 150ms ease, color 150ms ease, transform 150ms ease;
}

.uz-live-betting-odd small {
  color: #657168;
  font-size: 8px;
  font-weight: 600;
}

.uz-live-odd-value {
  grid-column: 1;
  grid-row: 2;
}

.uz-live-betting-odd.uz-state-rising {
  color: #216b36;
  background: #e4f5e6;
  border-color: #b9dfbf;
  animation: blau-odd-pulse 650ms ease both;
}

.uz-live-betting-odd.uz-state-falling {
  color: #9b332d;
  background: #fff0ed;
  border-color: #efc6c0;
  animation: blau-odd-pulse 650ms ease both;
}

@keyframes blau-odd-pulse {
  0% { box-shadow: 0 0 0 0 currentcolor; transform: translateY(0); }
  45% { box-shadow: 0 0 0 3px transparent; transform: translateY(-1px); }
  100% { box-shadow: none; transform: translateY(0); }
}

.uz-live-betting-odd:hover,
.uz-live-betting-odd.uz-state-selected {
  color: #fff;
  background: var(--brand-green-active);
  border-color: var(--brand-green);
  transform: translateY(-1px);
}

.uz-live-betting-odd:hover small,
.uz-live-betting-odd.uz-state-selected small {
  color: #d7f7dd;
}

.uz-live-betting-odd.uz-state-locked {
  color: #9da6a0;
  background: #f2f4f1;
}

.uz-live-betting-markets {
  display: grid;
  place-items: center;
  padding: 0;
  color: #314a39;
  background: transparent;
  border: 0;
  border-left: 1px solid #d7dfd7;
  font: inherit;
  font-size: 10px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

.uz-live-betting-markets:hover {
  color: var(--accent);
  background: #f8ecee;
}

.uz-live-betting-markets[aria-expanded="true"] {
  color: #fff;
  background: var(--brand-green-active);
}

.uz-live-betting-tab,
.uz-betting-stream-toggle,
[data-betting-tab],
.uz-live-betting-markets {
  cursor: pointer;
}

.uz-live-betting-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  padding: 10px 16px;
  color: #fff;
  background: linear-gradient(90deg, #96263a, var(--accent));
  border: 0;
  border-top: 1px solid rgb(255 255 255 / 13%);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  transition: filter 160ms ease, background 160ms ease;
}

.uz-live-betting-more::after {
  content: "⌄";
  margin-left: 9px;
  font-size: 17px;
  line-height: 1;
  transition: transform 160ms ease;
}

.uz-live-betting-more[aria-expanded="true"]::after {
  transform: rotate(180deg);
}

.uz-live-betting-more:hover {
  filter: brightness(1.08);
}

@media (max-width: 900px) {
  .uz-live-betting {
    border-radius: 12px;
  }

  .uz-live-betting-head {
    align-items: flex-start;
    padding: 12px 14px;
  }

  .uz-live-betting-state {
    max-width: 170px;
    text-align: right;
  }
}

@media (max-width: 620px) {
  .uz-live-betting-head {
    display: grid;
    gap: 8px;
  }

  .uz-live-betting-state {
    max-width: none;
    text-align: left;
  }

  .uz-live-betting-tab {
    min-height: 42px;
    padding-inline: 11px;
  }

  .uz-live-betting-toolbar span:not(.uz-live-betting-updated) {
    display: none;
  }

  .uz-live-betting-events {
    min-width: 680px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .uz-live-betting-event,
  .uz-live-betting-odd,
  .uz-live-betting-more::after {
    animation: none;
    transition: none;
  }
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/roboto/roboto-500.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/roboto/roboto-600.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/roboto/roboto-700.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/roboto/roboto-800.ttf") format("truetype");
}

/* Design tokens */
:root {
  --page-bg: #06151f;
  --header-bg: #081d2b;
  --panel-bg: #0c2631;
  --panel-soft: #123440;
  --heading-bg: #174451;
  --control-bg: #071b26;
  --light-bg: #f5f1e7;
  --white: #fff;
  --text: #f6f7f5;
  --muted: #b8c7c5;
  --dark-text: #07151a;
  --accent: #e9aa3a;
  --accent-hover: #f4bd57;
  --accent-soft: #ecd59f;
  --accent-bright: #ffc85d;
  --accent-highlight: #ffdc8c;
  --accent-pale: #fff1cc;
  --signal-blue: #2788a7;
  --signal-blue-hover: #54afc8;
  --signal-blue-soft: #cbeaf0;
  --brand-green: #238579;
  --brand-green-hover: #31a094;
  --brand-green-active: #155e57;
  --line: #28605f;
  --radius: 10px;
  --shadow: 0 12px 28px rgb(0 8 12 / 28%);
  --header-height: 70px;
  --page-gutter: 20px;
  --left-column: 250px;
  --right-column: 250px;
  --content-flow-gap: 20px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 16px);
  background: var(--page-bg);
}

body {
  min-width: 320px;
  margin: 0;
  padding-top: var(--header-height);
  color: var(--text);
  background: #000;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
}

body,
button,
input,
select {
  font-family: "Roboto", Arial, sans-serif;
}

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

img {
  display: block;
  max-width: 100%;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid rgb(43 134 236 / 62%);
  outline-offset: 3px;
}

.uz-skip {
  position: fixed;
  top: -80px;
  left: 16px;
  z-index: 50;
  padding: 10px 14px;
  color: var(--white);
  background: var(--accent);
  border-radius: 6px;
}

.uz-skip:focus {
  top: 10px;
}

/* Header */
.uz-topbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 30;
  height: var(--header-height);
  background: var(--header-bg);
  box-shadow: 0 0 10px rgb(18 19 23 / 50%);
}

/* Page reading progress */
.uz-page-progress {
  --page-progress: 0%;
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  z-index: 4;
  height: 14px;
  pointer-events: none;
}

.uz-page-progress::before,
.uz-page-progress-fill {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
}

.uz-page-progress::before {
  content: "";
  background:
    repeating-linear-gradient(
      90deg,
      rgb(255 255 255 / 9%) 0 18px,
      transparent 18px 24px
    ),
    #0b0e0c;
  border-top: 1px solid rgb(255 255 255 / 5%);
}

.uz-page-progress-fill {
  right: auto;
  width: var(--page-progress);
  overflow: visible;
  background: linear-gradient(
    90deg,
    #238a43 0%,
    #35a953 42%,
    var(--signal-blue) 78%,
    var(--signal-blue-soft) 100%
  );
  border-radius: 0 999px 999px 0;
  box-shadow:
    0 0 9px rgb(69 167 223 / 72%),
    0 -1px rgb(255 255 255 / 16%) inset;
  transition: width 80ms linear;
}

.uz-page-progress-fill::after {
  content: "";
  position: absolute;
  top: -3px;
  right: -9px;
  width: 24px;
  height: 10px;
  background: radial-gradient(ellipse, rgb(201 234 253 / 82%), transparent 68%);
  opacity: 0.7;
  filter: blur(2px);
}

.uz-page-progress-ball {
  position: absolute;
  bottom: 2px;
  left: clamp(7px, var(--page-progress), calc(100% - 7px));
  width: 11px;
  height: 11px;
  background: #fff;
  border: 3px solid var(--signal-blue);
  border-radius: 3px;
  box-shadow:
    0 0 0 2px var(--header-bg),
    0 0 12px rgb(69 167 223 / 88%);
  transform: translateX(-50%) rotate(45deg);
  transition: left 80ms linear;
}

.uz-page-progress-ball::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: #238a43;
  border-radius: 1px;
}

.uz-nav {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  padding: 0 var(--page-gutter);
  gap: 26px;
}

.uz-brand {
  flex: 0 0 224px;
  align-self: stretch;
  display: flex;
  align-items: center;
  min-width: 0;
}

.uz-brand-logo {
  width: 224px;
  max-height: 52px;
  object-fit: contain;
  object-position: left center;
}

.uz-nav-links {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: auto;
}

.uz-nav-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 11px;
  gap: 7px;
  color: #f4f4f4;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 18px;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.uz-nav-links a:hover {
  color: var(--signal-blue-hover);
  background: rgb(69 167 223 / 9%);
  border-color: rgb(69 167 223 / 20%);
  transform: translateY(-1px);
}

.uz-nav-links .uz-state-active {
  color: var(--signal-blue-hover);
  background: transparent;
  border-color: transparent;
}

.uz-nav-links .uz-state-active::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: -9px;
  left: 10px;
  height: 2px;
  background: var(--signal-blue);
  border-radius: 2px 2px 0 0;
}

.uz-nav-link-icon {
  position: relative;
  display: grid;
  place-items: center;
  isolation: isolate;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  color: #e1e4e6;
  background:
    radial-gradient(circle at 28% 18%, rgb(255 255 255 / 15%), transparent 36%),
    linear-gradient(145deg, #343238, #1d1c21 72%);
  border: 1px solid rgb(255 255 255 / 13%);
  border-radius: 9px;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 10%),
    inset 0 -1px 0 rgb(0 0 0 / 35%),
    0 5px 12px rgb(0 0 0 / 25%);
  transition:
    color 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms cubic-bezier(0.2, 0.72, 0.24, 1.24);
}

.uz-nav-link-icon::before {
  position: absolute;
  z-index: -1;
  top: -9px;
  left: -5px;
  width: 22px;
  height: 18px;
  content: "";
  background: radial-gradient(circle, rgb(255 255 255 / 18%), transparent 70%);
  transform: rotate(-20deg);
}

.uz-nav-link-icon::after {
  position: absolute;
  right: 4px;
  bottom: 3px;
  width: 6px;
  height: 2px;
  content: "";
  background: #49c45b;
  border-radius: 999px;
  box-shadow: 0 0 7px rgb(73 196 91 / 80%);
  opacity: 0.72;
}

.uz-nav-link-icon svg {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
  overflow: visible;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.uz-nav-icon-surface {
  fill: rgb(255 255 255 / 5%);
  stroke: currentcolor;
  stroke-width: 1.35;
}

.uz-nav-icon-detail {
  fill: none;
  stroke: currentcolor;
  stroke-width: 1.25;
}

.uz-nav-icon-accent {
  fill: #49c45b;
  stroke: #b8d6bf;
  stroke-width: 0.65;
  filter: drop-shadow(0 0 2px rgb(73 196 91 / 62%));
  transition:
    fill 220ms ease,
    stroke 220ms ease,
    filter 220ms ease;
}

.uz-nav-links a:hover .uz-nav-link-icon,
.uz-nav-links .uz-state-active .uz-nav-link-icon {
  color: #fff;
  background:
    radial-gradient(circle at 28% 18%, rgb(255 255 255 / 18%), transparent 36%),
    linear-gradient(145deg, #102a3a, #0b0e0c 72%);
  border-color: rgb(69 167 223 / 62%);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 13%),
    inset 0 -1px 0 rgb(0 0 0 / 34%),
    0 7px 18px rgb(31 102 143 / 34%),
    0 0 0 3px rgb(69 167 223 / 11%);
  transform: translateY(-1px) rotate(-2deg) scale(1.06);
}

.uz-nav-links a:hover .uz-nav-icon-accent,
.uz-nav-links .uz-state-active .uz-nav-icon-accent {
  fill: var(--signal-blue);
  stroke: var(--signal-blue-soft);
  filter: drop-shadow(0 0 4px rgb(69 167 223 / 86%));
}

.uz-nav-links .uz-state-active .uz-nav-link-icon {
  animation: blau-nav-icon-pulse 2.8s ease-in-out infinite;
}

@keyframes blau-nav-icon-pulse {
  0%,
  100% {
    box-shadow:
      inset 0 1px 0 rgb(255 255 255 / 13%),
      0 7px 18px rgb(31 102 143 / 30%),
      0 0 0 2px rgb(69 167 223 / 9%);
  }

  50% {
    box-shadow:
      inset 0 1px 0 rgb(255 255 255 / 16%),
      0 8px 20px rgb(31 102 143 / 42%),
      0 0 0 4px rgb(69 167 223 / 14%);
  }
}

@media (max-width: 620px) {
  body {
    overflow-x: hidden;
  }

  body .uz-hero-copy {
    min-width: 0;
  }

  body .uz-hero h1 {
    max-width: 100%;
    font-size: clamp(26px, 7.5vw, 30px);
    line-height: 1.08;
    overflow-wrap: anywhere;
    hyphens: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .uz-nav-link-icon,
  .uz-nav-links .uz-state-active .uz-nav-link-icon {
    animation: none;
    transition-duration: 0.01ms;
  }
}

/* Deep navy surface contract: green is reserved for actionable controls. */
.uz-topbar,
.uz-slots-carousel,
.uz-main,
.uz-footer {
  background-color: var(--page-bg);
}

.uz-sidebar,
.uz-pin-sidebar,
.uz-right-sidebar,
.uz-bet-slip,
.uz-registration-card,
.uz-pin-section,
.uz-article-content-flow,
.uz-review-card,
.uz-faq-item,
.uz-platform-banner,
.uz-cookie,
.uz-dropdown-menu {
  border-color: var(--line);
}

.uz-promo-coupon {
  color: #f6f7f5;
  background:
    radial-gradient(circle at 90% -10%, rgb(73 196 91 / 20%), transparent 38%),
    linear-gradient(155deg, #0d1710, #050806 72%);
  border-color: rgb(73 196 91 / 48%);
}

.uz-coupon-header {
  background:
    linear-gradient(110deg, rgb(73 196 91 / 18%), transparent 62%),
    #111d15;
  border-bottom-color: rgb(123 213 138 / 42%);
}

.uz-coupon-header small,
.uz-coupon-divider {
  color: #7bd58a;
}

.uz-coupon-ticket-icon {
  background: linear-gradient(145deg, #49c45b, #238a43);
  border-color: rgb(184 214 191 / 56%);
  box-shadow:
    inset 0 1px rgb(255 255 255 / 24%),
    0 5px 12px rgb(2 42 88 / 36%);
}

.uz-coupon-intro,
.uz-coupon-auto-status {
  color: #bac5bc;
}

.uz-scratch-card {
  background: #edf5ef;
  border-color: rgb(73 196 91 / 48%);
}

.uz-scratch-reveal {
  color: #0b0e0c;
  background:
    radial-gradient(circle at 20% 20%, rgb(73 196 91 / 25%), transparent 48%),
    linear-gradient(135deg, #f5f7f5, #dceadf);
}

.uz-scratch-reveal small {
  color: #2e613b;
}

.uz-scratch-card.uz-state-revealed {
  border-color: rgb(73 196 91 / 78%);
  box-shadow:
    inset 0 0 0 2px rgb(255 255 255 / 76%),
    0 0 0 3px rgb(73 196 91 / 13%),
    0 9px 24px rgb(35 138 67 / 30%);
}

.uz-coupon-auto-status span {
  background: #49c45b;
  box-shadow: 0 0 0 0 rgb(73 196 91 / 52%);
}

.uz-coupon-divider::before,
.uz-coupon-divider::after {
  background: linear-gradient(90deg, transparent, rgb(123 213 138 / 48%));
}

.uz-coupon-note {
  color: #919d93;
}

.uz-slots-carousel-card:hover,
.uz-slots-carousel-card:focus-within {
  border-color: rgb(73 196 91 / 72%);
  box-shadow:
    0 8px 20px rgb(0 0 0 / 45%),
    0 0 15px rgb(73 196 91 / 24%);
}

.uz-fortune-tab {
  background:
    linear-gradient(105deg, rgb(73 196 91 / 20%), transparent 54%),
    #0b0e0c;
  border-color: rgb(73 196 91 / 64%);
  box-shadow:
    0 16px 36px rgb(0 0 0 / 48%),
    inset 4px 0 0 var(--accent),
    inset 0 1px 0 rgb(255 255 255 / 9%);
}

.uz-fortune-tab-handle {
  background: linear-gradient(180deg, #49c45b, #238a43);
}

.uz-fortune-panel {
  background:
    radial-gradient(circle at 85% 8%, rgb(73 196 91 / 20%), transparent 32%),
    linear-gradient(155deg, #0d1710, #040705 68%);
  border-color: rgb(73 196 91 / 52%);
}

.uz-fortune-eyebrow {
  color: #7bd58a;
}

.uz-fortune-wheel {
  background: conic-gradient(
    #35a953 0 45deg,
    #f2f7f3 45deg 90deg,
    #238a43 90deg 135deg,
    #0b0e0c 135deg 180deg,
    #35a953 180deg 225deg,
    #f2f7f3 225deg 270deg,
    #238a43 270deg 315deg,
    #0b0e0c 315deg
  );
  border-color: #eff6f0;
  box-shadow:
    0 0 0 3px var(--accent),
    0 0 0 7px #050906,
    0 14px 34px rgb(0 0 0 / 52%),
    inset 0 0 24px rgb(2 42 88 / 48%);
}

.uz-fortune-wheel > span:nth-child(2),
.uz-fortune-wheel > span:nth-child(6) {
  color: #0b0e0c;
}

.uz-fortune-hub {
  color: var(--accent);
  background: linear-gradient(145deg, #fff, #e4eee6);
  border-color: #0b0e0c;
  box-shadow:
    0 0 0 2px var(--accent),
    0 7px 18px rgb(0 0 0 / 34%);
}

.uz-fortune-result {
  background:
    radial-gradient(circle at 50% 32%, rgb(73 196 91 / 28%), transparent 50%),
    rgb(3 20 38 / 96%);
  border-color: #e6f1e8;
  box-shadow:
    0 0 42px rgb(53 169 83 / 52%),
    inset 0 0 35px rgb(53 169 83 / 26%);
}

.uz-header-tools,
.uz-auth {
  display: flex;
  align-items: center;
  gap: 10px;
}

.uz-tool-button {
  position: relative;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: var(--accent);
  background: var(--control-bg);
  border-radius: 4px;
  font-weight: 800;
}

.uz-tool-button span {
  position: absolute;
  top: -4px;
  right: -4px;
  display: grid;
  place-items: center;
  min-width: 15px;
  height: 15px;
  padding: 0 3px;
  color: var(--white);
  background: var(--accent);
  border-radius: 50%;
  font-size: 10px;
}

.uz-btn,
.uz-pin-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 8px 16px;
  color: var(--white);
  background: var(--control-bg);
  border: 0;
  border-radius: var(--radius);
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  transition: transform 180ms ease, background 180ms ease;
}

.uz-btn:hover,
.uz-pin-btn:hover {
  transform: translateY(-1px);
}

.uz-btn:active,
.uz-pin-btn:active {
  transform: translateY(1px);
}

.uz-hot {
  background: var(--accent);
}

.uz-hot:hover {
  background: var(--accent-hover);
}

.uz-ghost {
  background: var(--control-bg);
}

.uz-header-time {
  padding-left: 12px;
  color: #e7e8ea;
  border-left: 1px solid #2b2e34;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}

.uz-language-switch {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 4px 11px 4px 5px;
  gap: 8px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(201, 54, 78, 0.1), transparent 60%),
    var(--control-bg);
  border: 1px solid #343941;
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.uz-language-switch:hover,
.uz-language-switch:focus-visible {
  border-color: rgba(201, 54, 78, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 0 0 3px rgba(201, 54, 78, 0.12);
}

.uz-language-switch::after {
  display: none;
}

.uz-language-flag-uz {
  display: inline-block;
  position: relative;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 72%);
  border-radius: 999px;
  background:
    radial-gradient(circle at 72% 28%, #fff 0 1.2px, transparent 1.5px),
    radial-gradient(circle at 67% 64%, #fff 0 1.2px, transparent 1.5px),
    radial-gradient(circle at 84% 74%, #fff 0 1px, transparent 1.4px),
    linear-gradient(32deg, transparent 0 19%, #fff 20% 26%, transparent 27% 100%),
    linear-gradient(-32deg, transparent 0 19%, #fff 20% 26%, transparent 27% 100%),
    #082b66;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.35),
    0 0 0 3px rgb(233 170 58 / 18%),
    0 2px 8px rgba(0, 0, 0, 0.28);
}

.uz-language-flag-uz::after {
  content: "✦";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #e52635;
  font-size: 8px;
  line-height: 1;
  text-shadow: 0 0 1px #fff;
  transform: translate(-50%, -50%);
}

.uz-mobile-burger,
.uz-mobile-menu {
  display: none;
}

/* Slots carousel */
.uz-slots-carousel {
  position: relative;
  overflow: hidden;
  background: #101217;
  border-top: 1px solid #20232a;
  border-bottom: 1px solid #272a31;
}

.uz-slots-carousel-shell {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 14px calc(var(--page-gutter) + 42px) 7px var(--page-gutter);
}

.uz-slot-viewport {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 12px, #000 calc(100% - 20px), transparent);
}

.uz-slots-carousel-track,
.uz-slots-carousel-group {
  display: flex;
  flex: none;
  gap: 8px;
}

.uz-slots-carousel-track {
  width: max-content;
  animation: slots-carousel-scroll 72s linear infinite;
  will-change: transform;
}

.uz-slots-carousel-group {
  margin: 0;
  padding: 0;
  list-style: none;
}

.uz-slots-carousel-card {
  flex: 0 0 clamp(104px, 8vw, 122px);
  width: clamp(104px, 8vw, 122px);
  overflow: hidden;
  color: #e7e8ea;
  background: #1b1e24;
  border: 1px solid #292d35;
  border-radius: 7px;
  box-shadow: 0 3px 9px rgb(0 0 0 / 24%);
}

.uz-slots-carousel-link {
  display: block;
  color: inherit;
}

.uz-slots-carousel-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 301 / 180;
  object-fit: cover;
  background: #24272e;
}

.uz-slots-carousel-name {
  display: block;
  overflow: hidden;
  padding: 4px 7px 5px;
  font-size: 11px;
  font-weight: 500;
  line-height: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.uz-slots-carousel:hover .uz-slots-carousel-track {
  animation-play-state: paused;
}

.uz-main-slots-strip {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 8px 0 18px;
  border: 1px solid rgb(210 49 78 / 24%);
  border-radius: 9px;
  box-shadow: 0 8px 22px rgb(0 0 0 / 18%);
}

.uz-main-slots-strip .uz-slots-carousel-shell {
  max-width: none;
  padding: 7px 8px;
}


.uz-slot-strip-alt .uz-slots-carousel-track {
  animation-delay: -36s;
}

@keyframes slots-carousel-scroll {
  to {
    transform: translateX(calc(-50% - 4px));
  }
}

/* Main layout */
.uz-page-shell {
  display: grid;
  grid-template-columns: var(--left-column) minmax(0, 860px) var(--right-column);
  align-items: start;
  justify-content: center;
  gap: 20px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 18px var(--page-gutter) 42px;
}

.uz-page-shell.uz-state-left-collapsed {
  grid-template-columns: 42px minmax(0, 1fr) var(--right-column);
}

.uz-page-shell.uz-state-right-collapsed {
  grid-template-columns: var(--left-column) minmax(0, 1fr) 42px;
}

.uz-page-shell.uz-state-left-collapsed.uz-state-right-collapsed {
  grid-template-columns: 42px minmax(0, 1fr) 42px;
}

/* The sidebar script exposes these live state classes on the page shell. */
.uz-page-shell.is-left-sidebar-collapsed {
  grid-template-columns: 42px minmax(0, 1fr) var(--right-column);
}

.uz-page-shell.is-right-sidebar-collapsed {
  grid-template-columns: var(--left-column) minmax(0, 1fr) 42px;
}

.uz-page-shell.is-left-sidebar-collapsed.is-right-sidebar-collapsed {
  grid-template-columns: 42px minmax(0, 1fr) 42px;
}

.uz-pin-content {
  min-width: 0;
}

/* Left sidebar */
.uz-pin-sidebar {
  position: sticky;
  top: calc(var(--header-height) + 18px);
  display: grid;
  gap: 12px;
  max-height: calc(100dvh - var(--header-height) - 30px);
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #575c65 transparent;
}

.uz-pin-side-nav {
  overflow: hidden;
  background: linear-gradient(180deg, #282127 0%, var(--panel-bg) 100%);
  border: 1px solid rgb(210 49 78 / 22%);
  border-radius: var(--radius);
  box-shadow: 0 8px 20px rgb(0 0 0 / 16%);
}

/* Sports sidebar */
.uz-sports-sidebar {
  display: grid;
  gap: 8px;
}

.uz-sports-sidebar button {
  font: inherit;
}

.uz-sport-side-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 32px;
  padding: 6px 10px;
  gap: 5px;
  color: var(--white);
  background: linear-gradient(135deg, #2b2025 0%, var(--header-bg) 100%);
  border: 1px solid rgb(210 49 78 / 22%);
  border-radius: 9px;
  font-size: 13px;
  box-shadow: 0 6px 16px rgb(0 0 0 / 14%);
  cursor: pointer;
}

.uz-sport-side-toggle:hover {
  background: linear-gradient(135deg, #3a252d 0%, #1d2026 100%);
  border-color: rgb(210 49 78 / 48%);
}

.uz-sports-sidebar-body {
  display: grid;
  gap: 8px;
}

.uz-pin-sidebar.uz-state-collapsed {
  max-height: none;
  overflow: visible;
}

.uz-pin-sidebar.uz-state-collapsed .uz-sports-sidebar-body,
.uz-pin-sidebar.uz-state-collapsed .uz-pin-side-nav,
.uz-right-sidebar.uz-state-collapsed .uz-right-sidebar-body {
  display: none;
}

.uz-pin-sidebar.uz-state-collapsed .uz-sports-sidebar {
  width: 42px;
}

.uz-pin-sidebar.uz-state-collapsed .uz-sport-side-toggle,
.uz-right-sidebar.uz-state-collapsed .uz-sport-side-toggle {
  width: 42px;
  min-height: 42px;
  padding: 0;
}

.uz-pin-sidebar.uz-state-collapsed .uz-side-toggle-label,
.uz-right-sidebar.uz-state-collapsed .uz-side-toggle-label {
  display: none;
}

.uz-sidebar-collapse-icon {
  flex: 0 0 auto;
  font-size: 16px;
  line-height: 1;
}

.uz-right-sidebar .uz-side-toggle-label {
  order: 1;
}

.uz-right-sidebar .uz-sidebar-collapse-icon {
  order: 2;
}

.uz-sports-quick-links {
  display: grid;
  gap: 2px;
}

.uz-sports-quick-row {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 32px;
  padding: 0 0 0 8px;
  gap: 8px;
  color: var(--white);
  background: var(--panel-bg);
  border: 1px solid transparent;
  border-radius: 9px;
  font-size: 14px;
  text-align: left;
  overflow: hidden;
  cursor: pointer;
}

.uz-sports-quick-row:hover,
.uz-sports-quick-row.uz-state-open {
  background: #2c3038;
  border-color: rgb(210 49 78 / 34%);
}

.uz-sports-quick-icon {
  display: grid;
  place-items: center;
  flex: 0 0 18px;
  color: var(--white);
  font-size: 17px;
  line-height: 1;
}

.uz-bl-aside-icon {
  display: block;
  width: 20px;
  height: 20px;
  overflow: visible;
  color: currentColor;
  fill: currentColor;
}

.uz-sports-quick-icon .uz-bl-aside-icon {
  width: 19px;
  height: 19px;
}

.uz-top-game-header .uz-bl-aside-icon {
  width: 18px;
  height: 18px;
}

.uz-match-league .uz-bl-aside-icon {
  width: 18px;
  height: 18px;
}

.uz-match-favorite .uz-bl-aside-icon {
  width: 21px;
  height: 21px;
}

.uz-sports-tabs .uz-bl-aside-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 4px;
  vertical-align: -1px;
}

.uz-sports-summary-stat {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.uz-sports-summary-stat .uz-bl-aside-icon {
  width: 17px;
  height: 17px;
  color: #4d5358;
}

.uz-sports-summary > span:last-child .uz-bl-aside-icon {
  width: 20px;
  height: 20px;
  color: #050505;
}

.uz-sport-row-icon .uz-bl-aside-icon {
  width: 19px;
  height: 19px;
}

.uz-sports-row-arrow {
  position: relative;
  align-self: stretch;
  flex: 0 0 32px;
  margin-left: auto;
  background: #191c22;
  border-left: 1px solid #343840;
}

.uz-sports-row-arrow::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 11px;
  width: 7px;
  height: 7px;
  border-right: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  transform: rotate(45deg);
  transition: transform 180ms ease;
}

.uz-sports-quick-row.uz-state-open .uz-sports-row-arrow::after {
  top: 13px;
  transform: rotate(225deg);
}

.uz-top-game-card,
.uz-sports-catalog {
  overflow: hidden;
  border-radius: 9px;
}

.uz-top-game-header {
  display: flex;
  align-items: center;
  min-height: 32px;
  padding-left: 8px;
  gap: 8px;
  color: var(--white);
  background: var(--panel-bg);
  font-size: 14px;
}

.uz-top-game-header strong {
  font-weight: 500;
  white-space: nowrap;
}

.uz-top-game-nav {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-right: 7px;
  gap: 5px;
  color: #e3e5e8;
  font-size: 13px;
}

.uz-top-game-nav button {
  display: grid;
  place-items: center;
  width: 17px;
  height: 24px;
  padding: 0;
  color: var(--white);
  background: transparent;
  border: 0;
  font-size: 25px;
  line-height: 20px;
  cursor: pointer;
}

.uz-top-game-body {
  position: relative;
  padding: 8px 8px 2px;
  color: #142a1b;
  background: var(--white);
}

.uz-top-game-link {
  position: absolute;
  z-index: 5;
  inset: 0;
  border-radius: 0 0 9px 9px;
}

.uz-top-game-link::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  border: 2px solid transparent;
  border-radius: inherit;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.uz-top-game-link:hover::after,
.uz-top-game-link:focus-visible::after {
  border-color: var(--accent);
  background: rgba(201, 54, 78, 0.035);
  box-shadow:
    inset 0 0 16px rgba(201, 54, 78, 0.14),
    0 0 0 2px rgba(201, 54, 78, 0.22);
}

.uz-match-league {
  display: grid;
  grid-template-columns: 18px 1fr 18px;
  align-items: center;
  gap: 6px;
  font-size: 12px;
}

.uz-match-league > span:first-child {
  color: #1b4c2b;
  font-size: 17px;
}

.uz-match-favorite {
  color: var(--accent);
  font-size: 21px;
  line-height: 1;
}

.uz-match-status {
  display: flex;
  align-items: center;
  margin: 1px 0 4px;
  gap: 4px;
  color: #35a953;
  font-size: 11px;
}

.uz-match-status::before {
  content: "● LIVE";
  color: #3ca957;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.uz-match-team {
  display: grid;
  grid-template-columns: 18px 1fr auto;
  align-items: center;
  min-height: 21px;
  gap: 6px;
  color: #111;
  font-size: 12px;
}

.uz-team-mark {
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  color: var(--white);
  border-radius: 50%;
  font-size: 8px;
  font-weight: 700;
}

.uz-team-mark-blue {
  background: #51725a;
}

.uz-team-mark-green {
  background: #466d50;
}

.uz-match-details {
  display: flex;
  align-items: center;
  padding: 2px 0 7px;
  gap: 7px;
  color: #193e27;
  background: transparent;
  border: 0;
  font-size: 12px;
  cursor: pointer;
}

.uz-match-details-arrow {
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.uz-match-odds {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

.uz-match-odds a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  min-height: 25px;
  padding: 3px 5px;
  color: #111;
  background: #eaf2eb;
  border: 0;
  border-radius: 12px;
  font-size: 11px;
  cursor: pointer;
}

.uz-match-odds a:hover {
  background: #d8e7db;
}

.uz-match-odds strong {
  font-size: 12px;
  font-weight: 500;
}

.uz-sports-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 32px;
  background: var(--header-bg);
}

.uz-sports-tabs a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c8cbd0;
  background: transparent;
  border: 0;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

.uz-sports-tabs a > span[aria-hidden="true"] {
  display: none;
}

.uz-sports-tabs a.uz-state-active {
  color: var(--white);
  background: var(--panel-bg);
}

.uz-sports-tabs a.uz-state-active span {
  color: var(--signal-blue);
}

.uz-sports-summary {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 32px;
  padding: 0 8px;
  gap: 6px;
  color: #111;
  background: var(--light-bg);
  font-size: 12px;
}

.uz-sports-summary > span:last-child {
  font-size: 16px;
}

.uz-sports-summary-tv {
  display: none;
}

.uz-sports-list-heading {
  min-height: 32px;
  padding: 7px 8px;
  color: #111;
  background: #fbfdfb;
  border-top: 1px solid #eef1ed;
  font-size: 14px;
}

.uz-sports-list {
  display: grid;
}

.uz-sport-row {
  display: grid;
  grid-template-columns: 24px 1fr 32px;
  align-items: center;
  width: 100%;
  min-height: 32px;
  padding: 0 0 0 8px;
  color: #0a0a0a;
  background: var(--white);
  border: 0;
  border-top: 1px solid #e5e9e4;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
}

.uz-sport-row:hover {
  background: #ebf3ec;
}

.uz-sport-row-icon {
  font-size: 17px;
  line-height: 1;
}

.uz-sport-row-chevron {
  position: relative;
  align-self: stretch;
  border-left: 1px solid #d8dcdf;
}

.uz-sport-row-chevron::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 11px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #0b0b0b;
  border-bottom: 2px solid #0b0b0b;
  transform: rotate(45deg);
}

.uz-pin-side-nav-toggle {
  position: relative;
  width: 100%;
  padding: 9px 12px;
  color: var(--white);
  background: var(--control-bg);
  border: 0;
  border-bottom: 1px solid #4c5058;
  text-align: left;
}

.uz-pin-side-nav-toggle span {
  position: absolute;
  top: 50%;
  right: 13px;
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
  transform: rotate(45deg);
}

.uz-pin-side-links {
  display: none;
  max-height: 310px;
  padding: 8px;
  overflow: auto;
  color: var(--dark-text);
  background: var(--white);
}

.uz-pin-side-nav.uz-state-open .uz-pin-side-links {
  display: grid;
}

.uz-pin-side-links a {
  padding: 5px 0;
  font-size: 13px;
  line-height: 1.35;
}

.uz-pin-side-links a:hover {
  color: var(--accent);
}

/* Right sidebar */
.uz-right-sidebar {
  position: sticky;
  top: calc(var(--header-height) + 18px);
  display: grid;
  gap: 8px;
}

.uz-right-sidebar-body {
  display: grid;
  gap: 14px;
}

.uz-registration-card,
.uz-bet-slip {
  overflow: hidden;
  border: 1px solid rgb(210 49 78 / 22%);
  border-radius: var(--radius);
  box-shadow: 0 10px 24px rgb(0 0 0 / 18%);
}

.uz-registration-card {
  padding: 12px 8px 0;
  color: var(--dark-text);
  background: var(--light-bg);
}

.uz-registration-card h2 {
  margin: 0 0 10px;
  color: #111;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
}

.uz-registration-card label,
.uz-signup-field {
  display: block;
  margin-bottom: 7px;
}

.uz-registration-card input,
.uz-registration-card select,
.uz-signup-field,
.uz-phone-method {
  width: 100%;
  height: 33px;
  padding: 7px 10px;
  color: #111;
  background: var(--white);
  border: 0;
  border-radius: 7px;
  font-size: 13px;
}

.uz-signup-field {
  text-decoration: none;
}

.uz-signup-placeholder {
  color: #777;
}

.uz-phone-method {
  margin-bottom: 7px;
  color: var(--white);
  background: var(--panel-bg);
  text-align: center;
}

.uz-phone-method.uz-has-phone-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.uz-phone-method.uz-has-phone-icon::before {
  content: "";
  flex: 0 0 12px;
  width: 12px;
  height: 17px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 20'%3E%3Crect x='2' y='1' width='10' height='18' rx='2' fill='none' stroke='%23fff' stroke-width='1.7'/%3E%3Cpath d='M5.3 3h3.4M6.2 16.8h1.6' stroke='%23fff' stroke-width='1.4' stroke-linecap='round'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

.uz-registration-card .uz-signup-button,
.uz-bet-slip .uz-signup-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  min-height: 38px;
  margin: 1px 0 10px;
  color: var(--white);
  background: var(--accent);
  border: 0;
  border-radius: var(--radius);
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.uz-registration-card small {
  display: block;
  padding: 2px 4px 11px;
  font-size: 10px;
  line-height: 1.15;
  text-align: center;
}

.uz-signup-promo {
  display: block;
  width: auto;
  margin: 0 -8px;
  padding: 7px 8px;
  color: var(--white);
  background: var(--panel-bg);
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
}

.uz-bet-slip-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--panel-bg);
}

.uz-bet-slip-tabs a {
  display: flex;
  align-items: center;
  min-height: 47px;
  padding: 8px 10px;
  color: #c5c8cd;
  background: transparent;
  border: 0;
  font-size: 14px;
  line-height: 1.1;
  text-align: left;
}

.uz-bet-slip-tabs a:first-child {
  color: var(--white);
  background: #292d35;
}

.uz-bet-slip-body {
  padding: 10px 8px 0;
  color: var(--dark-text);
  background: var(--light-bg);
}

.uz-bet-slip-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.uz-bet-slip-empty {
  display: grid;
  place-items: center;
  min-height: 140px;
  margin-bottom: 10px;
  padding: 20px;
  background: var(--white);
  border-radius: var(--radius);
  font-size: 13px;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

.uz-bet-slip-save {
  display: block;
  margin: 0 -8px;
  padding: 10px 8px;
  border-top: 1px dashed #202328;
  border-bottom: 1px dashed #202328;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
}

.uz-app-platforms {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  background: var(--header-bg);
  border-radius: var(--radius);
}

.uz-app-platforms a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 16px;
  gap: 10px;
  color: #d3d5d8;
  font-size: 14px;
  text-align: center;
}

.uz-app-platforms img {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.uz-app-platforms a:first-child {
  color: var(--white);
  background: var(--control-bg);
}

/* Hero */
.uz-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 426px;
  margin-bottom: 20px;
  padding: 50px 60px;
  overflow: hidden;
  background: #090b0e;
  border-radius: var(--radius);
}

.uz-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(10 12 15 / 78%) 0%, rgb(10 12 15 / 61%) 58%, rgb(10 12 15 / 14%) 100%);
}

.uz-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: calc(var(--radius) - 2px);
}

.uz-hero-scene-image {
  object-position: center;
}

.uz-hero-copy {
  position: relative;
  z-index: 1;
  width: min(600px, 74%);
}

.uz-hero-rating,
.uz-hero-breadcrumbs {
  display: block;
  margin-bottom: 12px;
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.uz-hero-breadcrumbs {
  display: flex;
  gap: 5px;
}

.uz-hero h1 {
  margin: 0;
  color: var(--white);
  font-size: clamp(27px, 2.1vw, 30px);
  font-weight: 800;
  line-height: 1.32;
  text-transform: uppercase;
  text-wrap: balance;
}

.uz-hero p {
  max-width: 62ch;
  margin: 12px 0 0;
  color: #f0f1f2;
  font-size: 15px;
  line-height: 1.45;
}

.uz-hero-actions {
  margin-top: 18px;
}

.uz-hero-actions .uz-pin-btn {
  min-width: 220px;
  min-height: 46px;
  text-transform: uppercase;
}

/* Section calls to action */
.uz-section-cta-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 18px;
}

.uz-section-cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 220px;
  min-height: 46px;
  font-weight: 700;
  text-transform: uppercase;
}

.uz-section-cta-row .uz-section-cta-link {
  min-height: 46px;
}

/* Even article and banner rhythm */
.uz-article-content-flow {
  display: grid;
  min-width: 0;
  gap: var(--content-flow-gap);
}

.uz-article-content-flow > * {
  min-width: 0;
  margin: 0;
}

.uz-editorial-media {
  position: relative;
  isolation: isolate;
  height: clamp(230px, 28vw, 340px);
  margin: 16px 0 18px;
  overflow: hidden;
  background: #070b10;
  border: 1px solid rgb(69 167 223 / 42%);
  border-radius: var(--radius);
  box-shadow:
    0 14px 32px rgb(0 0 0 / 32%),
    0 0 0 1px rgb(35 138 67 / 12%) inset;
}

.uz-editorial-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 62%, rgb(0 0 0 / 32%)),
    linear-gradient(90deg, rgb(69 167 223 / 8%), transparent 38%, rgb(35 138 67 / 6%));
  box-shadow: inset 0 0 44px rgb(0 0 0 / 20%);
}

.uz-editorial-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.04);
}

/* Promotional bonus banners */
.uz-promo-banner-card {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  height: clamp(350px, 28vw, 420px);
  min-height: 350px;
  max-height: 350px;
  padding: 26px 34px;
  overflow: hidden;
  color: var(--white);
  background: #090b0e;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgb(0 0 0 / 24%);
}

.uz-promo-banner-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgb(4 6 8 / 68%) 0%,
      rgb(4 6 8 / 52%) 30%,
      rgb(4 6 8 / 20%) 52%,
      rgb(4 6 8 / 4%) 72%,
      transparent 100%
    );
}

.uz-promo-banner-image {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: calc(var(--radius) - 2px);
  filter: brightness(1.1) saturate(1.06);
}

.uz-promo-banner-card.uz-promo-img-right
  .uz-promo-banner-image {
  transform: translateX(3%) scale(1.06);
  transform-origin: center;
}

.uz-promo-banner-copy {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: min(49%, 470px);
}

.uz-promo-banner-card.uz-promo-copy-opposite::after {
  background:
    linear-gradient(
      270deg,
      rgb(4 6 8 / 68%) 0%,
      rgb(4 6 8 / 52%) 30%,
      rgb(4 6 8 / 20%) 52%,
      rgb(4 6 8 / 4%) 72%,
      transparent 100%
    );
}

.uz-promo-banner-card.uz-promo-copy-opposite .uz-promo-banner-copy {
  margin-left: auto;
}

.uz-promo-banner-kicker {
  max-width: 34ch;
  margin: 0 0 10px;
  color: var(--accent-hover);
  font-size: clamp(13px, 1.15vw, 16px);
  font-weight: 800;
  letter-spacing: 0.045em;
  line-height: 1.22;
  text-wrap: balance;
  text-transform: uppercase;
}

.uz-promo-banner-title {
  max-width: 21ch;
  margin: 0 0 18px;
  color: var(--white);
  font-size: clamp(25px, 2.35vw, 34px);
  font-weight: 900;
  line-height: 1.08;
  text-transform: uppercase;
}

.uz-promo-description {
  max-width: 38ch;
  margin: 0 0 16px;
  color: #e6e8eb;
  font-size: 14px;
  line-height: 1.35;
}

.uz-promo-banner-cta,
.uz-section-bonus-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 18px;
  color: var(--white);
  background: var(--accent);
  border-radius: var(--radius);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background-color 160ms ease,
    transform 160ms ease;
}

.uz-promo-banner-cta:hover,
.uz-section-bonus-cta:hover {
  color: var(--white);
  background: var(--accent-hover);
}

.uz-promo-banner-cta:active,
.uz-section-bonus-cta:active {
  transform: translateY(1px);
}

/* App platform banners */
.uz-platform-banner-card {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  min-height: 350px;
  max-height: 350px;
  padding: 26px 30px;
  gap: 20px;
  overflow: hidden;
  background: #07090b;
  border: 1px solid rgb(73 196 91 / 46%);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgb(0 0 0 / 24%);
}

.uz-platform-banner-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgb(4 6 8 / 84%) 0%,
      rgb(4 6 8 / 56%) 25%,
      rgb(4 6 8 / 8%) 42%,
      rgb(4 6 8 / 8%) 58%,
      rgb(4 6 8 / 56%) 75%,
      rgb(4 6 8 / 84%) 100%
    ),
    radial-gradient(circle at center, transparent 18%, rgb(4 6 8 / 34%) 72%);
}

.uz-platform-banner-image {
  position: absolute;
  z-index: -2;
  inset: 12px 0;
  width: 100%;
  height: calc(100% - 24px);
  object-fit: cover;
  object-position: center;
  border-radius: calc(var(--radius) - 2px);
}

.uz-app-banner-center {
  position: relative;
  z-index: 1;
  grid-column: 2;
  justify-self: center;
  width: clamp(156px, 17vw, 224px);
  height: 58px;
  pointer-events: none;
}

.uz-app-banner-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 230px);
  min-height: 58px;
  padding: 10px 14px;
  gap: 11px;
  color: var(--white);
  background: var(--accent);
  border-radius: var(--radius);
  box-shadow: 0 5px 16px rgb(0 0 0 / 30%);
  text-transform: uppercase;
  transition:
    background-color 160ms ease,
    transform 160ms ease;
}

.uz-app-banner-btn:hover {
  color: var(--white);
  background: var(--accent-hover);
  transform: translateY(-1px);
}

.uz-app-banner-btn:active {
  transform: translateY(1px);
}

.uz-app-banner-btn img {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.uz-app-banner-btn span {
  display: grid;
  justify-items: center;
  gap: 2px;
  line-height: 1.05;
  text-align: center;
}

.uz-app-banner-btn small,
.uz-app-banner-btn strong {
  color: inherit;
  font-size: 11px;
  font-weight: 800;
}

.uz-app-banner-btn strong {
  font-size: 13px;
}

.uz-app-banner-android {
  grid-column: 1;
  justify-self: start;
}

.uz-app-banner-ios {
  grid-column: 3;
  justify-self: end;
}

/* Content sections */
.uz-pin-section,
.uz-content-section,
.uz-reviews-section,
.uz-home-app-banner,
.uz-bonus-banner-section,
.uz-bonus-final-cta {
  margin-bottom: 20px;
  padding: 20px;
  background: var(--panel-bg);
  border-radius: var(--radius);
}

.uz-pin-section h2,
.uz-content-section h2,
.uz-reviews-section > h2 {
  position: relative;
  margin: 0 0 20px;
  padding: 8px 14px 8px 32px;
  color: var(--white);
  background: var(--heading-bg);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.uz-pin-section h2::before,
.uz-content-section h2::before,
.uz-reviews-section > h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 9px solid var(--signal-blue);
  transform: translateY(-50%);
}

.uz-pin-section h3,
.uz-content-section h3 {
  margin: 24px 0 12px;
  color: var(--white);
  font-size: 20px;
  line-height: 1.35;
}

.uz-pin-section p,
.uz-content-section p,
.uz-pin-section li,
.uz-content-section li {
  color: #f1f2f3;
  font-size: 15px;
  line-height: 1.5;
}

.uz-pin-section p,
.uz-content-section p {
  margin: 0 0 16px;
}

.uz-pin-section ul,
.uz-content-section ul,
.uz-pin-section ol,
.uz-content-section ol {
  margin: 0 0 18px;
  padding-left: 24px;
}

.uz-article-source-block > ul[data-source-list],
.uz-article-source-block > ol[data-source-list] {
  margin: 18px 0 20px;
  padding: 0;
  list-style: none;
}

.uz-article-source-block > ul[data-source-list] > li,
.uz-article-source-block > ol[data-source-list] > li {
  position: relative;
  min-height: 24px;
  padding-left: 34px;
}

.uz-article-source-block > ul[data-source-list] > li + li,
.uz-article-source-block > ol[data-source-list] > li + li {
  margin-top: 11px;
}

.uz-article-source-block > ul[data-source-list] > li::before {
  content: "";
  position: absolute;
  top: calc(9px + 0.5em);
  left: 8px;
  width: 9px;
  height: 9px;
  background: var(--accent-hover);
  border: 1px solid #b8d6bf;
  border-radius: 2px;
  box-shadow:
    0 0 0 3px rgb(73 196 91 / 13%),
    0 0 9px rgb(73 196 91 / 40%);
  transform: rotate(45deg);
}

.uz-article-source-block > ol[data-source-list] {
  counter-reset: article-step;
}

.uz-article-source-block > ol[data-source-list] > li {
  counter-increment: article-step;
  padding-left: 40px;
}

.uz-article-source-block > ol[data-source-list] > li::before {
  content: counter(article-step);
  position: absolute;
  top: -1px;
  left: 0;
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  color: var(--white);
  background: linear-gradient(145deg, var(--accent-hover), #347f18);
  border: 1px solid rgb(147 201 124 / 70%);
  border-radius: 50%;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 24%),
    0 4px 10px rgb(0 0 0 / 28%);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.uz-pin-section li + li,
.uz-content-section li + li {
  margin-top: 8px;
}

.uz-article-source-block:empty {
  display: none;
}

.uz-article-source-block table p,
.uz-article-source-block th p,
.uz-article-source-block td p,
.uz-review-card p {
  margin: 0;
}

.uz-article-source-block em,
.uz-review-card em {
  color: #f7f8f9;
}

.uz-review-card em {
  display: block;
  margin-bottom: 12px;
}

.uz-article-scene-media {
  width: 100%;
  margin: 20px 0;
  overflow: hidden;
  border: 1px solid rgb(73 196 91 / 58%);
  border-radius: var(--radius);
  background: #0b0e11;
}

.uz-article-scene-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.uz-responsible-media {
  position: relative;
}

.uz-safe-play-logo {
  position: absolute;
  top: clamp(10px, 2vw, 18px);
  left: clamp(10px, 2vw, 18px);
  width: clamp(96px, 18%, 180px);
  height: auto;
  padding: 8px 10px;
  border: 1px solid rgb(255 255 255 / 9%);
  border-radius: 8px;
  background: rgb(11 14 17 / 78%);
  box-shadow: 0 8px 22px rgb(0 0 0 / 28%);
  backdrop-filter: blur(6px);
}

.uz-section-visual,
.uz-payment-visual,
.uz-vip-program-visual {
  width: 100%;
  max-height: 420px;
  margin: 0 0 20px;
  object-fit: cover;
  border: 1px solid rgb(73 196 91 / 58%);
  border-radius: var(--radius);
}

/* Tables */
.uz-table-wrap,
.uz-table-scroll {
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  overflow-x: auto;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.uz-table-scroll {
  margin-bottom: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  color: var(--white);
  background: #2e323a;
  font-size: 14px;
}

th,
td {
  padding: 12px 14px;
  border: 1px solid #50555e;
  text-align: left;
  vertical-align: top;
}

th {
  background: var(--heading-bg);
  font-weight: 700;
}

tr:nth-child(even) td {
  background: #353a43;
}

/* Offer banners */
.uz-offer-banner,
.uz-bonus-banner-section,
.uz-home-app-banner,
.uz-bonus-final-cta {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  border: 1px solid rgb(73 196 91 / 58%);
  background: #191c21;
}

.uz-offer-banner img,
.uz-home-app-banner-media {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  border-radius: var(--radius);
}

.uz-offer-copy,
.uz-app-banner-copy {
  padding: 18px;
  color: var(--white);
  background: #30343c;
  border-radius: 0 0 var(--radius) var(--radius);
}

.uz-offer-copy h2,
.uz-app-banner-copy h2 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.25;
}

.uz-offer-kicker {
  color: var(--accent-hover);
  font-weight: 700;
}

.uz-offer-actions,
.uz-app-download-actions,
.uz-bonus-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.uz-app-download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  gap: 8px;
  color: var(--white);
  background: var(--accent);
  border-radius: var(--radius);
}

.uz-app-download-btn img {
  width: 22px;
  height: 22px;
}

.uz-android-download,
.uz-ios-section-download {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgb(73 196 91 / 20%);
}

.uz-android-download .uz-app-download-btn,
.uz-ios-section-download .uz-app-download-btn {
  min-width: min(100%, 320px);
  font-weight: 800;
}

/* Pros and cons */
.uz-pros-cons-grid,
.uz-install-platform-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.uz-pros-cons-panel,
.uz-install-platform-card {
  padding: 18px;
  background: var(--heading-bg);
  border-radius: var(--radius);
}

.uz-pros-cons-panel h3,
.uz-install-platform-head h3 {
  margin-top: 0;
}

.uz-pros-cons-list {
  padding: 0;
  list-style: none;
}

.uz-pros-cons-list li {
  position: relative;
  padding-left: 25px;
}

.uz-pros-cons-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent-hover);
  font-weight: 800;
}

.uz-cons-panel .uz-pros-cons-list li::before {
  content: "–";
  color: #89d797;
}

.uz-install-platform-head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.uz-install-platform-head img {
  width: 30px;
  height: 30px;
}

.uz-install-note {
  padding: 12px;
  background: #363b44;
  border-left: 3px solid var(--accent);
  border-radius: 4px;
}

/* Reviews carousel */
.uz-reviews-section {
  position: relative;
  overflow: hidden;
  padding: 26px;
  background:
    radial-gradient(circle at 96% 0%, rgb(73 196 91 / 13%), transparent 38%),
    linear-gradient(145deg, #0b0e0c, #02070d 72%);
  border: 1px solid rgb(73 196 91 / 24%);
  border-radius: 18px;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 4%),
    0 18px 44px rgb(0 0 0 / 30%);
}

.uz-reviews-section > h2 {
  margin-bottom: 12px;
  padding: 0 0 14px 24px;
  background: transparent;
  border-bottom: 1px solid rgb(73 196 91 / 22%);
  border-radius: 0;
  box-shadow: none;
  font-size: clamp(21px, 2.3vw, 29px);
  letter-spacing: -0.025em;
}

.uz-reviews-section > h2::before {
  top: 1px;
  bottom: 15px;
  left: 0;
  width: 5px;
  height: auto;
  background: linear-gradient(180deg, var(--signal-blue-hover), var(--signal-blue));
  border: 0;
  border-radius: 999px;
  box-shadow: 0 0 18px rgb(69 167 223 / 44%);
  transform: none;
}

.uz-reviews-section > .uz-article-source-block {
  max-width: 72ch;
  margin-bottom: 22px;
  color: #b4bcb6;
}

.uz-reviews-section > .uz-article-source-block p {
  margin: 0;
  font-size: 15px;
}

.uz-reviews-track {
  display: flex;
  align-items: stretch;
  gap: 18px;
  overflow-x: auto;
  padding: 8px 3px 18px;
  scroll-snap-type: inline proximity;
  scrollbar-width: thin;
  scrollbar-color: var(--accent) rgb(255 255 255 / 8%);
  overscroll-behavior-inline: contain;
}

.uz-reviews-track.uz-state-auto-scrolling {
  scroll-snap-type: none;
}

.uz-reviews-track::-webkit-scrollbar {
  height: 4px;
}

.uz-reviews-track::-webkit-scrollbar-track {
  background: rgb(255 255 255 / 5%);
  border-radius: 999px;
}

.uz-reviews-track::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, var(--accent), #75d987);
  border-radius: 999px;
}

.uz-review-card {
  flex: 0 0 calc(50% - 7px);
  padding: 16px;
  color: var(--white);
  background: var(--heading-bg);
  border-radius: var(--radius);
}

.uz-reviews-track > .uz-review-card {
  position: relative;
  flex: 0 0 min(62%, 500px);
  min-height: 230px;
  padding: 28px 26px 22px 30px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 100% 0%, rgb(73 196 91 / 15%), transparent 42%),
    linear-gradient(155deg, #111d15, #050d17 74%);
  border: 1px solid rgb(123 213 138 / 24%);
  border-radius: 16px;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 6%),
    inset 4px 0 0 #35a953,
    0 14px 30px rgb(0 0 0 / 34%);
  scroll-snap-align: start;
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.uz-reviews-track > .uz-review-card::before {
  content: "“";
  position: absolute;
  top: 13px;
  right: 20px;
  color: #75d987;
  opacity: 0.22;
  font-size: 76px;
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
}

.uz-reviews-track > .uz-review-card::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 22px;
  left: auto;
  width: 38px;
  height: 2px;
  background: linear-gradient(90deg, #75d987, transparent);
  border-radius: 999px;
}

.uz-reviews-section .uz-review-card p {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  color: #dfe9e1;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.58;
}

.uz-review-quote {
  display: block;
  flex: 1;
  max-width: 43ch;
  padding-right: 28px;
}

.uz-review-author {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 50px;
  margin-top: 20px;
  padding: 14px 92px 0 48px;
  color: #f6f7f5;
  border-top: 1px solid rgb(123 213 138 / 16%);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.uz-review-author::before {
  content: attr(data-initials);
  position: absolute;
  bottom: -1px;
  left: 0;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: #fff;
  background:
    radial-gradient(circle at 32% 24%, rgb(255 255 255 / 20%), transparent 28%),
    linear-gradient(145deg, #49c45b, #238a43);
  border: 1px solid rgb(184 214 191 / 45%);
  border-radius: 50%;
  box-shadow: 0 7px 16px rgb(0 0 0 / 30%);
  font-size: 11px;
  letter-spacing: 0.04em;
}

.uz-review-author::after {
  content: "★★★★★";
  position: absolute;
  right: 0;
  bottom: 8px;
  color: #75d987;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-shadow: 0 0 10px rgb(73 196 91 / 32%);
}

.uz-reviews-section .uz-review-card em {
  display: block;
  margin-bottom: 20px;
  padding-right: 28px;
  color: #f7f8f9;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.62;
}

#pontuacoes ~ .uz-reviews-track {
  display: block;
  overflow: visible;
  padding: 0;
  scroll-snap-type: none;
  scrollbar-width: none;
}

#pontuacoes + .uz-article-source-block {
  width: 100%;
  max-width: none;
}

#pontuacoes ~ .uz-reviews-track > .uz-review-card {
  display: block;
  min-height: 0;
  padding: 0;
  overflow: visible;
  color: var(--text);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  scroll-snap-align: none;
  transform: none;
}

#pontuacoes ~ .uz-reviews-track > .uz-review-card::before,
#pontuacoes ~ .uz-reviews-track > .uz-review-card::after {
  content: none;
}

#pontuacoes ~ .uz-reviews-track > .uz-review-card p {
  margin: 0;
  color: var(--text);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}

@media (hover: hover) {
  .uz-reviews-track > .uz-review-card:hover {
    border-color: rgb(123 213 138 / 56%);
    box-shadow:
      inset 0 1px 0 rgb(255 255 255 / 8%),
      inset 4px 0 0 #49c45b,
      0 18px 38px rgb(0 0 0 / 42%),
      0 0 20px rgb(73 196 91 / 12%);
    transform: translateY(-4px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .uz-reviews-track > .uz-review-card {
    transition: none;
  }
}


.uz-table-wrap,
.uz-table-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}

.uz-reviews-toggle {
  display: grid;
  width: 38px;
  height: 38px;
  margin: 0 0 8px auto;
  padding: 0;
  place-items: center;
  color: #f8f4f1;
  background: #302927;
  border: 1px solid rgb(255 255 255 / 13%);
  border-radius: 9px;
  cursor: pointer;
}

.uz-reviews-toggle:hover,
.uz-reviews-toggle:focus-visible {
  color: #fff;
  background: #3a302e;
  border-color: var(--accent-bright);
  outline: none;
}

/* Final app-button layout: Android left, iOS right, matching two-line copy. */
.uz-platform-banner-card {
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  grid-template-rows: 1fr;
  align-content: initial;
  align-items: center;
  justify-items: initial;
  gap: 20px;
}

.uz-platform-banner-card .uz-app-banner-center {
  display: block;
  grid-column: 2;
  grid-row: 1;
}

.uz-platform-banner-card .uz-app-banner-btn {
  grid-row: 1;
  width: min(100%, 260px);
  min-height: 58px;
  margin: 0;
  white-space: normal;
}

.uz-platform-banner-card .uz-app-banner-android {
  grid-column: 1;
  justify-self: start;
}

.uz-platform-banner-card .uz-app-banner-ios {
  grid-column: 3;
  justify-self: end;
}

.uz-platform-banner-card .uz-app-banner-btn span {
  display: grid;
  justify-items: center;
  gap: 2px;
  line-height: 1.05;
  text-align: center;
}

.uz-platform-banner-card .uz-app-banner-btn small,
.uz-platform-banner-card .uz-app-banner-btn strong {
  display: block;
  color: inherit;
  line-height: 1.05;
}

.uz-platform-banner-card .uz-app-banner-btn small {
  font-size: 10px;
  font-weight: 600;
}

.uz-platform-banner-card .uz-app-banner-btn strong {
  font-size: 13px;
  font-weight: 900;
}

.uz-app-banner-btn strong::before {
  content: none !important;
}

@media (max-width: 767px) {
  .uz-platform-banner-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: minmax(150px, 1fr) auto;
    align-content: stretch;
    padding: 18px 12px 12px;
    gap: 10px;
  }

  .uz-platform-banner-card .uz-app-banner-center {
    display: block;
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .uz-platform-banner-card .uz-app-banner-btn {
    grid-row: 2;
    justify-self: stretch;
    width: 100%;
    min-height: 56px;
  }

  .uz-platform-banner-card .uz-app-banner-android {
    grid-column: 1;
  }

  .uz-platform-banner-card .uz-app-banner-ios {
    grid-column: 2;
  }

  .uz-platform-banner-card .uz-app-banner-btn small {
    font-size: 9px;
  }

  .uz-platform-banner-card .uz-app-banner-btn strong {
    font-size: 11px;
  }
}

/* App editorial credit belongs to the troubleshooting section, not a second card. */
body[data-page-key="app"]
  [data-article-section="app"][data-section-index="10"]
  > .uz-app-author {
  display: block;
  margin: 24px 0 0;
  padding: 18px 0 0;
  background: transparent;
  border: 0;
  border-top: 1px solid rgb(255 255 255 / 14%);
  box-shadow: none;
}

body[data-page-key="app"]
  [data-article-section="app"][data-section-index="10"]
  > .uz-app-author p {
  margin: 0;
}

@media (max-width: 767px) {
  body[data-page-key="app"]
    [data-article-section="app"][data-section-index="10"]
    > .uz-app-author {
    margin-top: 20px;
    padding-top: 16px;
  }
}

/* App download controls: one uniform two-row stack in every platform banner. */
.uz-platform-banner-card {
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: repeat(2, auto);
  align-content: center;
  justify-items: center;
  gap: 12px;
}

.uz-platform-banner-card .uz-app-banner-center {
  display: none;
}

.uz-platform-banner-card .uz-app-banner-btn {
  grid-column: 1;
  justify-self: center;
  width: min(100%, 320px);
  min-height: 52px;
  margin: 0;
  white-space: nowrap;
}

.uz-platform-banner-card .uz-app-banner-ios {
  grid-row: 1;
}

.uz-platform-banner-card .uz-app-banner-android {
  grid-row: 2;
}

.uz-app-banner-btn strong::before {
  content: none;
}

@media (max-width: 520px) {
  .uz-platform-banner-card {
    padding-inline: 16px;
    gap: 10px;
  }

  .uz-platform-banner-card .uz-app-banner-btn {
    width: 100%;
    min-height: 48px;
    font-size: 11px;
  }
}

.uz-reviews-toggle {
  display: grid;
  width: 38px;
  height: 38px;
  margin: 0 0 8px auto;
  padding: 0;
  place-items: center;
  color: #f8f4f1;
  background: #302927;
  border: 1px solid rgb(255 255 255 / 13%);
  border-radius: 9px;
  cursor: pointer;
}

.uz-reviews-toggle:hover,
.uz-reviews-toggle:focus-visible {
  color: #fff;
  background: #3a302e;
  border-color: var(--accent-bright);
  outline: none;
}


.uz-table-wrap,
.uz-table-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}

/* Unified compact app-download CTA used in every app banner and install section. */
.uz-app-banner-btn,
.uz-app-download-btn {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) 22px;
  width: min(100%, 260px);
  min-height: 44px;
  padding: 9px 16px;
  gap: 9px;
  border: 1px solid rgb(135 224 83 / 42%);
  border-radius: 5px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-transform: none;
  white-space: nowrap;
}

.uz-app-banner-btn::after,
.uz-app-download-btn::after {
  width: 22px;
  height: 1px;
  content: "";
}

.uz-app-banner-btn img,
.uz-app-download-btn img {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
}

.uz-app-banner-btn span {
  display: block;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-align: inherit;
}

.uz-app-banner-btn small,
.uz-app-banner-btn strong {
  display: none;
}

.uz-app-banner-android span::before {
  content: "Download the android app";
}

.uz-app-banner-ios span::before {
  content: "Download the IOS app";
}

@media (max-width: 767px) {
  .uz-app-banner-btn,
  .uz-app-download-btn {
    grid-template-columns: 20px minmax(0, 1fr) 20px;
    width: 100%;
    min-height: 44px;
    padding: 9px 10px;
    gap: 7px;
    font-size: 10px;
  }

  .uz-app-banner-btn img,
  .uz-app-download-btn img {
    flex-basis: 20px;
    width: 20px;
    height: 20px;
  }

  .uz-app-banner-btn::after,
  .uz-app-download-btn::after {
    width: 20px;
  }
}

/* Shared accent tokens: black, white and green framing with brand-green CTAs. */
.uz-hot,
.uz-registration-card .uz-signup-button,
.uz-bet-slip .uz-signup-button,
.uz-promo-banner-cta,
.uz-section-cta-link {
  background: var(--brand-green);
}

.uz-hot:hover,
.uz-registration-card .uz-signup-button:hover,
.uz-bet-slip .uz-signup-button:hover,
.uz-promo-banner-cta:hover,
.uz-section-cta-link:hover {
  background: var(--brand-green-hover);
}

.uz-age-badge,
.uz-hero-rating strong,
.uz-promo-banner-kicker {
  color: var(--accent-pale);
}

.uz-inline-review-card {
  margin: 0 0 12px;
}

.uz-review-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.uz-review-stars {
  color: #7bd58a;
}

.uz-reviews-control,
.uz-reviews-toggle {
  margin-top: 12px;
}

.uz-faq-item {
  overflow: hidden;
  margin: 0 0 10px;
  background: var(--heading-bg);
  border-radius: var(--radius);
}

.uz-faq-item summary {
  position: relative;
  padding: 15px 48px 15px 16px;
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

.uz-faq-item summary::-webkit-details-marker {
  display: none;
}

.uz-faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 17px;
  color: var(--accent-hover);
  font-size: 24px;
  transform: translateY(-50%);
}

.uz-faq-item[open] summary::after {
  content: "–";
}

.uz-faq-item > p,
.uz-faq-panel {
  padding: 0 16px 15px;
}

.uz-faq-item > p {
  margin: 0;
}

.uz-faq-item summary em {
  color: inherit;
  font-style: normal;
}

.uz-faq-panel {
  overflow: hidden;
  transition: max-height 360ms ease;
}

/* Footer */
.uz-footer {
  padding: 0 var(--page-gutter) 16px;
  background: var(--page-bg);
}

.uz-footer-inner {
  max-width: 1400px;
  margin: 0 auto;
}

.uz-footer-columns {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 28px;
  padding: 18px;
  background: var(--header-bg);
  border-radius: var(--radius);
}

.uz-footer-column {
  display: grid;
  align-content: start;
  gap: 7px;
}

.uz-footer-column h3 {
  margin: 0 0 3px;
  color: var(--white);
  font-size: 14px;
  text-transform: uppercase;
}

.uz-footer-column a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #cfd1d5;
  font-size: 12px;
}

.uz-footer-app-icon {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}

.uz-footer-column a:hover {
  color: var(--accent-hover);
}

.uz-footer-notice,
.uz-footer-legal-row,
.uz-footer-payments {
  margin-top: 8px;
  padding: 16px;
  background: var(--header-bg);
  border-radius: var(--radius);
}

.uz-footer-notice,
.uz-footer-legal-row {
  color: #aeb2b8;
  font-size: 12px;
}

.uz-footer-legal-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
}

.uz-footer-legal-row p {
  margin: 0;
}

.uz-age-badge {
  display: inline-grid;
  place-items: center;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  padding: 0;
  color: var(--white);
  background: var(--accent);
  border: 2px solid rgb(255 255 255 / 72%);
  border-radius: 50%;
  box-shadow: 0 8px 20px rgb(214 41 73 / 28%);
  font-size: 17px;
  line-height: 1;
  text-align: center;
}

.uz-footer-payments {
  display: flex;
  align-items: center;
  justify-content: space-around;
  min-height: 58px;
  gap: 26px;
}

.uz-footer-payments img {
  width: auto;
  max-width: 92px;
  height: 26px;
  object-fit: contain;
}

.uz-footer-service-links,
.uz-footer-legal-copy {
  display: none;
}

/* Cookie notice */
.uz-cookie {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  display: none;
  align-items: center;
  max-width: 420px;
  min-height: 58px;
  padding: 12px 14px;
  gap: 14px;
  color: var(--text);
  background: var(--panel-bg);
  border: 1px solid var(--line);
  border-left: 3px solid var(--accent);
  border-radius: var(--radius);
  box-shadow: 0 16px 40px rgb(0 0 0 / 42%);
}

.uz-cookie.uz-state-visible {
  display: flex;
}

.uz-cookies-copy {
  flex: 1;
  margin: 0;
  color: var(--text);
  font-size: 13px;
  line-height: 1.45;
}

.uz-cookies-policy-link {
  color: var(--accent-hover);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.uz-cookie button {
  min-height: 38px;
  padding: 9px 15px;
  color: var(--white);
  background: var(--accent);
  border: 0;
  border-radius: var(--radius);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  transition:
    background-color 160ms ease,
    transform 160ms ease;
}

.uz-cookie button:hover {
  background: var(--accent-hover);
}

.uz-cookie button:active {
  transform: translateY(1px);
}

/* Floating controls */
.uz-scroll-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1200;
  width: 44px;
  height: 44px;
  opacity: 0;
  pointer-events: none;
  background: var(--accent);
  border: 0;
  border-radius: 50%;
  transition: opacity 180ms ease, transform 180ms ease;
}

.uz-scroll-top::before {
  content: "↑";
  color: var(--white);
  font-size: 24px;
}

.uz-scroll-top.uz-state-visible {
  opacity: 1;
  pointer-events: auto;
}

/* Keep the control fixed above the footer; the script's dock coordinates are document-based. */
.uz-scroll-top.uz-state-docked {
  top: auto !important;
  bottom: 24px !important;
}

@media (max-width: 620px) {
  .uz-scroll-top.uz-state-docked {
    bottom: 16px !important;
  }
}

.uz-scroll-top:hover {
  transform: translateY(-2px);
}

/* Tablet */
@media (max-width: 1180px) {
  :root {
    --left-column: 230px;
  }

  .uz-page-shell {
    grid-template-columns: var(--left-column) minmax(0, 1fr);
  }

  .uz-page-shell.uz-state-left-collapsed {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .uz-right-sidebar {
    display: none;
  }

  .uz-header-time {
    display: none;
  }

  .uz-nav-links {
    gap: 20px;
  }

  .uz-promo-banner-copy {
    align-items: center;
    width: min(68%, 500px);
    margin-inline: auto;
    padding: clamp(18px, 2.4vw, 26px);
    text-align: center;
    background: rgb(24 27 31 / 78%);
    border: 1px solid rgb(255 255 255 / 11%);
    border-radius: 12px;
    box-shadow: 0 14px 34px rgb(0 0 0 / 26%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }
}

/* Progressively release header space before the mobile navigation takes over. */
@media (max-width: 1240px) {
  .uz-tool-button:first-child {
    display: none;
  }
}

@media (max-width: 1120px) {
  .uz-tool-button:nth-child(2) {
    display: none;
  }
}

/* Mobile */
@media (max-width: 900px) {
  :root {
    --header-height: 70px;
    --page-gutter: 10px;
  }

  body {
    padding-top: var(--header-height);
  }

  .uz-topbar {
    position: fixed;
    right: 0;
    left: 0;
    height: var(--header-height);
  }

  .uz-nav {
    padding: 0 10px;
    gap: 10px;
  }

  .uz-brand {
    flex-basis: 118px;
    margin-right: auto;
  }

  .uz-brand-logo {
    width: 110px;
    max-height: 36px;
  }

  .uz-nav-links,
  .uz-auth,
  .uz-header-time {
    display: none;
  }

  .uz-header-tools {
    display: flex;
    margin-left: auto;
  }

  .uz-header-tools .uz-tool-button {
    display: grid;
  }

  .uz-language-switch {
    display: flex;
    flex: 0 0 auto;
    font-size: 12px;
  }

  .uz-language-flag-uz {
    width: 26px;
    height: 26px;
  }

  .uz-mobile-burger {
    display: grid;
    width: 34px;
    height: 34px;
    padding: 5px 2px;
    align-content: space-around;
    background: transparent;
    border: 0;
  }

  .uz-mobile-burger span {
    display: block;
    width: 30px;
    height: 2px;
    background: var(--white);
  }

  .uz-mobile-menu {
    position: absolute;
    top: var(--header-height);
    right: 0;
    left: 0;
    display: grid;
    max-height: 0;
    padding: 0 10px;
    overflow: hidden;
    opacity: 0;
    background: var(--header-bg);
    box-shadow: 0 12px 30px rgb(0 0 0 / 35%);
    transition: max-height 220ms ease, opacity 180ms ease, padding 220ms ease;
  }

  .uz-mobile-menu-open .uz-mobile-menu {
    max-height: min(560px, calc(100dvh - var(--header-height) - 12px));
    padding-top: 10px;
    padding-bottom: 14px;
    opacity: 1;
  }

  .uz-mobile-menu a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 12px 14px;
    color: #fff;
    background: linear-gradient(90deg, rgb(54 17 27 / 96%), rgb(22 8 12 / 96%));
    border: 1px solid rgb(232 65 95 / 32%);
    border-radius: 9px;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 3%);
    font-weight: 750;
    text-decoration: none;
  }

  .uz-mobile-menu > a + a {
    margin-top: 7px;
  }

  .uz-mobile-menu > a:not(.uz-btn):hover,
  .uz-mobile-menu > a:not(.uz-btn):focus-visible {
    background: linear-gradient(90deg, rgb(111 22 42 / 92%), rgb(31 9 15 / 98%));
    border-color: rgb(255 111 134 / 62%);
  }

  .uz-mobile-menu > a.uz-state-active {
    background: linear-gradient(90deg, rgb(111 22 42 / 92%), rgb(31 9 15 / 98%));
    border-color: rgb(255 111 134 / 62%);
    box-shadow: inset 4px 0 0 var(--accent), 0 0 18px rgb(214 41 73 / 18%);
  }

  .uz-mobile-menu > .uz-btn {
    justify-content: center;
    min-height: 46px;
    margin-top: 10px;
    border-radius: 10px;
    text-align: center;
  }

  .uz-mobile-menu > .uz-btn.uz-hot {
    background: linear-gradient(180deg, #49c45b, #2da546);
    border-color: #79d889;
    color: #06130a;
  }

  .uz-mobile-menu > .uz-btn.uz-ghost {
    color: #fff;
    background: linear-gradient(180deg, #451724, #210b11);
    border-color: rgb(255 111 134 / 56%);
  }

  .uz-mobile-menu .uz-nav-link-with-icon {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .uz-slots-carousel-shell {
    padding: 6px 50px 6px var(--page-gutter);
  }

  .uz-slot-viewport {
    mask-image: linear-gradient(90deg, transparent, #000 8px, #000 calc(100% - 14px), transparent);
  }

  .uz-slots-carousel-card {
    flex-basis: 104px;
    width: 104px;
  }


  .uz-page-shell {
    display: block;
    padding: 16px var(--page-gutter) 30px;
  }

  .uz-pin-sidebar,
  .uz-right-sidebar {
    display: none;
  }

  .uz-hero {
    min-height: 543px;
    margin-bottom: 20px;
    padding: 48px 20px;
    text-align: center;
  }

  .uz-hero::after {
    background: linear-gradient(180deg, rgb(9 11 14 / 45%) 0%, rgb(9 11 14 / 80%) 65%, rgb(9 11 14 / 58%) 100%);
  }

  .uz-hero-scene-image {
    object-position: 70% center;
  }

  .uz-hero-copy {
    box-sizing: border-box;
    width: min(100%, 680px);
    margin-inline: auto;
    padding: 20px 16px;
    text-align: center;
    background: rgb(5 8 10 / 68%);
    border: 1px solid rgb(255 255 255 / 8%);
    border-radius: 14px;
    box-shadow: 0 12px 30px rgb(0 0 0 / 22%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }

  .uz-hero-breadcrumbs {
    justify-content: center;
  }

  .uz-hero h1 {
    font-size: clamp(27px, 8vw, 34px);
    line-height: 1.25;
  }

  .uz-hero p {
    margin-inline: auto;
    font-size: 15px;
  }

  .uz-hero-actions .uz-pin-btn {
    min-width: 220px;
  }

  .uz-promo-banner-card {
    height: 350px;
    min-height: 350px;
    padding: 22px;
  }

  .uz-promo-banner-copy {
    width: min(62%, 470px);
  }

  .uz-platform-banner-card {
    min-height: 350px;
    padding: 20px;
    gap: 14px;
  }

  .uz-app-banner-btn {
    max-width: 205px;
    padding: 9px 11px;
  }

  .uz-app-banner-btn img {
    flex-basis: 28px;
    width: 28px;
    height: 28px;
  }

  .uz-app-banner-btn small {
    font-size: 9px;
  }

  .uz-app-banner-btn strong {
    font-size: 11px;
  }

  .uz-pin-side-nav.uz-mobile-nav-mounted {
    display: block;
    margin: 0 0 20px;
  }

  .uz-pin-section,
  .uz-content-section,
  .uz-reviews-section,
  .uz-home-app-banner,
  .uz-bonus-banner-section,
  .uz-bonus-final-cta {
    padding: 10px;
  }

  .uz-pin-section h2,
  .uz-content-section h2,
  .uz-reviews-section > h2 {
    padding: 10px 12px 10px 32px;
    font-size: 21px;
    line-height: 1.38;
  }

  .uz-pin-section p,
  .uz-content-section p,
  .uz-pin-section li,
  .uz-content-section li {
    font-size: 16px;
  }

  .uz-pros-cons-grid,
  .uz-install-platform-grid {
    grid-template-columns: 1fr;
  }

  .uz-reviews-track {
    gap: 12px;
    margin-right: 0;
    padding: 6px 1px 14px;
  }

  .uz-reviews-track > .uz-review-card {
    flex-basis: min(88%, 420px);
    min-height: 0;
    padding: 24px 18px 18px 22px;
    border-radius: 14px;
  }

  .uz-reviews-section .uz-review-card em {
    padding-right: 18px;
    font-size: 14px;
  }

  .uz-reviews-section {
    padding: 16px;
    border-radius: 14px;
  }

  .uz-reviews-section > h2 {
    padding: 0 0 12px 20px;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }

  .uz-reviews-section > h2::before {
    top: 2px;
    bottom: 13px;
    left: 0;
    width: 4px;
    height: auto;
    background: linear-gradient(180deg, #75d987, #238a43);
    border: 0;
    border-radius: 999px;
    transform: none;
  }

  .uz-review-author {
    padding-right: 0;
  }

  .uz-review-author::after {
    display: none;
  }

  .uz-footer {
    padding: 0 10px 12px;
  }

  .uz-footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 18px;
  }

  .uz-footer-legal-row {
    grid-template-columns: 1fr;
  }

  .uz-footer-payments {
    flex-wrap: wrap;
  }

  .uz-cookie {
    right: 10px;
    bottom: 10px;
    left: 10px;
    max-width: none;
  }
}

@media (max-width: 420px) {
  .uz-nav {
    gap: 6px;
  }

  .uz-brand {
    flex-basis: 100px;
  }

  .uz-brand-logo {
    width: 100px;
  }

  .uz-header-tools {
    display: flex;
    gap: 6px;
  }

  .uz-header-tools .uz-tool-button {
    display: grid;
    width: 30px;
    height: 30px;
  }

  .uz-language-switch {
    display: flex;
    min-height: 36px;
    padding-right: 8px;
  }
}

/* Small phones */
@media (max-width: 520px) {
  :root {
    --content-flow-gap: 12px;
  }

  .uz-section-cta-row {
    margin-top: 14px;
  }

  .uz-section-cta-link {
    width: 100%;
    min-width: 0;
  }

  .uz-hero {
    min-height: 520px;
    padding: 42px 12px;
  }

  .uz-hero-img {
    inset: 0;
    height: 100%;
  }

  .uz-platform-banner-image {
    inset-block: 8px;
    height: calc(100% - 16px);
  }

  .uz-promo-banner-card {
    height: 350px;
    min-height: 350px;
    padding: 18px;
  }

  .uz-promo-banner-card::after {
    background:
      linear-gradient(
        90deg,
        rgb(4 6 8 / 72%) 0%,
        rgb(4 6 8 / 56%) 44%,
        rgb(4 6 8 / 24%) 70%,
        rgb(4 6 8 / 3%) 100%
      );
  }

  .uz-promo-banner-image {
    inset-block: 0;
    height: 100%;
    object-fit: cover;
    object-position: 58% center;
  }

  img[src*="uz-home-promo-volleyball.webp"] {
    object-position: 82% center;
  }

  img[src*="uz-home-promo-basketball.webp"] {
    object-position: 84% center;
  }

  img[src*="uz-casino-promo-esports.webp"] {
    object-position: 82% center;
  }

  img[src*="uz-casino-promo-football.webp"] {
    object-position: 82% center;
  }

  img[src*="uz-bonus-promo-tennis.webp"] {
    object-position: 82% center;
  }

  img[src*="uz-bonus-promo-football.webp"] {
    object-position: 82% center;
  }

  img[src*="uz-bonus-promo-cycling.webp"] {
    object-position: 84% center;
  }

  .uz-promo-banner-copy {
    width: 69%;
  }

  .uz-promo-banner-card.uz-promo-copy-opposite::after {
    background:
      linear-gradient(
        270deg,
        rgb(4 6 8 / 72%) 0%,
        rgb(4 6 8 / 56%) 44%,
        rgb(4 6 8 / 24%) 70%,
        rgb(4 6 8 / 3%) 100%
      );
  }

  .uz-promo-banner-kicker {
    margin-bottom: 9px;
    font-size: 12px;
    line-height: 1.18;
  }

  .uz-promo-banner-title {
    margin-bottom: 15px;
    font-size: 21px;
  }

  .uz-promo-description {
    margin: 7px 0 13px;
    font-size: 12px;
    line-height: 1.3;
  }

  .uz-promo-banner-cta,
  .uz-section-bonus-cta {
    min-height: 38px;
    padding: 8px 13px;
    font-size: 11px;
  }

  .uz-platform-banner-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: minmax(150px, 1fr) auto;
    min-height: 350px;
    padding: 18px 12px 12px;
    gap: 10px;
  }

  .uz-platform-banner-card::after {
    background:
      linear-gradient(
        180deg,
        rgb(4 6 8 / 18%) 0%,
        rgb(4 6 8 / 30%) 48%,
        rgb(4 6 8 / 84%) 72%,
        rgb(4 6 8 / 96%) 100%
      ),
      radial-gradient(circle at center, transparent 8%, rgb(4 6 8 / 35%) 76%);
  }

  .uz-platform-banner-image {
    object-position: center;
  }

  .uz-app-banner-center {
    grid-column: 1 / -1;
    grid-row: 1;
    align-self: center;
    width: 150px;
    height: 48px;
  }

  .uz-app-banner-btn {
    grid-row: 2;
    justify-self: stretch;
    width: 100%;
    min-height: 56px;
    padding: 8px;
    gap: 7px;
  }

  .uz-app-banner-android {
    grid-column: 1;
  }

  .uz-app-banner-ios {
    grid-column: 2;
  }

  .uz-app-banner-btn img {
    flex-basis: 24px;
    width: 24px;
    height: 24px;
  }

  .uz-app-banner-btn span {
    gap: 1px;
  }

  .uz-app-banner-btn small {
    font-size: 8px;
  }

  .uz-app-banner-btn strong {
    font-size: 10px;
  }

  .uz-hero h1 {
    font-size: 27px;
  }

  .uz-hero p {
    font-size: 14px;
  }

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

  .uz-footer-payments img {
    max-width: 72px;
    height: 22px;
  }
}

/* Slot library inside the casino article */
.uz-slot-library-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
  gap: 12px;
}

.uz-live-casino-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 22px;
  gap: 10px;
}

.uz-live-casino-card .uz-slot-library-name {
  font-size: 11px;
}

@property --slot-border-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

.uz-slot-library-card {
  --slot-border-angle: 0deg;

  position: relative;
  isolation: isolate;
  min-width: 0;
  overflow: hidden;
  aspect-ratio: 301 / 180;
  background: #16181d;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: var(--radius);
  box-shadow: 0 8px 18px rgb(0 0 0 / 24%);
}

.uz-slot-library-card::before {
  content: "";
  position: absolute;
  z-index: 4;
  inset: 0;
  padding: 2px;
  pointer-events: none;
  background: conic-gradient(
    from var(--slot-border-angle),
    transparent 0deg 205deg,
    rgb(73 196 91 / 20%) 225deg,
    var(--accent-hover) 250deg,
    #edf6ef 270deg,
    var(--accent-hover) 290deg,
    rgb(73 196 91 / 20%) 315deg,
    transparent 338deg 360deg
  );
  border-radius: inherit;
  opacity: 0.9;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: slot-border-orbit 3.2s linear infinite;
  transition:
    opacity 180ms ease,
    padding 180ms ease;
}

.uz-slot-library-card:nth-child(4n + 2)::before {
  animation-delay: -0.8s;
}

.uz-slot-library-card:nth-child(4n + 3)::before {
  animation-delay: -1.6s;
}

.uz-slot-library-card:nth-child(4n + 4)::before {
  animation-delay: -2.4s;
}

.uz-slot-library-card:hover::before,
.uz-slot-library-card:focus-visible::before {
  padding: 3px;
  opacity: 1;
  animation-duration: 1.65s;
}

.uz-slot-library-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 260ms ease,
    filter 260ms ease;
}

.uz-slot-library-name {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  padding: 22px 10px 8px;
  color: var(--white);
  background: linear-gradient(transparent, rgb(0 0 0 / 88%));
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.uz-slot-library-hover {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: rgb(10 12 15 / 78%);
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.uz-slot-library-hover strong {
  font-size: 15px;
  letter-spacing: 0.02em;
}

.uz-slot-library-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  min-height: 34px;
  margin-top: 10px;
  padding: 7px 18px;
  color: var(--white);
  background: var(--accent);
  border-radius: 5px;
  box-shadow: 0 5px 14px rgb(0 0 0 / 32%);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.uz-live-casino-card .uz-slot-library-play {
  min-width: 54px;
  min-height: 24px;
  margin-top: 6px;
  padding: 4px 9px;
  font-size: 9px;
}

.uz-slot-library-card:hover img,
.uz-slot-library-card:focus-visible img {
  filter: brightness(0.6);
  transform: scale(1.045);
}

.uz-slot-library-card:hover .uz-slot-library-hover,
.uz-slot-library-card:focus-visible .uz-slot-library-hover {
  opacity: 1;
  transform: translateY(0);
}

.uz-slot-library-card:hover .uz-slot-library-play {
  background: var(--accent-hover);
}

@keyframes slot-border-orbit {
  to {
    --slot-border-angle: 360deg;
  }
}

@media (max-width: 1180px) {
  .uz-live-casino-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .uz-slot-library-grid,
  .uz-live-casino-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 420px) {
  .uz-slot-library-grid,
  .uz-live-casino-grid {
    grid-template-columns: 1fr;
  }
}

@media (hover: none) {
  .uz-slot-library-hover {
    align-items: flex-start;
    justify-content: flex-end;
    padding: 10px;
    background: linear-gradient(transparent 30%, rgb(10 12 15 / 92%));
    opacity: 1;
    transform: none;
  }

  .uz-slot-library-hover strong {
    font-size: 12px;
  }

  .uz-slot-library-play {
    min-width: 68px;
    min-height: 30px;
    margin-top: 6px;
    padding: 5px 12px;
    font-size: 10px;
  }

  .uz-slot-library-name {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .uz-slot-viewport {
    overflow-x: auto;
    mask-image: none;
    scrollbar-width: none;
  }

  .uz-slot-viewport::-webkit-scrollbar {
    display: none;
  }

  .uz-slots-carousel-track {
    animation: none;
    transform: none;
  }

  .uz-slots-carousel-group[aria-hidden="true"] {
    display: none;
  }

  .uz-slot-library-card::before {
    background: var(--accent);
    opacity: 0.8;
    animation: none;
  }
}
/* Floating support and fortune-wheel actions */
.uz-floating-actions {
  --widget-green: var(--accent);
  --widget-lime: var(--accent-soft);
  --widget-red: var(--accent-bright);
  --widget-gold: var(--accent-pale);
  --widget-ink: var(--header-bg);
  position: relative;
  z-index: 1200;
}

.uz-floating-chat,
.uz-fortune-tab,
.uz-fortune-close {
  -webkit-tap-highlight-color: transparent;
}

.uz-floating-chat {
  position: fixed;
  left: 22px;
  right: auto;
  bottom: 86px;
  z-index: 1202;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: #fff;
  background:
    radial-gradient(circle at 32% 22%, #a5edb2 0 5%, transparent 27%),
    linear-gradient(145deg, #3fbd57, #227338);
  border: 1px solid rgb(166 255 96 / 55%);
  border-radius: 50%;
  box-shadow:
    0 12px 32px rgb(0 0 0 / 48%),
    0 0 0 5px rgb(76 175 32 / 11%);
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.uz-floating-chat svg {
  width: 27px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.uz-floating-chat span {
  position: absolute;
  left: 64px;
  right: auto;
  padding: 5px 9px;
  color: #fff;
  background: #1e232b;
  border: 1px solid rgb(255 255 255 / 13%);
  border-radius: 5px;
  box-shadow: 0 6px 18px rgb(0 0 0 / 30%);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-7px);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.uz-floating-chat:hover,
.uz-floating-chat:focus-visible {
  box-shadow:
    0 15px 38px rgb(0 0 0 / 54%),
    0 0 0 7px rgb(86 163 116 / 18%);
  transform: translateY(-3px);
}

.uz-floating-chat:hover span,
.uz-floating-chat:focus-visible span {
  opacity: 1;
  transform: translateX(0);
}

.uz-fortune-tab {
  --fortune-handle: 42px;
  position: fixed;
  top: auto;
  right: 0;
  bottom: 86px;
  z-index: 1202;
  display: flex;
  align-items: center;
  width: 158px;
  min-height: 58px;
  padding: 0;
  gap: 0;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(105deg, rgb(73 196 91 / 20%), transparent 54%),
    #0b0e0c;
  border: 1px solid rgb(73 196 91 / 64%);
  border-right: 0;
  border-radius: 12px 0 0 12px;
  box-shadow:
    0 16px 36px rgb(0 0 0 / 48%),
    inset 4px 0 0 var(--accent),
    inset 0 1px 0 rgb(255 255 255 / 9%);
  font: inherit;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
  transform: translateX(calc(100% - var(--fortune-handle)));
  animation: fortune-tab-invite 5.2s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.uz-fortune-tab:hover,
.uz-fortune-tab:focus-visible {
  animation-play-state: paused;
  transform: translateX(0);
}

.uz-fortune-tab[aria-expanded="true"] {
  animation: none;
  opacity: 0;
  pointer-events: none;
  transform: translateX(100%);
}

.uz-fortune-tab-handle {
  position: relative;
  display: grid;
  place-items: center;
  align-self: stretch;
  flex: 0 0 var(--fortune-handle);
  width: var(--fortune-handle);
  background: linear-gradient(180deg, #49c45b, #238a43);
  box-shadow:
    inset -1px 0 rgb(255 255 255 / 18%),
    7px 0 18px rgb(0 0 0 / 20%);
}

.uz-fortune-tab-handle::after {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 5px;
  width: 2px;
  background: rgb(255 255 255 / 72%);
  border-radius: 999px;
}

.uz-fortune-tab-copy {
  display: grid;
  min-width: 0;
  padding: 9px 12px 9px 10px;
  gap: 2px;
}

.uz-fortune-tab-copy small {
  color: #d7cdd0;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.uz-fortune-tab strong {
  color: #fff;
  font-size: 11px;
  white-space: nowrap;
}

.uz-fortune-tab-spark {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin: 0;
  color: #fff;
  background:
    radial-gradient(circle, rgb(255 255 255 / 18%), transparent 68%),
    rgb(32 16 21 / 48%);
  border: 1px solid rgb(255 255 255 / 48%);
  border-radius: 50%;
  box-shadow:
    0 0 0 3px rgb(255 255 255 / 7%),
    0 5px 12px rgb(0 0 0 / 28%),
    0 0 16px rgb(255 178 193 / 26%);
  line-height: 1;
  animation: fortune-spark 4.2s linear infinite;
}

.uz-fortune-tab-spark svg {
  width: 23px;
  height: 23px;
  overflow: visible;
}

.uz-fortune-star-orbit {
  fill: none;
  stroke: rgb(255 255 255 / 35%);
  stroke-dasharray: 3 5;
  stroke-width: 1;
}

.uz-fortune-star-core {
  fill: #fff;
  filter: drop-shadow(0 0 5px rgb(255 255 255 / 78%));
  transform-origin: center;
  animation: fortune-star-breathe 1.35s ease-in-out infinite;
}

.uz-fortune-star-dot {
  fill: #fff;
  transform-origin: center;
  animation: fortune-star-twinkle 1.15s ease-in-out infinite;
}

.uz-star-dot-two {
  animation-delay: -0.58s;
}

.uz-fortune-panel {
  position: fixed;
  top: auto;
  right: 18px;
  bottom: 18px;
  z-index: 1201;
  width: min(328px, calc(100vw - 36px));
  margin: 0;
  padding: 23px 22px 20px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 8%, rgb(73 196 91 / 20%), transparent 32%),
    linear-gradient(155deg, #0d1710, #040705 68%);
  border: 1px solid rgb(73 196 91 / 52%);
  border-radius: 22px 7px 22px 22px;
  box-shadow:
    0 24px 70px rgb(0 0 0 / 68%),
    inset 0 1px rgb(255 255 255 / 7%);
  opacity: 0;
  pointer-events: none;
  transform: translateX(115%) scale(0.96);
  transform-origin: right bottom;
  transition:
    opacity 260ms ease,
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.uz-fortune-panel.uz-state-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) scale(1);
}

.uz-fortune-panel.uz-state-won {
  animation: fortune-panel-win 620ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

.uz-fortune-close {
  position: absolute;
  top: 9px;
  right: 11px;
  width: 32px;
  height: 32px;
  padding: 0;
  color: #dbe2d7;
  background: rgb(255 255 255 / 7%);
  border: 0;
  border-radius: 50%;
  font-size: 23px;
  line-height: 1;
  cursor: pointer;
}

.uz-fortune-eyebrow {
  margin: 0 0 3px;
  color: #7bd58a;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.uz-fortune-panel h2 {
  margin: 0 0 17px;
  color: #fff;
  font-size: 25px;
  line-height: 1.05;
  text-transform: uppercase;
}

.uz-fortune-wheel-wrap {
  position: relative;
  width: 238px;
  height: 238px;
  margin: 0 auto;
}

.uz-fortune-wheel-wrap::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -34px;
  background: repeating-conic-gradient(
    from 8deg,
    rgb(73 196 91 / 0%) 0 8deg,
    rgb(73 196 91 / 42%) 9deg 11deg,
    rgb(255 255 255 / 0%) 12deg 18deg
  );
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.45) rotate(-18deg);
}

.uz-fortune-panel.uz-state-won .uz-fortune-wheel-wrap::before {
  animation: fortune-rays 1.3s ease-out forwards;
}

.uz-fortune-wheel {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: conic-gradient(
    #35a953 0 45deg,
    #f2f7f3 45deg 90deg,
    #238a43 90deg 135deg,
    #0b0e0c 135deg 180deg,
    #35a953 180deg 225deg,
    #f2f7f3 225deg 270deg,
    #238a43 270deg 315deg,
    #0b0e0c 315deg
  );
  border: 8px solid #eff6f0;
  border-radius: 50%;
  box-shadow:
    0 0 0 3px var(--accent),
    0 0 0 7px #050906,
    0 14px 34px rgb(0 0 0 / 52%),
    inset 0 0 24px rgb(2 42 88 / 48%);
}

.uz-fortune-wheel::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px dashed rgb(255 255 255 / 38%);
  border-radius: 50%;
}

.uz-fortune-wheel.uz-state-spinning {
  animation: fortune-spin 3.6s cubic-bezier(0.12, 0.67, 0.04, 1) forwards;
}

.uz-fortune-wheel > span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84px;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-align: right;
  text-shadow: 0 1px 3px #000;
  transform:
    translate(-100%, -50%)
    rotate(calc(var(--i) * 45deg + 22.5deg))
    translateX(45px);
  transform-origin: 100% 50%;
}

.uz-fortune-wheel > span:nth-child(2),
.uz-fortune-wheel > span:nth-child(6) {
  color: #0b0e0c;
  text-shadow: none;
}

.uz-fortune-pointer {
  position: absolute;
  top: -11px;
  left: 50%;
  z-index: 3;
  width: 0;
  height: 0;
  border-top: 25px solid #fff;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  filter: drop-shadow(0 3px 3px rgb(0 0 0 / 55%));
  transform: translateX(-50%);
}

.uz-fortune-hub {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: var(--accent);
  background: linear-gradient(145deg, #fff, #e4eee6);
  border: 5px solid #0b0e0c;
  border-radius: 50%;
  box-shadow:
    0 0 0 2px var(--accent),
    0 7px 18px rgb(0 0 0 / 34%);
  font-size: 23px;
  font-weight: 900;
  font-style: italic;
  transform: translate(-50%, -50%);
}

.uz-fortune-result {
  position: absolute;
  inset: 24px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgb(3 20 38 / 96%);
  border: 2px solid #e6f1e8;
  border-radius: 50%;
  box-shadow:
    0 0 42px rgb(53 169 83 / 52%),
    inset 0 0 35px rgb(53 169 83 / 26%);
  opacity: 0;
  pointer-events: none;
  text-align: center;
  text-decoration: none;
  transform: scale(0.72);
  transition:
    opacity 300ms ease,
    transform 430ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

.uz-fortune-result strong {
  color: #fff;
  font-size: 44px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  text-shadow: 0 0 18px rgb(73 196 91 / 76%);
}

.uz-fortune-result span {
  max-width: 135px;
  margin-top: 9px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
}

.uz-fortune-result em {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  margin-top: 10px;
  padding: 5px 12px;
  color: #fff;
  background: linear-gradient(
    180deg,
    var(--accent-highlight),
    var(--accent-bright)
  );
  border-radius: 999px;
  box-shadow: 0 6px 16px rgb(0 0 0 / 35%);
  font-size: 9px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.uz-fortune-panel.uz-state-won .uz-fortune-result {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
  animation: fortune-result-pop 700ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

.uz-fortune-panel.uz-state-won .uz-fortune-result strong {
  animation: fortune-win-beat 760ms ease-in-out 180ms 2;
}

.uz-fortune-panel.uz-state-won .uz-fortune-result:hover,
.uz-fortune-panel.uz-state-won .uz-fortune-result:focus-visible {
  box-shadow:
    0 0 62px rgb(53 169 83 / 72%),
    inset 0 0 38px rgb(53 169 83 / 30%);
  transform: scale(1.035);
}

.uz-fortune-confetti {
  position: absolute;
  top: 52%;
  left: 50%;
  z-index: 8;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.uz-fortune-confetti i {
  position: absolute;
  width: 7px;
  height: 13px;
  background: var(--confetti-color);
  border-radius: 2px;
  box-shadow: 0 0 8px var(--confetti-color);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.2);
}

.uz-fortune-panel.uz-state-won .uz-fortune-confetti i {
  animation: fortune-confetti-burst 1.55s cubic-bezier(0.16, 0.74, 0.31, 1)
    var(--delay) forwards;
}

.uz-fortune-status {
  min-height: 18px;
  margin: 16px 0 0;
  color: #cbd0c8;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.uz-fortune-panel.uz-state-won .uz-fortune-status {
  color: var(--widget-gold);
  text-shadow: 0 0 15px rgb(210 179 94 / 48%);
  animation: fortune-status-pop 560ms cubic-bezier(0.34, 1.56, 0.64, 1)
    180ms both;
}

@keyframes fortune-spin {
  to {
    transform: rotate(1902deg);
  }
}

@keyframes fortune-panel-win {
  0%,
  100% {
    transform: translateX(0) scale(1);
  }
  34% {
    transform: translateX(0) scale(1.045) rotate(-0.8deg);
  }
  68% {
    transform: translateX(0) scale(0.985) rotate(0.45deg);
  }
}

@keyframes fortune-rays {
  0% {
    opacity: 0;
    transform: scale(0.45) rotate(-18deg);
  }
  35% {
    opacity: 1;
  }
  100% {
    opacity: 0.22;
    transform: scale(1.08) rotate(16deg);
  }
}

@keyframes fortune-result-pop {
  0% {
    opacity: 0;
    transform: scale(0.3) rotate(-8deg);
  }
  70% {
    opacity: 1;
    transform: scale(1.08) rotate(1deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}

@keyframes fortune-win-beat {
  0%,
  100% {
    filter: brightness(1);
    transform: scale(1);
  }
  50% {
    filter: brightness(1.35);
    transform: scale(1.16);
  }
}

@keyframes fortune-status-pop {
  0% {
    opacity: 0;
    transform: translateY(7px) scale(0.8);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes fortune-confetti-burst {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.2) rotate(0);
  }
  14% {
    opacity: 1;
  }
  78% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform:
      translate(calc(-50% + var(--x)), calc(-50% + var(--y)))
      scale(1)
      rotate(var(--r));
  }
}

@keyframes fortune-tab-invite {
  0%,
  12%,
  88%,
  100% {
    filter: brightness(1);
    transform: translateX(calc(100% - var(--fortune-handle)));
  }
  24%,
  70% {
    filter: brightness(1);
    transform: translateX(0);
  }
  34%,
  44% {
    filter: brightness(1.16);
    transform: translateX(0);
  }
}

@keyframes fortune-spark {
  to {
    transform: rotate(360deg);
  }
}

@keyframes fortune-star-breathe {
  0%,
  100% {
    opacity: 0.72;
    transform: scale(0.78) rotate(-5deg);
  }
  50% {
    opacity: 1;
    transform: scale(1.08) rotate(5deg);
  }
}

@keyframes fortune-star-twinkle {
  0%,
  100% {
    opacity: 0.28;
    transform: scale(0.65);
  }
  50% {
    opacity: 1;
    transform: scale(1.25);
  }
}

@media (max-width: 620px) {
  .uz-floating-chat {
    left: 12px;
    right: auto;
    bottom: 76px;
    width: 46px;
    height: 46px;
  }

  .uz-floating-chat svg {
    width: 22px;
  }

  .uz-floating-chat span {
    display: none;
  }

  .uz-fortune-tab {
    --fortune-handle: 38px;
    top: auto;
    bottom: 76px;
    width: 140px;
    min-height: 54px;
    padding: 0;
    border-radius: 11px 0 0 11px;
    font-size: 8px;
  }

  .uz-fortune-tab strong {
    font-size: 10px;
  }

  .uz-fortune-tab-spark {
    width: 25px;
    height: 25px;
    margin: 0;
    font-size: 16px;
  }

  .uz-fortune-tab-copy {
    padding: 8px 10px 8px 9px;
  }

  .uz-fortune-panel {
    right: 8px;
    bottom: 8px;
    width: min(274px, calc(100vw - 16px));
    padding: 18px 17px 15px;
  }

  .uz-fortune-panel h2 {
    margin-bottom: 14px;
    font-size: 20px;
  }

  .uz-fortune-wheel-wrap {
    width: 202px;
    height: 202px;
  }

  .uz-fortune-wheel > span {
    width: 73px;
    font-size: 8px;
    transform:
      translate(-100%, -50%)
      rotate(calc(var(--i) * 45deg + 22.5deg))
      translateX(38px);
  }

  .uz-fortune-result strong {
    font-size: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .uz-fortune-tab,
  .uz-fortune-tab-spark,
  .uz-fortune-wheel.uz-state-spinning,
  .uz-fortune-panel.uz-state-won,
  .uz-fortune-panel.uz-state-won .uz-fortune-result,
  .uz-fortune-panel.uz-state-won .uz-fortune-result strong,
  .uz-fortune-panel.uz-state-won .uz-fortune-status,
  .uz-fortune-panel.uz-state-won .uz-fortune-wheel-wrap::before,
  .uz-fortune-panel.uz-state-won .uz-fortune-confetti i {
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
  }
}
/* Homepage rating and page breadcrumbs */
.uz-hero-rating {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 12px;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
}

.uz-hero-rating strong {
  font-weight: 900;
  letter-spacing: -0.01em;
}

.uz-hero-rating span {
  font-weight: 500;
  letter-spacing: 0.02em;
}

.uz-hero-breadcrumbs {
  align-items: center;
  flex-wrap: wrap;
}

.uz-hero-breadcrumbs a,
.uz-content-breadcrumbs a {
  color: inherit;
  text-decoration: none;
  transition: color 160ms ease;
}

.uz-hero-breadcrumbs a:hover,
.uz-hero-breadcrumbs a:focus-visible,
.uz-content-breadcrumbs a:hover,
.uz-content-breadcrumbs a:focus-visible {
  color: var(--accent-hover);
}

.uz-breadcrumb-separator {
  display: inline-block;
  flex: 0 0 0.42em;
  width: 0.42em;
  height: 0.72em;
  overflow: hidden;
  background: var(--accent-hover);
  font-size: inherit;
  line-height: 1;
  text-indent: -999px;
  vertical-align: -0.02em;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 14'%3E%3Cpath d='M1 1.25 6.5 7 1 12.75' fill='none' stroke='%23000' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 14'%3E%3Cpath d='M1 1.25 6.5 7 1 12.75' fill='none' stroke='%23000' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

.uz-content-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 18px;
  color: #cbd0c8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.35;
  text-transform: uppercase;
}

.uz-content-breadcrumbs [aria-current="page"] {
  color: #fff;
}

@media (max-width: 620px) {
  .uz-hero-rating {
    gap: 5px;
    margin-bottom: 9px;
    font-size: 10px;
  }

  .uz-hero-breadcrumbs {
    margin-bottom: 9px;
    font-size: 10px;
  }

  .uz-content-breadcrumbs {
    margin-bottom: 13px;
    font-size: 10px;
  }
}
/* Featured four-deposit bonus list */
.uz-bonus-showcase {
  position: relative;
  isolation: isolate;
  min-height: 288px;
  margin: 22px 0 26px;
  padding: 28px 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at 83% 24%, rgb(73 196 91 / 28%), transparent 28%),
    radial-gradient(circle at 92% 105%, rgb(226 184 55 / 22%), transparent 36%),
    linear-gradient(118deg, #070a08 0%, #111d15 48%, #103b21 100%);
  border: 1px solid rgb(73 196 91 / 40%);
  border-radius: 18px;
  box-shadow:
    0 22px 50px rgb(0 0 0 / 28%),
    inset 0 1px 0 rgb(255 255 255 / 7%);
}

.uz-bonus-showcase::before,
.uz-bonus-showcase::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.uz-bonus-showcase::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgb(13 18 16 / 12%), rgb(13 18 16 / 2%) 50%, rgb(13 18 16 / 42%)),
    repeating-linear-gradient(
      135deg,
      rgb(255 255 255 / 2%) 0 1px,
      transparent 1px 10px
    );
}

.uz-bonus-showcase::after {
  right: 18%;
  bottom: -82px;
  width: 210px;
  height: 210px;
  border: 1px solid rgb(73 196 91 / 24%);
  border-radius: 50%;
  box-shadow:
    0 0 0 32px rgb(73 196 91 / 5%),
    0 0 0 64px rgb(73 196 91 / 3%);
}

.uz-bonus-showcase > ul[data-source-list] {
  position: relative;
  z-index: 2;
  margin: 0;
}

.uz-bonus-showcase > ul[data-source-list] > li {
  min-height: 44px;
  padding-left: 42px;
  color: #f5f7f4;
  font-size: clamp(15px, 1.45vw, 19px);
  line-height: 1.35;
}

.uz-bonus-showcase > ul[data-source-list] > li + li {
  margin-top: 12px;
}

.uz-bonus-showcase > ul[data-source-list] > li strong {
  color: #fff;
  font-weight: 900;
}

.uz-bonus-showcase > ul[data-source-list] > li::before {
  top: calc(9px + 0.42em);
  left: 7px;
  width: 13px;
  height: 13px;
  background: #49c45b;
  border-color: #b8d6bf;
  box-shadow:
    0 0 0 5px rgb(73 196 91 / 14%),
    0 0 15px rgb(73 196 91 / 64%);
}

@media (max-width: 720px) {
  .uz-bonus-showcase {
    min-height: 0;
    padding: 24px 18px;
  }

  .uz-bonus-showcase::after {
    right: -35px;
    bottom: -105px;
  }

  .uz-bonus-showcase > ul[data-source-list] {
    padding-right: 0;
  }

  .uz-bonus-showcase > ul[data-source-list] > li {
    min-height: 42px;
    padding-right: 66px;
    padding-left: 34px;
    font-size: 14px;
  }

  .uz-bonus-showcase > ul[data-source-list] > li::before {
    left: 4px;
    width: 10px;
    height: 10px;
  }

  .uz-bonus-character {
    right: -28px;
    bottom: -20px;
    height: 72%;
    max-width: 42%;
    opacity: 0.52;
    filter: drop-shadow(-8px 8px 13px rgb(0 0 0 / 50%));
  }
}
/* Restyled header slot carousel */
.uz-slots-carousel {
  background:
    linear-gradient(180deg, rgb(255 255 255 / 2%), transparent),
    #0d1014;
}

.uz-slots-carousel-shell {
  padding-right: var(--page-gutter);
}


.uz-slots-carousel-card {
  position: relative;
  isolation: isolate;
  border-color: #242a27;
  box-shadow:
    0 4px 12px rgb(0 0 0 / 32%),
    inset 0 0 0 1px rgb(255 255 255 / 2%);
  transition:
    border-color 190ms ease,
    box-shadow 190ms ease,
    transform 190ms ease;
}

.uz-slots-carousel-card::before {
  content: "";
  position: absolute;
  z-index: 6;
  inset: 0;
  padding: 1px;
  pointer-events: none;
  background: conic-gradient(
    from var(--slot-border-angle),
    transparent 0deg 210deg,
    rgb(73 196 91 / 16%) 228deg,
    var(--accent-hover) 255deg,
    #edf6ef 272deg,
    var(--accent-hover) 290deg,
    transparent 330deg 360deg
  );
  border-radius: inherit;
  opacity: 0.66;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: slot-border-orbit 3.8s linear infinite;
}

.uz-slots-carousel-card:nth-child(4n + 2)::before {
  animation-delay: -0.95s;
}

.uz-slots-carousel-card:nth-child(4n + 3)::before {
  animation-delay: -1.9s;
}

.uz-slots-carousel-card:nth-child(4n + 4)::before {
  animation-delay: -2.85s;
}

.uz-slots-carousel-link {
  position: relative;
  overflow: hidden;
  border-radius: inherit;
  text-decoration: none;
}

.uz-slots-carousel-card img {
  filter: brightness(0.78) saturate(0.9);
  transition:
    filter 240ms ease,
    transform 260ms ease;
}

.uz-slots-carousel-name {
  position: relative;
  z-index: 2;
  color: #e5e8e4;
  background: linear-gradient(180deg, #191d22, #14171b);
}

.uz-slots-carousel-hover {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4px;
  color: #fff;
  background: rgb(8 11 10 / 76%);
  opacity: 0;
  transform: translateY(5px);
  transition:
    opacity 200ms ease,
    transform 220ms ease;
}

.uz-slots-carousel-hover strong {
  font-size: 9px;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.uz-slots-carousel-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  min-height: 22px;
  margin-top: 6px;
  padding: 3px 8px;
  gap: 4px;
  color: #fff;
  background: var(--accent);
  border: 1px solid rgb(255 255 255 / 22%);
  border-radius: 4px;
  box-shadow: 0 5px 14px rgb(0 0 0 / 42%);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.uz-slots-carousel-play > span {
  display: grid;
  place-items: center;
  width: 13px;
  height: 13px;
  padding-left: 1px;
  color: var(--accent);
  background: rgb(255 255 255 / 90%);
  border-radius: 50%;
  box-shadow: 0 1px 4px rgb(0 0 0 / 25%);
  font-size: 6px;
  line-height: 1;
}

.uz-slots-carousel-card:hover,
.uz-slots-carousel-card:focus-within {
  border-color: rgb(73 196 91 / 72%);
  box-shadow:
    0 8px 20px rgb(0 0 0 / 45%),
    0 0 15px rgb(73 196 91 / 24%);
  transform: translateY(-1px);
}

.uz-slots-carousel-card:hover::before,
.uz-slots-carousel-card:focus-within::before {
  padding: 2px;
  opacity: 1;
  animation-duration: 1.7s;
}

.uz-slots-carousel-card:hover img,
.uz-slots-carousel-card:focus-within img {
  filter: brightness(0.46) saturate(1);
  transform: scale(1.07);
}

.uz-slots-carousel-card:hover .uz-slots-carousel-hover,
.uz-slots-carousel-card:focus-within .uz-slots-carousel-hover {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 620px) {
  .uz-slots-carousel-shell {
    padding-top: 14px;
    padding-right: var(--page-gutter);
  }
}

@media (hover: none) {
  .uz-slots-carousel-hover {
    align-items: flex-end;
    justify-content: flex-end;
    padding: 0 5px 25px;
    background: transparent;
    opacity: 1;
    pointer-events: none;
    transform: none;
  }

  .uz-slots-carousel-hover strong {
    display: none;
  }

  .uz-slots-carousel-play {
    min-width: 48px;
    min-height: 20px;
    margin: 0;
    opacity: 0.94;
  }
}

@media (prefers-reduced-motion: reduce) {
  .uz-slots-carousel-card::before {
    background: var(--accent);
    opacity: 0.62;
    animation: none;
  }
}
/* BetLabel football goal loading sequence */
body.uz-betlabel-page-loading {
  overflow: hidden;
}

.uz-betlabel-loader {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: grid;
  grid-template-rows: auto auto auto;
  align-content: center;
  justify-items: center;
  gap: 18px;
  overflow: hidden;
  color: #f6f7f5;
  background:
    radial-gradient(circle at 24% 30%, rgb(53 169 83 / 24%), transparent 28%),
    radial-gradient(circle at 80% 74%, rgb(215 25 32 / 16%), transparent 25%),
    radial-gradient(circle at 50% 45%, rgb(255 255 255 / 8%), transparent 24%),
    linear-gradient(145deg, #010408, #0b0e0c 48%, #02070d);
  opacity: 1;
  clip-path: inset(0);
  transition:
    clip-path 620ms cubic-bezier(0.76, 0, 0.24, 1),
    opacity 480ms ease 80ms;
}

.uz-betlabel-loader::before,
.uz-betlabel-loader::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.uz-betlabel-loader::before {
  inset: -30%;
  background: repeating-linear-gradient(
    115deg,
    transparent 0 52px,
    rgb(184 214 191 / 6%) 53px 54px
  );
  transform: rotate(-5deg);
}

.uz-betlabel-loader::after {
  top: 50%;
  left: 50%;
  width: min(72vw, 760px);
  aspect-ratio: 2.05 / 1;
  border: 1px solid rgb(73 196 91 / 22%);
  border-radius: 50%;
  box-shadow:
    0 0 0 42px rgb(255 255 255 / 3%),
    0 0 90px rgb(35 138 67 / 28%);
  transform: translate(-50%, -36%);
}

.uz-betlabel-loader.uz-state-complete {
  opacity: 0;
  clip-path: inset(0 0 100% 0);
  pointer-events: none;
}

.uz-betlabel-loader-brand {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  padding: 14px 24px 12px;
  background: rgb(2 10 20 / 76%);
  border: 1px solid rgb(184 214 191 / 28%);
  border-radius: 14px;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 8%),
    0 16px 34px rgb(0 0 0 / 30%);
  backdrop-filter: blur(8px);
  animation: loader-brand-arrive 520ms cubic-bezier(0.34, 1.56, 0.64, 1)
    both;
}

.uz-betlabel-loader-brand img {
  width: clamp(168px, 18vw, 224px);
  height: auto;
  filter: drop-shadow(0 9px 28px rgb(0 0 0 / 55%));
}

.uz-betlabel-loader-brand span {
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #c9e5cf;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.uz-betlabel-loader-brand span::before {
  width: 30px;
  height: 2px;
  content: "";
  background: linear-gradient(
    90deg,
    #35a953,
    #f6f7f5 50%,
    #2c963f
  );
  border: 0;
  border-radius: 999px;
  box-shadow: 0 0 9px rgb(73 196 91 / 34%);
}

.uz-football-loader-stage {
  position: relative;
  z-index: 2;
  width: 540px;
  height: 270px;
  perspective: 820px;
}

.uz-loader-pitch-line {
  position: absolute;
  top: 174px;
  left: 20px;
  width: 500px;
  height: 116px;
  border: 1px solid rgb(255 255 255 / 38%);
  border-radius: 50%;
  box-shadow: 0 0 34px rgb(53 169 83 / 18%);
  transform: rotateX(67deg);
}

.uz-football-loader-goal {
  position: absolute;
  top: -25px;
  right: -5px;
  width: 480px;
  height: 304px;
  overflow: visible;
  filter:
    drop-shadow(0 18px 18px rgb(0 0 0 / 42%))
    drop-shadow(0 0 12px rgb(117 217 135 / 22%));
  animation: football-goal-arrive 1.55s cubic-bezier(0.22, 0.74, 0.28, 1)
    80ms both;
}

.uz-football-loader-frame {
  filter: drop-shadow(0 5px 3px rgb(0 0 0 / 46%));
}

.uz-football-loader-net {
  transform-box: fill-box;
  transform-origin: 74% 48%;
  filter: drop-shadow(0 2px 2px rgb(0 0 0 / 46%));
  animation: football-net-impact 1.55s cubic-bezier(0.2, 0.72, 0.25, 1)
    80ms both;
}

.uz-loader-ball-trail {
  position: absolute;
  top: 174px;
  left: 44px;
  z-index: 3;
  width: 156px;
  height: 12px;
  background: linear-gradient(90deg, transparent, rgb(53 169 83 / 8%), rgb(129 230 147 / 72%));
  border-radius: 999px;
  filter: blur(5px);
  opacity: 0;
  transform: rotate(-21deg) scaleX(0.18);
  transform-origin: 100% 50%;
  animation: football-ball-trail 1.55s ease-out 80ms both;
}

.uz-loader-ball-shadow {
  position: absolute;
  top: 210px;
  left: 20px;
  z-index: 2;
  width: 62px;
  height: 14px;
  background: rgb(0 0 0 / 54%);
  border-radius: 50%;
  filter: blur(5px);
  animation: football-ball-shadow 1.55s ease-out 80ms both;
}

.uz-football-loader-ball {
  position: absolute;
  top: 160px;
  left: 18px;
  z-index: 4;
  display: block;
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter:
    drop-shadow(0 0 3px rgb(255 255 255 / 26%))
    drop-shadow(0 12px 18px rgb(0 0 0 / 62%));
  animation: football-ball-score 1.55s cubic-bezier(0.2, 0.62, 0.25, 1)
    80ms both;
}

.uz-loader-goal-flash {
  position: absolute;
  top: 70px;
  right: 108px;
  z-index: 5;
  display: grid;
  place-items: center;
  width: 86px;
  height: 42px;
  color: #fff;
  background: rgb(35 138 67 / 78%);
  border: 1px solid rgb(255 255 255 / 82%);
  border-radius: 7px;
  box-shadow: 0 0 28px rgb(73 196 91 / 72%);
  font-size: 21px;
  font-weight: 1000;
  letter-spacing: 0.16em;
  opacity: 0;
  transform: scale(0.35) rotate(-4deg);
  animation: football-goal-flash 1.55s cubic-bezier(0.2, 0.62, 0.25, 1) 80ms both;
}

.uz-loader-progress {
  position: relative;
  z-index: 2;
  width: 154px;
  height: 2px;
  overflow: hidden;
  background: rgb(255 255 255 / 9%);
  border-radius: 999px;
}

.uz-loader-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    #238a43,
    #75d987 40%,
    #f6f7f5 50%,
    #6bd27c 60%,
    #2c963f
  );
  box-shadow: 0 0 13px rgb(35 138 67 / 55%);
  transform: translateX(-100%);
  animation: loader-progress 1.55s cubic-bezier(0.22, 0.7, 0.28, 1) both;
}

/* Inner pages use the Uzbekistan red-and-white graphite palette. */
.uz-betlabel-loader-inner {
  --inner-loader-accent: #d62949;
  background:
    radial-gradient(circle at 22% 28%, rgb(214 41 73 / 25%), transparent 30%),
    radial-gradient(circle at 80% 74%, rgb(126 20 43 / 22%), transparent 27%),
    radial-gradient(circle at 50% 44%, rgb(255 255 255 / 8%), transparent 24%),
    linear-gradient(145deg, #18090d, #11070a 48%, #0b0507);
}

.uz-betlabel-loader-inner::before {
  background: repeating-linear-gradient(115deg, transparent 0 52px, rgb(255 111 134 / 8%) 53px 54px);
}

.uz-betlabel-loader-inner::after {
  border-color: rgb(232 65 95 / 36%);
  box-shadow: 0 0 0 42px rgb(255 255 255 / 4%), 0 0 100px rgb(198 32 62 / 40%);
}

.uz-betlabel-loader-inner .uz-betlabel-loader-brand {
  background: rgb(18 5 9 / 86%);
  border-color: rgb(232 65 95 / 42%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 11%), 0 18px 42px rgb(25 2 8 / 46%);
}

.uz-betlabel-loader-inner .uz-betlabel-loader-brand span { color: #fff4f6; }
.uz-betlabel-loader-inner .uz-betlabel-loader-brand span::before {
  background: linear-gradient(90deg, #a81834, #fff 50%, #ed4965);
  box-shadow: 0 0 12px rgb(214 41 73 / 60%);
}
.uz-betlabel-loader-inner .uz-loader-pitch-line {
  border-color: rgb(255 226 231 / 48%);
  box-shadow: 0 0 38px rgb(214 41 73 / 32%);
}
.uz-betlabel-loader-inner .uz-football-loader-goal {
  filter: drop-shadow(0 18px 18px rgb(0 0 0 / 48%)) drop-shadow(0 0 15px rgb(232 65 95 / 36%));
}
.uz-betlabel-loader-inner .uz-football-loader-net { stroke: #fff0f3; }
.uz-betlabel-loader-inner .uz-loader-ball-trail {
  background: linear-gradient(90deg, transparent, rgb(214 41 73 / 12%), rgb(255 226 231 / 82%));
}
.uz-betlabel-loader-inner .uz-loader-goal-flash {
  background: rgb(174 25 53 / 90%);
  border-color: rgb(255 229 234 / 90%);
  box-shadow: 0 0 30px rgb(232 65 95 / 78%);
}
.uz-betlabel-loader-inner .uz-loader-progress { background: rgb(255 226 231 / 14%); }
.uz-betlabel-loader-inner .uz-loader-progress span {
  background: linear-gradient(90deg, #8e142c, #d62949 40%, #fff 50%, #f06a81 60%, #a91c37);
  box-shadow: 0 0 15px rgb(214 41 73 / 72%);
}

body.uz-page-ready .uz-topbar {
  animation: page-reveal-down 560ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

body.uz-page-ready .uz-slots-carousel {
  animation: page-reveal-down 620ms cubic-bezier(0.22, 1, 0.36, 1) 60ms both;
}

body.uz-page-ready .uz-pin-sidebar {
  animation: page-reveal-left 660ms cubic-bezier(0.22, 1, 0.36, 1) 120ms
    both;
}

body.uz-page-ready .uz-right-sidebar {
  animation: page-reveal-right 660ms cubic-bezier(0.22, 1, 0.36, 1) 160ms
    both;
}

body.uz-page-ready .uz-pin-content > .uz-hero,
body.uz-page-ready .uz-pin-content > .uz-pin-section:first-child {
  animation: page-reveal-content 720ms cubic-bezier(0.22, 1, 0.36, 1) 100ms
    both;
}

body.uz-page-ready .uz-article-content-flow > :first-child {
  animation: page-reveal-content 720ms cubic-bezier(0.22, 1, 0.36, 1) 220ms
    both;
}

@keyframes loader-brand-arrive {
  from {
    opacity: 0;
    transform: translateY(-14px) scale(0.92);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes football-goal-arrive {
  0% {
    opacity: 0;
    transform: translateX(42px) rotateY(-11deg) scale(0.94);
  }
  18% {
    opacity: 1;
    transform: translateX(-4px) rotateY(2deg) scale(1.012);
  }
  30%,
  100% {
    opacity: 1;
    transform: translateX(0) rotateY(0) scale(1);
  }
}

@keyframes football-ball-score {
  0%,
  12% {
    opacity: 0;
    transform: translate(0, 0) rotate(-42deg) scale(0.88);
  }
  20% {
    opacity: 1;
  }
  67% {
    opacity: 1;
    transform: translate(246px, -92px) rotate(665deg) scale(0.92);
  }
  74% {
    opacity: 1;
    transform: translate(250px, -89px) rotate(730deg) scale(0.9);
  }
  87% {
    opacity: 1;
    transform: translate(239px, -64px) rotate(820deg) scale(0.82);
  }
  100% {
    opacity: 0;
    transform: translate(243px, -52px) rotate(870deg) scale(0.68);
  }
}

@keyframes football-net-impact {
  0%,
  65% {
    transform: perspective(300px) translateZ(0) skewX(0) scale(1);
  }
  72% {
    transform: perspective(300px) translateZ(-24px) skewX(7deg) scale(0.96, 1.11);
  }
  80% {
    transform: perspective(300px) translateZ(10px) skewX(-5deg) scale(1.04, 0.95);
  }
  90% {
    transform: perspective(300px) translateZ(-5px) skewX(2deg) scale(0.99, 1.03);
  }
  100% {
    transform: perspective(300px) translateZ(0) skewX(0) scale(1);
  }
}

@keyframes football-ball-trail {
  0%,
  16% {
    opacity: 0;
    transform: translate(0, 0) rotate(-21deg) scaleX(0.18);
  }
  36% {
    opacity: 0.82;
    transform: translate(62px, -28px) rotate(-21deg) scaleX(1);
  }
  66% {
    opacity: 0.42;
    transform: translate(166px, -68px) rotate(-18deg) scaleX(0.74);
  }
  74%,
  100% {
    opacity: 0;
    transform: translate(218px, -78px) rotate(-16deg) scaleX(0.18);
  }
}

@keyframes football-ball-shadow {
  0%,
  16% {
    opacity: 0;
    transform: translate(0, 0) scale(0.7);
  }
  24% {
    opacity: 0.72;
  }
  66% {
    opacity: 0.18;
    transform: translate(228px, -8px) scale(0.38);
  }
  78%,
  100% {
    opacity: 0;
    transform: translate(240px, -10px) scale(0.25);
  }
}

@keyframes football-goal-flash {
  0%,
  60% {
    opacity: 0;
    transform: scale(0.35) rotate(-4deg);
  }
  62% {
    opacity: 1;
    transform: scale(1.06) rotate(2deg);
  }
  80% {
    opacity: 0.92;
    transform: scale(0.96) rotate(0);
  }
  94%,
  100% {
    opacity: 0;
    transform: scale(1.22);
  }
}

@keyframes loader-progress {
  0% {
    transform: translateX(-100%);
  }
  75% {
    transform: translateX(-9%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes page-reveal-down {
  from {
    opacity: 0;
    transform: translateY(-18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes page-reveal-left {
  from {
    opacity: 0;
    transform: translateX(-24px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes page-reveal-right {
  from {
    opacity: 0;
    transform: translateX(24px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes page-reveal-content {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: translateY(24px) scale(0.985);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 620px) {
  .uz-betlabel-loader {
    gap: 10px;
  }

  .uz-betlabel-loader-brand img {
    width: 164px;
  }

  .uz-football-loader-stage {
    width: 540px;
    transform: scale(0.68);
  }
}

@media (prefers-reduced-motion: reduce) {
  .uz-betlabel-loader {
    transition-duration: 0.01ms;
  }

  .uz-football-loader-goal,
  .uz-football-loader-ball,
  .uz-loader-ball-trail,
  .uz-loader-ball-shadow,
  .uz-loader-goal-flash,
  .uz-football-loader-net,
  .uz-loader-progress span,
  .uz-betlabel-loader-brand,
  body.uz-page-ready .uz-topbar,
  body.uz-page-ready .uz-slots-carousel,
  body.uz-page-ready .uz-pin-sidebar,
  body.uz-page-ready .uz-right-sidebar,
  body.uz-page-ready .uz-pin-content > .uz-hero,
  body.uz-page-ready .uz-pin-content > .uz-pin-section:first-child,
  body.uz-page-ready .uz-article-content-flow > :first-child {
    animation-duration: 0.01ms;
    animation-delay: 0ms;
    animation-iteration-count: 1;
  }
}

/* Brand-green filled action contract */
.uz-skip,
.uz-hot,
.uz-registration-card .uz-signup-button,
.uz-bet-slip .uz-signup-button,
.uz-promo-banner-cta,
.uz-section-bonus-cta,
.uz-section-cta-link,
.uz-app-banner-btn,
.uz-app-download-btn,
.uz-cookie button,
.uz-scroll-top,
.uz-slot-library-play,
.uz-slots-carousel-play,
.uz-fortune-result em {
  color: var(--white);
  background: linear-gradient(145deg, var(--brand-green-hover), var(--brand-green));
  border-color: rgb(125 214 77 / 42%);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 20%),
    0 7px 18px rgb(39 124 17 / 25%);
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.uz-hot:hover,
.uz-registration-card .uz-signup-button:hover,
.uz-bet-slip .uz-signup-button:hover,
.uz-promo-banner-cta:hover,
.uz-section-bonus-cta:hover,
.uz-section-cta-link:hover,
.uz-app-banner-btn:hover,
.uz-app-download-btn:hover,
.uz-cookie button:hover,
.uz-scroll-top:hover,
.uz-slot-library-card:hover .uz-slot-library-play,
.uz-slots-carousel-card:hover .uz-slots-carousel-play,
.uz-fortune-result:hover em {
  color: var(--white);
  background: linear-gradient(145deg, #64d878, var(--brand-green-hover));
  border-color: rgb(151 231 105 / 62%);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 26%),
    0 9px 22px rgb(51 142 24 / 34%);
}

.uz-hot:active,
.uz-registration-card .uz-signup-button:active,
.uz-bet-slip .uz-signup-button:active,
.uz-promo-banner-cta:active,
.uz-section-bonus-cta:active,
.uz-section-cta-link:active,
.uz-app-banner-btn:active,
.uz-app-download-btn:active,
.uz-cookie button:active,
.uz-scroll-top:active {
  background: var(--brand-green-active);
  box-shadow:
    inset 0 2px 4px rgb(0 0 0 / 22%),
    0 3px 9px rgb(39 124 17 / 22%);
  transform: translateY(1px) scale(0.985);
}

.uz-hot:focus-visible,
.uz-registration-card .uz-signup-button:focus-visible,
.uz-bet-slip .uz-signup-button:focus-visible,
.uz-promo-banner-cta:focus-visible,
.uz-section-bonus-cta:focus-visible,
.uz-section-cta-link:focus-visible,
.uz-app-banner-btn:focus-visible,
.uz-app-download-btn:focus-visible,
.uz-cookie button:focus-visible,
.uz-scroll-top:focus-visible {
  outline-color: rgb(115 210 66 / 48%);
}

.uz-fortune-tab {
  background:
    linear-gradient(105deg, rgb(73 196 91 / 20%), transparent 54%),
    #0b0e0c;
  border-color: rgb(73 196 91 / 64%);
  box-shadow:
    0 16px 36px rgb(0 0 0 / 48%),
    inset 4px 0 0 var(--accent),
    inset 0 1px 0 rgb(255 255 255 / 9%);
}

.uz-fortune-tab-handle {
  background: linear-gradient(
    180deg,
    #49c45b,
    #238a43
  );
}

.uz-fortune-result {
  background:
    radial-gradient(circle at 50% 32%, rgb(73 196 91 / 28%), transparent 50%),
    rgb(3 20 38 / 96%);
  border-color: #e6f1e8;
  box-shadow:
    0 0 42px rgb(53 169 83 / 52%),
    inset 0 0 35px rgb(53 169 83 / 26%);
}

/* Interactive promo scratch coupon */
.uz-promo-coupon {
  width: 100%;
  overflow: hidden;
  color: #f6f7f5;
  background:
    radial-gradient(circle at 90% -10%, rgb(73 196 91 / 20%), transparent 38%),
    linear-gradient(155deg, #0d1710, #050806 72%);
  border: 1px solid rgb(73 196 91 / 48%);
  border-radius: 12px;
  box-shadow:
    0 14px 30px rgb(0 0 0 / 28%),
    inset 0 1px 0 rgb(255 255 255 / 6%);
}

.uz-coupon-header {
  display: flex;
  align-items: center;
  min-height: 55px;
  padding: 10px 12px;
  gap: 10px;
  background:
    linear-gradient(110deg, rgb(73 196 91 / 18%), transparent 62%),
    #111d15;
  border-bottom: 1px dashed rgb(123 213 138 / 42%);
}

.uz-coupon-header > div {
  display: grid;
  gap: 1px;
}

.uz-coupon-header strong {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.uz-coupon-header small {
  color: #7bd58a;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.uz-coupon-ticket-icon {
  position: relative;
  flex: 0 0 31px;
  width: 31px;
  height: 31px;
  background: linear-gradient(145deg, #49c45b, #238a43);
  border: 1px solid rgb(184 214 191 / 56%);
  border-radius: 8px 4px 8px 4px;
  box-shadow:
    inset 0 1px rgb(255 255 255 / 24%),
    0 5px 12px rgb(2 42 88 / 36%);
  transform: rotate(-4deg);
}

.uz-coupon-ticket-icon::before,
.uz-coupon-ticket-icon::after {
  position: absolute;
  content: "";
}

.uz-coupon-ticket-icon::before {
  inset: 7px 5px;
  border-top: 2px dashed rgb(255 255 255 / 76%);
  border-bottom: 2px dashed rgb(255 255 255 / 76%);
}

.uz-coupon-ticket-icon::after {
  top: 6px;
  bottom: 6px;
  left: 50%;
  border-left: 1px dashed rgb(255 255 255 / 50%);
}

.uz-coupon-body {
  padding: 11px 10px 12px;
}

.uz-coupon-intro {
  margin: 0 2px 10px;
  color: #bac5bc;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}

.uz-coupon-offer {
  padding: 8px;
  background: rgb(255 255 255 / 4%);
  border: 1px solid rgb(255 255 255 / 8%);
  border-radius: 9px;
}

.uz-coupon-offer-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  margin-bottom: 7px;
  gap: 7px;
}

.uz-coupon-offer-head span {
  padding: 4px 6px;
  color: #f6f7f5;
  background: #35a953;
  border-radius: 4px;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.uz-coupon-offer-head strong {
  min-width: 0;
  color: #f6faf4;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  text-align: right;
}

.uz-coupon-offer > p {
  margin: 6px 1px 0;
  color: #a5b3a8;
  font-size: 9px;
  line-height: 1.25;
  text-align: center;
}

.uz-scratch-card {
  position: relative;
  isolation: isolate;
  height: 72px;
  overflow: hidden;
  background: #edf5ef;
  border: 1px solid rgb(73 196 91 / 48%);
  border-radius: 8px;
  box-shadow:
    inset 0 0 0 2px rgb(255 255 255 / 66%),
    0 5px 13px rgb(0 0 0 / 22%);
  animation: blau-coupon-pulse 1.9s ease-in-out infinite;
  transition:
    opacity 360ms ease,
    transform 360ms ease,
    border-color 360ms ease,
    box-shadow 360ms ease;
}

.uz-scratch-reveal {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto 1fr;
  align-items: center;
  padding: 10px 9px 9px 13px;
  column-gap: 8px;
  color: #0b0e0c;
  background:
    radial-gradient(circle at 20% 20%, rgb(73 196 91 / 25%), transparent 48%),
    linear-gradient(135deg, #f5f7f5, #dceadf);
}

.uz-scratch-reveal small {
  grid-column: 1;
  color: #2e613b;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.uz-scratch-reveal > strong {
  grid-column: 1;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0.13em;
  line-height: 1;
}

.uz-coupon-copy {
  grid-column: 2;
  grid-row: 1 / 3;
  min-width: 48px;
  min-height: 30px;
  padding: 6px;
  color: #fff;
  background: var(--brand-green);
  border: 0;
  border-radius: 5px;
  font-size: 9px;
  font-weight: 800;
  cursor: pointer;
}

.uz-scratch-canvas {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: crosshair;
  touch-action: none;
  transition: opacity 260ms ease, transform 260ms ease;
}

.uz-scratch-tool {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  pointer-events: none;
  background:
    radial-gradient(circle at 35% 28%, #f2faf3 0 8%, transparent 9%),
    radial-gradient(circle at 38% 34%, #b9e8c1 0 24%, #68bd78 58%, #2d673a 100%);
  border: 1px solid #bfe9c6;
  border-radius: 50%;
  box-shadow:
    inset -3px -4px 6px rgb(78 45 5 / 38%),
    inset 2px 2px 3px rgb(255 255 255 / 55%),
    0 5px 9px rgb(0 0 0 / 42%);
  opacity: 0;
  transform: translate(calc(var(--scratch-x, 50%) - 15px), calc(var(--scratch-y, 50%) - 15px)) rotate(-18deg) scale(0.82);
  transition: opacity 120ms ease, filter 120ms ease;
}

.uz-scratch-tool::before,
.uz-scratch-tool::after {
  position: absolute;
  content: "";
  border-radius: 50%;
}

.uz-scratch-tool::before {
  inset: 4px;
  border: 1px dashed rgb(107 69 10 / 55%);
  box-shadow: inset 0 0 0 1px rgb(255 243 158 / 38%);
}

.uz-scratch-tool::after {
  right: 3px;
  bottom: 2px;
  left: 3px;
  height: 5px;
  background: linear-gradient(180deg, #55a968, #275a33);
  filter: blur(0.4px);
  transform: rotate(8deg);
}

.uz-scratch-tool > span {
  position: absolute;
  inset: 9px;
  background: #55aa68;
  border: 1px solid rgb(101 62 7 / 52%);
  border-radius: 3px;
  box-shadow: inset 1px 1px rgb(255 234 134 / 46%);
  transform: rotate(45deg);
}

.uz-scratch-tool.uz-state-active {
  opacity: 1;
  filter: drop-shadow(0 2px 2px rgb(0 0 0 / 24%));
}

.uz-scratch-card:hover:not(.uz-state-revealed) .uz-scratch-tool:not(.uz-state-active) {
  --scratch-x: calc(100% - 23px);
  --scratch-y: 19px;
  opacity: 0.7;
  animation: blau-scratch-tool-invite 1.2s ease-in-out infinite;
}

.uz-scratch-debris {
  position: absolute;
  z-index: 3;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.uz-scratch-debris i {
  position: absolute;
  top: var(--debris-y);
  left: var(--debris-x);
  width: 4px;
  height: 2px;
  background: linear-gradient(90deg, #f2f5ef, #697267);
  border-radius: 60% 25% 55% 35%;
  box-shadow: 0 1px 1px rgb(0 0 0 / 38%);
  animation: blau-scratch-debris-fall 620ms var(--debris-delay) cubic-bezier(0.2, 0.7, 0.3, 1) both;
}

.uz-scratch-card.uz-state-scratching {
  animation: none;
  box-shadow:
    inset 0 0 0 2px rgb(255 255 255 / 72%),
    0 0 0 3px rgb(73 196 91 / 11%),
    0 7px 18px rgb(0 0 0 / 30%);
}

.uz-scratch-card.uz-state-revealed .uz-scratch-canvas {
  opacity: 0;
  pointer-events: none;
  transform: scale(1.03);
}

.uz-scratch-card.uz-state-revealed {
  border-color: rgb(73 196 91 / 78%);
  box-shadow:
    inset 0 0 0 2px rgb(255 255 255 / 76%),
    0 0 0 3px rgb(73 196 91 / 13%),
    0 9px 24px rgb(35 138 67 / 30%);
  animation: none;
}

.uz-scratch-card.uz-state-resetting {
  opacity: 0.18;
  transform: scale(0.96) rotateX(8deg);
}

.uz-coupon-auto-status {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  margin: 7px 0 0;
  gap: 7px;
  color: #bac5bc;
  font-size: 9px;
  letter-spacing: 0.025em;
  text-align: center;
}

.uz-coupon-auto-status span {
  width: 7px;
  height: 7px;
  background: #49c45b;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgb(73 196 91 / 52%);
  animation: blau-coupon-status-pulse 1.25s ease-out infinite;
}

.uz-coupon-auto-status strong {
  font-weight: 700;
}

@keyframes blau-coupon-pulse {
  0%,
  100% {
    border-color: rgb(73 196 91 / 42%);
    box-shadow:
      inset 0 0 0 2px rgb(255 255 255 / 66%),
      0 5px 13px rgb(0 0 0 / 22%);
    transform: scale(1);
  }

  50% {
    border-color: rgb(123 213 138 / 88%);
    box-shadow:
      inset 0 0 0 2px rgb(255 255 255 / 78%),
      0 0 0 4px rgb(73 196 91 / 14%),
      0 8px 22px rgb(35 138 67 / 38%);
    transform: scale(1.018);
  }
}

@keyframes blau-coupon-status-pulse {
  70% {
    box-shadow: 0 0 0 6px rgb(73 196 91 / 0%);
  }

  100% {
    box-shadow: 0 0 0 0 rgb(73 196 91 / 0%);
  }
}

@keyframes blau-scratch-tool-invite {
  0%,
  100% {
    transform: translate(calc(var(--scratch-x) - 15px), calc(var(--scratch-y) - 15px)) rotate(-22deg) scale(0.78);
  }

  50% {
    transform: translate(calc(var(--scratch-x) - 20px), calc(var(--scratch-y) - 12px)) rotate(-8deg) scale(0.88);
  }
}

@keyframes blau-scratch-debris-fall {
  0% {
    opacity: 0.95;
    transform: translate(0, 0) rotate(0deg) scale(1);
  }

  100% {
    opacity: 0;
    transform: translate(var(--debris-drift), 24px) rotate(210deg) scale(0.45);
  }
}

.uz-coupon-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  margin: 7px 0;
  gap: 6px;
  color: #7bd58a;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.uz-coupon-divider::before,
.uz-coupon-divider::after {
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgb(123 213 138 / 48%));
}

.uz-coupon-divider::after {
  transform: scaleX(-1);
}

.uz-coupon-register {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin-top: 10px;
  padding: 8px 10px;
  background: linear-gradient(145deg, var(--brand-green-hover), var(--brand-green));
  border: 1px solid rgb(142 225 99 / 42%);
  border-radius: 7px;
  box-shadow:
    inset 0 1px rgb(255 255 255 / 19%),
    0 7px 15px rgb(39 124 17 / 22%);
  font-size: 11px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.uz-coupon-note {
  display: block;
  margin: 7px 3px 0;
  color: #919d93;
  font-size: 8px;
  line-height: 1.3;
  text-align: center;
}

@media (max-width: 1180px) {
  .uz-promo-coupon {
    max-width: 100%;
  }

  .uz-scratch-card {
    height: 68px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .uz-scratch-card,
  .uz-scratch-canvas,
  .uz-scratch-tool,
  .uz-scratch-debris i,
  .uz-coupon-auto-status span {
    animation: none;
    transition: none;
  }
}

/* Final app CTA typography: identical two-line wrapping with optically centred text. */
.uz-app-banner-btn,
.uz-app-download-btn {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 24px;
  width: min(100%, 290px);
  min-height: 58px;
  padding: 9px 15px;
  gap: 10px;
  font-size: 13px;
  line-height: 1.08;
  white-space: normal;
}

.uz-app-banner-btn img,
.uz-app-download-btn img {
  flex-basis: 24px;
  width: 24px;
  height: 24px;
}

.uz-app-banner-btn::after,
.uz-app-download-btn::after {
  width: 24px;
}

.uz-app-banner-btn span,
.uz-app-download-btn span {
  display: grid;
  justify-items: center;
  gap: 3px;
  min-width: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-align: center;
}

.uz-app-banner-btn small,
.uz-app-banner-btn strong,
.uz-app-download-btn small,
.uz-app-download-btn strong {
  display: block;
  color: inherit;
  font-size: inherit;
  font-weight: 800;
  line-height: inherit;
}

.uz-app-banner-android span::before,
.uz-app-banner-ios span::before {
  content: none;
}

.uz-app-banner-btn strong::before {
  content: "pre ";
}

@media (max-width: 767px) {
  .uz-app-banner-btn,
  .uz-app-download-btn {
    grid-template-columns: 22px minmax(0, 1fr) 22px;
    width: 100%;
    min-height: 56px;
    padding: 8px 10px;
    gap: 7px;
    font-size: 12px;
  }

  .uz-app-banner-btn img,
  .uz-app-download-btn img {
    flex-basis: 22px;
    width: 22px;
    height: 22px;
  }

  .uz-app-banner-btn::after,
  .uz-app-download-btn::after {
    width: 22px;
  }
}
/* Shared mega-prize component. */
.uz-mega-prize{--mega-theme-signature:uzbekistan-red-arena;--mega-primary:#d62949;--mega-accent:#ff6f86;--mega-ink:#11070a;--mega-paper:#fff7f8;--mega-radius:28px 4px;--mega-angle:.6deg;--mega-pattern:conic-gradient(from 45deg at 20% 80%,transparent,rgba(214,41,73,.2),transparent 35%),linear-gradient(120deg,transparent 35%,rgba(255,255,255,.08) 36% 38%,transparent 39%)}
body.uz-mega-prize-open{overflow:hidden}
.uz-mega-prize-popup{position:fixed;inset:0;z-index:15000;display:grid;place-items:center;isolation:isolate;opacity:0;visibility:hidden;transition:opacity .32s ease,visibility .32s ease;font-family:inherit}
.uz-mega-prize-popup.uz-state-visible{opacity:1;visibility:visible}.uz-mega-prize-popup.uz-state-closing{opacity:0}
.uz-mega-prize-backdrop{position:absolute;inset:0;border:0;background:radial-gradient(circle at 50% 45%,color-mix(in srgb,var(--mega-primary) 30%,transparent),transparent 42%),rgba(2,5,8,.91);backdrop-filter:blur(7px);cursor:pointer}
.uz-mega-prize-atmosphere{position:absolute;inset:0;overflow:hidden;pointer-events:none}.uz-mega-prize-atmosphere span{position:absolute;width:42vmax;aspect-ratio:1;border:1px solid color-mix(in srgb,var(--mega-accent) 38%,transparent);border-radius:50%;animation:blau-mega-orbit 11s linear infinite}.uz-mega-prize-atmosphere span:nth-child(1){left:-18vmax;top:-22vmax}.uz-mega-prize-atmosphere span:nth-child(2){right:-16vmax;bottom:-25vmax;animation-direction:reverse;animation-duration:15s}.uz-mega-prize-atmosphere span:nth-child(3){width:18vmax;left:calc(50% - 9vmax);top:calc(50% - 9vmax);border-style:dashed;animation-duration:8s}
.uz-mega-prize-ticket{position:relative;width:min(680px,calc(100vw - 40px));min-height:470px;padding:48px 64px 54px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--mega-paper);overflow:visible;border:1px solid color-mix(in srgb,var(--mega-accent) 62%,white);border-radius:var(--mega-radius);background:var(--mega-pattern),linear-gradient(145deg,color-mix(in srgb,var(--mega-primary) 80%,var(--mega-ink)),var(--mega-ink) 72%);box-shadow:0 0 0 6px color-mix(in srgb,var(--mega-primary) 15%,transparent),0 35px 90px rgba(0,0,0,.65),inset 0 0 70px color-mix(in srgb,var(--mega-primary) 24%,transparent);transform:translateY(28px) rotate(var(--mega-angle)) scale(.94);transition:transform .55s cubic-bezier(.2,.8,.2,1);z-index:2}
.uz-state-visible .uz-mega-prize-ticket{transform:translateY(0) rotate(var(--mega-angle)) scale(1)}
.uz-mega-prize-ticket::before,.uz-mega-prize-ticket::after{content:"";position:absolute;pointer-events:none}.uz-mega-prize-ticket::before{inset:14px;border:1px solid color-mix(in srgb,var(--mega-accent) 46%,transparent);border-radius:calc(var(--mega-radius) * .75)}.uz-mega-prize-ticket::after{width:92px;height:6px;left:calc(50% - 46px);bottom:24px;border-radius:10px;background:var(--mega-accent);box-shadow:0 0 24px var(--mega-accent)}
.uz-mega-prize-close{position:absolute;right:18px;top:16px;z-index:2;width:42px;height:42px;border:1px solid color-mix(in srgb,var(--mega-paper) 34%,transparent);border-radius:50%;background:rgba(0,0,0,.3);color:var(--mega-paper);font-size:28px;line-height:1;cursor:pointer}.uz-mega-prize-close:hover{background:var(--mega-primary)}
.uz-mega-prize-brand{position:absolute;left:28px;top:24px;font-weight:900;letter-spacing:.04em;font-size:17px}.uz-mega-prize-brand span{color:#ff6f86}
.uz-mega-prize-eyebrow{margin:12px 0 16px;padding:7px 18px;border-radius:999px;background:color-mix(in srgb,var(--mega-accent) 18%,transparent);color:var(--mega-accent);font-size:13px;font-weight:900;letter-spacing:.19em;text-transform:uppercase}
.uz-mega-prize-ticket h2{max-width:620px;margin:0;color:var(--mega-paper);font-size:clamp(48px,7vw,86px);font-weight:950;line-height:.88;letter-spacing:-.055em;text-shadow:0 5px 0 color-mix(in srgb,var(--mega-primary) 55%,black),0 12px 34px rgba(0,0,0,.38)}
.uz-mega-prize-value{margin:28px 0 22px;display:flex;align-items:center;gap:16px}.uz-mega-prize-value strong{font-size:58px;line-height:1;color:var(--mega-accent);font-variant-numeric:tabular-nums;text-shadow:0 0 25px color-mix(in srgb,var(--mega-accent) 45%,transparent);animation:blau-mega-number .9s .25s both}.uz-mega-prize-value span{max-width:190px;text-align:left;font-size:18px;font-weight:900;line-height:1.05;letter-spacing:.08em}
.uz-mega-prize-continue{min-width:210px;padding:15px 28px;border:1px solid color-mix(in srgb,var(--mega-accent) 75%,white);border-radius:12px;background:linear-gradient(180deg,color-mix(in srgb,var(--mega-primary) 78%,white),var(--mega-primary));box-shadow:0 10px 30px color-mix(in srgb,var(--mega-primary) 45%,transparent);color:white!important;font-size:15px;font-weight:900;letter-spacing:.08em;text-decoration:none!important;text-transform:uppercase;transition:transform .2s ease,filter .2s ease}.uz-mega-prize-continue:hover{transform:translateY(-2px);filter:brightness(1.16)}
.uz-mega-prize .uz-mega-prize-continue{border-color:#84dc93;background:linear-gradient(180deg,rgb(73,196,91),#269842);color:#06140a;box-shadow:0 12px 36px rgb(46 169 68 / 44%),inset 0 1px 0 rgb(255 255 255 / 34%)}
.uz-mega-prize-coins{position:absolute;inset:0;overflow:hidden;pointer-events:none}.uz-mega-prize-coins i{position:absolute;left:var(--x);top:-30px;width:22px;aspect-ratio:1;border:4px solid var(--mega-accent);border-radius:50%;background:color-mix(in srgb,var(--mega-accent) 60%,#fff);box-shadow:0 0 14px var(--mega-accent);animation:blau-mega-coin calc(2.7s + (var(--i) * .06s)) var(--d) linear infinite}
.uz-mega-prize-at .uz-mega-prize-ticket,.uz-mega-prize-pl .uz-mega-prize-ticket{clip-path:polygon(2% 0,98% 0,100% 4%,100% 96%,98% 100%,2% 100%,0 96%,0 4%)}
.uz-mega-prize-de .uz-mega-prize-ticket{border-width:2px;box-shadow:0 0 0 1px #0b090a,0 0 0 8px color-mix(in srgb,var(--mega-accent) 10%,transparent),0 35px 90px #000}.uz-mega-prize-fi .uz-mega-prize-ticket{backdrop-filter:blur(20px);background-color:rgba(6,23,44,.82)}.uz-mega-prize-gr .uz-mega-prize-ticket::after{width:54%;left:23%;height:4px}.uz-mega-prize-ie .uz-mega-prize-ticket{border-left:8px solid var(--mega-primary);border-right:8px solid var(--mega-accent)}.uz-mega-prize-it .uz-mega-prize-ticket::before{border-left:8px solid #36b94e;border-right:8px solid #7bd98c}.uz-mega-prize-pt .uz-mega-prize-ticket{background-size:44px 44px,44px 44px,auto}.uz-mega-prize .uz-mega-prize-ticket{clip-path:polygon(5% 0,95% 0,100% 12%,100% 88%,95% 100%,5% 100%,0 88%,0 12%)}
@keyframes blau-mega-orbit{to{transform:rotate(360deg)}}@keyframes blau-mega-coin{0%{transform:translateY(-10vh) rotateY(0);opacity:0}12%{opacity:1}100%{transform:translateY(115vh) rotateY(900deg);opacity:.2}}@keyframes blau-mega-number{from{opacity:0;transform:translateY(24px) scale(.7)}to{opacity:1;transform:none}}
@media (max-width: 640px){.uz-mega-prize-ticket{width:calc(100vw - 24px);min-height:430px;padding:62px 24px 44px}.uz-mega-prize-brand{left:22px;top:22px;font-size:14px}.uz-mega-prize-ticket h2{font-size:clamp(42px,15vw,64px)}.uz-mega-prize-value{gap:10px;margin:24px 0 20px}.uz-mega-prize-value strong{font-size:48px}.uz-mega-prize-value span{max-width:145px;font-size:14px}.uz-mega-prize-eyebrow{font-size:10px;letter-spacing:.13em}.uz-mega-prize-continue{width:min(260px,100%)}}
@media (prefers-reduced-motion: reduce){.uz-mega-prize-popup,.uz-mega-prize-ticket,.uz-mega-prize-continue{transition:none}.uz-mega-prize-atmosphere span,.uz-mega-prize-coins i,.uz-mega-prize-value strong{animation:none}}

/* Epic full-screen celebration layer */
.uz-mega-prize-popup{overflow:hidden}
.uz-mega-prize-backdrop{background:radial-gradient(circle at 50% 48%,color-mix(in srgb,var(--mega-primary) 28%,transparent) 0,rgba(0,0,0,.32) 38%,rgba(0,0,0,.95) 78%),linear-gradient(135deg,var(--mega-ink),#000)}
.uz-mega-prize-stage{position:relative;z-index:4;width:100vw;height:100svh;display:grid;place-items:center;overflow:hidden;pointer-events:none}
.uz-mega-prize-rays{position:absolute;left:50%;top:50%;z-index:1;width:min(118vmin,1120px);aspect-ratio:1;border-radius:50%;background:repeating-conic-gradient(from -6deg,color-mix(in srgb,var(--mega-accent) 38%,transparent) 0 3deg,transparent 3deg 10deg),radial-gradient(circle,color-mix(in srgb,var(--mega-primary) 75%,white) 0 4%,var(--mega-primary) 5% 20%,transparent 64%);filter:blur(.2px) drop-shadow(0 0 45px var(--mega-primary));opacity:.76;transform:translate(-50%,-50%) scale(.45) rotate(0);animation:blau-mega-rays 18s linear infinite;pointer-events:none}
.uz-mega-prize-rays::before,.uz-mega-prize-rays::after{content:"";position:absolute;inset:14%;border-radius:50%;border:2px dashed color-mix(in srgb,var(--mega-accent) 64%,transparent);box-shadow:0 0 35px var(--mega-accent);animation:blau-mega-pulse 2.3s ease-in-out infinite}.uz-mega-prize-rays::after{inset:27%;border-style:solid;animation-delay:.45s}
.uz-mega-prize-ticket{pointer-events:auto;position:relative;z-index:5;width:min(980px,94vw);min-height:min(760px,96svh);padding:86px 54px 58px;overflow:visible!important;border:0!important;border-radius:0!important;background:none!important;box-shadow:none!important;clip-path:none!important;transform:translateY(30px) scale(.78)!important;transition:transform .72s cubic-bezier(.16,.9,.2,1)!important}
.uz-state-visible .uz-mega-prize-ticket{transform:translateY(0) scale(1)!important}
.uz-mega-prize-ticket::before{content:"";position:absolute;z-index:-2;inset:auto!important;left:50%;top:50%;width:min(88vmin,790px);aspect-ratio:1;border:0!important;border-radius:50%;background:radial-gradient(circle at 50% 50%,color-mix(in srgb,var(--mega-accent) 95%,white) 0 2%,color-mix(in srgb,var(--mega-primary) 88%,transparent) 8% 31%,transparent 67%),var(--mega-pattern),repeating-conic-gradient(from 12deg,color-mix(in srgb,var(--mega-primary) 45%,transparent) 0 7deg,transparent 7deg 15deg);box-shadow:0 0 80px color-mix(in srgb,var(--mega-primary) 80%,transparent),inset 0 0 90px color-mix(in srgb,var(--mega-accent) 35%,transparent);transform:translate(-50%,-50%);filter:saturate(1.25);opacity:.96;animation:blau-mega-burst 3.4s ease-in-out infinite}
.uz-mega-prize-ticket::after{content:"";position:absolute;z-index:-1;left:50%!important;top:50%;bottom:auto!important;width:min(72vmin,650px)!important;height:min(72vmin,650px)!important;border-radius:50%!important;background:radial-gradient(circle,rgba(0,0,0,.05) 0 20%,color-mix(in srgb,var(--mega-ink) 80%,transparent) 62%,transparent 70%)!important;box-shadow:none!important;transform:translate(-50%,-50%)}
.uz-mega-prize-brand{left:50%;top:42px;transform:translateX(-50%);font-size:18px;text-shadow:0 2px 14px #000}.uz-mega-prize-close{right:7%;top:8%;width:48px;height:48px;background:rgba(0,0,0,.46);border:1px solid color-mix(in srgb,var(--mega-accent) 60%,white);box-shadow:0 0 24px color-mix(in srgb,var(--mega-primary) 55%,transparent)}
.uz-mega-prize-eyebrow{position:relative;z-index:2;margin:54px 0 18px;padding:8px 22px;background:linear-gradient(180deg,color-mix(in srgb,var(--mega-primary) 72%,white),color-mix(in srgb,var(--mega-primary) 74%,black));color:var(--mega-paper);box-shadow:0 8px 25px rgba(0,0,0,.38);font-size:14px}
.uz-mega-prize-ticket h2{position:relative;z-index:2;max-width:930px;margin:0;background:linear-gradient(180deg,#f4fbff 0,var(--mega-accent) 38%,color-mix(in srgb,var(--mega-primary) 78%,#a9d5f5) 72%,color-mix(in srgb,var(--mega-ink) 70%,black) 100%);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-stroke:2px color-mix(in srgb,var(--mega-accent) 60%,#16476d);font-size:clamp(76px,9.5vw,142px);font-weight:1000;line-height:.78;letter-spacing:-.065em;text-shadow:none;filter:drop-shadow(0 8px 0 color-mix(in srgb,var(--mega-ink) 82%,black)) drop-shadow(0 18px 22px rgba(0,0,0,.55))}
.uz-mega-prize-value{position:relative;z-index:2;min-width:min(520px,80vw);margin:34px 0 20px;padding:14px 34px;justify-content:center;gap:20px;border:2px solid color-mix(in srgb,var(--mega-accent) 75%,white);border-radius:999px;background:linear-gradient(180deg,color-mix(in srgb,var(--mega-ink) 70%,var(--mega-primary)),color-mix(in srgb,var(--mega-ink) 92%,black));box-shadow:inset 0 2px 0 rgba(255,255,255,.12),0 12px 34px rgba(0,0,0,.55),0 0 36px color-mix(in srgb,var(--mega-primary) 45%,transparent)}
.uz-mega-prize-counter{font-size:62px;font-weight:1000;line-height:1;color:var(--mega-accent);filter:drop-shadow(0 0 12px color-mix(in srgb,var(--mega-accent) 70%,transparent))}.uz-mega-prize-counter>span{display:flex}.uz-prize-digit{display:block;width:.66em;height:1em;overflow:hidden}.uz-prize-digit-track{display:flex;flex-direction:column;animation:blau-mega-counter-roll 1.7s cubic-bezier(.14,.78,.2,1) var(--counter-delay) both}.uz-prize-digit-track i{display:block;flex:0 0 1em;height:1em;font-style:normal;line-height:1;text-align:center}
.uz-mega-prize-value>span{max-width:220px;color:var(--mega-paper);font-size:20px;text-align:left}.uz-mega-prize-continue{position:relative;z-index:3;min-width:260px;padding:16px 34px;border-radius:999px;box-shadow:0 12px 36px color-mix(in srgb,var(--mega-primary) 62%,transparent),inset 0 1px 0 rgba(255,255,255,.35);font-size:16px}
.uz-mega-prize-firework{position:absolute;z-index:3;top:48%;width:190px;height:190px;pointer-events:none}.uz-prize-firework-left{left:5%}.uz-prize-firework-right{right:5%}.uz-mega-prize-firework i{position:absolute;left:50%;top:50%;width:5px;height:62px;border-radius:5px;background:linear-gradient(to top,var(--mega-accent),transparent 72%);transform-origin:50% 100%;transform:translate(-50%,-100%) rotate(var(--spark-angle)) scaleY(.15);filter:drop-shadow(0 0 6px var(--mega-accent));animation:blau-mega-firework 1.65s var(--spark-delay) ease-out infinite}
.uz-mega-prize-coins{z-index:6}.uz-mega-prize-coins i{width:28px;border-width:5px;background:radial-gradient(circle at 35% 30%,#fff 0 5%,var(--mega-accent) 8% 55%,color-mix(in srgb,var(--mega-primary) 65%,#143b5b) 58%);box-shadow:0 0 18px var(--mega-accent),inset 0 0 0 3px color-mix(in srgb,var(--mega-accent) 70%,white)}
.uz-mega-prize-at .uz-mega-prize-ticket::before{clip-path:polygon(50% 0,62% 18%,82% 7%,80% 29%,100% 34%,82% 50%,100% 66%,78% 70%,82% 93%,61% 81%,50% 100%,39% 81%,18% 93%,22% 70%,0 66%,18% 50%,0 34%,20% 29%,18% 7%,38% 18%)}.uz-mega-prize-bg .uz-mega-prize-ticket::before{clip-path:polygon(30% 4%,70% 4%,96% 30%,96% 70%,70% 96%,30% 96%,4% 70%,4% 30%)}.uz-mega-prize-de .uz-mega-prize-ticket::before{border-radius:14%;transform:translate(-50%,-50%) rotate(45deg)}.uz-mega-prize-es .uz-mega-prize-ticket::before{clip-path:polygon(50% 0,58% 19%,75% 7%,76% 27%,96% 22%,84% 40%,100% 50%,81% 58%,94% 76%,74% 74%,75% 96%,57% 82%,50% 100%,42% 81%,24% 94%,25% 73%,5% 76%,18% 58%,0 50%,17% 40%,4% 22%,25% 27%,25% 7%,42% 19%)}.uz-mega-prize-fi .uz-mega-prize-ticket::before{border-radius:42% 58% 38% 62%;filter:saturate(1.35) blur(2px)}.uz-mega-prize-gr .uz-mega-prize-ticket::before{border-radius:50% 50% 18% 18%}.uz-mega-prize-ie .uz-mega-prize-ticket::before{border-radius:48% 52% 45% 55%;transform:translate(-50%,-50%) rotate(-8deg)}.uz-mega-prize-it .uz-mega-prize-ticket::before{clip-path:polygon(50% 0,63% 24%,88% 12%,76% 38%,100% 50%,76% 62%,88% 88%,62% 76%,50% 100%,38% 76%,12% 88%,24% 62%,0 50%,24% 38%,12% 12%,38% 24%)}.uz-mega-prize-pl .uz-mega-prize-ticket::before{clip-path:polygon(50% 0,58% 32%,79% 7%,72% 36%,100% 21%,77% 43%,100% 50%,77% 57%,100% 79%,72% 64%,79% 93%,58% 68%,50% 100%,42% 68%,21% 93%,28% 64%,0 79%,23% 57%,0 50%,23% 43%,0 21%,28% 36%,21% 7%,42% 32%)}.uz-mega-prize-pt .uz-mega-prize-ticket::before{border-radius:22%;transform:translate(-50%,-50%) rotate(4deg)}.uz-mega-prize-si .uz-mega-prize-ticket::before{clip-path:polygon(50% 0,64% 27%,78% 13%,82% 37%,100% 50%,80% 61%,87% 88%,62% 76%,50% 100%,37% 76%,13% 88%,20% 61%,0 50%,18% 37%,22% 13%,36% 27%)}.uz-mega-prize .uz-mega-prize-ticket::before{clip-path:polygon(50% 0,65% 21%,88% 12%,79% 36%,100% 50%,79% 64%,88% 88%,65% 79%,50% 100%,35% 79%,12% 88%,21% 64%,0 50%,21% 36%,12% 12%,35% 21%)}
@keyframes blau-mega-rays{from{transform:translate(-50%,-50%) scale(.88) rotate(0)}to{transform:translate(-50%,-50%) scale(.88) rotate(360deg)}}@keyframes blau-mega-pulse{0%,100%{opacity:.35;transform:scale(.82)}50%{opacity:1;transform:scale(1.08)}}@keyframes blau-mega-burst{0%,100%{transform:translate(-50%,-50%) scale(.94)}50%{transform:translate(-50%,-50%) scale(1.05)}}@keyframes blau-mega-firework{0%{opacity:0;transform:translate(-50%,-100%) rotate(var(--spark-angle)) scaleY(.1)}28%{opacity:1}72%{opacity:.9;transform:translate(-50%,-100%) rotate(var(--spark-angle)) scaleY(1)}100%{opacity:0;transform:translate(-50%,-100%) rotate(var(--spark-angle)) scaleY(1.22)}}@keyframes blau-mega-counter-roll{from{transform:translateY(0)}to{transform:translateY(calc(var(--final-index) * -1em))}}
@media (max-width: 640px){.uz-mega-prize-stage{height:100svh}.uz-mega-prize-rays{width:150vmin}.uz-mega-prize-ticket{width:100vw;min-height:min(700px,98svh);padding:80px 18px 42px}.uz-mega-prize-ticket::before{width:128vmin}.uz-mega-prize-ticket::after{width:108vmin!important;height:108vmin!important}.uz-mega-prize-brand{top:34px}.uz-mega-prize-close{right:18px;top:22px}.uz-mega-prize-eyebrow{margin:36px 0 18px;font-size:10px}.uz-mega-prize-ticket h2{max-width:96vw;font-size:clamp(54px,18vw,78px);line-height:.8;-webkit-text-stroke-width:1px}.uz-mega-prize-value{min-width:min(350px,90vw);margin:30px 0 22px;padding:13px 18px;gap:10px}.uz-mega-prize-counter{font-size:48px}.uz-mega-prize-value>span{max-width:138px;font-size:13px}.uz-mega-prize-continue{width:min(270px,78vw)}.uz-mega-prize-firework{top:50%;width:120px;height:120px}.uz-prize-firework-left{left:-38px}.uz-prize-firework-right{right:-38px}.uz-mega-prize-firework i{height:42px}.uz-mega-prize-coins i{width:20px}}
.uz-mega-prize-fi .uz-mega-prize-ticket h2{font-size:clamp(46px,14vw,62px);letter-spacing:-.075em}
@media (prefers-reduced-motion: reduce){.uz-mega-prize-rays,.uz-mega-prize-firework i,.uz-mega-prize-ticket::before,.uz-prize-digit-track{animation:none}.uz-prize-digit-track{transform:translateY(calc(var(--final-index) * -1em))}}
/* Responsive containment keeps long localized headings inside the viewport. */
@media (max-width: 900px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .uz-page-shell,
  .uz-pin-content,
  .uz-content-flow,
  .uz-article-flow,
  .uz-hero {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  body .uz-hero-copy {
    width: calc(100vw - (var(--page-gutter) * 2) - 20px);
    max-width: 680px;
    min-width: 0;
  }

  .uz-hero h1,
  .uz-hero p,
  .uz-hero-breadcrumbs,
  .uz-hero-rating {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 520px) {
  body .uz-hero-copy {
    width: calc(100vw - 40px);
    padding: 20px 14px;
  }

  .uz-hero h1 {
    font-size: clamp(23px, 7.2vw, 28px);
  }
}

/* Uzbekistan visual identity: restrained red and white detail over the black/green core. */
:root {
  --ca-red: #c8102e;
  --ca-deep-red: #7b1024;
  --ca-white: #f7f9fc;
}

.uz-topbar::after {
  content: none;
}

.uz-hero {
  border: 1px solid rgb(123 16 36 / 46%);
  box-shadow: inset 0 -2px 0 rgb(200 16 46 / 55%);
}

.uz-pin-section,
.uz-content-section,
.uz-reviews-section,
.uz-home-app-banner,
.uz-bonus-banner-section,
.uz-bonus-final-cta {
  border: 1px solid rgb(255 255 255 / 7%);
  box-shadow: inset 2px 0 0 rgb(200 16 46 / 58%), inset -2px 0 0 rgb(247 249 252 / 16%);
}

.uz-pin-section h2,
.uz-content-section h2,
.uz-reviews-section > h2 {
  background:
    linear-gradient(90deg, rgb(200 16 46 / 20%), transparent 30% 70%, rgb(247 249 252 / 8%)),
    #07111f;
  border: 1px solid rgb(255 255 255 / 8%);
}

.uz-pin-section h2::before,
.uz-content-section h2::before,
.uz-reviews-section > h2::before {
  top: 8px;
  bottom: 8px;
  left: 11px;
  width: 10px;
  height: auto;
  border: 0;
  background: conic-gradient(from 90deg, var(--ca-red) 25%, var(--ca-white) 0 50%, var(--ca-red) 0 75%, var(--ca-white) 0) 0 0 / 8px 8px;
  border-radius: 2px;
  transform: none;
  opacity: .9;
}

.uz-nav-links .uz-state-active,
.uz-nav-links a:hover {
  box-shadow: inset 0 -2px 0 var(--brand-green), inset 0 -4px 0 rgb(200 16 46 / 55%);
}

.uz-review-card:nth-child(odd) {
  border-top-color: var(--ca-red);
}

.uz-review-card:nth-child(even) {
  border-top-color: var(--ca-deep-red);
}

.uz-footer {
  border-top: 2px solid transparent;
  border-image: linear-gradient(90deg, var(--ca-red), var(--ca-white), var(--ca-deep-red)) 1;
}

@media (max-width: 900px) {
  body .uz-hero-copy {
    flex: 0 1 auto;
    width: calc(100% - 20px);
    max-width: 100%;
    min-width: 0;
    margin-inline: auto;
  }

  .uz-hero-actions,
  .uz-hero-actions .uz-pin-btn {
    max-width: 100%;
  }
}

/* Inner-page loaders follow the flag theme; the home welcome loader stays unchanged. */
.uz-betlabel-loader-inner {
  --inner-loader-accent: #0099b5;
  background:
    radial-gradient(circle at 22% 28%, rgb(0 153 181 / 28%), transparent 30%),
    radial-gradient(circle at 80% 74%, rgb(30 181 58 / 14%), transparent 27%),
    radial-gradient(circle at 50% 44%, rgb(255 255 255 / 8%), transparent 24%),
    linear-gradient(145deg, #041f2b, #020f16 48%, #000);
}

.uz-betlabel-loader-inner::before {
  background: repeating-linear-gradient(115deg, transparent 0 52px, rgb(63 201 219 / 8%) 53px 54px);
}

.uz-betlabel-loader-inner::after {
  border-color: rgb(34 189 212 / 38%);
  box-shadow: 0 0 0 42px rgb(255 255 255 / 4%), 0 0 100px rgb(0 153 181 / 38%);
}

.uz-betlabel-loader-inner .uz-betlabel-loader-brand {
  background: rgb(2 23 32 / 88%);
  border-color: rgb(34 189 212 / 44%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 11%), 0 18px 42px rgb(0 10 17 / 52%);
}

.uz-betlabel-loader-inner .uz-betlabel-loader-brand span {
  color: #eefcfd;
}

.uz-betlabel-loader-inner .uz-betlabel-loader-brand span::before {
  background: linear-gradient(90deg, #0099b5 0 38%, #fff 38% 52%, #ce1126 52% 59%, #1eb53a 59% 100%);
  box-shadow: 0 0 12px rgb(34 189 212 / 56%);
}

.uz-betlabel-loader-inner .uz-loader-pitch-line {
  border-color: rgb(219 250 253 / 46%);
  box-shadow: 0 0 38px rgb(0 153 181 / 30%);
}

.uz-betlabel-loader-inner .uz-football-loader-goal {
  filter: drop-shadow(0 18px 18px rgb(0 0 0 / 52%)) drop-shadow(0 0 15px rgb(34 189 212 / 34%));
}

.uz-betlabel-loader-inner .uz-football-loader-net {
  stroke: #eafcfd;
}

.uz-betlabel-loader-inner .uz-loader-ball-trail {
  background: linear-gradient(90deg, transparent, rgb(0 153 181 / 14%), rgb(119 226 239 / 82%));
}

.uz-betlabel-loader-inner .uz-loader-goal-flash {
  background: rgb(30 181 58 / 92%);
  border-color: rgb(229 255 234 / 92%);
  box-shadow: 0 0 30px rgb(30 181 58 / 68%);
}

.uz-betlabel-loader-inner .uz-loader-progress {
  background: rgb(220 249 252 / 14%);
}

.uz-betlabel-loader-inner .uz-loader-progress span {
  background: linear-gradient(90deg, #0099b5 0 38%, #fff 38% 52%, #ce1126 52% 59%, #1eb53a 59% 100%);
  box-shadow: 0 0 15px rgb(34 189 212 / 62%);
}

@media (min-width: 901px) and (max-width: 1100px) {
  .uz-nav {
    gap: 8px;
    padding-inline: 12px;
  }

  .uz-nav-links {
    gap: 3px;
  }

  .uz-nav-links a {
    padding-inline: 9px;
  }

  .uz-nav-link-icon {
    display: none;
  }

  .uz-auth {
    gap: 6px;
  }

  .uz-auth .uz-btn {
    padding-inline: 12px;
  }
}

/* END MULTISITE MEGA PRIZE */

/* Neutral image treatment: preserve natural photography without coloured washes. */
.uz-hero::after {
  background: linear-gradient(
    90deg,
    rgb(0 0 0 / 68%) 0%,
    rgb(0 0 0 / 52%) 38%,
    rgb(0 0 0 / 20%) 66%,
    transparent 100%
  );
}

.uz-editorial-media::after {
  background: linear-gradient(180deg, transparent 68%, rgb(0 0 0 / 28%));
  box-shadow: inset 0 0 32px rgb(0 0 0 / 12%);
}

.uz-promo-banner-card::after {
  background: linear-gradient(
    90deg,
    rgb(0 0 0 / 64%) 0%,
    rgb(0 0 0 / 46%) 32%,
    rgb(0 0 0 / 15%) 56%,
    transparent 78%
  );
}

.uz-promo-banner-card.uz-promo-copy-opposite::after {
  background: linear-gradient(
    270deg,
    rgb(0 0 0 / 64%) 0%,
    rgb(0 0 0 / 46%) 32%,
    rgb(0 0 0 / 15%) 56%,
    transparent 78%
  );
}

.uz-platform-banner-card::after {
  background:
    linear-gradient(
      90deg,
      rgb(0 0 0 / 68%) 0%,
      rgb(0 0 0 / 34%) 28%,
      rgb(0 0 0 / 6%) 46% 54%,
      rgb(0 0 0 / 34%) 72%,
      rgb(0 0 0 / 68%) 100%
    );
}

.uz-pin-section h2,
.uz-content-section h2,
.uz-reviews-section > h2 {
  background: #07111f;
}

@media (max-width: 900px) {
  .uz-hero::after {
    background: linear-gradient(
      180deg,
      rgb(0 0 0 / 20%) 0%,
      rgb(0 0 0 / 62%) 48%,
      rgb(0 0 0 / 74%) 100%
    );
  }
}

/* Application download banners: edge-to-edge imagery with no internal gutters. */
.uz-platform-banner-image {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
}

/* Generated editorial media and section-level conversion actions. */
.uz-editorial-generated {
  margin-block: 22px 14px;
  border-color: rgb(73 196 91 / 42%);
}

.uz-section-cta-row {
  justify-content: center;
  margin: 12px 0 6px;
}

.uz-section-cta-link {
  width: min(100%, 250px);
  min-height: 48px;
  padding-inline: 26px;
  box-shadow: 0 9px 22px rgb(57 199 65 / 20%);
}

@media (max-width: 620px) {
  .uz-editorial-generated {
    height: clamp(210px, 62vw, 285px);
    margin-block: 18px 10px;
  }

  .uz-section-cta-row,
  .uz-section-cta-link {
    width: 100%;
  }
}
/* Uzbekistan legal content uses the donor layout while keeping each text group
   visually contained and readable at long-form widths. */
.uz-legal-article {
  display: grid;
  gap: 14px;
  margin-top: 14px;
}

.uz-legal-intro {
  margin: 0;
  padding: 18px 20px;
  border: 1px solid rgb(255 255 255 / 8%);
  border-left: 4px solid var(--accent-bright, #d33251);
  border-radius: 8px;
  background: #202423;
  color: #f2f4f3;
  line-height: 1.65;
}

.uz-legal-article .uz-content-section {
  margin: 0;
}

.uz-editorial-review {
  margin-block: 14px;
}

@media (max-width: 860px) {
  .uz-legal-intro {
    padding: 15px 16px;
  }
}

/* Promo banner composition follows the subject in each Uzbekistan artwork.
   Photography stays untinted; only compact neutral copy panels are used on
   narrower screens where the available negative space is reduced. */
.uz-promo-banner-card,
.uz-promo-banner-card.uz-promo-copy-opposite {
  background: #080a0c;
}

.uz-promo-banner-card::after,
.uz-promo-banner-card.uz-promo-copy-opposite::after {
  content: none;
  background: none;
  opacity: 0;
}

.uz-promo-banner-image,
.uz-promo-banner-card.uz-promo-img-right .uz-promo-banner-image {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: none;
  opacity: 1;
  mix-blend-mode: normal;
  transform: none;
}

.uz-promo-banner-copy,
.uz-promo-banner-card.uz-promo-copy-opposite .uz-promo-banner-copy {
  position: relative;
  z-index: 1;
  width: min(42%, 470px);
  margin-right: auto;
  margin-left: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  text-align: left;
  text-shadow: 0 2px 12px rgb(0 0 0 / 92%);
}

.uz-promo-banner-card.uz-promo-copy-opposite .uz-promo-banner-copy {
  margin-right: 0;
  margin-left: auto;
}

@media (max-width: 900px) {
  .uz-promo-banner-card {
    padding: 18px;
  }

  .uz-promo-banner-copy,
  .uz-promo-banner-card.uz-promo-copy-opposite .uz-promo-banner-copy {
    width: min(48%, 360px);
    margin-right: auto;
    margin-left: 0;
    padding: 16px;
    align-items: center;
    background: rgb(5 7 9 / 76%);
    border: 1px solid rgb(255 255 255 / 13%);
    border-radius: 12px;
    box-shadow: 0 10px 24px rgb(0 0 0 / 26%);
    backdrop-filter: blur(5px);
    text-align: center;
    text-shadow: 0 2px 8px rgb(0 0 0 / 86%);
  }

  .uz-promo-banner-card.uz-promo-copy-opposite .uz-promo-banner-copy {
    margin-right: 0;
    margin-left: auto;
  }
}

@media (max-width: 600px) {
  .uz-promo-banner-card {
    align-items: flex-end;
    min-height: 350px;
    padding: 12px;
  }

  .uz-promo-banner-copy,
  .uz-promo-banner-card.uz-promo-copy-opposite .uz-promo-banner-copy {
    width: min(78%, 300px);
    padding: 13px 14px;
  }
}

/* Formula 1 reading progress: the header edge becomes a compact racetrack. */
.uz-race-progress {
  --page-progress: 0%;
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  z-index: 6;
  height: 30px;
  overflow: hidden;
  pointer-events: none;
}

.uz-race-progress::before {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 16px;
  content: "";
  background:
    repeating-linear-gradient(90deg, transparent 0 28px, rgb(255 255 255 / 72%) 28px 48px, transparent 48px 76px) center / auto 2px no-repeat,
    linear-gradient(90deg, rgb(225 79 101 / 30%) 0 var(--page-progress), transparent var(--page-progress) 100%),
    linear-gradient(180deg, #575453 0 2px, #222120 2px 14px, #5f5b59 14px 16px);
  border-radius: 2px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 62%);
}

.uz-race-progress::after {
  position: absolute;
  bottom: 1px;
  left: clamp(32px, var(--page-progress), calc(100% - 32px));
  width: 64px;
  height: 26px;
  content: "";
  background: url("../img/betlabel/ui/green-formula-progress.webp") center / contain no-repeat;
  filter: drop-shadow(0 2px 2px rgb(0 0 0 / 78%)) drop-shadow(0 0 7px rgb(0 153 181 / 58%));
  transform: translateX(-50%);
  transition: none;
}

@media (max-width: 1024px) {
  .uz-race-progress::after {
    left: clamp(28px, var(--page-progress), calc(100% - 28px));
    width: 56px;
    height: 23px;
  }
}

@media (max-width: 600px) {
  .uz-race-progress::after {
    left: clamp(24px, var(--page-progress), calc(100% - 24px));
    width: 48px;
    height: 25px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .uz-race-progress::after {
    transition: none;
  }
}

/* Uzbekistan visual foundation: warm graphite surfaces with red structure and
   green actions. This layer intentionally leaves the logo and photography
   untouched while unifying every shared component across the locale. */
:root {
  --page-bg: #151311;
  --header-bg: #171413;
  --panel-bg: #1c1a18;
  --panel-soft: #25211f;
  --heading-bg: #2b2423;
  --control-bg: #211d1c;
  --light-bg: #f2eee8;
  --text: #f5f1ec;
  --muted: #bdb4ad;
  --dark-text: #171412;
  --accent: #c9364e;
  --accent-hover: #e24b63;
  --accent-soft: #dca5ae;
  --accent-bright: #ef667a;
  --accent-highlight: #ff8999;
  --accent-pale: #ffd9df;
  --signal-blue: #b72e45;
  --signal-blue-hover: #e05268;
  --signal-blue-soft: #f0b5be;
  --brand-green: #38b94f;
  --brand-green-hover: #50cd65;
  --brand-green-active: #247e35;
  --line: #563038;
  --radius: 12px;
  --shadow: 0 18px 42px rgb(5 2 2 / 34%);
}

html {
  background: var(--page-bg);
}

body {
  color: var(--text);
  background-color: var(--page-bg);
  background-image: none;
  letter-spacing: -0.006em;
}

button:focus-visible,
a:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline-color: rgb(80 205 101 / 76%);
}

.uz-topbar {
  background: rgb(23 20 19 / 94%);
  border-bottom: 1px solid rgb(201 54 78 / 34%);
  box-shadow:
    0 12px 32px rgb(4 2 2 / 44%),
    inset 0 -1px 0 rgb(255 255 255 / 3%);
  backdrop-filter: blur(16px) saturate(120%);
}

.uz-page-progress::before {
  background: #211c1b;
  border-top-color: rgb(255 255 255 / 5%);
}

.uz-page-progress-fill {
  background: linear-gradient(90deg, #238a43, var(--brand-green), var(--accent));
  box-shadow:
    0 0 12px rgb(56 185 79 / 48%),
    0 -1px rgb(255 255 255 / 18%) inset;
}

.uz-nav-links a {
  border-radius: 10px;
  letter-spacing: 0.035em;
}

.uz-nav-links a:hover,
.uz-nav-links .uz-state-active {
  color: #fff;
  background: rgb(201 54 78 / 11%);
  border-color: rgb(201 54 78 / 28%);
}

.uz-nav-links .uz-state-active::after {
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--accent-bright));
  box-shadow: 0 0 12px rgb(201 54 78 / 45%);
}

.uz-nav-links a:hover .uz-nav-link-icon,
.uz-nav-links .uz-state-active .uz-nav-link-icon {
  background:
    radial-gradient(circle at 28% 18%, rgb(255 255 255 / 16%), transparent 36%),
    linear-gradient(145deg, #4a222b, #211919 72%);
  border-color: rgb(201 54 78 / 64%);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 12%),
    0 8px 20px rgb(99 18 34 / 34%),
    0 0 0 3px rgb(201 54 78 / 10%);
}

.uz-nav-links a:hover .uz-nav-icon-accent,
.uz-nav-links .uz-state-active .uz-nav-icon-accent {
  fill: var(--brand-green);
  stroke: #c9efd0;
  filter: drop-shadow(0 0 4px rgb(56 185 79 / 74%));
}

@keyframes blau-nav-icon-pulse {
  0%, 100% {
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 12%), 0 7px 18px rgb(99 18 34 / 28%), 0 0 0 2px rgb(201 54 78 / 8%);
  }
  50% {
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 9px 22px rgb(99 18 34 / 40%), 0 0 0 4px rgb(201 54 78 / 13%);
  }
}

.uz-tool-button,
.uz-language-switch,
.uz-ghost {
  background: linear-gradient(145deg, #282220, #191716);
  border: 1px solid rgb(255 255 255 / 8%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 5%);
}

.uz-language-switch:hover,
.uz-language-switch:focus-visible,
.uz-ghost:hover {
  background: #312324;
  border-color: rgb(201 54 78 / 62%);
}

.uz-slots-carousel {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.uz-page-home > section.uz-slots-carousel {
  margin-top: 20px;
}

.uz-slots-carousel-card {
  background: #211d1b;
  border-color: rgb(255 255 255 / 8%);
  border-radius: 10px;
}

.uz-slots-carousel-name {
  background: linear-gradient(180deg, #26211f, #1a1817);
}

.uz-page-shell {
  gap: 22px;
  padding-top: 10px;
}

.uz-pin-sidebar,
.uz-right-sidebar {
  scrollbar-color: var(--accent) transparent;
}

.uz-pin-side-nav,
.uz-sport-side-toggle,
.uz-app-platforms {
  background: linear-gradient(160deg, #28201f, #171514 72%);
  border-color: rgb(201 54 78 / 30%);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 4%),
    0 14px 30px rgb(5 2 2 / 28%);
}

.uz-sports-quick-row,
.uz-top-game-header,
.uz-sports-catalog-header,
.uz-sports-tabs {
  background: #201c1b;
}

.uz-sports-quick-row:hover,
.uz-sports-quick-row.uz-state-open {
  background: #342528;
  border-color: rgb(201 54 78 / 45%);
}

.uz-sports-row-arrow {
  background: #171514;
  border-left-color: rgb(255 255 255 / 8%);
}

.uz-right-sidebar-body {
  gap: 16px;
}

.uz-registration-card,
.uz-bet-slip {
  color: var(--text);
  background: linear-gradient(155deg, #24201e, #151312 76%);
  border-color: rgb(201 54 78 / 30%);
  border-radius: 14px;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 5%),
    0 18px 36px rgb(5 2 2 / 34%);
}

.uz-registration-card h2,
.uz-bet-slip-heading {
  color: var(--text);
  letter-spacing: 0.04em;
}

.uz-registration-card input,
.uz-registration-card select,
.uz-signup-field,
.uz-bet-slip-empty {
  color: #1a1715;
  background: #f4f0ea;
  border: 1px solid rgb(201 54 78 / 12%);
  box-shadow: inset 0 1px 3px rgb(53 32 27 / 8%);
}

.uz-signup-placeholder {
  color: #756d67;
}

.uz-phone-method,
.uz-bet-slip-tabs,
.uz-signup-promo {
  color: var(--text);
  background: #2b2423;
}

.uz-bet-slip-tabs a:first-child {
  background: rgb(201 54 78 / 16%);
  box-shadow: inset 0 -2px 0 var(--accent);
}

.uz-bet-slip-body {
  color: var(--text);
  background: transparent;
}

.uz-bet-slip-save {
  color: var(--muted);
  border-color: rgb(255 255 255 / 12%);
}

.uz-pin-section,
.uz-content-section,
.uz-reviews-section,
.uz-home-app-banner,
.uz-bonus-banner-section,
.uz-bonus-final-cta {
  margin-bottom: 24px;
  padding: clamp(18px, 2.4vw, 30px);
  background:
    radial-gradient(circle at 100% 0%, rgb(56 185 79 / 5%), transparent 28rem),
    linear-gradient(150deg, #211e1c, #181615 74%);
  border: 1px solid rgb(255 255 255 / 7%);
  border-radius: 16px;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 4%),
    0 20px 44px rgb(5 2 2 / 28%);
}

.uz-pin-section h2,
.uz-content-section h2,
.uz-reviews-section > h2 {
  margin-bottom: 24px;
  padding: 11px 16px 11px 34px;
  color: #fff;
  background:
    linear-gradient(90deg, rgb(201 54 78 / 18%), transparent 58%),
    #292321;
  border: 1px solid rgb(201 54 78 / 20%);
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 4%);
  font-size: clamp(22px, 2.3vw, 29px);
  letter-spacing: -0.025em;
  line-height: 1.18;
}

.uz-pin-section h2::before,
.uz-content-section h2::before,
.uz-reviews-section > h2::before {
  top: 10px;
  bottom: 10px;
  left: 13px;
  width: 4px;
  height: auto;
  background: linear-gradient(180deg, var(--accent-bright), var(--accent));
  border: 0;
  border-radius: 999px;
  box-shadow: 0 0 12px rgb(201 54 78 / 30%);
  transform: none;
}

.uz-pin-section h3,
.uz-content-section h3 {
  margin-top: 30px;
  color: #fff;
  font-size: clamp(19px, 1.7vw, 23px);
  letter-spacing: -0.015em;
  text-wrap: balance;
}

.uz-pin-section p,
.uz-content-section p,
.uz-pin-section li,
.uz-content-section li {
  color: #e8e2dc;
  line-height: 1.68;
  text-wrap: pretty;
}

.uz-article-source-block > ul[data-source-list] > li,
.uz-article-source-block > ol[data-source-list] > li {
  padding-top: 9px;
  padding-right: 12px;
  padding-bottom: 9px;
  background: rgb(255 255 255 / 2.6%);
  border: 1px solid rgb(255 255 255 / 6%);
  border-radius: 9px;
}

.uz-article-source-block > ul[data-source-list] > li::before {
  background: var(--accent);
  border-color: #f2b6c0;
  box-shadow: 0 0 0 3px rgb(201 54 78 / 12%), 0 0 10px rgb(201 54 78 / 28%);
}

.uz-article-source-block > ol[data-source-list] > li::before {
  top: 8px;
  left: 7px;
  background: linear-gradient(145deg, var(--brand-green-hover), var(--brand-green-active));
  border-color: rgb(164 226 175 / 58%);
}

/* Editorial lists: scoped to article copy so navigation and carousels stay untouched. */
.uz-content-section > ul,
.uz-content-section > ol,
.uz-content-section .uz-article-source-block > ul,
.uz-content-section .uz-article-source-block > ol {
  display: grid;
  gap: 10px;
  margin: 18px 0 22px;
  padding: 0;
  list-style: none;
  counter-reset: article-step;
}

.uz-content-section > ul > li,
.uz-content-section > ol > li,
.uz-content-section .uz-article-source-block > ul > li,
.uz-content-section .uz-article-source-block > ol > li {
  position: relative;
  min-height: 46px;
  margin: 0;
  padding: 11px 14px 11px 52px;
  overflow: hidden;
  background:
    linear-gradient(105deg, rgb(255 255 255 / 4%), transparent 62%),
    rgb(12 12 12 / 34%);
  border: 1px solid rgb(255 255 255 / 8%);
  border-radius: 11px;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 3%);
}

.uz-content-section > ul > li::before,
.uz-content-section > ol > li::before,
.uz-content-section .uz-article-source-block > ul > li::before,
.uz-content-section .uz-article-source-block > ol > li::before {
  position: absolute;
  top: 13px;
  left: 17px;
  display: grid;
  width: 21px;
  height: 21px;
  padding: 0;
  place-items: center;
  border-radius: 7px;
  box-sizing: border-box;
}

.uz-content-section > ul > li::before,
.uz-content-section .uz-article-source-block > ul > li::before {
  content: "";
  background:
    radial-gradient(circle, #fff 0 2px, transparent 3px),
    linear-gradient(145deg, var(--accent-bright), var(--accent));
  border: 1px solid rgb(255 255 255 / 24%);
  box-shadow: 0 0 0 4px rgb(201 54 78 / 10%);
}

.uz-content-section > ol > li,
.uz-content-section .uz-article-source-block > ol > li {
  counter-increment: article-step;
}

.uz-content-section > ol > li::before,
.uz-content-section .uz-article-source-block > ol > li::before {
  content: counter(article-step, decimal-leading-zero);
  color: #07130a;
  background: linear-gradient(145deg, #79dc8b, var(--brand-green-active));
  border: 1px solid rgb(209 255 217 / 40%);
  box-shadow: 0 0 0 4px rgb(56 185 79 / 9%);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}

/* Repeated H4 + copy patterns become a quiet editorial sequence, not generic cards everywhere. */
.uz-pattern-series {
  counter-reset: pattern-item;
}

.uz-pattern-item {
  margin: 22px 0 0;
  overflow: hidden;
  background: linear-gradient(90deg, rgb(56 185 79 / 7%), rgb(255 255 255 / 1.6%) 72%);
  border: 1px solid rgb(104 211 123 / 17%);
  border-radius: 12px;
  counter-increment: pattern-item;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 3%);
}

.uz-pattern-item > h4 {
  position: relative;
  margin: 0;
  padding: 13px 16px 13px 54px;
  color: #fff;
  background: linear-gradient(90deg, rgb(56 185 79 / 13%), rgb(255 255 255 / 2%) 72%);
  border: 0;
  border-bottom: 1px solid rgb(104 211 123 / 14%);
  font-size: clamp(17px, 1.45vw, 20px);
  letter-spacing: -0.01em;
}

.uz-pattern-item > h4::before {
  content: counter(pattern-item, decimal-leading-zero);
  position: absolute;
  top: 50%;
  left: 16px;
  color: var(--brand-green-hover);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  transform: translateY(-50%);
}

.uz-pattern-item > .uz-article-source-block {
  margin: 0;
  padding: 0 16px 0 54px;
}

.uz-pattern-item > .uz-article-source-block:first-of-type {
  padding-top: 10px;
}

.uz-pattern-item > .uz-article-source-block:last-child {
  padding-bottom: 14px;
}

.uz-pattern-item > ul,
.uz-pattern-item > ol {
  margin: 0;
  padding: 10px 16px 14px 54px;
  list-style-position: inside;
}

.uz-pattern-item > .uz-article-source-block > p:first-child {
  margin-top: 8px;
}

.uz-pattern-item > .uz-article-source-block > p:last-child {
  margin-bottom: 8px;
}

.uz-article-scene-media,
.uz-section-visual,
.uz-payment-visual,
.uz-vip-program-visual,
.uz-editorial-generated {
  border-color: rgb(201 54 78 / 34%);
  border-radius: 14px;
  box-shadow: 0 18px 38px rgb(5 2 2 / 30%);
}

.uz-table-wrap,
.uz-table-scroll {
  overflow: hidden;
  border: 1px solid rgb(201 54 78 / 22%);
  border-radius: 12px;
  box-shadow: 0 16px 34px rgb(5 2 2 / 28%);
}

table {
  color: var(--text);
  background: #201d1b;
}

th,
td {
  border-color: rgb(255 255 255 / 8%);
}

th {
  color: #fff;
  background: #342527;
  box-shadow: inset 0 -2px 0 rgb(201 54 78 / 40%);
}

tr:nth-child(even) td {
  background: #272320;
}

tr:nth-child(odd) td {
  background: #211e1c;
}

.uz-install-note {
  background: #292321;
  border-left-color: var(--brand-green);
}

.uz-reviews-section {
  background:
    radial-gradient(circle at 96% 0%, rgb(201 54 78 / 10%), transparent 36%),
    linear-gradient(145deg, #211d1c, #141211 72%);
  border-color: rgb(201 54 78 / 18%);
}

.uz-reviews-section > .uz-review-card + .uz-review-card {
  margin-top: 16px;
}

.uz-reviews-track > .uz-review-card {
  background:
    radial-gradient(circle at 100% 0%, rgb(56 185 79 / 10%), transparent 42%),
    linear-gradient(155deg, #292320, #181514 74%);
  border-color: rgb(201 54 78 / 20%);
  box-shadow: inset 4px 0 0 var(--accent), 0 16px 34px rgb(5 2 2 / 34%);
}

.uz-review-author,
.uz-reviews-section > h2 {
  border-color: rgb(201 54 78 / 18%);
}

.uz-review-author::before {
  background: linear-gradient(145deg, var(--accent-bright), #98253a);
  border-color: rgb(255 210 218 / 34%);
}

.uz-review-author::after,
.uz-review-stars {
  color: var(--brand-green-hover);
}

.uz-faq-item {
  background: linear-gradient(145deg, #2a2422, #1b1817);
  border: 1px solid rgb(255 255 255 / 7%);
  border-radius: 10px;
}

.uz-faq-item[open] {
  border-color: rgb(201 54 78 / 32%);
  box-shadow: inset 3px 0 0 var(--accent);
}

.uz-faq-item summary::after {
  color: var(--brand-green-hover);
}

.uz-promo-banner-card,
.uz-platform-banner-card,
.uz-hero {
  border-color: rgb(201 54 78 / 26%);
  border-radius: 16px;
  box-shadow: 0 22px 50px rgb(5 2 2 / 38%);
}

.uz-promo-banner-cta,
.uz-section-cta-link,
.uz-app-banner-btn,
.uz-app-download-btn,
.uz-registration-card .uz-signup-button,
.uz-bet-slip .uz-signup-button,
.uz-hot {
  border-radius: 9px;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 18%),
    0 8px 20px rgb(20 100 37 / 24%);
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.uz-promo-banner-cta:hover,
.uz-section-cta-link:hover,
.uz-app-banner-btn:hover,
.uz-app-download-btn:hover,
.uz-registration-card .uz-signup-button:hover,
.uz-bet-slip .uz-signup-button:hover,
.uz-hot:hover {
  filter: brightness(1.06);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 22%),
    0 12px 26px rgb(20 100 37 / 34%);
  transform: translateY(-2px);
}

.uz-promo-banner-cta:active,
.uz-section-cta-link:active,
.uz-app-banner-btn:active,
.uz-app-download-btn:active,
.uz-registration-card .uz-signup-button:active,
.uz-bet-slip .uz-signup-button:active,
.uz-hot:active {
  transform: translateY(1px) scale(0.985);
}

.uz-footer-columns,
.uz-footer-notice,
.uz-footer-legal-row,
.uz-footer-payments {
  background:
    radial-gradient(circle at 0 0, rgb(201 54 78 / 8%), transparent 25rem),
    #191615;
  border: 1px solid rgb(255 255 255 / 6%);
  border-radius: 14px;
  box-shadow: 0 14px 32px rgb(5 2 2 / 24%);
}

.uz-footer-column h3 {
  color: #fff;
  letter-spacing: 0.05em;
}

.uz-footer-column a:hover {
  color: var(--brand-green-hover);
}

.uz-cookie {
  background: rgb(33 29 27 / 96%);
  border: 1px solid rgb(201 54 78 / 28%);
  border-radius: 12px;
  box-shadow: 0 18px 48px rgb(5 2 2 / 46%);
  backdrop-filter: blur(14px);
}

@media (hover: hover) {
  .uz-pin-section:hover,
  .uz-content-section:hover {
    border-color: rgb(201 54 78 / 16%);
  }
}

@media (max-width: 900px) {
  .uz-page-shell {
    padding-top: 16px;
  }

  .uz-pin-section,
  .uz-content-section,
  .uz-reviews-section,
  .uz-home-app-banner,
  .uz-bonus-banner-section,
  .uz-bonus-final-cta {
    padding: 16px;
    border-radius: 13px;
  }

  .uz-pin-section h2,
  .uz-content-section h2,
  .uz-reviews-section > h2 {
    font-size: clamp(20px, 5vw, 25px);
  }

  .uz-content-section > ul > li,
  .uz-content-section > ol > li,
  .uz-content-section .uz-article-source-block > ul > li,
  .uz-content-section .uz-article-source-block > ol > li {
    padding: 10px 11px 10px 45px;
  }

  .uz-content-section > ul > li::before,
  .uz-content-section > ol > li::before,
  .uz-content-section .uz-article-source-block > ul > li::before,
  .uz-content-section .uz-article-source-block > ol > li::before {
    left: 13px;
  }

  .uz-pattern-item > h4 {
    padding-left: 46px;
  }

  .uz-pattern-item > .uz-article-source-block,
  .uz-pattern-item > ul,
  .uz-pattern-item > ol {
    padding-left: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .uz-promo-banner-cta,
  .uz-section-cta-link,
  .uz-app-banner-btn,
  .uz-app-download-btn,
  .uz-registration-card .uz-signup-button,
  .uz-bet-slip .uz-signup-button,
  .uz-hot {
    transition: none;
  }
}

/* Final narrow-viewport containment after all theme layers. */
@media (max-width: 620px) {
  body {
    overflow-x: hidden;
  }

  body .uz-hero-copy {
    min-width: 0;
    max-width: 100%;
  }

  body .uz-hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(24px, 7vw, 28px);
    line-height: 1.08;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
  }
}

/* Generated editorial scenes stay inside their related article sections. */
.uz-section-media {
  height: clamp(230px, 28vw, 340px);
  margin-block: 22px 14px;
  border-color: rgb(201 54 78 / 34%);
  border-radius: 14px;
  box-shadow: 0 18px 38px rgb(5 2 2 / 30%);
}

.uz-section-media::after {
  background: linear-gradient(180deg, transparent 72%, rgb(0 0 0 / 22%));
}

.uz-section-actions {
  display: flex;
  justify-content: center;
  margin: 14px 0 6px;
}

.uz-section-actions .uz-section-cta {
  width: min(100%, 260px);
  min-height: 46px;
  padding: 10px 24px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: normal;
  box-shadow: 0 10px 24px rgb(201 54 78 / 22%);
}

@media (max-width: 620px) {
  .uz-section-media {
    height: clamp(210px, 62vw, 285px);
    margin-block: 18px 10px;
  }

  .uz-section-actions,
  .uz-section-actions .uz-section-cta {
    width: 100%;
  }
}

/* The BetLabel-style navigation belongs inside the visual betting board. */
.uz-live-betting > .uz-betting-nav {
  z-index: auto;
  width: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.uz-live-betting .uz-live-betting-tabs {
  flex: 1 1 auto;
  border-bottom: 0;
}

.uz-live-betting .uz-live-betting-tab {
  min-height: 40px;
  padding: 0 11px;
  border-right: 1px solid rgb(255 255 255 / 5%);
  font-size: 11px;
}

.uz-live-betting .uz-live-betting-tab[aria-selected="true"] {
  color: #fff;
  background: rgb(255 255 255 / 6%);
  box-shadow: inset 0 -2px 0 #f6f7f8;
}

.uz-live-betting .uz-live-betting-tab[aria-selected="true"] img {
  filter: grayscale(1) brightness(0) invert(1);
}

@media (max-width: 900px) {
  .uz-live-betting > .uz-betting-nav {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
}

.uz-betting-crumb {
  display: inline-grid;
  place-items: center;
  width: 10px;
  color: #6f757d;
  font-size: 16px;
}

.uz-betting-stream-toggle {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-height: 40px;
  padding: 0 11px 0 9px;
  gap: 8px;
  color: #e2e5e8;
  background: transparent;
  border: 0;
  border-right: 1px solid #343a42;
  font: inherit;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
}

.uz-betting-switch {
  position: relative;
  width: 32px;
  height: 17px;
  background: #ecefe9;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 32%);
}

.uz-betting-switch::after {
  position: absolute;
  top: 2px;
  left: 17px;
  width: 13px;
  height: 13px;
  content: "";
  background: #5d9c37;
  border-radius: 50%;
  transition: left 150ms ease, background-color 150ms ease;
}

.uz-betting-stream-toggle[aria-checked="false"] .uz-betting-switch {
  background: #737a75;
}

.uz-betting-stream-toggle[aria-checked="false"] .uz-betting-switch::after {
  left: 2px;
  background: #e8ebe7;
}

@media (max-width: 900px) {
  .uz-betting-primary-tools .uz-betting-crumb {
    display: none;
  }

  .uz-betting-stream-toggle > span:last-child {
    display: none;
  }

  .uz-betting-stream-toggle {
    padding-inline: 8px;
  }
}

/* Compact event details follow the BetLabel exhibition-table reference. */
.uz-live-betting-event {
  overflow: hidden;
  margin-bottom: 2px;
  border-radius: 0 0 12px 12px;
}

.uz-live-league-title {
  overflow: hidden;
  white-space: nowrap;
}

.uz-live-league-title > span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

.uz-live-league-globe {
  display: inline-grid;
  place-items: center;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  color: #269c78;
  background: #4b89e8;
  border-radius: 50%;
}

.uz-live-league-globe svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: #b9f07a;
  stroke-width: 1.25;
}

.uz-live-participants {
  padding-block: 7px 6px;
}

.uz-live-participants > .uz-live-betting-team {
  display: grid;
  grid-template-columns: 16px 20px minmax(0, 1fr);
  min-height: 23px;
  gap: 7px;
  line-height: 1.25;
  text-decoration: none;
}

.uz-live-betting-team > span:last-child {
  overflow: hidden;
  align-self: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.uz-live-participants .uz-live-team-marker {
  display: inline-grid;
  place-items: center;
  width: 16px;
  height: 20px;
  color: #8f9992;
}

.uz-live-participants .uz-live-team-marker svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.uz-live-participants .uz-live-team-marker.uz-state-starred {
  color: #52ad43;
}

.uz-live-participants .uz-live-team-marker.uz-state-starred svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
  stroke-linejoin: round;
}

.uz-live-team-badge {
  display: inline-grid;
  place-items: center;
  width: 19px;
  height: 19px;
  overflow: hidden;
  color: #fff;
  background: #3c6279;
  border: 1px solid rgb(255 255 255 / 70%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px #cfd8d1;
  font-size: 6px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.uz-live-team-badge.uz-state-away {
  color: #203329;
  background: #d7bc42;
}

.uz-live-participants > .uz-live-event-meta {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 20px;
  margin-top: 5px;
  gap: 6px;
  color: #263129;
  font-size: 10px;
  font-weight: 650;
  line-height: 1;
  white-space: nowrap;
}

.uz-live-signal {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #237b39;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .08em;
}

.uz-live-signal i {
  width: 6px;
  height: 6px;
  background: #35a953;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgb(53 169 83 / 12%);
  animation: blau-live-signal-pulse 1.4s ease-in-out infinite;
}

.uz-live-clock {
  color: #152019;
  font-size: 11px;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  letter-spacing: .02em;
}

.uz-live-meta-divider {
  color: #a9b2ab;
  font-weight: 500;
}

.uz-live-meta-label {
  color: #344139;
  font-weight: 650;
}

.uz-live-event-tools {
  display: inline-flex;
  align-items: center;
  margin-left: 3px;
  padding-left: 7px;
  gap: 7px;
  border-left: 1px solid #d9e0da;
}

.uz-live-betting-tool {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 12px;
  color: #172019;
}

.uz-live-betting-tool.uz-state-bars,
.uz-live-betting-tool.uz-state-chart {
  color: #2b9843;
}

.uz-live-betting-tool i,
.uz-live-betting-tool::before,
.uz-live-betting-tool::after {
  position: absolute;
  display: block;
  content: "";
}

.uz-live-betting-tool.uz-state-pitch {
  background: #7da852;
  border: 1px solid #e0edda;
}

.uz-live-betting-tool.uz-state-pitch i {
  inset: 0 4px;
  border-inline: 1px solid #e0edda;
}

.uz-live-betting-tool.uz-state-bars {
  border-bottom: 2px solid currentColor;
}

.uz-live-betting-tool.uz-state-bars i {
  right: 1px;
  bottom: 2px;
  width: 2px;
  height: 7px;
  background: currentColor;
  box-shadow: -4px 3px currentColor, -8px 5px currentColor;
}

.uz-live-betting-tool.uz-state-chart {
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}

.uz-live-betting-tool.uz-state-chart i {
  inset: 2px 1px 2px 0;
  border-top: 1px solid currentColor;
  transform: skewY(-25deg);
}

.uz-live-betting-tool.uz-state-list {
  border: 1px solid currentColor;
}

.uz-live-betting-tool.uz-state-list i {
  top: 2px;
  left: 4px;
  width: 5px;
  height: 1px;
  background: currentColor;
  box-shadow: 0 2px currentColor, 0 4px currentColor;
}

.uz-live-betting-tool.uz-state-lineup::before,
.uz-live-betting-tool.uz-state-lineup::after {
  top: 1px;
  width: 5px;
  height: 5px;
  background: currentColor;
  border-radius: 50%;
}

.uz-live-betting-tool.uz-state-lineup::before { left: 0; }
.uz-live-betting-tool.uz-state-lineup::after { right: 0; }

.uz-live-betting-tool.uz-state-lineup i {
  right: 1px;
  bottom: 0;
  left: 1px;
  height: 4px;
  background: currentColor;
  border-radius: 5px 5px 1px 1px;
}

@keyframes blau-live-signal-pulse {
  0%, 100% {
    opacity: .62;
    transform: scale(.82);
    box-shadow: 0 0 0 2px rgb(53 169 83 / 8%);
  }
  50% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 4px rgb(53 169 83 / 18%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .uz-live-signal i { animation: none; }
}

@media (max-width: 720px) {
  .uz-live-participants > .uz-live-event-meta {
    font-size: 9px;
  }
}

/* Monochrome live-casino provider wall in the shared footer. */
.uz-footer-providers {
  margin: 30px 0 22px;
  padding: 26px;
  overflow: hidden;
  color: #f1f2f2;
  background: #111315;
  border: 1px solid #303438;
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 4%);
}

.uz-footer-providers h2 {
  margin: 0;
  color: #f5f6f6;
  font-size: clamp(22px, 2.5vw, 32px);
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.uz-provider-intro {
  margin: 8px 0 22px;
  color: #969ba0;
  font-size: 14px;
}

.uz-provider-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  gap: 0;
  background: #171a1d;
  list-style: none;
}

.uz-provider-card {
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 88px;
  padding: 14px 10px;
  color: #aeb2b5;
  background: #171a1d;
  box-shadow: inset 0 0 0 1px #34383c, inset 0 1px 0 rgb(255 255 255 / 3%);
  text-align: center;
  transition: color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.uz-provider-card span {
  display: inline-block;
  max-width: 100%;
  font-size: clamp(11px, 1.15vw, 16px);
  font-weight: 800;
  letter-spacing: 0.045em;
  line-height: 1.05;
  text-transform: uppercase;
}

.uz-provider-card-2 span,
.uz-provider-card-5 span,
.uz-provider-card-9 span,
.uz-provider-card-14 span,
.uz-provider-card-15 span {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 700;
  letter-spacing: -0.035em;
  text-transform: none;
}

.uz-provider-card-3 span,
.uz-provider-card-6 span,
.uz-provider-card-10 span,
.uz-provider-card-17 span {
  letter-spacing: 0.11em;
}

.uz-provider-card-7 span,
.uz-provider-card-11 span,
.uz-provider-card-13 span {
  font-weight: 600;
  letter-spacing: 0.02em;
}

@media (hover: hover) {
  .uz-provider-card:hover {
    z-index: 1;
    color: #fff;
    background: #202428;
    box-shadow: inset 0 0 0 1px #555b60, 0 8px 20px rgb(0 0 0 / 24%);
  }
}

@media (max-width: 900px) {
  .uz-footer-providers {
    padding: 20px;
  }

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

@media (max-width: 620px) {
  .uz-footer-providers {
    margin-block: 24px 18px;
    padding: 16px;
    border-radius: 13px;
  }

  .uz-provider-intro {
    margin-bottom: 16px;
    font-size: 12px;
  }

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

  .uz-provider-card {
    min-height: 72px;
  }

  .uz-provider-card span {
    font-size: 11px;
  }
}

/* Unified footer surface and the generated live-casino provider artwork. */
.uz-footer {
  padding-top: 22px;
  background: var(--page-bg);
}

.uz-footer-inner {
  overflow: hidden;
  background: var(--panel-bg);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 4%), 0 18px 42px rgb(0 5 12 / 30%);
}

.uz-footer-columns,
.uz-footer-providers,
.uz-footer-notice,
.uz-footer-legal-row,
.uz-footer-payments {
  margin: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.uz-footer-columns,
.uz-footer-providers,
.uz-footer-notice,
.uz-footer-legal-row,
.uz-footer-payments {
  padding: 22px 26px;
}

.uz-footer-providers,
.uz-footer-notice,
.uz-footer-legal-row,
.uz-footer-payments {
  border-top: 1px solid #272c2e;
}

.uz-provider-intro {
  margin-bottom: 18px;
}

.uz-provider-logo-grid {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: #293033;
  border: 1px solid #303638;
}

.uz-provider-logo-item {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  padding: 1px 8px;
  object-fit: contain;
  background: #0c1112;
}

.uz-provider-logo-grid::after {
  content: "";
  background: #0c1112;
}

@media (max-width: 900px) {
  .uz-provider-logo-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .uz-footer {
    padding-top: 14px;
  }

  .uz-footer-inner {
    border-radius: 12px;
  }

  .uz-footer-columns,
  .uz-footer-providers,
  .uz-footer-notice,
  .uz-footer-legal-row,
  .uz-footer-payments {
    padding: 18px 16px;
  }

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

  .uz-provider-logo-item {
    height: 72px;
    padding: 9px 6px;
  }
}

/* Plain app-author signature: editorial credit, not an accordion control. */
.uz-app-author {
  display: grid;
  margin: 18px 0 6px;
  padding: 0;
  gap: 4px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.uz-app-author strong {
  color: #f4f5f4;
  font-size: 15px;
}

.uz-app-author em {
  color: #c7cbca;
  font-size: 14px;
}

/* Low in-article game ribbons based on the compact BetLabel casino rail. */
.uz-pin-sidebar.uz-state-collapsed {
  width: 42px;
  max-height: calc(100dvh - var(--header-height) - 24px);
  padding-bottom: 4px;
  gap: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #101318;
  scrollbar-width: none;
}

.uz-pin-sidebar.uz-state-collapsed::-webkit-scrollbar {
  display: none;
}

.uz-pin-sidebar.uz-state-collapsed .uz-sports-sidebar {
  width: 42px;
  gap: 5px;
}

.uz-pin-sidebar.uz-state-collapsed .uz-sport-side-toggle {
  width: 34px;
  min-height: 32px;
  margin-inline: 4px;
  color: #d7d9dc;
  background: #191c22;
  border: 0;
  border-radius: 5px;
  box-shadow: none;
}

.uz-pin-sidebar.uz-state-collapsed .uz-sports-sidebar-body {
  display: grid;
  gap: 5px;
}

.uz-pin-sidebar.uz-state-collapsed .uz-sports-quick-links {
  gap: 4px;
  padding-inline: 4px;
}

.uz-pin-sidebar.uz-state-collapsed .uz-sports-quick-row {
  display: grid;
  place-items: center;
  width: 34px;
  min-height: 32px;
  height: 32px;
  padding: 0;
  color: #f3f4f5;
  background: #22262d;
  border: 0;
  border-radius: 6px;
}

.uz-pin-sidebar.uz-state-collapsed .uz-sports-quick-row > span:not(:first-child) {
  display: none;
}

.uz-pin-sidebar.uz-state-collapsed .uz-sports-quick-icon {
  display: grid;
  place-items: center;
  width: 100%;
  flex-basis: auto;
}

.uz-pin-sidebar.uz-state-collapsed .uz-sports-quick-icon .uz-bl-aside-icon {
  width: 18px;
  height: 18px;
}

.uz-pin-sidebar.uz-state-collapsed .uz-top-game-card {
  display: none;
}

.uz-pin-sidebar.uz-state-collapsed .uz-sports-catalog {
  display: grid;
  overflow: visible;
  background: #fff;
  border-radius: 0;
}

.uz-pin-sidebar.uz-state-collapsed .uz-sports-tabs {
  display: grid;
  grid-template-columns: 42px;
  min-height: 32px;
  padding: 0 4px;
  background: #101318;
}

.uz-pin-sidebar.uz-state-collapsed .uz-sports-tabs a {
  width: 34px;
  min-height: 32px;
  color: #8fd637;
  background: #22272d;
  border-radius: 5px 5px 0 0;
  font-size: 0;
}

.uz-pin-sidebar.uz-state-collapsed .uz-sports-tabs a:not(.uz-state-active) {
  display: none;
}

.uz-pin-sidebar.uz-state-collapsed .uz-sports-tabs .uz-state-active span {
  display: grid;
  place-items: center;
  margin: 0;
  color: #8fd637;
}

.uz-pin-sidebar.uz-state-collapsed .uz-sports-tabs .uz-bl-aside-icon {
  width: 18px;
  height: 18px;
  margin: 0;
}

.uz-pin-sidebar.uz-state-collapsed .uz-sports-summary {
  display: grid;
  grid-template-columns: 42px;
  min-height: 38px;
  padding: 0;
  gap: 0;
  color: #101214;
  background: #fff;
  border-bottom: 1px solid #d9ddda;
}

.uz-pin-sidebar.uz-state-collapsed .uz-sports-summary > :not(strong) {
  display: none;
}

.uz-pin-sidebar.uz-state-collapsed .uz-sports-summary > strong {
  display: grid;
  place-items: center;
  width: 42px;
  min-height: 38px;
  font-size: 0;
}

.uz-pin-sidebar.uz-state-collapsed .uz-sports-summary-tv {
  display: block;
  width: 16px;
  height: 16px;
  color: #4d5357;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.uz-pin-sidebar.uz-state-collapsed .uz-sports-list-heading {
  display: none;
}

.uz-pin-sidebar.uz-state-collapsed .uz-sports-list {
  display: grid;
  width: 42px;
}

.uz-pin-sidebar.uz-state-collapsed .uz-sport-row {
  display: grid;
  grid-template-columns: 42px;
  place-items: center;
  width: 42px;
  min-height: 32px;
  padding: 0;
  color: #050606;
  background: #fff;
  border-top: 1px solid #e1e5e2;
}

.uz-pin-sidebar.uz-state-collapsed .uz-sport-row > span:not(:first-child) {
  display: none;
}

.uz-pin-sidebar.uz-state-collapsed .uz-sport-row-icon {
  display: grid;
  place-items: center;
  width: 42px;
}

.uz-pin-sidebar.uz-state-collapsed .uz-sport-row-icon .uz-bl-aside-icon {
  width: 18px;
  height: 18px;
}

.uz-pin-sidebar.uz-state-collapsed .uz-sport-row:hover,
.uz-pin-sidebar.uz-state-collapsed .uz-sport-row:focus-visible {
  color: #238a43;
  background: #eef6ef;
}

.uz-right-sidebar.uz-state-collapsed {
  width: 42px;
  max-height: calc(100dvh - var(--header-height) - 24px);
  padding-bottom: 4px;
  gap: 5px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #101318;
  scrollbar-width: none;
}

.uz-right-sidebar.uz-state-collapsed::-webkit-scrollbar {
  display: none;
}

.uz-right-sidebar.uz-state-collapsed .uz-sport-side-toggle {
  width: 34px;
  min-height: 32px;
  margin-inline: 4px;
  color: #d7d9dc;
  background: #191c22;
  border: 0;
  border-radius: 5px;
  box-shadow: none;
}

.uz-right-sidebar.uz-state-collapsed .uz-right-sidebar-body {
  display: grid;
  justify-items: center;
  width: 100%;
  gap: 5px;
}

.uz-right-sidebar.uz-state-collapsed .uz-registration-card {
  display: grid;
  place-items: center;
  width: 100%;
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.uz-right-sidebar.uz-state-collapsed .uz-registration-card > :not(.uz-signup-button) {
  display: none;
}

.uz-right-sidebar.uz-state-collapsed .uz-registration-card .uz-signup-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  min-width: 34px;
  max-width: 34px;
  min-height: 100px;
  max-height: 100px;
  height: 100px;
  margin: 0;
  padding: 8px 0;
  overflow: hidden;
  color: #fff;
  background: #35a953;
  border: 0;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  transition: none;
}

.uz-right-sidebar.uz-state-collapsed .uz-bet-slip {
  display: block;
  width: 100%;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.uz-right-sidebar.uz-state-collapsed .uz-bet-slip-body {
  display: none;
}

.uz-right-sidebar.uz-state-collapsed .uz-bet-slip-tabs {
  display: grid;
  justify-items: center;
  grid-template-columns: 42px;
  background: transparent;
}

.uz-right-sidebar.uz-state-collapsed .uz-bet-slip-tabs a:not(:first-child) {
  display: none;
}

.uz-right-sidebar.uz-state-collapsed .uz-bet-slip-tabs a:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  min-height: 82px;
  height: 82px;
  margin-inline: 0;
  padding: 7px 0;
  color: #f1f2f3;
  background: #252930;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.uz-right-sidebar.uz-state-collapsed .uz-promo-coupon {
  display: grid;
  place-items: center;
  width: 42px;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.uz-right-sidebar.uz-state-collapsed .uz-promo-coupon .uz-coupon-body {
  display: none;
}

.uz-right-sidebar.uz-state-collapsed .uz-promo-coupon .uz-coupon-header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  min-height: 88px;
  height: 88px;
  flex-direction: column;
  margin-inline: 0;
  padding: 7px 0 6px;
  gap: 4px;
  color: #fff;
  background:
    linear-gradient(180deg, rgb(255 255 255 / 12%), transparent 32%),
    linear-gradient(155deg, #7f263b, #311a25 68%, #17161d);
  border: 1px solid rgb(233 88 116 / 48%);
  border-radius: 9px;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 14%),
    0 5px 12px rgb(0 0 0 / 32%),
    0 0 0 2px rgb(201 54 78 / 8%);
  font-size: 10px;
  line-height: 1;
}

.uz-right-sidebar.uz-state-collapsed .uz-promo-coupon .uz-coupon-header div {
  display: grid;
  place-items: center;
  min-height: 52px;
}

.uz-right-sidebar.uz-state-collapsed .uz-promo-coupon .uz-coupon-header strong {
  display: grid;
  place-items: center;
  width: 100%;
  font-size: 0;
  font-weight: 800;
  text-transform: uppercase;
}

.uz-right-sidebar.uz-state-collapsed .uz-promo-coupon .uz-coupon-header strong::after {
  content: "COUPON";
  display: block;
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-shadow: 0 1px 3px rgb(0 0 0 / 50%);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.uz-right-sidebar.uz-state-collapsed .uz-promo-coupon .uz-coupon-header small {
  display: none;
}

.uz-right-sidebar.uz-state-collapsed .uz-promo-coupon .uz-coupon-ticket-icon {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  color: #fff;
  filter: drop-shadow(0 0 4px rgb(233 88 116 / 55%));
  transform: none;
}

.uz-right-sidebar.uz-state-collapsed .uz-app-platforms {
  display: grid;
  justify-items: center;
  grid-template-columns: 42px;
  gap: 4px;
  overflow: visible;
  background: transparent;
  border-radius: 0;
}

.uz-right-sidebar.uz-state-collapsed .uz-app-platforms a,
.uz-right-sidebar.uz-state-collapsed .uz-app-platforms a:first-child {
  display: grid;
  place-items: center;
  width: 34px;
  min-height: 34px;
  height: 34px;
  margin-inline: 0;
  padding: 0;
  color: #fff;
  background: #252930;
  border-radius: 6px;
  font-size: 0;
}

.uz-right-sidebar.uz-state-collapsed .uz-app-platforms img {
  width: 18px;
  height: 18px;
  margin: 0;
}

.uz-content-slot-ribbon {
  width: 100%;
  margin: 18px 0 24px;
  padding: 7px 0;
  overflow: hidden;
  background: #101111;
  border-block: 1px solid rgb(126 27 44 / 62%);
  box-shadow: 0 8px 18px rgb(0 0 0 / 20%);
}

.uz-content-slot-track {
  display: flex;
  align-items: stretch;
  width: 100%;
  padding-inline: 6px;
  gap: 6px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline proximity;
  scrollbar-width: thin;
  scrollbar-color: #5e252e #151616;
}

.uz-content-slot-track[data-autoplay] {
  scroll-snap-type: none;
}

.uz-content-slot-card {
  display: grid;
  grid-template-rows: 64px 24px;
  flex: 0 0 112px;
  min-width: 0;
  overflow: hidden;
  color: #f5f5f5;
  background: #1b1b1c;
  border: 1px solid #343536;
  border-radius: 6px;
  box-shadow: 0 2px 7px rgb(0 0 0 / 30%);
  scroll-snap-align: start;
  transition: border-color 150ms ease, transform 150ms ease;
}

.uz-content-slot-card img {
  width: 100%;
  height: 64px;
  object-fit: cover;
}

.uz-content-slot-card span {
  display: block;
  min-width: 0;
  padding: 6px 7px 5px;
  overflow: hidden;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.uz-content-slot-card:hover,
.uz-content-slot-card:focus-visible {
  color: #fff;
  border-color: #c9364e;
  outline: none;
  transform: translateY(-1px);
}

@media (max-width: 620px) {
  .uz-content-slot-ribbon {
    width: calc(100% + 20px);
    margin: 14px -10px 20px;
  }

  .uz-content-slot-track {
    padding-inline: 10px;
  }
}

/* Topic-led editorial scenes inserted into long-form article sections. */
.uz-section-scene {
  position: relative;
  width: min(100%, 920px);
  aspect-ratio: 16 / 9;
  margin: 18px auto 22px;
  overflow: hidden;
  background: #071018;
  border: 1px solid rgb(201 54 78 / 48%);
  border-radius: 12px;
  box-shadow: 0 14px 30px rgb(0 0 0 / 30%);
}

.uz-section-scene img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.92) contrast(1.04);
}

.uz-section-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 66%, rgb(2 8 12 / 24%));
  box-shadow: inset 0 0 28px rgb(0 0 0 / 16%);
}

@media (min-width: 1040px) {
  .uz-section-scene-left { margin-left: 0; }
  .uz-section-scene-right { margin-right: 0; }
}

@media (max-width: 620px) {
  .uz-section-scene {
    width: calc(100% + 20px);
    margin: 14px -10px 18px;
    border-radius: 9px;
  }
}

/* Keep wide editorial tables usable on narrow screens. */
.uz-table-wrap,
.uz-table-scroll {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--accent) #151616;
}

.uz-table-wrap::-webkit-scrollbar,
.uz-table-scroll::-webkit-scrollbar {
  height: 10px;
}

.uz-table-wrap::-webkit-scrollbar-track,
.uz-table-scroll::-webkit-scrollbar-track {
  background: #151616;
  border-radius: 999px;
}

.uz-table-wrap::-webkit-scrollbar-thumb,
.uz-table-scroll::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #a82d40, var(--accent));
  border: 2px solid #151616;
  border-radius: 999px;
}

@media (max-width: 760px) {
  .uz-table-wrap,
  .uz-table-scroll {
    overflow-x: scroll;
  }

  .uz-table-wrap table,
  .uz-table-scroll table {
    width: 100%;
    min-width: 680px;
  }
}

/* Natural photography: no coloured wash or full-image darkening. */
.uz-hero::after,
.uz-editorial-media::after,
.uz-promo-banner-card::after,
.uz-promo-banner-card.uz-promo-copy-opposite::after,
.uz-platform-banner-card::after,
.uz-section-media::after,
.uz-section-scene::after {
  content: none;
  background: none;
  box-shadow: none;
  opacity: 0;
}

.uz-hero-img,
.uz-editorial-media img,
.uz-promo-banner-image,
.uz-platform-banner-image,
.uz-section-media img,
.uz-section-scene img,
.uz-section-visual,
.uz-payment-visual,
.uz-vip-program-visual {
  filter: none;
  opacity: 1;
  mix-blend-mode: normal;
}

/* Tablet and phone promo banners mirror the centred responsive hero copy. */
@media (max-width: 1024px) {
  .uz-promo-banner-card,
  .uz-promo-banner-card.uz-promo-copy-opposite {
    align-items: center;
    justify-content: center;
    height: clamp(320px, 48vw, 390px);
    min-height: 320px;
    max-height: none;
    padding: 18px;
  }

  .uz-promo-banner-image,
  .uz-promo-banner-card.uz-promo-img-right .uz-promo-banner-image {
    object-position: 76% center;
  }

  .uz-promo-banner-copy,
  .uz-promo-banner-card.uz-promo-copy-opposite .uz-promo-banner-copy {
    box-sizing: border-box;
    width: calc(100% - 20px);
    max-width: 680px;
    margin: auto;
    padding: 30px 12px;
    align-items: center;
    background: rgb(5 7 9 / 68%);
    border: 1px solid rgb(255 255 255 / 12%);
    border-radius: 14px;
    box-shadow: 0 12px 30px rgb(0 0 0 / 22%);
    text-align: center;
    text-shadow: 0 2px 8px rgb(0 0 0 / 86%);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .uz-promo-banner-kicker,
  .uz-promo-banner-title,
  .uz-promo-description {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .uz-promo-banner-card,
  .uz-promo-banner-card.uz-promo-copy-opposite {
    height: clamp(270px, 78vw, 330px);
    min-height: 270px;
    padding: 10px;
  }

  .uz-promo-banner-image,
  .uz-promo-banner-card.uz-promo-img-right .uz-promo-banner-image {
    object-position: 82% center;
  }

  .uz-promo-banner-copy,
  .uz-promo-banner-card.uz-promo-copy-opposite .uz-promo-banner-copy {
    width: calc(100% - 12px);
    max-width: none;
    padding: 30px 12px;
  }

  .uz-promo-banner-kicker {
    margin-bottom: 6px;
    font-size: 11px;
  }

  .uz-promo-banner-title {
    margin-bottom: 11px;
    font-size: clamp(18px, 5.6vw, 22px);
    line-height: 1.06;
  }
}

/* Larger circular Uzbekistan flag in the language control. */
.uz-language-switch {
  min-height: 48px;
  padding: 4px 12px 4px 5px;
  gap: 9px;
}

.uz-language-flag-uz {
  width: 25px;
  height: 25px;
  border-width: 1px;
  border-radius: 50%;
  background: #fff url("../img/betlabel/uzbekistan-flag-round.svg") center / cover no-repeat;
}

.uz-language-flag-uz::after {
  content: none;
}

@media (max-width: 900px) {
  .uz-language-switch {
    min-height: 42px;
    padding: 4px 9px 4px 4px;
    gap: 7px;
  }

  .uz-language-flag-uz {
    width: 25px;
    height: 25px;
  }
}

/* The betting table may scroll sideways, but vertical wheel input belongs to the page. */
.uz-live-betting-scroll {
  overscroll-behavior-x: contain;
  overscroll-behavior-y: auto;
}

@media (max-width: 900px) {
  .uz-live-betting-curtain {
    position: sticky;
    left: 0;
    width: 100%;
    min-width: 100%;
  }
}

/* Uzbekistan review cards: editorial ticket treatment, intentionally distinct from the donor. */
.uz-reviews-section {
  background:
    linear-gradient(115deg, rgb(201 54 78 / 9%), transparent 32%),
    linear-gradient(155deg, #221d1c, #121110 76%);
}

.uz-reviews-track {
  gap: 22px;
  padding-block: 10px 22px;
}

.uz-reviews-track > .uz-review-card {
  flex-basis: min(68%, 540px);
  min-height: 248px;
  padding: 0;
  background:
    linear-gradient(135deg, rgb(255 255 255 / 3%), transparent 46%),
    #1b1918;
  border: 1px solid rgb(255 255 255 / 10%);
  border-top: 3px solid var(--accent);
  border-radius: 14px 14px 5px 14px;
  box-shadow: 0 18px 40px rgb(4 2 2 / 38%);
}

.uz-reviews-track > .uz-review-card:nth-child(even) {
  border-top-color: var(--brand-green);
  border-radius: 14px 14px 14px 5px;
}

.uz-reviews-track > .uz-review-card::before {
  content: "“";
  top: 74px;
  right: 24px;
  color: var(--accent-bright);
  opacity: 0.3;
  font-size: 82px;
  font-weight: 700;
}

.uz-reviews-track > .uz-review-card:nth-child(even)::before {
  color: var(--brand-green-hover);
}

.uz-reviews-track > .uz-review-card::after {
  content: none;
}

.uz-reviews-section .uz-review-card p {
  display: flex;
  flex-direction: column;
  min-height: 245px;
}

.uz-review-author {
  order: -1;
  min-height: 68px;
  margin: 0;
  padding: 15px 104px 15px 70px;
  color: #f6f2ef;
  background: rgb(255 255 255 / 2.5%);
  border-top: 0;
  border-bottom: 1px solid rgb(255 255 255 / 8%);
  font-size: 12px;
  letter-spacing: 0.015em;
}

.uz-review-author::before {
  bottom: 13px;
  left: 18px;
  width: 40px;
  height: 40px;
  background: linear-gradient(145deg, #bf344d, #702334);
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 9px;
  box-shadow: none;
}

.uz-reviews-track > .uz-review-card:nth-child(even) .uz-review-author::before {
  background: linear-gradient(145deg, #50ba62, #216f35);
}

.uz-review-author::after {
  right: 20px;
  bottom: 26px;
  color: #f0c96b;
  text-shadow: none;
}

.uz-review-quote {
  display: flex;
  flex: 1;
  align-items: center;
  max-width: none;
  padding: 27px 62px 28px 28px;
  color: #e9e3de;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
}

@media (hover: hover) {
  .uz-reviews-track > .uz-review-card:hover {
    border-color: rgb(255 255 255 / 18%);
    border-top-color: var(--accent-bright);
    box-shadow: 0 22px 46px rgb(4 2 2 / 46%);
    transform: translateY(-3px);
  }

  .uz-reviews-track > .uz-review-card:nth-child(even):hover {
    border-top-color: var(--brand-green-hover);
  }
}

@media (max-width: 700px) {
  .uz-reviews-track > .uz-review-card {
    flex-basis: 88%;
    min-height: 280px;
  }

  .uz-review-author {
    padding-right: 18px;
    padding-bottom: 36px;
  }

  .uz-review-author::after {
    right: auto;
    bottom: 13px;
    left: 70px;
  }

  .uz-review-quote {
    align-items: flex-start;
    padding: 24px 44px 26px 22px;
    font-size: 14px;
  }
}

/* In-article sports image placed between the related paragraphs, not as a banner. */
.uz-article-inline-image {
  width: 100%;
  margin: 18px 0 20px;
  overflow: hidden;
  background: #080b10;
  border: 1px solid rgb(225 54 85 / 42%);
  border-radius: 12px;
  box-shadow: 0 12px 28px rgb(0 0 0 / 30%);
}

.uz-article-inline-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 5 / 2;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 700px) {
  .uz-article-inline-image {
    margin-block: 14px 16px;
    border-radius: 9px;
  }

  .uz-article-inline-image img {
    aspect-ratio: 16 / 7;
    object-position: 62% center;
  }
}

/* Keep the phone bettor and the handset visible in the narrow editorial crop. */
.uz-editorial-split[data-editorial-image="uz-home-live.webp"]
  .uz-inline-editorial-media img {
  object-position: 68% center;
}

/* Show the player actively planning the bonus calendar, not the empty table edge. */
.uz-editorial-split[data-editorial-image="uz-bonus-calendar.webp"]
  .uz-inline-editorial-media img {
  object-position: 28% center;
}

/* Balance the loyalty tiers with the player assessing them. */
.uz-editorial-split[data-editorial-image="uz-bonus-verdict.webp"]
  .uz-inline-editorial-media img {
  object-position: 34% center;
}

@media (prefers-reduced-motion: reduce) {
  .uz-reviews-track > .uz-review-card {
    transition: none;
  }
}


.uz-table-wrap,
.uz-table-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}

.uz-reviews-toggle {
  display: grid;
  width: 38px;
  height: 38px;
  margin: 0 0 8px auto;
  padding: 0;
  place-items: center;
  color: #f8f4f1;
  background: #302927;
  border: 1px solid rgb(255 255 255 / 13%);
  border-radius: 9px;
  cursor: pointer;
}

.uz-reviews-toggle:hover,
.uz-reviews-toggle:focus-visible {
  color: #fff;
  background: #3a302e;
  border-color: var(--accent-bright);
  outline: none;
}

/* Final app-button layout: Android left, iOS right, matching two-line copy. */
.uz-platform-banner-card {
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  grid-template-rows: 1fr;
  align-content: initial;
  align-items: center;
  justify-items: initial;
  gap: 20px;
}

.uz-platform-banner-card .uz-app-banner-center {
  display: block;
  grid-column: 2;
  grid-row: 1;
}

.uz-platform-banner-card .uz-app-banner-btn {
  grid-row: 1;
  width: min(100%, 260px);
  min-height: 58px;
  margin: 0;
  white-space: normal;
}

.uz-platform-banner-card .uz-app-banner-android {
  grid-column: 1;
  justify-self: start;
}

.uz-platform-banner-card .uz-app-banner-ios {
  grid-column: 3;
  justify-self: end;
}

.uz-platform-banner-card .uz-app-banner-btn span {
  display: grid;
  justify-items: center;
  gap: 2px;
  line-height: 1.05;
  text-align: center;
}

.uz-platform-banner-card .uz-app-banner-btn small,
.uz-platform-banner-card .uz-app-banner-btn strong {
  display: block;
  color: inherit;
  line-height: 1.05;
}

.uz-platform-banner-card .uz-app-banner-btn small {
  font-size: 10px;
  font-weight: 600;
}

.uz-platform-banner-card .uz-app-banner-btn strong {
  font-size: 13px;
  font-weight: 900;
}

.uz-app-banner-btn strong::before {
  content: none !important;
}

@media (max-width: 767px) {
  .uz-platform-banner-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: minmax(150px, 1fr) auto;
    align-content: stretch;
    padding: 18px 12px 12px;
    gap: 10px;
  }

  .uz-platform-banner-card .uz-app-banner-center {
    display: block;
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .uz-platform-banner-card .uz-app-banner-btn {
    grid-row: 2;
    justify-self: stretch;
    width: 100%;
    min-height: 56px;
  }

  .uz-platform-banner-card .uz-app-banner-android {
    grid-column: 1;
  }

  .uz-platform-banner-card .uz-app-banner-ios {
    grid-column: 2;
  }

  .uz-platform-banner-card .uz-app-banner-btn small {
    font-size: 9px;
  }

  .uz-platform-banner-card .uz-app-banner-btn strong {
    font-size: 11px;
  }
}

/* Every green application CTA uses the same icon + two-line component. */
.uz-section-actions .uz-app-download-btn {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 24px;
  width: min(100%, 260px);
  min-height: 58px;
  padding: 9px 15px;
  gap: 10px;
  text-transform: none;
  white-space: normal;
}

.uz-section-actions .uz-app-download-btn span {
  display: grid;
  justify-items: center;
  gap: 2px;
  min-width: 0;
  line-height: 1.05;
  text-align: center;
}

.uz-section-actions .uz-app-download-btn small,
.uz-section-actions .uz-app-download-btn strong {
  display: block;
  color: inherit;
  line-height: 1.05;
}

.uz-section-actions .uz-app-download-btn small {
  font-size: 10px;
  font-weight: 600;
}

.uz-section-actions .uz-app-download-btn strong {
  font-size: 13px;
  font-weight: 900;
}

.uz-app-banner-btn strong::before,
.uz-app-download-btn strong::before {
  content: none !important;
}

@media (max-width: 767px) {
  .uz-section-actions .uz-app-download-btn {
    grid-template-columns: 22px minmax(0, 1fr) 22px;
    width: 100%;
    min-height: 56px;
    padding: 8px 10px;
    gap: 7px;
  }

  .uz-section-actions .uz-app-download-btn small {
    font-size: 9px;
  }

  .uz-section-actions .uz-app-download-btn strong {
    font-size: 11px;
  }
}

/* Editorial side media: generated for Uzbekistan long-form sections. */
.uz-editorial-split{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(220px,.85fr);align-items:stretch;gap:clamp(12px,2vw,28px);min-height:260px;overflow:hidden;border-radius:14px;background:linear-gradient(110deg,rgba(7,20,34,.08),rgba(10,35,57,.14))}
.uz-editorial-split-left{grid-template-columns:minmax(220px,.85fr) minmax(0,1.65fr)}
.uz-editorial-copy{position:relative;z-index:2;align-self:center;min-width:0;padding:clamp(4px,1vw,12px)}
.uz-inline-editorial-media{position:relative;min-width:0;min-height:100%;margin:0;overflow:hidden;box-shadow:0 20px 44px rgb(0 0 0 / 68%),0 0 28px rgb(225 53 84 / 34%);filter:drop-shadow(0 16px 24px rgb(0 0 0 / 56%)) drop-shadow(0 0 18px rgb(225 53 84 / 28%))}
.uz-inline-editorial-media img{display:block;width:100%;height:100%;min-height:260px;object-fit:cover;object-position:center;filter:saturate(.9) contrast(1.03)}
.uz-editorial-split-right .uz-inline-editorial-media{-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 22%,#000 100%);mask-image:linear-gradient(90deg,transparent 0,#000 22%,#000 100%);margin-left:clamp(-28px,-2vw,-12px)}
.uz-editorial-split-left .uz-inline-editorial-media{-webkit-mask-image:linear-gradient(270deg,transparent 0,#000 22%,#000 100%);mask-image:linear-gradient(270deg,transparent 0,#000 22%,#000 100%);margin-right:clamp(-28px,-2vw,-12px)}
.uz-editorial-focus-right .uz-inline-editorial-media img{object-position:82% center}
.uz-editorial-focus-left .uz-inline-editorial-media img{object-position:18% center}
.uz-editorial-split[data-editorial-image="uz-casino-verdict.webp"] .uz-inline-editorial-media img{object-position:38% center}
.uz-editorial-split[data-editorial-image="uz-bonus-regional-comparison.webp"] .uz-inline-editorial-media img{object-position:50% center}
.uz-editorial-split[data-editorial-image="uz-home-live-betting.webp"] .uz-inline-editorial-media{border:0}
@media(min-width:761px){.uz-page-shell:not(.is-left-sidebar-collapsed):not(.is-right-sidebar-collapsed) .uz-editorial-split[data-editorial-image="uz-home-live-betting.webp"] .uz-inline-editorial-media{align-self:center;height:clamp(520px,48vw,650px);min-height:0;margin-right:0;border:0;border-radius:12px;box-shadow:0 24px 52px rgb(0 0 0 / 72%),0 0 34px rgb(225 53 84 / 34%);-webkit-mask-image:linear-gradient(270deg,transparent 0,#000 22%,#000 100%);mask-image:linear-gradient(270deg,transparent 0,#000 22%,#000 100%)}.uz-page-shell:not(.is-left-sidebar-collapsed):not(.is-right-sidebar-collapsed) .uz-editorial-split[data-editorial-image="uz-home-live-betting.webp"] .uz-inline-editorial-media img{content:url("../img/betlabel/editorial/section-scenes/uz-home-live-betting-side.jpg");min-height:0;object-position:56% center;filter:saturate(.96) contrast(1.02) brightness(1.06)}}
@media(min-width:761px){.uz-page-shell:not(.is-left-sidebar-collapsed):not(.is-right-sidebar-collapsed) .uz-editorial-split[data-editorial-image="uz-app-troubleshooting-side.jpg"] .uz-inline-editorial-media{align-self:center;height:clamp(520px,48vw,650px);min-height:0;margin-left:0;border-radius:12px}.uz-page-shell:not(.is-left-sidebar-collapsed):not(.is-right-sidebar-collapsed) .uz-editorial-split[data-editorial-image="uz-app-troubleshooting-side.jpg"] .uz-inline-editorial-media img{min-height:0;object-position:58% center}}
@media(max-width:760px){.uz-editorial-split[data-editorial-image="uz-app-troubleshooting-side.jpg"] .uz-inline-editorial-media img{object-position:center 40%}}
.uz-editorial-wide{display:flex;flex-direction:column;gap:clamp(14px,2vw,24px);min-height:0;background:transparent}
.uz-editorial-wide .uz-inline-editorial-media{width:100%;height:clamp(260px,34vw,440px);min-height:0;border-radius:12px;-webkit-mask-image:linear-gradient(180deg,#000 0,#000 78%,transparent 100%);mask-image:linear-gradient(180deg,#000 0,#000 78%,transparent 100%)}
.uz-editorial-wide .uz-inline-editorial-media img{width:100%;height:100%;min-height:0;object-fit:cover;object-position:center}
.uz-page-shell.is-left-sidebar-collapsed.is-right-sidebar-collapsed .uz-editorial-split{display:flex;flex-direction:column;gap:clamp(14px,2vw,24px);min-height:0;background:transparent}
.uz-page-shell.is-left-sidebar-collapsed.is-right-sidebar-collapsed .uz-editorial-split .uz-inline-editorial-media{order:-1;width:100%;height:clamp(320px,38vw,540px);min-height:0;margin:0;border-radius:12px;-webkit-mask-image:linear-gradient(180deg,#000 0,#000 82%,transparent 100%);mask-image:linear-gradient(180deg,#000 0,#000 82%,transparent 100%)}
.uz-page-shell.is-left-sidebar-collapsed.is-right-sidebar-collapsed .uz-editorial-split .uz-inline-editorial-media img{width:100%;height:100%;min-height:0;object-fit:cover;object-position:center}
.uz-page-shell.is-left-sidebar-collapsed.is-right-sidebar-collapsed .uz-editorial-split .uz-editorial-copy{order:1;width:100%}
@media(max-width:760px){.uz-editorial-split,.uz-editorial-split-left{display:flex;flex-direction:column;gap:8px;min-height:0}.uz-editorial-split .uz-inline-editorial-media{order:-1}.uz-editorial-split .uz-editorial-copy{order:1}.uz-inline-editorial-media{height:clamp(190px,58vw,260px);min-height:0;margin:0!important;-webkit-mask-image:linear-gradient(180deg,#000 0,#000 78%,transparent 100%)!important;mask-image:linear-gradient(180deg,#000 0,#000 78%,transparent 100%)!important;filter:drop-shadow(0 9px 14px rgb(0 0 0 / 42%)) drop-shadow(0 0 10px rgb(215 43 76 / 12%))}.uz-inline-editorial-media img{min-height:0;height:100%;object-position:center}.uz-editorial-copy{padding:0}}

/* Uzbekistan red-and-white surface refresh. Brand logo and green actions stay intact. */
:root {
  --theme-blue: #d62949;
  --theme-blue-bright: #ff6f86;
  --theme-blue-deep: #11070a;
  --theme-blue-border: rgb(225 45 76 / 48%);
  --page-bg: #11070a;
  --header-bg: #18090d;
  --panel-bg: #211014;
  --panel-soft: #2c151b;
  --heading-bg: #fff7f8;
  --control-bg: #190b0f;
  --light-bg: #fff8f8;
  --white: #fff;
  --text: #fffafa;
  --muted: #d9c7cb;
  --dark-text: #25090f;
  --accent: #d62949;
  --accent-hover: #ed3f5d;
  --accent-soft: #f3a6b4;
  --accent-bright: #ff617b;
  --accent-highlight: #ff93a5;
  --accent-pale: #ffe2e7;
  --signal-blue: #c6203e;
  --signal-blue-hover: #eb4964;
  --signal-blue-soft: #ffd2da;
  --line: #742536;
  --shadow: 0 20px 46px rgb(44 2 12 / 42%);
}

html,
body {
  background-color: #000;
}

body {
  background-image: none;
  background-attachment: scroll;
}

.uz-topbar {
  background-color: rgb(22 7 11 / 97%);
  background-image: linear-gradient(90deg, rgb(31 9 15 / 98%), rgb(15 6 9 / 97%));
  border-bottom-color: rgb(230 55 86 / 58%);
  box-shadow:
    0 12px 34px rgb(36 2 10 / 58%),
    inset 0 -1px 0 rgb(255 255 255 / 8%);
}

.uz-nav-links a:hover,
.uz-nav-links .uz-state-active {
  color: #fff;
  background: rgb(214 41 73 / 18%);
  border-color: rgb(241 75 104 / 54%);
}

.uz-nav-links .uz-state-active::after {
  background: linear-gradient(90deg, #fff, var(--accent-bright), var(--accent));
  box-shadow: 0 0 14px rgb(226 48 79 / 58%);
}

.uz-tool-button,
.uz-language-switch,
.uz-ghost,
.uz-reviews-toggle {
  color: #fff;
  background: linear-gradient(145deg, #34141c, #17090d);
  border-color: rgb(255 255 255 / 15%);
}

.uz-language-switch:hover,
.uz-language-switch:focus-visible,
.uz-ghost:hover,
.uz-reviews-toggle:hover,
.uz-reviews-toggle:focus-visible {
  background: #441522;
  border-color: rgb(247 79 108 / 72%);
}

.uz-page-progress::before {
  background: #240c12;
  border-top-color: rgb(255 255 255 / 8%);
}

.uz-page-progress-fill {
  background: linear-gradient(90deg, #fff, var(--accent-bright), var(--accent));
  box-shadow: 0 0 13px rgb(222 48 79 / 54%);
}

.uz-race-progress::before {
  background:
    repeating-linear-gradient(90deg, transparent 0 28px, rgb(255 247 249 / 82%) 28px 48px, transparent 48px 76px) center / auto 2px no-repeat,
    linear-gradient(90deg, rgb(255 157 174 / 82%) 0 var(--page-progress), transparent var(--page-progress) 100%),
    linear-gradient(180deg, #8d2b3d 0 2px, #210a0f 2px 14px, #731f31 14px 16px);
  box-shadow: 0 3px 12px rgb(41 2 10 / 78%);
}

.uz-slots-carousel-card,
.uz-content-slot-card,
.uz-slot-library-card {
  background: #260f15;
  border-color: rgb(232 63 93 / 34%);
}

.uz-slots-carousel-name {
  color: #fff;
  background: linear-gradient(180deg, #35131c, #19090d);
}

.uz-pin-side-nav,
.uz-sport-side-toggle,
.uz-app-platforms,
.uz-registration-card,
.uz-bet-slip,
.uz-promo-coupon,
.uz-scratch-card {
  border-color: rgb(224 50 81 / 48%);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 7%),
    0 16px 36px rgb(43 2 11 / 44%);
}

.uz-pin-side-nav,
.uz-sport-side-toggle,
.uz-app-platforms {
  background: linear-gradient(155deg, #32131b, #16080c 76%);
}

.uz-registration-card,
.uz-bet-slip {
  background: linear-gradient(155deg, #2b1218, #13070a 78%);
}

.uz-sports-quick-row,
.uz-top-game-header,
.uz-sports-catalog-header,
.uz-sports-tabs,
.uz-phone-method,
.uz-bet-slip-tabs,
.uz-signup-promo {
  background-color: #2d1219;
}

.uz-sports-quick-row:hover,
.uz-sports-quick-row.uz-state-open {
  background: #451724;
  border-color: rgb(239 71 101 / 62%);
}

.uz-pin-section,
.uz-content-section,
.uz-reviews-section,
.uz-home-app-banner,
.uz-bonus-banner-section,
.uz-bonus-final-cta {
  background:
    radial-gradient(circle at 100% 0%, rgb(225 45 76 / 14%), transparent 28rem),
    radial-gradient(circle at 12% 100%, rgb(255 255 255 / 3%), transparent 22rem),
    linear-gradient(150deg, #2a1117, #14080b 78%);
  border-color: rgb(224 55 86 / 44%);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 7%),
    0 20px 48px rgb(43 2 11 / 40%);
}

.uz-pin-section h2,
.uz-content-section h2,
.uz-reviews-section > h2 {
  color: #6e1325;
  background:
    linear-gradient(90deg, #fff, #fff5f7 72%, #f7dce2),
    #fff;
  border-color: rgb(255 255 255 / 72%);
  box-shadow:
    inset 4px 0 0 var(--accent),
    0 8px 22px rgb(48 2 12 / 24%);
}

.uz-pin-section h2::before,
.uz-content-section h2::before,
.uz-reviews-section > h2::before {
  background: linear-gradient(180deg, var(--accent-bright), var(--accent));
  box-shadow: 0 0 12px rgb(214 41 73 / 36%);
}

.uz-pin-section h3,
.uz-content-section h3,
.uz-pin-section h4,
.uz-content-section h4 {
  color: #fff;
}

.uz-pin-section p,
.uz-content-section p,
.uz-pin-section li,
.uz-content-section li {
  color: #f3e8eb;
}

.uz-content-section > ul > li,
.uz-content-section > ol > li,
.uz-content-section .uz-article-source-block > ul > li,
.uz-content-section .uz-article-source-block > ol > li,
.uz-article-source-block > ul[data-source-list] > li,
.uz-article-source-block > ol[data-source-list] > li {
  background:
    linear-gradient(105deg, rgb(220 45 77 / 10%), transparent 62%),
    rgb(20 6 10 / 72%);
  border-color: rgb(242 91 116 / 22%);
}

.uz-faq-item {
  background: linear-gradient(145deg, #30131b, #14080b);
  border-color: rgb(224 55 86 / 42%);
}

.uz-faq-item[open] {
  border-color: rgb(255 100 126 / 66%);
  box-shadow: inset 3px 0 0 var(--accent-bright);
}

.uz-hero,
.uz-promo-banner-card,
.uz-platform-banner-card,
.uz-live-betting,
.uz-review-card,
.uz-table-wrap,
.uz-table-scroll {
  border-color: rgb(225 54 85 / 58%);
  box-shadow: 0 22px 54px rgb(46 2 12 / 52%);
}

.uz-hero {
  border-top-color: rgb(255 105 130 / 72%);
}

.uz-live-betting-head,
.uz-betting-nav,
.uz-live-betting-curtain {
  background-color: #240d14;
  border-color: rgb(226 53 84 / 52%);
}

.uz-table-wrap thead,
.uz-table-scroll thead,
.uz-content-section thead {
  color: #fff;
  background: linear-gradient(90deg, #8f1830, #5e1021);
}

/* Review carousel controls remain explicit even when autoplay is paused. */
.uz-reviews-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 10px;
  gap: 8px;
}

.uz-reviews-controls .uz-reviews-control,
.uz-reviews-controls .uz-reviews-toggle {
  display: grid;
  width: 40px;
  height: 40px;
  min-height: 40px;
  margin: 0;
  padding: 0;
  place-items: center;
  color: #fff;
  background: var(--brand-green);
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 9px;
  box-shadow: 0 8px 18px rgb(3 42 14 / 34%);
  cursor: pointer;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  transition: background-color 180ms ease, transform 180ms ease;
}

.uz-reviews-controls .uz-reviews-toggle {
  font-size: 14px;
}

.uz-reviews-controls .uz-reviews-control:hover,
.uz-reviews-controls .uz-reviews-toggle:hover,
.uz-reviews-controls .uz-reviews-control:focus-visible,
.uz-reviews-controls .uz-reviews-toggle:focus-visible {
  color: #fff;
  background: var(--brand-green-hover);
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.uz-reviews-controls .uz-reviews-control:active,
.uz-reviews-controls .uz-reviews-toggle:active {
  transform: translateY(1px) scale(.98);
}

.uz-table-wrap tbody tr:nth-child(even),
.uz-table-scroll tbody tr:nth-child(even),
.uz-content-section tbody tr:nth-child(even) {
  background: rgb(214 41 73 / 8%);
}

.uz-bonus-terms-section {
  border-top-color: rgb(255 92 119 / 76%) !important;
  background:
    radial-gradient(circle at 94% 4%, rgb(220 41 74 / 20%), transparent 34%),
    linear-gradient(145deg, rgb(43 16 23 / 98%), rgb(19 8 11 / 98%)) !important;
}

.uz-bonus-term-chapter {
  --chapter-line: rgb(237 78 106 / 30%);
}

.uz-bonus-term-chapter::before {
  color: #fff;
  background: linear-gradient(145deg, rgb(185 31 59 / 72%), rgb(63 12 23 / 88%));
  border-color: rgb(255 111 134 / 68%);
  box-shadow: 0 0 0 5px rgb(220 41 74 / 9%), 0 10px 24px rgb(52 2 13 / 30%);
}

.uz-bonus-term-chapter > h3::after {
  background: linear-gradient(90deg, var(--accent-bright), rgb(255 97 123 / 0%));
}

.uz-footer {
  background:
    radial-gradient(circle at 50% 0%, rgb(220 41 74 / 16%), transparent 32rem),
    #0e0508;
  border-top-color: rgb(225 53 84 / 68%);
}

.uz-footer-columns,
.uz-footer-notice,
.uz-footer-legal-row,
.uz-footer-payments {
  background:
    radial-gradient(circle at 0 0, rgb(220 41 74 / 10%), transparent 25rem),
    #19090e;
  border-color: rgb(236 76 103 / 25%);
}

.uz-editorial-split {
  background: linear-gradient(110deg, rgb(80 15 29 / 18%), rgb(27 8 13 / 34%));
}

/* Preserve the established green action contract. */
.uz-skip,
.uz-hot,
.uz-registration-card .uz-signup-button,
.uz-bet-slip .uz-signup-button,
.uz-promo-banner-cta,
.uz-section-bonus-cta,
.uz-section-cta-link,
.uz-app-banner-btn,
.uz-app-download-btn,
.uz-cookie button,
.uz-scroll-top,
.uz-slot-library-play,
.uz-slots-carousel-play {
  color: #fff;
  background: linear-gradient(145deg, var(--brand-green-hover), var(--brand-green));
  border-color: rgb(143 228 91 / 48%);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 24%),
    0 8px 22px rgb(20 100 37 / 30%);
}

.uz-hot:hover,
.uz-registration-card .uz-signup-button:hover,
.uz-bet-slip .uz-signup-button:hover,
.uz-promo-banner-cta:hover,
.uz-section-bonus-cta:hover,
.uz-section-cta-link:hover,
.uz-app-banner-btn:hover,
.uz-app-download-btn:hover,
.uz-cookie button:hover,
.uz-scroll-top:hover {
  background: linear-gradient(145deg, #64d878, var(--brand-green-hover));
  border-color: rgb(178 244 133 / 68%);
}

@media (max-width: 900px) {
  body .uz-hero-copy {
    background: rgb(25 7 12 / 88%);
    border-color: rgb(239 74 103 / 62%);
    box-shadow:
      0 18px 44px rgb(44 2 11 / 58%),
      inset 0 1px 0 rgb(255 255 255 / 9%);
  }

}

/* Explicit visual contracts for classes emitted by the Uzbekistan scripts. */
.uz-hero-description {
  max-width: 62ch;
  color: #f0f1f2;
  line-height: 1.45;
}

.uz-slots-carousel-viewport {
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.uz-slots-carousel-toggle {
  display: none;
}

.uz-top-game-affiliate-link {
  position: absolute;
  z-index: 5;
  inset: 0;
  border-radius: 0 0 9px 9px;
}

.uz-top-game-affiliate-link::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  border: 2px solid transparent;
  border-radius: inherit;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.uz-top-game-affiliate-link:hover::after,
.uz-top-game-affiliate-link:focus-visible::after {
  border-color: var(--accent);
  background: rgb(201 54 78 / 4%);
  box-shadow:
    inset 0 0 16px rgb(201 54 78 / 14%),
    0 0 0 2px rgb(201 54 78 / 22%);
}

.uz-responsible-media-logo {
  position: absolute;
  top: clamp(12px, 2.4vw, 24px);
  right: auto;
  bottom: auto;
  left: clamp(12px, 2.4vw, 28px);
  width: clamp(116px, 18vw, 190px);
  height: auto;
  padding: 8px 12px;
  background: rgb(18 5 9 / 82%);
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 9px;
  box-shadow: 0 8px 24px rgb(0 0 0 / 38%);
}

.uz-reviews-toggle-icon {
  display: block;
  min-width: 1em;
  color: currentcolor;
  font: inherit;
  line-height: 1;
  text-align: center;
}

/* Keep the prize reel typography from inheriting the small value-label rule. */
.uz-mega-prize-value .uz-mega-prize-counter {
  max-width: none;
  font-size: clamp(42px, 5vw, 62px);
  font-weight: 1000;
  line-height: 1;
  text-align: center;
}

.uz-mega-prize-value .uz-mega-prize-counter > span,
.uz-mega-prize-value .uz-prize-digit,
.uz-mega-prize-value .uz-prize-digit-track,
.uz-mega-prize-value .uz-prize-digit-track i {
  max-width: none;
  font-size: inherit;
  line-height: 1;
  text-align: center;
}

/* Keep the prize headline readable even when gradient text clipping fails. */
.uz-mega-prize .uz-mega-prize-ticket h2 {
  background: none;
  color: #fff;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke: 1px rgb(255 111 134 / 88%);
  text-shadow:
    0 4px 0 #8c1730,
    0 10px 26px rgb(0 0 0 / 78%);
  filter: none;
}

/* Bonus and app banners are standalone flow sections, never text-section children. */
.uz-standalone-banner-section {
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  margin: 0 0 clamp(18px, 2.4vw, 30px);
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
}

.uz-standalone-banner-section > .uz-promo-banner-card,
.uz-standalone-banner-section > .uz-platform-banner-card {
  width: 100%;
  max-width: none;
  margin: 0;
}

/* The primary slots carousel belongs to the centre main column. */
.uz-pin-content > .uz-contained-slots-carousel {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  margin: 0 0 10px;
  overflow: hidden;
  border: 1px solid rgb(226 53 84 / 34%);
  border-radius: 10px;
  box-shadow: 0 8px 22px rgb(0 0 0 / 22%);
}

.uz-contained-slots-carousel .uz-slots-carousel-shell {
  width: 100%;
  max-width: none;
  padding: 7px 8px;
}

/* Keep the hockey player visible in the narrow casino licence split. */
.uz-editorial-split[data-editorial-image="uz-casino-slots.webp"]
  .uz-inline-editorial-media img {
  object-position: 30% center !important;
}

/* Compact review rail: the source copy, controls and cards share the full main column. */
.uz-content-section.uz-reviews-section {
  padding: 22px;
  overflow: hidden;
}

.uz-reviews-section > .uz-article-source-block {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
}

.uz-reviews-section > .uz-article-source-block > p:first-child {
  max-width: 72ch;
  margin: 0 0 12px;
  color: #eadde0;
  font-size: 13px;
  line-height: 1.5;
}

.uz-reviews-section .uz-reviews-controls {
  width: 100%;
  margin: 0 0 8px;
  gap: 6px;
}

.uz-reviews-section .uz-reviews-controls .uz-reviews-control,
.uz-reviews-section .uz-reviews-controls .uz-reviews-toggle {
  width: 34px;
  height: 34px;
  min-height: 34px;
  border-radius: 8px;
  font-size: 20px;
}

.uz-reviews-section .uz-reviews-controls .uz-reviews-toggle {
  font-size: 12px;
}

.uz-reviews-section .uz-reviews-track {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  gap: 14px;
  margin: 0;
  padding: 4px 2px 8px;
  scrollbar-width: none;
}

.uz-reviews-section .uz-reviews-track::-webkit-scrollbar {
  display: none;
}

.uz-reviews-section .uz-reviews-track > .uz-review-card {
  display: flex;
  flex: 0 0 calc((100% - 14px) / 2);
  min-height: 0;
  padding: 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgb(255 255 255 / 3%), transparent 48%),
    linear-gradient(155deg, #241116, #12090c 76%);
  border: 1px solid rgb(225 54 85 / 38%);
  border-top: 2px solid var(--accent);
  border-radius: 12px;
  box-shadow: 0 10px 24px rgb(4 2 2 / 30%);
}

.uz-reviews-section .uz-reviews-track > .uz-review-card:nth-child(even) {
  border-top-color: var(--brand-green);
  border-radius: 12px;
}

.uz-reviews-section .uz-reviews-track > .uz-review-card::before {
  top: auto;
  right: 16px;
  bottom: -18px;
  color: var(--accent-bright);
  opacity: .11;
  font-size: 92px;
}

.uz-reviews-section .uz-review-stars {
  display: none;
}

.uz-reviews-section .uz-review-card p.uz-review-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 0;
  height: auto;
  margin: 0;
  padding: 0;
}

.uz-reviews-section .uz-review-body > .uz-review-author {
  order: -1;
  min-height: 56px;
  margin: 0;
  padding: 11px 96px 11px 58px;
  background: rgb(255 255 255 / 2.5%);
  border: 0;
  border-bottom: 1px solid rgb(255 255 255 / 8%);
}

.uz-reviews-section .uz-review-body > .uz-review-author::before {
  bottom: 10px;
  left: 14px;
  width: 34px;
  height: 34px;
}

.uz-reviews-section .uz-review-body > .uz-review-author::after {
  right: 14px;
  bottom: 21px;
  font-size: 10px;
}

.uz-reviews-section .uz-review-body > .uz-review-quote {
  display: block;
  flex: 1;
  min-height: 0;
  max-width: none;
  padding: 16px 42px 18px 18px;
  color: #f0e7e9;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
}

@media (max-width: 700px) {
  .uz-content-section.uz-reviews-section {
    padding: 16px;
  }

  .uz-reviews-section .uz-reviews-track > .uz-review-card {
    flex-basis: 88%;
    min-height: 0;
  }

  .uz-reviews-section .uz-review-body > .uz-review-author {
    padding: 11px 14px 34px 58px;
  }

  .uz-reviews-section .uz-review-body > .uz-review-author::after {
    right: auto;
    bottom: 10px;
    left: 58px;
  }

  .uz-reviews-section .uz-review-body > .uz-review-quote {
    padding: 15px 32px 17px 16px;
    font-size: 13px;
  }
}
/* Responsible-gaming resources required for every localized footer. */
.uz-rg-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
}

.uz-rg-links a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.uz-rg-links a:hover,
.uz-rg-links a:focus-visible {
  border-color: #21c55d;
  background: rgba(33, 197, 93, 0.16);
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .uz-rg-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 420px) {
  .uz-rg-links { grid-template-columns: 1fr; }
}

/* Review folio: compact, legible testimonial rail shared by sportsbook and casino. */
.uz-content-section.uz-reviews-section {
  position: relative;
  isolation: isolate;
  padding: clamp(18px, 2.2vw, 28px);
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 8%, rgb(214 41 73 / 17%), transparent 30%),
    linear-gradient(145deg, #2a0d15 0%, #16090d 58%, #10070a 100%);
  border: 1px solid rgb(239 65 96 / 52%);
  border-radius: 16px;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 6%),
    0 24px 54px rgb(25 0 7 / 36%);
}

.uz-content-section.uz-reviews-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -70px;
  bottom: -100px;
  width: 260px;
  height: 260px;
  background: repeating-radial-gradient(
    circle,
    rgb(255 255 255 / 5%) 0 1px,
    transparent 1px 13px
  );
  opacity: .45;
  pointer-events: none;
}

.uz-reviews-section > h2 {
  margin-bottom: 16px;
}

.uz-reviews-section > .uz-article-source-block > p:first-child {
  max-width: 68ch;
  margin: 0 0 6px;
  color: #e7cfd5;
  font-size: 14px;
  line-height: 1.6;
}

.uz-reviews-section .uz-reviews-controls {
  margin: 0 0 12px;
  gap: 8px;
}

.uz-reviews-section .uz-reviews-controls .uz-reviews-control,
.uz-reviews-section .uz-reviews-controls .uz-reviews-toggle {
  width: 40px;
  height: 40px;
  min-height: 40px;
  color: #fff4f6;
  background: linear-gradient(145deg, #3b1420, #210c12);
  border: 1px solid rgb(255 116 141 / 38%);
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 7%);
}

.uz-reviews-section .uz-reviews-controls .uz-reviews-control:hover,
.uz-reviews-section .uz-reviews-controls .uz-reviews-toggle:hover,
.uz-reviews-section .uz-reviews-controls .uz-reviews-control:focus-visible,
.uz-reviews-section .uz-reviews-controls .uz-reviews-toggle:focus-visible {
  color: #fff;
  background: linear-gradient(145deg, #e43a5a, #a51e39);
  border-color: #ff9aad;
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.uz-reviews-section .uz-reviews-track {
  align-items: stretch;
  gap: 16px;
  padding: 4px 2px 12px;
  scroll-padding-inline: 2px;
  touch-action: pan-x;
}

.uz-reviews-section .uz-reviews-track > .uz-review-card {
  flex: 0 0 calc((100% - 16px) / 2);
  min-height: 260px;
  color: #fff;
  background:
    linear-gradient(135deg, rgb(255 255 255 / 4%), transparent 45%),
    linear-gradient(155deg, #30121b, #160a0e 78%);
  border: 1px solid rgb(242 81 111 / 42%);
  border-top: 3px solid #f04a69;
  border-radius: 14px;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 5%),
    0 14px 32px rgb(8 1 3 / 38%);
}

.uz-reviews-section .uz-reviews-track > .uz-review-card:nth-child(even) {
  border-color: rgb(72 197 91 / 34%);
  border-top-color: var(--brand-green);
}

.uz-reviews-section .uz-review-card p.uz-review-body {
  color: #f3e9ec;
}

.uz-reviews-section .uz-review-body > .uz-review-author {
  min-height: 66px;
  padding: 13px 112px 13px 64px;
  color: #fff7f8;
  background: linear-gradient(90deg, rgb(255 255 255 / 5%), transparent);
  border-bottom: 1px solid rgb(255 255 255 / 9%);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.uz-reviews-section .uz-review-body > .uz-review-author::before {
  bottom: 13px;
  left: 15px;
  width: 38px;
  height: 38px;
  color: #fff;
  background: linear-gradient(145deg, #ec4665, #8e1931);
  border: 1px solid rgb(255 197 207 / 38%);
  border-radius: 50%;
  box-shadow: 0 7px 16px rgb(9 1 3 / 32%);
}

.uz-reviews-section .uz-reviews-track > .uz-review-card:nth-child(even)
  .uz-review-author::before {
  background: linear-gradient(145deg, #5bd06c, #227238);
  border-color: rgb(199 255 208 / 34%);
}

.uz-reviews-section .uz-review-body > .uz-review-author::after {
  right: 16px;
  bottom: 25px;
  color: #ffd66f;
  font-size: 11px;
  letter-spacing: .1em;
  text-shadow: 0 0 12px rgb(255 214 111 / 18%);
}

.uz-reviews-section .uz-review-body > .uz-review-quote {
  padding: 22px 48px 24px 22px;
  color: #f0e5e8;
  font-size: 14px;
  font-weight: 520;
  line-height: 1.65;
}

.uz-reviews-section .uz-reviews-track > .uz-review-card::before {
  right: 18px;
  bottom: -10px;
  color: #ff6683;
  opacity: .16;
  font-size: 96px;
}

@media (max-width: 700px) {
  .uz-content-section.uz-reviews-section {
    padding: 16px;
    border-radius: 14px;
  }

  .uz-reviews-section > h2 {
    margin-bottom: 14px;
  }

  .uz-reviews-section .uz-reviews-controls {
    justify-content: flex-start;
    margin-top: 10px;
  }

  .uz-reviews-section .uz-reviews-track > .uz-review-card {
    flex-basis: 86%;
    min-height: 300px;
  }

  .uz-reviews-section .uz-review-body > .uz-review-author {
    min-height: 82px;
    padding: 13px 14px 36px 62px;
  }

  .uz-reviews-section .uz-review-body > .uz-review-author::after {
    right: auto;
    bottom: 12px;
    left: 62px;
  }

  .uz-reviews-section .uz-review-body > .uz-review-quote {
    padding: 19px 36px 22px 18px;
    font-size: 13px;
    line-height: 1.6;
  }
}

/* Uzbekistan flag theme: blue surfaces, white typography, green actions. */
:root {
  --theme-blue: #0099b5;
  --theme-blue-bright: #22bdd4;
  --theme-blue-deep: #031a25;
  --theme-blue-border: rgb(34 189 212 / 42%);
  --page-bg: #031a25;
  --header-bg: #041f2b;
  --panel-bg: #082b38;
  --panel-soft: #0d3745;
  --heading-bg: #f4fcfd;
  --control-bg: #062530;
  --light-bg: #f7fdfd;
  --white: #fff;
  --text: #f4fbfc;
  --muted: #b8d3d9;
  --dark-text: #043244;
  --accent: #0099b5;
  --accent-hover: #19b4cb;
  --accent-soft: #83d5e1;
  --accent-bright: #31c3d7;
  --accent-highlight: #72deeb;
  --accent-pale: #d9f7fa;
  --signal-blue: #0099b5;
  --signal-blue-hover: #22bdd4;
  --signal-blue-soft: #d9f7fa;
  --line: #17647a;
  --brand-green: #1eb53a;
  --brand-green-hover: #2dcc4b;
  --shadow: 0 20px 46px rgb(0 12 20 / 46%);
}

html,
body {
  background-color: #000;
}

body {
  background-image: none;
  background-attachment: scroll;
}

.uz-topbar {
  background-color: rgb(3 26 37 / 97%);
  background-image: linear-gradient(90deg, rgb(4 38 50 / 98%), rgb(2 20 29 / 98%));
  border-bottom-color: rgb(34 189 212 / 48%);
  box-shadow: 0 12px 34px rgb(0 10 17 / 58%), inset 0 -1px 0 rgb(255 255 255 / 9%);
}

.uz-nav-links a:hover,
.uz-nav-links .uz-state-active {
  color: #fff;
  background: rgb(0 153 181 / 18%);
  border-color: rgb(74 205 224 / 52%);
}

.uz-nav-links .uz-state-active::after,
.uz-page-progress-fill {
  background: linear-gradient(90deg, #0099b5 0 44%, #fff 44% 54%, #ce1126 54% 58%, #1eb53a 58% 100%);
  box-shadow: 0 0 14px rgb(34 189 212 / 46%);
}

.uz-tool-button,
.uz-language-switch,
.uz-ghost,
.uz-reviews-toggle {
  color: #fff;
  background: linear-gradient(145deg, #0b3b49, #041e29);
  border-color: rgb(103 210 225 / 24%);
}

.uz-language-switch:hover,
.uz-language-switch:focus-visible,
.uz-ghost:hover,
.uz-reviews-toggle:hover,
.uz-reviews-toggle:focus-visible {
  background: #105064;
  border-color: rgb(72 211 229 / 68%);
}

.uz-page-progress::before {
  background: #041d28;
  border-top-color: rgb(255 255 255 / 9%);
}

.uz-race-progress::before {
  background:
    repeating-linear-gradient(90deg, transparent 0 28px, rgb(255 255 255 / 80%) 28px 48px, transparent 48px 76px) center / auto 2px no-repeat,
    linear-gradient(90deg, rgb(34 189 212 / 82%) 0 var(--page-progress), transparent var(--page-progress) 100%),
    linear-gradient(180deg, #087f97 0 2px, #031a25 2px 14px, #17647a 14px 16px);
  box-shadow: 0 3px 12px rgb(0 10 17 / 72%);
}

.uz-slots-carousel-card,
.uz-content-slot-card,
.uz-slot-library-card {
  background: #082b38;
  border-color: rgb(34 189 212 / 30%);
}

.uz-slots-carousel-name {
  color: #fff;
  background: linear-gradient(180deg, #0d3b49, #041f2b);
}

.uz-pin-side-nav,
.uz-sport-side-toggle,
.uz-app-platforms,
.uz-registration-card,
.uz-bet-slip,
.uz-promo-coupon,
.uz-scratch-card {
  border-color: rgb(34 189 212 / 38%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 7%), 0 16px 36px rgb(0 12 20 / 44%);
}

.uz-pin-side-nav,
.uz-sport-side-toggle,
.uz-app-platforms {
  background: linear-gradient(155deg, #0d3c4b, #041e29 76%);
}

.uz-registration-card,
.uz-bet-slip {
  background: linear-gradient(155deg, #0b3441, #031b25 78%);
}

.uz-sports-quick-row,
.uz-top-game-header,
.uz-sports-catalog-header,
.uz-sports-tabs,
.uz-phone-method,
.uz-bet-slip-tabs,
.uz-signup-promo {
  background-color: #0b3543;
}

.uz-sports-quick-row:hover,
.uz-sports-quick-row.uz-state-open {
  background: #105064;
  border-color: rgb(34 189 212 / 62%);
}

.uz-pin-section,
.uz-content-section,
.uz-reviews-section,
.uz-home-app-banner,
.uz-bonus-banner-section,
.uz-bonus-final-cta {
  background:
    radial-gradient(circle at 100% 0%, rgb(0 153 181 / 15%), transparent 28rem),
    radial-gradient(circle at 12% 100%, rgb(30 181 58 / 5%), transparent 22rem),
    linear-gradient(150deg, #0b3340, #041c27 78%);
  border-color: rgb(34 189 212 / 36%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 7%), 0 20px 48px rgb(0 12 20 / 42%);
}

.uz-pin-section h2,
.uz-content-section h2,
.uz-reviews-section > h2 {
  color: #06465a;
  background: linear-gradient(90deg, #fff, #f4fcfd 72%, #dff5f8), #fff;
  border-color: rgb(255 255 255 / 76%);
  box-shadow: inset 4px 0 0 #0099b5, 0 8px 22px rgb(0 20 30 / 28%);
}

.uz-pin-section h2::before,
.uz-content-section h2::before,
.uz-reviews-section > h2::before {
  background: linear-gradient(180deg, #0099b5 0 42%, #fff 42% 50%, #ce1126 50% 57%, #1eb53a 57% 100%);
  box-shadow: 0 0 12px rgb(0 153 181 / 30%);
}

.uz-pin-section h3,
.uz-content-section h3,
.uz-pin-section h4,
.uz-content-section h4 {
  color: #fff;
}

.uz-pin-section p,
.uz-content-section p,
.uz-pin-section li,
.uz-content-section li {
  color: #eef9fa;
}

.uz-content-section > ul > li,
.uz-content-section > ol > li,
.uz-content-section .uz-article-source-block > ul > li,
.uz-content-section .uz-article-source-block > ol > li,
.uz-article-source-block > ul[data-source-list] > li,
.uz-article-source-block > ol[data-source-list] > li {
  background: linear-gradient(105deg, rgb(0 153 181 / 10%), transparent 62%), rgb(3 26 37 / 74%);
  border-color: rgb(65 196 214 / 22%);
}

.uz-faq-item {
  background: linear-gradient(145deg, #0d3947, #041c27);
  border-color: rgb(34 189 212 / 36%);
}

.uz-faq-item[open] {
  border-color: rgb(72 211 229 / 62%);
  box-shadow: inset 3px 0 0 #1eb53a;
}

.uz-hero,
.uz-promo-banner-card,
.uz-platform-banner-card,
.uz-live-betting,
.uz-review-card,
.uz-table-wrap,
.uz-table-scroll {
  border-color: rgb(34 189 212 / 46%);
  box-shadow: 0 22px 54px rgb(0 12 20 / 52%);
}

.uz-hero {
  border-top-color: rgb(88 217 233 / 70%);
}

.uz-live-betting-head,
.uz-betting-nav,
.uz-live-betting-curtain {
  background-color: #062733;
  border-color: rgb(34 189 212 / 44%);
}

.uz-table-wrap thead,
.uz-table-scroll thead,
.uz-content-section thead {
  color: #fff;
  background: linear-gradient(90deg, #007d95, #07556a);
}

.uz-table-wrap tbody tr:nth-child(even),
.uz-table-scroll tbody tr:nth-child(even),
.uz-content-section tbody tr:nth-child(even) {
  background: rgb(0 153 181 / 8%);
}

.uz-bonus-terms-section {
  border-top-color: rgb(34 189 212 / 70%) !important;
  background: radial-gradient(circle at 94% 4%, rgb(0 153 181 / 20%), transparent 34%), linear-gradient(145deg, rgb(9 49 61 / 98%), rgb(3 25 35 / 98%)) !important;
}

.uz-bonus-term-chapter {
  --chapter-line: rgb(34 189 212 / 30%);
}

.uz-bonus-term-chapter::before {
  color: #fff;
  background: linear-gradient(145deg, rgb(0 153 181 / 80%), rgb(4 59 72 / 92%));
  border-color: rgb(104 219 232 / 62%);
  box-shadow: 0 0 0 5px rgb(0 153 181 / 9%), 0 10px 24px rgb(0 14 22 / 32%);
}

.uz-bonus-term-chapter > h3::after {
  background: linear-gradient(90deg, #1eb53a, rgb(30 181 58 / 0%));
}

.uz-footer {
  background: radial-gradient(circle at 50% 0%, rgb(0 153 181 / 16%), transparent 32rem), #02131c;
  border-top-color: rgb(34 189 212 / 58%);
}

.uz-footer-columns,
.uz-footer-notice,
.uz-footer-legal-row,
.uz-footer-payments {
  background: radial-gradient(circle at 0 0, rgb(0 153 181 / 10%), transparent 25rem), #041f2b;
  border-color: rgb(56 187 205 / 24%);
}

.uz-editorial-split {
  background: linear-gradient(110deg, rgb(0 91 112 / 20%), rgb(2 25 35 / 34%));
}

.uz-content-section.uz-reviews-section {
  background: radial-gradient(circle at 92% 8%, rgb(0 153 181 / 18%), transparent 30%), linear-gradient(145deg, #0b3442 0%, #051f2a 58%, #031822 100%);
  border-color: rgb(34 189 212 / 46%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 6%), 0 24px 54px rgb(0 12 20 / 40%);
}

.uz-reviews-section > .uz-article-source-block > p:first-child {
  color: #cce4e9;
}

.uz-reviews-section .uz-reviews-controls .uz-reviews-control,
.uz-reviews-section .uz-reviews-controls .uz-reviews-toggle {
  color: #fff;
  background: linear-gradient(145deg, #0c4555, #062631);
  border-color: rgb(80 206 222 / 36%);
}

.uz-reviews-section .uz-reviews-controls .uz-reviews-control:hover,
.uz-reviews-section .uz-reviews-controls .uz-reviews-toggle:hover,
.uz-reviews-section .uz-reviews-controls .uz-reviews-control:focus-visible,
.uz-reviews-section .uz-reviews-controls .uz-reviews-toggle:focus-visible {
  background: linear-gradient(145deg, #2dcc4b, #15872d);
  border-color: rgb(178 244 190 / 64%);
}

.uz-reviews-section .uz-reviews-track > .uz-review-card {
  color: #fff;
  background: linear-gradient(135deg, rgb(255 255 255 / 4%), transparent 45%), linear-gradient(155deg, #0c3947, #041d28 78%);
  border-color: rgb(34 189 212 / 38%);
  border-top-color: #0099b5;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 5%), 0 14px 32px rgb(0 10 17 / 38%);
}

.uz-reviews-section .uz-review-card p.uz-review-body,
.uz-reviews-section .uz-review-body > .uz-review-author,
.uz-reviews-section .uz-review-body > .uz-review-quote {
  color: #eef9fa;
}

.uz-reviews-section .uz-review-body > .uz-review-author::before {
  background: linear-gradient(145deg, #20bcd3, #06758d);
  border-color: rgb(193 246 251 / 36%);
}

.uz-reviews-section .uz-reviews-track > .uz-review-card::before {
  color: #42ccde;
}

.uz-contained-slots-carousel {
  border-color: rgb(34 189 212 / 30%) !important;
}

.uz-top-game-affiliate-link:hover::after,
.uz-top-game-affiliate-link:focus-visible::after {
  border-color: #1eb53a;
  background: rgb(30 181 58 / 5%);
  box-shadow: inset 0 0 16px rgb(30 181 58 / 13%), 0 0 0 2px rgb(30 181 58 / 20%);
}

.uz-skip,
.uz-hot,
.uz-registration-card .uz-signup-button,
.uz-bet-slip .uz-signup-button,
.uz-promo-banner-cta,
.uz-section-bonus-cta,
.uz-section-cta-link,
.uz-app-banner-btn,
.uz-app-download-btn,
.uz-cookie button,
.uz-scroll-top,
.uz-slot-library-play,
.uz-slots-carousel-play,
.uz-reviews-controls .uz-reviews-control,
.uz-reviews-controls .uz-reviews-toggle {
  color: #fff;
  background: linear-gradient(145deg, #2dcc4b, #1eb53a);
  border-color: rgb(154 239 169 / 48%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 24%), 0 8px 22px rgb(10 92 27 / 34%);
}

@media (max-width: 900px) {
  body .uz-hero-copy {
    background: rgb(3 31 42 / 90%);
    border-color: rgb(34 189 212 / 54%);
    box-shadow: 0 18px 44px rgb(0 12 20 / 58%), inset 0 1px 0 rgb(255 255 255 / 9%);
  }
}

/* Tablet editorial flow: side artwork becomes an in-flow image above the copy. */
@media (max-width: 1024px) {
  .uz-editorial-split,
  .uz-editorial-split-left,
  .uz-editorial-split-right {
    display: flex;
    flex-direction: column;
    min-height: 0;
    gap: clamp(10px, 2vw, 18px);
    overflow: visible;
  }

  .uz-editorial-split .uz-inline-editorial-media {
    order: -1;
    align-self: stretch !important;
    width: 100%;
    height: clamp(220px, 42vw, 380px) !important;
    min-height: 0;
    margin: 0 !important;
    border: 0;
    border-radius: 12px;
    -webkit-mask-image: linear-gradient(180deg, #000 0, #000 82%, transparent 100%) !important;
    mask-image: linear-gradient(180deg, #000 0, #000 82%, transparent 100%) !important;
  }

  .uz-editorial-split .uz-inline-editorial-media img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center;
  }

  .uz-editorial-split .uz-editorial-copy {
    order: 1;
    width: 100%;
    padding: 0;
  }

  .uz-editorial-split[data-editorial-image="uz-home-live-betting.webp"]
    .uz-inline-editorial-media img {
    content: url("../img/betlabel/editorial/section-scenes/uz-home-live-betting.webp");
    object-position: center 42%;
  }
}

@media (max-width: 600px) {
  .uz-editorial-split .uz-inline-editorial-media {
    height: clamp(190px, 58vw, 280px) !important;
    border-radius: 10px;
  }
}

/* Uzbekistan mega-prize theme: black arena, blue light, white type, green action. */
.uz-mega-prize-uz {
  --mega-theme-signature: uzbekistan-night-arena;
  --mega-primary: #0099b5;
  --mega-accent: #55d7e8;
  --mega-ink: #020b12;
  --mega-paper: #f5fdff;
  --mega-pattern:
    conic-gradient(from 45deg at 20% 80%, transparent, rgb(0 153 181 / 24%), transparent 35%),
    linear-gradient(120deg, transparent 35%, rgb(255 255 255 / 8%) 36% 38%, transparent 39%);
}

.uz-mega-prize-uz .uz-mega-prize-backdrop {
  background:
    radial-gradient(circle at 50% 47%, rgb(0 153 181 / 28%) 0, rgb(0 28 40 / 36%) 38%, rgb(0 0 0 / 96%) 78%),
    linear-gradient(135deg, #020b12, #000);
}

.uz-mega-prize-uz .uz-mega-prize-atmosphere span {
  border-color: rgb(85 215 232 / 34%);
  box-shadow: 0 0 22px rgb(0 153 181 / 12%);
}

.uz-mega-prize-uz .uz-mega-prize-brand span {
  color: #35c54f;
}

.uz-mega-prize-uz .uz-mega-prize-eyebrow {
  color: #effdff;
  background: linear-gradient(180deg, #087f97, #03566a);
  border: 1px solid rgb(121 229 241 / 44%);
  box-shadow: 0 8px 25px rgb(0 13 22 / 52%), 0 0 22px rgb(0 153 181 / 22%);
}

.uz-mega-prize-uz .uz-mega-prize-ticket h2 {
  background: none;
  color: #fff;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke: 1px rgb(85 215 232 / 88%);
  text-shadow: 0 4px 0 #07566a, 0 10px 28px rgb(0 0 0 / 82%);
  filter: drop-shadow(0 0 18px rgb(0 153 181 / 24%));
}

.uz-mega-prize-uz .uz-mega-prize-value {
  color: #fff;
  border-color: rgb(85 215 232 / 78%);
  background: linear-gradient(180deg, rgb(5 51 65 / 94%), rgb(1 16 25 / 98%));
  box-shadow:
    inset 0 2px 0 rgb(255 255 255 / 10%),
    0 12px 34px rgb(0 0 0 / 62%),
    0 0 34px rgb(0 153 181 / 34%);
}

.uz-mega-prize-uz .uz-mega-prize-counter {
  color: #8be8f3;
  filter: drop-shadow(0 0 12px rgb(85 215 232 / 62%));
}

.uz-mega-prize-uz .uz-mega-prize-close {
  color: #fff;
  background: rgb(1 20 29 / 82%);
  border-color: rgb(85 215 232 / 62%);
  box-shadow: 0 0 24px rgb(0 153 181 / 36%);
}

.uz-mega-prize-uz .uz-mega-prize-close:hover,
.uz-mega-prize-uz .uz-mega-prize-close:focus-visible {
  background: #1eb53a;
  border-color: #78e58b;
  outline: none;
}

.uz-mega-prize-uz .uz-mega-prize-continue {
  color: #fff !important;
  background: linear-gradient(180deg, #35c951, #16852c);
  border-color: rgb(150 241 166 / 72%);
  box-shadow: 0 12px 36px rgb(30 181 58 / 42%), inset 0 1px 0 rgb(255 255 255 / 34%);
}
