@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 */
.br-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);
}

.br-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;
}

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

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

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

.br-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);
}

.br-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;
}

.br-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));
}

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

.br-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;
}

.br-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));
}

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

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

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

.br-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));
}

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

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

.br-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) {
  .br-bonus-term-chapter {
    grid-template-columns: 36px minmax(0, 1fr);
    column-gap: 12px;
    padding: 22px 0 24px;
  }

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

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

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

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

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

  .br-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 .br-hero {
    justify-content: center;
    text-align: center;
  }

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

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

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

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

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

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

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

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

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

/* Compact two-row sportsbook navigation, based on the live BetLabel shell. */
.br-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;
}

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

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

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

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

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

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

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

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

.br-betting-primary-tools a,
.br-betting-primary-links a,
.br-betting-sports-track a,
.br-sport-controls a,
.br-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;
}

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

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

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

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

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

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

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

.br-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%);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive BetLabel line placed immediately after each primary hero. */
.br-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;
}

.br-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);
}

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

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

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

.br-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%);
}

.br-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;
}

.br-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;
}

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

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

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

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

.br-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;
}

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

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

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

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

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

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

.br-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;
}

.br-live-betting-curtain::before,
.br-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;
}

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

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

.br-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;
}

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

.br-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;
}

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

.br-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); }
}

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

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

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

.br-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;
}

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

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

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

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

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

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

.br-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;
}

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

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

.br-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;
}

.br-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;
}

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

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

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

.br-live-betting-odd.br-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); }
}

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

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

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

.br-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;
}

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

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

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

.br-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;
}

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .br-live-betting-event,
  .br-live-betting-odd,
  .br-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;
}

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

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

/* Header */
.br-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 */
.br-page-progress {
  --page-progress: 0%;
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  z-index: 4;
  height: 14px;
  pointer-events: none;
}

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

.br-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%);
}

.br-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;
}

.br-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);
}

.br-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;
}

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

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

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

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

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

.br-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;
}

.br-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);
}

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

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

.br-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);
}

.br-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);
}

.br-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;
}

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

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

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

.br-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;
}

.br-nav-links a:hover .br-nav-link-icon,
.br-nav-links .br-state-active .br-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);
}

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

.br-nav-links .br-state-active .br-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 .br-hero-copy {
    min-width: 0;
  }

  body .br-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) {
  .br-nav-link-icon,
  .br-nav-links .br-state-active .br-nav-link-icon {
    animation: none;
    transition-duration: 0.01ms;
  }
}

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

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

.br-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%);
}

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

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

.br-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%);
}

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

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

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

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

.br-scratch-card.br-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%);
}

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

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

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

.br-slots-carousel-card:hover,
.br-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%);
}

.br-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%);
}

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

.br-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%);
}

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

.br-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%);
}

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

.br-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%);
}

.br-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%);
}

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

.br-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;
}

.br-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;
}

.br-btn,
.br-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;
}

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

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

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

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

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

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

.br-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;
}

.br-language-switch:hover,
.br-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);
}

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

.br-language-flag-br {
  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);
}

.br-language-flag-br::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%);
}

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

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

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

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

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

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

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

.br-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%);
}

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

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

.br-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;
}


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

.br-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%);
}

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


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

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

/* Main layout */
.br-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;
}

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

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

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

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

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

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

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

/* Left sidebar */
.br-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;
}

.br-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 */
.br-sports-sidebar {
  display: grid;
  gap: 8px;
}

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

.br-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;
}

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

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

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

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

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

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

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

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

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

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

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

.br-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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.br-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;
}

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

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

.br-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;
}

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

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

.br-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;
}

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

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

.br-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;
}

.br-top-game-link:hover::after,
.br-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);
}

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

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

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

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

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

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

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

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

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

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

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

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

.br-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;
}

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

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

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

.br-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;
}

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

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

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

.br-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;
}

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

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

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

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

.br-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;
}

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

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

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

.br-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);
}

.br-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;
}

.br-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);
}

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

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

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

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

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

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

.br-registration-card,
.br-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%);
}

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

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

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

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

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

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

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

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

.br-phone-method.br-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;
}

.br-registration-card .br-signup-button,
.br-bet-slip .br-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;
}

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

.br-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;
}

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

.br-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;
}

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

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

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

.br-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;
}

.br-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;
}

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

.br-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;
}

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

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

/* Hero */
.br-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);
}

.br-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%);
}

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

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

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

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

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

.br-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;
}

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

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

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

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

.br-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;
}

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

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

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

.br-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;
}

.br-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%);
}

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

/* Promotional bonus banners */
.br-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%);
}

.br-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%
    );
}

.br-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);
}

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

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

.br-promo-banner-card.br-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%
    );
}

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

.br-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;
}

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

.br-promo-description {
  max-width: 23ch;
  margin: 0 0 18px;
  color: var(--white);
  font-size: clamp(24px, 2.05vw, 30px);
  font-weight: 900;
  line-height: 1.08;
  text-wrap: balance;
  text-transform: uppercase;
}

.br-promo-description-line {
  display: block;
  white-space: nowrap;
}

html[lang^="el"] .br-promo-description {
  font-size: clamp(24px, 1.8vw, 26px);
}

html[lang^="hu"] .br-promo-description {
  font-size: clamp(24px, 1.75vw, 25px);
}

.br-promo-banner-cta,
.br-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;
}

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

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

/* App platform banners */
.br-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%);
}

.br-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%);
}

.br-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);
}

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

.br-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;
}

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

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

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

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

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

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

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

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

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

.br-pin-section h2,
.br-content-section h2,
.br-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;
}

.br-pin-section h2::before,
.br-content-section h2::before,
.br-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%);
}

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

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

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

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

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

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

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

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

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

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

.br-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);
}

.br-section-visual,
.br-payment-visual,
.br-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 */
.br-table-wrap,
.br-table-scroll {
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  overflow-x: auto;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.br-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 */
.br-offer-banner,
.br-bonus-banner-section,
.br-home-app-banner,
.br-bonus-final-cta {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  border: 1px solid rgb(73 196 91 / 58%);
  background: #191c21;
}

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

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

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

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

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

.br-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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Reviews carousel */
.br-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%);
}

.br-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;
}

.br-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;
}

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

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

.br-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;
}

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

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

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

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

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

.br-reviews-track > .br-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;
}

.br-reviews-track > .br-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;
}

.br-reviews-track > .br-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;
}

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

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

.br-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;
}

.br-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;
}

.br-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%);
}

.br-reviews-section .br-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 ~ .br-reviews-track {
  display: block;
  overflow: visible;
  padding: 0;
  scroll-snap-type: none;
  scrollbar-width: none;
}

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

#pontuacoes ~ .br-reviews-track > .br-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 ~ .br-reviews-track > .br-review-card::before,
#pontuacoes ~ .br-reviews-track > .br-review-card::after {
  content: none;
}

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

@media (hover: hover) {
  .br-reviews-track > .br-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) {
  .br-reviews-track > .br-review-card {
    transition: none;
  }
}


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

.br-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;
}

.br-reviews-toggle:hover,
.br-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. */
.br-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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .br-platform-banner-card .br-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"]
  > .br-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"]
  > .br-app-author p {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

.br-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;
}

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


.br-table-wrap,
.br-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. */
.br-app-banner-btn,
.br-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;
}

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

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

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

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

.br-app-banner-android span::before {
  content: "Baixar para Android";
}

.br-app-banner-ios span::before {
  content: "Instalar no iOS";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.br-age-badge {
  min-width: 110px;
  padding: 8px 18px;
  color: var(--white);
  background: var(--control-bg);
  border-radius: var(--radius);
  font-size: 20px;
  text-align: center;
}

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

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

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

/* Cookie notice */
.br-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%);
}

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

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

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

.br-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;
}

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

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

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

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

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

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

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

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

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

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

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

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

  .br-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) {
  .br-tool-button:first-child {
    display: none;
  }
}

@media (max-width: 1120px) {
  .br-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);
  }

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

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

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

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

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

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

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

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

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

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

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

  .br-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;
  }

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

  .br-mobile-menu a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 12px 14px;
    color: #eaf4fc;
    background: linear-gradient(90deg, rgb(16 35 52 / 94%), rgb(8 20 32 / 94%));
    border: 1px solid rgb(75 145 205 / 22%);
    border-radius: 9px;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 3%);
    font-weight: 750;
    text-decoration: none;
  }

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

  .br-mobile-menu > a:not(.br-btn):hover,
  .br-mobile-menu > a:not(.br-btn):focus-visible {
    background: linear-gradient(90deg, rgb(26 61 90 / 96%), rgb(12 30 47 / 96%));
    border-color: rgb(88 166 230 / 56%);
  }

  .br-mobile-menu > a.br-state-active {
    background: linear-gradient(90deg, rgb(45 112 167 / 50%), rgb(12 33 52 / 96%));
    border-color: rgb(92 177 239 / 70%);
    box-shadow: inset 4px 0 0 var(--accent), 0 0 18px rgb(58 135 198 / 16%);
  }

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

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

  .br-mobile-menu > .br-btn.br-ghost {
    background: linear-gradient(180deg, #183149, #0d1c2b);
    border-color: rgb(92 177 239 / 58%);
    color: #eef7ff;
  }

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

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

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

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


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

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

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

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

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

  .br-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);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .br-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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .br-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%
      );
  }

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

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

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

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

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

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

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

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

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

  .br-promo-banner-card.br-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%
      );
  }

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

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

  .br-promo-description {
    margin: 0 0 15px;
    font-size: 21px;
    line-height: 1.08;
  }

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

  .br-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;
  }

  .br-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%);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.br-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%);
}

.br-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;
}

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

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

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

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

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

.br-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;
}

.br-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;
}

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

.br-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;
}

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

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

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

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

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

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

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

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

@media (hover: none) {
  .br-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;
  }

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

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

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

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

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

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

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

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

  .br-slot-library-card::before {
    background: var(--accent);
    opacity: 0.8;
    animation: none;
  }
}
/* Floating support and fortune-wheel actions */
.br-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;
}

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

.br-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;
}

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

.br-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;
}

.br-floating-chat:hover,
.br-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);
}

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

.br-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;
}

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

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

.br-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%);
}

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

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

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

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

.br-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;
}

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

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

.br-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;
}

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

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

.br-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);
}

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

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

.br-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;
}

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

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

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

.br-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);
}

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

.br-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%);
}

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

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

.br-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%;
}

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

.br-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%);
}

.br-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%);
}

.br-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);
}

.br-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%);
}

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

.br-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;
}

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

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

.br-fortune-panel.br-state-won .br-fortune-result:hover,
.br-fortune-panel.br-state-won .br-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);
}

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

.br-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);
}

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

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

.br-fortune-panel.br-state-won .br-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) {
  .br-floating-chat {
    left: 12px;
    right: auto;
    bottom: 76px;
    width: 46px;
    height: 46px;
  }

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

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

  .br-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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.br-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;
}

.br-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;
}

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

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

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

  .br-content-breadcrumbs {
    margin-bottom: 13px;
    font-size: 10px;
  }
}
/* Featured four-deposit bonus list */
.br-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%);
}

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

.br-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
    );
}

.br-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%);
}

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

.br-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;
}

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

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

.br-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) {
  .br-bonus-showcase {
    min-height: 0;
    padding: 24px 18px;
  }

  .br-bonus-showcase::after {
    right: -35px;
    bottom: -105px;
  }

  .br-bonus-showcase > ul[data-source-list] {
    padding-right: 0;
  }

  .br-bonus-showcase > ul[data-source-list] > li {
    min-height: 42px;
    padding-right: 66px;
    padding-left: 34px;
    font-size: 14px;
  }

  .br-bonus-showcase > ul[data-source-list] > li::before {
    left: 4px;
    width: 10px;
    height: 10px;
  }

  .br-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 */
.br-slots-carousel {
  background:
    linear-gradient(180deg, rgb(255 255 255 / 2%), transparent),
    #0d1014;
}

.br-slots-carousel-shell {
  padding-right: var(--page-gutter);
}


.br-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;
}

.br-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;
}

.br-slots-carousel-card:nth-child(4n + 2)::before {
  animation-delay: -0.95s;
}

.br-slots-carousel-card:nth-child(4n + 3)::before {
  animation-delay: -1.9s;
}

.br-slots-carousel-card:nth-child(4n + 4)::before {
  animation-delay: -2.85s;
}

.br-slots-carousel-link {
  position: relative;
  overflow: hidden;
  border-radius: inherit;
  text-decoration: none;
}

.br-slots-carousel-card img {
  filter: brightness(0.78) saturate(0.9);
  transition:
    filter 240ms ease,
    transform 260ms ease;
}

.br-slots-carousel-name {
  position: relative;
  z-index: 2;
  color: #e5e8e4;
  background: linear-gradient(180deg, #191d22, #14171b);
}

.br-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;
}

.br-slots-carousel-hover strong {
  font-size: 9px;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.br-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;
}

.br-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;
}

.br-slots-carousel-card:hover,
.br-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);
}

.br-slots-carousel-card:hover::before,
.br-slots-carousel-card:focus-within::before {
  padding: 2px;
  opacity: 1;
  animation-duration: 1.7s;
}

.br-slots-carousel-card:hover img,
.br-slots-carousel-card:focus-within img {
  filter: brightness(0.46) saturate(1);
  transform: scale(1.07);
}

.br-slots-carousel-card:hover .br-slots-carousel-hover,
.br-slots-carousel-card:focus-within .br-slots-carousel-hover {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 620px) {
  .br-slots-carousel-shell {
    padding-top: 14px;
    padding-right: var(--page-gutter);
  }
}

@media (hover: none) {
  .br-slots-carousel-hover {
    align-items: flex-end;
    justify-content: flex-end;
    padding: 0 5px 25px;
    background: transparent;
    opacity: 1;
    pointer-events: none;
    transform: none;
  }

  .br-slots-carousel-hover strong {
    display: none;
  }

  .br-slots-carousel-play {
    min-width: 48px;
    min-height: 20px;
    margin: 0;
    opacity: 0.94;
  }
}

@media (prefers-reduced-motion: reduce) {
  .br-slots-carousel-card::before {
    background: var(--accent);
    opacity: 0.62;
    animation: none;
  }
}
/* Brand-green filled action contract */
.br-skip,
.br-hot,
.br-registration-card .br-signup-button,
.br-bet-slip .br-signup-button,
.br-promo-banner-cta,
.br-section-bonus-cta,
.br-section-cta-link,
.br-app-banner-btn,
.br-app-download-btn,
.br-cookie button,
.br-scroll-top,
.br-slot-library-play,
.br-slots-carousel-play,
.br-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;
}

.br-hot:hover,
.br-registration-card .br-signup-button:hover,
.br-bet-slip .br-signup-button:hover,
.br-promo-banner-cta:hover,
.br-section-bonus-cta:hover,
.br-section-cta-link:hover,
.br-app-banner-btn:hover,
.br-app-download-btn:hover,
.br-cookie button:hover,
.br-scroll-top:hover,
.br-slot-library-card:hover .br-slot-library-play,
.br-slots-carousel-card:hover .br-slots-carousel-play,
.br-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%);
}

