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

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

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

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

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

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

.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: #4971b1;
  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;
}

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

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

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

.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, #1a4790, rgba(54, 169, 255, 0));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Two generated bonus scenes alternate across the article. */
.content-section[data-article-section="bonuses"][data-section-index="7"] {
  display: grid;
  gap: 14px 28px;
  align-items: start;
}

.content-section[data-article-section="bonuses"][data-section-index="6"] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.content-section[data-article-section="bonuses"][data-section-index="7"] {
  grid-template-columns: minmax(0, 1.18fr) minmax(240px, 0.82fr);
}

.content-section[data-article-section="bonuses"]:is([data-section-index="6"], [data-section-index="7"]) > h2 {
  grid-column: 1 / -1;
  margin-bottom: 4px;
}

.content-section[data-article-section="bonuses"][data-section-index="6"] > h2 {
  order: 0;
}

.content-section[data-article-section="bonuses"][data-section-index="6"] > .article-source-block {
  order: 4;
  margin-top: 0;
}

.content-section[data-article-section="bonuses"][data-section-index="6"] > .article-source-block:nth-of-type(1) {
  order: 1;
}

.content-section[data-article-section="bonuses"][data-section-index="6"] > .article-source-block:nth-of-type(2) {
  order: 2;
}

.content-section[data-article-section="bonuses"][data-section-index="7"] > :is(.article-source-block, h3) {
  grid-column: 1;
  margin-top: 0;
}

.content-section[data-article-section="bonuses"][data-section-index="7"] > .article-source-block:nth-of-type(1) {
  grid-column: 1 / -1;
  grid-row: 2;
}

.content-section[data-article-section="bonuses"][data-section-index="7"] > h3:nth-of-type(1) {
  grid-column: 1;
  grid-row: 3;
}

.content-section[data-article-section="bonuses"][data-section-index="7"] > .article-source-block:nth-of-type(2) {
  grid-row: 4;
}

.content-section[data-article-section="bonuses"][data-section-index="7"] > .article-source-block:nth-of-type(3) {
  grid-row: 5;
}

.content-section[data-article-section="bonuses"][data-section-index="7"] > .article-source-block:nth-of-type(4) {
  grid-row: 6;
}

.content-section[data-article-section="bonuses"][data-section-index="7"] > h3:nth-of-type(2) {
  grid-column: 2;
  grid-row: 7;
}

.content-section[data-article-section="bonuses"][data-section-index="7"] > .article-source-block:nth-of-type(5) {
  grid-column: 2;
  grid-row: 8;
}

.content-section[data-article-section="bonuses"][data-section-index="7"] > .article-source-block:nth-of-type(6) {
  grid-column: 2;
  grid-row: 9;
}

.content-section[data-article-section="bonuses"][data-section-index="7"]::after {
  content: "";
  grid-column: 1;
  grid-row: 7 / span 3;
  align-self: stretch;
  width: calc(100% + 18px);
  min-height: 500px;
  margin: -8px 0 -8px -18px;
  background: url("../img/betlabel/editorial/inline/am-bonus-saturday-match-side.jpg") 58% center / cover no-repeat;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0, #000 13%, #000 76%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0, #000 13%, #000 76%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  mask-composite: intersect;
  filter: drop-shadow(12px 10px 20px rgb(0 0 0 / 42%));
}

.content-section[data-article-section="bonuses"][data-section-index="6"] > .bonus-tuesday-side-media,
.content-section[data-article-section="bonuses"][data-section-index="7"] > .bonus-reload-side-media {
  align-self: stretch;
  width: calc(100% + 18px);
  height: 100%;
  min-height: 560px;
  overflow: visible;
  border-radius: 0;
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}

.content-section[data-article-section="bonuses"][data-section-index="6"] > .bonus-tuesday-side-media {
  order: 3;
  width: min(100%, 940px);
  height: clamp(340px, 42vw, 470px);
  min-height: 0;
  margin: 2px auto 6px;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 7%, #000 90%, transparent 100%);
  mask-image:
    linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 7%, #000 90%, transparent 100%);
  filter: drop-shadow(0 12px 22px rgb(0 0 0 / 42%));
}

.content-section[data-article-section="bonuses"][data-section-index="7"] > .bonus-reload-side-media {
  grid-column: 2;
  grid-row: 3 / span 4;
  margin: -8px -18px -8px 0;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0, #000 28%, #000 87%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  mask-image:
    linear-gradient(90deg, transparent 0, #000 28%, #000 87%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  filter: drop-shadow(-12px 10px 20px rgb(0 0 0 / 42%));
}

.content-section[data-article-section="bonuses"]:is([data-section-index="6"], [data-section-index="7"]) > .inline-editorial-media img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.04);
}

.content-section[data-article-section="bonuses"][data-section-index="6"] > .bonus-tuesday-side-media img {
  min-height: 0;
  object-position: 50% 38%;
}

.content-section[data-article-section="bonuses"][data-section-index="7"] > .bonus-reload-side-media img {
  object-position: 62% center;
}

@media (max-width: 900px) {
  .content-section[data-article-section="bonuses"]:is([data-section-index="6"], [data-section-index="7"]) {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .content-section[data-article-section="bonuses"]:is([data-section-index="6"], [data-section-index="7"]) > h2 {
    order: 0;
  }

  .content-section[data-article-section="bonuses"][data-section-index="6"] > .bonus-tuesday-side-media,
  .content-section[data-article-section="bonuses"][data-section-index="7"] > .bonus-reload-side-media {
    order: 1;
    width: 100%;
    height: clamp(320px, 92vw, 470px);
    min-height: 0;
    margin: 0;
    -webkit-mask-image:
      linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%),
      linear-gradient(180deg, transparent 0, #000 8%, #000 86%, transparent 100%) !important;
    -webkit-mask-composite: source-in;
    mask-image:
      linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%),
      linear-gradient(180deg, transparent 0, #000 8%, #000 86%, transparent 100%) !important;
    mask-composite: intersect;
  }

  .content-section[data-article-section="bonuses"]:is([data-section-index="6"], [data-section-index="7"]) > .inline-editorial-media img {
    min-height: 0;
  }

  .content-section[data-article-section="bonuses"]:is([data-section-index="6"], [data-section-index="7"]) > :is(.article-source-block, h3) {
    order: 2;
  }

  .content-section[data-article-section="bonuses"][data-section-index="6"] > .article-source-block {
    order: 4;
  }

  .content-section[data-article-section="bonuses"][data-section-index="6"] > .article-source-block:nth-of-type(1) {
    order: 1;
  }

  .content-section[data-article-section="bonuses"][data-section-index="6"] > .article-source-block:nth-of-type(2) {
    order: 2;
  }

  .content-section[data-article-section="bonuses"][data-section-index="6"] > .bonus-tuesday-side-media {
    order: 3;
  }

  .content-section[data-article-section="bonuses"][data-section-index="7"] > .article-source-block:nth-of-type(1) {
    order: 1;
  }

  .content-section[data-article-section="bonuses"][data-section-index="7"] > h3:nth-of-type(1) {
    order: 2;
  }

  .content-section[data-article-section="bonuses"][data-section-index="7"] > .article-source-block:nth-of-type(n+2):nth-of-type(-n+4) {
    order: 3;
  }

  .content-section[data-article-section="bonuses"][data-section-index="7"] > .bonus-reload-side-media {
    order: 4;
  }

  .content-section[data-article-section="bonuses"][data-section-index="7"] > h3:nth-of-type(2) {
    order: 5;
  }

  .content-section[data-article-section="bonuses"][data-section-index="7"] > .article-source-block:nth-of-type(n+5) {
    order: 6;
  }

  .content-section[data-article-section="bonuses"][data-section-index="7"]::after {
    order: 7;
    width: 100%;
    height: clamp(320px, 105vw, 470px);
    min-height: 0;
    margin: 0;
    background-position: 56% center;
    -webkit-mask-image:
      linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%),
      linear-gradient(180deg, transparent 0, #000 8%, #000 86%, transparent 100%);
    mask-image:
      linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%),
      linear-gradient(180deg, transparent 0, #000 8%, #000 86%, transparent 100%);
  }
}

/* Weekly bonus scene: image on the right, article copy on the left. */
.content-section[data-article-section="bonuses"][data-section-index="2"] {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(240px, 0.82fr);
  gap: 14px 28px;
  align-items: start;
}

.content-section[data-article-section="bonuses"][data-section-index="2"] > h2 {
  grid-column: 1 / -1;
  margin-bottom: 4px;
}

.content-section[data-article-section="bonuses"][data-section-index="2"] > .article-source-block {
  grid-column: 1;
  margin: 0;
}

.content-section[data-article-section="bonuses"][data-section-index="2"] > .section-scene {
  grid-column: 2;
  grid-row: 2 / span 3;
  align-self: stretch;
  width: calc(100% + 18px);
  max-width: none;
  height: 100%;
  min-height: 430px;
  margin: -8px -18px -8px 0;
  overflow: visible;
  border-radius: 0;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0, #000 26%, #000 88%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 10%, #000 90%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0, #000 26%, #000 88%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 10%, #000 90%, transparent 100%);
  mask-composite: intersect;
  filter: drop-shadow(-12px 10px 20px rgb(0 0 0 / 42%));
}

.content-section[data-article-section="bonuses"][data-section-index="2"] > .section-scene::after {
  display: none;
}

.content-section[data-article-section="bonuses"][data-section-index="2"] > .section-scene img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: 72% center;
}

