body[data-site-diff-page] {
  --sd-blue: #2563eb;
  --sd-blue-soft: rgba(37, 99, 235, 0.14);
  --sd-gold: #facc15;
  --sd-gold-soft: rgba(250, 204, 21, 0.12);
  --sd-line: rgba(148, 163, 184, 0.2);
  --sd-line-strong: rgba(96, 165, 250, 0.35);
  --sd-panel: rgba(20, 22, 29, 0.94);
  --sd-panel-deep: rgba(10, 12, 18, 0.98);
  --sd-muted: #aeb6c5;
}
body[data-site-diff-page] :is(.adv-card, .feature-card, .value-card, .team-card, .table-card, .game-card, .fish-card, .info-card, .tip-card, .step-card, .rg-card, .stat-card, .testimonial-card, .contact-card, .tool-card) {
  transition: border-color 180ms ease, transform 180ms ease, background-color 180ms ease;
}
body[data-site-diff-page] :where(.row:has(> [class*="col-"] > :is(.adv-card, .feature-card, .value-card, .team-card, .table-card, .game-card, .fish-card, .info-card, .tip-card, .step-card, .rg-card, .stat-card, .testimonial-card, .contact-card, .tool-card)):not(:has(> [class*="col-"] > :not(:is(.adv-card, .feature-card, .value-card, .team-card, .table-card, .game-card, .fish-card, .info-card, .tip-card, .step-card, .rg-card, .stat-card, .testimonial-card, .contact-card, .tool-card))))) {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: 18px;
  width: 100%;
  margin-inline: 0;
}
body[data-site-diff-page] :where(.row:has(> [class*="col-"] > :is(.adv-card, .feature-card, .value-card, .team-card, .table-card, .game-card, .fish-card, .info-card, .tip-card, .step-card, .rg-card, .stat-card, .testimonial-card, .contact-card, .tool-card)):not(:has(> [class*="col-"] > :not(:is(.adv-card, .feature-card, .value-card, .team-card, .table-card, .game-card, .fish-card, .info-card, .tip-card, .step-card, .rg-card, .stat-card, .testimonial-card, .contact-card, .tool-card))))) > [class*="col-"] {
  width: auto;
  max-width: none;
  padding: 0;
}
body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .adv-card) {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 14px;
}
body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .adv-card) > [class*="col-"] {
  grid-column: span 3;
}
body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .adv-card) > :nth-child(1),
body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .adv-card) > :nth-child(6) {
  grid-column: span 6;
}
body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .adv-card) > :nth-child(7),
body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .adv-card) > :nth-child(8) {
  grid-column: span 6;
}
body[data-site-diff-page="home"] .adv-card {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  padding: 26px 24px 24px 92px;
  border-radius: 6px 24px 24px 6px;
  border-left: 4px solid var(--sd-blue);
  background:
    linear-gradient(120deg, var(--sd-blue-soft), transparent 48%),
    var(--sd-panel);
}
body[data-site-diff-page="home"] .adv-card .adv-icon {
  position: absolute;
  left: 22px;
  top: 24px;
  margin: 0;
}
body[data-site-diff-page="home"] .adv-card::after {
  content: "";
  position: absolute;
  right: -32px;
  bottom: -44px;
  width: 108px;
  height: 108px;
  border: 1px solid rgba(96, 165, 250, 0.22);
  border-radius: 50%;
  box-shadow: 0 0 0 16px rgba(37, 99, 235, 0.035);
  pointer-events: none;
}
body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .step-card) {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .step-card) > :first-child {
  grid-column: 1 / -1;
}
body[data-site-diff-page="home"] .step-card {
  min-height: 0;
  padding: 22px 22px 22px 82px;
  border: 0;
  border-top: 2px solid var(--sd-line-strong);
  border-radius: 0;
  background: linear-gradient(90deg, rgba(37, 99, 235, 0.1), transparent);
  text-align: left;
}
body[data-site-diff-page="home"] .step-card .step-num {
  position: absolute;
  left: 18px;
  top: 22px;
  margin: 0;
}
body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .rg-card) {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--sd-line);
  border-radius: 22px;
}
body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .rg-card) > :first-child {
  grid-row: span 3;
}
body[data-site-diff-page="home"] .rg-card {
  min-height: 0;
  height: 100%;
  padding: 22px 24px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid var(--sd-line);
  background: var(--sd-panel-deep);
}
body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .rg-card) > :first-child .rg-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px;
  border-right: 1px solid var(--sd-line);
  background: radial-gradient(circle at 20% 20%, var(--sd-gold-soft), transparent 48%), var(--sd-panel);
}
body[data-site-diff-page="about-us"] .row:has(> [class*="col-"] > .value-card) {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}
body[data-site-diff-page="about-us"] .row:has(> [class*="col-"] > .value-card) > [class*="col-"] {
  grid-column: span 4;
}
body[data-site-diff-page="about-us"] .row:has(> [class*="col-"] > .value-card) > :first-child,
body[data-site-diff-page="about-us"] .row:has(> [class*="col-"] > .value-card) > :last-child {
  grid-column: span 6;
}
body[data-site-diff-page="about-us"] .value-card {
  min-height: 190px;
  padding: 26px;
  border: 0;
  border-top: 4px solid var(--sd-gold);
  border-radius: 4px 4px 24px 24px;
  background: linear-gradient(180deg, var(--sd-gold-soft), transparent 42%), var(--sd-panel);
}
body[data-site-diff-page="about-us"] .timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
}
body[data-site-diff-page="about-us"] .timeline::before {
  display: none;
}
body[data-site-diff-page="about-us"] .timeline-item {
  min-width: 0;
  min-height: 190px;
  padding: 58px 20px 20px;
  border: 1px solid var(--sd-line);
  border-top: 3px solid var(--sd-blue);
  border-radius: 4px 4px 22px 22px;
  background: linear-gradient(180deg, var(--sd-blue-soft), transparent 48%), var(--sd-panel-deep);
}
body[data-site-diff-page="about-us"] .timeline-dot {
  left: 18px;
  top: 17px;
}
body[data-site-diff-page="about-us"] .row:has(> [class*="col-"] > .team-card) {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}
body[data-site-diff-page="about-us"] .row:has(> [class*="col-"] > .team-card) > [class*="col-"] {
  grid-column: span 4;
}
body[data-site-diff-page="about-us"] .row:has(> [class*="col-"] > .team-card) > :nth-child(2) {
  transform: translateY(24px);
}
body[data-site-diff-page="about-us"] .team-card {
  min-height: 240px;
  padding: 28px;
  border-radius: 28px 8px 28px 8px;
  background: linear-gradient(145deg, rgba(37, 99, 235, .12), transparent 48%), var(--sd-panel);
  text-align: left;
}
body[data-site-diff-page="app"] .row:has(> [class*="col-"] > .feature-card) {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}
body[data-site-diff-page="app"] .row:has(> [class*="col-"] > .feature-card) > [class*="col-"] {
  grid-column: span 4;
}
body[data-site-diff-page="app"] .row:has(> [class*="col-"] > .feature-card) > :first-child {
  grid-column: span 8;
}
body[data-site-diff-page="app"] .feature-card {
  min-height: 190px;
  padding: 26px;
  border-radius: 26px 6px 26px 6px;
  background: radial-gradient(circle at 100% 0, var(--sd-blue-soft), transparent 42%), var(--sd-panel);
}
body[data-site-diff-page="app"] .row:has(> [class*="col-"] > .step-card) {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 16px;
}
body[data-site-diff-page="app"] .row:has(> [class*="col-"] > .step-card) > [class*="col-"] {
  width: auto;
  max-width: none;
  padding: 0;
}
body[data-site-diff-page="app"] .row:has(> [class*="col-"] > .step-card) > :first-child {
  grid-column: 1 / -1;
}
body[data-site-diff-page="app"] .row:has(> [class*="col-"] > .step-card) > :nth-child(2),
body[data-site-diff-page="app"] .row:has(> [class*="col-"] > .step-card) > :nth-child(4) {
  grid-column: 1;
}
body[data-site-diff-page="app"] .row:has(> [class*="col-"] > .step-card) > :nth-child(3),
body[data-site-diff-page="app"] .row:has(> [class*="col-"] > .step-card) > :nth-child(5) {
  grid-column: 2;
}
body[data-site-diff-page="app"] .step-card {
  min-height: 0;
  padding: 22px 24px 22px 84px;
  border-radius: 8px 24px 8px 24px;
  text-align: left;
}
body[data-site-diff-page="app"] .step-card .step-num {
  position: absolute;
  left: 20px;
  top: 20px;
  margin: 0;
}
body[data-site-diff-page="app"] .row:has(> [class*="col-"] > .stat-card) {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--sd-line);
  border-radius: 20px;
}
body[data-site-diff-page="app"] .stat-card {
  height: 100%;
  border: 0;
  border-right: 1px solid var(--sd-line);
  border-radius: 0;
  background: linear-gradient(180deg, var(--sd-blue-soft), transparent), var(--sd-panel-deep);
}
body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .feature-card),
body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .feature-card) {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  border-block: 1px solid var(--sd-line);
}
body[data-site-diff-page="astar-live"] .feature-card,
body[data-site-diff-page="hrg-live"] .feature-card {
  display: grid;
  grid-template-columns: 58px minmax(180px, .62fr) minmax(0, 1.38fr);
  gap: 18px;
  align-items: center;
  min-height: 0;
  padding: 20px 12px;
  border: 0;
  border-bottom: 1px solid var(--sd-line);
  border-radius: 0;
  background: transparent;
}
body[data-site-diff-page="astar-live"] .feature-card .feature-icon,
body[data-site-diff-page="hrg-live"] .feature-card .feature-icon {
  grid-row: 1;
  margin: 0;
}
body[data-site-diff-page="astar-live"] .feature-card :is(h4, h5, h6),
body[data-site-diff-page="hrg-live"] .feature-card :is(h4, h5, h6) {
  margin: 0;
}
body[data-site-diff-page="astar-live"] .feature-card p,
body[data-site-diff-page="hrg-live"] .feature-card p {
  margin: 0;
}
body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .table-card) {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: 16px;
}
body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .table-card) > :first-child {
  grid-row: span 2;
}
body[data-site-diff-page="astar-live"] .table-card {
  height: 100%;
  overflow: hidden;
  border-radius: 6px 26px 6px 26px;
  border-left: 3px solid var(--sd-blue);
  background: radial-gradient(circle at 100% 0, var(--sd-blue-soft), transparent 50%), var(--sd-panel);
}
body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .step-card),
body[data-site-diff-page="keno-bonus-number"] .row:has(> [class*="col-"] > .step-card),
body[data-site-diff-page="live-game"] .row:has(> [class*="col-"] > .step-card),
body[data-site-diff-page="money-coming"] .row:has(> [class*="col-"] > .step-card),
body[data-site-diff-page="star-fishing"] .row:has(> [class*="col-"] > .step-card),
body[data-site-diff-page="teen-patti-20-20"] .row:has(> [class*="col-"] > .step-card) {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  padding-left: 72px;
}
body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .step-card)::before,
body[data-site-diff-page="keno-bonus-number"] .row:has(> [class*="col-"] > .step-card)::before,
body[data-site-diff-page="live-game"] .row:has(> [class*="col-"] > .step-card)::before,
body[data-site-diff-page="money-coming"] .row:has(> [class*="col-"] > .step-card)::before,
body[data-site-diff-page="star-fishing"] .row:has(> [class*="col-"] > .step-card)::before,
body[data-site-diff-page="teen-patti-20-20"] .row:has(> [class*="col-"] > .step-card)::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 28px;
  bottom: 28px;
  width: 2px;
  background: linear-gradient(var(--sd-blue), var(--sd-gold), rgba(250, 204, 21, .08));
}
body[data-site-diff-page="astar-live"] .step-card,
body[data-site-diff-page="keno-bonus-number"] .step-card,
body[data-site-diff-page="live-game"] .step-card,
body[data-site-diff-page="money-coming"] .step-card,
body[data-site-diff-page="star-fishing"] .step-card,
body[data-site-diff-page="teen-patti-20-20"] .step-card {
  min-height: 0;
  padding: 22px 18px;
  border: 0;
  border-bottom: 1px solid var(--sd-line);
  border-radius: 0;
  background: transparent;
  text-align: left;
}
body[data-site-diff-page="astar-live"] .step-card .step-num,
body[data-site-diff-page="keno-bonus-number"] .step-card .step-num,
body[data-site-diff-page="live-game"] .step-card .step-num,
body[data-site-diff-page="money-coming"] .step-card .step-num,
body[data-site-diff-page="star-fishing"] .step-card .step-num,
body[data-site-diff-page="teen-patti-20-20"] .step-card .step-num {
  position: absolute;
  left: -62px;
  top: 18px;
  margin: 0;
  border: 5px solid #09090b;
  box-shadow: 0 0 0 1px var(--sd-line-strong);
}
body[data-site-diff-page="faq"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}
body[data-site-diff-page="faq"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > [class*="col-"] {
  grid-column: span 4;
}
body[data-site-diff-page="faq"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > :first-child,
body[data-site-diff-page="faq"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > :nth-child(5) {
  grid-column: span 8;
}
body[data-site-diff-page="faq"] .feature-card {
  min-height: 170px;
  padding: 24px 24px 24px 86px;
  border: 0;
  border-bottom: 3px solid var(--sd-blue);
  border-radius: 24px 24px 6px 6px;
  background: linear-gradient(145deg, var(--sd-blue-soft), transparent 54%), var(--sd-panel);
  text-align: left;
}
body[data-site-diff-page="faq"] .feature-card .feature-icon {
  position: absolute;
  left: 22px;
  top: 22px;
}
body[data-site-diff-page="faq"] .row:has(> [class*="col-"] > .stat-card) {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border: 0;
  border-radius: 0;
  overflow: visible;
}
body[data-site-diff-page="faq"] .stat-card {
  height: 100%;
  border: 0;
  border-right: 1px solid var(--sd-line);
  border-radius: 0;
  background: var(--sd-panel-deep);
}
body[data-site-diff-page="faq"] .row:has(> [class*="col-"] > .contact-card) {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
  gap: 14px;
}
body[data-site-diff-page="faq"] .contact-card {
  min-height: 190px;
  padding: 30px;
  border-radius: 6px 30px 6px 30px;
  background: radial-gradient(circle at 100% 0, var(--sd-gold-soft), transparent 45%), var(--sd-panel);
  text-align: left;
}
body[data-site-diff-page="game"] .row:has(> [class*="col-"] > .game-card) {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  counter-reset: sd-game-rank;
}
body[data-site-diff-page="game"] .row:has(> [class*="col-"] > .game-card) > [class*="col-"] {
  counter-increment: sd-game-rank;
}
body[data-site-diff-page="game"] .game-card {
  position: relative;
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr) auto;
  align-items: center;
  min-height: 118px;
  overflow: hidden;
  padding-right: 28px;
  border-radius: 10px 24px 24px 10px;
  background: linear-gradient(90deg, var(--sd-blue-soft), transparent 42%), var(--sd-panel);
}
body[data-site-diff-page="game"] .game-card::before {
  content: counter(sd-game-rank, decimal-leading-zero);
  position: absolute;
  right: 22px;
  top: 12px;
  color: rgba(96, 165, 250, .16);
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1;
}
body[data-site-diff-page="game"] .game-card-thumb {
  width: 118px;
  height: 100%;
  min-height: 118px;
}
body[data-site-diff-page="game"] .game-card-body {
  padding: 18px 24px;
}
body[data-site-diff-page="game"] .row:has(> [class*="col-"] > .feature-card) {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}
body[data-site-diff-page="game"] .row:has(> [class*="col-"] > .feature-card) > [class*="col-"] {
  grid-column: span 4;
}
body[data-site-diff-page="game"] .row:has(> [class*="col-"] > .feature-card) > :first-child {
  grid-column: span 8;
}
body[data-site-diff-page="game"] .feature-card {
  min-height: 180px;
  border-radius: 26px 6px 26px 6px;
  background: radial-gradient(circle at 0 100%, var(--sd-blue-soft), transparent 44%), var(--sd-panel);
}
body[data-site-diff-page="game"] .row:has(> [class*="col-"] > .stat-card) {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--sd-line);
  border-radius: 20px;
}
body[data-site-diff-page="game"] .stat-card {
  height: 100%;
  border: 0;
  border-radius: 0;
  border-right: 1px solid var(--sd-line);
}
body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .game-card) {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}
body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .game-card) > [class*="col-"] {
  grid-column: span 4;
}
body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .game-card) > :first-child {
  grid-column: span 8;
  grid-row: span 2;
}
body[data-site-diff-page="hrg-live"] .game-card {
  height: 100%;
  border-radius: 28px 8px 28px 8px;
  background: radial-gradient(circle at 100% 0, var(--sd-gold-soft), transparent 45%), var(--sd-panel);
}
body[data-site-diff-page="hrg-live"] .testimonialSwiper .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  transform: none !important;
}
body[data-site-diff-page="hrg-live"] .testimonialSwiper .swiper-slide {
  width: auto !important;
  height: auto;
}
body[data-site-diff-page="hrg-live"] .testimonial-card {
  position: relative;
  min-height: 220px;
  padding: 42px 26px 26px;
  border-radius: 8px 28px 28px 28px;
  background: linear-gradient(145deg, rgba(250, 204, 21, .08), transparent 48%), var(--sd-panel);
}
body[data-site-diff-page="hrg-live"] .testimonialSwiper .swiper-slide:nth-child(even) {
  transform: translateY(18px);
}
body[data-site-diff-page="hrg-live"] .testimonial-card::before {
  content: "\201C";
  position: absolute;
  right: 20px;
  top: -2px;
  color: rgba(250, 204, 21, .18);
  font: 4.8rem/1 Georgia, serif;
}
body[data-site-diff-page="keno-bonus-number"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
body[data-site-diff-page="keno-bonus-number"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > :first-child {
  grid-row: span 2;
}
body[data-site-diff-page="keno-bonus-number"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > [class*="col-"] > .feature-card {
  height: 100%;
}
body[data-site-diff-page="keno-bonus-number"] .feature-card {
  min-height: 170px;
  border: 0;
  border-left: 3px solid var(--sd-gold);
  border-radius: 4px 24px 24px 4px;
  background: radial-gradient(circle at 100% 0, var(--sd-gold-soft), transparent 48%), var(--sd-panel);
}
body[data-site-diff-page="keno-bonus-number"] .row:has(> [class*="col-"] > .tip-card),
body[data-site-diff-page="live-game"] .row:has(> [class*="col-"] > .tip-card),
body[data-site-diff-page="money-coming"] .row:has(> [class*="col-"] > .tip-card),
body[data-site-diff-page="teen-patti-20-20"] .row:has(> [class*="col-"] > .tip-card) {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  counter-reset: sd-tip;
  border-block: 1px solid var(--sd-line);
}
body[data-site-diff-page="keno-bonus-number"] .row:has(> [class*="col-"] > .tip-card) > [class*="col-"],
body[data-site-diff-page="live-game"] .row:has(> [class*="col-"] > .tip-card) > [class*="col-"],
body[data-site-diff-page="money-coming"] .row:has(> [class*="col-"] > .tip-card) > [class*="col-"],
body[data-site-diff-page="teen-patti-20-20"] .row:has(> [class*="col-"] > .tip-card) > [class*="col-"] {
  counter-increment: sd-tip;
}
body[data-site-diff-page="keno-bonus-number"] .tip-card,
body[data-site-diff-page="live-game"] .tip-card,
body[data-site-diff-page="money-coming"] .tip-card,
body[data-site-diff-page="teen-patti-20-20"] .tip-card {
  position: relative;
  min-height: 0;
  padding: 20px 24px 20px 86px;
  border: 0;
  border-bottom: 1px solid var(--sd-line);
  border-radius: 0;
  background: transparent;
}
body[data-site-diff-page="keno-bonus-number"] .tip-card::before,
body[data-site-diff-page="live-game"] .tip-card::before,
body[data-site-diff-page="money-coming"] .tip-card::before,
body[data-site-diff-page="teen-patti-20-20"] .tip-card::before {
  content: counter(sd-tip, decimal-leading-zero);
  position: absolute;
  left: 22px;
  top: 18px;
  color: var(--sd-gold);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .08em;
}
body[data-site-diff-page="live-game"] .row:has(> [class*="col-"] > .table-card) {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}
body[data-site-diff-page="live-game"] .row:has(> [class*="col-"] > .table-card) > [class*="col-"] {
  grid-column: span 4;
}
body[data-site-diff-page="live-game"] .row:has(> [class*="col-"] > .table-card) > :first-child,
body[data-site-diff-page="live-game"] .row:has(> [class*="col-"] > .table-card) > :nth-child(5) {
  grid-column: span 8;
}
body[data-site-diff-page="live-game"] .table-card {
  height: 100%;
  overflow: hidden;
  border-radius: 28px 6px 28px 6px;
  border-bottom: 3px solid var(--sd-blue);
  background: radial-gradient(circle at 100% 0, var(--sd-blue-soft), transparent 46%), var(--sd-panel);
}
body[data-site-diff-page="login"] .form-card:has(form) {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border: 1px solid var(--sd-line-strong);
  border-radius: 8px 30px 8px 30px;
  background:
    linear-gradient(90deg, transparent 0 12px, rgba(37, 99, 235, .12) 12px 13px, transparent 13px),
    radial-gradient(circle at 100% 0, var(--sd-blue-soft), transparent 44%),
    var(--sd-panel-deep);
  box-shadow: 0 28px 56px rgba(0, 0, 0, .32);
}
body[data-site-diff-page="login"] .form-card:has(form)::before {
  content: "SECURE ACCESS";
  display: block;
  position: static;
  height: auto;
  margin: -8px 0 20px;
  background: none;
  color: #60a5fa;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .16em;
}
body[data-site-diff-page="login"] .row:has(> [class*="col-"] > .step-card) {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
body[data-site-diff-page="login"] .row:has(> [class*="col-"] > .step-card) > :last-child {
  grid-column: 1 / -1;
}
body[data-site-diff-page="login"] .step-card {
  min-height: 0;
  padding: 22px 22px 22px 82px;
  border: 0;
  border-top: 3px solid var(--sd-blue);
  border-radius: 4px 4px 22px 22px;
  background: linear-gradient(180deg, var(--sd-blue-soft), transparent 48%), var(--sd-panel);
  text-align: left;
}
body[data-site-diff-page="login"] .step-card .step-num {
  position: absolute;
  left: 18px;
  top: 20px;
  margin: 0;
}
body[data-site-diff-page="login"] .row:has(> [class*="col-"] > .feature-card) {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--sd-line);
  border-radius: 22px;
}
body[data-site-diff-page="login"] .feature-card {
  height: 100%;
  border: 0;
  border-right: 1px solid var(--sd-line);
  border-bottom: 1px solid var(--sd-line);
  border-radius: 0;
  background: var(--sd-panel-deep);
}
body[data-site-diff-page="money-coming"] .row:has(> [class*="col-"] > .game-card) {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}
body[data-site-diff-page="money-coming"] .row:has(> [class*="col-"] > .game-card) > [class*="col-"] {
  grid-column: span 4;
}
body[data-site-diff-page="money-coming"] .row:has(> [class*="col-"] > .game-card) > :first-child {
  grid-column: span 8;
}
body[data-site-diff-page="money-coming"] .game-card {
  position: relative;
  height: 100%;
  min-height: 190px;
  border-radius: 6px 28px 6px 28px;
  border-left: 3px solid var(--sd-gold);
  background: radial-gradient(circle at 100% 0, var(--sd-gold-soft), transparent 46%), var(--sd-panel);
}
body[data-site-diff-page="privacy-policy"] .policy-section,
body[data-site-diff-page="terms-conditions"] .terms-section {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 0;
  margin: 0;
  padding: 26px 24px 26px 0;
  border: 0;
  border-bottom: 1px solid var(--sd-line);
  border-radius: 0;
  background: transparent;
  counter-increment: sd-clause;
}
body[data-site-diff-page="privacy-policy"] main,
body[data-site-diff-page="terms-conditions"] main {
  counter-reset: sd-clause;
}
body[data-site-diff-page="privacy-policy"] .policy-section::before,
body[data-site-diff-page="terms-conditions"] .terms-section::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 20;
  width: 26px;
  height: 3px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--sd-blue), rgba(96, 165, 250, .12));
}
body[data-site-diff-page="privacy-policy"] .policy-section > *,
body[data-site-diff-page="terms-conditions"] .terms-section > * {
  grid-column: 2;
}
body[data-site-diff-page="privacy-policy"] .row:has(> [class*="col-"] > .feature-card),
body[data-site-diff-page="terms-conditions"] .row:has(> [class*="col-"] > .feature-card) {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}
body[data-site-diff-page="privacy-policy"] .row:has(> [class*="col-"] > .feature-card) > [class*="col-"],
body[data-site-diff-page="terms-conditions"] .row:has(> [class*="col-"] > .feature-card) > [class*="col-"] {
  grid-column: span 4;
}
body[data-site-diff-page="privacy-policy"] .row:has(> [class*="col-"] > .feature-card) > :first-child,
body[data-site-diff-page="terms-conditions"] .row:has(> [class*="col-"] > .feature-card) > :first-child {
  grid-column: span 8;
}
body[data-site-diff-page="privacy-policy"] .feature-card,
body[data-site-diff-page="terms-conditions"] .feature-card {
  min-height: 180px;
  border-radius: 26px 6px 26px 6px;
  background: linear-gradient(145deg, var(--sd-blue-soft), transparent 48%), var(--sd-panel);
}
body[data-site-diff-page="privacy-policy"] .toc-card,
body[data-site-diff-page="terms-conditions"] .toc-card {
  padding: 26px;
  border: 0;
  border-top: 4px solid var(--sd-gold);
  border-radius: 4px 4px 24px 24px;
  background: linear-gradient(180deg, var(--sd-gold-soft), transparent 36%), var(--sd-panel-deep);
}
body[data-site-diff-page="privacy-policy"] .toc-list,
body[data-site-diff-page="terms-conditions"] .toc-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 22px;
}
body[data-site-diff-page="register"] .form-card:has(form) {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border: 1px solid var(--sd-line-strong);
  border-radius: 8px 28px 8px 28px;
  background: radial-gradient(circle at 100% 0, var(--sd-gold-soft), transparent 45%), var(--sd-panel-deep);
  box-shadow: 0 28px 58px rgba(0, 0, 0, .32);
}
body[data-site-diff-page="register"] .form-card:has(form)::after {
  content: "";
  position: absolute;
  left: 14px;
  top: 18px;
  bottom: 18px;
  width: 2px;
  background: repeating-linear-gradient(to bottom, var(--sd-gold) 0 7px, transparent 7px 15px);
  opacity: .55;
  pointer-events: none;
}
body[data-site-diff-page="register"] .row:has(> [class*="col-"] > .step-card) {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
body[data-site-diff-page="register"] .row:has(> [class*="col-"] > .step-card) > :last-child {
  grid-column: 1 / -1;
}
body[data-site-diff-page="register"] .step-card {
  min-height: 0;
  padding: 22px 22px 22px 82px;
  border: 0;
  border-top: 3px solid var(--sd-gold);
  border-radius: 4px 4px 24px 24px;
  background: linear-gradient(180deg, var(--sd-gold-soft), transparent 46%), var(--sd-panel);
  text-align: left;
}
body[data-site-diff-page="register"] .step-card .step-num {
  position: absolute;
  left: 18px;
  top: 20px;
  margin: 0;
}
body[data-site-diff-page="register"] .row:has(> [class*="col-"] > .feature-card) {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}
body[data-site-diff-page="register"] .row:has(> [class*="col-"] > .feature-card) > [class*="col-"] {
  grid-column: span 4;
}
body[data-site-diff-page="register"] .row:has(> [class*="col-"] > .feature-card) > :first-child,
body[data-site-diff-page="register"] .row:has(> [class*="col-"] > .feature-card) > :last-child {
  grid-column: span 6;
}
body[data-site-diff-page="register"] .feature-card {
  min-height: 180px;
  border-radius: 28px 8px 28px 8px;
  background: linear-gradient(145deg, var(--sd-blue-soft), transparent 50%), var(--sd-panel);
}
body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col-"] > .feature-card) {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}
body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col-"] > .feature-card) > [class*="col-"] {
  grid-column: span 4;
}
body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col-"] > .feature-card) > :first-child {
  grid-column: span 8;
}
body[data-site-diff-page="responsible-gaming"] .feature-card {
  min-height: 180px;
  border: 0;
  border-left: 4px solid #22c55e;
  border-radius: 5px 24px 24px 5px;
  background: linear-gradient(120deg, rgba(34, 197, 94, .12), transparent 50%), var(--sd-panel);
}
body[data-site-diff-page="responsible-gaming"] .policy-section {
  position: relative;
  margin: 0;
  padding: 26px 28px 26px 82px;
  border: 0;
  border-bottom: 1px solid var(--sd-line);
  border-radius: 0;
  background: transparent;
  counter-increment: sd-safety;
}
body[data-site-diff-page="responsible-gaming"] main {
  counter-reset: sd-safety;
}
body[data-site-diff-page="responsible-gaming"] .policy-section::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 30px;
  width: 12px;
  height: 12px;
  border: 3px solid #09090b;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 1px rgba(34, 197, 94, .5);
}
body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col-"] > .tool-card) {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}
body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col-"] > .tool-card) > [class*="col-"] {
  grid-column: span 4;
}
body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col-"] > .tool-card) > :first-child,
body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col-"] > .tool-card) > :nth-child(2) {
  grid-column: span 6;
}
body[data-site-diff-page="responsible-gaming"] .tool-card {
  height: 100%;
  border-radius: 24px 6px 24px 6px;
  background: radial-gradient(circle at 100% 0, rgba(34, 197, 94, .13), transparent 44%), var(--sd-panel);
}
body[data-site-diff-page="star-fishing"] .row:has(> [class*="col-"] > .fish-card) {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  counter-reset: sd-catch;
}
body[data-site-diff-page="star-fishing"] .row:has(> [class*="col-"] > .fish-card) > [class*="col-"] {
  counter-increment: sd-catch;
}
body[data-site-diff-page="star-fishing"] .fish-card {
  position: relative;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) auto;
  align-items: center;
  min-height: 106px;
  overflow: hidden;
  padding-right: 28px;
  border-radius: 8px 26px 26px 8px;
  background: linear-gradient(90deg, rgba(14, 165, 233, .14), transparent 45%), var(--sd-panel);
}
body[data-site-diff-page="star-fishing"] .fish-card::before {
  content: counter(sd-catch, decimal-leading-zero);
  position: absolute;
  right: 22px;
  top: 12px;
  color: rgba(56, 189, 248, .2);
  font-size: 2.4rem;
  font-weight: 900;
}
body[data-site-diff-page="star-fishing"] .row:has(> [class*="col-"] > .feature-card) {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}
body[data-site-diff-page="star-fishing"] .row:has(> [class*="col-"] > .feature-card) > [class*="col-"] {
  grid-column: span 4;
}
body[data-site-diff-page="star-fishing"] .row:has(> [class*="col-"] > .feature-card) > :first-child {
  grid-column: span 8;
}
body[data-site-diff-page="star-fishing"] .feature-card {
  min-height: 180px;
  border-radius: 50% 8px 24px 8px / 26px 8px 24px 8px;
  background: radial-gradient(circle at 100% 0, rgba(14, 165, 233, .16), transparent 48%), var(--sd-panel);
}
body[data-site-diff-page="teen-patti-20-20"] .row:has(> [class*="col-"] > .info-card):not(:has(> [class*="col-"] > :not(.info-card))) {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}
body[data-site-diff-page="teen-patti-20-20"] .row:has(> [class*="col-"] > .info-card):not(:has(> [class*="col-"] > :not(.info-card))) > [class*="col-"] {
  grid-column: span 4;
}
body[data-site-diff-page="teen-patti-20-20"] .row:has(> [class*="col-"] > .info-card):not(:has(> [class*="col-"] > :not(.info-card))) > :first-child,
body[data-site-diff-page="teen-patti-20-20"] .row:has(> [class*="col-"] > .info-card):not(:has(> [class*="col-"] > :not(.info-card))) > :nth-child(2) {
  grid-column: span 6;
}
body[data-site-diff-page="teen-patti-20-20"] .info-card {
  position: relative;
  min-height: 180px;
  border: 0;
  border-top: 3px solid #ef4444;
  border-radius: 5px 5px 26px 26px;
  background: radial-gradient(circle at 100% 0, rgba(239, 68, 68, .12), transparent 45%), var(--sd-panel);
}
body[data-site-diff-page="teen-patti-20-20"] .info-card::after {
  content: "♠";
  position: absolute;
  right: 18px;
  top: 8px;
  color: rgba(239, 68, 68, .14);
  font-size: 2.5rem;
  pointer-events: none;
}
@media (hover: hover) {
  body[data-site-diff-page] :is(.adv-card, .feature-card, .value-card, .table-card, .game-card, .fish-card, .info-card, .tip-card, .contact-card, .tool-card):hover {
    border-color: var(--sd-line-strong);
    transform: translateY(-3px);
  }
}
@media (max-width: 991.98px) {
  body[data-site-diff-page] :where(.row:has(> [class*="col-"] > :is(.adv-card, .feature-card, .value-card, .team-card, .table-card, .game-card, .fish-card, .info-card, .tip-card, .step-card, .rg-card, .stat-card, .testimonial-card, .contact-card, .tool-card)):not(:has(> [class*="col-"] > :not(:is(.adv-card, .feature-card, .value-card, .team-card, .table-card, .game-card, .fish-card, .info-card, .tip-card, .step-card, .rg-card, .stat-card, .testimonial-card, .contact-card, .tool-card))))) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body[data-site-diff-page] :where(.row:has(> [class*="col-"] > :is(.adv-card, .feature-card, .value-card, .team-card, .table-card, .game-card, .fish-card, .info-card, .tip-card, .step-card, .rg-card, .stat-card, .testimonial-card, .contact-card, .tool-card)):not(:has(> [class*="col-"] > :not(:is(.adv-card, .feature-card, .value-card, .team-card, .table-card, .game-card, .fish-card, .info-card, .tip-card, .step-card, .rg-card, .stat-card, .testimonial-card, .contact-card, .tool-card))))) > [class*="col-"] {
    grid-column: auto;
    grid-row: auto;
  }
  body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .rg-card) > :first-child,
  body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .table-card) > :first-child,
  body[data-site-diff-page="keno-bonus-number"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > :first-child,
  body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .game-card) > :first-child {
    grid-row: auto;
  }
  body[data-site-diff-page="about-us"] .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 18px;
  }
  body[data-site-diff-page="about-us"] .timeline::before {
    display: none;
  }
  body[data-site-diff-page="about-us"] .timeline-item {
    padding: 24px;
    border: 1px solid var(--sd-line);
  }
  body[data-site-diff-page="about-us"] .timeline-dot {
    position: static;
    margin-bottom: 14px;
  }
  body[data-site-diff-page="game"] .row:has(> [class*="col-"] > .game-card),
  body[data-site-diff-page="star-fishing"] .row:has(> [class*="col-"] > .fish-card),
  body[data-site-diff-page="keno-bonus-number"] .row:has(> [class*="col-"] > .tip-card),
  body[data-site-diff-page="live-game"] .row:has(> [class*="col-"] > .tip-card),
  body[data-site-diff-page="money-coming"] .row:has(> [class*="col-"] > .tip-card),
  body[data-site-diff-page="teen-patti-20-20"] .row:has(> [class*="col-"] > .tip-card) {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 575.98px) {
  body[data-site-diff-page] :where(.row:has(> [class*="col-"] > :is(.adv-card, .feature-card, .value-card, .team-card, .table-card, .game-card, .fish-card, .info-card, .tip-card, .step-card, .rg-card, .stat-card, .testimonial-card, .contact-card, .tool-card)):not(:has(> [class*="col-"] > :not(:is(.adv-card, .feature-card, .value-card, .team-card, .table-card, .game-card, .fish-card, .info-card, .tip-card, .step-card, .rg-card, .stat-card, .testimonial-card, .contact-card, .tool-card))))),
  body[data-site-diff-page="about-us"] .timeline,
  body[data-site-diff-page="privacy-policy"] .toc-list,
  body[data-site-diff-page="terms-conditions"] .toc-list {
    grid-template-columns: minmax(0, 1fr);
  }
  body[data-site-diff-page] :where(.row:has(> [class*="col-"] > :is(.adv-card, .feature-card, .value-card, .team-card, .table-card, .game-card, .fish-card, .info-card, .tip-card, .step-card, .rg-card, .stat-card, .testimonial-card, .contact-card, .tool-card)):not(:has(> [class*="col-"] > :not(:is(.adv-card, .feature-card, .value-card, .team-card, .table-card, .game-card, .fish-card, .info-card, .tip-card, .step-card, .rg-card, .stat-card, .testimonial-card, .contact-card, .tool-card))))) > [class*="col-"] {
    grid-column: auto !important;
    grid-row: auto !important;
    transform: none !important;
  }
  body[data-site-diff-page="home"] .adv-card,
  body[data-site-diff-page="faq"] .feature-card {
    min-height: 0;
    padding: 22px 18px 22px 76px;
  }
  body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .rg-card) > :first-child .rg-card {
    padding: 24px;
    border-right: 0;
  }
  body[data-site-diff-page="astar-live"] .feature-card,
  body[data-site-diff-page="hrg-live"] .feature-card {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 10px 14px;
  }
  body[data-site-diff-page="astar-live"] .feature-card p,
  body[data-site-diff-page="hrg-live"] .feature-card p {
    grid-column: 2;
  }
  body[data-site-diff-page="game"] .game-card,
  body[data-site-diff-page="star-fishing"] .fish-card {
    grid-template-columns: 82px minmax(0, 1fr);
    padding-right: 12px;
  }
  body[data-site-diff-page="game"] .game-card-thumb {
    width: 82px;
  }
  body[data-site-diff-page="privacy-policy"] .policy-section,
  body[data-site-diff-page="terms-conditions"] .terms-section {
    grid-template-columns: 46px minmax(0, 1fr);
    padding-right: 0;
  }
  body[data-site-diff-page="responsible-gaming"] .policy-section {
    padding-left: 62px;
  }
  body[data-site-diff-page="login"] .form-card:has(form),
  body[data-site-diff-page="register"] .form-card:has(form) {
    padding: 26px 22px 26px 30px;
  }
  body[data-site-diff-page="hrg-live"] .testimonialSwiper .swiper-wrapper {
    grid-template-columns: minmax(0, 1fr);
  }
  body[data-site-diff-page="hrg-live"] .testimonialSwiper .swiper-slide:nth-child(even) {
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  body[data-site-diff-page] :is(.adv-card, .feature-card, .value-card, .team-card, .table-card, .game-card, .fish-card, .info-card, .tip-card, .step-card, .rg-card, .stat-card, .testimonial-card, .contact-card, .tool-card),
  body[data-site-diff-page] :is(.adv-card, .feature-card, .value-card, .team-card, .table-card, .game-card, .fish-card, .info-card, .tip-card, .step-card, .rg-card, .stat-card, .testimonial-card, .contact-card, .tool-card)::before,
  body[data-site-diff-page] :is(.adv-card, .feature-card, .value-card, .team-card, .table-card, .game-card, .fish-card, .info-card, .tip-card, .step-card, .rg-card, .stat-card, .testimonial-card, .contact-card, .tool-card)::after {
    transition-duration: .01ms !important;
  }
}
body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .adv-card) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-block: 1px solid var(--sd-line);
}
body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .adv-card) > [class*="col-"] {
  grid-column: auto !important;
}
body[data-site-diff-page="home"] .adv-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 4px 18px;
  min-height: 0;
  padding: 24px;
  border: 0;
  border-bottom: 1px solid var(--sd-line);
  border-left: 1px solid var(--sd-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="home"] .adv-card .adv-icon {
  position: static;
  grid-row: 1 / span 2;
  margin: 0;
}
body[data-site-diff-page="home"] .adv-card :is(h4, h5, h6),
body[data-site-diff-page="home"] .adv-card p {
  grid-column: 2;
  margin-bottom: 0;
}
body[data-site-diff-page="home"] .adv-card::after {
  display: none;
}
body[data-site-diff-page="home"] .step-card {
  border: 0;
  border-left: 3px solid var(--sd-blue);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .rg-card) {
  border: 0;
  border-block: 1px solid var(--sd-line);
  border-radius: 0;
}
body[data-site-diff-page="home"] .rg-card,
body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .rg-card) > :first-child .rg-card {
  border: 0;
  border-bottom: 1px solid var(--sd-line);
  border-left: 1px solid var(--sd-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="about-us"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  margin-inline: 0;
  border-block: 1px solid var(--sd-line);
  counter-reset: about-offer;
}
body[data-site-diff-page="about-us"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > [class*="col-"] {
  width: auto;
  max-width: none;
  padding: 0;
  margin-top: 0;
  counter-increment: about-offer;
}
body[data-site-diff-page="about-us"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 4px 18px;
  align-content: start;
  height: 100%;
  min-height: 0;
  padding: 24px 58px 24px 22px;
  border: 0;
  border-bottom: 1px solid var(--sd-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="about-us"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > :nth-child(odd) .feature-card {
  border-right: 1px solid var(--sd-line);
}
body[data-site-diff-page="about-us"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > :nth-last-child(-n + 2) .feature-card {
  border-bottom: 0;
}
body[data-site-diff-page="about-us"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card::after {
  content: "0" counter(about-offer);
  position: absolute;
  top: 20px;
  right: 18px;
  color: rgba(96, 165, 250, .42);
  font: 700 .78rem/1.2 monospace;
  letter-spacing: .08em;
}
body[data-site-diff-page="about-us"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-icon {
  grid-row: 1 / span 2;
  margin: 0;
  width: 46px;
  height: 46px;
  border: 1px solid var(--sd-line-strong);
  border-radius: 50%;
  background: transparent;
}
body[data-site-diff-page="about-us"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card :is(h5, p) {
  grid-column: 2;
}
@media (hover: hover) {
  body[data-site-diff-page="about-us"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card:hover {
    transform: none;
    background: linear-gradient(90deg, rgba(37, 99, 235, .08), transparent 72%);
  }
}
body[data-site-diff-page="about-us"] .row:has(> [class*="col-"] > .value-card) {
  position: relative;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  border-block: 0;
}
body[data-site-diff-page="about-us"] .row:has(> [class*="col-"] > .value-card) > [class*="col-"] {
  grid-column: 1 !important;
  width: auto;
  max-width: none;
  padding: 0;
  margin-top: 0;
}
body[data-site-diff-page="about-us"] .value-card {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 4px 20px;
  align-items: center;
  min-height: 0;
  padding: 18px 28px;
  border: 0;
  border-bottom: 1px solid var(--sd-line);
  border-left: 3px solid var(--sd-blue);
  border-radius: 0;
  background: linear-gradient(90deg, rgba(37, 99, 235, .08), transparent 70%);
  box-shadow: none;
  text-align: left;
}
body[data-site-diff-page="about-us"] .row:has(> [class*="col-"] > .value-card) > :nth-child(even) .value-card {
  border-left-color: var(--sd-gold);
  background: linear-gradient(90deg, rgba(250, 204, 21, .07), transparent 70%);
}
body[data-site-diff-page="about-us"] .value-card .value-icon {
  grid-row: 1 / span 2;
  width: 46px;
  height: 46px;
  margin: 0;
  border: 1px solid var(--sd-line-strong);
  border-radius: 10px;
  background: rgba(37, 99, 235, .08);
  transform: rotate(45deg);
}
body[data-site-diff-page="about-us"] .row:has(> [class*="col-"] > .value-card) > :nth-child(even) .value-icon {
  border-color: rgba(250, 204, 21, .32);
  background: rgba(250, 204, 21, .06);
}
body[data-site-diff-page="about-us"] .value-card .value-icon i {
  transform: rotate(-45deg);
}
body[data-site-diff-page="about-us"] .value-card :is(h5, p) {
  grid-column: 2;
}
@media (min-width: 992px) {
  body[data-site-diff-page="about-us"] .row:has(> [class*="col-"] > .value-card) > [class*="col-"] {
    grid-column: 1 !important;
    width: auto;
    justify-self: stretch;
  }
  body[data-site-diff-page="about-us"] .row:has(> [class*="col-"] > .value-card) > :nth-child(odd) {
    margin-right: 34%;
  }
  body[data-site-diff-page="about-us"] .row:has(> [class*="col-"] > .value-card) > :nth-child(even) {
    margin-left: 34%;
  }
  body[data-site-diff-page="about-us"] .row:has(> [class*="col-"] > .value-card) > :nth-child(odd) .value-card::after,
  body[data-site-diff-page="about-us"] .row:has(> [class*="col-"] > .value-card) > :nth-child(even) .value-card::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 42px;
    border-top: 1px solid var(--sd-line-strong);
  }
  body[data-site-diff-page="about-us"] .row:has(> [class*="col-"] > .value-card) > :nth-child(odd) .value-card::after {
    right: -42px;
  }
  body[data-site-diff-page="about-us"] .row:has(> [class*="col-"] > .value-card) > :nth-child(even) .value-card::after {
    left: -42px;
    border-color: rgba(250, 204, 21, .3);
  }
}
body[data-site-diff-page="about-us"] .timeline-item {
  min-height: 0;
  padding: 22px 18px 22px 28px;
  border: 0;
  border-left: 3px solid var(--sd-blue);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="about-us"] .timeline-dot {
  left: -8px;
  top: 24px;
}
body[data-site-diff-page="about-us"] .row:has(> [class*="col-"] > .team-card) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
}
body[data-site-diff-page="about-us"] .row:has(> [class*="col-"] > .team-card) > [class*="col-"] {
  grid-column: auto !important;
  transform: none !important;
}
body[data-site-diff-page="about-us"] .team-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 4px 18px;
  align-items: center;
  min-height: 0;
  padding: 22px 0;
  border: 0;
  border-bottom: 1px solid var(--sd-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}
body[data-site-diff-page="about-us"] .team-card .team-avatar {
  grid-row: 1 / span 4;
  margin: 0;
}
body[data-site-diff-page="about-us"] .team-card > *:not(.team-avatar) {
  grid-column: 2;
}
body[data-site-diff-page="app"] .row:has(> [class*="col-"] > .feature-card) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-block: 1px solid var(--sd-line);
}
body[data-site-diff-page="app"] .row:has(> [class*="col-"] > .feature-card) > [class*="col-"] {
  grid-column: auto !important;
}
body[data-site-diff-page="app"] .feature-card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 4px 16px;
  min-height: 0;
  padding: 24px;
  border: 0;
  border-left: 1px solid var(--sd-line);
  border-bottom: 1px solid var(--sd-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="app"] .feature-card .feature-icon {
  grid-row: 1 / span 3;
  margin: 0;
}
body[data-site-diff-page="app"] .feature-card > *:not(.feature-icon) {
  grid-column: 2;
}
body[data-site-diff-page="app"] .step-card {
  border: 0;
  border-left: 3px solid var(--sd-blue);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .table-card),
body[data-site-diff-page="live-game"] .row:has(> [class*="col-"] > .table-card) {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  border-block: 1px solid var(--sd-line);
}
body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .table-card) > [class*="col-"],
body[data-site-diff-page="live-game"] .row:has(> [class*="col-"] > .table-card) > [class*="col-"] {
  grid-column: auto !important;
  grid-row: auto !important;
}
body[data-site-diff-page="astar-live"] .table-card,
body[data-site-diff-page="live-game"] .table-card {
  display: grid;
  grid-template-columns: minmax(190px, .55fr) minmax(0, 1.45fr);
  min-height: 0;
  border: 0;
  border-bottom: 1px solid var(--sd-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="astar-live"] .table-card-header,
body[data-site-diff-page="live-game"] .table-card-header {
  height: 100%;
  border-right: 1px solid var(--sd-line);
  border-radius: 0;
}
body[data-site-diff-page="faq"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))),
body[data-site-diff-page="faq"] .row:has(> [class*="col-"] > .contact-card) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  border-block: 1px solid var(--sd-line);
}
body[data-site-diff-page="faq"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > [class*="col-"],
body[data-site-diff-page="faq"] .row:has(> [class*="col-"] > .contact-card) > [class*="col-"] {
  grid-column: auto !important;
}
body[data-site-diff-page="faq"] .feature-card,
body[data-site-diff-page="faq"] .contact-card {
  min-height: 0;
  padding: 24px 12px 24px 78px;
  border: 0;
  border-bottom: 1px solid var(--sd-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}
body[data-site-diff-page="faq"] .contact-card .contact-icon {
  position: absolute;
  left: 10px;
  top: 22px;
  margin: 0;
}
body[data-site-diff-page="game"] .row:has(> [class*="col-"] > .game-card) {
  gap: 0;
  border-block: 1px solid var(--sd-line);
}
body[data-site-diff-page="game"] .game-card {
  border: 0;
  border-bottom: 1px solid var(--sd-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="game"] .game-card-thumb {
  border-radius: 0;
}
body[data-site-diff-page="game"] .row:has(> [class*="col-"] > .feature-card) {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  border-block: 1px solid var(--sd-line);
}
body[data-site-diff-page="game"] .row:has(> [class*="col-"] > .feature-card) > [class*="col-"] {
  grid-column: auto !important;
}
body[data-site-diff-page="game"] .feature-card {
  display: grid;
  grid-template-columns: 58px minmax(180px, .65fr) minmax(0, 1.35fr);
  gap: 18px;
  align-items: center;
  min-height: 0;
  padding: 20px 10px;
  border: 0;
  border-bottom: 1px solid var(--sd-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="game"] .feature-card .feature-icon {
  margin: 0;
}
body[data-site-diff-page="game"] .feature-card :is(h4, h5, h6, p) {
  margin: 0;
}
body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .game-card) {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  border-block: 1px solid var(--sd-line);
}
body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .game-card) > [class*="col-"] {
  grid-column: auto !important;
  grid-row: auto !important;
}
body[data-site-diff-page="hrg-live"] .game-card {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  min-height: 0;
  border: 0;
  border-bottom: 1px solid var(--sd-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="hrg-live"] .game-card-top {
  height: 100%;
  border-right: 1px solid var(--sd-line);
}
body[data-site-diff-page="hrg-live"] .testimonial-card {
  min-height: 0;
  padding: 24px 26px 24px 34px;
  border: 0;
  border-left: 3px solid var(--sd-gold);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="keno-bonus-number"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--sd-line);
}
body[data-site-diff-page="keno-bonus-number"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > [class*="col-"] {
  grid-column: auto !important;
  grid-row: auto !important;
}
body[data-site-diff-page="keno-bonus-number"] .feature-card {
  min-height: 0;
  padding: 24px;
  border: 0;
  border-right: 1px solid var(--sd-line);
  border-bottom: 1px solid var(--sd-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="login"] .step-card,
body[data-site-diff-page="register"] .step-card {
  border: 0;
  border-left: 3px solid var(--sd-blue);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="register"] .step-card {
  border-left-color: var(--sd-gold);
}
body[data-site-diff-page="login"] .row:has(> [class*="col-"] > .feature-card),
body[data-site-diff-page="register"] .row:has(> [class*="col-"] > .feature-card) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-block: 1px solid var(--sd-line);
}
body[data-site-diff-page="login"] .row:has(> [class*="col-"] > .feature-card) > [class*="col-"],
body[data-site-diff-page="register"] .row:has(> [class*="col-"] > .feature-card) > [class*="col-"] {
  grid-column: auto !important;
}
body[data-site-diff-page="login"] .feature-card,
body[data-site-diff-page="register"] .feature-card {
  min-height: 0;
  padding: 24px;
  border: 0;
  border-left: 1px solid var(--sd-line);
  border-bottom: 1px solid var(--sd-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="money-coming"] .row:has(> [class*="col-"] > .game-card) {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-block: 1px solid var(--sd-line);
}
body[data-site-diff-page="money-coming"] .row:has(> [class*="col-"] > .game-card) > [class*="col-"] {
  grid-column: auto !important;
}
body[data-site-diff-page="money-coming"] .game-card {
  min-height: 0;
  padding: 24px 20px;
  border: 0;
  border-left: 1px solid var(--sd-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="privacy-policy"] .row:has(> [class*="col-"] > .feature-card),
body[data-site-diff-page="terms-conditions"] .row:has(> [class*="col-"] > .feature-card) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-block: 1px solid var(--sd-line);
}
body[data-site-diff-page="privacy-policy"] .row:has(> [class*="col-"] > .feature-card) > [class*="col-"],
body[data-site-diff-page="terms-conditions"] .row:has(> [class*="col-"] > .feature-card) > [class*="col-"] {
  grid-column: auto !important;
}
body[data-site-diff-page="privacy-policy"] .feature-card,
body[data-site-diff-page="terms-conditions"] .feature-card {
  min-height: 0;
  padding: 24px 20px;
  border: 0;
  border-left: 1px solid var(--sd-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="privacy-policy"] .toc-card,
body[data-site-diff-page="terms-conditions"] .toc-card {
  padding: 8px 0 8px 22px;
  border: 0;
  border-left: 3px solid var(--sd-gold);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col-"] > .feature-card) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-block: 1px solid var(--sd-line);
}
body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col-"] > .feature-card) > [class*="col-"] {
  grid-column: auto !important;
}
body[data-site-diff-page="responsible-gaming"] .feature-card {
  min-height: 0;
  padding: 24px 20px;
  border: 0;
  border-left: 1px solid var(--sd-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col-"] > .tool-card) {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  border-block: 1px solid var(--sd-line);
}
body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col-"] > .tool-card) > [class*="col-"] {
  grid-column: auto !important;
}
body[data-site-diff-page="responsible-gaming"] .tool-card {
  display: grid;
  grid-template-columns: 60px minmax(190px, .7fr) minmax(0, 1.3fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 0;
  padding: 20px 10px;
  border: 0;
  border-bottom: 1px solid var(--sd-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="responsible-gaming"] .tool-card .tool-icon {
  margin: 0;
}
body[data-site-diff-page="star-fishing"] .row:has(> [class*="col-"] > .feature-card) {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  border-block: 1px solid var(--sd-line);
}
body[data-site-diff-page="star-fishing"] .row:has(> [class*="col-"] > .feature-card) > [class*="col-"] {
  grid-column: auto !important;
}
body[data-site-diff-page="star-fishing"] .feature-card {
  display: grid;
  grid-template-columns: 58px minmax(210px, .7fr) minmax(0, 1.3fr);
  gap: 18px;
  align-items: center;
  min-height: 0;
  padding: 20px 10px;
  border: 0;
  border-bottom: 1px solid var(--sd-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="star-fishing"] .feature-card .feature-icon,
body[data-site-diff-page="star-fishing"] .feature-card :is(h4, h5, h6, p) {
  margin: 0;
}
body[data-site-diff-page="star-fishing"] .row:has(> [class*="col-"] > .fish-card) {
  gap: 0;
  border-block: 1px solid var(--sd-line);
}
body[data-site-diff-page="star-fishing"] .fish-card {
  border: 0;
  border-bottom: 1px solid var(--sd-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="teen-patti-20-20"] .row:has(> [class*="col-"] > .info-card):not(:has(> [class*="col-"] > :not(.info-card))) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-block: 1px solid var(--sd-line);
}
body[data-site-diff-page="teen-patti-20-20"] .row:has(> [class*="col-"] > .info-card):not(:has(> [class*="col-"] > :not(.info-card))) > [class*="col-"] {
  grid-column: auto !important;
}
body[data-site-diff-page="teen-patti-20-20"] .info-card {
  min-height: 0;
  padding: 24px 20px;
  border: 0;
  border-left: 1px solid var(--sd-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page] .tip-card,
body[data-site-diff-page="astar-live"] .step-card,
body[data-site-diff-page="keno-bonus-number"] .step-card,
body[data-site-diff-page="live-game"] .step-card,
body[data-site-diff-page="money-coming"] .step-card,
body[data-site-diff-page="star-fishing"] .step-card,
body[data-site-diff-page="teen-patti-20-20"] .step-card {
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
@media (max-width: 991.98px) {
  body[data-site-diff-page="about-us"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))),
  body[data-site-diff-page="privacy-policy"] .row:has(> [class*="col-"] > .feature-card),
  body[data-site-diff-page="terms-conditions"] .row:has(> [class*="col-"] > .feature-card),
  body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col-"] > .feature-card),
  body[data-site-diff-page="money-coming"] .row:has(> [class*="col-"] > .game-card),
  body[data-site-diff-page="teen-patti-20-20"] .row:has(> [class*="col-"] > .info-card):not(:has(> [class*="col-"] > :not(.info-card))) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .adv-card),
  body[data-site-diff-page="about-us"] .row:has(> [class*="col-"] > :is(.feature-card, .value-card, .team-card)):not(:has(> [class*="col-"] > :not(:is(.feature-card, .value-card, .team-card)))),
  body[data-site-diff-page="app"] .row:has(> [class*="col-"] > .feature-card),
  body[data-site-diff-page="faq"] .row:has(> [class*="col-"] > :is(.feature-card, .contact-card)):not(:has(> [class*="col-"] > :not(:is(.feature-card, .contact-card)))),
  body[data-site-diff-page="keno-bonus-number"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))),
  body[data-site-diff-page="login"] .row:has(> [class*="col-"] > .feature-card),
  body[data-site-diff-page="register"] .row:has(> [class*="col-"] > .feature-card),
  body[data-site-diff-page="privacy-policy"] .row:has(> [class*="col-"] > .feature-card),
  body[data-site-diff-page="terms-conditions"] .row:has(> [class*="col-"] > .feature-card),
  body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col-"] > .feature-card),
  body[data-site-diff-page="money-coming"] .row:has(> [class*="col-"] > .game-card),
  body[data-site-diff-page="teen-patti-20-20"] .row:has(> [class*="col-"] > .info-card):not(:has(> [class*="col-"] > :not(.info-card))) {
    grid-template-columns: minmax(0, 1fr);
  }
  body[data-site-diff-page="about-us"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > [class*="col-"] .feature-card {
    padding: 22px 42px 22px 4px;
    border-right: 0;
    border-bottom: 1px solid var(--sd-line);
  }
  body[data-site-diff-page="about-us"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > :last-child .feature-card {
    border-bottom: 0;
  }
  body[data-site-diff-page="app"] .row:has(> [class*="col-"] > .step-card) {
    grid-template-columns: minmax(0, 1fr);
  }
  body[data-site-diff-page="app"] .row:has(> [class*="col-"] > .step-card) > [class*="col-"] {
    grid-column: 1 !important;
  }
  body[data-site-diff-page="astar-live"] .table-card,
  body[data-site-diff-page="live-game"] .table-card,
  body[data-site-diff-page="hrg-live"] .game-card {
    display: block;
  }
  body[data-site-diff-page="astar-live"] .table-card-header,
  body[data-site-diff-page="live-game"] .table-card-header,
  body[data-site-diff-page="hrg-live"] .game-card-top {
    border-right: 0;
    border-bottom: 1px solid var(--sd-line);
  }
  body[data-site-diff-page="game"] .feature-card,
  body[data-site-diff-page="star-fishing"] .feature-card,
  body[data-site-diff-page="responsible-gaming"] .tool-card {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 8px 14px;
  }
  body[data-site-diff-page="game"] .feature-card p,
  body[data-site-diff-page="star-fishing"] .feature-card p,
  body[data-site-diff-page="responsible-gaming"] .tool-card > *:not(.tool-icon) {
    grid-column: 2;
  }
  body[data-site-diff-page="home"] .adv-card {
    padding: 20px 10px;
  }
  body[data-site-diff-page="faq"] .feature-card,
  body[data-site-diff-page="faq"] .contact-card {
    padding: 22px 8px 22px 72px;
  }
}
body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .rg-card) {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0;
  border-block: 1px solid var(--sd-line);
}
body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .rg-card) > [class*="col-"] {
  grid-column: 1 !important;
  width: auto;
  max-width: none;
  padding: 0;
  margin-top: 0;
}
body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .rg-card) .rg-card {
  display: grid !important;
  grid-template-columns: 58px minmax(170px, .28fr) minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 0;
  padding: 18px 20px;
  border: 0;
  border-bottom: 1px solid var(--sd-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}
body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .rg-card) > :last-child .rg-card {
  border-bottom: 0;
}
body[data-site-diff-page="home"] .rg-card .rg-icon {
  grid-column: 1;
  margin: 0;
  text-align: center;
}
body[data-site-diff-page="home"] .rg-card h6 {
  grid-column: 2;
  margin: 0;
}
body[data-site-diff-page="home"] .rg-card p {
  grid-column: 3;
}
body[data-site-diff-page="keno-bonus-number"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  counter-reset: keno-reason;
  border-block: 1px solid var(--sd-line);
}
body[data-site-diff-page="keno-bonus-number"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > [class*="col-"] {
  counter-increment: keno-reason;
  margin-top: 0;
}
body[data-site-diff-page="keno-bonus-number"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 4px 16px;
  align-content: start;
  height: 100%;
  min-height: 0;
  padding: 22px 52px 22px 20px;
  border: 0;
  border-right: 1px solid var(--sd-line);
  border-bottom: 1px solid var(--sd-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="keno-bonus-number"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card::after {
  content: "0" counter(keno-reason);
  position: absolute;
  top: 18px;
  right: 16px;
  color: rgba(250, 204, 21, .48);
  font: 700 .75rem/1.2 monospace;
}
body[data-site-diff-page="keno-bonus-number"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-icon {
  grid-row: 1 / span 2;
  width: 44px;
  height: 44px;
  margin: 0;
  border: 1px solid var(--sd-line-strong);
  border-radius: 50%;
  background: transparent;
}
body[data-site-diff-page="keno-bonus-number"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card :is(h5, p) {
  grid-column: 2;
}
body[data-site-diff-page="login"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  border-block: 1px solid var(--sd-line);
}
body[data-site-diff-page="login"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > [class*="col-"] {
  grid-column: 1 !important;
  margin-top: 0;
}
body[data-site-diff-page="login"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card {
  display: grid;
  grid-template-columns: 48px minmax(190px, .28fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  height: auto;
  min-height: 0;
  padding: 17px 18px;
  border: 0;
  border-bottom: 1px dashed var(--sd-line-strong);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}
body[data-site-diff-page="login"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > :last-child .feature-card {
  border-bottom: 0;
}
body[data-site-diff-page="login"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-icon {
  width: 42px;
  height: 42px;
  margin: 0;
  border-radius: 8px;
}
body[data-site-diff-page="login"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card h5 {
  grid-column: 2;
  margin: 0;
}
body[data-site-diff-page="login"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card p {
  grid-column: 3;
}
body[data-site-diff-page="register"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-block: 1px solid var(--sd-line);
}
body[data-site-diff-page="register"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 4px 16px;
  height: 100%;
  min-height: 0;
  padding: 22px;
  border: 0;
  border-right: 1px solid var(--sd-line);
  border-bottom: 1px solid var(--sd-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}
body[data-site-diff-page="register"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-icon {
  grid-row: 1 / span 2;
  width: 42px;
  height: 42px;
  margin: 0;
  border: 1px solid rgba(250, 204, 21, .28);
  border-radius: 50%;
  background: transparent;
}
body[data-site-diff-page="register"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card :is(h5, p) {
  grid-column: 2;
}
body[data-site-diff-page="register"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > :nth-child(even) .feature-card {
  grid-template-columns: minmax(0, 1fr) 46px;
  text-align: right;
}
body[data-site-diff-page="register"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > :nth-child(even) .feature-icon {
  grid-column: 2;
}
body[data-site-diff-page="register"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > :nth-child(even) .feature-card :is(h5, p) {
  grid-column: 1;
}
body[data-site-diff-page="privacy-policy"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-block: 1px solid var(--sd-line);
}
body[data-site-diff-page="privacy-policy"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > :first-child,
body[data-site-diff-page="privacy-policy"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > :last-child {
  grid-column: 1 / -1 !important;
}
body[data-site-diff-page="privacy-policy"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 4px 16px;
  height: 100%;
  min-height: 0;
  padding: 22px 24px;
  border: 0;
  border-bottom: 1px solid var(--sd-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="privacy-policy"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > :nth-child(2) .feature-card,
body[data-site-diff-page="privacy-policy"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > :nth-child(4) .feature-card {
  border-right: 1px solid var(--sd-line);
}
body[data-site-diff-page="privacy-policy"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > :last-child .feature-card {
  border-bottom: 0;
}
body[data-site-diff-page="privacy-policy"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-icon {
  grid-row: 1 / span 2;
  width: 44px;
  height: 44px;
  margin: 0;
  border-radius: 50%;
  background: rgba(37, 99, 235, .08);
}
body[data-site-diff-page="privacy-policy"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card :is(h5, p) {
  grid-column: 2;
}
body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) {
  position: relative;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  padding-left: 66px;
}
body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card)))::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 22px;
  bottom: 22px;
  width: 1px;
  background: linear-gradient(#22c55e, rgba(34, 197, 94, .12));
}
body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > [class*="col-"] {
  grid-column: 1 !important;
  margin-top: 0;
}
body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(180px, .3fr) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  height: auto;
  min-height: 0;
  padding: 20px 0 20px 24px;
  border: 0;
  border-bottom: 1px solid var(--sd-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > :last-child .feature-card {
  border-bottom: 0;
}
body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-icon {
  position: absolute;
  left: -64px;
  top: 50%;
  width: 48px;
  height: 48px;
  margin: -24px 0 0;
  border: 1px solid rgba(34, 197, 94, .36);
  border-radius: 50%;
  background: #0d1410;
  z-index: 1;
}
body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card h5 {
  grid-column: 1;
  margin: 0;
}
body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card p {
  grid-column: 2;
}
body[data-site-diff-page="terms-conditions"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  counter-reset: terms-scope;
  border-block: 1px solid var(--sd-line);
}
body[data-site-diff-page="terms-conditions"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > [class*="col-"] {
  grid-column: 1 !important;
  counter-increment: terms-scope;
  margin-top: 0;
}
body[data-site-diff-page="terms-conditions"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card {
  display: grid;
  grid-template-columns: 36px 44px minmax(210px, .34fr) minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  height: auto;
  min-height: 0;
  padding: 17px 18px;
  border: 0;
  border-bottom: 1px solid var(--sd-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}
body[data-site-diff-page="terms-conditions"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > :last-child .feature-card {
  border-bottom: 0;
}
body[data-site-diff-page="terms-conditions"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card::before {
  content: "0" counter(terms-scope);
  grid-column: 1;
  color: rgba(96, 165, 250, .48);
  font: 700 .76rem/1.2 monospace;
}
body[data-site-diff-page="terms-conditions"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-icon {
  grid-column: 2;
  width: 40px;
  height: 40px;
  margin: 0;
  border: 1px solid var(--sd-line-strong);
  border-radius: 6px;
  background: transparent;
}
body[data-site-diff-page="terms-conditions"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card h5 {
  grid-column: 3;
  margin: 0;
}
body[data-site-diff-page="terms-conditions"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card p {
  grid-column: 4;
}
@media (hover: hover) {
  body[data-site-diff-page="home"] .rg-card:hover,
  body[data-site-diff-page="keno-bonus-number"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card:hover,
  body[data-site-diff-page="login"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card:hover,
  body[data-site-diff-page="register"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card:hover,
  body[data-site-diff-page="privacy-policy"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card:hover,
  body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card:hover,
  body[data-site-diff-page="terms-conditions"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card:hover {
    transform: none;
  }
}
@media (max-width: 767.98px) {
  body[data-site-diff-page="keno-bonus-number"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))),
  body[data-site-diff-page="register"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))),
  body[data-site-diff-page="privacy-policy"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) {
    grid-template-columns: minmax(0, 1fr);
  }
  body[data-site-diff-page="keno-bonus-number"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card,
  body[data-site-diff-page="register"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card,
  body[data-site-diff-page="privacy-policy"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card {
    border-right: 0;
  }
  body[data-site-diff-page="register"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > :nth-child(even) .feature-card {
    grid-template-columns: 46px minmax(0, 1fr);
    text-align: left;
  }
  body[data-site-diff-page="register"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > :nth-child(even) .feature-icon {
    grid-column: 1;
  }
  body[data-site-diff-page="register"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > :nth-child(even) .feature-card :is(h5, p) {
    grid-column: 2;
  }
  body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .rg-card) .rg-card,
  body[data-site-diff-page="login"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card,
  body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 6px 14px;
  }
  body[data-site-diff-page="home"] .rg-card h6,
  body[data-site-diff-page="home"] .rg-card p,
  body[data-site-diff-page="login"] .feature-card h5,
  body[data-site-diff-page="login"] .feature-card p {
    grid-column: 2 !important;
  }
  body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card {
    display: block;
  }
  body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card p {
    margin-top: 6px;
  }
  body[data-site-diff-page="terms-conditions"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card {
    grid-template-columns: 32px 40px minmax(0, 1fr);
    gap: 8px 12px;
    padding-inline: 8px;
  }
  body[data-site-diff-page="terms-conditions"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card h5 {
    grid-column: 3;
  }
  body[data-site-diff-page="terms-conditions"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card p {
    grid-column: 2 / -1;
    margin-top: 4px;
  }
}
body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col-"] > .tool-card) {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0;
  border-block: 1px solid rgba(34, 197, 94, .24);
}
body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col-"] > .tool-card) > [class*="col-"] {
  grid-column: 1 !important;
  margin-top: 0;
}
body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col-"] > .tool-card) .tool-card {
  display: grid;
  grid-template-columns: 50px minmax(210px, .3fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 0;
  height: auto;
  padding: 18px 20px;
  border: 0;
  border-bottom: 1px dashed rgba(34, 197, 94, .22);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col-"] > .tool-card) > :last-child .tool-card {
  border-bottom: 0;
}
body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col-"] > .tool-card) .tool-icon {
  width: 44px;
  height: 44px;
  margin: 0;
  border: 1px solid rgba(34, 197, 94, .36);
  border-radius: 50%;
  background: transparent;
}
body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col-"] > .tool-card) .tool-card h5 {
  grid-column: 2;
}
body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col-"] > .tool-card) .tool-card p {
  grid-column: 3;
}
@media (max-width: 767.98px) {
  body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col-"] > .tool-card) .tool-card {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 6px 12px;
    padding-inline: 8px;
  }
  body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col-"] > .tool-card) .tool-card :is(h5, p) {
    grid-column: 2;
  }
}
body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0;
  border-block: 1px solid var(--sd-line);
}
body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > [class*="col-"] {
  grid-column: 1 !important;
  margin-top: 0;
}
body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card {
  display: grid;
  grid-template-columns: 52px minmax(190px, .3fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 0;
  height: auto;
  padding: 18px 20px;
  border: 0;
  border-bottom: 1px dashed var(--sd-line-strong);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > :last-child .feature-card {
  border-bottom: 0;
}
body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-icon {
  width: 44px;
  height: 44px;
  margin: 0;
  border-radius: 50%;
}
body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card h5 {
  grid-column: 2;
}
body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card p {
  grid-column: 3;
}
body[data-site-diff-page="game"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-block: 1px solid var(--sd-line);
}
body[data-site-diff-page="game"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 6px 14px;
  align-content: start;
  min-height: 0;
  height: 100%;
  padding: 22px 20px;
  border: 0;
  border-right: 1px solid var(--sd-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="game"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-icon {
  grid-row: 1 / span 2;
  width: 42px;
  height: 42px;
  margin: 0;
}
body[data-site-diff-page="game"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card :is(h5, p) {
  grid-column: 2;
}
body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-block: 1px solid var(--sd-line);
}
body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 6px 16px;
  align-content: start;
  min-height: 0;
  height: 100%;
  padding: 22px;
  border: 0;
  border-right: 1px solid var(--sd-line);
  border-bottom: 1px solid var(--sd-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-icon {
  grid-row: 1 / span 2;
  width: 42px;
  height: 42px;
  margin: 0;
  border: 1px solid rgba(250, 204, 21, .25);
  border-radius: 50%;
  background: transparent;
}
body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card :is(h5, p) {
  grid-column: 2;
}
body[data-site-diff-page="star-fishing"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0;
  border-block: 1px solid var(--sd-line);
}
body[data-site-diff-page="star-fishing"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > [class*="col-"] {
  grid-column: 1 !important;
  margin-top: 0;
}
body[data-site-diff-page="star-fishing"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card {
  display: grid;
  grid-template-columns: 48px minmax(210px, .31fr) minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 0;
  height: auto;
  padding: 17px 20px;
  border: 0;
  border-bottom: 1px solid var(--sd-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="star-fishing"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > :last-child .feature-card {
  border-bottom: 0;
}
body[data-site-diff-page="star-fishing"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-icon {
  width: 42px;
  height: 42px;
  margin: 0;
  border-radius: 8px;
}
body[data-site-diff-page="star-fishing"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card h5 {
  grid-column: 2;
}
body[data-site-diff-page="star-fishing"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card p {
  grid-column: 3;
}
@media (max-width: 767.98px) {
  body[data-site-diff-page="game"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))),
  body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) {
    grid-template-columns: minmax(0, 1fr);
  }
  body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card,
  body[data-site-diff-page="star-fishing"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 6px 12px;
  }
  body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card :is(h5, p),
  body[data-site-diff-page="star-fishing"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card :is(h5, p) {
    grid-column: 2;
  }
  body[data-site-diff-page="game"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card,
  body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card {
    border-right: 0;
    border-bottom: 1px solid var(--sd-line);
  }
}
body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .adv-card) {
  position: relative;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 56px;
  padding-block: 10px;
  border: 0;
}
body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .adv-card)::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 50%;
  width: 1px;
  background: linear-gradient(transparent, rgba(37, 99, 235, .72) 12%, rgba(37, 99, 235, .32) 88%, transparent);
  transform: translateX(-.5px);
  pointer-events: none;
}
body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .adv-card) > [class*="col-"] {
  grid-column: auto !important;
  width: auto;
  max-width: none;
  padding: 0;
  margin-top: 0;
}
body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .adv-card) .adv-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 52px;
  gap: 5px 16px;
  align-content: center;
  min-height: 126px;
  height: 100%;
  padding: 19px 0 19px 22px;
  border: 0;
  border-bottom: 1px solid var(--sd-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: right;
  overflow: visible;
}
body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .adv-card) > :nth-child(even) .adv-card {
  grid-template-columns: 52px minmax(0, 1fr);
  padding-inline: 0 22px;
  text-align: left;
}
body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .adv-card) > :nth-last-child(-n + 2) .adv-card {
  border-bottom: 0;
}
body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .adv-card) .adv-icon {
  position: static;
  grid-column: 2;
  grid-row: 1 / span 2;
  width: 46px;
  height: 46px;
  margin: 0;
  border: 1px solid rgba(37, 99, 235, .36);
  border-radius: 50%;
  background: rgba(37, 99, 235, .08);
}
body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .adv-card) .adv-card :is(h4, h5, h6),
body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .adv-card) .adv-card p {
  grid-column: 1;
  margin-bottom: 0;
}
body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .adv-card) > :nth-child(even) .adv-icon {
  grid-column: 1;
}
body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .adv-card) > :nth-child(even) .adv-card :is(h4, h5, h6),
body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .adv-card) > :nth-child(even) .adv-card p {
  grid-column: 2;
}
body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .adv-card) .adv-card::after {
  display: none;
}
body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .step-card) {
  position: relative;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0;
  padding-top: 4px;
}
body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .step-card)::before {
  content: "";
  position: absolute;
  top: 29px;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  background: linear-gradient(90deg, #2563eb, #60a5fa 66%, #facc15);
  opacity: .82;
  pointer-events: none;
}
body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .step-card) > [class*="col-"],
body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .step-card) > :first-child {
  grid-column: auto !important;
  width: auto;
  max-width: none;
  padding: 0;
  margin-top: 0;
}
body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .step-card) .step-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 250px;
  height: 100%;
  padding: 78px 22px 24px;
  border: 0;
  border-right: 1px solid var(--sd-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}
body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .step-card) > :last-child .step-card {
  border-right: 0;
}
body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .step-card) .step-num {
  position: absolute;
  top: 4px;
  left: 50%;
  z-index: 1;
  width: 52px;
  height: 52px;
  margin: 0;
  border: 5px solid #09090b;
  transform: translateX(-50%);
}
body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .step-card) .step-card p {
  flex: 1;
}
body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .rg-card) .rg-card,
body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .rg-card) > :first-child .rg-card {
  border-left: 0 !important;
  border-right: 0 !important;
}
@media (max-width: 767.98px) {
  body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .adv-card) {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0;
    padding-left: 58px;
  }
  body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .adv-card)::before {
    top: 18px;
    bottom: 18px;
    left: 24px;
    transform: none;
  }
  body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .adv-card) .adv-card,
  body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .adv-card) > :nth-child(even) .adv-card {
    grid-template-columns: 48px minmax(0, 1fr);
    min-height: 0;
    padding: 18px 4px;
    text-align: left;
  }
  body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .adv-card) .adv-icon,
  body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .adv-card) > :nth-child(even) .adv-icon {
    grid-column: 1;
  }
  body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .adv-card) .adv-card :is(h4, h5, h6),
  body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .adv-card) .adv-card p,
  body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .adv-card) > :nth-child(even) .adv-card :is(h4, h5, h6),
  body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .adv-card) > :nth-child(even) .adv-card p {
    grid-column: 2;
  }
  body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .adv-card) > :nth-last-child(2) .adv-card {
    border-bottom: 1px solid var(--sd-line);
  }
  body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .step-card) {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0;
    padding: 0 0 0 58px;
  }
  body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .step-card)::before {
    top: 26px;
    bottom: 26px;
    left: 25px;
    right: auto;
    width: 2px;
    height: auto;
    background: linear-gradient(#2563eb, #60a5fa 66%, #facc15);
  }
  body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .step-card) .step-card {
    display: block;
    min-height: 0;
    padding: 20px 6px 24px;
    border-right: 0;
    border-bottom: 1px solid var(--sd-line);
    text-align: left;
  }
  body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .step-card) > :last-child .step-card {
    border-bottom: 0;
  }
  body[data-site-diff-page="home"] .row:has(> [class*="col-"] > .step-card) .step-num {
    top: 14px;
    left: -58px;
    transform: none;
  }
}
body[data-site-diff-page="home"] .compare-table {
  overflow: hidden;
  border: 1px solid rgba(96, 165, 250, .28);
  border-radius: 14px;
  background: #0f1420;
  box-shadow: 0 22px 54px rgba(0, 0, 0, .24);
}
body[data-site-diff-page="home"] .compare-table table {
  --bs-table-bg: transparent;
  --bs-table-color: #d6d9e0;
  --bs-table-border-color: rgba(148, 163, 184, .16);
  margin: 0;
  color: #d6d9e0;
  background: transparent !important;
}
body[data-site-diff-page="home"] .compare-table :is(thead, tbody, tr, th, td) {
  background-color: transparent !important;
  box-shadow: none !important;
}
body[data-site-diff-page="home"] .compare-table thead th {
  padding: 18px 20px;
  border: 0;
  border-bottom: 1px solid rgba(96, 165, 250, .32);
  color: #f8fafc;
  background: #182238 !important;
}
body[data-site-diff-page="home"] .compare-table thead th:nth-child(2) {
  color: #93c5fd;
  background: rgba(37, 99, 235, .22) !important;
}
body[data-site-diff-page="home"] .compare-table thead th:nth-child(3) {
  color: #fca5a5;
  background: rgba(127, 29, 29, .18) !important;
}
body[data-site-diff-page="home"] .compare-table tbody td {
  padding: 15px 20px;
  border: 0;
  border-bottom: 1px solid rgba(148, 163, 184, .13);
  color: #c8ced9;
  background: #101621 !important;
}
body[data-site-diff-page="home"] .compare-table tbody tr:last-child td {
  border-bottom: 0;
}
body[data-site-diff-page="home"] .compare-table tbody td:first-child {
  color: #f1f5f9;
  font-weight: 600;
}
body[data-site-diff-page="home"] .compare-table tbody td:nth-child(2) {
  color: #dbeafe;
  background: rgba(37, 99, 235, .075) !important;
}
body[data-site-diff-page="home"] .compare-table tbody td:nth-child(3) {
  color: #d1d5db;
  background: rgba(127, 29, 29, .045) !important;
}
body[data-site-diff-page="home"] .compare-table tbody tr:hover td {
  background-color: rgba(96, 165, 250, .085) !important;
}
body[data-site-diff-page="home"] .compare-table .check {
  color: #22c55e;
}
body[data-site-diff-page="home"] .compare-table .cross {
  color: #fb7185;
}
@media (max-width: 575.98px) {
  body[data-site-diff-page="home"] .compare-table thead th,
  body[data-site-diff-page="home"] .compare-table tbody td {
    padding: 12px 10px;
    font-size: .78rem;
  }
}
body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .table-card) {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0 !important;
  width: 100%;
  margin-inline: 0;
  border-block: 1px solid var(--sd-line);
}
body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .table-card) > [class*="col-"] {
  grid-column: 1 !important;
  grid-row: auto !important;
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
  padding: 0;
  margin-top: 0;
}
body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .table-card) .table-card {
  display: grid !important;
  grid-template-columns: 96px minmax(0, 1fr) !important;
  align-items: stretch;
  min-height: 118px;
  height: auto;
  overflow: visible;
  border: 0;
  border-bottom: 1px solid var(--sd-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .table-card) > :last-child .table-card {
  border-bottom: 0;
}
body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .table-card) .table-card-header {
  display: grid;
  place-items: center;
  width: auto;
  height: auto;
  min-height: 100%;
  padding: 18px 12px;
  border: 0;
  border-right: 1px solid rgba(96, 165, 250, .28);
  background: linear-gradient(145deg, rgba(37, 99, 235, .28), rgba(30, 58, 138, .08));
}
body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .table-card) .table-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(96, 165, 250, .36);
  border-radius: 50%;
  background: rgba(8, 15, 30, .7);
  font-size: 1.75rem;
}
body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .table-card) .table-card-body {
  display: grid;
  grid-template-columns: minmax(190px, .28fr) minmax(0, 1fr) 118px;
  gap: 22px;
  align-items: center;
  min-width: 0;
  padding: 20px 22px;
}
body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .table-card) .table-card-body > .d-flex {
  grid-column: 1;
  gap: 10px;
  margin-bottom: 0 !important;
}
body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .table-card) .table-card-body h5 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.3;
}
body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .table-card) .table-card-body p {
  grid-column: 2;
  min-width: 0;
  margin: 0;
  color: #b7bfce;
  line-height: 1.65;
}
body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .table-card) .table-card-body > .btn {
  grid-column: 3;
  width: 118px !important;
  min-height: 44px;
  margin: 0;
  justify-self: end;
}
body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .table-card) .badge-live {
  flex: 0 0 auto;
  white-space: nowrap;
}
@media (hover: hover) {
  body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .table-card) .table-card:hover {
    transform: none;
    background: rgba(37, 99, 235, .045);
  }
}
@media (max-width: 767.98px) {
  body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .table-card) .table-card {
    grid-template-columns: 70px minmax(0, 1fr) !important;
  }
  body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .table-card) .table-card-header {
    padding-inline: 8px;
  }
  body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .table-card) .table-icon {
    width: 44px;
    height: 44px;
    font-size: 1.4rem;
  }
  body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .table-card) .table-card-body {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    padding: 17px 14px;
  }
  body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .table-card) .table-card-body > .d-flex,
  body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .table-card) .table-card-body p,
  body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .table-card) .table-card-body > .btn {
    grid-column: 1;
  }
  body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .table-card) .table-card-body > .btn {
    width: auto !important;
    justify-self: stretch;
  }
}
body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .step-card) {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0 !important;
  width: 100%;
  padding-left: 78px;
  margin-inline: 0;
}
body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .step-card)::before {
  content: "";
  position: absolute;
  top: 26px;
  bottom: 26px;
  left: 31px;
  width: 2px;
  background: linear-gradient(#2563eb, #60a5fa 58%, #facc15);
}
body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .step-card) > [class*="col-"] {
  grid-column: 1 !important;
  grid-row: auto !important;
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
  padding: 0;
  margin-top: 0;
}
body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .step-card) .step-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(210px, .28fr) minmax(0, 1fr) 142px;
  gap: 24px;
  align-items: center;
  min-height: 112px;
  height: auto;
  padding: 22px 0 22px 20px;
  border: 0;
  border-bottom: 1px solid var(--sd-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}