.br-hot:active,
.br-registration-card .br-signup-button:active,
.br-bet-slip .br-signup-button:active,
.br-promo-banner-cta:active,
.br-section-bonus-cta:active,
.br-section-cta-link:active,
.br-app-banner-btn:active,
.br-app-download-btn:active,
.br-cookie button:active,
.br-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);
}

.br-hot:focus-visible,
.br-registration-card .br-signup-button:focus-visible,
.br-bet-slip .br-signup-button:focus-visible,
.br-promo-banner-cta:focus-visible,
.br-section-bonus-cta:focus-visible,
.br-section-cta-link:focus-visible,
.br-app-banner-btn:focus-visible,
.br-app-download-btn:focus-visible,
.br-cookie button:focus-visible,
.br-scroll-top:focus-visible {
  outline-color: rgb(115 210 66 / 48%);
}

.br-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%);
}

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

.br-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 */
.br-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%);
}

.br-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%);
}

.br-coupon-header > div {
  display: grid;
  gap: 1px;
}

.br-coupon-header strong {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.br-coupon-header small {
  color: #7bd58a;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.br-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);
}

.br-coupon-ticket-icon::before,
.br-coupon-ticket-icon::after {
  position: absolute;
  content: "";
}

.br-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%);
}

.br-coupon-ticket-icon::after {
  top: 6px;
  bottom: 6px;
  left: 50%;
  border-left: 1px dashed rgb(255 255 255 / 50%);
}

.br-coupon-body {
  padding: 11px 10px 12px;
}

.br-coupon-intro {
  margin: 0 2px 10px;
  color: #bac5bc;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}

.br-coupon-offer {
  padding: 8px;
  background: rgb(255 255 255 / 4%);
  border: 1px solid rgb(255 255 255 / 8%);
  border-radius: 9px;
}

.br-coupon-offer-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  margin-bottom: 7px;
  gap: 7px;
}

.br-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;
}

.br-coupon-offer-head strong {
  min-width: 0;
  color: #f6faf4;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  text-align: right;
}

.br-coupon-offer > p {
  margin: 6px 1px 0;
  color: #a5b3a8;
  font-size: 9px;
  line-height: 1.25;
  text-align: center;
}

.br-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;
}

.br-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);
}

.br-scratch-reveal small {
  grid-column: 1;
  color: #2e613b;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.br-scratch-reveal > strong {
  grid-column: 1;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0.13em;
  line-height: 1;
}

.br-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;
}

.br-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;
}

.br-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;
}

.br-scratch-tool::before,
.br-scratch-tool::after {
  position: absolute;
  content: "";
  border-radius: 50%;
}

.br-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%);
}

.br-scratch-tool::after {
  right: 3px;
  bottom: 2px;
  left: 3px;
  height: 5px;
  background: linear-gradient(180deg, #55a968, #275a33);
  filter: blur(0.4px);
  transform: rotate(8deg);
}

.br-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);
}

.br-scratch-tool.br-state-active {
  opacity: 1;
  filter: drop-shadow(0 2px 2px rgb(0 0 0 / 24%));
}

.br-scratch-card:hover:not(.br-state-revealed) .br-scratch-tool:not(.br-state-active) {
  --scratch-x: calc(100% - 23px);
  --scratch-y: 19px;
  opacity: 0.7;
  animation: blau-scratch-tool-invite 1.2s ease-in-out infinite;
}

.br-scratch-debris {
  position: absolute;
  z-index: 3;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.br-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;
}

.br-scratch-card.br-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%);
}

.br-scratch-card.br-state-revealed .br-scratch-canvas {
  opacity: 0;
  pointer-events: none;
  transform: scale(1.03);
}

.br-scratch-card.br-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;
}

.br-scratch-card.br-state-resetting {
  opacity: 0.18;
  transform: scale(0.96) rotateX(8deg);
}

.br-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;
}

.br-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;
}

.br-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);
  }
}

.br-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;
}

.br-coupon-divider::before,
.br-coupon-divider::after {
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgb(123 213 138 / 48%));
}

.br-coupon-divider::after {
  transform: scaleX(-1);
}

.br-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;
}

.br-coupon-note {
  display: block;
  margin: 7px 3px 0;
  color: #919d93;
  font-size: 8px;
  line-height: 1.3;
  text-align: center;
}

@media (max-width: 1180px) {
  .br-promo-coupon {
    max-width: 100%;
  }

  .br-scratch-card {
    height: 68px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .br-scratch-card,
  .br-scratch-canvas,
  .br-scratch-tool,
  .br-scratch-debris i,
  .br-coupon-auto-status span {
    animation: none;
    transition: none;
  }
}

/* Final app CTA typography: identical two-line wrapping with optically centred text. */
.br-app-banner-btn,
.br-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;
}

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

.br-app-banner-btn::after,
.br-app-download-btn::after {
  width: 24px;
}

.br-app-banner-btn span,
.br-app-download-btn span {
  display: grid;
  justify-items: center;
  gap: 3px;
  min-width: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-align: center;
}

.br-app-banner-btn small,
.br-app-banner-btn strong,
.br-app-download-btn small,
.br-app-download-btn strong {
  display: block;
  color: inherit;
  font-size: inherit;
  font-weight: 800;
  line-height: inherit;
}

.br-app-banner-android span::before,
.br-app-banner-ios span::before {
  content: none;
}

.br-app-banner-btn strong::before {
  content: "pre ";
}

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

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

  .br-app-banner-btn::after,
  .br-app-download-btn::after {
    width: 22px;
  }
}
/* MULTISITE MEGA PRIZE: unified green theme */
.br-mega-prize{--mega-green:#25c85a;--mega-green-bright:#48d369;--mega-white:#f4f8f5;--mega-muted:#aab7ae;--mega-panel:#0a100c;--mega-line:rgb(72 211 105 / 34%)}
body.br-mega-prize-open{overflow:hidden}
.br-mega-prize-popup{position:fixed;inset:0;z-index:15000;display:grid;place-items:center;isolation:isolate;overflow:hidden;font-family:inherit;opacity:0;visibility:hidden;transition:opacity .24s ease,visibility .24s ease}
.br-mega-prize-popup.br-state-visible{opacity:1;visibility:visible}.br-mega-prize-popup.br-state-closing{opacity:0}
.br-mega-prize-backdrop{position:absolute;inset:0;border:0;background:rgb(0 0 0 / 84%);-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);cursor:pointer}
.br-mega-prize-stage{position:relative;z-index:1;width:100%;min-height:100dvh;display:grid;place-items:center;padding:24px;pointer-events:none}
.br-mega-prize-ticket{pointer-events:auto;position:relative;width:min(560px,calc(100vw - 32px));padding:42px 42px 38px;display:flex;flex-direction:column;align-items:center;text-align:center;overflow:hidden;color:var(--mega-white);border:1px solid var(--mega-line);border-radius:14px;background:linear-gradient(145deg,#111a14 0,var(--mega-panel) 52%,#050806 100%);box-shadow:0 28px 80px rgb(0 0 0 / 68%),inset 0 1px 0 rgb(255 255 255 / 5%);transform:translateY(14px) scale(.97);transition:transform .34s cubic-bezier(.2,.8,.2,1)}
.br-state-visible .br-mega-prize-ticket{transform:translateY(0) scale(1)}
.br-mega-prize-ticket::before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,transparent 0,var(--mega-green) 24%,var(--mega-green-bright) 50%,var(--mega-green) 76%,transparent 100%);box-shadow:0 0 22px rgb(37 200 90 / 42%)}
.br-mega-prize-ticket::after{content:"";position:absolute;right:-110px;bottom:-130px;width:280px;aspect-ratio:1;border:1px solid rgb(72 211 105 / 10%);border-radius:50%;box-shadow:0 0 70px rgb(37 200 90 / 8%);pointer-events:none}
.br-mega-prize-close{position:absolute;right:16px;top:16px;z-index:2;width:40px;height:40px;display:grid;place-items:center;border:1px solid rgb(255 255 255 / 14%);border-radius:50%;background:#090d0a;color:var(--mega-white);font-size:25px;line-height:1;cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease}
.br-mega-prize-close:hover{border-color:var(--mega-green);background:#142019}.br-mega-prize-close:active{transform:scale(.96)}
.br-mega-prize-close:focus-visible,.br-mega-prize-continue:focus-visible{outline:3px solid var(--mega-white);outline-offset:3px}
.br-mega-prize-brand{position:absolute;left:22px;top:24px;color:var(--mega-white);font-size:14px;font-weight:900;letter-spacing:.06em}.br-mega-prize-brand span{color:var(--mega-green-bright)}
.br-mega-prize-eyebrow{margin:32px 0 14px;padding:7px 13px;border:1px solid rgb(72 211 105 / 22%);border-radius:8px;background:#132219;color:var(--mega-green-bright);font-size:11px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.br-mega-prize-ticket h2{max-width:480px;margin:0;color:var(--mega-white);font-size:clamp(38px,6vw,64px);font-weight:950;line-height:.92;letter-spacing:-.045em;text-shadow:none}
.br-mega-prize-value{position:relative;z-index:1;width:min(390px,100%);margin:24px 0 20px;padding:15px 18px;display:flex;align-items:center;justify-content:center;gap:15px;border:1px solid var(--mega-line);border-radius:12px;background:#070b08;box-shadow:inset 3px 0 0 var(--mega-green)}
.br-mega-prize-counter{font-size:46px;font-weight:950;line-height:1;color:var(--mega-green-bright);font-variant-numeric:tabular-nums}.br-mega-prize-counter>span{display:flex}
.br-prize-digit{display:block;width:.66em;height:1em;overflow:hidden}.br-prize-digit-track{display:flex;flex-direction:column;animation:blau-mega-counter-roll 1.35s cubic-bezier(.14,.78,.2,1) var(--counter-delay) both}.br-prize-digit-track i{display:block;flex:0 0 1em;height:1em;font-style:normal;line-height:1;text-align:center}
.br-mega-prize-value>span{max-width:150px;color:var(--mega-white);font-size:14px;font-weight:900;line-height:1.1;letter-spacing:.06em;text-align:left}
.br-mega-prize-continue{position:relative;z-index:1;min-width:230px;padding:14px 24px;border:1px solid var(--mega-green-bright);border-radius:10px;background:linear-gradient(180deg,var(--mega-green-bright),#1aaf49);box-shadow:0 12px 28px rgb(15 142 57 / 28%),inset 0 1px 0 rgb(255 255 255 / 20%);color:#041007!important;font-size:14px;font-weight:950;letter-spacing:.06em;text-decoration:none!important;text-transform:uppercase;transition:transform .18s ease,filter .18s ease}
.br-mega-prize-continue:hover{transform:translateY(-2px);filter:brightness(1.08)}.br-mega-prize-continue:active{transform:translateY(0) scale(.98)}
@keyframes blau-mega-counter-roll{from{transform:translateY(0)}to{transform:translateY(calc(var(--final-index) * -1em))}}
@media(max-width:640px){.br-mega-prize-stage{padding:12px}.br-mega-prize-ticket{width:calc(100vw - 24px);padding:54px 20px 30px}.br-mega-prize-brand{left:18px;top:20px;font-size:12px}.br-mega-prize-close{right:12px;top:12px}.br-mega-prize-eyebrow{margin-top:26px}.br-mega-prize-ticket h2{font-size:clamp(36px,12vw,52px)}.br-mega-prize-value{margin:20px 0 18px;padding:13px 14px;gap:10px}.br-mega-prize-counter{font-size:40px}.br-mega-prize-value>span{max-width:125px;font-size:12px}.br-mega-prize-continue{width:min(270px,100%)}}
@media(prefers-reduced-motion:reduce){.br-mega-prize-popup,.br-mega-prize-ticket,.br-mega-prize-continue{transition:none}.br-prize-digit-track{animation:none;transform:translateY(calc(var(--final-index) * -1em))}}

/* Croatian responsive containment: keep long localized headings inside the viewport. */
@media (max-width: 900px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .br-page-shell,
  .br-pin-content,
  .br-content-flow,
  .br-article-flow,
  .br-hero {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  body .br-hero-copy {
    width: calc(100vw - (var(--page-gutter) * 2) - 20px);
    max-width: 680px;
    min-width: 0;
  }

  .br-hero h1,
  .br-hero p,
  .br-hero-breadcrumbs,
  .br-hero-rating {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 520px) {
  body .br-hero-copy {
    width: calc(100vw - 40px);
    padding: 20px 14px;
  }

  .br-hero h1 {
    font-size: clamp(23px, 7.2vw, 28px);
  }
}

/* Croatia visual identity: restrained red/white/blue detail over the black/green core. */
:root {
  --hr-red: #c8102e;
  --hr-blue: #0b5fa5;
  --hr-white: #f7f9fc;
}

.br-topbar::after {
  content: none;
}

.br-hero {
  border: 1px solid rgb(11 95 165 / 38%);
  box-shadow: inset 0 -2px 0 rgb(200 16 46 / 55%);
}

.br-pin-section,
.br-content-section,
.br-reviews-section,
.br-home-app-banner,
.br-bonus-banner-section,
.br-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(11 95 165 / 58%);
}

.br-pin-section h2,
.br-content-section h2,
.br-reviews-section > h2 {
  background:
    linear-gradient(90deg, rgb(200 16 46 / 20%), transparent 30% 70%, rgb(11 95 165 / 22%)),
    #07111f;
  border: 1px solid rgb(255 255 255 / 8%);
}

.br-pin-section h2::before,
.br-content-section h2::before,
.br-reviews-section > h2::before {
  top: 8px;
  bottom: 8px;
  left: 11px;
  width: 10px;
  height: auto;
  border: 0;
  background: conic-gradient(from 90deg, var(--hr-red) 25%, var(--hr-white) 0 50%, var(--hr-red) 0 75%, var(--hr-white) 0) 0 0 / 8px 8px;
  border-radius: 2px;
  transform: none;
  opacity: .9;
}

.br-nav-links .br-state-active,
.br-nav-links a:hover {
  box-shadow: inset 0 -2px 0 var(--brand-green), inset 0 -4px 0 rgb(11 95 165 / 55%);
}

.br-review-card:nth-child(odd) {
  border-top-color: var(--hr-red);
}

.br-review-card:nth-child(even) {
  border-top-color: var(--hr-blue);
}

.br-footer {
  border-top: 2px solid transparent;
  border-image: linear-gradient(90deg, var(--hr-red), var(--hr-white), var(--hr-blue)) 1;
}

@media (max-width: 900px) {
  body .br-hero-copy {
    flex: 0 1 auto;
    width: calc(100% - 20px);
    max-width: 100%;
    min-width: 0;
    margin-inline: auto;
  }

  .br-hero-actions,
  .br-hero-actions .br-pin-btn {
    max-width: 100%;
  }
}

/* END MULTISITE MEGA PRIZE */

/* Neutral image treatment: preserve natural photography without coloured washes. */
.br-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%
  );
}

.br-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%);
}

.br-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%
  );
}

.br-promo-banner-card.br-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%
  );
}

