/* Final lightweight overrides loaded after the main V2 theme. */
html:not(.v2-showcase-ready) .site-shell[data-v-6a20c7c6]::before {
  display: none !important;
}

html:not(.v2-showcase-ready) .site-shell .main > .part1[data-v-6a20c7c6] {
  margin-top: 0 !important;
}

.v2-featured-list {
  display: grid;
  gap: 8px;
  width: 100%;
  margin-top: 0;
}

.v2-featured-route {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 10px 16px;
  width: 100%;
  padding: 11px 14px 13px;
  border: 1px solid #f1ddba;
  border-radius: 18px;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 187, 66, .18), transparent 34%),
    linear-gradient(180deg, #fffaf0 0%, #ffffff 100%);
  box-shadow: 0 18px 34px rgba(100, 69, 23, .10);
}

.v2-featured-station {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 76px;
  margin: 0 0 -4px;
  padding: 4px 14px 4px 18px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  position: relative;
  z-index: 2;
}

.v2-featured-station img {
  width: 70px;
  height: 70px;
  border-radius: 17px;
  object-fit: cover;
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(12, 64, 32, .12);
}

.v2-featured-station span {
  color: #0d7f3c;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .04em;
}

.v2-featured-station b {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  align-self: stretch;
  min-width: 0;
  margin-left: 0;
  color: #183026;
  max-width: none;
  font-size: clamp(18px, 2.8vw, 26px);
  font-weight: 950;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
}

.v2-featured-media {
  position: relative;
  display: grid;
  align-content: start;
  gap: 5px;
}

.v2-featured-media img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border: 0;
  border-radius: 12px;
  background: transparent;
  box-shadow: none;
}

.v2-featured-hot,
.v2-featured-head span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1;
}

.v2-featured-hot {
  position: absolute;
  top: -6px;
  left: -5px;
  padding: 6px 9px;
  background: linear-gradient(180deg, #ff8a1c, #f05a21);
  color: #ffffff;
  font-size: 11px;
  box-shadow: 0 8px 18px rgba(240, 90, 33, .24);
}

.v2-featured-stars {
  color: #f2b51f;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.v2-featured-stars b {
  color: #1d2b24;
  font-size: 11px;
}

.v2-featured-copy {
  display: grid;
  align-content: center;
  gap: 7px;
  min-width: 0;
}

.v2-featured-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.v2-featured-head h2 {
  margin: 0;
  color: #a94f18;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: 0;
}

.v2-featured-head span {
  display: none;
}

.v2-featured-copy p {
  max-width: 520px;
  margin: 0;
  color: #33443c;
  font-size: 12.5px;
  font-weight: 650;
  line-height: 1.45;
}

.v2-featured-points {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
}

.v2-featured-points span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #22332b;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.v2-featured-points span::before {
  content: "✓";
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
  border-radius: 999px;
  background: #129048;
  color: #ffffff;
  font-size: 10px;
  font-weight: 950;
}

.v2-featured-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 38px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffa51a, #fb8500);
  color: #ffffff;
  font: inherit;
  font-size: 15px;
  font-weight: 950;
  box-shadow: 0 16px 28px rgba(251, 133, 0, .26);
  cursor: pointer;
}

@media (max-width: 620px) {
  .v2-featured-route {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 7px 10px;
    padding: 9px 10px 10px;
    border-radius: 15px;
  }

  .v2-featured-station {
    min-height: 64px;
    margin: 0 0 -3px;
    padding: 3px 8px 3px 12px;
  }

  .v2-featured-station img {
    width: 58px;
    height: 58px;
    border-radius: 15px;
  }

  .v2-featured-station span {
    font-size: 11px;
  }

  .v2-featured-station b {
    max-width: none;
    font-size: clamp(16px, 3.7vw, 18px);
  }

  .v2-featured-head h2 {
    font-size: 14px;
  }

  .v2-featured-head span {
    display: none;
  }

  .v2-featured-copy {
    gap: 5px;
  }

  .v2-featured-copy p {
    font-size: 10.5px;
    line-height: 1.35;
  }

  .v2-featured-points {
    display: grid;
    gap: 5px;
  }

  .v2-featured-points span {
    font-size: 10px;
  }

  .v2-featured-points span::before {
    width: 14px;
    height: 14px;
    font-size: 9px;
  }

  .v2-featured-cta {
    grid-column: 1 / -1;
    min-height: 34px;
    font-size: 13px;
  }

  .v2-featured-stars {
    font-size: 11px;
  }

  .v2-featured-stars b {
    font-size: 10px;
  }
}