body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .step-card) > :last-child .step-card {
  border-bottom: 0;
}
body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .step-card) .step-num {
  position: absolute;
  top: 50%;
  left: -68px;
  z-index: 1;
  width: 48px;
  height: 48px;
  margin: -24px 0 0;
  border: 5px solid #09090b;
  transform: none;
  box-shadow: 0 0 0 1px rgba(96, 165, 250, .5);
}
body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .step-card) .step-card h5 {
  grid-column: 1;
  margin: 0;
}
body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .step-card) .step-card p {
  grid-column: 2;
  margin: 0;
  line-height: 1.65;
}
body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .step-card) .step-card > .btn {
  grid-column: 3;
  width: 142px;
  min-height: 42px;
  margin: 0 !important;
  justify-self: end;
}
@media (hover: hover) {
  body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .step-card) .step-card:hover {
    transform: none;
    background: linear-gradient(90deg, rgba(37, 99, 235, .055), transparent 62%);
  }
}
@media (max-width: 767.98px) {
  body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .step-card) {
    padding-left: 62px;
  }
  body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .step-card)::before {
    left: 23px;
  }
  body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .step-card) .step-card {
    display: block;
    min-height: 0;
    padding: 20px 4px 22px;
  }
  body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .step-card) .step-num {
    top: 20px;
    left: -62px;
    width: 46px;
    height: 46px;
    margin: 0;
  }
  body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .step-card) .step-card p {
    margin-top: 8px;
  }
  body[data-site-diff-page="astar-live"] .row:has(> [class*="col-"] > .step-card) .step-card > .btn {
    width: auto;
    margin-top: 14px !important;
    justify-self: stretch;
  }
}
body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .game-card) {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 !important;
  width: 100%;
  margin-inline: 0;
  border-block: 1px solid var(--sd-line);
}
body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .game-card) > [class*="col-"] {
  grid-column: auto !important;
  grid-row: auto !important;
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
  padding: 0;
  margin-top: 0;
}
body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .game-card) .game-card {
  display: grid !important;
  grid-template-columns: 84px minmax(0, 1fr) !important;
  align-items: stretch;
  min-height: 184px;
  height: 100%;
  overflow: visible;
  border: 0;
  border-right: 1px solid var(--sd-line);
  border-bottom: 1px solid var(--sd-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .game-card) > :nth-child(even) .game-card {
  border-right: 0;
}
body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .game-card) > :nth-last-child(-n + 2) .game-card {
  border-bottom: 0;
}
body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .game-card) .game-card-top {
  display: grid;
  place-items: center;
  width: auto;
  height: auto;
  min-height: 100%;
  padding: 16px 10px;
  border: 0;
  border-right: 1px solid rgba(250, 204, 21, .2);
  background: linear-gradient(155deg, rgba(37, 99, 235, .26), rgba(250, 204, 21, .055));
}
body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .game-card) .game-emoji {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(250, 204, 21, .27);
  border-radius: 12px;
  background: rgba(8, 12, 22, .72);
  font-size: 1.75rem;
}
body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .game-card) .game-card-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px;
  gap: 14px 18px;
  align-content: center;
  min-width: 0;
  padding: 20px;
}
body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .game-card) .game-card-body > .d-flex {
  grid-column: 1 / -1;
  gap: 12px;
  margin-bottom: 0 !important;
}
body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .game-card) .game-card-body h5 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.3;
}
body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .game-card) .game-card-body p {
  grid-column: 1;
  min-width: 0;
  margin: 0;
  color: #b7bfce;
  line-height: 1.6;
}
body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .game-card) .game-card-body > .btn {
  grid-column: 2;
  width: 112px !important;
  min-height: 44px;
  margin: 0;
  align-self: end;
  justify-self: end;
}
body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .game-card) .badge-live {
  flex: 0 0 auto;
  white-space: nowrap;
}
@media (hover: hover) {
  body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .game-card) .game-card:hover {
    transform: none;
    background: linear-gradient(110deg, rgba(37, 99, 235, .045), rgba(250, 204, 21, .025));
  }
}
@media (max-width: 767.98px) {
  body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .game-card) {
    grid-template-columns: minmax(0, 1fr) !important;
  }
  body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .game-card) .game-card {
    grid-template-columns: 70px minmax(0, 1fr) !important;
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--sd-line);
  }
  body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .game-card) > :nth-last-child(2) .game-card {
    border-bottom: 1px solid var(--sd-line);
  }
  body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .game-card) .game-card-body {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    padding: 17px 14px;
  }
  body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .game-card) .game-card-body > .d-flex,
  body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .game-card) .game-card-body p,
  body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .game-card) .game-card-body > .btn {
    grid-column: 1;
  }
  body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .game-card) .game-card-body > .btn {
    width: auto !important;
    justify-self: stretch;
  }
}
body[data-site-diff-page] table.table {
  --bs-table-bg: transparent;
  --bs-table-color: #d1d7e2;
  --bs-table-border-color: rgba(148, 163, 184, .16);
  --bs-table-striped-bg: rgba(255, 255, 255, .018);
  --bs-table-hover-bg: rgba(37, 99, 235, .07);
  color: #d1d7e2;
  background: transparent !important;
}
body[data-site-diff-page] table.table > :not(caption) > * > * {
  color: inherit;
  background-color: transparent !important;
  box-shadow: none !important;
}
body[data-site-diff-page="hrg-live"] .compare-table {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(37, 99, 235, .085), transparent 44%),
    #0d121c;
  border: 1px solid rgba(96, 165, 250, .24);
  border-radius: 16px;
  box-shadow: 0 24px 65px rgba(0, 0, 0, .22);
}
body[data-site-diff-page="hrg-live"] .compare-table table {
  --bs-table-bg: transparent;
  --bs-table-color: #cbd3df;
  --bs-table-border-color: rgba(148, 163, 184, .14);
  table-layout: fixed;
  margin: 0;
  background: transparent !important;
}
body[data-site-diff-page="hrg-live"] .compare-table :is(thead, tbody, tr, th, td) {
  background-color: transparent !important;
  box-shadow: none !important;
}
body[data-site-diff-page="hrg-live"] .compare-table thead th {
  padding: 17px 20px;
  color: #f8fafc;
  background: #172136 !important;
  border: 0;
  border-bottom: 1px solid rgba(148, 163, 184, .2);
}
body[data-site-diff-page="hrg-live"] .compare-table thead th:first-child {
  width: 48%;
  color: #aeb8c8;
}
body[data-site-diff-page="hrg-live"] .compare-table thead th:nth-child(2) {
  color: #93c5fd;
  background: rgba(37, 99, 235, .2) !important;
}
body[data-site-diff-page="hrg-live"] .compare-table thead th:nth-child(3) {
  color: #cbd5e1;
  background: rgba(71, 85, 105, .2) !important;
}
body[data-site-diff-page="hrg-live"] .compare-table tbody td {
  padding: 15px 20px;
  color: #aeb7c5;
  background: rgba(9, 14, 23, .58) !important;
  border: 0;
  border-bottom: 1px solid rgba(148, 163, 184, .12);
}
body[data-site-diff-page="hrg-live"] .compare-table tbody tr:nth-child(even) td {
  background: rgba(16, 23, 36, .72) !important;
}
body[data-site-diff-page="hrg-live"] .compare-table tbody td:first-child {
  color: #e4e8ef;
  font-weight: 600;
}
body[data-site-diff-page="hrg-live"] .compare-table tbody td:nth-child(2) {
  background: rgba(37, 99, 235, .07) !important;
}
body[data-site-diff-page="hrg-live"] .compare-table tbody td:nth-child(3) {
  background: rgba(71, 85, 105, .055) !important;
}
body[data-site-diff-page="hrg-live"] .compare-table tbody tr:hover td {
  background: rgba(37, 99, 235, .12) !important;
}
body[data-site-diff-page="hrg-live"] .compare-table .check {
  color: #34d399;
}
body[data-site-diff-page="hrg-live"] .compare-table .cross {
  color: #fb7185;
}
@media (max-width: 575.98px) {
  body[data-site-diff-page="hrg-live"] .compare-table {
    overflow-x: auto;
    border-radius: 12px;
  }
  body[data-site-diff-page="hrg-live"] .compare-table table {
    min-width: 660px;
  }
  body[data-site-diff-page="hrg-live"] .compare-table thead th,
  body[data-site-diff-page="hrg-live"] .compare-table tbody td {
    padding: 13px 15px;
  }
}
body[data-site-diff-page="hrg-live"] .text-center.mb-5:has(+ .row .step-card) {
  margin-bottom: 2.25rem !important;
}
body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .step-card) {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-inline: 0;
  padding: 0;
  border-block: 1px solid rgba(148, 163, 184, .18);
  background:
    linear-gradient(90deg, rgba(37, 99, 235, .055), transparent 42%, rgba(250, 204, 21, .035));
}
body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .step-card)::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 40px;
  left: 36px;
  right: 36px;
  height: 2px;
  background: linear-gradient(90deg, #2563eb 0 72%, #facc15 100%);
  opacity: .62;
}
body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .step-card) > [class*="col-"] {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
}
body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .step-card) > [class*="col-"]:not(:last-child)::after {
  content: "›";
  position: absolute;
  z-index: 3;
  top: 25px;
  right: -11px;
  display: grid;
  place-items: center;
  width: 22px;
  height: 30px;
  color: #8ba9dc;
  background: #09090b;
  font-size: 1.7rem;
  line-height: 1;
}
body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .step-card) .step-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 268px;
  height: 100%;
  padding: 82px 26px 24px;
  border: 0;
  border-right: 1px solid rgba(148, 163, 184, .14);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}