.br-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%
    );
}

.br-pin-section h2,
.br-content-section h2,
.br-reviews-section > h2 {
  background: #07111f;
}

@media (max-width: 900px) {
  .br-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. */
.br-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. */
.br-editorial-generated {
  margin-block: 22px 14px;
  border-color: rgb(73 196 91 / 42%);
}

.br-section-cta-row {
  justify-content: center;
  margin: 12px 0 6px;
}

.br-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) {
  .br-editorial-generated {
    height: clamp(210px, 62vw, 285px);
    margin-block: 18px 10px;
  }

  .br-section-cta-row,
  .br-section-cta-link {
    width: 100%;
  }
}
/* Czech legal content uses the donor layout while keeping each text group
   visually contained and readable at long-form widths. */
.br-legal-article {
  display: grid;
  gap: 14px;
  margin-top: 14px;
}

.br-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;
}

.br-legal-article .br-content-section {
  margin: 0;
}

.br-editorial-review {
  margin-block: 14px;
}

@media (max-width: 860px) {
  .br-legal-intro {
    padding: 15px 16px;
  }
}

/* Promo banner composition follows the subject in each Czech artwork.
   Photography stays untinted; only compact neutral copy panels are used on
   narrower screens where the available negative space is reduced. */
.br-promo-banner-card,
.br-promo-banner-card.br-promo-copy-opposite {
  background: #080a0c;
}

.br-promo-banner-card::after,
.br-promo-banner-card.br-promo-copy-opposite::after {
  content: none;
  background: none;
  opacity: 0;
}

.br-promo-banner-image,
.br-promo-banner-card.br-promo-img-right .br-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;
}

.br-promo-banner-copy,
.br-promo-banner-card.br-promo-copy-opposite .br-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%);
}

.br-promo-banner-card.br-promo-copy-opposite .br-promo-banner-copy {
  margin-right: 0;
  margin-left: auto;
}

@media (max-width: 900px) {
  .br-promo-banner-card {
    padding: 18px;
  }

  .br-promo-banner-copy,
  .br-promo-banner-card.br-promo-copy-opposite .br-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%);
  }

  .br-promo-banner-card.br-promo-copy-opposite .br-promo-banner-copy {
    margin-right: 0;
    margin-left: auto;
  }
}

@media (max-width: 600px) {
  .br-promo-banner-card {
    align-items: flex-end;
    min-height: 350px;
    padding: 12px;
  }

  .br-promo-banner-copy,
  .br-promo-banner-card.br-promo-copy-opposite .br-promo-banner-copy {
    width: min(78%, 300px);
    padding: 13px 14px;
  }
}

/* Formula 1 reading progress: the header edge becomes a compact racetrack. */
.br-race-progress {
  --page-progress: 0%;
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  z-index: 6;
  height: 30px;
  overflow: hidden;
  pointer-events: none;
}

.br-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(114 245 155 / 40%) 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%);
}

.br-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.png") center / contain no-repeat;
  filter: drop-shadow(0 2px 2px rgb(0 0 0 / 78%)) drop-shadow(0 0 5px rgb(53 169 83 / 46%));
  transform: translateX(-50%);
  transition: none;
}

@media (max-width: 1024px) {
  .br-race-progress::after {
    left: clamp(28px, var(--page-progress), calc(100% - 28px));
    width: 56px;
    height: 23px;
  }
}

@media (max-width: 600px) {
  .br-race-progress::after {
    left: clamp(24px, var(--page-progress), calc(100% - 24px));
    width: 48px;
    height: 25px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .br-race-progress::after {
    transition: none;
  }
}

/* Editorial lists: one shared style at every nesting depth inside article sections. */
:is(.br-content-section, .br-pin-section) :where(ul, ol) {
  display: grid;
  gap: 10px;
  margin: 18px 0 22px;
  padding: 0;
  list-style: none;
  counter-reset: article-step;
}

:is(.br-content-section, .br-pin-section) :where(ul, 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%);
}

:is(.br-content-section, .br-pin-section) :where(ul, 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;
}

:is(.br-content-section, .br-pin-section) ul > li::before {
  content: "";
  background:
    radial-gradient(circle, #fff 0 2px, transparent 3px),
    linear-gradient(145deg, var(--multi-green-bright), var(--multi-green-deep));
  border: 1px solid rgb(209 255 217 / 32%);
  box-shadow: 0 0 0 4px rgb(56 185 79 / 10%);
}

:is(.br-content-section, .br-pin-section) ol {
  counter-reset: article-step;
}

:is(.br-content-section, .br-pin-section) ol > li {
  counter-increment: article-step;
}

:is(.br-content-section, .br-pin-section) 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. */
.br-pattern-series {
  counter-reset: pattern-item;
}

.br-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%);
}

.br-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;
}

.br-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%);
}

.br-pattern-item > .br-article-source-block {
  margin: 0;
  padding: 0 16px 0 54px;
}

.br-pattern-item > .br-article-source-block:first-of-type {
  padding-top: 10px;
}

.br-pattern-item > .br-article-source-block:last-child {
  padding-bottom: 14px;
}

.br-pattern-item > ul,
.br-pattern-item > ol {
  margin: 0;
  padding: 10px 16px 14px 54px;
  list-style-position: inside;
}

.br-pattern-item > .br-article-source-block > p:first-child {
  margin-top: 8px;
}

.br-pattern-item > .br-article-source-block > p:last-child {
  margin-bottom: 8px;
}

.br-article-scene-media,
.br-section-visual,
.br-payment-visual,
.br-vip-program-visual,
.br-editorial-generated {
  border-color: rgb(201 54 78 / 34%);
  border-radius: 14px;
  box-shadow: 0 18px 38px rgb(5 2 2 / 30%);
}

.br-table-wrap,
.br-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;
}

.br-install-note {
  background: #292321;
  border-left-color: var(--brand-green);
}

.br-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%);
}

.br-reviews-section > .br-review-card + .br-review-card {
  margin-top: 16px;
}

.br-reviews-track > .br-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%);
}

.br-review-author,
.br-reviews-section > h2 {
  border-color: rgb(201 54 78 / 18%);
}

.br-review-author::before {
  background: linear-gradient(145deg, var(--accent-bright), #98253a);
  border-color: rgb(255 210 218 / 34%);
}

.br-review-author::after,
.br-review-stars {
  color: var(--brand-green-hover);
}

.br-faq-item {
  background: linear-gradient(145deg, #2a2422, #1b1817);
  border: 1px solid rgb(255 255 255 / 7%);
  border-radius: 10px;
}

.br-faq-item[open] {
  border-color: rgb(201 54 78 / 32%);
  box-shadow: inset 3px 0 0 var(--accent);
}

.br-faq-item summary::after {
  color: var(--brand-green-hover);
}

.br-promo-banner-card,
.br-platform-banner-card,
.br-hero {
  border-color: rgb(201 54 78 / 26%);
  border-radius: 16px;
  box-shadow: 0 22px 50px rgb(5 2 2 / 38%);
}

.br-promo-banner-cta,
.br-section-cta-link,
.br-app-banner-btn,
.br-app-download-btn,
.br-registration-card .br-signup-button,
.br-bet-slip .br-signup-button,
.br-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;
}

.br-promo-banner-cta:hover,
.br-section-cta-link:hover,
.br-app-banner-btn:hover,
.br-app-download-btn:hover,
.br-registration-card .br-signup-button:hover,
.br-bet-slip .br-signup-button:hover,
.br-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);
}

.br-promo-banner-cta:active,
.br-section-cta-link:active,
.br-app-banner-btn:active,
.br-app-download-btn:active,
.br-registration-card .br-signup-button:active,
.br-bet-slip .br-signup-button:active,
.br-hot:active {
  transform: translateY(1px) scale(0.985);
}

.br-footer-columns,
.br-footer-notice,
.br-footer-legal-row,
.br-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%);
}

.br-footer-column h3 {
  color: #fff;
  letter-spacing: 0.05em;
}

.br-footer-column a:hover {
  color: var(--brand-green-hover);
}

.br-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) {
  .br-pin-section:hover,
  .br-content-section:hover {
    border-color: rgb(201 54 78 / 16%);
  }
}

@media (max-width: 900px) {
  .br-page-shell {
    padding-top: 16px;
  }

  .br-pin-section,
  .br-content-section,
  .br-reviews-section,
  .br-home-app-banner,
  .br-bonus-banner-section,
  .br-bonus-final-cta {
    padding: 16px;
    border-radius: 13px;
  }

  .br-pin-section h2,
  .br-content-section h2,
  .br-reviews-section > h2 {
    font-size: clamp(20px, 5vw, 25px);
  }

  :is(.br-content-section, .br-pin-section) :where(ul, ol) > li {
    padding: 10px 11px 10px 45px;
  }

  :is(.br-content-section, .br-pin-section) :where(ul, ol) > li::before {
    left: 13px;
  }

  .br-pattern-item > h4 {
    padding-left: 46px;
  }

  .br-pattern-item > .br-article-source-block,
  .br-pattern-item > ul,
  .br-pattern-item > ol {
    padding-left: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .br-promo-banner-cta,
  .br-section-cta-link,
  .br-app-banner-btn,
  .br-app-download-btn,
  .br-registration-card .br-signup-button,
  .br-bet-slip .br-signup-button,
  .br-hot {
    transition: none;
  }
}

/* Final narrow-viewport containment after all theme layers. */
@media (max-width: 620px) {
  body {
    overflow-x: hidden;
  }

  body .br-hero-copy {
    min-width: 0;
    max-width: 100%;
  }

  body .br-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. */
.br-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%);
}

.br-section-media::after {
  background: linear-gradient(180deg, transparent 72%, rgb(0 0 0 / 22%));
}

.br-section-actions {
  display: flex;
  justify-content: center;
  margin: 14px 0 6px;
}

.br-section-actions .br-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) {
  .br-section-media {
    height: clamp(210px, 62vw, 285px);
    margin-block: 18px 10px;
  }

  .br-section-actions,
  .br-section-actions .br-section-cta {
    width: 100%;
  }
}

/* The BetLabel-style navigation belongs inside the visual betting board. */
.br-live-betting > .br-betting-nav {
  z-index: auto;
  width: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.br-live-betting .br-live-betting-tabs {
  flex: 1 1 auto;
  border-bottom: 0;
}

.br-live-betting .br-live-betting-tab {
  min-height: 40px;
  padding: 0 11px;
  border-right: 1px solid rgb(255 255 255 / 5%);
  font-size: 11px;
}

.br-live-betting .br-live-betting-tab[aria-selected="true"] {
  color: #fff;
  background: rgb(255 255 255 / 6%);
  box-shadow: inset 0 -2px 0 #f6f7f8;
}

.br-live-betting .br-live-betting-tab[aria-selected="true"] img {
  filter: grayscale(1) brightness(0) invert(1);
}

@media (max-width: 900px) {
  .br-live-betting > .br-betting-nav {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
}

.br-betting-crumb {
  display: inline-grid;
  place-items: center;
  width: 10px;
  color: #6f757d;
  font-size: 16px;
}

.br-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;
}

.br-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%);
}

.br-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;
}

.br-betting-stream-toggle[aria-checked="false"] .br-betting-switch {
  background: #737a75;
}

.br-betting-stream-toggle[aria-checked="false"] .br-betting-switch::after {
  left: 2px;
  background: #e8ebe7;
}

@media (max-width: 900px) {
  .br-betting-primary-tools .br-betting-crumb {
    display: none;
  }

  .br-betting-stream-toggle > span:last-child {
    display: none;
  }

  .br-betting-stream-toggle {
    padding-inline: 8px;
  }
}

/* Compact event details follow the BetLabel exhibition-table reference. */
.br-live-betting-event {
  overflow: hidden;
  margin-bottom: 2px;
  border-radius: 0 0 12px 12px;
}

.br-live-league-title {
  overflow: hidden;
  white-space: nowrap;
}

.br-live-league-title > span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

.br-live-league-globe {
  display: inline-grid;
  place-items: center;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  color: #269c78;
  background: #4b89e8;
  border-radius: 50%;
}

.br-live-league-globe svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: #b9f07a;
  stroke-width: 1.25;
}

.br-live-participants {
  padding-block: 7px 6px;
}

.br-live-participants > .br-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;
}

.br-live-betting-team > span:last-child {
  overflow: hidden;
  align-self: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.br-live-participants .br-live-team-marker {
  display: inline-grid;
  place-items: center;
  width: 16px;
  height: 20px;
  color: #8f9992;
}

.br-live-participants .br-live-team-marker svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.br-live-participants .br-live-team-marker.br-state-starred {
  color: #52ad43;
}

.br-live-participants .br-live-team-marker.br-state-starred svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
  stroke-linejoin: round;
}

.br-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;
}

.br-live-team-badge.br-state-away {
  color: #203329;
  background: #d7bc42;
}

.br-live-participants > .br-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;
}

.br-live-signal {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #237b39;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .08em;
}

.br-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;
}

.br-live-clock {
  color: #152019;
  font-size: 11px;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  letter-spacing: .02em;
}

.br-live-meta-divider {
  color: #a9b2ab;
  font-weight: 500;
}

.br-live-meta-label {
  color: #344139;
  font-weight: 650;
}

.br-live-event-tools {
  display: inline-flex;
  align-items: center;
  margin-left: 3px;
  padding-left: 7px;
  gap: 7px;
  border-left: 1px solid #d9e0da;
}

.br-live-betting-tool {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 12px;
  color: #172019;
}

.br-live-betting-tool.br-state-bars,
.br-live-betting-tool.br-state-chart {
  color: #2b9843;
}

.br-live-betting-tool i,
.br-live-betting-tool::before,
.br-live-betting-tool::after {
  position: absolute;
  display: block;
  content: "";
}

.br-live-betting-tool.br-state-pitch {
  background: #7da852;
  border: 1px solid #e0edda;
}

.br-live-betting-tool.br-state-pitch i {
  inset: 0 4px;
  border-inline: 1px solid #e0edda;
}

.br-live-betting-tool.br-state-bars {
  border-bottom: 2px solid currentColor;
}

.br-live-betting-tool.br-state-bars i {
  right: 1px;
  bottom: 2px;
  width: 2px;
  height: 7px;
  background: currentColor;
  box-shadow: -4px 3px currentColor, -8px 5px currentColor;
}

.br-live-betting-tool.br-state-chart {
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}

.br-live-betting-tool.br-state-chart i {
  inset: 2px 1px 2px 0;
  border-top: 1px solid currentColor;
  transform: skewY(-25deg);
}

.br-live-betting-tool.br-state-list {
  border: 1px solid currentColor;
}

.br-live-betting-tool.br-state-list i {
  top: 2px;
  left: 4px;
  width: 5px;
  height: 1px;
  background: currentColor;
  box-shadow: 0 2px currentColor, 0 4px currentColor;
}