@media (max-width: 900px) {
  .content-section[data-article-section="bonuses"][data-section-index="2"] {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .content-section[data-article-section="bonuses"][data-section-index="2"] > h2 {
    order: 0;
  }

  .content-section[data-article-section="bonuses"][data-section-index="2"] > .section-scene {
    order: 1;
    width: 100%;
    height: clamp(240px, 64vw, 360px);
    min-height: 0;
    margin: 0;
    -webkit-mask-image:
      linear-gradient(90deg, transparent 0, #000 9%, #000 91%, transparent 100%),
      linear-gradient(180deg, transparent 0, #000 8%, #000 85%, transparent 100%) !important;
    -webkit-mask-composite: source-in;
    mask-image:
      linear-gradient(90deg, transparent 0, #000 9%, #000 91%, transparent 100%),
      linear-gradient(180deg, transparent 0, #000 8%, #000 85%, transparent 100%) !important;
    mask-composite: intersect;
  }

  .content-section[data-article-section="bonuses"][data-section-index="2"] > .section-scene img {
    min-height: 0;
    object-position: center;
  }

  .content-section[data-article-section="bonuses"][data-section-index="2"] > .article-source-block {
    order: 2;
  }
}

/* Compact two-row sportsbook navigation, based on the live BetLabel shell. */
.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, #0b1e3d, #0a1c39);
  border: 1px solid #153a75;
  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;
}

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

.betting-primary {
  min-height: 40px;
  border-bottom: 1px solid #153a75;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #0b1c39;
  border: 1px solid #153973;
  border-radius: 7px;
  box-shadow: inset 0 1px 4px rgb(0 0 0 / 34%);
}

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

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

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

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

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

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

.sport-controls {
  border-left: 1px solid #153973;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.live-betting-tab:hover {
  color: #ffffff;
  background: rgb(187 0 15 / 10%);
}

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

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

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

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

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

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

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

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

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

.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, #0a1c39, #0e244a 50%, #0a1c39);
  border: 0;
  border-top: 1px solid #184184;
  box-shadow:
    0 -8px 18px rgb(12 33 66 / 18%),
    0 8px 18px rgb(10 28 57 / 20%),
    inset 0 1px 0 rgb(255 255 255 / 10%);
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

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

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

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

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

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

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

.live-betting-curtain:hover {
  background:
    linear-gradient(180deg, rgb(255 255 255 / 10%), transparent 34%),
    linear-gradient(90deg, #0b1d3b, #153872 50%, #0b1d3b);
}

.live-betting-curtain:focus-visible {
  outline: 2px solid #1a478f;
  outline-offset: -3px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.live-betting-odd {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 44px;
  padding: 5px 4px;
  color: #0b1e3d;
  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;
}

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

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

.live-betting-odd.ui-rising {
  color: #163a76;
  background: #e4f5e6;
  border-color: #2e5ca5;
  animation: blau-odd-pulse 650ms ease both;
}

.live-betting-odd.ui-falling {
  color: #af000f;
  background: #fff0ed;
  border-color: #e23f4d;
  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); }
}

.live-betting-odd:hover,
.live-betting-odd.ui-selected {
  color: #ffffff;
  background: var(--brand-red-active);
  border-color: var(--brand-red);
  transform: translateY(-1px);
}

.live-betting-odd:hover small,
.live-betting-odd.ui-selected small {
  color: #8aa3cd;
}

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

.live-betting-markets {
  display: grid;
  place-items: center;
  padding: 0;
  color: #153973;
  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;
}

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

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

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

.live-betting-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  padding: 10px 16px;
  color: #ffffff;
  background: linear-gradient(90deg, #ac000e, 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;
}

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .live-betting-event,
  .live-betting-odd,
  .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: #070f24;
  --header-bg: #0b1734;
  --panel-bg: #10244d;
  --panel-soft: #17366f;
  --heading-bg: #1d4e9e;
  --control-bg: #09162f;
  --light-bg: #fff6e9;
  --white: #fff;
  --text: #f8f9ff;
  --muted: #c6cee0;
  --dark-text: #080f21;
  --accent: #d90012;
  --accent-hover: #f0192b;
  --accent-soft: #f3a4aa;
  --accent-bright: #f2a54a;
  --accent-highlight: #ffc777;
  --accent-pale: #fff0dc;
  --signal-blue: #1d4e9e;
  --signal-blue-hover: #2f65b8;
  --signal-blue-soft: #dbe7ff;
  --brand-red: #d90012;
  --brand-red-hover: #f0192b;
  --brand-red-active: #a9000e;
  --line: #315b9f;
  --radius: 10px;
  --shadow: 0 12px 28px rgb(2 7 18 / 34%);
  --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: #000000;
  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(26 69 140 / 62%);
  outline-offset: 3px;
}

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

.skip:focus {
  top: 10px;
}

/* Header */
.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(10 28 57 / 50%);
}

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

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

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

.page-progress-fill {
  right: auto;
  width: var(--page-progress);
  overflow: visible;
  background: linear-gradient(
    90deg,
    #173d7b 0%,
    #184183 42%,
    var(--signal-blue) 78%,
    var(--signal-blue-soft) 100%
  );
  border-radius: 0 999px 999px 0;
  box-shadow:
    0 0 9px rgb(26 70 142 / 72%),
    0 -1px rgb(255 255 255 / 16%) inset;
  transition: width 80ms linear;
}

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

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

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

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

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

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

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

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

.nav-links a:hover {
  color: var(--signal-blue-hover);
  background: rgb(26 70 142 / 9%);
  border-color: rgb(26 70 142 / 20%);
  transform: translateY(-1px);
}

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

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

.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, #0c1f3f 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);
}

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

.nav-link-icon::after {
  position: absolute;
  right: 4px;
  bottom: 3px;
  width: 6px;
  height: 2px;
  content: "";
  background: #19448a;
  border-radius: 999px;
  box-shadow: 0 0 7px rgb(25 68 138 / 80%);
  opacity: 0.72;
}

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

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

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

.nav-icon-accent {
  fill: #19448a;
  stroke: #1d4e9e;
  stroke-width: 0.65;
  filter: drop-shadow(0 0 2px rgb(25 68 138 / 62%));
  transition:
    fill 220ms ease,
    stroke 220ms ease,
    filter 220ms ease;
}

.nav-links a:hover .nav-link-icon,
.nav-links .state-active .nav-link-icon {
  color: #ffffff;
  background:
    radial-gradient(circle at 28% 18%, rgb(255 255 255 / 18%), transparent 36%),
    linear-gradient(145deg, #0c2143, #0a1a34 72%);
  border-color: rgb(26 70 142 / 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(23 61 123 / 34%),
    0 0 0 3px rgb(26 70 142 / 11%);
  transform: translateY(-1px) rotate(-2deg) scale(1.06);
}

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

.nav-links .state-active .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(23 61 123 / 30%),
      0 0 0 2px rgb(26 70 142 / 9%);
  }

  50% {
    box-shadow:
      inset 0 1px 0 rgb(255 255 255 / 16%),
      0 8px 20px rgb(23 61 123 / 42%),
      0 0 0 4px rgb(26 70 142 / 14%);
  }
}

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

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

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

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

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

.promo-coupon {
  color: #f6f7f5;
  background:
    radial-gradient(circle at 90% -10%, rgb(25 68 138 / 20%), transparent 38%),
    linear-gradient(155deg, #0a1b37, #091830 72%);
  border-color: rgb(25 68 138 / 48%);
}

.coupon-header {
  background:
    linear-gradient(110deg, rgb(25 68 138 / 18%), transparent 62%),
    #0b1d3a;
  border-bottom-color: rgb(27 73 148 / 42%);
}

.coupon-header small,
.coupon-divider {
  color: #1b4994;
}

.coupon-ticket-icon {
  background: linear-gradient(145deg, #19448a, #173d7b);
  border-color: rgb(29 78 158 / 56%);
  box-shadow:
    inset 0 1px rgb(255 255 255 / 24%),
    0 5px 12px rgb(13 36 72 / 36%);
}

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

.scratch-card {
  background: #edf5ef;
  border-color: rgb(25 68 138 / 48%);
}

.scratch-reveal {
  color: #0a1a34;
  background:
    radial-gradient(circle at 20% 20%, rgb(25 68 138 / 25%), transparent 48%),
    linear-gradient(135deg, #f5f7f5, #dceadf);
}

.scratch-reveal small {
  color: #163b77;
}

.scratch-card.ui-revealed {
  border-color: rgb(25 68 138 / 78%);
  box-shadow:
    inset 0 0 0 2px rgb(255 255 255 / 76%),
    0 0 0 3px rgb(25 68 138 / 13%),
    0 9px 24px rgb(23 61 123 / 30%);
}

.coupon-auto-status span {
  background: #19448a;
  box-shadow: 0 0 0 0 rgb(25 68 138 / 52%);
}

.coupon-divider::before,
.coupon-divider::after {
  background: linear-gradient(90deg, transparent, rgb(27 73 148 / 48%));
}

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

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

.fortune-tab {
  background:
    linear-gradient(105deg, rgb(25 68 138 / 20%), transparent 54%),
    #0a1a34;
  border-color: rgb(25 68 138 / 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%);
}

.fortune-tab-handle {
  background: linear-gradient(180deg, #19448a, #173d7b);
}

.fortune-panel {
  background:
    radial-gradient(circle at 85% 8%, rgb(25 68 138 / 20%), transparent 32%),
    linear-gradient(155deg, #0a1b37, #091830 68%);
  border-color: rgb(25 68 138 / 52%);
}

.fortune-eyebrow {
  color: #1b4994;
}

.fortune-wheel {
  background: conic-gradient(
    #184183 0 45deg,
    #f2f7f3 45deg 90deg,
    #173d7b 90deg 135deg,
    #0a1a34 135deg 180deg,
    #184183 180deg 225deg,
    #f2f7f3 225deg 270deg,
    #173d7b 270deg 315deg,
    #0a1a34 315deg
  );
  border-color: #eff6f0;
  box-shadow:
    0 0 0 3px var(--accent),
    0 0 0 7px #091831,
    0 14px 34px rgb(0 0 0 / 52%),
    inset 0 0 24px rgb(13 36 72 / 48%);
}

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

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

.fortune-result {
  background:
    radial-gradient(circle at 50% 32%, rgb(25 68 138 / 28%), transparent 50%),
    rgb(10 28 57 / 96%);
  border-color: #e6f1e8;
  box-shadow:
    0 0 42px rgb(24 65 131 / 52%),
    inset 0 0 35px rgb(24 65 131 / 26%);
}

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

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

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

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

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

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

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

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

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

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

.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 #153973;
  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;
}

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

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

.language-flag-am {
  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%, #ffffff 0 1.2px, transparent 1.5px),
    radial-gradient(circle at 67% 64%, #ffffff 0 1.2px, transparent 1.5px),
    radial-gradient(circle at 84% 74%, #ffffff 0 1px, transparent 1.4px),
    linear-gradient(32deg, transparent 0 19%, #ffffff 20% 26%, transparent 27% 100%),
    linear-gradient(-32deg, transparent 0 19%, #ffffff 20% 26%, transparent 27% 100%),
    #0e274e;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.35),
    0 0 0 3px rgb(217 148 66 / 18%),
    0 2px 8px rgba(0, 0, 0, 0.28);
}

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

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

/* Slots carousel */
.slots-carousel {
  position: relative;
  overflow: hidden;
  background: #0a1c38;
  border-top: 1px solid #0c2143;
  border-bottom: 1px solid #0d2348;
}

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

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

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

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

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

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

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

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

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


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

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

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


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

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

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

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

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

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

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

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

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

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

/* Left sidebar */
.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: #173e7e transparent;
}

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

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

.sports-sidebar button {
  font: inherit;
}

.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, #173d7b 0%, var(--header-bg) 100%);
  border: 1px solid rgb(187 0 16 / 22%);
  border-radius: 9px;
  font-size: 13px;
  box-shadow: 0 6px 16px rgb(0 0 0 / 14%);
  cursor: pointer;
}

.sport-side-toggle:hover {
  background: linear-gradient(135deg, #650008 0%, #0c2041 100%);
  border-color: rgb(187 0 16 / 48%);
}

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

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

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

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

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

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

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

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

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

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

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

.sports-quick-row:hover,
.sports-quick-row.ui-open {
  background: #0e254b;
  border-color: rgb(187 0 16 / 34%);
}

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

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

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

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

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

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

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

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

.sports-summary-stat .bl-aside-icon {
  width: 17px;
  height: 17px;
  color: #163c7a;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.match-league > span:first-child {
  color: #0e264c;
  font-size: 17px;
}

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

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

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

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

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

.team-mark-blue {
  background: #173e7f;
}

.team-mark-green {
  background: #173d7c;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sports-list {
  display: grid;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.signup-placeholder {
  color: #777777;
}

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

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

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

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

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

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

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

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

.bet-slip-tabs a:first-child {
  color: var(--white);
  background: #0d2449;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.editorial-media {
  position: relative;
  isolation: isolate;
  height: clamp(230px, 28vw, 340px);
  margin: 16px 0 18px;
  overflow: hidden;
  background: #091933;
  border: 1px solid rgb(26 70 142 / 42%);
  border-radius: var(--radius);
  box-shadow:
    0 14px 32px rgb(0 0 0 / 32%),
    0 0 0 1px rgb(23 61 123 / 12%) inset;
}

.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(26 70 142 / 8%), transparent 38%, rgb(23 61 123 / 6%));
  box-shadow: inset 0 0 44px rgb(0 0 0 / 20%);
}

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

/* Promotional bonus banners */
.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: #091933;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgb(0 0 0 / 24%);
}

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

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

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

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

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

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

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

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

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

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

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

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

/* App platform banners */
.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: #091932;
  border: 1px solid rgb(25 68 138 / 46%);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgb(0 0 0 / 24%);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.article-scene-media {
  width: 100%;
  margin: 20px 0;
  overflow: hidden;
  border: 1px solid rgb(25 68 138 / 58%);
  border-radius: var(--radius);
  background: #0a1a35;
}

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

.responsible-media {
  position: relative;
}

.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(10 26 53 / 78%);
  box-shadow: 0 8px 22px rgb(0 0 0 / 28%);
  backdrop-filter: blur(6px);
}

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

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

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

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

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

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

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

/* Offer banners */
.offer-banner,
.bonus-banner-section,
.home-app-banner,
.bonus-final-cta {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  border: 1px solid rgb(25 68 138 / 58%);
  background: #0b1f3e;
}

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

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

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

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

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

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

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

.android-download,
.ios-section-download {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgb(25 68 138 / 20%);
}

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

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

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

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

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

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

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

.cons-panel .pros-cons-list li::before {
  content: "–";
  color: #1c4a97;
}

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

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

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

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

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

.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(26 70 142 / 44%);
  transform: none;
}

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

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

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

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

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

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

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

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

.reviews-track > .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(25 68 138 / 15%), transparent 42%),
    linear-gradient(155deg, #0b1d3a, #0a1a35 74%);
  border: 1px solid rgb(27 73 148 / 24%);
  border-radius: 16px;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 6%),
    inset 4px 0 0 #184183,
    0 14px 30px rgb(0 0 0 / 34%);
  scroll-snap-align: start;
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

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

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

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

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

.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(27 73 148 / 16%);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.review-author::before {
  content: attr(data-initials);
  position: absolute;
  bottom: -1px;
  left: 0;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: #ffffff;
  background:
    radial-gradient(circle at 32% 24%, rgb(255 255 255 / 20%), transparent 28%),
    linear-gradient(145deg, #19448a, #173d7b);
  border: 1px solid rgb(29 78 158 / 45%);
  border-radius: 50%;
  box-shadow: 0 7px 16px rgb(0 0 0 / 30%);
  font-size: 11px;
  letter-spacing: 0.04em;
}

.review-author::after {
  content: "★★★★★";
  position: absolute;
  right: 0;
  bottom: 8px;
  color: #1b4994;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-shadow: 0 0 10px rgb(25 68 138 / 32%);
}

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

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

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

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

@media (hover: hover) {
  .reviews-track > .review-card:hover {
    border-color: rgb(27 73 148 / 56%);
    box-shadow:
      inset 0 1px 0 rgb(255 255 255 / 8%),
      inset 4px 0 0 #19448a,
      0 18px 38px rgb(0 0 0 / 42%),
      0 0 20px rgb(25 68 138 / 12%);
    transform: translateY(-4px);
  }
}

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


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

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

.reviews-toggle:hover,
.reviews-toggle:focus-visible {
  color: #ffffff;
  background: #1d4e9e;
  border-color: var(--accent-bright);
  outline: none;
}

/* Final app-button layout: Android left, iOS right, matching two-line copy. */
.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.reviews-toggle:hover,
.reviews-toggle:focus-visible {
  color: #ffffff;
  background: #1d4e9e;
  border-color: var(--accent-bright);
  outline: none;
}


.table-wrap,
.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. */
.app-banner-btn,
.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(26 71 144 / 42%);
  border-radius: 5px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-transform: none;
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.review-stars {
  color: #1b4994;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cookie.ui-visible {
  display: flex;
}

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

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

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

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

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

/* Floating controls */
.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;
}

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

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

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

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

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

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

  .right-sidebar {
    display: none;
  }

  .header-time {
    display: none;
  }

  .nav-links {
    gap: 20px;
  }

  .promo-banner-copy {
    align-items: center;
    width: min(68%, 500px);
    margin-inline: auto;
    padding: clamp(18px, 2.4vw, 26px);
    text-align: center;
    background: rgb(11 30 61 / 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) {
  .tool-button:first-child {
    display: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mobile-menu a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 12px 14px;
    color: #eaf4fc;
    background: linear-gradient(90deg, rgb(12 32 65 / 94%), rgb(10 28 57 / 94%));
    border: 1px solid rgb(26 69 140 / 22%);
    border-radius: 9px;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 3%);
    font-weight: 750;
    text-decoration: none;
  }

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

  .mobile-menu > a:not(.btn):hover,
  .mobile-menu > a:not(.btn):focus-visible {
    background: linear-gradient(90deg, rgb(21 56 114 / 96%), rgb(11 31 63 / 96%));
    border-color: rgb(27 72 146 / 56%);
  }

  .mobile-menu > a.ui-active {
    background: linear-gradient(90deg, rgb(24 64 129 / 50%), rgb(12 32 64 / 96%));
    border-color: rgb(27 73 148 / 70%);
    box-shadow: inset 4px 0 0 var(--accent), 0 0 18px rgb(25 67 136 / 16%);
  }

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

  .mobile-menu > .btn.localized-hot {
    background: linear-gradient(180deg, #19448a, #184081);
    border-color: #1b4995;
    color: #0a1a34;
  }

  .mobile-menu > .btn.localized-ghost {
    background: linear-gradient(180deg, #0e254a, #0b1e3e);
    border-color: rgb(27 73 148 / 58%);
    color: #eef7ff;
  }

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

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

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

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


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

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

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

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

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

  .hero-copy {
    box-sizing: border-box;
    width: min(100%, 680px);
    margin-inline: auto;
    padding: 20px 16px;
    text-align: center;
    background: rgb(9 24 49 / 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);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .brand {
    flex-basis: 100px;
  }

  .brand-logo {
    width: 100px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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(25 68 138 / 20%) 225deg,
    var(--accent-hover) 250deg,
    #edf6ef 270deg,
    var(--accent-hover) 290deg,
    rgb(25 68 138 / 20%) 315deg,
    transparent 338deg 360deg
  );
  border-radius: inherit;
  opacity: 0.9;
  -webkit-mask:
    linear-gradient(#000000 0 0) content-box,
    linear-gradient(#000000 0 0);
  mask:
    linear-gradient(#000000 0 0) content-box,
    linear-gradient(#000000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: slot-border-orbit 3.2s linear infinite;
  transition:
    opacity 180ms ease,
    padding 180ms ease;
}

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

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

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

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

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

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

.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 26 52 / 78%);
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.floating-chat {
  position: fixed;
  left: 22px;
  right: auto;
  bottom: 86px;
  z-index: 1202;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: #ffffff;
  background:
    radial-gradient(circle at 32% 22%, #2454a1 0 5%, transparent 27%),
    linear-gradient(145deg, #194387, #163b77);
  border: 1px solid rgb(231 157 71 / 55%);
  border-radius: 50%;
  box-shadow:
    0 12px 32px rgb(0 0 0 / 48%),
    0 0 0 5px rgb(24 63 128 / 11%);
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

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

.floating-chat span {
  position: absolute;
  left: 64px;
  right: auto;
  padding: 5px 9px;
  color: #ffffff;
  background: #0c2143;
  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;
}

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

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

.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: #ffffff;
  background:
    linear-gradient(105deg, rgb(25 68 138 / 20%), transparent 54%),
    #0a1a34;
  border: 1px solid rgb(25 68 138 / 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;
}

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

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

.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, #19448a, #173d7b);
  box-shadow:
    inset -1px 0 rgb(255 255 255 / 18%),
    7px 0 18px rgb(0 0 0 / 20%);
}

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

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

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

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

.fortune-tab-spark {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin: 0;
  color: #ffffff;
  background:
    radial-gradient(circle, rgb(255 255 255 / 18%), transparent 68%),
    rgb(81 0 7 / 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(227 67 80 / 26%);
  line-height: 1;
  animation: fortune-spark 4.2s linear infinite;
}

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

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

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

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

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

.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: #ffffff;
  background:
    radial-gradient(circle at 85% 8%, rgb(25 68 138 / 20%), transparent 32%),
    linear-gradient(155deg, #0a1b37, #091830 68%);
  border: 1px solid rgb(25 68 138 / 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);
}

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

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

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

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

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

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

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

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

.fortune-wheel {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: conic-gradient(
    #184183 0 45deg,
    #f2f7f3 45deg 90deg,
    #173d7b 90deg 135deg,
    #0a1a34 135deg 180deg,
    #184183 180deg 225deg,
    #f2f7f3 225deg 270deg,
    #173d7b 270deg 315deg,
    #0a1a34 315deg
  );
  border: 8px solid #eff6f0;
  border-radius: 50%;
  box-shadow:
    0 0 0 3px var(--accent),
    0 0 0 7px #091831,
    0 14px 34px rgb(0 0 0 / 52%),
    inset 0 0 24px rgb(13 36 72 / 48%);
}

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

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

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

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

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

.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, #ffffff, #e4eee6);
  border: 5px solid #0a1a34;
  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%);
}

.fortune-result {
  position: absolute;
  inset: 24px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: rgb(10 28 57 / 96%);
  border: 2px solid #e6f1e8;
  border-radius: 50%;
  box-shadow:
    0 0 42px rgb(24 65 131 / 52%),
    inset 0 0 35px rgb(24 65 131 / 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);
}

.fortune-result strong {
  color: #ffffff;
  font-size: 44px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  text-shadow: 0 0 18px rgb(25 68 138 / 76%);
}

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

.fortune-result em {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  margin-top: 10px;
  padding: 5px 12px;
  color: #ffffff;
  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;
}

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

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

.fortune-panel.ui-won .fortune-result:hover,
.fortune-panel.ui-won .fortune-result:focus-visible {
  box-shadow:
    0 0 62px rgb(24 65 131 / 72%),
    inset 0 0 38px rgb(24 65 131 / 30%);
  transform: scale(1.035);
}

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

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

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

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

.fortune-panel.ui-won .fortune-status {
  color: var(--widget-gold);
  text-shadow: 0 0 15px rgb(220 150 67 / 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) {
  .floating-chat {
    left: 12px;
    right: auto;
    bottom: 76px;
    width: 46px;
    height: 46px;
  }

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

  .floating-chat span {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .content-breadcrumbs {
    margin-bottom: 13px;
    font-size: 10px;
  }
}
/* Featured four-deposit bonus list */
.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(25 68 138 / 28%), transparent 28%),
    radial-gradient(circle at 92% 105%, rgb(214 146 66 / 22%), transparent 36%),
    linear-gradient(118deg, #091832 0%, #0b1d3a 48%, #0c2143 100%);
  border: 1px solid rgb(25 68 138 / 40%);
  border-radius: 18px;
  box-shadow:
    0 22px 50px rgb(0 0 0 / 28%),
    inset 0 1px 0 rgb(255 255 255 / 7%);
}

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

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

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

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

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

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

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

.bonus-showcase > ul[data-source-list] > li::before {
  top: calc(9px + 0.42em);
  left: 7px;
  width: 13px;
  height: 13px;
  background: #19448a;
  border-color: #1d4e9e;
  box-shadow:
    0 0 0 5px rgb(25 68 138 / 14%),
    0 0 15px rgb(25 68 138 / 64%);
}

@media (max-width: 720px) {
  .bonus-showcase {
    min-height: 0;
    padding: 24px 18px;
  }

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

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

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

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

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

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


.slots-carousel-card {
  position: relative;
  isolation: isolate;
  border-color: #0d2244;
  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;
}

.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(25 68 138 / 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(#000000 0 0) content-box,
    linear-gradient(#000000 0 0);
  mask:
    linear-gradient(#000000 0 0) content-box,
    linear-gradient(#000000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: slot-border-orbit 3.8s linear infinite;
}

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

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

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

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

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

.slots-carousel-name {
  position: relative;
  z-index: 2;
  color: #e5e8e4;
  background: linear-gradient(180deg, #0b1f3f, #0b1d3b);
}

.slots-carousel-hover {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4px;
  color: #ffffff;
  background: rgb(9 25 50 / 76%);
  opacity: 0;
  transform: translateY(5px);
  transition:
    opacity 200ms ease,
    transform 220ms ease;
}

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

.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: #ffffff;
  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;
}

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

.slots-carousel-card:hover,
.slots-carousel-card:focus-within {
  border-color: rgb(25 68 138 / 72%);
  box-shadow:
    0 8px 20px rgb(0 0 0 / 45%),
    0 0 15px rgb(25 68 138 / 24%);
  transform: translateY(-1px);
}

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .slots-carousel-card::before {
    background: var(--accent);
    opacity: 0.62;
    animation: none;
  }
}
/* BetLabel football goal loading sequence */
body.page-loading {
  overflow: hidden;
}

.betlabel-loader {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: grid;
  grid-template-rows: auto auto auto;
  align-content: center;
  justify-items: center;
  gap: 18px;
  overflow: hidden;
  color: #f6f7f5;
  background:
    radial-gradient(circle at 24% 30%, rgb(24 65 131 / 24%), transparent 28%),
    radial-gradient(circle at 80% 74%, rgb(183 0 15 / 16%), transparent 25%),
    radial-gradient(circle at 50% 45%, rgb(255 255 255 / 8%), transparent 24%),
    linear-gradient(145deg, #09172f, #0a1a34 48%, #091831);
  opacity: 1;
  clip-path: inset(0);
  transition:
    clip-path 620ms cubic-bezier(0.76, 0, 0.24, 1),
    opacity 480ms ease 80ms;
}

.betlabel-loader::before,
.betlabel-loader::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.betlabel-loader::before {
  inset: -30%;
  background: repeating-linear-gradient(
    115deg,
    transparent 0 52px,
    rgb(29 78 158 / 6%) 53px 54px
  );
  transform: rotate(-5deg);
}

.betlabel-loader::after {
  top: 50%;
  left: 50%;
  width: min(72vw, 760px);
  aspect-ratio: 2.05 / 1;
  border: 1px solid rgb(25 68 138 / 22%);
  border-radius: 50%;
  box-shadow:
    0 0 0 42px rgb(255 255 255 / 3%),
    0 0 90px rgb(23 61 123 / 28%);
  transform: translate(-50%, -36%);
}

.betlabel-loader.ui-complete {
  opacity: 0;
  clip-path: inset(0 0 100% 0);
  pointer-events: none;
}

.betlabel-loader-brand {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  padding: 14px 24px 12px;
  background: rgb(9 25 51 / 76%);
  border: 1px solid rgb(29 78 158 / 28%);
  border-radius: 14px;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 8%),
    0 16px 34px rgb(0 0 0 / 30%);
  backdrop-filter: blur(8px);
  animation: loader-brand-arrive 520ms cubic-bezier(0.34, 1.56, 0.64, 1)
    both;
}

.betlabel-loader-brand img {
  width: clamp(168px, 18vw, 224px);
  height: auto;
  filter: drop-shadow(0 9px 28px rgb(0 0 0 / 55%));
}

.betlabel-loader-brand span {
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #5379b5;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.betlabel-loader-brand span::before {
  width: 30px;
  height: 2px;
  content: "";
  background: linear-gradient(
    90deg,
    #184183,
    #f6f7f5 50%,
    #173e7e
  );
  border: 0;
  border-radius: 999px;
  box-shadow: 0 0 9px rgb(25 68 138 / 34%);
}

.football-loader-stage {
  position: relative;
  z-index: 2;
  width: 540px;
  height: 270px;
  perspective: 820px;
}

.loader-pitch-line {
  position: absolute;
  top: 174px;
  left: 20px;
  width: 500px;
  height: 116px;
  border: 1px solid rgb(255 255 255 / 38%);
  border-radius: 50%;
  box-shadow: 0 0 34px rgb(24 65 131 / 18%);
  transform: rotateX(67deg);
}

.football-loader-goal {
  position: absolute;
  top: -25px;
  right: -5px;
  width: 480px;
  height: 304px;
  overflow: visible;
  filter:
    drop-shadow(0 18px 18px rgb(0 0 0 / 42%))
    drop-shadow(0 0 12px rgb(27 73 148 / 22%));
  animation: football-goal-arrive 1.55s cubic-bezier(0.22, 0.74, 0.28, 1)
    80ms both;
}

.football-loader-frame {
  filter: drop-shadow(0 5px 3px rgb(0 0 0 / 46%));
}

.football-loader-net {
  transform-box: fill-box;
  transform-origin: 74% 48%;
  filter: drop-shadow(0 2px 2px rgb(0 0 0 / 46%));
  animation: football-net-impact 1.55s cubic-bezier(0.2, 0.72, 0.25, 1)
    80ms both;
}

.loader-ball-trail {
  position: absolute;
  top: 174px;
  left: 44px;
  z-index: 3;
  width: 156px;
  height: 12px;
  background: linear-gradient(90deg, transparent, rgb(24 65 131 / 8%), rgb(28 75 152 / 72%));
  border-radius: 999px;
  filter: blur(5px);
  opacity: 0;
  transform: rotate(-21deg) scaleX(0.18);
  transform-origin: 100% 50%;
  animation: football-ball-trail 1.55s ease-out 80ms both;
}

.loader-ball-shadow {
  position: absolute;
  top: 210px;
  left: 20px;
  z-index: 2;
  width: 62px;
  height: 14px;
  background: rgb(0 0 0 / 54%);
  border-radius: 50%;
  filter: blur(5px);
  animation: football-ball-shadow 1.55s ease-out 80ms both;
}

.football-loader-ball {
  position: absolute;
  top: 160px;
  left: 18px;
  z-index: 4;
  display: block;
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter:
    drop-shadow(0 0 3px rgb(255 255 255 / 26%))
    drop-shadow(0 12px 18px rgb(0 0 0 / 62%));
  animation: football-ball-score 1.55s cubic-bezier(0.2, 0.62, 0.25, 1)
    80ms both;
}

.loader-goal-flash {
  position: absolute;
  top: 70px;
  right: 108px;
  z-index: 5;
  display: grid;
  place-items: center;
  width: 86px;
  height: 42px;
  color: #ffffff;
  background: rgb(23 61 123 / 78%);
  border: 1px solid rgb(255 255 255 / 82%);
  border-radius: 7px;
  box-shadow: 0 0 28px rgb(25 68 138 / 72%);
  font-size: 21px;
  font-weight: 1000;
  letter-spacing: 0.16em;
  opacity: 0;
  transform: scale(0.35) rotate(-4deg);
  animation: football-goal-flash 1.55s ease-out 80ms both;
}

.loader-progress {
  position: relative;
  z-index: 2;
  width: 154px;
  height: 2px;
  overflow: hidden;
  background: rgb(255 255 255 / 9%);
  border-radius: 999px;
}

.loader-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    #173d7b,
    #1b4994 40%,
    #f6f7f5 50%,
    #1b4891 60%,
    #173e7e
  );
  box-shadow: 0 0 13px rgb(23 61 123 / 55%);
  transform: translateX(-100%);
  animation: loader-progress 1.55s cubic-bezier(0.22, 0.7, 0.28, 1) both;
}

/* Armenian tricolor loader for inner pages. */
.betlabel-loader-inner {
  --inner-loader-accent: #d90012;
  background:
    radial-gradient(circle at 22% 28%, rgb(217 0 18 / 25%), transparent 30%),
    radial-gradient(circle at 80% 74%, rgb(169 0 14 / 22%), transparent 27%),
    radial-gradient(circle at 50% 44%, rgb(243 172 88 / 10%), transparent 24%),
    linear-gradient(145deg, #081a3a, #102d61 48%, #0b2148);
}

.betlabel-loader-inner::before {
  background: repeating-linear-gradient(115deg, transparent 0 52px, rgb(217 0 18 / 8%) 53px 54px);
}

.betlabel-loader-inner::after {
  border-color: rgb(217 0 18 / 34%);
  box-shadow: 0 0 0 42px rgb(217 0 18 / 5%), 0 0 100px rgb(169 0 14 / 42%);
}

.betlabel-loader-inner .betlabel-loader-brand {
  background: rgb(4 13 31 / 86%);
  border-color: rgb(217 0 18 / 42%);
  box-shadow: inset 0 1px 0 rgb(245 189 122 / 13%), 0 18px 42px rgb(0 0 0 / 48%);
}

.betlabel-loader-inner .betlabel-loader-brand span { color: #f7c78f; }
.betlabel-loader-inner .betlabel-loader-brand span::before {
  background: linear-gradient(90deg, #19448a, #f4b66c 50%, #d90012);
  box-shadow: 0 0 12px rgb(217 0 18 / 62%);
}
.betlabel-loader-inner .loader-pitch-line {
  border-color: rgb(242 165 74 / 48%);
  box-shadow: 0 0 38px rgb(204 139 62 / 34%);
}
.betlabel-loader-inner .football-loader-goal {
  filter: drop-shadow(0 18px 18px rgb(0 0 0 / 52%)) drop-shadow(0 0 15px rgb(217 0 18 / 38%));
}
.betlabel-loader-inner .football-loader-net { stroke: #f4b365; }
.betlabel-loader-inner .loader-ball-trail {
  background: linear-gradient(90deg, transparent, rgb(204 139 62 / 12%), rgb(243 172 88 / 84%));
}
.betlabel-loader-inner .loader-goal-flash {
  color: #081a3a;
  background: rgb(217 0 18 / 92%);
  border-color: rgb(246 192 128 / 92%);
  box-shadow: 0 0 30px rgb(204 139 62 / 82%);
}
.betlabel-loader-inner .loader-progress { background: rgb(217 0 18 / 15%); }
.betlabel-loader-inner .loader-progress span {
  background: linear-gradient(90deg, #b77d38, #d90012 40%, #f9d6ac 50%, #f3ac58 60%, #19448a);
  box-shadow: 0 0 15px rgb(217 0 18 / 74%);
}

body.localized-page-ready .topbar {
  animation: page-reveal-down 560ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

body.localized-page-ready .slots-carousel {
  animation: page-reveal-down 620ms cubic-bezier(0.22, 1, 0.36, 1) 60ms both;
}

body.localized-page-ready .pin-sidebar {
  animation: page-reveal-left 660ms cubic-bezier(0.22, 1, 0.36, 1) 120ms
    both;
}

body.localized-page-ready .right-sidebar {
  animation: page-reveal-right 660ms cubic-bezier(0.22, 1, 0.36, 1) 160ms
    both;
}

body.localized-page-ready .pin-content > .hero,
body.localized-page-ready .pin-content > .pin-section:first-child {
  animation: page-reveal-content 720ms cubic-bezier(0.22, 1, 0.36, 1) 100ms
    both;
}

body.localized-page-ready .article-content-flow > :first-child {
  animation: page-reveal-content 720ms cubic-bezier(0.22, 1, 0.36, 1) 220ms
    both;
}

@keyframes loader-brand-arrive {
  from {
    opacity: 0;
    transform: translateY(-14px) scale(0.92);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes football-goal-arrive {
  0% {
    opacity: 0;
    transform: translateX(42px) rotateY(-11deg) scale(0.94);
  }
  18% {
    opacity: 1;
    transform: translateX(-4px) rotateY(2deg) scale(1.012);
  }
  30%,
  100% {
    opacity: 1;
    transform: translateX(0) rotateY(0) scale(1);
  }
}

@keyframes football-ball-score {
  0%,
  12% {
    opacity: 0;
    transform: translate(0, 0) rotate(-42deg) scale(0.88);
  }
  20% {
    opacity: 1;
  }
  67% {
    opacity: 1;
    transform: translate(246px, -92px) rotate(665deg) scale(0.92);
  }
  74% {
    opacity: 1;
    transform: translate(250px, -89px) rotate(730deg) scale(0.9);
  }
  87% {
    opacity: 1;
    transform: translate(239px, -64px) rotate(820deg) scale(0.82);
  }
  100% {
    opacity: 0;
    transform: translate(243px, -52px) rotate(870deg) scale(0.68);
  }
}

@keyframes football-net-impact {
  0%,
  65% {
    transform: perspective(300px) translateZ(0) skewX(0) scale(1);
  }
  72% {
    transform: perspective(300px) translateZ(-24px) skewX(7deg) scale(0.96, 1.11);
  }
  80% {
    transform: perspective(300px) translateZ(10px) skewX(-5deg) scale(1.04, 0.95);
  }
  90% {
    transform: perspective(300px) translateZ(-5px) skewX(2deg) scale(0.99, 1.03);
  }
  100% {
    transform: perspective(300px) translateZ(0) skewX(0) scale(1);
  }
}

@keyframes football-ball-trail {
  0%,
  16% {
    opacity: 0;
    transform: translate(0, 0) rotate(-21deg) scaleX(0.18);
  }
  36% {
    opacity: 0.82;
    transform: translate(62px, -28px) rotate(-21deg) scaleX(1);
  }
  66% {
    opacity: 0.42;
    transform: translate(166px, -68px) rotate(-18deg) scaleX(0.74);
  }
  74%,
  100% {
    opacity: 0;
    transform: translate(218px, -78px) rotate(-16deg) scaleX(0.18);
  }
}

@keyframes football-ball-shadow {
  0%,
  16% {
    opacity: 0;
    transform: translate(0, 0) scale(0.7);
  }
  24% {
    opacity: 0.72;
  }
  66% {
    opacity: 0.18;
    transform: translate(228px, -8px) scale(0.38);
  }
  78%,
  100% {
    opacity: 0;
    transform: translate(240px, -10px) scale(0.25);
  }
}

@keyframes football-goal-flash {
  0%,
  69% {
    opacity: 0;
    transform: scale(0.35) rotate(-4deg);
  }
  76% {
    opacity: 1;
    transform: scale(1.06) rotate(2deg);
  }
  88% {
    opacity: 0.92;
    transform: scale(0.96) rotate(0);
  }
  100% {
    opacity: 0;
    transform: scale(1.22);
  }
}

@keyframes loader-progress {
  0% {
    transform: translateX(-100%);
  }
  75% {
    transform: translateX(-9%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes page-reveal-down {
  from {
    opacity: 0;
    transform: translateY(-18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes page-reveal-left {
  from {
    opacity: 0;
    transform: translateX(-24px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes page-reveal-right {
  from {
    opacity: 0;
    transform: translateX(24px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes page-reveal-content {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: translateY(24px) scale(0.985);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 620px) {
  .betlabel-loader {
    gap: 10px;
  }

  .betlabel-loader-brand img {
    width: 164px;
  }

  .football-loader-stage {
    width: 540px;
    transform: scale(0.68);
  }
}

@media (prefers-reduced-motion: reduce) {
  .betlabel-loader {
    transition-duration: 0.01ms;
  }

  .football-loader-goal,
  .football-loader-ball,
  .loader-ball-trail,
  .loader-ball-shadow,
  .loader-goal-flash,
  .football-loader-net,
  .loader-progress span,
  .betlabel-loader-brand,
  body.localized-page-ready .topbar,
  body.localized-page-ready .slots-carousel,
  body.localized-page-ready .pin-sidebar,
  body.localized-page-ready .right-sidebar,
  body.localized-page-ready .pin-content > .hero,
  body.localized-page-ready .pin-content > .pin-section:first-child,
  body.localized-page-ready .article-content-flow > :first-child {
    animation-duration: 0.01ms;
    animation-delay: 0ms;
    animation-iteration-count: 1;
  }
}

/* Brand-green filled action contract */
.skip,
.hot,
.registration-card .signup-button,
.bet-slip .signup-button,
.promo-banner-cta,
.section-bonus-cta,
.section-cta-link,
.app-banner-btn,
.app-download-btn,
.cookie button,
.scroll-top,
.slot-library-play,
.slots-carousel-play,
.fortune-result em {
  color: var(--white);
  background: linear-gradient(145deg, var(--brand-red-hover), var(--brand-red));
  border-color: rgb(26 70 141 / 42%);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 20%),
    0 7px 18px rgb(22 58 118 / 25%);
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.hot:hover,
.registration-card .signup-button:hover,
.bet-slip .signup-button:hover,
.promo-banner-cta:hover,
.section-bonus-cta:hover,
.section-cta-link:hover,
.app-banner-btn:hover,
.app-download-btn:hover,
.cookie button:hover,
.scroll-top:hover,
.slot-library-card:hover .slot-library-play,
.slots-carousel-card:hover .slots-carousel-play,
.fortune-result:hover em {
  color: var(--white);
  background: linear-gradient(145deg, #1b4891, var(--brand-red-hover));
  border-color: rgb(27 73 148 / 62%);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 26%),
    0 9px 22px rgb(22 60 122 / 34%);
}

.hot:active,
.registration-card .signup-button:active,
.bet-slip .signup-button:active,
.promo-banner-cta:active,
.section-bonus-cta:active,
.section-cta-link:active,
.app-banner-btn:active,
.app-download-btn:active,
.cookie button:active,
.scroll-top:active {
  background: var(--brand-red-active);
  box-shadow:
    inset 0 2px 4px rgb(0 0 0 / 22%),
    0 3px 9px rgb(22 58 118 / 22%);
  transform: translateY(1px) scale(0.985);
}

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

.fortune-tab {
  background:
    linear-gradient(105deg, rgb(25 68 138 / 20%), transparent 54%),
    #0a1a34;
  border-color: rgb(25 68 138 / 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%);
}

.fortune-tab-handle {
  background: linear-gradient(
    180deg,
    #19448a,
    #173d7b
  );
}

.fortune-result {
  background:
    radial-gradient(circle at 50% 32%, rgb(25 68 138 / 28%), transparent 50%),
    rgb(10 28 57 / 96%);
  border-color: #e6f1e8;
  box-shadow:
    0 0 42px rgb(24 65 131 / 52%),
    inset 0 0 35px rgb(24 65 131 / 26%);
}

/* Interactive promo scratch coupon */
.promo-coupon {
  width: 100%;
  overflow: hidden;
  color: #f6f7f5;
  background:
    radial-gradient(circle at 90% -10%, rgb(25 68 138 / 20%), transparent 38%),
    linear-gradient(155deg, #0a1b37, #091830 72%);
  border: 1px solid rgb(25 68 138 / 48%);
  border-radius: 12px;
  box-shadow:
    0 14px 30px rgb(0 0 0 / 28%),
    inset 0 1px 0 rgb(255 255 255 / 6%);
}

.coupon-header {
  display: flex;
  align-items: center;
  min-height: 55px;
  padding: 10px 12px;
  gap: 10px;
  background:
    linear-gradient(110deg, rgb(25 68 138 / 18%), transparent 62%),
    #0b1d3a;
  border-bottom: 1px dashed rgb(27 73 148 / 42%);
}

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

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

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

.coupon-ticket-icon {
  position: relative;
  flex: 0 0 31px;
  width: 31px;
  height: 31px;
  background: linear-gradient(145deg, #19448a, #173d7b);
  border: 1px solid rgb(29 78 158 / 56%);
  border-radius: 8px 4px 8px 4px;
  box-shadow:
    inset 0 1px rgb(255 255 255 / 24%),
    0 5px 12px rgb(13 36 72 / 36%);
  transform: rotate(-4deg);
}

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

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

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

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

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

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

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

.coupon-offer-head span {
  padding: 4px 6px;
  color: #f6f7f5;
  background: #184183;
  border-radius: 4px;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

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

.scratch-card {
  position: relative;
  isolation: isolate;
  height: 72px;
  overflow: hidden;
  background: #edf5ef;
  border: 1px solid rgb(25 68 138 / 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;
}

.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: #0a1a34;
  background:
    radial-gradient(circle at 20% 20%, rgb(25 68 138 / 25%), transparent 48%),
    linear-gradient(135deg, #f5f7f5, #dceadf);
}

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

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

.coupon-copy {
  grid-column: 2;
  grid-row: 1 / 3;
  min-width: 48px;
  min-height: 30px;
  padding: 6px;
  color: #ffffff;
  background: var(--brand-red);
  border: 0;
  border-radius: 5px;
  font-size: 9px;
  font-weight: 800;
  cursor: pointer;
}

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

.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%, #3d67ac 0 24%, #1a468e 58%, #163b77 100%);
  border: 1px solid #4971b1;
  border-radius: 50%;
  box-shadow:
    inset -3px -4px 6px rgb(96 0 8 / 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;
}

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

.scratch-tool::before {
  inset: 4px;
  border: 1px dashed rgb(175 120 54 / 55%);
  box-shadow: inset 0 0 0 1px rgb(243 175 95 / 38%);
}

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

.scratch-tool > span {
  position: absolute;
  inset: 9px;
  background: #194388;
  border: 1px solid rgb(119 81 36 / 52%);
  border-radius: 3px;
  box-shadow: inset 1px 1px rgb(240 164 73 / 46%);
  transform: rotate(45deg);
}

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

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

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

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

.scratch-card.ui-scratching {
  animation: none;
  box-shadow:
    inset 0 0 0 2px rgb(255 255 255 / 72%),
    0 0 0 3px rgb(25 68 138 / 11%),
    0 7px 18px rgb(0 0 0 / 30%);
}

.scratch-card.ui-revealed .scratch-canvas {
  opacity: 0;
  pointer-events: none;
  transform: scale(1.03);
}

.scratch-card.ui-revealed {
  border-color: rgb(25 68 138 / 78%);
  box-shadow:
    inset 0 0 0 2px rgb(255 255 255 / 76%),
    0 0 0 3px rgb(25 68 138 / 13%),
    0 9px 24px rgb(23 61 123 / 30%);
  animation: none;
}

.scratch-card.ui-resetting {
  opacity: 0.18;
  transform: scale(0.96) rotateX(8deg);
}

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

.coupon-auto-status span {
  width: 7px;
  height: 7px;
  background: #19448a;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgb(25 68 138 / 52%);
  animation: blau-coupon-status-pulse 1.25s ease-out infinite;
}

.coupon-auto-status strong {
  font-weight: 700;
}

@keyframes blau-coupon-pulse {
  0%,
  100% {
    border-color: rgb(25 68 138 / 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(27 73 148 / 88%);
    box-shadow:
      inset 0 0 0 2px rgb(255 255 255 / 78%),
      0 0 0 4px rgb(25 68 138 / 14%),
      0 8px 22px rgb(23 61 123 / 38%);
    transform: scale(1.018);
  }
}

@keyframes blau-coupon-status-pulse {
  70% {
    box-shadow: 0 0 0 6px rgb(25 68 138 / 0%);
  }

  100% {
    box-shadow: 0 0 0 0 rgb(25 68 138 / 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);
  }
}

.coupon-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  margin: 7px 0;
  gap: 6px;
  color: #1b4994;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.coupon-divider::before,
.coupon-divider::after {
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgb(27 73 148 / 48%));
}

.coupon-divider::after {
  transform: scaleX(-1);
}

.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-red-hover), var(--brand-red));
  border: 1px solid rgb(27 72 147 / 42%);
  border-radius: 7px;
  box-shadow:
    inset 0 1px rgb(255 255 255 / 19%),
    0 7px 15px rgb(22 58 118 / 22%);
  font-size: 11px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.coupon-note {
  display: block;
  margin: 7px 3px 0;
  color: #919d93;
  font-size: 8px;
  line-height: 1.3;
  text-align: center;
}

@media (max-width: 1180px) {
  .promo-coupon {
    max-width: 100%;
  }

  .scratch-card {
    height: 68px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scratch-card,
  .scratch-canvas,
  .scratch-tool,
  .scratch-debris i,
  .coupon-auto-status span {
    animation: none;
    transition: none;
  }
}

/* Final app CTA typography: identical two-line wrapping with optically centred text. */
.app-banner-btn,
.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;
}

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

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

.app-banner-btn span,
.app-download-btn span {
  display: grid;
  justify-items: center;
  gap: 3px;
  min-width: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-align: center;
}

.app-banner-btn small,
.app-banner-btn strong,
.app-download-btn small,
.app-download-btn strong {
  display: block;
  color: inherit;
  font-size: inherit;
  font-weight: 800;
  line-height: inherit;
}

.app-banner-android span::before,
.app-banner-ios span::before {
  content: none;
}

.app-banner-btn strong::before {
  content: "pre ";
}

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

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

  .app-banner-btn::after,
  .app-download-btn::after {
    width: 22px;
  }
}
/* Armenian tricolor mega-prize treatment. */
.mega-prize{--mega-theme-signature:armenia-tricolor-arena;--mega-primary:#bb000f;--mega-accent:#f3ac58;--mega-ink:#0a1a34;--mega-paper:#fff7ed;--mega-radius:28px 4px;--mega-angle:.6deg;--mega-pattern:conic-gradient(from 45deg at 20% 80%,transparent,rgba(243,172,88,.22),transparent 35%),linear-gradient(120deg,transparent 35%,rgba(25,68,138,.15) 36% 38%,transparent 39%)}
body.localized-mega-prize-open{overflow:hidden}
.mega-prize-popup{position:fixed;inset:0;z-index:15000;display:grid;place-items:center;isolation:isolate;opacity:0;visibility:hidden;transition:opacity .32s ease,visibility .32s ease;font-family:inherit}
.mega-prize-popup.ui-visible{opacity:1;visibility:visible}.mega-prize-popup.ui-closing{opacity:0}
.mega-prize-backdrop{position:absolute;inset:0;border:0;background:radial-gradient(circle at 50% 45%,color-mix(in srgb,var(--mega-primary) 30%,transparent),transparent 42%),rgba(2,5,8,.91);backdrop-filter:blur(7px);cursor:pointer}
.mega-prize-atmosphere{position:absolute;inset:0;overflow:hidden;pointer-events:none}.mega-prize-atmosphere span{position:absolute;width:42vmax;aspect-ratio:1;border:1px solid color-mix(in srgb,var(--mega-accent) 38%,transparent);border-radius:50%;animation:blau-mega-orbit 11s linear infinite}.mega-prize-atmosphere span:nth-child(1){left:-18vmax;top:-22vmax}.mega-prize-atmosphere span:nth-child(2){right:-16vmax;bottom:-25vmax;animation-direction:reverse;animation-duration:15s}.mega-prize-atmosphere span:nth-child(3){width:18vmax;left:calc(50% - 9vmax);top:calc(50% - 9vmax);border-style:dashed;animation-duration:8s}
.mega-prize-ticket{position:relative;width:min(680px,calc(100vw - 40px));min-height:470px;padding:48px 64px 54px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--mega-paper);overflow:visible;border:1px solid color-mix(in srgb,var(--mega-accent) 62%,white);border-radius:var(--mega-radius);background:var(--mega-pattern),linear-gradient(145deg,color-mix(in srgb,var(--mega-primary) 80%,var(--mega-ink)),var(--mega-ink) 72%);box-shadow:0 0 0 6px color-mix(in srgb,var(--mega-primary) 15%,transparent),0 35px 90px rgba(0,0,0,.65),inset 0 0 70px color-mix(in srgb,var(--mega-primary) 24%,transparent);transform:translateY(28px) rotate(var(--mega-angle)) scale(.94);transition:transform .55s cubic-bezier(.2,.8,.2,1);z-index:2}
.state-visible .mega-prize-ticket{transform:translateY(0) rotate(var(--mega-angle)) scale(1)}
.mega-prize-ticket::before,.mega-prize-ticket::after{content:"";position:absolute;pointer-events:none}.mega-prize-ticket::before{inset:14px;border:1px solid color-mix(in srgb,var(--mega-accent) 46%,transparent);border-radius:calc(var(--mega-radius) * .75)}.mega-prize-ticket::after{width:92px;height:6px;left:calc(50% - 46px);bottom:24px;border-radius:10px;background:var(--mega-accent);box-shadow:0 0 24px var(--mega-accent)}
.mega-prize-close{position:absolute;right:18px;top:16px;z-index:2;width:42px;height:42px;border:1px solid color-mix(in srgb,var(--mega-paper) 34%,transparent);border-radius:50%;background:rgba(0,0,0,.3);color:var(--mega-paper);font-size:28px;line-height:1;cursor:pointer}.mega-prize-close:hover{background:var(--mega-primary)}
.mega-prize-brand{position:absolute;left:28px;top:24px;font-weight:900;letter-spacing:.04em;font-size:17px}.mega-prize-brand span{color:var(--mega-accent)}
.mega-prize-eyebrow{margin:12px 0 16px;padding:7px 18px;border-radius:999px;background:color-mix(in srgb,var(--mega-accent) 18%,transparent);color:var(--mega-accent);font-size:13px;font-weight:900;letter-spacing:.19em;text-transform:uppercase}
.mega-prize-ticket h2{max-width:620px;margin:0;color:var(--mega-paper);font-size:clamp(48px,7vw,86px);font-weight:950;line-height:.88;letter-spacing:-.055em;text-shadow:0 5px 0 color-mix(in srgb,var(--mega-primary) 55%,black),0 12px 34px rgba(0,0,0,.38)}
.mega-prize-value{margin:28px 0 22px;display:flex;align-items:center;gap:16px}.mega-prize-value strong{font-size:58px;line-height:1;color:var(--mega-accent);font-variant-numeric:tabular-nums;text-shadow:0 0 25px color-mix(in srgb,var(--mega-accent) 45%,transparent);animation:blau-mega-number .9s .25s both}.mega-prize-value span{max-width:190px;text-align:left;font-size:18px;font-weight:900;line-height:1.05;letter-spacing:.08em}
.mega-prize-continue{min-width:210px;padding:15px 28px;border:1px solid color-mix(in srgb,var(--mega-accent) 75%,white);border-radius:12px;background:linear-gradient(180deg,color-mix(in srgb,var(--mega-primary) 78%,white),var(--mega-primary));box-shadow:0 10px 30px color-mix(in srgb,var(--mega-primary) 45%,transparent);color:white!important;font-size:15px;font-weight:900;letter-spacing:.08em;text-decoration:none!important;text-transform:uppercase;transition:transform .2s ease,filter .2s ease}.mega-prize-continue:hover{transform:translateY(-2px);filter:brightness(1.16)}
.mega-prize .mega-prize-continue{border-color:#f3ac58;background:linear-gradient(180deg,#d90012,#a9000e);color:#fff7ed!important;box-shadow:0 12px 36px rgb(187 0 15 / 46%),inset 0 1px 0 rgb(255 255 255 / 30%)}
.mega-prize-coins{position:absolute;inset:0;overflow:hidden;pointer-events:none}.mega-prize-coins i{position:absolute;left:var(--x);top:-30px;width:22px;aspect-ratio:1;border:4px solid var(--mega-accent);border-radius:50%;background:color-mix(in srgb,var(--mega-accent) 60%,#ffffff);box-shadow:0 0 14px var(--mega-accent);animation:blau-mega-coin calc(2.7s + (var(--i) * .06s)) var(--d) linear infinite}
.mega-prize-at .mega-prize-ticket,.mega-prize-pl .mega-prize-ticket{clip-path:polygon(2% 0,98% 0,100% 4%,100% 96%,98% 100%,2% 100%,0 96%,0 4%)}
.mega-prize-de .mega-prize-ticket{border-width:2px;box-shadow:0 0 0 1px #450006,0 0 0 8px color-mix(in srgb,var(--mega-accent) 10%,transparent),0 35px 90px #000000}.mega-prize-fi .mega-prize-ticket{backdrop-filter:blur(20px);background-color:rgba(6,23,44,.82)}.mega-prize-gr .mega-prize-ticket::after{width:54%;left:23%;height:4px}.mega-prize-ie .mega-prize-ticket{border-left:8px solid var(--mega-primary);border-right:8px solid var(--mega-accent)}.mega-prize-it .mega-prize-ticket::before{border-left:8px solid #184285;border-right:8px solid #1b4a95}.mega-prize-pt .mega-prize-ticket{background-size:44px 44px,44px 44px,auto}.mega-prize .mega-prize-ticket{clip-path:polygon(5% 0,95% 0,100% 12%,100% 88%,95% 100%,5% 100%,0 88%,0 12%)}
@keyframes blau-mega-orbit{to{transform:rotate(360deg)}}@keyframes blau-mega-coin{0%{transform:translateY(-10vh) rotateY(0);opacity:0}12%{opacity:1}100%{transform:translateY(115vh) rotateY(900deg);opacity:.2}}@keyframes blau-mega-number{from{opacity:0;transform:translateY(24px) scale(.7)}to{opacity:1;transform:none}}
@media (max-width: 640px){.mega-prize-ticket{width:calc(100vw - 24px);min-height:430px;padding:62px 24px 44px}.mega-prize-brand{left:22px;top:22px;font-size:14px}.mega-prize-ticket h2{font-size:clamp(42px,15vw,64px)}.mega-prize-value{gap:10px;margin:24px 0 20px}.mega-prize-value strong{font-size:48px}.mega-prize-value span{max-width:145px;font-size:14px}.mega-prize-eyebrow{font-size:10px;letter-spacing:.13em}.mega-prize-continue{width:min(260px,100%)}}
@media (prefers-reduced-motion: reduce){.mega-prize-popup,.mega-prize-ticket,.mega-prize-continue{transition:none}.mega-prize-atmosphere span,.mega-prize-coins i,.mega-prize-value strong{animation:none}}

/* Epic full-screen celebration layer */
.mega-prize-popup{overflow:hidden}
.mega-prize-backdrop{background:radial-gradient(circle at 50% 48%,color-mix(in srgb,var(--mega-primary) 28%,transparent) 0,rgba(0,0,0,.32) 38%,rgba(0,0,0,.95) 78%),linear-gradient(135deg,var(--mega-ink),#000000)}
.mega-prize-stage{position:relative;z-index:4;width:100vw;height:100svh;display:grid;place-items:center;overflow:hidden;pointer-events:none}
.mega-prize-rays{position:absolute;left:50%;top:50%;z-index:1;width:min(118vmin,1120px);aspect-ratio:1;border-radius:50%;background:repeating-conic-gradient(from -6deg,color-mix(in srgb,var(--mega-accent) 38%,transparent) 0 3deg,transparent 3deg 10deg),radial-gradient(circle,color-mix(in srgb,var(--mega-primary) 75%,white) 0 4%,var(--mega-primary) 5% 20%,transparent 64%);filter:blur(.2px) drop-shadow(0 0 45px var(--mega-primary));opacity:.76;transform:translate(-50%,-50%) scale(.45) rotate(0);animation:blau-mega-rays 18s linear infinite;pointer-events:none}
.mega-prize-rays::before,.mega-prize-rays::after{content:"";position:absolute;inset:14%;border-radius:50%;border:2px dashed color-mix(in srgb,var(--mega-accent) 64%,transparent);box-shadow:0 0 35px var(--mega-accent);animation:blau-mega-pulse 2.3s ease-in-out infinite}.mega-prize-rays::after{inset:27%;border-style:solid;animation-delay:.45s}
.mega-prize-ticket{pointer-events:auto;position:relative;z-index:5;width:min(980px,94vw);min-height:min(760px,96svh);padding:86px 54px 58px;overflow:visible!important;border:0!important;border-radius:0!important;background:none!important;box-shadow:none!important;clip-path:none!important;transform:translateY(30px) scale(.78)!important;transition:transform .72s cubic-bezier(.16,.9,.2,1)!important}
.state-visible .mega-prize-ticket{transform:translateY(0) scale(1)!important}
.mega-prize-ticket::before{content:"";position:absolute;z-index:-2;inset:auto!important;left:50%;top:50%;width:min(88vmin,790px);aspect-ratio:1;border:0!important;border-radius:50%;background:radial-gradient(circle at 50% 50%,color-mix(in srgb,var(--mega-accent) 95%,white) 0 2%,color-mix(in srgb,var(--mega-primary) 88%,transparent) 8% 31%,transparent 67%),var(--mega-pattern),repeating-conic-gradient(from 12deg,color-mix(in srgb,var(--mega-primary) 45%,transparent) 0 7deg,transparent 7deg 15deg);box-shadow:0 0 80px color-mix(in srgb,var(--mega-primary) 80%,transparent),inset 0 0 90px color-mix(in srgb,var(--mega-accent) 35%,transparent);transform:translate(-50%,-50%);filter:saturate(1.25);opacity:.96;animation:blau-mega-burst 3.4s ease-in-out infinite}
.mega-prize-ticket::after{content:"";position:absolute;z-index:-1;left:50%!important;top:50%;bottom:auto!important;width:min(72vmin,650px)!important;height:min(72vmin,650px)!important;border-radius:50%!important;background:radial-gradient(circle,rgba(0,0,0,.05) 0 20%,color-mix(in srgb,var(--mega-ink) 80%,transparent) 62%,transparent 70%)!important;box-shadow:none!important;transform:translate(-50%,-50%)}
.mega-prize-brand{left:50%;top:42px;transform:translateX(-50%);font-size:18px;text-shadow:0 2px 14px #000000}.mega-prize-close{right:7%;top:8%;width:48px;height:48px;background:rgba(0,0,0,.46);border:1px solid color-mix(in srgb,var(--mega-accent) 60%,white);box-shadow:0 0 24px color-mix(in srgb,var(--mega-primary) 55%,transparent)}
.mega-prize-eyebrow{position:relative;z-index:2;margin:54px 0 18px;padding:8px 22px;background:linear-gradient(180deg,color-mix(in srgb,var(--mega-primary) 72%,white),color-mix(in srgb,var(--mega-primary) 74%,black));color:var(--mega-paper);box-shadow:0 8px 25px rgba(0,0,0,.38);font-size:14px}
.mega-prize-ticket h2{position:relative;z-index:2;max-width:930px;margin:0;background:linear-gradient(180deg,#f8faff 0,var(--mega-accent) 38%,color-mix(in srgb,var(--mega-primary) 78%,#f4b161) 72%,color-mix(in srgb,var(--mega-ink) 70%,black) 100%);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-stroke:2px color-mix(in srgb,var(--mega-accent) 60%,#b27a37);font-size:clamp(76px,9.5vw,142px);font-weight:1000;line-height:.78;letter-spacing:-.065em;text-shadow:none;filter:drop-shadow(0 8px 0 color-mix(in srgb,var(--mega-ink) 82%,black)) drop-shadow(0 18px 22px rgba(0,0,0,.55))}
.mega-prize-value{position:relative;z-index:2;min-width:min(520px,80vw);margin:34px 0 20px;padding:14px 34px;justify-content:center;gap:20px;border:2px solid color-mix(in srgb,var(--mega-accent) 75%,white);border-radius:999px;background:linear-gradient(180deg,color-mix(in srgb,var(--mega-ink) 70%,var(--mega-primary)),color-mix(in srgb,var(--mega-ink) 92%,black));box-shadow:inset 0 2px 0 rgba(255,255,255,.12),0 12px 34px rgba(0,0,0,.55),0 0 36px color-mix(in srgb,var(--mega-primary) 45%,transparent)}
.mega-prize-counter{font-size:62px;font-weight:1000;line-height:1;color:var(--mega-accent);filter:drop-shadow(0 0 12px color-mix(in srgb,var(--mega-accent) 70%,transparent))}.mega-prize-counter>span{display:flex}.prize-digit{display:block;width:.66em;height:1em;overflow:hidden}.prize-digit-track{display:flex;flex-direction:column;animation:blau-mega-counter-roll 1.7s cubic-bezier(.14,.78,.2,1) var(--counter-delay) both}.prize-digit-track i{display:block;flex:0 0 1em;height:1em;font-style:normal;line-height:1;text-align:center}
.mega-prize-value>span{max-width:220px;color:var(--mega-paper);font-size:20px;text-align:left}.mega-prize-continue{position:relative;z-index:3;min-width:260px;padding:16px 34px;border-radius:999px;box-shadow:0 12px 36px color-mix(in srgb,var(--mega-primary) 62%,transparent),inset 0 1px 0 rgba(255,255,255,.35);font-size:16px}
.mega-prize-firework{position:absolute;z-index:3;top:48%;width:190px;height:190px;pointer-events:none}.prize-firework-left{left:5%}.prize-firework-right{right:5%}.mega-prize-firework i{position:absolute;left:50%;top:50%;width:5px;height:62px;border-radius:5px;background:linear-gradient(to top,var(--mega-accent),transparent 72%);transform-origin:50% 100%;transform:translate(-50%,-100%) rotate(var(--spark-angle)) scaleY(.15);filter:drop-shadow(0 0 6px var(--mega-accent));animation:blau-mega-firework 1.65s var(--spark-delay) ease-out infinite}
.mega-prize-coins{z-index:6}.mega-prize-coins i{width:28px;border-width:5px;background:radial-gradient(circle at 35% 30%,#fffbe8 0 5%,var(--mega-accent) 8% 55%,color-mix(in srgb,var(--mega-primary) 65%,#af7735) 58%);box-shadow:0 0 18px var(--mega-accent),inset 0 0 0 3px color-mix(in srgb,var(--mega-accent) 70%,white)}
.mega-prize-at .mega-prize-ticket::before{clip-path:polygon(50% 0,62% 18%,82% 7%,80% 29%,100% 34%,82% 50%,100% 66%,78% 70%,82% 93%,61% 81%,50% 100%,39% 81%,18% 93%,22% 70%,0 66%,18% 50%,0 34%,20% 29%,18% 7%,38% 18%)}.mega-prize-bg .mega-prize-ticket::before{clip-path:polygon(30% 4%,70% 4%,96% 30%,96% 70%,70% 96%,30% 96%,4% 70%,4% 30%)}.mega-prize-de .mega-prize-ticket::before{border-radius:14%;transform:translate(-50%,-50%) rotate(45deg)}.mega-prize-es .mega-prize-ticket::before{clip-path:polygon(50% 0,58% 19%,75% 7%,76% 27%,96% 22%,84% 40%,100% 50%,81% 58%,94% 76%,74% 74%,75% 96%,57% 82%,50% 100%,42% 81%,24% 94%,25% 73%,5% 76%,18% 58%,0 50%,17% 40%,4% 22%,25% 27%,25% 7%,42% 19%)}.mega-prize-fi .mega-prize-ticket::before{border-radius:42% 58% 38% 62%;filter:saturate(1.35) blur(2px)}.mega-prize-gr .mega-prize-ticket::before{border-radius:50% 50% 18% 18%}.mega-prize-ie .mega-prize-ticket::before{border-radius:48% 52% 45% 55%;transform:translate(-50%,-50%) rotate(-8deg)}.mega-prize-it .mega-prize-ticket::before{clip-path:polygon(50% 0,63% 24%,88% 12%,76% 38%,100% 50%,76% 62%,88% 88%,62% 76%,50% 100%,38% 76%,12% 88%,24% 62%,0 50%,24% 38%,12% 12%,38% 24%)}.mega-prize-pl .mega-prize-ticket::before{clip-path:polygon(50% 0,58% 32%,79% 7%,72% 36%,100% 21%,77% 43%,100% 50%,77% 57%,100% 79%,72% 64%,79% 93%,58% 68%,50% 100%,42% 68%,21% 93%,28% 64%,0 79%,23% 57%,0 50%,23% 43%,0 21%,28% 36%,21% 7%,42% 32%)}.mega-prize-pt .mega-prize-ticket::before{border-radius:22%;transform:translate(-50%,-50%) rotate(4deg)}.mega-prize-si .mega-prize-ticket::before{clip-path:polygon(50% 0,64% 27%,78% 13%,82% 37%,100% 50%,80% 61%,87% 88%,62% 76%,50% 100%,37% 76%,13% 88%,20% 61%,0 50%,18% 37%,22% 13%,36% 27%)}.mega-prize .mega-prize-ticket::before{clip-path:polygon(50% 0,65% 21%,88% 12%,79% 36%,100% 50%,79% 64%,88% 88%,65% 79%,50% 100%,35% 79%,12% 88%,21% 64%,0 50%,21% 36%,12% 12%,35% 21%)}
@keyframes blau-mega-rays{from{transform:translate(-50%,-50%) scale(.88) rotate(0)}to{transform:translate(-50%,-50%) scale(.88) rotate(360deg)}}@keyframes blau-mega-pulse{0%,100%{opacity:.35;transform:scale(.82)}50%{opacity:1;transform:scale(1.08)}}@keyframes blau-mega-burst{0%,100%{transform:translate(-50%,-50%) scale(.94)}50%{transform:translate(-50%,-50%) scale(1.05)}}@keyframes blau-mega-firework{0%{opacity:0;transform:translate(-50%,-100%) rotate(var(--spark-angle)) scaleY(.1)}28%{opacity:1}72%{opacity:.9;transform:translate(-50%,-100%) rotate(var(--spark-angle)) scaleY(1)}100%{opacity:0;transform:translate(-50%,-100%) rotate(var(--spark-angle)) scaleY(1.22)}}@keyframes blau-mega-counter-roll{from{transform:translateY(0)}to{transform:translateY(calc(var(--final-index) * -1em))}}
@media (max-width: 640px){.mega-prize-stage{height:100svh}.mega-prize-rays{width:150vmin}.mega-prize-ticket{width:100vw;min-height:min(700px,98svh);padding:80px 18px 42px}.mega-prize-ticket::before{width:128vmin}.mega-prize-ticket::after{width:108vmin!important;height:108vmin!important}.mega-prize-brand{top:34px}.mega-prize-close{right:18px;top:22px}.mega-prize-eyebrow{margin:36px 0 18px;font-size:10px}.mega-prize-ticket h2{max-width:96vw;font-size:clamp(54px,18vw,78px);line-height:.8;-webkit-text-stroke-width:1px}.mega-prize-value{min-width:min(350px,90vw);margin:30px 0 22px;padding:13px 18px;gap:10px}.mega-prize-counter{font-size:48px}.mega-prize-value>span{max-width:138px;font-size:13px}.mega-prize-continue{width:min(270px,78vw)}.mega-prize-firework{top:50%;width:120px;height:120px}.prize-firework-left{left:-38px}.prize-firework-right{right:-38px}.mega-prize-firework i{height:42px}.mega-prize-coins i{width:20px}}
.mega-prize-fi .mega-prize-ticket h2{font-size:clamp(46px,14vw,62px);letter-spacing:-.075em}
@media (prefers-reduced-motion: reduce){.mega-prize-rays,.mega-prize-firework i,.mega-prize-ticket::before,.prize-digit-track{animation:none}.prize-digit-track{transform:translateY(calc(var(--final-index) * -1em))}}
/* Armenian responsive containment: keep long localized headings inside the viewport. */
@media (max-width: 900px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .page-shell,
  .pin-content,
  .content-flow,
  .article-flow,
  .hero {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  body .hero-copy {
    width: calc(100vw - (var(--page-gutter) * 2) - 20px);
    max-width: 680px;
    min-width: 0;
  }

  .hero h1,
  .hero p,
  .hero-breadcrumbs,
  .hero-rating {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 520px) {
  body .hero-copy {
    width: calc(100vw - 40px);
    padding: 20px 14px;
  }

  .hero h1 {
    font-size: clamp(23px, 7.2vw, 28px);
  }
}

/* Armenian visual identity: restrained red/white/blue detail over the black/green core. */
:root {
  --hr-red: #b2000f;
  --hr-blue: #173d7c;
  --hr-white: #f7f9fc;
}

.topbar::after {
  content: none;
}

.hero {
  border: 1px solid rgb(23 61 124 / 38%);
  box-shadow: inset 0 -2px 0 rgb(178 0 15 / 55%);
}

.pin-section,
.content-section,
.reviews-section,
.home-app-banner,
.bonus-banner-section,
.bonus-final-cta {
  border: 1px solid rgb(255 255 255 / 7%);
  box-shadow: inset 2px 0 0 rgb(178 0 15 / 58%), inset -2px 0 0 rgb(23 61 124 / 58%);
}

.pin-section h2,
.content-section h2,
.reviews-section > h2 {
  background:
    linear-gradient(90deg, rgb(178 0 15 / 20%), transparent 30% 70%, rgb(23 61 124 / 22%)),
    #0a1c38;
  border: 1px solid rgb(255 255 255 / 8%);
}

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

.nav-links .state-active,
.nav-links a:hover {
  box-shadow: inset 0 -2px 0 var(--brand-red), inset 0 -4px 0 rgb(23 61 124 / 55%);
}

.review-card:nth-child(odd) {
  border-top-color: var(--hr-red);
}

.review-card:nth-child(even) {
  border-top-color: var(--hr-blue);
}

.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 .hero-copy {
    flex: 0 1 auto;
    width: calc(100% - 20px);
    max-width: 100%;
    min-width: 0;
    margin-inline: auto;
  }

  .hero-actions,
  .hero-actions .pin-btn {
    max-width: 100%;
  }
}

/* END MULTISITE MEGA PRIZE */

/* Neutral image treatment: preserve natural photography without coloured washes. */
.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%
  );
}

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

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

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

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

.pin-section h2,
.content-section h2,
.reviews-section > h2 {
  background: #0a1c38;
}

@media (max-width: 900px) {
  .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. */
.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. */
.editorial-generated {
  margin-block: 22px 14px;
  border-color: rgb(25 68 138 / 42%);
}

.section-cta-row {
  justify-content: center;
  margin: 12px 0 6px;
}

.section-cta-link {
  width: min(100%, 250px);
  min-height: 48px;
  padding-inline: 26px;
  box-shadow: 0 9px 22px rgb(25 67 136 / 20%);
}

@media (max-width: 620px) {
  .editorial-generated {
    height: clamp(210px, 62vw, 285px);
    margin-block: 18px 10px;
  }

  .section-cta-row,
  .section-cta-link {
    width: 100%;
  }
}
/* Armenian legal content uses the donor layout while keeping each text group
   visually contained and readable at long-form widths. */
.legal-article {
  display: grid;
  gap: 14px;
  margin-top: 14px;
}

.legal-intro {
  margin: 0;
  padding: 18px 20px;
  border: 1px solid rgb(255 255 255 / 8%);
  border-left: 4px solid var(--accent-bright, #bc0010);
  border-radius: 8px;
  background: #202423;
  color: #f2f4f3;
  line-height: 1.65;
}

.legal-article .content-section {
  margin: 0;
}

.editorial-review {
  margin-block: 14px;
}

@media (max-width: 860px) {
  .legal-intro {
    padding: 15px 16px;
  }
}

/* Promo banner composition follows the subject in each Armenian artwork.
   Photography stays untinted; only compact neutral copy panels are used on
   narrower screens where the available negative space is reduced. */
.promo-banner-card,
.promo-banner-card.banner-copy-opposite {
  background: #091932;
}

.promo-banner-card::after,
.promo-banner-card.banner-copy-opposite::after {
  content: none;
  background: none;
  opacity: 0;
}

.promo-banner-image,
.promo-banner-card.banner-img-right .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;
}

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

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

@media (max-width: 900px) {
  .promo-banner-card {
    padding: 18px;
  }

  .promo-banner-copy,
  .promo-banner-card.banner-copy-opposite .promo-banner-copy {
    width: min(48%, 360px);
    margin-right: auto;
    margin-left: 0;
    padding: 16px;
    align-items: center;
    background: rgb(9 24 49 / 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%);
  }

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

@media (max-width: 600px) {
  .promo-banner-card {
    align-items: flex-end;
    min-height: 350px;
    padding: 12px;
  }

  .promo-banner-copy,
  .promo-banner-card.banner-copy-opposite .promo-banner-copy {
    width: min(78%, 300px);
    padding: 13px 14px;
  }
}

/* Formula 1 reading progress: the header edge becomes a compact racetrack. */
.race-progress {
  --page-progress: 0%;
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  z-index: 6;
  height: 30px;
  overflow: hidden;
  pointer-events: none;
}

.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(197 0 16 / 30%) 0 var(--page-progress), transparent var(--page-progress) 100%),
    linear-gradient(180deg, #575453 0 2px, #222120 2px 14px, #5f5b59 14px 16px);
  border-radius: 2px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 62%);
}

.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(24 65 131 / 46%));
  transform: translateX(-50%);
  transition: none;
}

@media (max-width: 1024px) {
  .race-progress::after {
    left: clamp(28px, var(--page-progress), calc(100% - 28px));
    width: 56px;
    height: 23px;
  }
}

@media (max-width: 600px) {
  .race-progress::after {
    left: clamp(24px, var(--page-progress), calc(100% - 24px));
    width: 48px;
    height: 25px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .race-progress::after {
    transition: none;
  }
}

/* Armenian visual refresh: warm graphite surfaces with red structure and
   green actions. This layer intentionally leaves the logo and photography
   untouched while unifying every shared component across the locale. */
:root {
  --page-bg: #081a3a;
  --header-bg: #0b2148;
  --panel-bg: #102d61;
  --panel-soft: #173d7b;
  --heading-bg: #5e0008;
  --control-bg: #0b2148;
  --light-bg: #f2eee8;
  --text: #f5f1ec;
  --muted: #bdb4ad;
  --dark-text: #4e0006;
  --accent: #bb000f;
  --accent-hover: #c40010;
  --accent-soft: #d60012;
  --accent-bright: #cd0011;
  --accent-highlight: #d80012;
  --accent-pale: #ee8e96;
  --signal-blue: #b5000f;
  --signal-blue-hover: #c50010;
  --signal-blue-soft: #e02c3b;
  --brand-red: #194286;
  --brand-red-hover: #1a458d;
  --brand-red-active: #163c79;
  --line: #a1000d;
  --radius: 12px;
  --shadow: 0 18px 42px rgb(64 0 5 / 34%);
}

html {
  background: var(--page-bg);
}

body {
  color: var(--text);
  background-color: var(--page-bg);
  background-image: none;
  letter-spacing: -0.006em;
}

button:focus-visible,
a:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline-color: rgb(26 69 141 / 76%);
}

.topbar {
  background: rgb(79 0 7 / 94%);
  border-bottom: 1px solid rgb(187 0 15 / 34%);
  box-shadow:
    0 12px 32px rgb(63 0 5 / 44%),
    inset 0 -1px 0 rgb(255 255 255 / 3%);
  backdrop-filter: blur(16px) saturate(120%);
}

.page-progress::before {
  background: #0b2148;
  border-top-color: rgb(255 255 255 / 5%);
}

.page-progress-fill {
  background: linear-gradient(90deg, #173d7b, var(--brand-red), var(--accent));
  box-shadow:
    0 0 12px rgb(25 66 134 / 48%),
    0 -1px rgb(255 255 255 / 18%) inset;
}

.nav-links a {
  border-radius: 10px;
  letter-spacing: 0.035em;
}

.nav-links a:hover,
.nav-links .state-active {
  color: #ffffff;
  background: rgb(187 0 15 / 11%);
  border-color: rgb(187 0 15 / 28%);
}

.nav-links .state-active::after {
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--accent-bright));
  box-shadow: 0 0 12px rgb(187 0 15 / 45%);
}

.nav-links a:hover .nav-link-icon,
.nav-links .state-active .nav-link-icon {
  background:
    radial-gradient(circle at 28% 18%, rgb(255 255 255 / 16%), transparent 36%),
    linear-gradient(145deg, #6b0009, #550007 72%);
  border-color: rgb(187 0 15 / 64%);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 12%),
    0 8px 20px rgb(157 0 13 / 34%),
    0 0 0 3px rgb(187 0 15 / 10%);
}

.nav-links a:hover .nav-icon-accent,
.nav-links .state-active .nav-icon-accent {
  fill: var(--brand-red);
  stroke: #6486bd;
  filter: drop-shadow(0 0 4px rgb(25 66 134 / 74%));
}

@keyframes blau-nav-icon-pulse {
  0%, 100% {
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 12%), 0 7px 18px rgb(157 0 13 / 28%), 0 0 0 2px rgb(187 0 15 / 8%);
  }
  50% {
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 9px 22px rgb(157 0 13 / 40%), 0 0 0 4px rgb(187 0 15 / 13%);
  }
}

.tool-button,
.language-switch,
.ghost {
  background: linear-gradient(145deg, #5b0008, #510007);
  border: 1px solid rgb(255 255 255 / 8%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 5%);
}

.language-switch:hover,
.language-switch:focus-visible,
.ghost:hover {
  background: #610008;
  border-color: rgb(187 0 15 / 62%);
}

.slots-carousel {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.page-home > section.localized-slots-carousel {
  margin-top: 20px;
}

.slots-carousel-card {
  background: #0b2148;
  border-color: rgb(255 255 255 / 8%);
  border-radius: 10px;
}

.slots-carousel-name {
  background: linear-gradient(180deg, #173d7b, #1a1817);
}

.page-shell {
  gap: 22px;
  padding-top: 10px;
}

.pin-sidebar,
.right-sidebar {
  scrollbar-color: var(--accent) transparent;
}

.pin-side-nav,
.sport-side-toggle,
.app-platforms {
  background: linear-gradient(160deg, #5b0008, #0b2148 72%);
  border-color: rgb(187 0 15 / 30%);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 4%),
    0 14px 30px rgb(64 0 5 / 28%);
}

.sports-quick-row,
.top-game-header,
.sports-catalog-header,
.sports-tabs {
  background: #0b2148;
}

.sports-quick-row:hover,
.sports-quick-row.ui-open {
  background: #630008;
  border-color: rgb(187 0 15 / 45%);
}

.sports-row-arrow {
  background: #0b2148;
  border-left-color: rgb(255 255 255 / 8%);
}

.right-sidebar-body {
  gap: 16px;
}

.registration-card,
.bet-slip {
  color: var(--text);
  background: linear-gradient(155deg, #590007, #081a3a 76%);
  border-color: rgb(187 0 15 / 30%);
  border-radius: 14px;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 5%),
    0 18px 36px rgb(64 0 5 / 34%);
}

.registration-card h2,
.bet-slip-heading {
  color: var(--text);
  letter-spacing: 0.04em;
}

.registration-card input,
.registration-card select,
.signup-field,
.bet-slip-empty {
  color: #510007;
  background: #f4f0ea;
  border: 1px solid rgb(187 0 15 / 12%);
  box-shadow: inset 0 1px 3px rgb(95 0 8 / 8%);
}

.signup-placeholder {
  color: #756d67;
}

.phone-method,
.bet-slip-tabs,
.signup-promo {
  color: var(--text);
  background: #5e0008;
}

.bet-slip-tabs a:first-child {
  background: rgb(187 0 15 / 16%);
  box-shadow: inset 0 -2px 0 var(--accent);
}

.bet-slip-body {
  color: var(--text);
  background: transparent;
}

.bet-slip-save {
  color: var(--muted);
  border-color: rgb(255 255 255 / 12%);
}

.pin-section,
.content-section,
.reviews-section,
.home-app-banner,
.bonus-banner-section,
.bonus-final-cta {
  margin-bottom: 24px;
  padding: clamp(18px, 2.4vw, 30px);
  background:
    radial-gradient(circle at 100% 0%, rgb(25 66 134 / 5%), transparent 28rem),
    linear-gradient(150deg, #0b2148, #500007 74%);
  border: 1px solid rgb(255 255 255 / 7%);
  border-radius: 16px;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 4%),
    0 20px 44px rgb(64 0 5 / 28%);
}

.pin-section h2,
.content-section h2,
.reviews-section > h2 {
  margin-bottom: 24px;
  padding: 11px 16px 11px 34px;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgb(187 0 15 / 18%), transparent 58%),
    #173d7b;
  border: 1px solid rgb(187 0 15 / 20%);
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 4%);
  font-size: clamp(22px, 2.3vw, 29px);
  letter-spacing: -0.025em;
  line-height: 1.18;
}

.pin-section h2::before,
.content-section h2::before,
.reviews-section > h2::before {
  top: 10px;
  bottom: 10px;
  left: 13px;
  width: 4px;
  height: auto;
  background: linear-gradient(180deg, var(--accent-bright), var(--accent));
  border: 0;
  border-radius: 999px;
  box-shadow: 0 0 12px rgb(187 0 15 / 30%);
  transform: none;
}

.pin-section h3,
.content-section h3 {
  margin-top: 30px;
  color: #ffffff;
  font-size: clamp(19px, 1.7vw, 23px);
  letter-spacing: -0.015em;
  text-wrap: balance;
}

.pin-section p,
.content-section p,
.pin-section li,
.content-section li {
  color: #e8e2dc;
  line-height: 1.68;
  text-wrap: pretty;
}

.article-source-block > ul[data-source-list] > li,
.article-source-block > ol[data-source-list] > li {
  padding-top: 9px;
  padding-right: 12px;
  padding-bottom: 9px;
  background: rgb(255 255 255 / 2.6%);
  border: 1px solid rgb(255 255 255 / 6%);
  border-radius: 9px;
}

.article-source-block > ul[data-source-list] > li::before {
  background: var(--accent);
  border-color: #e03240;
  box-shadow: 0 0 0 3px rgb(187 0 15 / 12%), 0 0 10px rgb(187 0 15 / 28%);
}

.article-source-block > ol[data-source-list] > li::before {
  top: 8px;
  left: 7px;
  background: linear-gradient(145deg, var(--brand-red-hover), var(--brand-red-active));
  border-color: rgb(29 77 157 / 58%);
}

/* Editorial lists: scoped to article copy so navigation and carousels stay untouched. */
.content-section > ul,
.content-section > ol,
.content-section .article-source-block > ul,
.content-section .article-source-block > ol {
  display: grid;
  gap: 10px;
  margin: 18px 0 22px;
  padding: 0;
  list-style: none;
  counter-reset: article-step;
}

.content-section > ul > li,
.content-section > ol > li,
.content-section .article-source-block > ul > li,
.content-section .article-source-block > ol > li {
  position: relative;
  min-height: 46px;
  margin: 0;
  padding: 11px 14px 11px 52px;
  overflow: hidden;
  background:
    linear-gradient(105deg, rgb(255 255 255 / 4%), transparent 62%),
    rgb(12 12 12 / 34%);
  border: 1px solid rgb(255 255 255 / 8%);
  border-radius: 11px;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 3%);
}

.content-section > ul > li::before,
.content-section > ol > li::before,
.content-section .article-source-block > ul > li::before,
.content-section .article-source-block > ol > li::before {
  position: absolute;
  top: 13px;
  left: 17px;
  display: grid;
  width: 21px;
  height: 21px;
  padding: 0;
  place-items: center;
  border-radius: 7px;
  box-sizing: border-box;
}

.content-section > ul > li::before,
.content-section .article-source-block > ul > li::before {
  content: "";
  background:
    radial-gradient(circle, #ffffff 0 2px, transparent 3px),
    linear-gradient(145deg, var(--accent-bright), var(--accent));
  border: 1px solid rgb(255 255 255 / 24%);
  box-shadow: 0 0 0 4px rgb(187 0 15 / 10%);
}

.content-section > ol > li,
.content-section .article-source-block > ol > li {
  counter-increment: article-step;
}

.content-section > ol > li::before,
.content-section .article-source-block > ol > li::before {
  content: counter(article-step, decimal-leading-zero);
  color: #0a1a34;
  background: linear-gradient(145deg, #1b4a95, var(--brand-red-active));
  border: 1px solid rgb(141 166 206 / 40%);
  box-shadow: 0 0 0 4px rgb(25 66 134 / 9%);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}

/* Repeated H4 + copy patterns become a quiet editorial sequence, not generic cards everywhere. */
.pattern-series {
  counter-reset: pattern-item;
}

.pattern-item {
  margin: 22px 0 0;
  overflow: hidden;
  background: linear-gradient(90deg, rgb(25 66 134 / 7%), rgb(255 255 255 / 1.6%) 72%);
  border: 1px solid rgb(27 72 145 / 17%);
  border-radius: 12px;
  counter-increment: pattern-item;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 3%);
}

.pattern-item > h4 {
  position: relative;
  margin: 0;
  padding: 13px 16px 13px 54px;
  color: #ffffff;
  background: linear-gradient(90deg, rgb(25 66 134 / 13%), rgb(255 255 255 / 2%) 72%);
  border: 0;
  border-bottom: 1px solid rgb(27 72 145 / 14%);
  font-size: clamp(17px, 1.45vw, 20px);
  letter-spacing: -0.01em;
}

.pattern-item > h4::before {
  content: counter(pattern-item, decimal-leading-zero);
  position: absolute;
  top: 50%;
  left: 16px;
  color: var(--brand-red-hover);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  transform: translateY(-50%);
}

.pattern-item > .article-source-block {
  margin: 0;
  padding: 0 16px 0 54px;
}

.pattern-item > .article-source-block:first-of-type {
  padding-top: 10px;
}

.pattern-item > .article-source-block:last-child {
  padding-bottom: 14px;
}

.pattern-item > ul,
.pattern-item > ol {
  margin: 0;
  padding: 10px 16px 14px 54px;
  list-style-position: inside;
}

.pattern-item > .article-source-block > p:first-child {
  margin-top: 8px;
}

.pattern-item > .article-source-block > p:last-child {
  margin-bottom: 8px;
}

.article-scene-media,
.section-visual,
.payment-visual,
.vip-program-visual,
.editorial-generated {
  border-color: rgb(187 0 15 / 34%);
  border-radius: 14px;
  box-shadow: 0 18px 38px rgb(64 0 5 / 30%);
}

.table-wrap,
.table-scroll {
  overflow: hidden;
  border: 1px solid rgb(187 0 15 / 22%);
  border-radius: 12px;
  box-shadow: 0 16px 34px rgb(64 0 5 / 28%);
}

table {
  color: var(--text);
  background: #0b2148;
}

th,
td {
  border-color: rgb(255 255 255 / 8%);
}

th {
  color: #ffffff;
  background: #630008;
  box-shadow: inset 0 -2px 0 rgb(187 0 15 / 40%);
}

tr:nth-child(even) td {
  background: #5b0008;
}

tr:nth-child(odd) td {
  background: #0b2148;
}

.install-note {
  background: #173d7b;
  border-left-color: var(--brand-red);
}

.reviews-section {
  background:
    radial-gradient(circle at 96% 0%, rgb(187 0 15 / 10%), transparent 36%),
    linear-gradient(145deg, #0b2148, #081a3a 72%);
  border-color: rgb(187 0 15 / 18%);
}

.reviews-section > .review-card + .review-card {
  margin-top: 16px;
}

.reviews-track > .review-card {
  background:
    radial-gradient(circle at 100% 0%, rgb(25 66 134 / 10%), transparent 42%),
    linear-gradient(155deg, #173d7b, #0b2148 74%);
  border-color: rgb(187 0 15 / 20%);
  box-shadow: inset 4px 0 0 var(--accent), 0 16px 34px rgb(64 0 5 / 34%);
}

.review-author,
.reviews-section > h2 {
  border-color: rgb(187 0 15 / 18%);
}

.review-author::before {
  background: linear-gradient(145deg, var(--accent-bright), #ad000e);
  border-color: rgb(236 128 137 / 34%);
}

.review-author::after,
.review-stars {
  color: var(--brand-red-hover);
}

.faq-item {
  background: linear-gradient(145deg, #173d7b, #520007);
  border: 1px solid rgb(255 255 255 / 7%);
  border-radius: 10px;
}

.faq-item[open] {
  border-color: rgb(187 0 15 / 32%);
  box-shadow: inset 3px 0 0 var(--accent);
}

.faq-item summary::after {
  color: var(--brand-red-hover);
}

.promo-banner-card,
.platform-banner-card,
.hero {
  border-color: rgb(187 0 15 / 26%);
  border-radius: 16px;
  box-shadow: 0 22px 50px rgb(64 0 5 / 38%);
}

.promo-banner-cta,
.section-cta-link,
.app-banner-btn,
.app-download-btn,
.registration-card .signup-button,
.bet-slip .signup-button,
.hot {
  border-radius: 9px;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 18%),
    0 8px 20px rgb(21 57 115 / 24%);
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.promo-banner-cta:hover,
.section-cta-link:hover,
.app-banner-btn:hover,
.app-download-btn:hover,
.registration-card .signup-button:hover,
.bet-slip .signup-button:hover,
.hot:hover {
  filter: brightness(1.06);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 22%),
    0 12px 26px rgb(21 57 115 / 34%);
  transform: translateY(-2px);
}

.promo-banner-cta:active,
.section-cta-link:active,
.app-banner-btn:active,
.app-download-btn:active,
.registration-card .signup-button:active,
.bet-slip .signup-button:active,
.hot:active {
  transform: translateY(1px) scale(0.985);
}

.footer-columns,
.footer-notice,
.footer-legal-row,
.footer-payments {
  background:
    radial-gradient(circle at 0 0, rgb(187 0 15 / 8%), transparent 25rem),
    #500007;
  border: 1px solid rgb(255 255 255 / 6%);
  border-radius: 14px;
  box-shadow: 0 14px 32px rgb(64 0 5 / 24%);
}

.footer-column h3 {
  color: #ffffff;
  letter-spacing: 0.05em;
}

.footer-column a:hover {
  color: var(--brand-red-hover);
}

.cookie {
  background: rgb(86 0 7 / 96%);
  border: 1px solid rgb(187 0 15 / 28%);
  border-radius: 12px;
  box-shadow: 0 18px 48px rgb(64 0 5 / 46%);
  backdrop-filter: blur(14px);
}

@media (hover: hover) {
  .pin-section:hover,
  .content-section:hover {
    border-color: rgb(187 0 15 / 16%);
  }
}

@media (max-width: 900px) {
  .page-shell {
    padding-top: 16px;
  }

  .pin-section,
  .content-section,
  .reviews-section,
  .home-app-banner,
  .bonus-banner-section,
  .bonus-final-cta {
    padding: 16px;
    border-radius: 13px;
  }

  .pin-section h2,
  .content-section h2,
  .reviews-section > h2 {
    font-size: clamp(20px, 5vw, 25px);
  }

  .content-section > ul > li,
  .content-section > ol > li,
  .content-section .article-source-block > ul > li,
  .content-section .article-source-block > ol > li {
    padding: 10px 11px 10px 45px;
  }

  .content-section > ul > li::before,
  .content-section > ol > li::before,
  .content-section .article-source-block > ul > li::before,
  .content-section .article-source-block > ol > li::before {
    left: 13px;
  }

  .pattern-item > h4 {
    padding-left: 46px;
  }

  .pattern-item > .article-source-block,
  .pattern-item > ul,
  .pattern-item > ol {
    padding-left: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .promo-banner-cta,
  .section-cta-link,
  .app-banner-btn,
  .app-download-btn,
  .registration-card .signup-button,
  .bet-slip .signup-button,
  .hot {
    transition: none;
  }
}

/* Final narrow-viewport containment after all theme layers. */
@media (max-width: 620px) {
  body {
    overflow-x: hidden;
  }

  body .hero-copy {
    min-width: 0;
    max-width: 100%;
  }

  body .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. */
.section-media {
  height: clamp(230px, 28vw, 340px);
  margin-block: 22px 14px;
  border-color: rgb(187 0 15 / 34%);
  border-radius: 14px;
  box-shadow: 0 18px 38px rgb(64 0 5 / 30%);
}

.section-media::after {
  background: linear-gradient(180deg, transparent 72%, rgb(0 0 0 / 22%));
}

.section-actions {
  display: flex;
  justify-content: center;
  margin: 14px 0 6px;
}

.section-actions .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(187 0 15 / 22%);
}

@media (max-width: 620px) {
  .section-media {
    height: clamp(210px, 62vw, 285px);
    margin-block: 18px 10px;
  }

  .section-actions,
  .section-actions .section-cta {
    width: 100%;
  }
}

/* The BetLabel-style navigation belongs inside the visual betting board. */
.live-betting > .betting-nav {
  z-index: auto;
  width: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.live-betting .live-betting-tabs {
  flex: 1 1 auto;
  border-bottom: 0;
}

.live-betting .live-betting-tab {
  min-height: 40px;
  padding: 0 11px;
  border-right: 1px solid rgb(255 255 255 / 5%);
  font-size: 11px;
}

.live-betting .live-betting-tab[aria-selected="true"] {
  color: #ffffff;
  background: rgb(255 255 255 / 6%);
  box-shadow: inset 0 -2px 0 #f6f7f8;
}

.live-betting .live-betting-tab[aria-selected="true"] img {
  filter: grayscale(1) brightness(0) invert(1);
}

@media (max-width: 900px) {
  .live-betting > .betting-nav {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
}

.betting-crumb {
  display: inline-grid;
  place-items: center;
  width: 10px;
  color: #6f757d;
  font-size: 16px;
}

.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 #153973;
  font: inherit;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
}

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

.betting-switch::after {
  position: absolute;
  top: 2px;
  left: 17px;
  width: 13px;
  height: 13px;
  content: "";
  background: #184081;
  border-radius: 50%;
  transition: left 150ms ease, background-color 150ms ease;
}

.betting-stream-toggle[aria-checked="false"] .betting-switch {
  background: #737a75;
}

.betting-stream-toggle[aria-checked="false"] .betting-switch::after {
  left: 2px;
  background: #e8ebe7;
}

@media (max-width: 900px) {
  .betting-primary-tools .betting-crumb {
    display: none;
  }

  .betting-stream-toggle > span:last-child {
    display: none;
  }

  .betting-stream-toggle {
    padding-inline: 8px;
  }
}

/* Compact event details follow the BetLabel exhibition-table reference. */
.live-betting-event {
  overflow: hidden;
  margin-bottom: 2px;
  border-radius: 0 0 12px 12px;
}

.live-league-title {
  overflow: hidden;
  white-space: nowrap;
}

.live-league-title > span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

.live-league-globe {
  display: inline-grid;
  place-items: center;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  color: #173e7e;
  background: #1a4790;
  border-radius: 50%;
}

.live-league-globe svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: #ea9f47;
  stroke-width: 1.25;
}

.live-participants {
  padding-block: 7px 6px;
}

.live-participants > .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;
}

.live-betting-team > span:last-child {
  overflow: hidden;
  align-self: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.live-participants .live-team-marker {
  display: inline-grid;
  place-items: center;
  width: 16px;
  height: 20px;
  color: #8f9992;
}

.live-participants .live-team-marker svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.live-participants .live-team-marker.ui-starred {
  color: #194286;
}

.live-participants .live-team-marker.ui-starred svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
  stroke-linejoin: round;
}

.live-team-badge {
  display: inline-grid;
  place-items: center;
  width: 19px;
  height: 19px;
  overflow: hidden;
  color: #ffffff;
  background: #173d7c;
  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;
}

.live-team-badge.ui-away {
  color: #0d2346;
  background: #d69242;
}

.live-participants > .live-event-meta {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 20px;
  margin-top: 5px;
  gap: 6px;
  color: #0d2347;
  font-size: 10px;
  font-weight: 650;
  line-height: 1;
  white-space: nowrap;
}

.live-signal {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #163c79;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .08em;
}

.live-signal i {
  width: 6px;
  height: 6px;
  background: #184183;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgb(24 65 131 / 12%);
  animation: blau-live-signal-pulse 1.4s ease-in-out infinite;
}

.live-clock {
  color: #0b1e3d;
  font-size: 11px;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  letter-spacing: .02em;
}

.live-meta-divider {
  color: #a9b2ab;
  font-weight: 500;
}

.live-meta-label {
  color: #153973;
  font-weight: 650;
}

.live-event-tools {
  display: inline-flex;
  align-items: center;
  margin-left: 3px;
  padding-left: 7px;
  gap: 7px;
  border-left: 1px solid #d9e0da;
}

.live-betting-tool {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 12px;
  color: #0b1e3d;
}

.live-betting-tool.ui-bars,
.live-betting-tool.ui-chart {
  color: #173e7f;
}

.live-betting-tool i,
.live-betting-tool::before,
.live-betting-tool::after {
  position: absolute;
  display: block;
  content: "";
}

.live-betting-tool.ui-pitch {
  background: #cf8d3f;
  border: 1px solid #e0edda;
}

.live-betting-tool.ui-pitch i {
  inset: 0 4px;
  border-inline: 1px solid #e0edda;
}

.live-betting-tool.ui-bars {
  border-bottom: 2px solid currentColor;
}

.live-betting-tool.ui-bars i {
  right: 1px;
  bottom: 2px;
  width: 2px;
  height: 7px;
  background: currentColor;
  box-shadow: -4px 3px currentColor, -8px 5px currentColor;
}

.live-betting-tool.ui-chart {
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}

.live-betting-tool.ui-chart i {
  inset: 2px 1px 2px 0;
  border-top: 1px solid currentColor;
  transform: skewY(-25deg);
}

.live-betting-tool.ui-list {
  border: 1px solid currentColor;
}

.live-betting-tool.ui-list i {
  top: 2px;
  left: 4px;
  width: 5px;
  height: 1px;
  background: currentColor;
  box-shadow: 0 2px currentColor, 0 4px currentColor;
}

.live-betting-tool.ui-lineup::before,
.live-betting-tool.ui-lineup::after {
  top: 1px;
  width: 5px;
  height: 5px;
  background: currentColor;
  border-radius: 50%;
}

.live-betting-tool.ui-lineup::before { left: 0; }
.live-betting-tool.ui-lineup::after { right: 0; }

.live-betting-tool.ui-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(24 65 131 / 8%);
  }
  50% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 4px rgb(24 65 131 / 18%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .live-signal i { animation: none; }
}

@media (max-width: 720px) {
  .live-participants > .live-event-meta {
    font-size: 9px;
  }
}

/* Monochrome live-casino provider wall in the shared footer. */
.footer-providers {
  margin: 30px 0 22px;
  padding: 26px;
  overflow: hidden;
  color: #f1f2f2;
  background: #0a1c38;
  border: 1px solid #0e264c;
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 4%);
}

.footer-providers h2 {
  margin: 0;
  color: #f5f6f6;
  font-size: clamp(22px, 2.5vw, 32px);
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.provider-intro {
  margin: 8px 0 22px;
  color: #969ba0;
  font-size: 14px;
}

.provider-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  gap: 0;
  background: #0b1e3c;
  list-style: none;
}

.provider-card {
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 88px;
  padding: 14px 10px;
  color: #aeb2b5;
  background: #0b1e3c;
  box-shadow: inset 0 0 0 1px #0e274f, inset 0 1px 0 rgb(255 255 255 / 3%);
  text-align: center;
  transition: color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

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

.provider-card-2 span,
.provider-card-5 span,
.provider-card-9 span,
.provider-card-14 span,
.provider-card-15 span {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 700;
  letter-spacing: -0.035em;
  text-transform: none;
}

.provider-card-3 span,
.provider-card-6 span,
.provider-card-10 span,
.provider-card-17 span {
  letter-spacing: 0.11em;
}

.provider-card-7 span,
.provider-card-11 span,
.provider-card-13 span {
  font-weight: 600;
  letter-spacing: 0.02em;
}

@media (hover: hover) {
  .provider-card:hover {
    z-index: 1;
    color: #ffffff;
    background: #0c2143;
    box-shadow: inset 0 0 0 1px #555b60, 0 8px 20px rgb(0 0 0 / 24%);
  }
}

@media (max-width: 900px) {
  .footer-providers {
    padding: 20px;
  }

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

@media (max-width: 620px) {
  .footer-providers {
    margin-block: 24px 18px;
    padding: 16px;
    border-radius: 13px;
  }

  .provider-intro {
    margin-bottom: 16px;
    font-size: 12px;
  }

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

  .provider-card {
    min-height: 72px;
  }

  .provider-card span {
    font-size: 11px;
  }
}

/* Unified footer surface and the generated live-casino provider artwork. */
.footer {
  padding-top: 22px;
  background: var(--page-bg);
}

.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(9 24 48 / 30%);
}

.footer-columns,
.footer-providers,
.footer-notice,
.footer-legal-row,
.footer-payments {
  margin: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.footer-columns,
.footer-providers,
.footer-notice,
.footer-legal-row,
.footer-payments {
  padding: 22px 26px;
}

.footer-providers,
.footer-notice,
.footer-legal-row,
.footer-payments {
  border-top: 1px solid #0d2347;
}

.provider-intro {
  margin-bottom: 18px;
}

.provider-logo-grid {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: #0d2449;
  border: 1px solid #0e264c;
}

.provider-logo-item {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  padding: 1px 8px;
  object-fit: contain;
  background: #0a1a36;
}

.provider-logo-grid::after {
  content: "";
  background: #0a1a36;
}

@media (max-width: 900px) {
  .provider-logo-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .footer {
    padding-top: 14px;
  }

  .footer-inner {
    border-radius: 12px;
  }

  .footer-columns,
  .footer-providers,
  .footer-notice,
  .footer-legal-row,
  .footer-payments {
    padding: 18px 16px;
  }

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

  .provider-logo-item {
    height: 72px;
    padding: 9px 6px;
  }
}

/* Plain app-author signature: editorial credit, not an accordion control. */
.app-author {
  display: grid;
  margin: 18px 0 6px;
  padding: 0;
  gap: 4px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.app-author strong {
  color: #f4f5f4;
  font-size: 15px;
}

.app-author em {
  color: #c7cbca;
  font-size: 14px;
}

/* Low in-article game ribbons based on the compact BetLabel casino rail. */
.pin-sidebar.ui-collapsed {
  width: 42px;
  max-height: calc(100dvh - var(--header-height) - 24px);
  padding-bottom: 4px;
  gap: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #0a1c39;
  scrollbar-width: none;
}

.pin-sidebar.ui-collapsed::-webkit-scrollbar {
  display: none;
}

.pin-sidebar.ui-collapsed .sports-sidebar {
  width: 42px;
  gap: 5px;
}

.pin-sidebar.ui-collapsed .sport-side-toggle {
  width: 34px;
  min-height: 32px;
  margin-inline: 4px;
  color: #d7d9dc;
  background: #0b1f3f;
  border: 0;
  border-radius: 5px;
  box-shadow: none;
}

.pin-sidebar.ui-collapsed .sports-sidebar-body {
  display: grid;
  gap: 5px;
}

.pin-sidebar.ui-collapsed .sports-quick-links {
  gap: 4px;
  padding-inline: 4px;
}

.pin-sidebar.ui-collapsed .sports-quick-row {
  display: grid;
  place-items: center;
  width: 34px;
  min-height: 32px;
  height: 32px;
  padding: 0;
  color: #f3f4f5;
  background: #0d2245;
  border: 0;
  border-radius: 6px;
}

.pin-sidebar.ui-collapsed .sports-quick-row > span:not(:first-child) {
  display: none;
}

.pin-sidebar.ui-collapsed .sports-quick-icon {
  display: grid;
  place-items: center;
  width: 100%;
  flex-basis: auto;
}

.pin-sidebar.ui-collapsed .sports-quick-icon .bl-aside-icon {
  width: 18px;
  height: 18px;
}

.pin-sidebar.ui-collapsed .top-game-card {
  display: none;
}

.pin-sidebar.ui-collapsed .sports-catalog {
  display: grid;
  overflow: visible;
  background: #ffffff;
  border-radius: 0;
}

.pin-sidebar.ui-collapsed .sports-tabs {
  display: grid;
  grid-template-columns: 42px;
  min-height: 32px;
  padding: 0 4px;
  background: #0a1c39;
}

.pin-sidebar.ui-collapsed .sports-tabs a {
  width: 34px;
  min-height: 32px;
  color: #d39041;
  background: #0d2245;
  border-radius: 5px 5px 0 0;
  font-size: 0;
}

.pin-sidebar.ui-collapsed .sports-tabs a:not(.state-active) {
  display: none;
}

.pin-sidebar.ui-collapsed .sports-tabs .state-active span {
  display: grid;
  place-items: center;
  margin: 0;
  color: #d39041;
}

.pin-sidebar.ui-collapsed .sports-tabs .bl-aside-icon {
  width: 18px;
  height: 18px;
  margin: 0;
}

.pin-sidebar.ui-collapsed .sports-summary {
  display: grid;
  grid-template-columns: 42px;
  min-height: 38px;
  padding: 0;
  gap: 0;
  color: #0a1b37;
  background: #ffffff;
  border-bottom: 1px solid #d9ddda;
}

.pin-sidebar.ui-collapsed .sports-summary > :not(strong) {
  display: none;
}

.pin-sidebar.ui-collapsed .sports-summary > strong {
  display: grid;
  place-items: center;
  width: 42px;
  min-height: 38px;
  font-size: 0;
}

.pin-sidebar.ui-collapsed .sports-summary-tv {
  display: block;
  width: 16px;
  height: 16px;
  color: #4d5357;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pin-sidebar.ui-collapsed .sports-list-heading {
  display: none;
}

.pin-sidebar.ui-collapsed .sports-list {
  display: grid;
  width: 42px;
}

.pin-sidebar.ui-collapsed .sport-row {
  display: grid;
  grid-template-columns: 42px;
  place-items: center;
  width: 42px;
  min-height: 32px;
  padding: 0;
  color: #091830;
  background: #ffffff;
  border-top: 1px solid #e1e5e2;
}

.pin-sidebar.ui-collapsed .sport-row > span:not(:first-child) {
  display: none;
}

.pin-sidebar.ui-collapsed .sport-row-icon {
  display: grid;
  place-items: center;
  width: 42px;
}

.pin-sidebar.ui-collapsed .sport-row-icon .bl-aside-icon {
  width: 18px;
  height: 18px;
}

.pin-sidebar.ui-collapsed .sport-row:hover,
.pin-sidebar.ui-collapsed .sport-row:focus-visible {
  color: #173d7b;
  background: #eef6ef;
}

.right-sidebar.ui-collapsed {
  width: 42px;
  max-height: calc(100dvh - var(--header-height) - 24px);
  padding-bottom: 4px;
  gap: 5px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #0a1c39;
  scrollbar-width: none;
}

.right-sidebar.ui-collapsed::-webkit-scrollbar {
  display: none;
}

.right-sidebar.ui-collapsed .sport-side-toggle {
  width: 34px;
  min-height: 32px;
  margin-inline: 4px;
  color: #d7d9dc;
  background: #0b1f3f;
  border: 0;
  border-radius: 5px;
  box-shadow: none;
}

.right-sidebar.ui-collapsed .right-sidebar-body {
  display: grid;
  justify-items: center;
  width: 100%;
  gap: 5px;
}

.right-sidebar.ui-collapsed .registration-card {
  display: grid;
  place-items: center;
  width: 100%;
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.right-sidebar.ui-collapsed .registration-card > :not(.signup-button) {
  display: none;
}

.right-sidebar.ui-collapsed .registration-card .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: #ffffff;
  background: #184183;
  border: 0;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  transition: none;
}

.right-sidebar.ui-collapsed .bet-slip {
  display: block;
  width: 100%;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.right-sidebar.ui-collapsed .bet-slip-body {
  display: none;
}

.right-sidebar.ui-collapsed .bet-slip-tabs {
  display: grid;
  justify-items: center;
  grid-template-columns: 42px;
  background: transparent;
}

.right-sidebar.ui-collapsed .bet-slip-tabs a:not(:first-child) {
  display: none;
}

.right-sidebar.ui-collapsed .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: #0d2347;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.right-sidebar.ui-collapsed .promo-coupon {
  display: grid;
  place-items: center;
  width: 42px;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.right-sidebar.ui-collapsed .promo-coupon .coupon-body {
  display: none;
}

.right-sidebar.ui-collapsed .promo-coupon .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: #ffffff;
  background:
    linear-gradient(180deg, rgb(255 255 255 / 12%), transparent 32%),
    linear-gradient(155deg, #a7000e, #173d7b 68%, #0b1e3c);
  border: 1px solid rgb(201 0 17 / 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(187 0 15 / 8%);
  font-size: 10px;
  line-height: 1;
}

.right-sidebar.ui-collapsed .promo-coupon .coupon-header div {
  display: grid;
  place-items: center;
  min-height: 52px;
}

.right-sidebar.ui-collapsed .promo-coupon .coupon-header strong {
  display: grid;
  place-items: center;
  width: 100%;
  font-size: 0;
  font-weight: 800;
  text-transform: uppercase;
}

.right-sidebar.ui-collapsed .promo-coupon .coupon-header strong::after {
  content: "COUPON";
  display: block;
  color: #ffffff;
  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);
}

.right-sidebar.ui-collapsed .promo-coupon .coupon-header small {
  display: none;
}

.right-sidebar.ui-collapsed .promo-coupon .coupon-ticket-icon {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  color: #ffffff;
  filter: drop-shadow(0 0 4px rgb(201 0 17 / 55%));
  transform: none;
}

.right-sidebar.ui-collapsed .app-platforms {
  display: grid;
  justify-items: center;
  grid-template-columns: 42px;
  gap: 4px;
  overflow: visible;
  background: transparent;
  border-radius: 0;
}

.right-sidebar.ui-collapsed .app-platforms a,
.right-sidebar.ui-collapsed .app-platforms a:first-child {
  display: grid;
  place-items: center;
  width: 34px;
  min-height: 34px;
  height: 34px;
  margin-inline: 0;
  padding: 0;
  color: #ffffff;
  background: #0d2347;
  border-radius: 6px;
  font-size: 0;
}

.right-sidebar.ui-collapsed .app-platforms img {
  width: 18px;
  height: 18px;
  margin: 0;
}

.content-slot-ribbon {
  width: min(100%, 1040px);
  margin: 32px auto 34px;
  padding: 7px 0;
  overflow: hidden;
  background: #101111;
  border-block: 1px solid rgb(165 0 14 / 62%);
  box-shadow: 0 8px 18px rgb(0 0 0 / 20%);
}

.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: #a0000d #151616;
}

.content-slot-track[data-autoplay] {
  scroll-snap-type: none;
}

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

.content-slot-card img {
  width: 100%;
  height: 64px;
  object-fit: cover;
}

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

.content-slot-card:hover,
.content-slot-card:focus-visible {
  color: #ffffff;
  border-color: #bb000f;
  outline: none;
  transform: translateY(-1px);
}

@media (max-width: 620px) {
  .content-slot-ribbon {
    width: calc(100% + 20px);
    margin: 22px -10px 24px;
  }

  .content-slot-track {
    padding-inline: 10px;
  }
}

/* Topic-led editorial scenes inserted into long-form article sections. */
.section-scene {
  position: relative;
  width: min(100%, 920px);
  aspect-ratio: 16 / 9;
  margin: 18px auto 22px;
  overflow: hidden;
  background: #0a1b36;
  border: 1px solid rgb(187 0 15 / 48%);
  border-radius: 12px;
  box-shadow: 0 14px 30px rgb(0 0 0 / 30%);
}

.section-scene img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.92) contrast(1.04);
}

.section-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 66%, rgb(9 24 49 / 24%));
  box-shadow: inset 0 0 28px rgb(0 0 0 / 16%);
}

@media (min-width: 1040px) {
  .section-scene-left { margin-left: 0; }
  .section-scene-right { margin-right: 0; }
}

@media (max-width: 620px) {
  .section-scene {
    width: calc(100% + 20px);
    margin: 14px -10px 18px;
    border-radius: 9px;
  }
}

/* Keep wide editorial tables usable on narrow screens. */
.table-wrap,
.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;
}

.table-wrap::-webkit-scrollbar,
.table-scroll::-webkit-scrollbar {
  height: 10px;
}

.table-wrap::-webkit-scrollbar-track,
.table-scroll::-webkit-scrollbar-track {
  background: #151616;
  border-radius: 999px;
}

.table-wrap::-webkit-scrollbar-thumb,
.table-scroll::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #b2000f, var(--accent));
  border: 2px solid #151616;
  border-radius: 999px;
}

@media (max-width: 760px) {
  .table-wrap,
  .table-scroll {
    overflow-x: scroll;
  }

  .table-wrap table,
  .table-scroll table {
    width: 100%;
    min-width: 680px;
  }
}

/* Natural photography: no coloured wash or full-image darkening. */
.hero::after,
.editorial-media::after,
.promo-banner-card::after,
.promo-banner-card.banner-copy-opposite::after,
.platform-banner-card::after,
.section-media::after,
.section-scene::after {
  content: none;
  background: none;
  box-shadow: none;
  opacity: 0;
}

.hero-img,
.editorial-media img,
.promo-banner-image,
.platform-banner-image,
.section-media img,
.section-scene img,
.section-visual,
.payment-visual,
.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) {
  .promo-banner-card,
  .promo-banner-card.banner-copy-opposite {
    align-items: center;
    justify-content: center;
    height: clamp(320px, 48vw, 390px);
    min-height: 320px;
    max-height: none;
    padding: 18px;
  }

  .promo-banner-image,
  .promo-banner-card.banner-img-right .promo-banner-image {
    object-position: 76% center;
  }

  .promo-banner-copy,
  .promo-banner-card.banner-copy-opposite .promo-banner-copy {
    box-sizing: border-box;
    width: calc(100% - 20px);
    max-width: 680px;
    margin: auto;
    padding: 30px 12px;
    align-items: center;
    background: rgb(9 24 49 / 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;
  }

  .promo-banner-kicker,
  .promo-banner-title,
  .promo-description {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .promo-banner-card,
  .promo-banner-card.banner-copy-opposite {
    height: clamp(270px, 78vw, 330px);
    min-height: 270px;
    padding: 10px;
  }

  .promo-banner-image,
  .promo-banner-card.banner-img-right .promo-banner-image {
    object-position: 82% center;
  }

  .promo-banner-copy,
  .promo-banner-card.banner-copy-opposite .promo-banner-copy {
    width: calc(100% - 12px);
    max-width: none;
    padding: 30px 12px;
  }

  .promo-banner-kicker {
    margin-bottom: 6px;
    font-size: 11px;
  }

  .promo-banner-title {
    margin-bottom: 11px;
    font-size: clamp(18px, 5.6vw, 22px);
    line-height: 1.06;
  }
}

/* Armenian flag in the compact language control. */
.language-switch {
  min-height: 48px;
  padding: 4px 12px 4px 5px;
  gap: 9px;
}

.language-flag-am {
  width: 25px;
  height: 25px;
  border-width: 1px;
  border-radius: 50%;
  background: #ffffff url("../img/betlabel/armenia-flag-round.svg") center / cover no-repeat;
}

.language-flag-am::after {
  content: none;
}

@media (max-width: 900px) {
  .language-switch {
    min-height: 42px;
    padding: 4px 9px 4px 4px;
    gap: 7px;
  }

  .language-flag-am {
    width: 25px;
    height: 25px;
  }
}

/* The betting table may scroll sideways, but vertical wheel input belongs to the page. */
.live-betting-scroll {
  overscroll-behavior-x: contain;
  overscroll-behavior-y: auto;
}

@media (max-width: 900px) {
  .live-betting-curtain {
    position: sticky;
    left: 0;
    width: 100%;
    min-width: 100%;
  }
}

/* Armenian review cards: editorial ticket treatment, intentionally distinct from the donor. */
.reviews-section {
  background:
    linear-gradient(115deg, rgb(187 0 15 / 9%), transparent 32%),
    linear-gradient(155deg, #0b2148, #121110 76%);
}

.reviews-track {
  gap: 22px;
  padding-block: 10px 22px;
}

.reviews-track > .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(63 0 5 / 38%);
}

.reviews-track > .review-card:nth-child(even) {
  border-top-color: var(--brand-red);
  border-radius: 14px 14px 14px 5px;
}

.reviews-track > .review-card::before {
  content: "“";
  top: 74px;
  right: 24px;
  color: var(--accent-bright);
  opacity: 0.3;
  font-size: 82px;
  font-weight: 700;
}

.reviews-track > .review-card:nth-child(even)::before {
  color: var(--brand-red-hover);
}

.reviews-track > .review-card::after {
  content: none;
}

.reviews-section .review-card p {
  display: flex;
  flex-direction: column;
  min-height: 245px;
}

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

.review-author::before {
  bottom: 13px;
  left: 18px;
  width: 40px;
  height: 40px;
  background: linear-gradient(145deg, #b8000f, #a4000e);
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 9px;
  box-shadow: none;
}

.reviews-track > .review-card:nth-child(even) .review-author::before {
  background: linear-gradient(145deg, #19448a, #163b77);
}

.review-author::after {
  right: 20px;
  bottom: 26px;
  color: #f3ac58;
  text-shadow: none;
}

.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) {
  .reviews-track > .review-card:hover {
    border-color: rgb(255 255 255 / 18%);
    border-top-color: var(--accent-bright);
    box-shadow: 0 22px 46px rgb(63 0 5 / 46%);
    transform: translateY(-3px);
  }

  .reviews-track > .review-card:nth-child(even):hover {
    border-top-color: var(--brand-red-hover);
  }
}

@media (max-width: 700px) {
  .reviews-track > .review-card {
    flex-basis: 88%;
    min-height: 280px;
  }

  .review-author {
    padding-right: 18px;
    padding-bottom: 36px;
  }

  .review-author::after {
    right: auto;
    bottom: 13px;
    left: 70px;
  }

  .review-quote {
    align-items: flex-start;
    padding: 24px 44px 26px 22px;
    font-size: 14px;
  }
}

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


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

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

.reviews-toggle:hover,
.reviews-toggle:focus-visible {
  color: #ffffff;
  background: #1d4e9e;
  border-color: var(--accent-bright);
  outline: none;
}

/* Final app-button layout: Android left, iOS right, matching two-line copy. */
.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .platform-banner-card .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"]
  .promo-banner-card[data-promo-position="1"]
  .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. */
.section-actions .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;
}

.section-actions .app-download-btn span {
  display: grid;
  justify-items: center;
  gap: 2px;
  min-width: 0;
  line-height: 1.05;
  text-align: center;
}

.section-actions .app-download-btn small,
.section-actions .app-download-btn strong {
  display: block;
  color: inherit;
  line-height: 1.05;
}

.section-actions .app-download-btn small {
  font-size: 10px;
  font-weight: 600;
}

.section-actions .app-download-btn strong {
  font-size: 13px;
  font-weight: 900;
}

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

@media (max-width: 767px) {
  .section-actions .app-download-btn {
    grid-template-columns: 22px minmax(0, 1fr) 22px;
    width: 100%;
    min-height: 56px;
    padding: 8px 10px;
    gap: 7px;
  }

  .section-actions .app-download-btn small {
    font-size: 9px;
  }

  .section-actions .app-download-btn strong {
    font-size: 11px;
  }
}

/* Armenian sapphire refresh: retain the dark sporting character, warm red
   identity marks and green actions while adding a cooler second accent. */
:root {
  --theme-blue: #194489;
  --theme-blue-bright: #1b4995;
  --theme-blue-deep: #0a1b37;
  --theme-blue-border: rgb(25 68 137 / 44%);
  --page-bg: #0a1b37;
  --header-bg: #0a1c39;
  --panel-bg: #0b1d3c;
  --panel-soft: #0c2041;
  --heading-bg: #0d2245;
  --control-bg: #0b1e3d;
  --line: #163c7a;
  --signal-blue: #194489;
  --signal-blue-hover: #1b4995;
  --signal-blue-soft: #5277b5;
  --shadow: 0 18px 42px rgb(9 24 48 / 42%);
}

html,
body {
  background-color: var(--theme-blue-deep);
}

body {
  background-image:
    radial-gradient(circle at 82% 5%, rgb(24 65 131 / 17%), transparent 30rem),
    radial-gradient(circle at 9% 42%, rgb(22 58 118 / 12%), transparent 34rem),
    linear-gradient(180deg, #0a1c38 0%, #0a1b37 38%, #0a1a34 100%);
  background-attachment: fixed;
}

.topbar {
  background-color: rgb(10 28 56 / 96%);
  background-image: linear-gradient(90deg, rgb(10 28 56 / 98%), rgb(10 27 55 / 96%));
  border-bottom-color: rgb(26 70 141 / 48%);
  box-shadow:
    0 12px 34px rgb(9 24 48 / 52%),
    inset 0 -1px 0 rgb(27 73 149 / 10%);
}

.nav-links a:hover,
.nav-links .state-active {
  background: rgb(23 63 128 / 15%);
  border-color: rgb(26 71 144 / 46%);
}

.nav-links .state-active::after {
  background: linear-gradient(90deg, var(--theme-blue-bright), var(--theme-blue), var(--accent));
  box-shadow: 0 0 12px rgb(25 68 137 / 46%);
}

.tool-button,
.language-switch,
.ghost,
.reviews-toggle {
  background: linear-gradient(145deg, #0c2142, #0a1c39);
  border-color: rgb(26 71 144 / 20%);
}

.language-switch:hover,
.language-switch:focus-visible,
.ghost:hover,
.reviews-toggle:hover,
.reviews-toggle:focus-visible {
  background: #0d2347;
  border-color: rgb(27 72 146 / 68%);
}

.race-progress::before {
  background:
    repeating-linear-gradient(90deg, transparent 0 28px, rgb(153 175 211 / 76%) 28px 48px, transparent 48px 76px) center / auto 2px no-repeat,
    linear-gradient(90deg, rgb(25 68 137 / 44%) 0 var(--page-progress), transparent var(--page-progress) 100%),
    linear-gradient(180deg, #173e7f 0 2px, #0b1e3c 2px 14px, #173d7c 14px 16px);
  box-shadow: 0 3px 12px rgb(9 24 49 / 76%);
}

.race-progress::after {
  background-image: url("../img/betlabel/ui/green-formula-progress.png");
  filter: drop-shadow(0 2px 2px rgb(0 0 0 / 82%)) drop-shadow(0 0 6px rgb(24 65 131 / 58%));
}

.slots-carousel-card,
.content-slot-card,
.slot-library-card {
  background: #0b1e3d;
  border-color: rgb(25 68 138 / 24%);
}

.slots-carousel-name {
  background: linear-gradient(180deg, #0c2144, #0a1c39);
}

.pin-side-nav,
.sport-side-toggle,
.app-platforms,
.registration-card,
.bet-slip,
.promo-coupon,
.scratch-card {
  border-color: var(--theme-blue-border);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 5%),
    0 16px 34px rgb(9 24 48 / 38%);
}

.pin-side-nav,
.sport-side-toggle,
.app-platforms {
  background: linear-gradient(155deg, #0c2143, #0a1b38 74%);
}

.registration-card,
.bet-slip {
  background: linear-gradient(155deg, #0c2041, #0a1b38 76%);
}

.sports-quick-row,
.top-game-header,
.sports-catalog-header,
.sports-tabs,
.phone-method,
.bet-slip-tabs,
.signup-promo {
  background-color: #0c1f40;
}

.sports-quick-row:hover,
.sports-quick-row.ui-open {
  background: #0e254a;
  border-color: rgb(26 70 142 / 54%);
}

.pin-section,
.content-section,
.reviews-section,
.home-app-banner,
.bonus-banner-section,
.bonus-final-cta {
  background:
    radial-gradient(circle at 100% 0%, rgb(25 68 137 / 10%), transparent 30rem),
    radial-gradient(circle at 88% 8%, rgb(25 66 134 / 4%), transparent 24rem),
    linear-gradient(150deg, #0b1f3e, #0a1b38 76%);
  border-color: rgb(25 68 137 / 42%);
  box-shadow:
    inset 0 1px 0 rgb(28 77 155 / 7%),
    0 20px 46px rgb(9 24 48 / 34%);
}

.pin-section h2,
.content-section h2,
.reviews-section > h2 {
  background:
    linear-gradient(90deg, rgb(25 67 135 / 22%), transparent 62%),
    #0c2143;
  border-color: rgb(26 70 141 / 32%);
  box-shadow: inset 0 1px 0 rgb(34 82 160 / 6%);
}

.faq-item {
  background: linear-gradient(145deg, #0c2142, #0b1c39);
  border-color: rgb(25 68 138 / 34%);
}

.faq-item[open] {
  border-color: rgb(26 71 143 / 58%);
  box-shadow: inset 3px 0 0 var(--accent);
}

.hero,
.promo-banner-card,
.platform-banner-card,
.live-betting,
.review-card,
.table-wrap,
.table-scroll {
  border-color: rgb(25 68 138 / 52%);
  box-shadow: 0 22px 52px rgb(9 24 48 / 46%);
}

.hero {
  border-top-color: rgb(25 68 138 / 58%);
}

.live-betting-head,
.betting-nav,
.live-betting-curtain {
  background-color: #0b1e3c;
  border-color: rgb(25 68 138 / 44%);
}

.table-wrap thead,
.table-scroll thead,
.content-section thead {
  background: #0e254a;
}

.footer {
  background:
    radial-gradient(circle at 50% 0%, rgb(24 65 132 / 13%), transparent 32rem),
    #0a1b36;
  border-top-color: rgb(25 68 137 / 62%);
}

.footer-columns,
.footer-notice,
.footer-legal-row,
.footer-payments {
  border-color: rgb(25 67 136 / 24%);
}

.platform-banner-image {
  object-position: 50% 50%;
}

@media (max-width: 900px) {
  body .hero-copy {
    border: 1px solid rgb(25 68 138 / 54%);
    box-shadow:
      0 18px 42px rgb(9 24 48 / 52%),
      inset 0 1px 0 rgb(29 78 157 / 7%);
  }
}
/* Editorial side media: generated for Armenian long-form sections. */
.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))}
.editorial-split-left{grid-template-columns:minmax(220px,.85fr) minmax(0,1.65fr)}
.editorial-copy{position:relative;z-index:2;align-self:center;min-width:0;padding:clamp(4px,1vw,12px)}
.inline-editorial-media{position:relative;min-width:0;min-height:100%;margin:0;overflow:hidden}
.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)}
.content-section>h2+h3{margin-top:0}
.content-section>.inline-editorial-media{width:100%;height:clamp(260px,34vw,440px);min-height:0;margin:18px 0;border-radius:12px}
.content-section>.inline-editorial-media img{height:100%;min-height:0;object-fit:cover;object-position:center}
.editorial-split-right .inline-editorial-media{-webkit-mask-image:linear-gradient(90deg,transparent 0,#000000 22%,#000000 100%);mask-image:linear-gradient(90deg,transparent 0,#000000 22%,#000000 100%);margin-left:clamp(-28px,-2vw,-12px)}
.editorial-split-left .inline-editorial-media{-webkit-mask-image:linear-gradient(270deg,transparent 0,#000000 22%,#000000 100%);mask-image:linear-gradient(270deg,transparent 0,#000000 22%,#000000 100%);margin-right:clamp(-28px,-2vw,-12px)}
.editorial-focus-right .inline-editorial-media img{object-position:82% center}
.editorial-focus-left .inline-editorial-media img{object-position:18% center}
.home-markets-media{background:linear-gradient(145deg,#e79d47 0%,#19448a 100%)}
.home-markets-media img{object-position:45% center!important}
.home-mobile-media img{object-position:82% center!important}
.editorial-wide{display:flex;flex-direction:column;gap:clamp(14px,2vw,24px);min-height:0;background:transparent}
.editorial-wide .inline-editorial-media{width:100%;height:clamp(260px,34vw,440px);min-height:0;border-radius:12px;-webkit-mask-image:linear-gradient(180deg,#000000 0,#000000 78%,transparent 100%);mask-image:linear-gradient(180deg,#000000 0,#000000 78%,transparent 100%)}
.editorial-wide .inline-editorial-media img{width:100%;height:100%;min-height:0;object-fit:cover;object-position:center}
.page-shell.state-left-sidebar-collapsed.state-right-sidebar-collapsed .editorial-split{display:flex;flex-direction:column;gap:clamp(14px,2vw,24px);min-height:0;background:transparent}
.page-shell.state-left-sidebar-collapsed.state-right-sidebar-collapsed .editorial-split .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,#000000 0,#000000 82%,transparent 100%);mask-image:linear-gradient(180deg,#000000 0,#000000 82%,transparent 100%)}
.page-shell.state-left-sidebar-collapsed.state-right-sidebar-collapsed .editorial-split .inline-editorial-media img{width:100%;height:100%;min-height:0;object-fit:cover;object-position:center}
.page-shell.state-left-sidebar-collapsed.state-right-sidebar-collapsed .editorial-split .editorial-copy{order:1;width:100%}
@media(max-width:760px){.editorial-split,.editorial-split-left{display:flex;flex-direction:column;gap:8px;min-height:0}.editorial-split .inline-editorial-media{order:-1}.editorial-split .editorial-copy{order:1}.inline-editorial-media{height:clamp(190px,58vw,260px);min-height:0;margin:0!important;-webkit-mask-image:linear-gradient(180deg,#000000 0,#000000 78%,transparent 100%)!important;mask-image:linear-gradient(180deg,#000000 0,#000000 78%,transparent 100%)!important}.inline-editorial-media img{min-height:0;height:100%;object-position:center}.home-markets-media img{object-fit:contain;object-position:center!important}.editorial-copy{padding:0}}
@media(max-width:760px){.content-section>.inline-editorial-media{margin:16px 0!important}}

/* Armenian tricolor refresh */
:root {
  --am-red: #d90012;
  --am-apricot: #f3ac58;
  --am-blue: #19448a;
  --am-navy: #081a3a;
  --am-panel: #102d61;
  --am-panel-soft: #173d7b;
  --am-border: rgb(217 0 18 / 48%);
  --am-border-soft: rgb(217 0 18 / 22%);
  --am-text: #f8faff;
  --am-muted: #cbd7ee;
  --page-bg: var(--am-navy);
  --header-bg: #0b2148;
  --panel-bg: var(--am-panel);
  --panel-soft: var(--am-panel-soft);
  --heading-bg: #1d4e9e;
  --control-bg: #0b2148;
  --text: var(--am-text);
  --muted: var(--am-muted);
  --dark-text: #081a3a;
  --accent: var(--am-red);
  --accent-hover: var(--am-apricot);
  --accent-soft: #d90012;
  --accent-bright: #f3ac58;
  --accent-highlight: #f3ae5c;
  --accent-pale: #f6c489;
  --signal-blue: var(--am-blue);
  --signal-blue-hover: var(--am-red);
  --signal-blue-soft: #2f65b8;
  --brand-red: var(--am-red);
  --brand-red-hover: var(--am-apricot);
  --brand-red-active: var(--am-blue);
  --widget-green: var(--am-red);
  --hr-red: var(--am-red);
  --hr-blue: var(--am-blue);
  --hr-white: var(--am-apricot);
  --line: #315b9f;
  --shadow: 0 20px 46px rgb(4 13 31 / 42%);
}

html,
body {
  background-color: #050d1f;
}

body {
  color: var(--am-text);
  background: #050d1f;
}

.topbar {
  background: linear-gradient(90deg, rgb(11 33 72 / 97%), rgb(8 26 58 / 96%));
  border-bottom-color: var(--am-border);
  box-shadow:
    0 14px 36px rgb(4 13 31 / 54%),
    inset 0 -1px 0 rgb(243 172 88 / 12%);
}

.nav-links a:hover,
.nav-links .state-active {
  color: var(--am-apricot);
  background: rgb(217 0 18 / 12%);
  border-color: var(--am-border);
}

.nav-links .state-active::after {
  background: linear-gradient(90deg, var(--am-apricot), var(--am-red), var(--am-blue));
  box-shadow: 0 0 14px rgb(217 0 18 / 56%);
}

.tool-button,
.language-switch,
.ghost,
.reviews-toggle {
  background: linear-gradient(145deg, #1d4e9e, #081a3a);
  border-color: var(--am-border-soft);
}

.tool-button:hover,
.language-switch:hover,
.language-switch:focus-visible,
.ghost:hover,
.reviews-toggle:hover,
.reviews-toggle:focus-visible {
  color: var(--am-apricot);
  background: #245ab0;
  border-color: var(--am-border);
}

.hot,
.signup-button,
.promo-banner-cta,
.app-download-btn,
.section-actions .app-download-btn {
  color: var(--am-navy) !important;
  background: linear-gradient(180deg, var(--am-apricot), var(--am-red)) !important;
  border-color: rgb(243 174 92 / 72%) !important;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 46%),
    0 10px 24px rgb(169 0 14 / 28%) !important;
}

.hot:hover,
.signup-button:hover,
.promo-banner-cta:hover,
.app-download-btn:hover {
  background: linear-gradient(180deg, #f3ad59, var(--am-apricot)) !important;
  transform: translateY(-1px);
}

.hot:active,
.signup-button:active,
.promo-banner-cta:active,
.app-download-btn:active {
  transform: translateY(1px) scale(.99);
}

.left-sidebar,
.right-sidebar,
.pin-side-nav,
.sport-side-toggle,
.app-platforms,
.registration-card,
.bet-slip,
.promo-coupon,
.scratch-card {
  border-color: var(--am-border);
  box-shadow:
    inset 0 1px 0 rgb(243 172 88 / 7%),
    0 18px 38px rgb(4 13 31 / 40%);
}

.pin-side-nav,
.sport-side-toggle,
.app-platforms,
.registration-card,
.bet-slip {
  background: linear-gradient(155deg, #19448a, #081a3a 76%);
}

.sports-quick-row,
.top-game-header,
.sports-catalog-header,
.sports-tabs,
.phone-method,
.bet-slip-tabs,
.signup-promo {
  background-color: #173d7b;
  border-color: var(--am-border-soft);
}

.sports-quick-row:hover,
.sports-quick-row.ui-open {
  color: var(--am-apricot);
  background: #1d4e9e;
  border-color: var(--am-border);
}

.pin-section,
.content-section,
.reviews-section,
.home-app-banner,
.bonus-banner-section,
.bonus-final-cta {
  background:
    radial-gradient(circle at 100% 0%, rgb(217 0 18 / 11%), transparent 30rem),
    linear-gradient(150deg, #173d7b, #081a3a 78%);
  border-color: var(--am-border);
  box-shadow:
    inset 0 1px 0 rgb(243 172 88 / 8%),
    0 20px 46px rgb(11 33 72 / 38%);
}

.pin-section h2,
.content-section h2,
.reviews-section > h2 {
  color: #f7cb96;
  background:
    linear-gradient(90deg, rgb(217 0 18 / 24%), transparent 64%),
    #1d4e9e;
  border-color: var(--am-border-soft);
  box-shadow: inset 0 1px 0 rgb(243 172 88 / 8%);
}

.pin-section h3,
.content-section h3 {
  color: var(--am-apricot);
}

.faq-item {
  background: linear-gradient(145deg, #19448a, #0b2148);
  border-color: var(--am-border-soft);
}

.faq-item[open] {
  border-color: var(--am-border);
  box-shadow: inset 3px 0 0 var(--am-red);
}

.faq-item summary::marker,
.content-section li::marker {
  color: var(--am-red);
}

.pin-side-nav a:hover,
.pin-side-nav a.ui-active {
  color: var(--am-apricot);
  border-color: var(--am-red);
  background: rgb(217 0 18 / 10%);
}

.live-betting-odd:hover,
.live-betting-odd:focus-visible {
  color: var(--am-apricot);
  border-color: var(--am-red);
  box-shadow: 0 0 0 2px rgb(217 0 18 / 14%);
}

.hero,
.promo-banner-card,
.platform-banner-card,
.live-betting,
.review-card,
.table-wrap,
.table-scroll {
  border-color: var(--am-border);
  box-shadow: 0 22px 52px rgb(4 13 31 / 46%);
}

.hero {
  border-top-color: rgb(243 172 88 / 62%);
}

.hero-copy {
  background: linear-gradient(90deg, rgb(8 26 58 / 88%), rgb(8 26 58 / 62%), transparent);
}

.hero h1 {
  -webkit-hyphens: none !important;
  hyphens: none !important;
  overflow-wrap: normal !important;
  word-break: keep-all !important;
  text-wrap: balance;
}

.promo-banner-card::after,
.platform-banner-card::after {
  background: linear-gradient(90deg, rgb(8 26 58 / 86%) 0%, rgb(8 26 58 / 48%) 48%, transparent 78%);
}

.live-betting-head,
.betting-nav,
.live-betting-curtain {
  background-color: #102d61;
  border-color: var(--am-border-soft);
}

.table-wrap thead,
.table-scroll thead,
.content-section thead {
  color: #f6c387;
  background: #245ab0;
}

.table-wrap tbody tr:nth-child(even),
.table-scroll tbody tr:nth-child(even) {
  background: rgb(217 0 18 / 5%);
}

.slots-carousel-card,
.content-slot-card,
.slot-library-card,
.review-card {
  background-color: #102d61;
  border-color: var(--am-border-soft);
}

.slots-carousel-name {
  background: linear-gradient(180deg, #19448a, #081a3a);
}

.race-progress::before {
  background:
    repeating-linear-gradient(90deg, transparent 0 28px, rgb(246 193 130 / 72%) 28px 48px, transparent 48px 76px) center / auto 2px no-repeat,
    linear-gradient(90deg, rgb(217 0 18 / 58%) 0 var(--page-progress), transparent var(--page-progress) 100%),
    linear-gradient(180deg, #d90012 0 2px, #0b2148 2px 14px, #2f65b8 14px 16px);
  box-shadow: 0 3px 12px rgb(11 33 72 / 72%);
}

.footer {
  background:
    radial-gradient(circle at 50% 0%, rgb(217 0 18 / 14%), transparent 32rem),
    #081a3a;
  border-top-color: var(--am-border);
}

.footer-columns,
.footer-notice,
.footer-legal-row,
.footer-payments {
  border-color: var(--am-border-soft);
}

button,
a,
summary,
[tabindex] {
  transition: color .22s ease, background-color .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

button:focus-visible,
a:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--am-apricot);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  body .hero-copy {
    border-color: var(--am-border);
    background: rgb(11 33 72 / 82%);
    box-shadow:
      0 18px 42px rgb(11 33 72 / 48%),
      inset 0 1px 0 rgb(243 172 88 / 8%);
  }
}

/* Keep hero content comfortably inset from its dark readability panel. */
body .hero-copy {
  box-sizing: border-box;
  padding: clamp(24px, 2.4vw, 34px);
  border-radius: 14px;
}

@media (max-width: 900px) {
  body .hero-copy {
    padding: clamp(24px, 4vw, 30px);
  }
}

@media (max-width: 520px) {
  body .hero-copy {
    padding: 24px 22px 26px;
  }
}

/* Bonus terms: align the chapter rail with the Armenian tricolor palette. */
.bonus-terms-section {
  border-top-color: var(--am-border) !important;
  background:
    radial-gradient(circle at 94% 4%, rgb(217 0 18 / 13%), transparent 34%),
    linear-gradient(145deg, #173d7b, #081a3a 78%) !important;
  box-shadow:
    inset 0 1px 0 rgb(243 172 88 / 8%),
    0 20px 46px rgb(11 33 72 / 38%);
}

.bonus-terms-section::after {
  border-color: rgb(217 0 18 / 18%);
  box-shadow:
    0 0 0 34px rgb(217 0 18 / 3.5%),
    0 0 0 70px rgb(217 0 18 / 2.5%);
}

.bonus-terms-section > .article-source-block,
.bonus-term-chapter > .article-source-block {
  color: var(--am-muted);
}

.bonus-term-chapter {
  --chapter-line: rgb(217 0 18 / 24%);
}

.bonus-term-chapter::before {
  color: var(--am-apricot);
  background: linear-gradient(145deg, #1d4e9e, #102d61);
  border-color: rgb(217 0 18 / 58%);
  box-shadow:
    0 0 0 5px rgb(217 0 18 / 6%),
    0 10px 24px rgb(23 61 123 / 30%);
}

.bonus-term-chapter:not(:last-child)::after {
  background: linear-gradient(var(--chapter-line), rgb(217 0 18 / 4%));
}

.bonus-term-chapter > h3 {
  color: var(--am-apricot);
}

.bonus-term-chapter > h3::after {
  background: linear-gradient(90deg, var(--am-red), rgb(217 0 18 / 0%));
}

.bonus-term-chapter:last-child {
  border-color: var(--am-border-soft);
  background: linear-gradient(105deg, rgb(217 0 18 / 10%), rgb(11 33 72 / 52%));
}

.bonus-term-chapter:last-child > ul > li {
  color: var(--am-text);
  border-color: var(--am-border-soft);
  background: rgb(8 26 58 / 66%);
}

/* Independent responsible-gambling services in the footer. */
.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(--am-border-soft);
  border-bottom: 1px solid var(--am-border-soft);
}

.footer-support-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.footer-support-links a {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  gap: 10px;
  padding: 7px 13px 7px 8px;
  color: var(--am-muted);
  background: linear-gradient(145deg, #173d7b, #0b2148);
  border: 1px solid var(--am-border-soft);
  border-radius: 11px;
  box-shadow: inset 0 1px 0 rgb(243 172 88 / 6%);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.footer-support-links a:hover,
.footer-support-links a:focus-visible {
  color: var(--am-apricot);
  background: linear-gradient(145deg, #245ab0, #102d61);
  border-color: var(--am-border);
  transform: translateY(-1px);
}

.footer-support-badge {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  color: var(--am-apricot);
  background: rgb(217 0 18 / 14%);
  border: 1px solid var(--am-border-soft);
  border-radius: 9px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .04em;
}

.footer-contact-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.footer-contact-card {
  display: flex;
  min-width: 0;
  min-height: 80px;
  flex-direction: column;
  justify-content: center;
  padding: 14px 18px;
  color: var(--am-text);
  background: linear-gradient(145deg, #173d7b, #0b2148);
  border: 1px solid var(--am-border-soft);
  border-radius: 13px;
  box-shadow: inset 0 1px 0 rgb(243 172 88 / 6%);
  text-decoration: none;
}

.footer-contact-card span {
  margin-bottom: 4px;
  color: var(--am-muted);
  font-size: 12px;
}

.footer-contact-card strong {
  overflow-wrap: anywhere;
  color: var(--am-text);
  font-size: 14px;
}

.footer-contact-card:hover,
.footer-contact-card:focus-visible {
  background: linear-gradient(145deg, #245ab0, #102d61);
  border-color: var(--am-border);
  transform: translateY(-1px);
}

@media (max-width: 980px) {
  .footer-support-area {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .footer-support-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .footer-support-links a {
    min-width: 0;
    padding-right: 9px;
    font-size: 12px;
  }

  .footer-contact-cards {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .footer-contact-card {
    min-height: 68px;
  }
}

@media (max-width: 380px) {
  .footer-support-links {
    grid-template-columns: 1fr;
  }
}

/* Armenian tricolor control lock. */
.skip,
.hot,
.registration-card .signup-button,
.bet-slip .signup-button,
.promo-banner-cta,
.section-bonus-cta,
.section-cta-link,
.app-banner-btn,
.app-download-btn,
.cookie button,
.scroll-top,
.slot-library-play,
.slots-carousel-play,
.fortune-result em {
  color: var(--am-navy) !important;
  background: linear-gradient(180deg, var(--am-apricot), var(--am-red)) !important;
  border-color: rgb(243 174 92 / 72%) !important;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 46%),
    0 8px 20px rgb(169 0 14 / 30%) !important;
}

.hot:hover,
.registration-card .signup-button:hover,
.bet-slip .signup-button:hover,
.promo-banner-cta:hover,
.section-bonus-cta:hover,
.section-cta-link:hover,
.app-banner-btn:hover,
.app-download-btn:hover,
.cookie button:hover,
.scroll-top:hover,
.slot-library-card:hover .slot-library-play,
.slots-carousel-card:hover .slots-carousel-play,
.fortune-result:hover em {
  color: var(--am-navy) !important;
  background: linear-gradient(180deg, #f5b76f, var(--am-apricot)) !important;
  border-color: var(--am-apricot) !important;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 52%),
    0 10px 24px rgb(169 0 14 / 38%) !important;
}

.match-status,
.match-status::before,
.match-details,
.live-league-globe,
.live-participants .live-team-marker.ui-starred,
.live-signal,
.live-betting-tool.ui-bars,
.live-betting-tool.ui-chart {
  color: var(--am-red) !important;
}

.team-mark-blue {
  background: #d90012;
}

.team-mark-green {
  background: var(--am-blue);
}

.live-signal i {
  background: var(--am-red) !important;
}

.live-betting-tool.ui-pitch {
  color: var(--am-navy);
  background: var(--am-blue);
  border-color: var(--am-apricot);
}

.live-betting-tool.ui-pitch i {
  border-color: var(--am-apricot);
}

.live-betting-odd.ui-rising {
  color: #a9000e;
  background: #f6c489;
  border-color: #f3ac58;
}

.live-betting-odd.ui-rising .live-odd-value {
  color: #a9000e;
}

.promo-coupon {
  color: var(--am-text);
  background:
    radial-gradient(circle at 90% -10%, rgb(217 0 18 / 20%), transparent 38%),
    linear-gradient(155deg, #19448a, #081a3a 72%);
  border-color: var(--am-border);
}

.coupon-header {
  background:
    linear-gradient(110deg, rgb(217 0 18 / 20%), transparent 62%),
    #173d7b;
  border-bottom-color: var(--am-border);
}

.coupon-header small,
.coupon-divider {
  color: var(--am-apricot);
}

.coupon-ticket-icon,
.coupon-offer-head span,
.coupon-copy {
  color: var(--am-navy);
  background: linear-gradient(145deg, var(--am-apricot), var(--am-red));
  border-color: rgb(243 174 92 / 68%);
}

.coupon-intro,
.coupon-offer > p,
.coupon-auto-status {
  color: var(--am-muted);
}

.scratch-card {
  background: #f7cb96;
  border-color: var(--am-border);
  animation-name: am-coupon-pulse;
}

.scratch-reveal {
  color: var(--am-navy);
  background:
    radial-gradient(circle at 20% 20%, rgb(217 0 18 / 28%), transparent 48%),
    linear-gradient(135deg, #f8faff, #2f65b8);
}

.scratch-reveal small {
  color: #a9000e;
}

.scratch-tool {
  background:
    radial-gradient(circle at 35% 28%, #f8faff 0 8%, transparent 9%),
    radial-gradient(circle at 38% 34%, #f3ae5c 0 24%, #d79342 58%, #b77d38 100%);
  border-color: #f3ae5c;
}

.scratch-tool::after {
  background: linear-gradient(180deg, var(--am-red), var(--am-blue));
}

.scratch-tool > span,
.coupon-auto-status span {
  background: var(--am-red);
}

.scratch-debris i {
  background: linear-gradient(90deg, #f8faff, #c0833b);
}

.scratch-card.ui-scratching,
.scratch-card.ui-revealed {
  border-color: var(--am-apricot);
  box-shadow:
    inset 0 0 0 2px rgb(255 255 255 / 76%),
    0 0 0 3px rgb(217 0 18 / 15%),
    0 9px 24px rgb(169 0 14 / 30%);
}

.coupon-divider::before,
.coupon-divider::after {
  background: linear-gradient(90deg, transparent, rgb(217 0 18 / 50%));
}

.floating-chat {
  color: var(--am-navy);
  background:
    radial-gradient(circle at 32% 22%, #f6c489 0 5%, transparent 27%),
    linear-gradient(145deg, var(--am-apricot), var(--am-blue));
  border-color: rgb(243 174 92 / 68%);
  box-shadow:
    0 12px 32px rgb(4 13 31 / 48%),
    0 0 0 5px rgb(217 0 18 / 12%);
}

.floating-chat:hover,
.floating-chat:focus-visible {
  box-shadow:
    0 15px 38px rgb(4 13 31 / 54%),
    0 0 0 7px rgb(217 0 18 / 18%);
}

.fortune-tab {
  background:
    linear-gradient(105deg, rgb(217 0 18 / 20%), transparent 54%),
    #081a3a;
  border-color: var(--am-border);
  box-shadow:
    0 16px 36px rgb(4 13 31 / 48%),
    inset 4px 0 0 var(--am-red),
    inset 0 1px 0 rgb(255 255 255 / 9%);
}

.fortune-tab-handle {
  background: linear-gradient(180deg, var(--am-apricot), var(--am-blue));
}

.fortune-panel {
  background:
    radial-gradient(circle at 85% 8%, rgb(217 0 18 / 20%), transparent 32%),
    linear-gradient(155deg, #19448a, #081a3a 68%);
  border-color: var(--am-border);
}

.fortune-eyebrow {
  color: var(--am-apricot);
}

.fortune-wheel-wrap::before {
  background: repeating-conic-gradient(
    from 8deg,
    rgb(217 0 18 / 0%) 0 8deg,
    rgb(217 0 18 / 42%) 9deg 11deg,
    rgb(255 255 255 / 0%) 12deg 18deg
  );
}

.fortune-wheel {
  background: conic-gradient(
    var(--am-red) 0 45deg,
    #f8faff 45deg 90deg,
    var(--am-blue) 90deg 135deg,
    #081a3a 135deg 180deg,
    var(--am-red) 180deg 225deg,
    #f8faff 225deg 270deg,
    var(--am-blue) 270deg 315deg,
    #081a3a 315deg
  );
  border-color: #f6c489;
  box-shadow:
    0 0 0 3px var(--am-red),
    0 0 0 7px #081a3a,
    0 14px 34px rgb(4 13 31 / 52%),
    inset 0 0 24px rgb(169 0 14 / 34%);
}

.fortune-hub {
  color: var(--am-blue);
  background: linear-gradient(145deg, #f8faff, #2f65b8);
  border-color: #081a3a;
}

.fortune-result {
  background:
    radial-gradient(circle at 50% 32%, rgb(217 0 18 / 28%), transparent 50%),
    rgb(11 33 72 / 96%);
  border-color: #f6c489;
  box-shadow:
    0 0 42px rgb(217 0 18 / 42%),
    inset 0 0 35px rgb(169 0 14 / 24%);
}

.fortune-result strong {
  text-shadow: 0 0 18px rgb(217 0 18 / 66%);
}

.fortune-panel.ui-won .fortune-result:hover,
.fortune-panel.ui-won .fortune-result:focus-visible {
  box-shadow:
    0 0 62px rgb(217 0 18 / 62%),
    inset 0 0 38px rgb(169 0 14 / 28%);
}

@keyframes am-coupon-pulse {
  0%,
  100% {
    border-color: rgb(217 0 18 / 48%);
    box-shadow:
      inset 0 0 0 2px rgb(255 255 255 / 66%),
      0 5px 13px rgb(11 33 72 / 22%);
    transform: scale(1);
  }

  50% {
    border-color: rgb(243 172 88 / 88%);
    box-shadow:
      inset 0 0 0 2px rgb(255 255 255 / 78%),
      0 0 0 4px rgb(217 0 18 / 14%),
      0 8px 22px rgb(169 0 14 / 36%);
    transform: scale(1.018);
  }
}

.match-league,
.match-league .bl-aside-icon {
  color: var(--am-apricot);
}

.live-betting-head,
.betting-nav,
.live-betting-curtain {
  background: #102d61;
}

.betting-switch {
  background: #1d4e9e;
  box-shadow: inset 0 0 0 1px var(--am-border-soft);
}

.betting-switch::after {
  background: var(--am-red);
}

.betting-stream-toggle[aria-checked="false"] .betting-switch {
  background: #b27a37;
}

.betting-stream-toggle[aria-checked="false"] .betting-switch::after {
  background: var(--am-muted);
}

.live-betting-league {
  color: var(--am-navy);
  background: #f6c489;
  border-top-color: #f8faff;
}

.match-odds a {
  color: var(--am-navy);
  background: #f6c489;
}

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

.table-wrap,
.table-scroll {
  border-color: var(--am-border);
  box-shadow: 0 16px 34px rgb(11 33 72 / 32%);
}

.table-wrap table,
.table-scroll table,
.content-section table {
  color: var(--am-text);
  background: #102d61;
}

.table-wrap th,
.table-wrap td,
.table-scroll th,
.table-scroll td,
.content-section th,
.content-section td {
  border-color: var(--am-border-soft);
}

.table-wrap th,
.table-scroll th,
.content-section th {
  color: #f8faff;
  background: #245ab0;
  box-shadow: inset 0 -2px 0 rgb(217 0 18 / 48%);
}

.table-wrap tr:nth-child(odd) td,
.table-scroll tr:nth-child(odd) td,
.content-section tr:nth-child(odd) td {
  background: #102d61;
}

.table-wrap tr:nth-child(even) td,
.table-scroll tr:nth-child(even) td,
.content-section tr:nth-child(even) td {
  background: #173d7b;
}

.pin-section h2::before,
.content-section h2::before,
.reviews-section > h2::before {
  background: var(--am-red);
  opacity: 1;
}

.nav-links .state-active,
.nav-links a:hover {
  box-shadow: inset 0 -2px 0 var(--am-red);
}

.review-card:nth-child(odd),
.review-card:nth-child(even) {
  border-top-color: var(--am-border);
}

.footer {
  border-top: 1px solid transparent;
  border-image: linear-gradient(90deg, var(--am-blue), var(--am-apricot), var(--am-blue)) 1;
}

/* Let editorial scenes use the content width released by a collapsed sidebar. */
.page-shell:is(.state-left-sidebar-collapsed, .state-right-sidebar-collapsed) .section-scene {
  width: 100%;
  max-width: none;
}

/* High-contrast copy inside the light featured-match card. */
.top-game-body .match-league,
.top-game-body .match-league .bl-aside-icon,
.top-game-body .match-status,
.top-game-body .match-status::before,
.top-game-body .match-details {
  color: #19448a !important;
}

.top-game-body .match-league,
.top-game-body .match-status,
.top-game-body .match-details {
  font-weight: 700;
}

/* Portrait editorial scene: image on the left with borderless feathered edges. */
.content-section[data-article-section="home"][data-section-index="8"] {
  display: grid;
  grid-template-columns: minmax(240px, 0.82fr) minmax(0, 1.18fr);
  gap: 14px 28px;
  align-items: start;
}

.content-section[data-article-section="home"][data-section-index="8"] > h2 {
  grid-column: 1 / -1;
  margin-bottom: 4px;
}

.content-section[data-article-section="home"][data-section-index="8"] > .article-source-block {
  grid-column: 2;
  margin: 0;
}

.content-section[data-article-section="home"][data-section-index="8"] > .home-markets-media {
  grid-column: 1;
  grid-row: 2 / span 2;
  align-self: stretch;
  width: calc(100% + 18px);
  height: 100%;
  min-height: 410px;
  margin: -8px 0 -8px -18px;
  overflow: visible;
  border-radius: 0;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0, #000 13%, #000 72%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 10%, #000 90%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0, #000 13%, #000 72%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 10%, #000 90%, transparent 100%);
  mask-composite: intersect;
  filter: drop-shadow(12px 10px 20px rgb(0 0 0 / 42%));
}

.content-section[data-article-section="home"][data-section-index="8"] > .home-markets-media img {
  width: 100%;
  height: 100%;
  min-height: 410px;
  object-fit: cover;
  object-position: 50% center;
  filter: saturate(0.94) contrast(1.04);
}

@media (max-width: 900px) {
  .content-section[data-article-section="home"][data-section-index="8"] {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .content-section[data-article-section="home"][data-section-index="8"] > .home-markets-media {
    order: 1;
    width: 100%;
    height: clamp(280px, 76vw, 420px);
    min-height: 0;
    margin: 0;
    -webkit-mask-image:
      linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%),
      linear-gradient(180deg, transparent 0, #000 9%, #000 84%, transparent 100%) !important;
    -webkit-mask-composite: source-in;
    mask-image:
      linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%),
      linear-gradient(180deg, transparent 0, #000 9%, #000 84%, transparent 100%) !important;
    mask-composite: intersect;
  }

  .content-section[data-article-section="home"][data-section-index="8"] > .home-markets-media img {
    min-height: 0;
    object-fit: cover;
  }

  .content-section[data-article-section="home"][data-section-index="8"] > h2 {
    order: 0;
  }

  .content-section[data-article-section="home"][data-section-index="8"] > .article-source-block {
    order: 2;
  }
}

/* Casino licensing scene: mirrored editorial layout with the image on the right. */
.content-section[data-article-section="casino"][data-section-index="3"] {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(240px, 0.82fr);
  gap: 14px 28px;
  align-items: start;
}

.content-section[data-article-section="casino"][data-section-index="3"] > h2 {
  grid-column: 1 / -1;
  margin-bottom: 4px;
}

.content-section[data-article-section="casino"][data-section-index="3"] > .article-source-block {
  grid-column: 1;
  margin: 0;
}

.content-section[data-article-section="casino"][data-section-index="3"] > .inline-editorial-media {
  grid-column: 2;
  grid-row: 2 / span 3;
  align-self: stretch;
  width: calc(100% + 18px);
  height: 100%;
  min-height: 430px;
  margin: -8px -18px -8px 0;
  overflow: visible;
  border-radius: 0;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0, #000 28%, #000 87%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 10%, #000 90%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0, #000 28%, #000 87%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 10%, #000 90%, transparent 100%);
  mask-composite: intersect;
  filter: drop-shadow(-12px 10px 20px rgb(0 0 0 / 42%));
}

.content-section[data-article-section="casino"][data-section-index="3"] > .inline-editorial-media img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: 68% center;
  filter: saturate(0.94) contrast(1.04);
}

@media (max-width: 900px) {
  .content-section[data-article-section="casino"][data-section-index="3"] {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .content-section[data-article-section="casino"][data-section-index="3"] > h2 {
    order: 0;
  }

  .content-section[data-article-section="casino"][data-section-index="3"] > .inline-editorial-media {
    order: 1;
    width: 100%;
    height: clamp(280px, 76vw, 420px);
    min-height: 0;
    margin: 0;
    -webkit-mask-image:
      linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%),
      linear-gradient(180deg, transparent 0, #000 9%, #000 84%, transparent 100%) !important;
    -webkit-mask-composite: source-in;
    mask-image:
      linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%),
      linear-gradient(180deg, transparent 0, #000 9%, #000 84%, transparent 100%) !important;
    mask-composite: intersect;
  }

  .content-section[data-article-section="casino"][data-section-index="3"] > .inline-editorial-media img {
    min-height: 0;
  }

  .content-section[data-article-section="casino"][data-section-index="3"] > .article-source-block {
    order: 2;
  }
}

/* Newly generated game-finder scene: portrait image beside the section copy. */
.content-section[data-article-section="casino"][data-section-index="8"] {
  display: grid;
  grid-template-columns: minmax(240px, 0.82fr) minmax(0, 1.18fr);
  gap: 14px 28px;
  align-items: start;
}

.content-section[data-article-section="casino"][data-section-index="8"] > h2 {
  grid-column: 1 / -1;
  margin-bottom: 4px;
}

.content-section[data-article-section="casino"][data-section-index="8"] > .article-source-block {
  grid-column: 2;
  margin: 0;
}

.content-section[data-article-section="casino"][data-section-index="8"] > .casino-game-finder-media {
  grid-column: 1;
  grid-row: 2 / span 3;
  align-self: stretch;
  width: calc(100% + 18px);
  height: 100%;
  min-height: 430px;
  margin: -8px 0 -8px -18px;
  overflow: visible;
  border-radius: 0;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0, #000 13%, #000 72%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 10%, #000 90%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0, #000 13%, #000 72%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 10%, #000 90%, transparent 100%);
  mask-composite: intersect;
  filter: drop-shadow(12px 10px 20px rgb(0 0 0 / 42%));
}

.content-section[data-article-section="casino"][data-section-index="8"] > .casino-game-finder-media img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: 45% center;
  filter: saturate(0.96) contrast(1.04);
}

@media (max-width: 900px) {
  .content-section[data-article-section="casino"][data-section-index="8"] {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .content-section[data-article-section="casino"][data-section-index="8"] > h2 {
    order: 0;
  }

  .content-section[data-article-section="casino"][data-section-index="8"] > .casino-game-finder-media {
    order: 1;
    width: 100%;
    height: clamp(300px, 88vw, 440px);
    min-height: 0;
    margin: 0;
    -webkit-mask-image:
      linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%),
      linear-gradient(180deg, transparent 0, #000 9%, #000 84%, transparent 100%) !important;
    -webkit-mask-composite: source-in;
    mask-image:
      linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%),
      linear-gradient(180deg, transparent 0, #000 9%, #000 84%, transparent 100%) !important;
    mask-composite: intersect;
  }

  .content-section[data-article-section="casino"][data-section-index="8"] > .casino-game-finder-media img {
    min-height: 0;
  }

  .content-section[data-article-section="casino"][data-section-index="8"] > .article-source-block {
    order: 2;
  }
}

/* Keep article copy visually separated from the table border. */
.content-section > :is(.table-wrap, .table-scroll),
.pin-section > :is(.table-wrap, .table-scroll) {
  margin-bottom: 24px;
}

@media (max-width: 620px) {
  .content-section > :is(.table-wrap, .table-scroll),
  .pin-section > :is(.table-wrap, .table-scroll) {
    margin-bottom: 20px;
  }
}

/* Shared author signature card on editorial pages. */
.content-section > .article-author-card {
  margin: 0 !important;
  padding-inline: 22px;
  border-inline: 1px solid rgb(246 76 69 / 72%);
  background:
    linear-gradient(100deg, rgb(28 69 145 / 72%), rgb(12 33 75 / 76%));
}

.content-section > .article-author-heading {
  position: relative;
  margin-top: 18px !important;
  padding-top: 18px;
  padding-bottom: 7px;
  border-top: 1px solid rgb(246 76 69 / 72%);
  border-radius: 14px 14px 0 0;
  box-shadow: 0 -8px 24px rgb(0 0 0 / 18%);
}

.content-section > .article-author-heading::before {
  content: "ՀԵՂԻՆԱԿ";
  display: block;
  margin-bottom: 8px;
  color: #ffbd62;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.content-section > .article-author-heading p {
  color: #fff0c6;
  font-size: clamp(1rem, 1.3vw, 1.16rem);
  font-weight: 800;
}

.content-section > .article-author-bio {
  padding-top: 6px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgb(246 76 69 / 72%);
  border-radius: 0 0 14px 14px;
  box-shadow: 0 12px 24px rgb(0 0 0 / 22%);
}

.content-section > .article-author-bio p {
  color: rgb(238 244 255 / 90%);
}

@media (max-width: 620px) {
  .content-section > .article-author-card {
    padding-inline: 16px;
  }
}

/* App advantages scene placed after the second paragraph. */
.content-section[data-article-section="app"][data-section-index="7"] > .app-live-advantages-media {
  width: min(100%, 980px);
  margin: 8px auto 14px;
  overflow: visible;
  border-radius: 0;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 7%, #000 91%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 7%, #000 91%, transparent 100%);
  mask-composite: intersect;
  filter: drop-shadow(0 14px 24px rgb(0 0 0 / 38%));
}

.content-section[data-article-section="app"][data-section-index="7"] > .app-live-advantages-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 620px) {
  .content-section[data-article-section="app"][data-section-index="7"] > .app-live-advantages-media {
    margin-block: 4px 10px;
  }
}

/* Mobile-site section: editorial scene on the right of the copy. */
.content-section[data-article-section="app"][data-section-index="9"] {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(230px, 0.86fr);
  gap: 14px 28px;
  align-items: start;
}

.content-section[data-article-section="app"][data-section-index="9"] > h2 {
  grid-column: 1 / -1;
  margin-bottom: 4px;
}

.content-section[data-article-section="app"][data-section-index="9"] > .article-source-block {
  grid-column: 1;
  margin-top: 0;
}

.content-section[data-article-section="app"][data-section-index="9"] > .section-scene {
  grid-column: 2;
  grid-row: 2 / span 2;
  align-self: stretch;
  width: calc(100% + 18px);
  max-width: none;
  height: 100%;
  min-height: 420px;
  margin: -8px -18px -8px 0;
  overflow: visible;
  border-radius: 0;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0, #000 27%, #000 88%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0, #000 27%, #000 88%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  mask-composite: intersect;
  filter: drop-shadow(-12px 10px 20px rgb(0 0 0 / 40%));
}

.content-section[data-article-section="app"][data-section-index="9"] > .section-scene img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: 58% center;
}

@media (max-width: 900px) {
  .content-section[data-article-section="app"][data-section-index="9"] {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .content-section[data-article-section="app"][data-section-index="9"] > h2 {
    order: 0;
  }

  .content-section[data-article-section="app"][data-section-index="9"] > .article-source-block:first-of-type {
    order: 1;
  }

  .content-section[data-article-section="app"][data-section-index="9"] > .section-scene {
    order: 2;
    width: 100%;
    height: clamp(300px, 70vw, 430px);
    min-height: 0;
    margin: 0;
    -webkit-mask-image:
      linear-gradient(90deg, transparent 0, #000 9%, #000 91%, transparent 100%),
      linear-gradient(180deg, transparent 0, #000 8%, #000 86%, transparent 100%);
    mask-image:
      linear-gradient(90deg, transparent 0, #000 9%, #000 91%, transparent 100%),
      linear-gradient(180deg, transparent 0, #000 8%, #000 86%, transparent 100%);
  }

  .content-section[data-article-section="app"][data-section-index="9"] > .section-scene img {
    min-height: 0;
  }

  .content-section[data-article-section="app"][data-section-index="9"] > .article-source-block:last-of-type {
    order: 3;
  }
}

/* Feathered shadows belong only to side-positioned editorial images. */
.content-section[data-article-section="bonuses"][data-section-index="6"] > .bonus-tuesday-side-media,
.content-section[data-article-section="app"][data-section-index="7"] > .app-live-advantages-media {
  overflow: hidden;
  border: 1px solid rgb(217 0 18 / 34%);
  border-radius: 12px;
  -webkit-mask-image: none !important;
  mask-image: none !important;
  filter: none;
}