body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .step-card) > :last-child .step-card {
  border-right: 0;
  background: linear-gradient(150deg, rgba(250, 204, 21, .065), transparent 62%);
}
body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .step-card) .step-num {
  position: absolute;
  z-index: 2;
  top: 17px;
  left: 24px;
  width: 48px;
  height: 48px;
  margin: 0;
  border: 1px solid rgba(96, 165, 250, .58);
  border-radius: 0;
  clip-path: polygon(25% 4%, 75% 4%, 100% 50%, 75% 96%, 25% 96%, 0 50%);
  background: #1d4ed8;
  box-shadow: 0 0 0 7px #09090b;
  font-size: 1rem;
}
body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .step-card) > :last-child .step-num {
  color: #111827;
  border-color: #facc15;
  background: #facc15;
}
body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .step-card) .step-card h5 {
  margin: 0 0 10px;
  font-size: 1.05rem;
  line-height: 1.35;
}
body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .step-card) .step-card p {
  margin: 0;
  color: #aeb7c5;
  line-height: 1.65;
}
body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .step-card) .step-card > :is(.btn, .btn-outline-custom) {
  align-self: flex-start;
  margin-top: auto !important;
}
@media (hover: hover) {
  body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .step-card) .step-card:hover {
    transform: none;
    background: rgba(37, 99, 235, .055);
  }
}
@media (max-width: 991.98px) {
  body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .step-card) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .step-card)::before,
  body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .step-card) > [class*="col-"]::after {
    content: none;
  }
  body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .step-card) .step-card {
    min-height: 250px;
    border-bottom: 1px solid rgba(148, 163, 184, .14);
  }
  body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .step-card) > :nth-child(even) .step-card {
    border-right: 0;
  }
  body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .step-card) > :nth-last-child(-n + 2) .step-card {
    border-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .step-card) {
    grid-template-columns: minmax(0, 1fr);
    padding-left: 18px;
    background: transparent;
  }
  body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .step-card)::before {
    content: "";
    top: 24px;
    right: auto;
    bottom: 24px;
    left: 41px;
    width: 2px;
    height: auto;
  }
  body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .step-card) .step-card {
    min-height: 0;
    padding: 24px 18px 24px 76px;
    border-right: 0;
    border-bottom: 1px solid rgba(148, 163, 184, .14);
  }
  body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .step-card) > :nth-last-child(2) .step-card {
    border-bottom: 1px solid rgba(148, 163, 184, .14);
  }
  body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .step-card) > :last-child .step-card {
    border-bottom: 0;
  }
  body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .step-card) .step-num {
    top: 20px;
    left: 12px;
  }
  body[data-site-diff-page="hrg-live"] .row:has(> [class*="col-"] > .step-card) .step-card > :is(.btn, .btn-outline-custom) {
    margin-top: 14px !important;
  }
}
body[data-site-diff-page="star-fishing"] section > .container:has(> .row .tip-card) {
  display: grid;
  grid-template-columns: minmax(250px, .34fr) minmax(0, .66fr);
  gap: clamp(42px, 6vw, 86px);
  align-items: start;
}
body[data-site-diff-page="star-fishing"] section > .container:has(> .row .tip-card) > .text-center {
  position: relative;
  margin: 0 !important;
  padding: 8px 0 24px 24px;
  text-align: left !important;
}
body[data-site-diff-page="star-fishing"] section > .container:has(> .row .tip-card) > .text-center::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  width: 3px;
  background: linear-gradient(#facc15, rgba(250, 204, 21, .08));
}
body[data-site-diff-page="star-fishing"] section > .container:has(> .row .tip-card) .section-label,
body[data-site-diff-page="star-fishing"] section > .container:has(> .row .tip-card) .section-title,
body[data-site-diff-page="star-fishing"] section > .container:has(> .row .tip-card) .section-sub {
  text-align: left;
}
body[data-site-diff-page="star-fishing"] section > .container:has(> .row .tip-card) .section-sub {
  margin-right: 0 !important;
  margin-left: 0 !important;
  line-height: 1.75;
}
body[data-site-diff-page="star-fishing"] .row:has(> [class*="col-"] > .tip-card) {
  display: grid;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0;
  width: 100%;
  margin: 0;
  border-top: 1px solid rgba(148, 163, 184, .22);
  border-bottom: 1px solid rgba(148, 163, 184, .22);
}
body[data-site-diff-page="star-fishing"] .row:has(> [class*="col-"] > .tip-card) > [class*="col-"] {
  grid-column: 1 / -1 !important;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
}
body[data-site-diff-page="star-fishing"] .row:has(> [class*="col-"] > .tip-card) .tip-card {
  position: relative;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  min-height: 0;
  height: auto;
  padding: 22px 10px 22px 0;
  border: 0;
  border-bottom: 1px solid rgba(148, 163, 184, .15);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="star-fishing"] .row:has(> [class*="col-"] > .tip-card) > :last-child .tip-card {
  border-bottom: 0;
}
body[data-site-diff-page="star-fishing"] .row:has(> [class*="col-"] > .tip-card) .tip-card::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 0;
  width: 3px;
  background: #2563eb;
  transform: scaleY(0);
  transform-origin: center;
  transition: transform 180ms ease;
}
body[data-site-diff-page="star-fishing"] .row:has(> [class*="col-"] > .tip-card) .tip-num {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #facc15;
  background: transparent;
  font: 800 1.55rem/1.1 monospace;
  letter-spacing: -.08em;
  text-align: center;
}
body[data-site-diff-page="star-fishing"] .row:has(> [class*="col-"] > .tip-card) .tip-num::before {
  content: "0";
  color: rgba(250, 204, 21, .4);
}
body[data-site-diff-page="star-fishing"] .row:has(> [class*="col-"] > .tip-card) .tip-card > div:last-child {
  display: grid;
  grid-template-columns: minmax(205px, .72fr) minmax(320px, 1.28fr);
  gap: clamp(24px, 3vw, 46px);
  align-items: center;
  min-width: 0;
}
body[data-site-diff-page="star-fishing"] .row:has(> [class*="col-"] > .tip-card) .tip-card h6 {
  margin: 0;
  color: #f3f4f6;
  font-size: .96rem;
  line-height: 1.45;
}
body[data-site-diff-page="star-fishing"] .row:has(> [class*="col-"] > .tip-card) .tip-card p {
  margin: 0;
  color: #aeb7c5;
  font-size: .84rem;
  line-height: 1.65;
}
@media (hover: hover) {
  body[data-site-diff-page="star-fishing"] .row:has(> [class*="col-"] > .tip-card) .tip-card:hover {
    transform: none;
    border-color: rgba(148, 163, 184, .15);
    background: linear-gradient(90deg, rgba(37, 99, 235, .065), transparent 72%);
  }
  body[data-site-diff-page="star-fishing"] .row:has(> [class*="col-"] > .tip-card) .tip-card:hover::after {
    transform: scaleY(1);
  }
}
@media (max-width: 991.98px) {
  body[data-site-diff-page="star-fishing"] section > .container:has(> .row .tip-card) {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }
  body[data-site-diff-page="star-fishing"] section > .container:has(> .row .tip-card) > .text-center {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  body[data-site-diff-page="star-fishing"] .row:has(> [class*="col-"] > .tip-card) .tip-card > div:last-child {
    grid-template-columns: minmax(0, 1fr);
    gap: 7px;
  }
}
@media (max-width: 575.98px) {
  body[data-site-diff-page="star-fishing"] .row:has(> [class*="col-"] > .tip-card) .tip-card {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    padding: 19px 0;
  }
  body[data-site-diff-page="star-fishing"] .row:has(> [class*="col-"] > .tip-card) .tip-card > div:last-child {
    grid-template-columns: minmax(0, 1fr);
    gap: 7px;
  }
  body[data-site-diff-page="star-fishing"] .row:has(> [class*="col-"] > .tip-card) .tip-num {
    font-size: 1.3rem;
  }
}
body[data-site-diff-page="money-coming"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  margin-inline: 0;
  counter-reset: money-benefit;
  border-block: 1px solid rgba(148, 163, 184, .2);
}
body[data-site-diff-page="money-coming"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > [class*="col-"] {
  counter-increment: money-benefit;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
}
body[data-site-diff-page="money-coming"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 5px 18px;
  align-content: center;
  min-height: 172px;
  height: 100%;
  padding: 25px 68px 25px 22px;
  border: 0;
  border-right: 1px solid rgba(148, 163, 184, .16);
  border-bottom: 1px solid rgba(148, 163, 184, .16);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}
body[data-site-diff-page="money-coming"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > :nth-child(even) .feature-card {
  border-right: 0;
}
body[data-site-diff-page="money-coming"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > :nth-last-child(-n + 2) .feature-card {
  border-bottom: 0;
}
body[data-site-diff-page="money-coming"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card::after {
  content: counter(money-benefit, decimal-leading-zero);
  position: absolute;
  top: 23px;
  right: 20px;
  color: rgba(250, 204, 21, .46);
  font: 800 .72rem/1 monospace;
  letter-spacing: .08em;
}
body[data-site-diff-page="money-coming"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-icon {
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 44px;
  height: 44px;
  margin: 0;
  border: 1px solid rgba(96, 165, 250, .34);
  border-radius: 50%;
  background: transparent;
}
body[data-site-diff-page="money-coming"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card h5 {
  grid-column: 2;
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.35;
}
body[data-site-diff-page="money-coming"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card p {
  grid-column: 2;
  margin: 0;
  color: #aeb7c5;
  line-height: 1.62;
}
@media (hover: hover) {
  body[data-site-diff-page="money-coming"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card:hover {
    transform: none;
    border-color: rgba(148, 163, 184, .16);
    background: linear-gradient(100deg, rgba(37, 99, 235, .06), rgba(250, 204, 21, .025));
  }
}
@media (max-width: 767.98px) {
  body[data-site-diff-page="money-coming"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) {
    grid-template-columns: minmax(0, 1fr);
  }
  body[data-site-diff-page="money-coming"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card,
  body[data-site-diff-page="money-coming"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > :nth-last-child(2) .feature-card {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(148, 163, 184, .16);
  }
  body[data-site-diff-page="money-coming"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > :last-child .feature-card {
    border-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  body[data-site-diff-page="money-coming"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 5px 14px;
    padding: 21px 48px 21px 8px;
  }
  body[data-site-diff-page="money-coming"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-icon {
    width: 40px;
    height: 40px;
  }
  body[data-site-diff-page="money-coming"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card::after {
    right: 8px;
  }
}
body[data-site-diff-page="live-game"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  width: 100%;
  margin-inline: 0;
  counter-reset: live-benefit;
  border-block: 1px solid rgba(148, 163, 184, .2);
}
body[data-site-diff-page="live-game"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > [class*="col-"] {
  grid-column: 1 / -1;
  counter-increment: live-benefit;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
}
body[data-site-diff-page="live-game"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(210px, .58fr) minmax(0, 1.42fr) 44px;
  gap: 20px;
  align-items: center;
  min-height: 0;
  height: auto;
  padding: 20px 10px;
  border: 0;
  border-bottom: 1px solid rgba(148, 163, 184, .15);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}
body[data-site-diff-page="live-game"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > :last-child .feature-card {
  border-bottom: 0;
}
body[data-site-diff-page="live-game"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-icon {
  grid-column: 1;
  width: 46px;
  height: 46px;
  margin: 0;
  border: 0;
  border-radius: 9px;
  background: rgba(37, 99, 235, .12);
}
body[data-site-diff-page="live-game"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card h5 {
  grid-column: 2;
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
}
body[data-site-diff-page="live-game"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card p {
  grid-column: 3;
  margin: 0;
  color: #aeb7c5;
  line-height: 1.62;
}
body[data-site-diff-page="live-game"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card::after {
  content: counter(live-benefit, decimal-leading-zero);
  grid-column: 4;
  color: rgba(96, 165, 250, .5);
  font: 800 .75rem/1 monospace;
  letter-spacing: .08em;
  text-align: right;
}
@media (hover: hover) {
  body[data-site-diff-page="live-game"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card:hover {
    transform: none;
    border-color: rgba(148, 163, 184, .15);
    background: linear-gradient(90deg, rgba(37, 99, 235, .065), transparent 70%);
  }
}
body[data-site-diff-page="teen-patti-20-20"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  margin-inline: 0;
  border-block: 1px solid rgba(148, 163, 184, .2);
}
body[data-site-diff-page="teen-patti-20-20"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > [class*="col-"] {
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
}
body[data-site-diff-page="teen-patti-20-20"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 52px;
  gap: 5px 18px;
  align-content: center;
  min-height: 190px;
  height: 100%;
  padding: 25px 24px 25px 8px;
  border: 0;
  border-right: 1px solid rgba(148, 163, 184, .18);
  border-bottom: 1px solid rgba(148, 163, 184, .15);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: right;
}
body[data-site-diff-page="teen-patti-20-20"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > :nth-child(even) .feature-card {
  grid-template-columns: 52px minmax(0, 1fr);
  padding: 25px 8px 25px 24px;
  border-right: 0;
  text-align: left;
}
body[data-site-diff-page="teen-patti-20-20"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > :nth-last-child(-n + 2) .feature-card {
  border-bottom: 0;
}
body[data-site-diff-page="teen-patti-20-20"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-icon {
  grid-column: 2;
  grid-row: 1 / span 2;
  width: 46px;
  height: 46px;
  margin: 0;
  border: 1px solid rgba(250, 204, 21, .28);
  border-radius: 50%;
  background: rgba(250, 204, 21, .055);
}
body[data-site-diff-page="teen-patti-20-20"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card :is(h5, p) {
  grid-column: 1;
  margin-right: 0;
  margin-left: 0;
}
body[data-site-diff-page="teen-patti-20-20"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > :nth-child(even) .feature-icon {
  grid-column: 1;
}
body[data-site-diff-page="teen-patti-20-20"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > :nth-child(even) .feature-card :is(h5, p) {
  grid-column: 2;
}
@media (hover: hover) {
  body[data-site-diff-page="teen-patti-20-20"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card:hover {
    transform: none;
    border-color: rgba(148, 163, 184, .18);
    background: rgba(250, 204, 21, .035);
  }
}
@media (max-width: 767.98px) {
  body[data-site-diff-page="live-game"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card {
    grid-template-columns: 52px minmax(0, 1fr) 36px;
    gap: 7px 14px;
    padding: 18px 4px;
  }
  body[data-site-diff-page="live-game"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card h5,
  body[data-site-diff-page="live-game"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card p {
    grid-column: 2;
  }
  body[data-site-diff-page="live-game"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card::after {
    grid-column: 3;
    grid-row: 1;
  }
  body[data-site-diff-page="teen-patti-20-20"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) {
    grid-template-columns: minmax(0, 1fr);
  }
  body[data-site-diff-page="teen-patti-20-20"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card,
  body[data-site-diff-page="teen-patti-20-20"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > :nth-child(even) .feature-card {
    grid-template-columns: 48px minmax(0, 1fr);
    min-height: 0;
    padding: 21px 8px;
    border-right: 0;
    border-bottom: 1px solid rgba(148, 163, 184, .15);
    text-align: left;
  }
  body[data-site-diff-page="teen-patti-20-20"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-icon,
  body[data-site-diff-page="teen-patti-20-20"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > :nth-child(even) .feature-icon {
    grid-column: 1;
  }
  body[data-site-diff-page="teen-patti-20-20"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) .feature-card :is(h5, p),
  body[data-site-diff-page="teen-patti-20-20"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > :nth-child(even) .feature-card :is(h5, p) {
    grid-column: 2;
  }
  body[data-site-diff-page="teen-patti-20-20"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > :nth-last-child(2) .feature-card {
    border-bottom: 1px solid rgba(148, 163, 184, .15);
  }
  body[data-site-diff-page="teen-patti-20-20"] .row:has(> [class*="col-"] > .feature-card):not(:has(> [class*="col-"] > :not(.feature-card))) > :last-child .feature-card {
    border-bottom: 0;
  }
}
body[data-site-diff-page="register"] .row:has(> [class*="col-"] > .step-card) {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  margin-inline: 0;
  border-block: 1px solid rgba(148, 163, 184, .2);
}
body[data-site-diff-page="register"] .row:has(> [class*="col-"] > .step-card) > [class*="col-"] {
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
}
body[data-site-diff-page="register"] .row:has(> [class*="col-"] > .step-card) > :nth-child(1) {
  grid-column: 1 !important;
  grid-row: 1 !important;
}
body[data-site-diff-page="register"] .row:has(> [class*="col-"] > .step-card) > :nth-child(2) {
  grid-column: 2 !important;
  grid-row: 1 !important;
}
body[data-site-diff-page="register"] .row:has(> [class*="col-"] > .step-card) > :nth-child(3) {
  grid-column: 2 !important;
  grid-row: 2 !important;
}
body[data-site-diff-page="register"] .row:has(> [class*="col-"] > .step-card) > :nth-child(4),
body[data-site-diff-page="register"] .row:has(> [class*="col-"] > .step-card) > :last-child {
  grid-column: 1 !important;
  grid-row: 2 !important;
}
body[data-site-diff-page="register"] .row:has(> [class*="col-"] > .step-card) .step-card {
  position: relative;
  min-height: 150px;
  height: 100%;
  padding: 26px 34px 26px 86px;
  border: 0;
  border-right: 1px solid rgba(148, 163, 184, .16);
  border-bottom: 1px solid rgba(148, 163, 184, .16);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}
body[data-site-diff-page="register"] .row:has(> [class*="col-"] > .step-card) > :nth-child(2) .step-card,
body[data-site-diff-page="register"] .row:has(> [class*="col-"] > .step-card) > :nth-child(3) .step-card {
  border-right: 0;
}
body[data-site-diff-page="register"] .row:has(> [class*="col-"] > .step-card) > :nth-child(n + 3) .step-card {
  border-bottom: 0;
}
body[data-site-diff-page="register"] .row:has(> [class*="col-"] > .step-card) .step-num {
  position: absolute;
  top: 25px;
  left: 24px;
  width: 46px;
  height: 46px;
  margin: 0;
  border: 1px solid rgba(250, 204, 21, .5);
  color: #facc15;
  background: rgba(250, 204, 21, .06);
}
body[data-site-diff-page="register"] .row:has(> [class*="col-"] > .step-card) .step-card::after {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(96, 165, 250, .28);
  border-radius: 50%;
  color: #60a5fa;
  background: #09090b;
  font-size: 1rem;
  line-height: 1;
}
body[data-site-diff-page="register"] .row:has(> [class*="col-"] > .step-card) > :nth-child(1) .step-card::after {
  content: "→";
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
}
body[data-site-diff-page="register"] .row:has(> [class*="col-"] > .step-card) > :nth-child(2) .step-card::after {
  content: "↓";
  right: 50%;
  bottom: -12px;
  transform: translateX(50%);
}
body[data-site-diff-page="register"] .row:has(> [class*="col-"] > .step-card) > :nth-child(3) .step-card::after {
  content: "←";
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
}
@media (hover: hover) {
  body[data-site-diff-page="register"] .row:has(> [class*="col-"] > .step-card) .step-card:hover {
    transform: none;
    background: linear-gradient(100deg, rgba(250, 204, 21, .04), transparent 72%);
  }
}
@media (max-width: 767.98px) {
  body[data-site-diff-page="register"] .row:has(> [class*="col-"] > .step-card) {
    grid-template-columns: minmax(0, 1fr);
  }
  body[data-site-diff-page="register"] .row:has(> [class*="col-"] > .step-card) > [class*="col-"] {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
  body[data-site-diff-page="register"] .row:has(> [class*="col-"] > .step-card) .step-card {
    min-height: 0;
    padding: 22px 12px 22px 76px;
    border-right: 0;
    border-bottom: 1px solid rgba(148, 163, 184, .16);
  }
  body[data-site-diff-page="register"] .row:has(> [class*="col-"] > .step-card) > :last-child .step-card {
    border-bottom: 0;
  }
  body[data-site-diff-page="register"] .row:has(> [class*="col-"] > .step-card) .step-num {
    top: 20px;
    left: 14px;
  }
  body[data-site-diff-page="register"] .row:has(> [class*="col-"] > .step-card) > [class*="col-"] .step-card::after {
    content: "↓";
    top: auto;
    right: auto;
    bottom: -12px;
    left: 25px;
    transform: none;
  }
  body[data-site-diff-page="register"] .row:has(> [class*="col-"] > .step-card) > :last-child .step-card::after {
    content: none;
  }
}