.br-live-betting-tool.br-state-lineup::before,
.br-live-betting-tool.br-state-lineup::after {
  top: 1px;
  width: 5px;
  height: 5px;
  background: currentColor;
  border-radius: 50%;
}

.br-live-betting-tool.br-state-lineup::before { left: 0; }
.br-live-betting-tool.br-state-lineup::after { right: 0; }

.br-live-betting-tool.br-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) {
  .br-live-signal i { animation: none; }
}

@media (max-width: 720px) {
  .br-live-participants > .br-live-event-meta {
    font-size: 9px;
  }
}

/* Monochrome live-casino provider wall in the shared footer. */
.br-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%);
}

.br-footer-providers h2 {
  margin: 0;
  color: #f5f6f6;
  font-size: clamp(22px, 2.5vw, 32px);
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.br-provider-intro {
  margin: 8px 0 22px;
  color: #969ba0;
  font-size: 14px;
}

.br-provider-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  gap: 0;
  background: #171a1d;
  list-style: none;
}

.br-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;
}

.br-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;
}

.br-provider-card-2 span,
.br-provider-card-5 span,
.br-provider-card-9 span,
.br-provider-card-14 span,
.br-provider-card-15 span {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 700;
  letter-spacing: -0.035em;
  text-transform: none;
}

.br-provider-card-3 span,
.br-provider-card-6 span,
.br-provider-card-10 span,
.br-provider-card-17 span {
  letter-spacing: 0.11em;
}

.br-provider-card-7 span,
.br-provider-card-11 span,
.br-provider-card-13 span {
  font-weight: 600;
  letter-spacing: 0.02em;
}

@media (hover: hover) {
  .br-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) {
  .br-footer-providers {
    padding: 20px;
  }

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

@media (max-width: 620px) {
  .br-footer-providers {
    margin-block: 24px 18px;
    padding: 16px;
    border-radius: 13px;
  }

  .br-provider-intro {
    margin-bottom: 16px;
    font-size: 12px;
  }

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

  .br-provider-card {
    min-height: 72px;
  }

  .br-provider-card span {
    font-size: 11px;
  }
}

/* Unified footer surface and the generated live-casino provider artwork. */
.br-footer {
  padding-top: 22px;
  background: var(--page-bg);
}

.br-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%);
}

.br-footer-columns,
.br-footer-providers,
.br-footer-notice,
.br-footer-legal-row,
.br-footer-payments {
  margin: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.br-footer-columns,
.br-footer-providers,
.br-footer-notice,
.br-footer-legal-row,
.br-footer-payments {
  padding: 22px 26px;
}

.br-footer-providers,
.br-footer-notice,
.br-footer-legal-row,
.br-footer-payments {
  border-top: 1px solid #272c2e;
}

.br-provider-intro {
  margin-bottom: 18px;
}

.br-provider-logo-grid {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: #293033;
  border: 1px solid #303638;
}

.br-provider-logo-item {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  padding: 1px 8px;
  object-fit: contain;
  background: #0c1112;
}

.br-provider-logo-grid::after {
  content: "";
  background: #0c1112;
}

@media (max-width: 900px) {
  .br-provider-logo-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .br-footer {
    padding-top: 14px;
  }

  .br-footer-inner {
    border-radius: 12px;
  }

  .br-footer-columns,
  .br-footer-providers,
  .br-footer-notice,
  .br-footer-legal-row,
  .br-footer-payments {
    padding: 18px 16px;
  }

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

  .br-provider-logo-item {
    height: 72px;
    padding: 9px 6px;
  }
}

/* Plain app-author signature: editorial credit, not an accordion control. */
.br-app-author {
  display: grid;
  margin: 18px 0 6px;
  padding: 0;
  gap: 4px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.br-app-author strong {
  color: #f4f5f4;
  font-size: 15px;
}

.br-app-author em {
  color: #c7cbca;
  font-size: 14px;
}

/* Low in-article game ribbons based on the compact BetLabel casino rail. */
.br-pin-sidebar.br-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;
}

.br-pin-sidebar.br-state-collapsed::-webkit-scrollbar {
  display: none;
}

.br-pin-sidebar.br-state-collapsed .br-sports-sidebar {
  width: 42px;
  gap: 5px;
}

.br-pin-sidebar.br-state-collapsed .br-sport-side-toggle {
  width: 34px;
  min-height: 32px;
  margin-inline: 4px;
  color: #d7d9dc;
  background: #191c22;
  border: 0;
  border-radius: 5px;
  box-shadow: none;
}

.br-pin-sidebar.br-state-collapsed .br-sports-sidebar-body {
  display: grid;
  gap: 5px;
}

.br-pin-sidebar.br-state-collapsed .br-sports-quick-links {
  gap: 4px;
  padding-inline: 4px;
}

.br-pin-sidebar.br-state-collapsed .br-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;
}

.br-pin-sidebar.br-state-collapsed .br-sports-quick-row > span:not(:first-child) {
  display: none;
}

.br-pin-sidebar.br-state-collapsed .br-sports-quick-icon {
  display: grid;
  place-items: center;
  width: 100%;
  flex-basis: auto;
}

.br-pin-sidebar.br-state-collapsed .br-sports-quick-icon .br-bl-aside-icon {
  width: 18px;
  height: 18px;
}

.br-pin-sidebar.br-state-collapsed .br-top-game-card {
  display: none;
}

.br-pin-sidebar.br-state-collapsed .br-sports-catalog {
  display: grid;
  overflow: visible;
  background: #fff;
  border-radius: 0;
}

.br-pin-sidebar.br-state-collapsed .br-sports-tabs {
  display: grid;
  grid-template-columns: 42px;
  min-height: 32px;
  padding: 0 4px;
  background: #101318;
}

.br-pin-sidebar.br-state-collapsed .br-sports-tabs a {
  width: 34px;
  min-height: 32px;
  color: #8fd637;
  background: #22272d;
  border-radius: 5px 5px 0 0;
  font-size: 0;
}

.br-pin-sidebar.br-state-collapsed .br-sports-tabs a:not(.br-state-active) {
  display: none;
}

.br-pin-sidebar.br-state-collapsed .br-sports-tabs .br-state-active span {
  display: grid;
  place-items: center;
  margin: 0;
  color: #8fd637;
}

.br-pin-sidebar.br-state-collapsed .br-sports-tabs .br-bl-aside-icon {
  width: 18px;
  height: 18px;
  margin: 0;
}

.br-pin-sidebar.br-state-collapsed .br-sports-summary {
  display: grid;
  grid-template-columns: 42px;
  min-height: 38px;
  padding: 0;
  gap: 0;
  color: #101214;
  background: #fff;
  border-bottom: 1px solid #d9ddda;
}

.br-pin-sidebar.br-state-collapsed .br-sports-summary > :not(strong) {
  display: none;
}

.br-pin-sidebar.br-state-collapsed .br-sports-summary > strong {
  display: grid;
  place-items: center;
  width: 42px;
  min-height: 38px;
  font-size: 0;
}

.br-pin-sidebar.br-state-collapsed .br-sports-summary-tv {
  display: block;
  width: 16px;
  height: 16px;
  color: #4d5357;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.br-pin-sidebar.br-state-collapsed .br-sports-list-heading {
  display: none;
}

.br-pin-sidebar.br-state-collapsed .br-sports-list {
  display: grid;
  width: 42px;
}

.br-pin-sidebar.br-state-collapsed .br-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;
}

.br-pin-sidebar.br-state-collapsed .br-sport-row > span:not(:first-child) {
  display: none;
}

.br-pin-sidebar.br-state-collapsed .br-sport-row-icon {
  display: grid;
  place-items: center;
  width: 42px;
}

.br-pin-sidebar.br-state-collapsed .br-sport-row-icon .br-bl-aside-icon {
  width: 18px;
  height: 18px;
}

.br-pin-sidebar.br-state-collapsed .br-sport-row:hover,
.br-pin-sidebar.br-state-collapsed .br-sport-row:focus-visible {
  color: #238a43;
  background: #eef6ef;
}

.br-right-sidebar.br-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;
}

.br-right-sidebar.br-state-collapsed::-webkit-scrollbar {
  display: none;
}

.br-right-sidebar.br-state-collapsed .br-sport-side-toggle {
  width: 34px;
  min-height: 32px;
  margin-inline: 4px;
  color: #d7d9dc;
  background: #191c22;
  border: 0;
  border-radius: 5px;
  box-shadow: none;
}

.br-right-sidebar.br-state-collapsed .br-right-sidebar-body {
  display: grid;
  justify-items: center;
  width: 100%;
  gap: 5px;
}

.br-right-sidebar.br-state-collapsed .br-registration-card {
  display: grid;
  place-items: center;
  width: 100%;
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.br-right-sidebar.br-state-collapsed .br-registration-card > :not(.br-signup-button) {
  display: none;
}

.br-right-sidebar.br-state-collapsed .br-registration-card .br-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;
}

.br-right-sidebar.br-state-collapsed .br-bet-slip {
  display: block;
  width: 100%;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.br-right-sidebar.br-state-collapsed .br-bet-slip-body {
  display: none;
}

.br-right-sidebar.br-state-collapsed .br-bet-slip-tabs {
  display: grid;
  justify-items: center;
  grid-template-columns: 42px;
  background: transparent;
}

.br-right-sidebar.br-state-collapsed .br-bet-slip-tabs a:not(:first-child) {
  display: none;
}

.br-right-sidebar.br-state-collapsed .br-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);
}

.br-right-sidebar.br-state-collapsed .br-promo-coupon {
  display: grid;
  place-items: center;
  width: 42px;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.br-right-sidebar.br-state-collapsed .br-promo-coupon .br-coupon-body {
  display: none;
}

.br-right-sidebar.br-state-collapsed .br-promo-coupon .br-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;
}

.br-right-sidebar.br-state-collapsed .br-promo-coupon .br-coupon-header div {
  display: grid;
  place-items: center;
  min-height: 52px;
}

.br-right-sidebar.br-state-collapsed .br-promo-coupon .br-coupon-header strong {
  display: grid;
  place-items: center;
  width: 100%;
  font-size: 0;
  font-weight: 800;
  text-transform: uppercase;
}

.br-right-sidebar.br-state-collapsed .br-promo-coupon .br-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);
}

.br-right-sidebar.br-state-collapsed .br-promo-coupon .br-coupon-header small {
  display: none;
}

.br-right-sidebar.br-state-collapsed .br-promo-coupon .br-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;
}

.br-right-sidebar.br-state-collapsed .br-app-platforms {
  display: grid;
  justify-items: center;
  grid-template-columns: 42px;
  gap: 4px;
  overflow: visible;
  background: transparent;
  border-radius: 0;
}

.br-right-sidebar.br-state-collapsed .br-app-platforms a,
.br-right-sidebar.br-state-collapsed .br-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;
}

.br-right-sidebar.br-state-collapsed .br-app-platforms img {
  width: 18px;
  height: 18px;
  margin: 0;
}

.br-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%);
}

.br-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;
}

.br-content-slot-track[data-autoplay] {
  scroll-snap-type: none;
}

.br-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;
}

.br-content-slot-card img {
  width: 100%;
  height: 64px;
  object-fit: cover;
}

.br-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;
}

.br-content-slot-card:hover,
.br-content-slot-card:focus-visible {
  color: #fff;
  border-color: #c9364e;
  outline: none;
  transform: translateY(-1px);
}

@media (max-width: 620px) {
  .br-content-slot-ribbon {
    width: calc(100% + 20px);
    margin: 14px -10px 20px;
  }

  .br-content-slot-track {
    padding-inline: 10px;
  }
}

/* Topic-led editorial scenes inserted into long-form article sections. */
.br-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%);
}

.br-section-scene img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.92) contrast(1.04);
}

.br-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) {
  .br-section-scene-left { margin-left: 0; }
  .br-section-scene-right { margin-right: 0; }
}

@media (max-width: 620px) {
  .br-section-scene {
    width: calc(100% + 20px);
    margin: 14px -10px 18px;
    border-radius: 9px;
  }
}

/* Keep wide editorial tables usable on narrow screens. */
.br-table-wrap,
.br-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;
}

.br-table-wrap::-webkit-scrollbar,
.br-table-scroll::-webkit-scrollbar {
  height: 10px;
}

.br-table-wrap::-webkit-scrollbar-track,
.br-table-scroll::-webkit-scrollbar-track {
  background: #151616;
  border-radius: 999px;
}

.br-table-wrap::-webkit-scrollbar-thumb,
.br-table-scroll::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #a82d40, var(--accent));
  border: 2px solid #151616;
  border-radius: 999px;
}

@media (max-width: 760px) {
  .br-table-wrap,
  .br-table-scroll {
    overflow-x: scroll;
  }

  .br-table-wrap table,
  .br-table-scroll table {
    width: 100%;
    min-width: 680px;
  }
}

/* Natural photography: no coloured wash or full-image darkening. */
.br-hero::after,
.br-editorial-media::after,
.br-promo-banner-card::after,
.br-promo-banner-card.br-promo-copy-opposite::after,
.br-platform-banner-card::after,
.br-section-media::after,
.br-section-scene::after {
  content: none;
  background: none;
  box-shadow: none;
  opacity: 0;
}

.br-hero-img,
.br-editorial-media img,
.br-promo-banner-image,
.br-platform-banner-image,
.br-section-media img,
.br-section-scene img,
.br-section-visual,
.br-payment-visual,
.br-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) {
  .br-promo-banner-card,
  .br-promo-banner-card.br-promo-copy-opposite {
    align-items: center;
    justify-content: center;
    height: clamp(320px, 48vw, 390px);
    min-height: 320px;
    max-height: none;
    padding: 18px;
  }

  .br-promo-banner-image,
  .br-promo-banner-card.br-promo-img-right .br-promo-banner-image {
    object-position: 76% center;
  }

  .br-promo-banner-copy,
  .br-promo-banner-card.br-promo-copy-opposite .br-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;
  }

  .br-promo-banner-kicker,
  .br-promo-banner-title,
  .br-promo-description {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .br-promo-banner-card,
  .br-promo-banner-card.br-promo-copy-opposite {
    height: clamp(270px, 78vw, 330px);
    min-height: 270px;
    padding: 10px;
  }

  .br-promo-banner-image,
  .br-promo-banner-card.br-promo-img-right .br-promo-banner-image {
    object-position: 82% center;
  }

  .br-promo-banner-copy,
  .br-promo-banner-card.br-promo-copy-opposite .br-promo-banner-copy {
    width: calc(100% - 12px);
    max-width: none;
    padding: 30px 12px;
  }

  .br-promo-banner-kicker {
    margin-bottom: 6px;
    font-size: 11px;
  }

  .br-promo-banner-title {
    margin-bottom: 6px;
    font-size: 11px;
    line-height: 1.18;
  }

  .br-promo-description {
    margin-bottom: 11px;
    font-size: clamp(18px, 5.6vw, 22px);
    line-height: 1.06;
  }
}

