﻿:root {
  --bg: #eaf0f7;
  --page: #07101d;
  --panel: #0d1827;
  --panel2: #121f31;
  --text: #f8fbff;
  --muted: #a9b7ca;
  --green: #2ad64a;
  --gold: #ad8f43;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
.phone {
  position: relative;
  width: min(100%, 390px);
  height: 100vh;
  margin: 0 auto;
  background: var(--page);
  overflow: hidden;
}
.swiper-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  transition-property: transform;
}
.phone > .swiper-wrapper { touch-action: pan-y; }
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
}
.view {
  height: 100%;
  padding: 10px 13px 92px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
}
.view::-webkit-scrollbar { display: none; }
.phone:not(.swiper-ready) .view { display: none; }
.phone:not(.swiper-ready) .view.active { display: block; }
.page-pad { padding-top: 18px; }
.banner-swiper {
  position: relative;
  height: 169px;
  border-radius: 18px;
  overflow: hidden;
}
.banner-swiper .swiper-wrapper { height: 100%; }
.banner-swiper .swiper-slide { width: 100%; }
.banner-swiper .swiper-pagination {
  bottom: 5px !important;
  line-height: 1;
}
.banner-swiper .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 2px !important;
  background: rgba(255, 255, 255, .78);
  opacity: 1;
}
.banner-swiper .swiper-pagination-bullet-active {
  width: 16px;
  border-radius: 999px;
  background: #29e04a;
}
.casino-banner {
  min-height: 100%;
  border: 1px solid rgba(222, 229, 91, .78);
  border-radius: 18px;
  padding: 17px 16px;
  background:
    radial-gradient(circle at 83% 23%, rgba(255, 255, 255, .92) 0 8%, transparent 9%),
    radial-gradient(circle at 88% 54%, #f4cf5d 0 9%, transparent 10%),
    radial-gradient(circle at 77% 70%, #ffef98 0 8%, transparent 9%),
    linear-gradient(135deg, rgba(16, 12, 8, .3), rgba(36, 8, 8, .18)),
    linear-gradient(135deg, #181611 0%, #4d0e0b 51%, #a61410 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 215, 99, .24), 0 12px 18px rgba(0, 0, 0, .36);
  overflow: hidden;
}
.banner-pink {
  background:
    radial-gradient(circle at 83% 28%, rgba(255, 255, 255, .92) 0 8%, transparent 9%),
    radial-gradient(circle at 78% 68%, #ff8cc9 0 11%, transparent 12%),
    linear-gradient(135deg, rgba(20, 9, 36, .18), rgba(77, 8, 54, .24)),
    linear-gradient(135deg, #22122e 0%, #8a1259 54%, #e41484 100%);
}
.banner-blue {
  background:
    radial-gradient(circle at 84% 25%, rgba(255, 255, 255, .92) 0 8%, transparent 9%),
    radial-gradient(circle at 76% 70%, #5ad7ff 0 10%, transparent 11%),
    linear-gradient(135deg, rgba(10, 21, 39, .2), rgba(8, 50, 84, .24)),
    linear-gradient(135deg, #101722 0%, #144c7e 56%, #168edb 100%);
}
.casino-banner.small { margin-bottom: 18px; }
.casino-banner span {
  display: inline-block;
  margin-bottom: 8px;
  color: #e9d9a6;
  font-size: 22px;
  font-weight: 900;
  text-shadow: 0 2px 2px rgba(0, 0, 0, .75);
}
.casino-banner b {
  display: inline-block;
  margin-left: 6px;
  padding: 3px 8px;
  border-radius: 4px;
  background: #fff6d4;
  color: #8a291a;
  font-size: 16px;
}
.casino-banner strong {
  display: block;
  margin: 3px 0 10px;
  color: #fff;
  font-size: 28px;
  line-height: 1.16;
  text-shadow: 0 2px 2px #000;
}
.casino-banner em {
  display: inline-block;
  padding: 7px 15px;
  border: 2px solid #f4d06a;
  border-radius: 999px;
  background: #e93424;
  color: #fff4cc;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.38);
}
.hero { margin-bottom: 16px; }
.hero-art {
  height: 180px;
  border-radius: 24px;
  padding: 95px 18px 14px;
  background:
    linear-gradient(120deg, rgba(255, 39, 142, .78), rgba(74, 14, 116, .88)),
    radial-gradient(circle at 28% 18%, #ffd1e7 0 18%, transparent 19%),
    radial-gradient(circle at 72% 26%, #ffffff 0 10%, transparent 11%),
    linear-gradient(135deg, #9f1a86, #272445 62%, #101829);
  box-shadow: 0 14px 20px rgba(0, 0, 0, .42);
}
.hero-art span {
  display: block;
  color: #5e2597;
  text-shadow: 0 1px 0 #ffe7ff;
  font-size: 30px;
  font-weight: 900;
}
.hero-art strong {
  display: inline-block;
  margin-top: 2px;
  padding: 2px 14px;
  background: rgba(255, 255, 255, .86);
  color: #c3167f;
  font-size: 24px;
  line-height: 1.2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .35);
}
.notice {
  overflow: hidden;
  margin: 22px 0 14px;
  color: #f8e8ce;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}
.notice span {
  display: inline-block;
  min-width: max-content;
  padding-left: 100%;
  animation: notice-marquee 15s linear infinite;
}
@keyframes notice-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}
.app-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px 8px;
}
.app-grid.compact { margin-top: 4px; }
.app {
  min-width: 0;
  text-align: center;
}
.avatar {
  display: grid;
  width: 59px;
  height: 59px;
  place-items: center;
  margin: 0 auto 3px;
  border: 2px solid #263f5f;
  border-radius: 16px;
  background: #27374f;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  overflow: hidden;
}
.avatar::before,
.thumb::before,
.photo::before,
.live-photo::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 50% 22%, rgba(255,255,255,.95) 0 10%, transparent 11%),
    radial-gradient(ellipse at 50% 105%, rgba(255,215,232,.92) 0 40%, transparent 41%),
    linear-gradient(135deg, rgba(255,124,185,.78), rgba(45,72,121,.82));
}
.badge::before { display: none; }
.app b {
  display: block;
  min-height: 18px;
  margin: 0 0 1px;
  color: #fff;
  font-size: 12px;
  line-height: 1.25;
}
.app em {
  display: inline-block;
  min-width: 56px;
  padding: 1px 7px 2px;
  border-radius: 999px;
  background: #1f2734;
  color: #ffd8ad;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
}
.section-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 30px 0 12px;
}
.section-title h2 {
  margin: 0;
  font-size: 25px;
  line-height: 1;
}
.section-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
}
.rec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.rec-card {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 11px;
  align-items: center;
  min-height: 108px;
  padding: 10px;
  border: 1px solid #1e3049;
  border-radius: 18px;
  background: var(--panel);
}
.game-top {
  grid-template-columns: repeat(3, 72px);
  justify-content: start;
  gap: 18px;
  margin-top: 18px;
  margin-bottom: 22px;
}
.game-top .app b {
  min-height: 22px;
  margin-top: 3px;
  font-size: 13px;
}
.game-recs {
  gap: 12px;
}
.game-recs .rec-card {
  grid-template-columns: 74px 1fr;
  min-height: 96px;
  border-radius: 16px;
}
.game-recs .rec-card b {
  font-size: 16px;
  line-height: 1.35;
}
.thumb {
  display: block;
  width: 74px;
  height: 84px;
  border-radius: 16px;
  overflow: hidden;
  background: #26364e;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 12px;
}
.product-card {
  display: block;
  min-width: 0;
  padding: 8px 8px 14px;
  border: 1px solid #1c2d45;
  border-radius: 18px;
  background: #0b1624;
}
.product-photo {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.42;
  border-radius: 13px;
  overflow: hidden;
  background: #17243a;
}
.product-photo::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 50% 22%, rgba(255,255,255,.95) 0 10%, transparent 11%),
    radial-gradient(ellipse at 50% 105%, rgba(255,215,232,.92) 0 40%, transparent 41%),
    linear-gradient(135deg, rgba(255,124,185,.78), rgba(45,72,121,.82));
}
.product-card b {
  display: block;
  margin: 14px 8px 8px;
  color: #fff;
  font-size: 15px;
}
.product-card em {
  display: inline-block;
  margin-left: 8px;
  color: #ff315f;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.1;
}
.product-card em strong {
  display: block;
  margin-top: 3px;
  font-size: 16px;
}
.product-card i {
  display: inline-block;
  margin-left: 12px;
  color: #ff9e16;
  font-size: 18px;
  font-style: normal;
  letter-spacing: 1px;
  vertical-align: bottom;
}
.rec-card b {
  display: block;
  font-size: 16px;
}
.rec-card p,
.girl p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}
.top-title {
  margin: 0 -14px 14px;
  padding: 12px 0 14px;
  border-bottom: 1px solid #142235;
  text-align: center;
  font-size: 17px;
}
.masonry {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 10px;
}
.girl { display: block; min-width: 0; }
.photo,
.live-photo {
  position: relative;
  display: block;
  height: 226px;
  border-radius: 15px;
  background: #182438;
  overflow: hidden;
}
.photo.tall { height: 224px; }
.photo.poster { height: 198px; }
.photo em,
.live-photo em {
  position: absolute;
  left: 8px;
  bottom: 8px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(31, 37, 48, .86);
  color: #fff;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}
.girl b {
  display: block;
  margin-top: 9px;
  font-size: 15px;
}
.live-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 14px;
}
.live-photo {
  height: 236px;
  border: 6px solid #1a2739;
  border-radius: 20px;
}
.live-photo button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 108px;
  border: 0;
  border-radius: 999px;
  padding: 12px 15px;
  background: #28c846;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}
.tabbar {
  position: fixed;
  z-index: 5;
  left: 50%;
  bottom: 0;
  width: min(100%, 390px);
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding: 9px 6px 8px;
  background: linear-gradient(180deg, rgba(45, 50, 55, .9), rgba(8, 11, 18, .98));
  box-shadow: 0 -12px 25px rgba(0, 0, 0, .42);
}
.tabbar a {
  display: grid;
  gap: 4px;
  justify-items: center;
  color: var(--green);
  font-size: 10px;
}
.tabbar a.active {
  border-radius: 16px;
  background: radial-gradient(circle at 50% 15%, rgba(255,255,255,.16), rgba(255,255,255,.05));
}
.ico {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
}
.ico::before,
.ico::after {
  content: "";
  position: absolute;
  border: 2px solid var(--green);
}
.ico.home::before { left: 5px; top: 9px; width: 14px; height: 11px; border-top: 0; }
.ico.home::after { left: 6px; top: 4px; width: 12px; height: 12px; transform: rotate(45deg); border-right: 0; border-bottom: 0; }
.ico.panel::before { left: 4px; top: 6px; width: 16px; height: 12px; }
.ico.panel::after { left: 10px; top: 10px; width: 4px; height: 4px; border-radius: 50%; background: var(--green); }
.ico.grid::before { left: 3px; top: 7px; width: 18px; height: 12px; }
.ico.flame::before { left: 7px; top: 4px; width: 10px; height: 16px; border-radius: 12px 12px 14px 14px; }
.ico.cam::before { left: 3px; top: 8px; width: 14px; height: 10px; }
.ico.cam::after { right: 2px; top: 9px; width: 4px; height: 8px; border-left: 0; }
.ico.video::before { left: 4px; top: 8px; width: 14px; height: 10px; }
.ico.video::after { right: 2px; top: 10px; width: 5px; height: 6px; border-left: 0; transform: skewY(-18deg); }
.ico.game::before { left: 2px; top: 9px; width: 20px; height: 10px; border-radius: 8px; }
.ico.game::after { left: 7px; top: 12px; width: 2px; height: 2px; border-radius: 50%; background: var(--green); box-shadow: 8px 0 0 var(--green); }
.ico.cart::before { left: 4px; top: 7px; width: 14px; height: 10px; border-top: 0; transform: skewX(-12deg); }
.ico.cart::after { left: 7px; bottom: 2px; width: 3px; height: 3px; border-radius: 50%; background: var(--green); box-shadow: 8px 0 0 var(--green); }
.float-top {
  position: fixed;
  z-index: 8;
  right: max(16px, calc(50% - 177px));
  bottom: 96px;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: #2dcc42;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .18s ease, transform .18s ease;
}
.float-top.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.promo-layer {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: none;
  align-items: center;
  justify-content: center;
  width: min(100%, 390px);
  margin: 0 auto;
  background: rgba(0, 0, 0, .36);
  pointer-events: auto;
}
.promo-layer.show { display: flex; }
.promo-box {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 18px;
  width: 304px;
  max-width: calc(100% - 54px);
  padding: 16px 14px;
  border-radius: 2px;
  background: #14212b;
  pointer-events: auto;
}
.promo-one .promo-box {
  border: 0;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .32);
}
.promo-two .promo-box {
  width: 324px;
  background: #14212b;
  padding: 16px 18px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .32);
}
.promo-three .promo-box {
  width: 306px;
  padding: 16px 16px 20px;
  background: #14212b;
}
.promo-item {
  display: grid;
  justify-items: center;
  min-width: 0;
}
.promo-img {
  display: block;
  width: 58px;
  height: 58px;
  border-radius: 5px;
  overflow: hidden;
  background: #25354d;
}
.promo-img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 50% 22%, rgba(255,255,255,.95) 0 10%, transparent 11%),
    radial-gradient(ellipse at 50% 105%, rgba(255,215,232,.92) 0 40%, transparent 41%),
    linear-gradient(135deg, rgba(255,124,185,.78), rgba(45,72,121,.82));
}
.promo-item b {
  display: block;
  min-width: 78px;
  max-width: 86px;
  margin-top: -2px;
  padding: 2px 8px 3px;
  border-radius: 6px;
  background: #ff3152;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.promo-close {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 2px solid #cfdae8;
  border-radius: 50%;
  background: #fff;
  color: #243041;
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
  opacity: .92;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .28);
  pointer-events: auto;
}
.promo-close.top {
  top: calc(50% - 186px);
  right: max(18px, calc(50% - 180px));
}
.promo-close.bottom {
  left: max(16px, calc(50% - 178px));
  bottom: calc(50% - 188px);
}
.promo-two .promo-close.top {
  display: none;
}
.promo-two .promo-close.bottom {
  right: max(18px, calc(50% - 176px));
  left: auto;
  bottom: calc(50% - 184px);
}
.promo-three .promo-close.top {
  top: calc(50% - 186px);
  right: max(18px, calc(50% - 180px));
  left: auto;
}
.promo-three .promo-close.bottom {
  display: none;
}
.bg1::before { background: linear-gradient(135deg, #e8b9c8, #496f94), radial-gradient(circle at 42% 23%, #fff 0 12%, transparent 13%); }
.bg2::before { background: linear-gradient(135deg, #bbd3ee, #142334), radial-gradient(circle at 60% 24%, #fff 0 10%, transparent 11%); }
.bg3::before { background: linear-gradient(135deg, #e7b0a9, #4e2947), radial-gradient(circle at 48% 22%, #fff 0 11%, transparent 12%); }
.bg4::before { background: linear-gradient(135deg, #ead1c6, #2f4564), radial-gradient(circle at 55% 20%, #fff 0 10%, transparent 11%); }
.bg5::before { background: linear-gradient(135deg, #ffd2de, #52314f), radial-gradient(circle at 48% 22%, #fff 0 11%, transparent 12%); }
.bg6 { background: linear-gradient(135deg, #08111f, #e4174d); }
.bg7 { background: linear-gradient(135deg, #feec74, #fb7912); }
.bg8 { background: linear-gradient(135deg, #1e6df0, #f040aa); }
.bg9::before { background: linear-gradient(135deg, #83b5ff, #ff69bc), radial-gradient(circle at 40% 18%, #fff 0 10%, transparent 11%); }
.bg10::before { background: linear-gradient(135deg, #d9eef9, #6d244b), radial-gradient(circle at 53% 21%, #fff 0 10%, transparent 11%); }
.bg11::before { background: linear-gradient(135deg, #edc0dc, #252437), radial-gradient(circle at 50% 20%, #fff 0 10%, transparent 11%); }
.bg12::before { background: linear-gradient(135deg, #ffe5cd, #3b556e), radial-gradient(circle at 45% 20%, #fff 0 10%, transparent 11%); }
.bg13::before { background: linear-gradient(135deg, #fff1f6, #be5996 55%, #29364b); }
.bg14::before { background: linear-gradient(135deg, #dbebff, #20334d 70%, #1a0f20); }
.bg15::before { background: linear-gradient(135deg, #ffc4e0, #7652a2 52%, #0d1b2d); }
.bg16::before { background: linear-gradient(135deg, #f5e5d8, #af3b61 52%, #101827); }
.bg17::before { background: linear-gradient(135deg, #f8edf2, #6b8fc7 50%, #142033); }
.bg18::before { background: linear-gradient(135deg, #c9f3e8, #3b496c 60%, #0a1321); }
.bg19::before { background: linear-gradient(135deg, #ffe3e6, #f465a0 55%, #282135); }
.bg20::before { background: linear-gradient(135deg, #f4c1c8, #2f4266 66%, #090f1b); }
.bg21::before { background: linear-gradient(135deg, #d7f0ff, #1d6ece 52%, #081524); }
.bg22 { background: linear-gradient(135deg, #1a1428, #e629d1); }
.bg23 { background: linear-gradient(135deg, #fff086, #1b2030); }
.bg24::before { background: linear-gradient(135deg, #ffd5e4, #365985 60%, #12131d); }
@media (max-width: 360px) {
  .phone { padding-left: 10px; padding-right: 10px; }
  .app-grid { gap: 12px 6px; }
  .avatar { width: 56px; height: 56px; }
  .rec-card { grid-template-columns: 64px 1fr; }
  .thumb { width: 64px; height: 76px; }
  .photo, .live-photo { height: 208px; }
  .float-top { right: 14px; bottom: 94px; }
}

.cup-player {
  position: fixed;
  z-index: 18;
  right: max(12px, calc(50% - 184px));
  bottom: 148px;
  width: min(340px, calc(100vw - 24px));
  overflow: hidden;
  border: 1px solid rgba(64, 210, 91, .42);
  border-radius: 14px;
  background: #07101d;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .46);
}
.cup-player.hidden { display: none; }
.cup-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 10px 8px 12px;
  cursor: grab;
  background: linear-gradient(90deg, #101d2f, #15263c);
  color: #fff;
  touch-action: none;
}
.cup-title {
  font-size: 14px;
  font-weight: 900;
}
.cup-actions {
  display: flex;
  gap: 7px;
}
.cup-actions button,
.cup-lines button {
  border: 0;
  cursor: pointer;
  font: inherit;
}
.cup-actions button {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}
.cup-video {
  aspect-ratio: 16 / 9;
  background: #02050a;
}
.cup-video video {
  display: block;
  width: 100%;
  height: 100%;
}
.cup-lines {
  display: flex;
  gap: 8px;
  padding: 9px 10px 10px;
  background: #0a1421;
}
.cup-lines button {
  min-width: 42px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #1a283a;
  color: #a9b7ca;
  font-size: 12px;
  font-weight: 900;
}
.cup-lines button.active {
  background: #2ad64a;
  color: #07101d;
}
.cup-bubble {
  position: fixed;
  z-index: 17;
  right: max(14px, calc(50% - 178px));
  bottom: 148px;
  display: none;
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 50%;
  background: #2ad64a;
  color: #07101d;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .38);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}
.cup-bubble.show { display: block; }
@media (max-width: 360px) {
  .cup-player { width: calc(100vw - 20px); right: 10px; }
  .cup-bubble { right: 12px; bottom: 142px; }
}
.api-image::before { display: none; }
.api-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.api-banner {
  background-size: cover;
  background-position: center;
}
.api-banner div {
  max-width: 78%;
}
.rec-card .api-image + span {
  min-width: 0;
}
.app-grid.compact {
  gap: 7px 8px;
}
.app-grid.compact .avatar {
  margin-bottom: 2px;
}
.app-grid.compact .app b {
  min-height: 16px;
  line-height: 1.15;
}
.app-grid.compact .app em {
  line-height: 1.15;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.feature-card {
  display: block;
  min-width: 0;
}
.feature-photo {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.05;
  border-radius: 8px;
  overflow: hidden;
  background: #17243a;
}
.feature-card b {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
}
.feature-card p {
  display: -webkit-box;
  margin: 5px 0 0;
  overflow: hidden;
  color: #a9b7ca;
  font-size: 12px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.banner-swiper {
  height: auto;
  border-radius: 8px;
}
.banner-swiper .swiper-pagination {
  display: block;
  bottom: 6px !important;
}
.api-banner {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: #17243a;
  box-shadow: none;
}
.banner-image {
  display: block;
  width: 100%;
  height: auto;
}
.banner-swiper .casino-banner > div {
  display: none;
}
.banner-swiper .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 3px !important;
  background: rgba(255, 255, 255, .72);
  opacity: 1;
}
.banner-swiper .swiper-pagination-bullet-active {
  width: 16px;
  border-radius: 999px;
  background: #2ad64a;
}
.banner-swiper > .swiper-wrapper,
.banner-swiper .swiper-slide {
  height: auto;
}
.aidi-page-loading {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  background: #07101d;
  color: #f8fbff;
  transition: opacity .2s ease, visibility .2s ease;
}
.aidi-page-loading.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.aidi-page-loading__inner {
  display: grid;
  justify-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 800;
}
.aidi-spinner,
.api-image.loading::after,
.api-banner.loading::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 3px solid rgba(42, 214, 74, .2);
  border-top-color: #2ad64a;
  border-radius: 50%;
  animation: aidi-spin .78s linear infinite;
}
.api-image,
.api-banner {
  position: relative;
}
.api-image.loading::after,
.api-banner.loading::after {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  border-width: 2px;
  transform: translate(-50%, -50%);
}
.api-image.loading img,
.api-banner.loading img {
  opacity: 0;
}
.api-image img,
.api-banner img {
  transition: opacity .16s ease;
}
@keyframes aidi-spin {
  to { transform: rotate(360deg); }
}
.api-image.loading::after,
.api-banner.loading::after {
  animation-name: aidi-spin-centered;
}
@keyframes aidi-spin-centered {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}
.game-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.game-feature-card {
  display: block;
  min-width: 0;
  padding-bottom: 10px;
  border: 1px solid #1e3049;
  border-radius: 8px;
  overflow: hidden;
  background: #0d1827;
}
.game-feature-photo {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.08;
  overflow: hidden;
  background: #17243a;
}
.game-feature-card b {
  display: block;
  margin: 9px 8px 4px;
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
  text-align: center;
}
.game-feature-card p {
  display: -webkit-box;
  min-height: 34px;
  margin: 0 8px 8px;
  overflow: hidden;
  color: #a9b7ca;
  font-size: 12px;
  line-height: 1.42;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.game-feature-card em {
  display: block;
  width: max-content;
  max-width: calc(100% - 18px);
  margin: 0 auto;
  padding: 5px 13px;
  border-radius: 999px;
  background: #2ad64a;
  color: #07101d;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}