html:not(.v2-showcase-ready) .site-shell .floating-bottom-dock[data-v-6a20c7c6] {
  left: 50% !important;
  right: auto !important;
  bottom: 18px !important;
  transform: translateX(-50%) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: min(calc(100% - 32px), 760px) !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  pointer-events: none !important;
}

html:not(.v2-showcase-ready) .site-shell .floating-bottom-brandstack[data-v-6a20c7c6],
html:not(.v2-showcase-ready) .site-shell .floating-brand-text[data-v-6a20c7c6],
html:not(.v2-showcase-ready) .site-shell .floating-brand-sub[data-v-6a20c7c6] {
  display: none !important;
}

html:not(.v2-showcase-ready) .site-shell .floating-bottom-bar[data-v-6a20c7c6] {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: auto !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  pointer-events: auto !important;
}

html:not(.v2-showcase-ready) .site-shell .floating-bottom-dock button.floating-download-btn[data-v-6a20c7c6] {
  width: 260px !important;
  min-width: 0 !important;
  height: 48px !important;
  min-height: 48px !important;
  margin: 0 auto !important;
  border-radius: 12px !important;
  background: linear-gradient(180deg, #18b85b 0%, #078a3c 100%) !important;
  color: #ffffff !important;
  font-size: 18px !important;
  box-shadow: 0 12px 24px rgba(7, 136, 60, .22) !important;
}

@media (max-width: 620px) {
  html:not(.v2-showcase-ready) .site-shell .floating-bottom-dock[data-v-6a20c7c6] {
    bottom: 12px !important;
    width: calc(100% - 24px) !important;
  }

  html:not(.v2-showcase-ready) .site-shell .floating-bottom-dock button.floating-download-btn[data-v-6a20c7c6] {
    width: 220px !important;
    height: 44px !important;
    min-height: 44px !important;
    border-radius: 11px !important;
    font-size: 16px !important;
  }
}

/* Keep route logos in the original image lane. */
html:not(.v2-showcase-ready) .site-shell .logo-card[data-v-6a20c7c6],
html:not(.v2-showcase-ready) .site-shell .logo-card[data-v-6a20c7c6]:first-child {
  display: grid !important;
  grid-template-columns: 48px 118px minmax(180px, 1fr) 132px !important;
  column-gap: 16px !important;
  align-items: center !important;
  min-height: 104px !important;
  padding: 14px 18px !important;
}

html:not(.v2-showcase-ready) .site-shell .logo-card[data-v-6a20c7c6]::before,
html:not(.v2-showcase-ready) .site-shell .logo-card[data-v-6a20c7c6]:first-child::before {
  position: static !important;
  grid-column: 1 !important;
  grid-row: 1 !important;
  justify-self: center !important;
  align-self: center !important;
  width: 40px !important;
  height: 40px !important;
  transform: none !important;
}

html:not(.v2-showcase-ready) .site-shell .logo-card .image-button[data-v-6a20c7c6],
html:not(.v2-showcase-ready) .site-shell .logo-card:first-child .image-button[data-v-6a20c7c6] {
  position: static !important;
  grid-column: 2 !important;
  grid-row: 1 !important;
  justify-self: stretch !important;
  align-self: stretch !important;
  width: 118px !important;
  height: 76px !important;
  min-height: 0 !important;
  inset: auto !important;
  margin: 0 !important;
  padding: 3px !important;
  overflow: hidden !important;
}

html:not(.v2-showcase-ready) .site-shell .logo-card img[data-v-6a20c7c6],
html:not(.v2-showcase-ready) .site-shell .logo-card .image-button > img[data-v-6a20c7c6],
html:not(.v2-showcase-ready) .site-shell .logo-card:first-child img[data-v-6a20c7c6] {
  position: static !important;
  inset: auto !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  transform: none !important;
  object-fit: contain !important;
  object-position: center !important;
}

html:not(.v2-showcase-ready) .site-shell .logo-card p[data-v-6a20c7c6],
html:not(.v2-showcase-ready) .site-shell .logo-card:first-child p[data-v-6a20c7c6] {
  grid-column: 3 !important;
  grid-row: 1 !important;
  min-width: 0 !important;
  margin: 0 !important;
}

html:not(.v2-showcase-ready) .site-shell .logo-card[data-v-6a20c7c6]::after,
html:not(.v2-showcase-ready) .site-shell .logo-card[data-v-6a20c7c6]:first-child::after {
  position: static !important;
  grid-column: 4 !important;
  grid-row: 1 !important;
  justify-self: stretch !important;
  align-self: center !important;
  width: auto !important;
  transform: none !important;
}

@media (max-width: 620px) {
  html:not(.v2-showcase-ready) .site-shell .logo-card[data-v-6a20c7c6],
  html:not(.v2-showcase-ready) .site-shell .logo-card[data-v-6a20c7c6]:first-child {
    grid-template-columns: 36px 72px minmax(0, 1fr) 82px !important;
    column-gap: 8px !important;
    min-height: 78px !important;
    padding: 10px !important;
  }

  html:not(.v2-showcase-ready) .site-shell .logo-card .image-button[data-v-6a20c7c6],
  html:not(.v2-showcase-ready) .site-shell .logo-card:first-child .image-button[data-v-6a20c7c6] {
    width: 72px !important;
    height: 56px !important;
  }
}

/* Ranking clarity: smaller rank dots, separated bonus chip, and single-line CTA. */
html:not(.v2-showcase-ready) .site-shell .logo-card[data-v-6a20c7c6],
html:not(.v2-showcase-ready) .site-shell .logo-card[data-v-6a20c7c6]:first-child {
  grid-template-columns: 42px 118px minmax(230px, 1fr) 126px !important;
  column-gap: 14px !important;
  overflow: visible !important;
}

html:not(.v2-showcase-ready) .site-shell .logo-card[data-v-6a20c7c6]::before,
html:not(.v2-showcase-ready) .site-shell .logo-card[data-v-6a20c7c6]:first-child::before {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  border-radius: 50% !important;
  font-size: 13px !important;
}

html:not(.v2-showcase-ready) .site-shell .logo-card p[data-v-6a20c7c6],
html:not(.v2-showcase-ready) .site-shell .logo-card:first-child p[data-v-6a20c7c6] {
  display: grid !important;
  grid-template-columns: minmax(56px, max-content) max-content !important;
  gap: 6px 10px !important;
  align-items: center !important;
  overflow: visible !important;
  white-space: nowrap !important;
}

html:not(.v2-showcase-ready) .site-shell .logo-card p[data-v-6a20c7c6]::before {
  position: static !important;
  grid-column: 1 / -1 !important;
  grid-row: 1 !important;
  margin: 0 !important;
  transform: none !important;
  white-space: nowrap !important;
}

html:not(.v2-showcase-ready) .site-shell .logo-card p[data-v-6a20c7c6]::after {
  position: static !important;
  grid-column: 2 !important;
  grid-row: 2 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 0 !important;
  height: 24px !important;
  padding: 0 10px !important;
  border: 1px solid #d4ead9 !important;
  border-radius: 999px !important;
  background: #eef9f0 !important;
  color: #4d6658 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  transform: none !important;
  white-space: nowrap !important;
}

html:not(.v2-showcase-ready) .site-shell .logo-card[data-v-6a20c7c6]::after,
html:not(.v2-showcase-ready) .site-shell .logo-card[data-v-6a20c7c6]:first-child::after {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 126px !important;
  min-width: 126px !important;
  height: 44px !important;
  padding: 0 14px !important;
  white-space: nowrap !important;
  line-height: 1 !important;
  font-size: 14px !important;
}

@media (max-width: 620px) {
  html:not(.v2-showcase-ready) .site-shell .logo-card[data-v-6a20c7c6],
  html:not(.v2-showcase-ready) .site-shell .logo-card[data-v-6a20c7c6]:first-child {
    grid-template-columns: 30px 72px minmax(112px, 1fr) 104px !important;
    column-gap: 8px !important;
    min-height: 76px !important;
    padding: 9px 10px !important;
  }

  html:not(.v2-showcase-ready) .site-shell .logo-card[data-v-6a20c7c6]::before,
  html:not(.v2-showcase-ready) .site-shell .logo-card[data-v-6a20c7c6]:first-child::before {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    font-size: 10px !important;
  }

  html:not(.v2-showcase-ready) .site-shell .logo-card p[data-v-6a20c7c6],
  html:not(.v2-showcase-ready) .site-shell .logo-card:first-child p[data-v-6a20c7c6] {
    grid-template-columns: minmax(42px, max-content) max-content !important;
    gap: 4px 6px !important;
    font-size: 12px !important;
  }

  html:not(.v2-showcase-ready) .site-shell .logo-card p[data-v-6a20c7c6]::before {
    font-size: 9px !important;
  }

  html:not(.v2-showcase-ready) .site-shell .logo-card p[data-v-6a20c7c6]::after {
    height: 20px !important;
    padding: 0 7px !important;
    font-size: 8px !important;
  }

  html:not(.v2-showcase-ready) .site-shell .logo-card[data-v-6a20c7c6]::after,
  html:not(.v2-showcase-ready) .site-shell .logo-card[data-v-6a20c7c6]:first-child::after {
    width: 104px !important;
    min-width: 104px !important;
    height: 40px !important;
    padding: 0 10px !important;
    font-size: 12px !important;
  }
}

html:not(.v2-showcase-ready) .site-shell .logo-card:first-child p[data-v-6a20c7c6]::after {
  content: "Bônus até  R$ 10.000" !important;
}

/* Ranking emphasis: clearer rank and deposit color hierarchy. */
html:not(.v2-showcase-ready) .site-shell .logo-card[data-v-6a20c7c6]::before,
html:not(.v2-showcase-ready) .site-shell .logo-card[data-v-6a20c7c6]:first-child::before {
  color: #ffffff !important;
  border: 2px solid rgba(255, 255, 255, .9) !important;
  box-shadow: 0 8px 16px rgba(18, 37, 27, .16) !important;
}

html:not(.v2-showcase-ready) .site-shell .logo-card[data-v-6a20c7c6]:first-child::before {
  background: linear-gradient(180deg, #14c85f 0%, #078f3e 100%) !important;
  box-shadow: 0 10px 20px rgba(6, 146, 61, .24) !important;
}

html:not(.v2-showcase-ready) .site-shell .logo-card[data-v-6a20c7c6]:nth-child(2)::before {
  background: linear-gradient(180deg, #9aa8b6 0%, #647484 100%) !important;
  color: #ffffff !important;
}

html:not(.v2-showcase-ready) .site-shell .logo-card[data-v-6a20c7c6]:nth-child(3)::before {
  background: linear-gradient(180deg, #d9915b 0%, #a95e34 100%) !important;
  color: #ffffff !important;
}

html:not(.v2-showcase-ready) .site-shell .logo-card[data-v-6a20c7c6]:nth-child(n+4)::before {
  background: #e4f0e9 !important;
  color: #476056 !important;
  border-color: #c9ded1 !important;
}

html:not(.v2-showcase-ready) .site-shell .logo-card p[data-v-6a20c7c6]::after {
  border-color: #91d9a6 !important;
  background: linear-gradient(180deg, #e6fff0 0%, #c9f6d9 100%) !important;
  color: #116b34 !important;
  box-shadow: 0 5px 12px rgba(17, 107, 52, .12) !important;
}

html:not(.v2-showcase-ready) .site-shell .logo-card:first-child p[data-v-6a20c7c6]::after {
  border-color: #f0b43f !important;
  background: linear-gradient(180deg, #fff2c9 0%, #ffd45c 100%) !important;
  color: #7a4a00 !important;
  box-shadow: 0 6px 14px rgba(189, 119, 0, .2) !important;
}

html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(2) p[data-v-6a20c7c6]::after {
  border-color: #a9c0d3 !important;
  background: linear-gradient(180deg, #eef6fb 0%, #d2e1ec 100%) !important;
  color: #33495f !important;
}

html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(3) p[data-v-6a20c7c6]::after {
  border-color: #e4b48f !important;
  background: linear-gradient(180deg, #fff0e5 0%, #f4c09a 100%) !important;
  color: #7a3f1f !important;
}

/* Hash-proof final layout: keep the ranking design even when Vue scope ids change. */
html:not(.v2-showcase-ready) .site-shell .header,
html:not(.v2-showcase-ready) .site-shell .banner,
html:not(.v2-showcase-ready) .site-shell .service-part,
html:not(.v2-showcase-ready) .site-shell .kf,
html:not(.v2-showcase-ready) .site-shell .service {
  display: none !important;
}

html:not(.v2-showcase-ready) .site-shell .main {
  display: contents !important;
}

html:not(.v2-showcase-ready) .site-shell .part1.part-tabs {
  position: relative !important;
  order: 2 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 16px !important;
  border: 1px solid #dfece4 !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  box-shadow: 0 16px 34px rgba(28, 54, 38, .08) !important;
}

html:not(.v2-showcase-ready) .site-shell .part1.part-tabs::before {
  content: "Ranking dos cassinos" !important;
  display: block !important;
  margin: 0 88px 10px 0 !important;
  color: #183026 !important;
  font-size: 26px !important;
  font-weight: 950 !important;
  line-height: 1.1 !important;
}

html:not(.v2-showcase-ready) .site-shell .part1.part-tabs::after {
  display: none !important;
  content: none !important;
}

html:not(.v2-showcase-ready) .site-shell .part-tab-header {
  display: none !important;
}

html:not(.v2-showcase-ready) .site-shell .logo-list {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 4px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

html:not(.v2-showcase-ready) .site-shell .logo-card,
html:not(.v2-showcase-ready) .site-shell .logo-card:first-child {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 40px 108px minmax(204px, 1fr) 92px !important;
  column-gap: 10px !important;
  align-items: center !important;
  min-height: 70px !important;
  margin: 0 !important;
  padding: 6px 8px !important;
  overflow: visible !important;
  border: 1px solid transparent !important;
  border-radius: 16px !important;
  background: linear-gradient(90deg, transparent 0 48px, #fbfdfb 48px 100%) !important;
  box-shadow: 0 8px 18px rgba(18, 37, 27, .05) !important;
}

html:not(.v2-showcase-ready) .site-shell .logo-card::before,
html:not(.v2-showcase-ready) .site-shell .logo-card:first-child::before {
  content: "1" !important;
  position: static !important;
  grid-column: 1 !important;
  grid-row: 1 !important;
  justify-self: center !important;
  align-self: center !important;
  display: grid !important;
  place-items: center !important;
  box-sizing: border-box !important;
  aspect-ratio: 1 / 1 !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  max-width: 34px !important;
  max-height: 34px !important;
  border: 3px solid #ffffff !important;
  border-radius: 50% !important;
  background: linear-gradient(180deg, #ffb23e 0%, #f37a10 100%) !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  transform: none !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .85) inset, 0 8px 18px rgba(18, 37, 27, .12) !important;
}

html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(2)::before {
  content: "2" !important;
  background: linear-gradient(180deg, #25c66a 0%, #0a9745 100%) !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .85) inset, 0 8px 18px rgba(18, 37, 27, .12) !important;
}

html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(3)::before {
  content: "3" !important;
  background: linear-gradient(180deg, #36cbb1 0%, #118878 100%) !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .85) inset, 0 8px 18px rgba(18, 37, 27, .12) !important;
}

html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(4)::before { content: "4" !important; }
html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(5)::before { content: "5" !important; }
html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(6)::before { content: "6" !important; }
html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(7)::before { content: "7" !important; }
html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(8)::before { content: "8" !important; }
html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(9)::before { content: "9" !important; }
html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(10)::before { content: "10" !important; }
html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(11)::before { content: "11" !important; }
html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(12)::before { content: "12" !important; }
html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(13)::before { content: "13" !important; }
html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(14)::before { content: "14" !important; }
html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(15)::before { content: "15" !important; }
html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(16)::before { content: "16" !important; }
html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(17)::before { content: "17" !important; }
html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(18)::before { content: "18" !important; }
html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(19)::before { content: "19" !important; }
html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(20)::before { content: "20" !important; }
html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(21)::before { content: "21" !important; }

html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(n+4)::before {
  background: linear-gradient(180deg, #eef8f2 0%, #d9eee2 100%) !important;
  color: #3d5e50 !important;
  border-color: #ffffff !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .85) inset, 0 8px 18px rgba(18, 37, 27, .12) !important;
}

html:not(.v2-showcase-ready) .site-shell .logo-card .image-button,
html:not(.v2-showcase-ready) .site-shell .logo-card:first-child .image-button {
  position: static !important;
  grid-column: 2 !important;
  grid-row: 1 !important;
  justify-self: stretch !important;
  align-self: stretch !important;
  width: 108px !important;
  height: 64px !important;
  min-height: 0 !important;
  inset: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: transparent !important;
  box-shadow: none !important;
}

html:not(.v2-showcase-ready) .site-shell .logo-card img,
html:not(.v2-showcase-ready) .site-shell .logo-card .image-button > img,
html:not(.v2-showcase-ready) .site-shell .logo-card:first-child img {
  position: static !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  transform: none !important;
  object-fit: contain !important;
  object-position: center !important;
  border-radius: 12px !important;
}

html:not(.v2-showcase-ready) .site-shell .logo-card p,
html:not(.v2-showcase-ready) .site-shell .logo-card:first-child p {
  grid-column: 3 !important;
  grid-row: 1 !important;
  display: grid !important;
  grid-template-columns: minmax(56px, max-content) max-content !important;
  gap: 6px 10px !important;
  align-items: center !important;
  min-width: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  color: #17261f !important;
  font-size: 15px !important;
  font-weight: 950 !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-shadow: none !important;
  white-space: nowrap !important;
  pointer-events: none !important;
}

html:not(.v2-showcase-ready) .site-shell .logo-card p::before {
  content: "★★★★★ 4.9" !important;
  position: static !important;
  grid-column: 1 / -1 !important;
  grid-row: 1 !important;
  margin: 0 !important;
  color: #f4b52b !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  transform: none !important;
  white-space: nowrap !important;
}

html:not(.v2-showcase-ready) .site-shell .logo-card p::after {
  content: "Bônus até  R$ 5.000" !important;
  position: static !important;
  grid-column: 2 !important;
  grid-row: 2 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #116b34 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  box-shadow: none !important;
  transform: none !important;
  white-space: nowrap !important;
}

html:not(.v2-showcase-ready) .site-shell .logo-card:first-child p::after {
  content: "Bônus até  R$ 10.000" !important;
  color: #a35f00 !important;
}

html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(2) p::before { content: "★★★★☆ 4.6" !important; }
html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(3) p::before { content: "★★★★☆ 4.5" !important; }
html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(2) p::after {
  content: "Bônus até  R$ 1.500" !important;
  color: #33495f !important;
}
html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(3) p::after {
  content: "Bônus até  R$ 2.500" !important;
  color: #7a3f1f !important;
}
html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(4) p::after { content: "Bônus até  R$ 2.000" !important; }
html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(5) p::after { content: "Bônus até  R$ 1.800" !important; }

html:not(.v2-showcase-ready) .site-shell .logo-card::after,
html:not(.v2-showcase-ready) .site-shell .logo-card:first-child::after {
  content: "Jogar Agora" !important;
  position: static !important;
  grid-column: 4 !important;
  grid-row: 1 !important;
  justify-self: stretch !important;
  align-self: center !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 82px !important;
  min-width: 82px !important;
  height: 32px !important;
  padding: 0 8px !important;
  border-radius: 10px !important;
  background: linear-gradient(180deg, #19b45d 0%, #078d3d 100%) !important;
  color: #ffffff !important;
  font-size: 10px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  box-shadow: 0 10px 18px rgba(7, 141, 61, .16) !important;
  transform: none !important;
  pointer-events: none !important;
}

html:not(.v2-showcase-ready) .site-shell .web-list {
  display: none !important;
}

html:not(.v2-showcase-ready) .site-shell .tab {
  order: 3 !important;
}

html:not(.v2-showcase-ready) .site-shell .floating-bottom-dock {
  display: none !important;
}

@media (max-width: 620px) {
  html:not(.v2-showcase-ready) .site-shell .part1.part-tabs {
    padding: 10px !important;
    border-radius: 16px !important;
  }

  html:not(.v2-showcase-ready) .site-shell .part1.part-tabs::before {
    margin: 0 70px 7px 0 !important;
    font-size: 22px !important;
  }

  html:not(.v2-showcase-ready) .site-shell .part1.part-tabs::after {
    display: none !important;
    content: none !important;
  }

  html:not(.v2-showcase-ready) .site-shell .logo-card,
  html:not(.v2-showcase-ready) .site-shell .logo-card:first-child {
    grid-template-columns: 32px 68px minmax(98px, 1fr) 66px !important;
    column-gap: 6px !important;
    min-height: 62px !important;
    padding: 5px 7px !important;
  }

  html:not(.v2-showcase-ready) .site-shell .logo-card::before,
  html:not(.v2-showcase-ready) .site-shell .logo-card:first-child::before {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    font-size: 12px !important;
  }

  html:not(.v2-showcase-ready) .site-shell .logo-card .image-button,
  html:not(.v2-showcase-ready) .site-shell .logo-card:first-child .image-button {
    width: 68px !important;
    height: 52px !important;
    padding: 0 !important;
  }

  html:not(.v2-showcase-ready) .site-shell .logo-card p,
  html:not(.v2-showcase-ready) .site-shell .logo-card:first-child p {
    grid-template-columns: minmax(40px, max-content) max-content !important;
    gap: 3px 5px !important;
    font-size: 12px !important;
  }

  html:not(.v2-showcase-ready) .site-shell .logo-card p::before {
    font-size: 9px !important;
  }

  html:not(.v2-showcase-ready) .site-shell .logo-card p::after {
    height: auto !important;
    padding: 0 !important;
    font-size: 8px !important;
  }

  html:not(.v2-showcase-ready) .site-shell .logo-card::after,
  html:not(.v2-showcase-ready) .site-shell .logo-card:first-child::after {
    width: 64px !important;
    min-width: 64px !important;
    height: 28px !important;
    padding: 0 5px !important;
    font-size: 8px !important;
  }
}

/* Route modal polish: keep the original PWA/H5 behavior, restyle it to match the V2 ranking board. */
html:not(.v2-showcase-ready) .site-shell .modal-overlay {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 20px !important;
  background: rgba(14, 30, 22, .54) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
}

html:not(.v2-showcase-ready) .site-shell .modal {
  width: min(390px, calc(100vw - 32px)) !important;
  margin: 0 !important;
  padding: 18px !important;
  overflow: visible !important;
  border: 1px solid #d7e8dc !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 178, 62, .18), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f7fbf8 100%) !important;
  box-shadow: 0 28px 70px rgba(18, 37, 27, .26) !important;
}

html:not(.v2-showcase-ready) .site-shell .modal-top {
  position: absolute !important;
  top: -14px !important;
  right: -10px !important;
  z-index: 2 !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

html:not(.v2-showcase-ready) .site-shell .modal .close-button {
  display: grid !important;
  place-items: center !important;
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  padding: 0 !important;
  border: 2px solid #ffffff !important;
  border-radius: 50% !important;
  background: linear-gradient(180deg, #25c66a 0%, #0a9745 100%) !important;
  box-shadow: 0 10px 24px rgba(10, 151, 69, .26) !important;
}

html:not(.v2-showcase-ready) .site-shell .modal .close-button img {
  width: 18px !important;
  height: 18px !important;
  filter: brightness(0) invert(1) !important;
}

html:not(.v2-showcase-ready) .site-shell .modal .close-fallback {
  color: #ffffff !important;
  font-size: 25px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

html:not(.v2-showcase-ready) .site-shell .modal .content-text {
  margin: 0 !important;
  padding: 16px !important;
  border: 1px solid #e4eee7 !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  color: #1d2d24 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9) !important;
}

html:not(.v2-showcase-ready) .site-shell .modal .content-text h3 {
  margin: 0 0 10px !important;
  color: #16271e !important;
  font-size: 23px !important;
  font-weight: 950 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

html:not(.v2-showcase-ready) .site-shell .modal .content-text p {
  margin: 6px 0 0 !important;
  color: #31483c !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  line-height: 1.38 !important;
  letter-spacing: 0 !important;
}

html:not(.v2-showcase-ready) .site-shell .modal .content-text .preview-url {
  color: #607568 !important;
  font-size: 11px !important;
  font-weight: 750 !important;
  overflow-wrap: anywhere !important;
}

html:not(.v2-showcase-ready) .site-shell .modal .buttons-list {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
  margin-top: 12px !important;
}

html:not(.v2-showcase-ready) .site-shell .modal .play-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  min-width: 0 !important;
  width: 100% !important;
  height: 52px !important;
  padding: 0 12px !important;
  border-radius: 14px !important;
  font-size: 14px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  box-shadow: none !important;
}

html:not(.v2-showcase-ready) .site-shell .modal .play-btn2 {
  border: 1px solid #0f8d44 !important;
  background: linear-gradient(180deg, #25c66a 0%, #0a9745 100%) !important;
  color: #ffffff !important;
}

html:not(.v2-showcase-ready) .site-shell .modal .play-btn3 {
  border: 1px solid #ed9124 !important;
  background: linear-gradient(180deg, #ffb23e 0%, #f37a10 100%) !important;
  color: #ffffff !important;
}

html:not(.v2-showcase-ready) .site-shell .modal .play-btn .img-go {
  width: 24px !important;
  height: 24px !important;
  object-fit: contain !important;
  filter: brightness(0) invert(1) !important;
}

html:not(.v2-showcase-ready) .site-shell .modal .play-btn3-arrow {
  display: grid !important;
  place-items: center !important;
  width: 24px !important;
  height: 24px !important;
  margin: 0 !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .18) !important;
}

@media (max-width: 620px) {
  html:not(.v2-showcase-ready) .site-shell .modal {
    width: min(376px, calc(100vw - 32px)) !important;
    padding: 16px !important;
    border-radius: 20px !important;
  }

  html:not(.v2-showcase-ready) .site-shell .modal .content-text h3 {
    font-size: 21px !important;
  }

  html:not(.v2-showcase-ready) .site-shell .modal .buttons-list {
    gap: 8px !important;
  }

  html:not(.v2-showcase-ready) .site-shell .modal .play-btn {
    height: 50px !important;
    font-size: 13px !important;
  }
}

/* Deposit ladder: keep every displayed guarantee above ten million. */
html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(1) p::after { content: "Garantia R$ 88M" !important; color: #a35f00 !important; }
html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(2) p::after { content: "Garantia R$ 76M" !important; color: #116b34 !important; }
html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(3) p::after { content: "Garantia R$ 69M" !important; color: #116b34 !important; }
html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(4) p::after { content: "Garantia R$ 62M" !important; }
html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(5) p::after { content: "Garantia R$ 58M" !important; }
html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(6) p::after { content: "Garantia R$ 55M" !important; }
html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(7) p::after { content: "Garantia R$ 49M" !important; }
html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(8) p::after { content: "Garantia R$ 44M" !important; }
html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(9) p::after { content: "Garantia R$ 39M" !important; }
html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(10) p::after { content: "Garantia R$ 35M" !important; }
html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(11) p::after { content: "Garantia R$ 31M" !important; }
html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(12) p::after { content: "Garantia R$ 28M" !important; }
html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(13) p::after { content: "Garantia R$ 25M" !important; }
html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(14) p::after { content: "Garantia R$ 22M" !important; }
html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(15) p::after { content: "Garantia R$ 20M" !important; }
html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(16) p::after { content: "Garantia R$ 18M" !important; }
html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(17) p::after { content: "Garantia R$ 16M" !important; }
html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(18) p::after { content: "Garantia R$ 15M" !important; }
html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(19) p::after { content: "Garantia R$ 14M" !important; }
html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(20) p::after { content: "Garantia R$ 13M" !important; }
html:not(.v2-showcase-ready) .site-shell .logo-card:nth-child(21) p::after { content: "Garantia R$ 12M" !important; }