/* Larger circular Czech flag in the language control. */
.br-language-switch {
  min-height: 48px;
  padding: 4px 12px 4px 5px;
  gap: 9px;
}

.br-language-flag-br {
  width: 25px;
  height: 25px;
  border-width: 1px;
  border-radius: 50%;
  background: #fff url("../img/betlabel/brazil-flag-round.svg") center / cover no-repeat;
}

.br-language-flag-br::after {
  content: none;
}

@media (max-width: 900px) {
  .br-language-switch {
    min-height: 42px;
    padding: 4px 9px 4px 4px;
    gap: 7px;
  }

  .br-language-flag-br {
    width: 25px;
    height: 25px;
  }
}

/* The betting table may scroll sideways, but vertical wheel input belongs to the page. */
.br-live-betting-scroll {
  overscroll-behavior-x: contain;
  overscroll-behavior-y: auto;
}

@media (max-width: 900px) {
  .br-live-betting-curtain {
    position: sticky;
    left: 0;
    width: 100%;
    min-width: 100%;
  }
}

/* Czech review cards: editorial ticket treatment, intentionally distinct from the donor. */
.br-reviews-section {
  background:
    linear-gradient(115deg, rgb(201 54 78 / 9%), transparent 32%),
    linear-gradient(155deg, #221d1c, #121110 76%);
}

.br-reviews-track {
  gap: 22px;
  padding-block: 10px 22px;
}

.br-reviews-track > .br-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%);
}

.br-reviews-track > .br-review-card:nth-child(even) {
  border-top-color: var(--brand-green);
  border-radius: 14px 14px 14px 5px;
}

.br-reviews-track > .br-review-card::before {
  content: "“";
  top: 74px;
  right: 24px;
  color: var(--accent-bright);
  opacity: 0.3;
  font-size: 82px;
  font-weight: 700;
}

.br-reviews-track > .br-review-card:nth-child(even)::before {
  color: var(--brand-green-hover);
}

.br-reviews-track > .br-review-card::after {
  content: none;
}

.br-reviews-section .br-review-card p {
  display: flex;
  flex-direction: column;
  min-height: 245px;
}

.br-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;
}

.br-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;
}

.br-reviews-track > .br-review-card:nth-child(even) .br-review-author::before {
  background: linear-gradient(145deg, #50ba62, #216f35);
}

.br-review-author::after {
  right: 20px;
  bottom: 26px;
  color: #f0c96b;
  text-shadow: none;
}

.br-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) {
  .br-reviews-track > .br-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);
  }

  .br-reviews-track > .br-review-card:nth-child(even):hover {
    border-top-color: var(--brand-green-hover);
  }
}

@media (max-width: 700px) {
  .br-reviews-track > .br-review-card {
    flex-basis: 88%;
    min-height: 280px;
  }

  .br-review-author {
    padding-right: 18px;
    padding-bottom: 36px;
  }

  .br-review-author::after {
    right: auto;
    bottom: 13px;
    left: 70px;
  }

  .br-review-quote {
    align-items: flex-start;
    padding: 24px 44px 26px 22px;
    font-size: 14px;
  }
}

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


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

.br-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;
}

.br-reviews-toggle:hover,
.br-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. */
.br-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;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .br-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;
  }

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

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

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

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

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

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

/* Bonus page tennis promo: keep copy in the empty left field, away from the athlete. */
body[data-page-key="bonus"]
  .br-promo-banner-card[data-promo-position="1"]
  .br-promo-banner-copy {
  margin-right: auto;
  margin-left: 0;
  align-items: flex-start;
  text-align: left;
}

/* Every green application CTA uses the same icon + two-line component. */
.br-section-actions .br-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;
}

.br-section-actions .br-app-download-btn span {
  display: grid;
  justify-items: center;
  gap: 2px;
  min-width: 0;
  line-height: 1.05;
  text-align: center;
}

.br-section-actions .br-app-download-btn small,
.br-section-actions .br-app-download-btn strong {
  display: block;
  color: inherit;
  line-height: 1.05;
}

.br-section-actions .br-app-download-btn small {
  font-size: 10px;
  font-weight: 600;
}

.br-section-actions .br-app-download-btn strong {
  font-size: 13px;
  font-weight: 900;
}

.br-app-banner-btn strong::before,
.br-app-download-btn strong::before {
  content: none !important;
}

@media (max-width: 767px) {
  .br-section-actions .br-app-download-btn {
    grid-template-columns: 22px minmax(0, 1fr) 22px;
    width: 100%;
    min-height: 56px;
    padding: 8px 10px;
    gap: 7px;
  }

  .br-section-actions .br-app-download-btn small {
    font-size: 9px;
  }

  .br-section-actions .br-app-download-btn strong {
    font-size: 11px;
  }
}

/* Editorial side media: generated for Czech long-form sections. */
.br-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))}
.br-editorial-split-left{grid-template-columns:minmax(220px,.85fr) minmax(0,1.65fr)}
.br-editorial-copy{position:relative;z-index:2;align-self:center;min-width:0;padding:clamp(4px,1vw,12px)}
.br-inline-editorial-media{position:relative;min-width:0;min-height:100%;margin:0;overflow:hidden}
.br-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)}
.br-content-section>h2+h3{margin-top:0}
.br-content-section>.br-inline-editorial-media{width:100%;height:clamp(260px,34vw,440px);min-height:0;margin:18px 0;border-radius:12px}
.br-content-section>.br-inline-editorial-media img{height:100%;min-height:0;object-fit:cover;object-position:center}
.br-editorial-split-right .br-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)}
.br-editorial-split-left .br-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)}
.br-editorial-focus-right .br-inline-editorial-media img{object-position:82% center}
.br-editorial-focus-left .br-inline-editorial-media img{object-position:18% center}
.br-home-markets-media{background:linear-gradient(145deg,#f7d968 0%,#5d470d 100%)}
.br-home-markets-media img{object-position:45% center!important}
.br-home-mobile-media img{object-position:60% center!important}
.br-content-section[data-article-section="casino"][data-section-index="4"] .br-inline-editorial-media img{object-position:28% center!important}
@media(max-width:760px){.br-casino-payments-media img{object-position:center 28%!important}}
.br-bonus-alternating-pair{display:grid;gap:clamp(14px,2vw,22px);margin-top:14px}
@media(max-width:760px){.br-bonus-reload-media img,.br-bonus-saturday-media img{object-position:center 28%!important}}
@media(max-width:760px){.br-bonus-loyalty-media img{object-position:center 28%!important}}
.br-app-install-action-media img{object-position:center!important}
@media(max-width:760px){.br-app-install-action-media img{object-position:center 28%!important}}
.br-app-mobile-browser-media img{object-position:center!important}
@media(max-width:760px){.br-app-mobile-browser-media img{object-position:center 42%!important}}
.br-author-card{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:14px;margin-top:22px;padding:16px 18px;border:1px solid rgba(38,210,92,.7);border-left:4px solid #24d65f;border-radius:12px;background:linear-gradient(115deg,#09180f 0,#020705 72%);box-shadow:0 12px 28px rgba(0,0,0,.24);overflow:hidden}
.br-author-card::after{content:"";position:absolute;inset:0 0 auto;height:1px;background:linear-gradient(90deg,rgba(58,239,115,.7),transparent 68%);pointer-events:none}
.br-author-monogram{display:grid;place-items:center;width:52px;height:52px;border:1px solid rgba(78,238,128,.72);border-radius:50%;background:#0d2b18;color:#67f391;font-size:15px;font-weight:900;letter-spacing:.08em;box-shadow:inset 0 0 0 4px #06120a}
.br-author-card-copy{min-width:0}
.br-author-card .br-article-source-block{margin:0!important}
.br-author-card .br-article-source-block:first-child p{margin:0 0 5px!important;color:#fff;font-size:15px;font-weight:800;line-height:1.35}
.br-author-card .br-article-source-block:last-child p{margin:0!important;color:#b9c9bf;font-size:12px;line-height:1.55}
@media(max-width:560px){.br-author-card{gap:11px;padding:14px;border-radius:10px}.br-author-monogram{width:44px;height:44px;font-size:13px}.br-author-card .br-article-source-block:first-child p{font-size:14px}.br-author-card .br-article-source-block:last-child p{font-size:11px}}
.br-bonus-terms-intro{margin-bottom:18px}
.br-bonus-terms-grid{display:grid;gap:18px;counter-reset:bonus-term}
.br-bonus-term-card{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(210px,.72fr);min-height:230px;overflow:hidden;border:1px solid rgba(36,214,95,.52);border-radius:13px;background:linear-gradient(120deg,#07110b 0,#010403 74%);box-shadow:0 14px 32px rgba(0,0,0,.24);counter-increment:bonus-term}
.br-bonus-term-card:nth-child(even){grid-template-columns:minmax(210px,.72fr) minmax(0,1.75fr)}
.br-bonus-term-card:nth-child(even) .br-bonus-term-copy{grid-column:2}
.br-bonus-term-card:nth-child(even) .br-bonus-term-media{grid-row:1;grid-column:1;-webkit-mask-image:linear-gradient(270deg,transparent 0,#000 24%,#000 100%);mask-image:linear-gradient(270deg,transparent 0,#000 24%,#000 100%)}
.br-bonus-term-copy{min-width:0;padding:20px 22px}
.br-bonus-term-copy h3{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:11px;margin:0 0 14px!important;padding:0!important;border:0!important;background:none!important;color:#31df69!important;font-size:17px!important;line-height:1.3}
.br-bonus-term-copy h3::before{display:grid;place-items:center;width:32px;height:32px;border:1px solid rgba(68,237,121,.7);border-radius:50%;background:#0b2313;color:#8af5aa;font-size:10px;font-weight:900;content:counter(bonus-term,decimal-leading-zero)}
.br-bonus-term-copy .br-article-source-block{margin:0 0 13px!important}
.br-bonus-term-copy .br-article-source-block:last-child{margin-bottom:0!important}
.br-bonus-term-copy .br-article-source-block p{margin:0!important}
.br-bonus-term-media{position:relative;min-width:0;min-height:100%;margin:0;overflow:hidden;background:#06100a;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 24%,#000 100%);mask-image:linear-gradient(90deg,transparent 0,#000 24%,#000 100%)}
.br-bonus-term-media::after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 28px rgba(0,0,0,.38);pointer-events:none}
.br-bonus-term-media img{display:block;width:100%;height:100%;min-height:230px;object-fit:cover;object-position:center}
.br-bonus-term-copy>ul{display:grid;gap:9px;margin:0!important;padding:0!important;list-style:none!important}
.br-bonus-term-copy>ul>li{position:relative;margin:0;padding:11px 13px 11px 30px;border:1px solid rgba(255,255,255,.05);border-radius:8px;background:#07100b;color:#dce7df;line-height:1.5}
.br-bonus-term-copy>ul>li::before{position:absolute;top:16px;left:13px;width:7px;height:7px;border-radius:50%;background:#36df6d;box-shadow:0 0 8px rgba(54,223,109,.55);content:""}
@media(max-width:760px){.br-bonus-terms-grid{gap:14px}.br-bonus-term-card,.br-bonus-term-card:nth-child(even){display:flex;min-height:0;flex-direction:column}.br-bonus-term-card .br-bonus-term-media,.br-bonus-term-card:nth-child(even) .br-bonus-term-media{order:-1;width:100%;height:210px;min-height:0;-webkit-mask-image:linear-gradient(180deg,#000 0,#000 72%,transparent 100%);mask-image:linear-gradient(180deg,#000 0,#000 72%,transparent 100%)}.br-bonus-term-media img{height:100%;min-height:0;object-position:center 42%}.br-bonus-term-copy{padding:16px}.br-bonus-term-copy h3{grid-template-columns:30px minmax(0,1fr);gap:9px;font-size:15px!important}.br-bonus-term-copy h3::before{width:28px;height:28px;font-size:9px}.br-bonus-term-copy>ul>li{padding:10px 11px 10px 27px}}
.br-editorial-wide{display:flex;flex-direction:column;gap:clamp(14px,2vw,24px);min-height:0;background:transparent}
.br-editorial-wide .br-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%)}
.br-editorial-wide .br-inline-editorial-media img{width:100%;height:100%;min-height:0;object-fit:cover;object-position:center}
.br-page-shell.is-left-sidebar-collapsed.is-right-sidebar-collapsed .br-editorial-split{display:flex;flex-direction:column;gap:clamp(14px,2vw,24px);min-height:0;background:transparent}
.br-page-shell.is-left-sidebar-collapsed.is-right-sidebar-collapsed .br-editorial-split .br-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%)}
.br-page-shell.is-left-sidebar-collapsed.is-right-sidebar-collapsed .br-editorial-split .br-inline-editorial-media img{width:100%;height:100%;min-height:0;object-fit:cover;object-position:center}
.br-page-shell.is-left-sidebar-collapsed.is-right-sidebar-collapsed .br-editorial-split .br-editorial-copy{order:1;width:100%}
@media(max-width:760px){.br-editorial-split,.br-editorial-split-left{display:flex;flex-direction:column;gap:8px;min-height:0}.br-editorial-split .br-inline-editorial-media{order:-1}.br-editorial-split .br-editorial-copy{order:1}.br-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}.br-inline-editorial-media img{min-height:0;height:100%;object-position:center}.br-home-markets-media img{object-fit:contain;object-position:center!important}.br-editorial-copy{padding:0}}
@media(max-width:760px){.br-content-section>.br-inline-editorial-media{margin:16px 0!important}}

/* Keep hero content comfortably inset from its dark readability panel. */
body .br-hero-copy {
  box-sizing: border-box;
  padding: clamp(24px, 2.4vw, 34px);
  border-radius: 14px;
}

@media (max-width: 900px) {
  body .br-hero-copy {
    padding: clamp(24px, 4vw, 30px);
  }
}

@media (max-width: 520px) {
  body .br-hero-copy {
    padding: 24px 22px 26px;
  }
}

/* Independent responsible-gambling services in the footer. */
.br-footer-support-area {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(420px, .85fr);
  gap: 18px;
  padding: 18px 26px;
  border-top: 1px solid var(--solar-border-soft);
  border-bottom: 1px solid var(--solar-border-soft);
}

.br-footer-support-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.br-footer-support-links a {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  gap: 10px;
  padding: 7px 13px 7px 8px;
  color: var(--solar-muted);
  background: linear-gradient(145deg, #2b2412, #19150a);
  border: 1px solid var(--solar-border-soft);
  border-radius: 11px;
  box-shadow: inset 0 1px 0 rgb(255 232 153 / 6%);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.br-footer-support-links a:hover,
.br-footer-support-links a:focus-visible {
  color: var(--solar-yellow-bright);
  background: linear-gradient(145deg, #3a3016, #211a0c);
  border-color: var(--solar-border);
  transform: translateY(-1px);
}

.br-footer-support-badge {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  color: var(--solar-yellow-bright);
  background: rgb(244 197 66 / 14%);
  border: 1px solid var(--solar-border-soft);
  border-radius: 9px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .04em;
}

.br-footer-contact-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.br-footer-contact-card {
  display: flex;
  min-width: 0;
  min-height: 80px;
  flex-direction: column;
  justify-content: center;
  padding: 14px 18px;
  color: var(--solar-text);
  background: linear-gradient(145deg, #2b2412, #19150a);
  border: 1px solid var(--solar-border-soft);
  border-radius: 13px;
  box-shadow: inset 0 1px 0 rgb(255 232 153 / 6%);
  text-decoration: none;
}

.br-footer-contact-card span {
  margin-bottom: 4px;
  color: var(--solar-muted);
  font-size: 12px;
}

.br-footer-contact-card strong {
  overflow-wrap: anywhere;
  color: var(--solar-text);
  font-size: 14px;
}

.br-footer-contact-card:hover,
.br-footer-contact-card:focus-visible {
  background: linear-gradient(145deg, #3a3016, #211a0c);
  border-color: var(--solar-border);
  transform: translateY(-1px);
}

@media (max-width: 980px) {
  .br-footer-support-area {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .br-footer-support-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .br-footer-support-links a {
    min-width: 0;
    padding-right: 9px;
    font-size: 12px;
  }

  .br-footer-contact-cards {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .br-footer-contact-card {
    min-height: 68px;
  }
}

@media (max-width: 380px) {
  .br-footer-support-links {
    grid-template-columns: 1fr;
  }
}

/* Let editorial scenes use the content width released by a collapsed sidebar. */
.br-page-shell:is(.is-left-sidebar-collapsed, .is-right-sidebar-collapsed) .br-section-scene {
  width: 100%;
  max-width: none;
}

/* Multicountry language and country selector. */
.br-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.br-locale-control {
  position: relative;
  flex: 0 0 auto;
  z-index: 140;
}

.br-locale-control .br-language-switch {
  min-width: 82px;
  min-height: 44px;
  padding: 7px 10px;
  border: 1px solid rgb(255 255 255 / 14%);
  cursor: pointer;
}

.br-locale-control .br-language-switch::after {
  display: none;
  content: none;
}

.br-language-flag,
.br-locale-flag {
  display: block;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 58%);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 2px 7px rgb(0 0 0 / 32%);
}

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

.br-language-chevron {
  margin-left: 1px;
  color: var(--solar-yellow-bright, #f6d75a);
  font-size: 15px;
  line-height: 1;
  transition: transform 180ms ease;
}

.br-locale-control.br-state-open .br-language-chevron {
  transform: rotate(180deg);
}

.br-locale-popover {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: min(680px, calc(100vw - 24px));
  max-height: min(680px, calc(100dvh - var(--header-height, 72px) - 28px));
  overflow: hidden;
  border: 1px solid rgb(244 197 66 / 35%);
  border-radius: 16px;
  background: #161a20;
  box-shadow: 0 24px 64px rgb(0 0 0 / 52%);
}

.br-locale-popover[hidden] {
  display: none !important;
}

.br-locale-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 76px;
  padding: 16px 18px;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  background: linear-gradient(135deg, #20262e, #171a1f);
}

.br-locale-header h2 {
  margin: 2px 0 0;
  color: #fff;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.1;
}

.br-locale-eyebrow {
  color: var(--solar-yellow-bright, #f6d75a);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.br-locale-close {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgb(255 255 255 / 13%);
  border-radius: 50%;
  color: #fff;
  background: rgb(255 255 255 / 6%);
  cursor: pointer;
  font: 400 28px/1 Inter, sans-serif;
}

.br-locale-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  max-height: min(580px, calc(100dvh - var(--header-height, 72px) - 120px));
  padding: 12px;
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-color: var(--solar-yellow-deep, #d6a91f) #20252c;
}

.br-locale-option {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  min-width: 0;
  min-height: 58px;
  padding: 8px 12px;
  border: 1px solid rgb(255 255 255 / 9%);
  border-radius: 10px;
  color: #eef1f4;
  background: #20252c;
  cursor: pointer;
  text-align: left;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.br-locale-option:hover {
  border-color: rgb(244 197 66 / 45%);
  background: #292f37;
  transform: translateY(-1px);
}

.br-locale-option.br-state-active {
  border-color: var(--solar-yellow-bright, #f6d75a);
  background: linear-gradient(135deg, rgb(244 197 66 / 18%), #252a31);
  box-shadow: inset 3px 0 0 var(--solar-yellow-bright, #f6d75a);
}

.br-locale-option:focus-visible,
.br-locale-close:focus-visible,
.br-locale-control .br-language-switch:focus-visible {
  outline: 3px solid var(--solar-yellow-bright, #f6d75a);
  outline-offset: 2px;
}

.br-locale-flag {
  width: 36px;
  height: 36px;
}

.br-locale-copy {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.br-locale-copy strong,
.br-locale-copy small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.br-locale-copy strong {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}

.br-locale-copy small {
  color: #aeb7c1;
  font-size: 12px;
  line-height: 1.2;
}

.br-locale-code {
  color: var(--solar-yellow-bright, #f6d75a);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}

@media (max-width: 620px) {
  .br-locale-control .br-language-switch {
    min-width: 70px;
    padding-inline: 8px;
  }

  .br-locale-popover {
    position: fixed;
    top: calc(var(--header-height, 72px) + 8px);
    right: 8px;
    left: 8px;
    width: auto;
    max-height: calc(100dvh - var(--header-height, 72px) - 16px);
    border-radius: 14px;
  }

  .br-locale-list {
    grid-template-columns: 1fr;
    max-height: calc(100dvh - var(--header-height, 72px) - 104px);
  }

  .br-locale-option {
    min-height: 56px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .br-language-chevron,
  .br-locale-option {
    transition: none;
  }
}

/* Premium global selector: gold-ticket trigger and sportsbook passport dialog. */
.br-topbar:has(.br-locale-control.br-state-open) {
  z-index: 20000;
}

.br-locale-control .br-language-switch {
  position: relative;
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  gap: 8px;
  min-width: 104px;
  min-height: 46px;
  padding: 5px 11px 5px 6px;
  overflow: hidden;
  border: 1px solid rgb(246 210 87 / 42%);
  border-radius: 999px;
  color: #fff;
  background:
    linear-gradient(120deg, rgb(255 255 255 / 7%), transparent 34%),
    linear-gradient(145deg, #262116, #12130f 72%);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 10%),
    inset 0 -1px 0 rgb(0 0 0 / 44%),
    0 7px 20px rgb(0 0 0 / 28%);
  isolation: isolate;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.br-locale-control .br-language-switch::before {
  position: absolute;
  z-index: -1;
  top: -70%;
  left: -25%;
  width: 44%;
  height: 240%;
  background: linear-gradient(90deg, transparent, rgb(255 225 116 / 22%), transparent);
  content: "";
  transform: rotate(18deg) translateX(-180%);
  transition: transform 420ms ease;
}

.br-locale-control .br-language-switch:hover,
.br-locale-control.br-state-open .br-language-switch {
  border-color: #f3cf52;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 14%),
    0 0 0 3px rgb(243 207 82 / 10%),
    0 9px 24px rgb(0 0 0 / 36%);
  transform: translateY(-1px);
}

.br-locale-control .br-language-switch:hover::before {
  transform: rotate(18deg) translateX(430%);
}

.br-language-flag-shell {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgb(255 222 98 / 56%);
  border-radius: 50%;
  background: #10110e;
  box-shadow: 0 0 0 3px rgb(255 255 255 / 5%);
}

.br-language-flag {
  width: 28px;
  height: 28px;
  border: 0;
  box-shadow: none;
}

.br-language-meta {
  display: grid;
  justify-items: start;
  gap: 1px;
  line-height: 1;
}

.br-language-meta small {
  color: #a9a28d;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.br-language-meta strong {
  color: #fff8db;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
}

.br-language-chevron {
  width: 18px;
  height: 18px;
  margin: 0;
  border: 1px solid rgb(255 255 255 / 9%);
  border-radius: 50%;
  color: #f3cf52;
  background: rgb(255 255 255 / 5%);
  font-size: 13px;
  line-height: 14px;
  text-align: center;
}

.br-locale-scrim {
  position: fixed;
  z-index: 1;
  inset: 0;
  width: 100vw;
  height: 100dvh;
  padding: 0;
  border: 0;
  background:
    radial-gradient(circle at 75% 10%, rgb(215 171 34 / 14%), transparent 34%),
    rgb(3 5 5 / 66%);
  backdrop-filter: blur(7px) saturate(.72);
  cursor: default;
  animation: br-locale-scrim-in 180ms ease-out both;
}

.br-locale-scrim[hidden] {
  display: none !important;
}

.br-locale-popover {
  position: fixed;
  z-index: 2;
  top: 76px;
  right: auto;
  left: 50%;
  width: min(760px, calc(100vw - 32px));
  max-height: calc(100dvh - 92px);
  overflow: hidden;
  border: 1px solid rgb(245 207 79 / 42%);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgb(255 255 255 / 4%), transparent 33%),
    #121512;
  box-shadow:
    0 0 0 1px rgb(255 255 255 / 4%) inset,
    0 36px 100px rgb(0 0 0 / 72%),
    0 0 80px rgb(212 166 28 / 10%);
  transform: translateX(-50%);
  animation: br-locale-panel-in 300ms cubic-bezier(.18, .82, .2, 1) both;
}

.br-locale-popover::after {
  position: absolute;
  top: 0;
  right: 24px;
  left: 24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #ffe78a, transparent);
  content: "";
}

.br-locale-header {
  position: relative;
  min-height: 116px;
  padding: 24px 26px 20px;
  overflow: hidden;
  border-bottom: 1px solid rgb(255 255 255 / 8%);
  background:
    radial-gradient(circle at 82% -30%, rgb(245 202 62 / 25%), transparent 48%),
    repeating-linear-gradient(120deg, transparent 0 34px, rgb(255 255 255 / 2%) 35px 36px),
    linear-gradient(135deg, #24251f, #151713 72%);
}

.br-locale-header::before {
  position: absolute;
  right: 88px;
  bottom: -36px;
  width: 130px;
  height: 130px;
  border: 1px solid rgb(246 210 87 / 13%);
  border-radius: 50%;
  box-shadow: 0 0 0 18px rgb(246 210 87 / 4%), 0 0 0 38px rgb(246 210 87 / 3%);
  content: "";
}

.br-locale-header h2 {
  position: relative;
  margin-top: 5px;
  color: #fff;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 900;
  letter-spacing: -.035em;
}

.br-locale-header p {
  position: relative;
  margin: 7px 0 0;
  color: #aeb4aa;
  font-size: 13px;
}

.br-locale-eyebrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f5d465;
  font-size: 10px;
  letter-spacing: .2em;
}

.br-locale-eyebrow::before {
  width: 18px;
  height: 2px;
  background: #f5d465;
  box-shadow: 0 0 12px #f5d465;
  content: "";
}

.br-locale-close {
  z-index: 1;
  border-color: rgb(245 212 101 / 20%);
  color: #ede7d2;
  background: rgb(8 9 8 / 32%);
  transition: border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.br-locale-close:hover {
  border-color: #f5d465;
  color: #f5d465;
  transform: rotate(5deg);
}

.br-locale-toolbar {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(260px, 1.15fr);
  gap: 12px;
  padding: 14px 16px 12px;
  background: #10120f;
}

.br-locale-current,
.br-locale-search {
  display: flex;
  align-items: center;
  min-height: 54px;
  border: 1px solid rgb(255 255 255 / 8%);
  border-radius: 13px;
  background: linear-gradient(145deg, #1c211c, #171a17);
}

.br-locale-current {
  gap: 11px;
  padding: 8px 13px;
}

.br-locale-current-mark {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border: 1px solid rgb(247 213 96 / 55%);
  border-radius: 9px;
  color: #17170e;
  background: linear-gradient(145deg, #ffe883, #cfa722);
  box-shadow: 0 6px 18px rgb(218 175 38 / 20%);
  font-weight: 900;
}

.br-locale-current > span:last-child {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.br-locale-current small {
  color: #8f978c;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.br-locale-current strong {
  overflow: hidden;
  color: #f8f4e5;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.br-locale-search {
  position: relative;
  padding: 0 13px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.br-locale-search:focus-within {
  border-color: rgb(245 212 101 / 62%);
  box-shadow: 0 0 0 3px rgb(245 212 101 / 8%);
}

.br-locale-search-icon {
  position: relative;
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  border: 2px solid #a9a58f;
  border-radius: 50%;
}

.br-locale-search-icon::after {
  position: absolute;
  right: -5px;
  bottom: -3px;
  width: 7px;
  height: 2px;
  border-radius: 2px;
  background: #a9a58f;
  content: "";
  transform: rotate(45deg);
}

.br-locale-search-input {
  width: 100%;
  min-width: 0;
  height: 48px;
  padding: 0;
  border: 0;
  outline: 0;
  color: #fff;
  background: transparent;
  font: 600 13px/1 Inter, sans-serif;
}

.br-locale-search-input::placeholder {
  color: #858b82;
}

.br-locale-search-input::-webkit-search-cancel-button {
  filter: invert(1) opacity(.55);
}

.br-locale-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  max-height: calc(100dvh - 312px);
  padding: 4px 16px 16px;
  background: #10120f;
}

.br-locale-option {
  grid-template-columns: 44px minmax(0, 1fr) auto;
  min-height: 64px;
  padding: 8px 12px 8px 9px;
  border-color: rgb(255 255 255 / 7%);
  border-radius: 13px;
  background:
    linear-gradient(120deg, rgb(255 255 255 / 3%), transparent 44%),
    #191d19;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 3%);
}

.br-locale-option:hover {
  border-color: rgb(245 212 101 / 42%);
  background: #20251f;
  box-shadow: 0 9px 22px rgb(0 0 0 / 18%);
  transform: translateY(-2px);
}

.br-locale-option.br-state-active {
  border-color: #f0cd52;
  background:
    radial-gradient(circle at 0 50%, rgb(243 207 82 / 18%), transparent 44%),
    linear-gradient(135deg, #25261d, #1a1d18);
  box-shadow:
    inset 3px 0 0 #f0cd52,
    inset 0 0 0 1px rgb(255 241 167 / 10%),
    0 8px 28px rgb(0 0 0 / 22%);
}

.br-locale-option[hidden] {
  display: none !important;
}

.br-locale-flag {
  width: 40px;
  height: 30px;
  border-color: rgb(255 255 255 / 20%);
  border-radius: 8px;
  box-shadow: 0 5px 12px rgb(0 0 0 / 34%);
}

.br-locale-copy strong {
  font-size: 14px;
  letter-spacing: -.01em;
}

.br-locale-copy small {
  color: #8e978e;
  font-size: 11px;
}

.br-locale-code {
  display: grid;
  place-items: center;
  min-width: 29px;
  height: 24px;
  padding: 0 5px;
  border: 1px solid rgb(245 212 101 / 13%);
  border-radius: 7px;
  color: #d9bd54;
  background: rgb(0 0 0 / 15%);
  font-size: 9px;
}

.br-locale-empty {
  margin: 0;
  padding: 54px 20px 66px;
  color: #9ba097;
  background: #10120f;
  font-size: 14px;
  text-align: center;
}

@keyframes br-locale-scrim-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes br-locale-panel-in {
  from { opacity: 0; transform: translateX(-50%) translateY(-12px) scale(.975); }
  to { opacity: 1; transform: translateX(-50%) translateY(0) scale(1); }
}

@media (max-width: 620px) {
  .br-locale-control .br-language-switch {
    min-width: 84px;
    min-height: 42px;
    padding: 4px 8px 4px 5px;
  }

  .br-language-flag-shell {
    width: 32px;
    height: 32px;
  }

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

  .br-language-meta small {
    display: none;
  }

  .br-locale-popover {
    top: 68px;
    right: 8px;
    left: 8px;
    width: auto;
    max-height: calc(100dvh - 76px);
    border-radius: 18px;
    transform: none;
  }

  .br-locale-header {
    min-height: 102px;
    padding: 19px 18px 17px;
  }

  .br-locale-header h2 {
    max-width: 260px;
    font-size: 25px;
  }

  .br-locale-header p {
    display: none;
  }

  .br-locale-toolbar {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 11px 11px 9px;
  }

  .br-locale-current,
  .br-locale-search {
    min-height: 48px;
  }

  .br-locale-list {
    grid-template-columns: 1fr;
    max-height: calc(100dvh - 286px);
    padding: 2px 11px 12px;
  }

  .br-locale-option {
    min-height: 59px;
  }

  @keyframes br-locale-panel-in {
    from { opacity: 0; transform: translateY(-10px) scale(.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
  }
}

@media (prefers-reduced-motion: reduce) {
  .br-locale-scrim,
  .br-locale-popover {
    animation: none;
  }

  .br-locale-control .br-language-switch,
  .br-locale-control .br-language-switch::before,
  .br-locale-close {
    transition: none;
  }
}

/* Compact flag wall: 27 countries in three rows on desktop. */
.br-locale-popover {
  top: 96px;
  width: min(430px, calc(100vw - 32px));
  max-height: calc(100dvh - 112px);
}

.br-locale-header {
  min-height: 88px;
  padding: 18px 22px 16px;
}

.br-locale-header h2 {
  margin-top: 3px;
  font-size: clamp(23px, 2.6vw, 30px);
}

.br-locale-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-height: calc(100dvh - 226px);
  padding: 16px;
  overflow-x: hidden;
  overflow-y: auto;
}

.br-locale-option {
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  min-width: 0;
  min-height: 70px;
  padding: 8px 5px;
}

.br-locale-flag {
  width: 54px;
  height: 36px;
  transition: filter 160ms ease, transform 160ms ease;
}

.br-locale-option:hover .br-locale-flag,
.br-locale-option:focus-visible .br-locale-flag {
  filter: saturate(1.12) brightness(1.08);
  transform: scale(1.08);
}

.br-locale-option.br-state-active::after {
  position: absolute;
  right: 5px;
  bottom: 5px;
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  color: #15150d;
  background: #f3d25c;
  content: "✓";
  font-size: 11px;
  font-weight: 1000;
  box-shadow: 0 3px 9px rgb(0 0 0 / 38%);
}

.br-locale-option {
  position: relative;
}

@media (max-width: 620px) {
  .br-locale-popover {
    top: 74px;
    max-height: calc(100dvh - 82px);
  }

  .br-locale-header {
    min-height: 82px;
    padding: 15px 16px 13px;
  }

  .br-locale-header h2 {
    font-size: 23px;
  }

  .br-locale-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    max-height: calc(100dvh - 180px);
    padding: 11px;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .br-locale-option {
    min-height: 58px;
    padding: 6px 3px;
    border-radius: 10px;
  }

  .br-locale-flag {
    width: min(48px, 100%);
    height: 32px;
  }

  .br-locale-option.br-state-active::after {
    right: 2px;
    bottom: 2px;
    width: 15px;
    height: 15px;
    font-size: 9px;
  }
}

/* High-contrast copy inside the light featured-match card. */
.br-top-game-body .br-match-league,
.br-top-game-body .br-match-league .br-bl-aside-icon,
.br-top-game-body .br-match-status,
.br-top-game-body .br-match-status::before,
.br-top-game-body .br-match-details {
  color: #5b4300 !important;
}

.br-top-game-body .br-match-league,
.br-top-game-body .br-match-status,
.br-top-game-body .br-match-details {
  font-weight: 700;
}


/* BetLabel Multi: black, green and white visual system. */
:root {
  --multi-black: #050806;
  --multi-ink: #090d0a;
  --multi-panel: #0d1410;
  --multi-panel-soft: #121c16;
  --multi-panel-raised: #17241b;
  --multi-green: #27b34a;
  --multi-green-bright: #42d563;
  --multi-green-deep: #116329;
  --multi-white: #f7fbf8;
  --multi-muted: #a9b7ad;
  --multi-line: rgb(72 211 105 / 34%);
  --multi-line-strong: rgb(72 211 105 / 62%);

  --page-bg: var(--multi-black);
  --header-bg: #080d09;
  --panel-bg: var(--multi-panel);
  --panel-soft: var(--multi-panel-soft);
  --heading-bg: var(--multi-panel-raised);
  --control-bg: #0a110c;
  --light-bg: #edf5ef;
  --text: var(--multi-white);
  --muted: var(--multi-muted);
  --dark-text: #061008;
  --accent: var(--multi-green);
  --accent-hover: var(--multi-green-bright);
  --accent-soft: #9ee8ae;
  --accent-bright: #58e276;
  --accent-highlight: #84ef9a;
  --accent-pale: #d9f8df;
  --signal-blue: var(--multi-green-deep);
  --signal-blue-hover: var(--multi-green);
  --signal-blue-soft: #bdeec7;
  --brand-green: var(--multi-green);
  --brand-green-hover: var(--multi-green-bright);
  --brand-green-active: var(--multi-green-deep);
  --line: #235e31;
  --shadow: 0 20px 48px rgb(0 0 0 / 46%);

  /* Neutralize the previous gold-theme aliases. */
  --solar-yellow: var(--multi-green);
  --solar-yellow-bright: var(--multi-green-bright);
  --solar-yellow-deep: var(--multi-green-deep);
  --solar-ink: var(--multi-ink);
  --solar-panel: var(--multi-panel);
  --solar-panel-soft: var(--multi-panel-soft);
  --solar-border: var(--multi-line-strong);
  --solar-border-soft: var(--multi-line);
  --solar-text: var(--multi-white);
  --solar-muted: var(--multi-muted);
}

html,
body {
  color: var(--multi-white);
  background: var(--multi-black);
  scrollbar-color: var(--multi-green-deep) var(--multi-black);
}

body {
  background-image:
    radial-gradient(circle at 78% 4%, rgb(39 179 74 / 10%), transparent 32rem),
    radial-gradient(circle at 8% 38%, rgb(39 179 74 / 6%), transparent 34rem),
    linear-gradient(180deg, #071009 0%, #050806 42%, #030504 100%);
  background-attachment: fixed;
}

::selection {
  color: #fff;
  background: #176f30;
}

button:focus-visible,
a:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid rgb(66 213 99 / 76%) !important;
  outline-offset: 2px;
}

.br-topbar {
  border-bottom-color: var(--multi-line-strong);
  background: rgb(6 11 7 / 96%);
  box-shadow: 0 14px 36px rgb(0 0 0 / 58%), inset 0 -1px 0 rgb(88 226 118 / 9%);
}

.br-nav-links a {
  color: #dce7df;
}

.br-nav-links a:hover,
.br-nav-links .br-state-active {
  color: #fff;
  border-color: var(--multi-line-strong);
  background: rgb(39 179 74 / 12%);
}

.br-nav-links .br-state-active::after {
  background: linear-gradient(90deg, transparent, var(--multi-green-bright), transparent);
  box-shadow: 0 0 14px rgb(66 213 99 / 44%);
}

.br-tool-button,
.br-language-switch,
.br-ghost,
.br-reviews-toggle,
.br-sport-side-toggle {
  color: var(--multi-white);
  border-color: var(--multi-line);
  background: linear-gradient(145deg, #172219, #090e0a);
}

.br-tool-button:hover,
.br-language-switch:hover,
.br-language-switch:focus-visible,
.br-ghost:hover,
.br-reviews-toggle:hover,
.br-reviews-toggle:focus-visible,
.br-sport-side-toggle:hover {
  color: #fff;
  border-color: var(--multi-line-strong);
  background: #1a2b1e;
}

.br-hot,
.br-signup-button,
.br-promo-banner-cta,
.br-app-download-btn,
.br-section-actions .br-app-download-btn,
.br-app-banner-btn {
  color: #fff !important;
  border-color: rgb(117 238 142 / 58%) !important;
  background: linear-gradient(180deg, #32c756, #168536) !important;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 24%), 0 10px 26px rgb(16 112 43 / 30%) !important;
}

.br-hot:hover,
.br-signup-button:hover,
.br-promo-banner-cta:hover,
.br-app-download-btn:hover,
.br-app-banner-btn:hover {
  color: #fff !important;
  background: linear-gradient(180deg, #48d66a, #20a143) !important;
  transform: translateY(-1px);
}

.br-hot:active,
.br-signup-button:active,
.br-promo-banner-cta:active,
.br-app-download-btn:active,
.br-app-banner-btn:active {
  transform: translateY(1px) scale(.99);
}

.br-left-sidebar,
.br-right-sidebar,
.br-pin-side-nav,
.br-registration-card,
.br-bet-slip,
.br-promo-coupon,
.br-scratch-card,
.br-app-platforms {
  border-color: var(--multi-line);
  background: linear-gradient(155deg, #121c15, #070b08 76%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 4%), 0 18px 40px rgb(0 0 0 / 44%);
}

.br-sports-quick-row,
.br-top-game-header,
.br-sports-catalog-header,
.br-sports-tabs,
.br-phone-method,
.br-bet-slip-tabs,
.br-signup-promo,
.br-signup-field,
.br-bet-slip-body {
  color: var(--multi-white);
  border-color: rgb(72 211 105 / 22%);
  background-color: #101912;
}

.br-sports-quick-row:hover,
.br-sports-quick-row.br-state-open,
.br-phone-method:hover,
.br-signup-promo:hover {
  color: #fff;
  border-color: var(--multi-line-strong);
  background: #192a1d;
}

.br-pin-section,
.br-content-section,
.br-reviews-section,
.br-home-app-banner,
.br-bonus-banner-section,
.br-bonus-final-cta {
  border-color: var(--multi-line);
  background:
    radial-gradient(circle at 100% 0%, rgb(39 179 74 / 10%), transparent 28rem),
    linear-gradient(150deg, #111a13, #080d09 78%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 4%), 0 20px 46px rgb(0 0 0 / 40%);
}

.br-pin-section h2,
.br-content-section h2,
.br-reviews-section > h2 {
  color: #fff;
  border-color: rgb(72 211 105 / 28%);
  background: linear-gradient(90deg, rgb(39 179 74 / 20%), transparent 64%), #152019;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 4%);
}

.br-pin-section h3,
.br-content-section h3,
.br-content-section h4 {
  color: #70df87;
}

.br-content-section p,
.br-content-section li,
.br-article-source-block,
.br-review-card p {
  color: #d9e4dc;
}

.br-content-section ul,
.br-content-section ol,
.br-pin-section ul,
.br-pin-section ol {
  border-color: rgb(72 211 105 / 18%);
  background: rgb(6 11 7 / 32%);
}

.br-content-section li::marker,
.br-pin-section li::marker {
  color: var(--multi-green-bright);
}

.br-content-section li + li,
.br-pin-section li + li {
  border-top-color: rgb(255 255 255 / 6%);
}

.br-hero,
.br-promo-banner-card,
.br-platform-banner-card,
.br-live-betting,
.br-review-card,
.br-table-wrap,
.br-table-scroll,
.br-article-scene-media,
.br-section-scene,
.br-inline-editorial-media {
  border-color: var(--multi-line-strong);
  box-shadow: 0 22px 52px rgb(0 0 0 / 48%);
}

.br-review-card,
.br-faq-item {
  color: var(--multi-white);
  border-color: var(--multi-line);
  background: linear-gradient(145deg, #142019, #090e0b);
}

.br-faq-item:hover,
.br-faq-item[open] {
  border-color: var(--multi-line-strong);
  box-shadow: inset 3px 0 0 var(--multi-green);
}

.br-faq-item summary {
  color: #f2f8f3;
}

.br-table-wrap table,
.br-table-scroll table,
.br-content-section table {
  color: #e9f1eb;
  background: #0b120d;
}

.br-table-wrap thead,
.br-table-scroll thead,
.br-content-section thead {
  color: #fff;
  background: #193321;
}

.br-table-wrap th,
.br-table-wrap td,
.br-table-scroll th,
.br-table-scroll td,
.br-content-section th,
.br-content-section td {
  border-color: rgb(72 211 105 / 18%);
}

.br-table-wrap tbody tr:nth-child(even),
.br-table-scroll tbody tr:nth-child(even),
.br-content-section tbody tr:nth-child(even) {
  background: rgb(39 179 74 / 5%);
}

.br-table-wrap tbody tr:hover,
.br-table-scroll tbody tr:hover,
.br-content-section tbody tr:hover {
  background: rgb(39 179 74 / 10%);
}

.br-live-betting-head,
.br-betting-nav,
.br-live-betting-curtain,
.br-slots-carousel-card,
.br-content-slot-card,
.br-slot-library-card,
.br-slots-carousel-name {
  color: var(--multi-white);
  border-color: rgb(72 211 105 / 24%);
  background: #0e1811;
}

.br-footer {
  color: #d4dfd7;
  border-top-color: var(--multi-line-strong);
  border-image: none;
  background: radial-gradient(circle at 50% 0%, rgb(39 179 74 / 9%), transparent 32rem), #050806;
}

.br-footer-columns,
.br-footer-notice,
.br-footer-legal-row,
.br-footer-payments {
  border-color: rgb(72 211 105 / 17%);
}

.br-footer a:hover {
  color: var(--multi-green-bright);
}

.br-bonus-terms-section {
  border-top-color: var(--multi-line-strong) !important;
  background: radial-gradient(circle at 94% 4%, rgb(39 179 74 / 12%), transparent 34%), linear-gradient(145deg, #111a13, #080d09 78%) !important;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 4%), 0 20px 46px rgb(0 0 0 / 40%);
}

.br-bonus-terms-section::after {
  border-color: rgb(72 211 105 / 18%);
  box-shadow: 0 0 0 34px rgb(39 179 74 / 4%), 0 0 0 70px rgb(39 179 74 / 3%);
}

.br-bonus-term-chapter {
  --chapter-line: rgb(72 211 105 / 24%);
}

.br-bonus-term-chapter::before {
  color: #fff;
  border-color: var(--multi-line-strong);
  background: linear-gradient(145deg, #1e3b26, #0b130e);
  box-shadow: 0 0 0 5px rgb(39 179 74 / 6%), 0 10px 24px rgb(0 0 0 / 34%);
}

.br-bonus-term-chapter > h3,
.br-bonus-term-chapter > h3::after {
  color: var(--multi-green-bright);
}

.br-bonus-term-chapter > h3::after {
  background: linear-gradient(90deg, var(--multi-green), transparent);
}

.br-bonus-term-chapter:last-child {
  border-color: var(--multi-line);
  background: linear-gradient(105deg, rgb(39 179 74 / 9%), rgb(6 11 7 / 54%));
}

.br-promo-coupon,
.br-fortune-tab,
.br-fortune-panel {
  color: var(--multi-white);
  border-color: var(--multi-line-strong);
  background: radial-gradient(circle at 88% 0%, rgb(39 179 74 / 13%), transparent 38%), linear-gradient(155deg, #142019, #070b08 72%);
}

.br-coupon-header {
  border-bottom-color: var(--multi-line);
  background: linear-gradient(110deg, rgb(39 179 74 / 16%), transparent 62%), #111a13;
}

.br-coupon-header small,
.br-coupon-divider,
.br-fortune-eyebrow {
  color: var(--multi-green-bright);
}

.br-coupon-ticket-icon,
.br-coupon-offer-head span,
.br-coupon-copy,
.br-scratch-reveal {
  color: #071008;
  border-color: rgb(72 211 105 / 42%);
  background: linear-gradient(145deg, #dff7e4, #75df8c);
}

.br-scratch-card {
  border-color: var(--multi-line-strong);
  background: #eaf6ed;
}

.br-floating-chat,
.br-scroll-top {
  color: #fff;
  border-color: var(--multi-line-strong);
  background: linear-gradient(145deg, var(--multi-green-bright), var(--multi-green-deep));
  box-shadow: 0 12px 32px rgb(0 0 0 / 48%), 0 0 0 5px rgb(39 179 74 / 10%);
}

.br-fortune-wheel {
  border-color: #dff7e4;
  background: conic-gradient(var(--multi-green) 0 45deg, #f4faf5 45deg 90deg, var(--multi-green-deep) 90deg 135deg, #08100a 135deg 180deg, var(--multi-green) 180deg 225deg, #f4faf5 225deg 270deg, var(--multi-green-deep) 270deg 315deg, #08100a 315deg);
  box-shadow: 0 0 0 3px var(--multi-green), 0 0 0 7px #050806, 0 14px 34px rgb(0 0 0 / 52%);
}

/* Compact country switch: flag, short country code, chevron. */
.br-locale-control .br-language-switch {
  grid-template-columns: auto auto auto;
  min-width: 92px;
  min-height: 44px;
  gap: 7px;
  padding: 4px 9px 4px 5px;
  border-color: var(--multi-line-strong);
  color: #fff;
  background: linear-gradient(145deg, #172219, #080d09 74%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 7%), 0 8px 22px rgb(0 0 0 / 34%);
}

.br-locale-control .br-language-switch::before {
  background: linear-gradient(90deg, transparent, rgb(100 232 127 / 18%), transparent);
}

.br-locale-control .br-language-switch:hover,
.br-locale-control.br-state-open .br-language-switch {
  border-color: var(--multi-green-bright);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 9%), 0 0 0 3px rgb(66 213 99 / 10%), 0 9px 24px rgb(0 0 0 / 38%);
}

.br-language-flag-shell {
  border-color: rgb(91 226 119 / 56%);
  background: #060a07;
  box-shadow: 0 0 0 3px rgb(66 213 99 / 6%);
}

.br-language-meta {
  display: flex;
  align-items: center;
}

.br-language-meta small {
  display: none !important;
}

.br-language-meta strong {
  color: #fff;
  font-size: 13px;
  letter-spacing: .09em;
}

.br-language-chevron {
  color: var(--multi-green-bright);
  border-color: rgb(72 211 105 / 16%);
  background: rgb(39 179 74 / 8%);
}

.br-locale-scrim {
  background: radial-gradient(circle at 75% 10%, rgb(39 179 74 / 12%), transparent 34%), rgb(2 5 3 / 72%);
}

.br-locale-popover {
  border-color: var(--multi-line-strong);
  background: #0a100c;
  box-shadow: 0 0 0 1px rgb(255 255 255 / 3%) inset, 0 36px 100px rgb(0 0 0 / 76%), 0 0 80px rgb(39 179 74 / 8%);
}

.br-locale-popover::after {
  background: linear-gradient(90deg, transparent, var(--multi-green-bright), transparent);
}

.br-locale-header {
  border-bottom-color: rgb(72 211 105 / 17%);
  background: radial-gradient(circle at 82% -30%, rgb(39 179 74 / 20%), transparent 48%), linear-gradient(135deg, #17231a, #0b100c 72%);
}

.br-locale-header::before {
  border-color: rgb(72 211 105 / 13%);
  box-shadow: 0 0 0 18px rgb(39 179 74 / 4%), 0 0 0 38px rgb(39 179 74 / 3%);
}

.br-locale-header h2 {
  color: #fff;
}

.br-locale-close {
  color: #e8f3eb;
  border-color: rgb(72 211 105 / 22%);
  background: rgb(0 0 0 / 24%);
}

.br-locale-close:hover {
  color: var(--multi-green-bright);
  border-color: var(--multi-green-bright);
}

.br-locale-list {
  background: #080d09;
  scrollbar-color: var(--multi-green-deep) #080d09;
}

.br-locale-option {
  border-color: rgb(72 211 105 / 12%);
  background: linear-gradient(145deg, #111a13, #0a100c);
}

.br-locale-option:hover {
  border-color: var(--multi-line-strong);
  background: #17251b;
}

.br-locale-option.br-state-active {
  border-color: var(--multi-green-bright);
  background: radial-gradient(circle at 0 50%, rgb(39 179 74 / 19%), transparent 48%), #132019;
  box-shadow: inset 3px 0 0 var(--multi-green), inset 0 0 0 1px rgb(135 239 156 / 8%);
}

.br-locale-option.br-state-active::after {
  color: #fff;
  background: var(--multi-green);
}

@media (max-width: 620px) {
  .br-locale-control .br-language-switch {
    min-width: 86px;
  }
}

.br-registration-card h2,
.br-bet-slip-heading,
.br-bet-slip-heading span {
  color: var(--multi-white) !important;
}

.br-top-game-body {
  color: #071008;
  border-color: var(--multi-line-strong);
  background: #f2f8f3;
}

.br-top-game-body .br-match-league,
.br-top-game-body .br-match-league .br-bl-aside-icon,
.br-top-game-body .br-match-status,
.br-top-game-body .br-match-status::before,
.br-top-game-body .br-match-details {
  color: var(--multi-green-deep) !important;
}

.br-match-odds a,
.br-live-betting-odd,
.br-live-betting-odd.br-state-rising {
  color: #0a3215;
  border-color: rgb(39 179 74 / 28%);
  background: #edf7ef;
}

.br-match-odds a:hover,
.br-live-betting-odd:hover,
.br-live-betting-odd:focus-visible,
.br-live-betting-odd.br-state-rising:hover {
  color: #061d0d;
  border-color: var(--multi-green);
  background: #dff3e3;
}

.br-live-betting-odd.br-state-rising .br-live-odd-value {
  color: var(--multi-green-deep);
}

.br-live-betting-league {
  color: #fff;
  border-top-color: var(--multi-green-bright);
  background: #173b21;
}

.br-team-mark-blue,
.br-team-mark-green,
.br-live-signal i {
  background: var(--multi-green) !important;
}

html,
body {
  background: #000 !important;
  background-image: none !important;
}

.br-live-betting-odd.br-state-falling {
  color: #174523;
  border-color: rgb(39 179 74 / 24%);
  background: #f4f8f5;
}

.br-live-betting-odd.br-state-falling .br-live-odd-value {
  color: #174523;
}

.br-live-betting-odd.br-state-falling:hover,
.br-live-betting-odd.br-state-falling:focus-visible {
  color: #071b0d;
  border-color: var(--multi-green);
  background: #e2f2e5;
}

.br-pin-section,
.br-content-section,
.br-reviews-section,
.br-home-app-banner,
.br-bonus-banner-section,
.br-bonus-final-cta,
.br-bonus-terms-section {
  background: #000 !important;
  background-image: none !important;
}

.br-pin-section h2,
.br-content-section h2,
.br-reviews-section > h2 {
  padding-left: 40px;
}

.br-pin-section h2::before,
.br-content-section h2::before,
.br-reviews-section > h2::before {
  top: 50%;
  bottom: auto;
  left: 15px;
  width: 13px;
  height: 22px;
  border: 0;
  border-radius: 0;
  background: linear-gradient(180deg, var(--multi-green-bright), var(--multi-green-deep));
  box-shadow: 0 0 12px rgb(39 179 74 / 34%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  opacity: 1;
  transform: translateY(-50%);
}

.br-table-wrap,
.br-table-scroll {
  border-color: var(--multi-line-strong);
  background: #000;
  box-shadow: 0 16px 36px rgb(0 0 0 / 48%);
}

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

.br-table-wrap {
  margin-bottom: 0;
}

.br-pin-section > .br-table-wrap:not(.br-table-wrap ~ .br-table-wrap),
.br-content-section > .br-table-wrap:not(.br-table-wrap ~ .br-table-wrap) {
  margin-bottom: 20px;
}

.br-table-wrap table,
.br-table-scroll table,
.br-content-section table {
  color: var(--multi-white);
  background: #000;
}

.br-table-wrap thead,
.br-table-scroll thead,
.br-content-section thead,
.br-table-wrap th,
.br-table-scroll th,
.br-content-section th {
  color: #fff;
  background: #071009;
  box-shadow: inset 0 -2px 0 var(--multi-green);
}

.br-table-wrap th,
.br-table-wrap td,
.br-table-scroll th,
.br-table-scroll td,
.br-content-section th,
.br-content-section td {
  border-color: rgb(72 211 105 / 24%);
}

.br-table-wrap tbody tr:nth-child(odd) td,
.br-table-wrap tbody tr:nth-child(even) td,
.br-table-scroll tbody tr:nth-child(odd) td,
.br-table-scroll tbody tr:nth-child(even) td,
.br-content-section tbody tr:nth-child(odd) td,
.br-content-section tbody tr:nth-child(even) td {
  color: #dfe9e2;
  background: #000;
}

.br-table-wrap tbody tr:hover td,
.br-table-scroll tbody tr:hover td,
.br-content-section tbody tr:hover td {
  color: #fff;
  background: rgb(39 179 74 / 10%);
}

/* Multilocale application buttons: one shared visual contract for every locale. */
.br-platform-banner-card {
  grid-template-columns: minmax(0, 1fr) clamp(80px, 9vw, 120px) minmax(0, 1fr);
  grid-template-rows: 1fr;
  align-content: initial;
  align-items: center;
  justify-items: initial;
  gap: 20px;
}

.br-platform-banner-card .br-app-banner-center {
  display: block;
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  pointer-events: none;
}

.br-platform-banner-card .br-app-banner-btn,
.br-section-actions .br-app-download-btn {
  position: relative;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) 26px;
  align-items: center;
  width: min(100%, 260px);
  height: 58px;
  min-height: 58px;
  margin: 0;
  padding: 9px 14px;
  gap: 10px;
  color: #fff !important;
  background: linear-gradient(180deg, #32c756 0%, #168536 100%) !important;
  border: 1px solid rgb(117 238 142 / 70%) !important;
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 24%), 0 10px 26px rgb(16 112 43 / 30%) !important;
  text-decoration: none;
  text-transform: none;
}

.br-platform-banner-card .br-app-banner-btn {
  grid-row: 1;
  white-space: normal;
}

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

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

.br-platform-banner-card .br-app-banner-btn img,
.br-section-actions .br-app-download-btn img {
  display: block;
  grid-column: 1;
  width: 26px;
  height: 26px;
  margin: 0;
  object-fit: contain;
}

.br-platform-banner-card .br-app-banner-btn::after,
.br-section-actions .br-app-download-btn::after {
  display: block;
  grid-column: 3;
  width: 26px;
  height: 1px;
  content: "";
}

.br-platform-banner-card .br-app-banner-btn span,
.br-section-actions .br-app-download-btn span {
  grid-column: 2;
  min-width: 0;
  color: inherit;
  text-align: center;
}

.br-platform-banner-card .br-app-banner-btn span {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 2px;
  overflow: visible;
  line-height: 1.02;
  text-wrap: balance;
}

.br-platform-banner-card .br-app-banner-btn small {
  display: block;
  color: inherit;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.02;
  text-wrap: balance;
}

.br-platform-banner-card .br-app-banner-btn strong {
  display: block;
  color: inherit;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.02;
  text-wrap: balance;
}

.br-section-actions .br-app-download-btn span {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 2px;
  line-height: 1.02;
}

.br-section-actions .br-app-download-btn small,
.br-section-actions .br-app-download-btn strong {
  display: block;
  color: inherit;
  line-height: 1.02;
}

.br-section-actions .br-app-download-btn small {
  font-size: 9px;
  font-weight: 650;
}

.br-section-actions .br-app-download-btn strong {
  font-size: 13px;
  font-weight: 900;
}

.br-app-banner-btn strong::before,
.br-app-download-btn strong::before {
  content: none !important;
}

.br-platform-banner-card .br-app-banner-btn:hover,
.br-section-actions .br-app-download-btn:hover {
  color: #fff !important;
  background: linear-gradient(180deg, #48d66a 0%, #20a143 100%) !important;
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  .br-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 8px;
  }

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

  .br-platform-banner-card .br-app-banner-btn {
    grid-template-columns: minmax(0, 1fr);
    justify-self: stretch;
    width: 100%;
    height: 58px;
    min-height: 58px;
    padding: 8px 10px;
    gap: 8px;
  }

  .br-platform-banner-card .br-app-banner-android {
    grid-column: 1;
    grid-row: 2;
  }

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

  .br-platform-banner-card .br-app-banner-btn img {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
  }

  .br-platform-banner-card .br-app-banner-btn::after {
    display: none;
  }

  .br-platform-banner-card .br-app-banner-btn span {
    grid-column: 1;
    width: 100%;
  }

  .br-platform-banner-card .br-app-banner-btn strong {
    font-size: 12px;
    letter-spacing: 0;
  }

  .br-platform-banner-card .br-app-banner-btn small {
    font-size: 11px;
  }

  .br-section-actions .br-app-download-btn {
    grid-template-columns: 24px minmax(0, 1fr) 24px;
    width: min(100%, 260px);
    height: 58px;
    min-height: 58px;
    padding: 8px 10px;
    gap: 7px;
  }

  .br-section-actions .br-app-download-btn img {
    width: 24px;
    height: 24px;
  }

  .br-section-actions .br-app-download-btn::after {
    width: 24px;
  }
}
