/* ============================================================
 * visual-ae075e.css
 * 888starz registration - mobile-first base styles
 * Class prefix: v75e-
 * Palette: #8B4513 | #48D1CC | #0E1621 | #1E90FF | #B0E0E6 | #E0E0E0
 * ============================================================ */

/* ---------- Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: "Hind Siliguri", "Noto Sans Bengali", "Segoe UI", Roboto, system-ui, -apple-system, sans-serif;
  background: #0E1621;
  color: #E0E0E0;
  line-height: 1.55;
  font-size: 15px;
  overflow-x: hidden;
}
.v75e-noscroll { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: #48D1CC; text-decoration: none; }
a:hover, a:focus { color: #B0E0E6; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
ul, ol { padding-left: 1.2rem; }

/* ---------- Mobile canvas frame ---------- */
.v75e-shell {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  min-height: 100vh;
  position: relative;
  background:
    radial-gradient(1200px 480px at 50% -120px, rgba(72,209,204,0.18), transparent 60%),
    linear-gradient(180deg, #0E1621 0%, #0b121c 100%);
  box-shadow: 0 0 32px rgba(0,0,0,0.45);
}
@media (min-width: 431px) {
  body { background: #060a10; }
  .v75e-shell { border-left: 1px solid rgba(72,209,204,0.10); border-right: 1px solid rgba(72,209,204,0.10); }
}

/* ---------- Header ---------- */
.v75e-header {
  position: sticky;
  top: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: linear-gradient(180deg, rgba(14,22,33,0.96), rgba(14,22,33,0.88));
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(72,209,204,0.18);
}
.v75e-menu-btn {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: rgba(72,209,204,0.12);
  display: flex; align-items: center; justify-content: center;
  color: #B0E0E6;
  flex-shrink: 0;
}
.v75e-menu-btn svg { width: 20px; height: 20px; }
.v75e-brand {
  display: flex; align-items: center; gap: 8px;
  flex: 1; min-width: 0;
}
.v75e-brand img {
  width: 34px; height: 34px;
  border-radius: 8px;
  object-fit: cover;
  background: #1E90FF;
  flex-shrink: 0;
}
.v75e-brand-text { min-width: 0; }
.v75e-brand-name {
  font-size: 14px; font-weight: 700; color: #E0E0E0;
  line-height: 1.15;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.v75e-brand-tag {
  font-size: 10px; color: #48D1CC; letter-spacing: 0.4px;
}
.v75e-auth { display: flex; align-items: center; gap: 6px; flex-shrink: 0; }
.v75e-btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 38px; padding: 0 14px;
  border-radius: 999px;
  font-size: 13px; font-weight: 700;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.v75e-btn:active { transform: scale(0.96); }
.v75e-btn-login {
  background: rgba(72,209,204,0.14);
  color: #B0E0E6;
  border: 1px solid rgba(72,209,204,0.35);
}
.v75e-btn-register {
  background: linear-gradient(135deg, #1E90FF, #48D1CC);
  color: #0E1621;
  box-shadow: 0 6px 18px rgba(30,144,255,0.30);
}
.v75e-btn-ghost {
  background: transparent;
  color: #48D1CC;
  border: 1px solid rgba(72,209,204,0.4);
}

/* ---------- Slide-out nav panel ---------- */
.v75e-nav-backdrop {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.55);
  opacity: 0; pointer-events: none;
  transition: opacity .25s ease;
  z-index: 70;
}
.v75e-nav-backdrop.v75e-show { opacity: 1; pointer-events: auto; }
.v75e-nav-panel {
  position: fixed; top: 0; left: 0; bottom: 0;
  width: 82%; max-width: 320px;
  background: linear-gradient(180deg, #0b121c, #0E1621);
  border-right: 1px solid rgba(72,209,204,0.18);
  transform: translateX(-105%);
  transition: transform .28s ease;
  z-index: 75;
  padding: 14px 14px 24px;
  overflow-y: auto;
}
.v75e-nav-panel.v75e-open { transform: translateX(0); }
.v75e-nav-head {
  display: flex; align-items: center; gap: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(72,209,204,0.16);
  margin-bottom: 12px;
}
.v75e-nav-head img { width: 36px; height: 36px; border-radius: 8px; }
.v75e-nav-title { font-size: 15px; font-weight: 700; color: #E0E0E0; }
.v75e-nav-sub { font-size: 11px; color: #48D1CC; }
.v75e-nav-section { margin: 14px 0 6px; font-size: 11px; letter-spacing: 1px; color: #B0E0E6; text-transform: uppercase; }
.v75e-nav-link {
  display: flex; align-items: center; gap: 10px;
  padding: 11px 12px;
  border-radius: 10px;
  color: #E0E0E0; font-size: 14px; font-weight: 500;
  margin-bottom: 2px;
}
.v75e-nav-link:hover, .v75e-nav-link:focus { background: rgba(72,209,204,0.10); color: #B0E0E6; }
.v75e-nav-link svg { width: 18px; height: 18px; color: #48D1CC; flex-shrink: 0; }
.v75e-nav-cta {
  margin-top: 16px;
  width: 100%;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, #1E90FF, #48D1CC);
  color: #0E1621; font-weight: 700;
}

/* ---------- Hero carousel ---------- */
.v75e-hero {
  position: relative;
  margin: 12px 12px 0;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #0b121c;
  box-shadow: 0 10px 26px rgba(0,0,0,0.35);
}
.v75e-hero-track { position: absolute; inset: 0; }
.v75e-hero-slide {
  position: absolute; inset: 0;
  opacity: 0; transition: opacity .6s ease;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 14px;
  background-size: cover; background-position: center;
}
.v75e-hero-slide::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(14,22,33,0.15) 0%, rgba(14,22,33,0.85) 100%);
}
.v75e-hero-slide.v75e-active { opacity: 1; }
.v75e-hero-content { position: relative; z-index: 2; }
.v75e-hero-eyebrow {
  display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: 1px;
  padding: 4px 10px; border-radius: 999px;
  background: rgba(72,209,204,0.18); color: #B0E0E6;
  margin-bottom: 8px;
}
.v75e-hero-title { margin: 0 0 4px; font-size: 20px; font-weight: 800; color: #fff; line-height: 1.2; }
.v75e-hero-desc { margin: 0 0 10px; font-size: 12px; color: #E0E0E0; }
.v75e-hero-cta {
  display: inline-flex; align-items: center; gap: 6px;
  min-height: 38px; padding: 0 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1E90FF, #48D1CC);
  color: #0E1621; font-size: 13px; font-weight: 700;
}
.v75e-hero-dots {
  position: absolute; bottom: 8px; right: 12px; z-index: 3;
  display: flex; gap: 6px;
}
.v75e-hero-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: rgba(224,224,224,0.4);
}
.v75e-hero-dot.v75e-active { background: #48D1CC; width: 18px; border-radius: 999px; }

/* ---------- Section base ---------- */
.v75e-section { padding: 18px 12px 6px; }
.v75e-section-head {
  display: flex; align-items: baseline; justify-content: space-between;
  margin-bottom: 10px; gap: 8px;
}
.v75e-section-title {
  font-size: 16px; font-weight: 700; color: #E0E0E0;
  position: relative; padding-left: 10px;
}
.v75e-section-title::before {
  content: ""; position: absolute; left: 0; top: 4px; bottom: 4px; width: 3px;
  background: linear-gradient(180deg, #48D1CC, #1E90FF);
  border-radius: 2px;
}
.v75e-section-more { font-size: 12px; color: #48D1CC; }

/* ---------- Category tabs ---------- */
.v75e-cat-tabs {
  display: flex; gap: 6px; overflow-x: auto;
  padding: 4px 12px 10px;
  scrollbar-width: none;
}
.v75e-cat-tabs::-webkit-scrollbar { display: none; }
.v75e-cat-tab {
  flex-shrink: 0;
  padding: 7px 14px; border-radius: 999px;
  font-size: 12px; font-weight: 600;
  background: rgba(72,209,204,0.08);
  color: #B0E0E6;
  border: 1px solid rgba(72,209,204,0.18);
}
.v75e-cat-tab.v75e-active {
  background: linear-gradient(135deg, #1E90FF, #48D1CC);
  color: #0E1621; border-color: transparent;
}

/* ---------- Game grid ---------- */
.v75e-game-group { margin-bottom: 16px; }
.v75e-game-group-title {
  display: flex; align-items: center; gap: 8px;
  margin: 4px 12px 10px;
  font-size: 14px; font-weight: 700; color: #B0E0E6;
}
.v75e-game-group-title svg { width: 16px; height: 16px; color: #48D1CC; }
.v75e-game-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 0 12px;
}
@media (min-width: 375px) {
  .v75e-game-grid { grid-template-columns: repeat(5, 1fr); gap: 9px; }
}
.v75e-card {
  background: linear-gradient(180deg, rgba(30,144,255,0.06), rgba(14,22,33,0.6));
  border: 1px solid rgba(72,209,204,0.14);
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  transition: transform .15s ease, border-color .15s ease;
}
.v75e-card:active { transform: scale(0.97); border-color: rgba(72,209,204,0.5); }
.v75e-card-thumb {
  position: relative; aspect-ratio: 1 / 1;
  background: #0b121c;
  overflow: hidden;
}
.v75e-card-thumb img { width: 100%; height: 100%; object-fit: cover; }
.v75e-card-play {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(14,22,33,0.4);
  opacity: 0; transition: opacity .2s ease;
}
.v75e-card:hover .v75e-card-play,
.v75e-card:focus-within .v75e-card-play { opacity: 1; }
.v75e-card-play span {
  width: 30px; height: 30px; border-radius: 50%;
  background: linear-gradient(135deg, #1E90FF, #48D1CC);
  color: #0E1621; display: flex; align-items: center; justify-content: center;
}
.v75e-card-play svg { width: 14px; height: 14px; }
.v75e-card-name {
  font-size: 10.5px; font-weight: 600;
  padding: 5px 6px 6px;
  color: #E0E0E0;
  text-align: center;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.v75e-card-tag {
  position: absolute; top: 4px; left: 4px;
  font-size: 9px; font-weight: 700;
  padding: 2px 6px; border-radius: 6px;
  background: rgba(139,69,19,0.85); color: #fff;
}
.v75e-card-tag.v75e-hot { background: linear-gradient(135deg, #ff5b5b, #8B4513); }

/* ---------- Feature highlights ---------- */
.v75e-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding: 4px 12px;
}
.v75e-feature {
  background: linear-gradient(180deg, rgba(72,209,204,0.06), rgba(14,22,33,0.6));
  border: 1px solid rgba(72,209,204,0.14);
  border-radius: 12px;
  padding: 12px;
}
.v75e-feature-ico {
  width: 32px; height: 32px; border-radius: 9px;
  background: rgba(72,209,204,0.18); color: #48D1CC;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 8px;
}
.v75e-feature-ico svg { width: 18px; height: 18px; }
.v75e-feature-title { font-size: 13px; font-weight: 700; color: #E0E0E0; margin: 0 0 3px; }
.v75e-feature-desc { font-size: 11px; color: #B0E0E6; margin: 0; line-height: 1.45; }

/* ---------- Steps ---------- */
.v75e-steps {
  background: linear-gradient(180deg, rgba(30,144,255,0.05), rgba(14,22,33,0.6));
  border: 1px solid rgba(72,209,204,0.14);
  border-radius: 14px;
  padding: 14px 14px 6px;
  margin: 4px 12px 8px;
}
.v75e-step {
  display: flex; gap: 12px;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(72,209,204,0.15);
}
.v75e-step:last-child { border-bottom: 0; }
.v75e-step-num {
  flex-shrink: 0;
  width: 28px; height: 28px; border-radius: 50%;
  background: linear-gradient(135deg, #1E90FF, #48D1CC);
  color: #0E1621; font-weight: 800; font-size: 13px;
  display: flex; align-items: center; justify-content: center;
}
.v75e-step-title { font-size: 13px; font-weight: 700; color: #E0E0E0; margin: 0 0 2px; }
.v75e-step-desc { font-size: 12px; color: #B0E0E6; margin: 0; }

/* ---------- Promo banner ---------- */
.v75e-promo-banner {
  margin: 12px;
  padding: 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, #8B4513 0%, #1E90FF 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.v75e-promo-banner::after {
  content: ""; position: absolute; right: -40px; top: -40px;
  width: 140px; height: 140px; border-radius: 50%;
  background: rgba(72,209,204,0.25);
}
.v75e-promo-banner h3 { margin: 0 0 6px; font-size: 16px; font-weight: 800; position: relative; }
.v75e-promo-banner p { margin: 0 0 12px; font-size: 12px; opacity: 0.95; position: relative; }
.v75e-promo-banner .v75e-btn {
  background: #0E1621; color: #48D1CC; position: relative;
}

/* ---------- SEO article ---------- */
.v75e-article {
  padding: 6px 14px 10px;
}
.v75e-article h2 {
  font-size: 17px; font-weight: 700; color: #E0E0E0;
  margin: 18px 0 8px;
}
.v75e-article h3 {
  font-size: 14px; font-weight: 700; color: #48D1CC;
  margin: 14px 0 6px;
}
.v75e-article p {
  font-size: 13px; color: #C8D2DC; margin: 0 0 10px;
  text-align: justify;
}
.v75e-article ul, .v75e-article ol { margin: 0 0 10px; }
.v75e-article li { font-size: 12.5px; color: #C8D2DC; margin-bottom: 4px; }
.v75e-article a { color: #48D1CC; text-decoration: underline; text-underline-offset: 2px; }
.v75e-article-callout {
  background: rgba(72,209,204,0.08);
  border-left: 3px solid #48D1CC;
  padding: 10px 12px;
  border-radius: 8px;
  margin: 10px 0;
  font-size: 12.5px; color: #B0E0E6;
}
.v75e-article-callout strong { color: #E0E0E0; }

/* ---------- FAQ ---------- */
.v75e-faq { padding: 6px 12px; }
.v75e-faq-item {
  background: rgba(14,22,33,0.7);
  border: 1px solid rgba(72,209,204,0.14);
  border-radius: 10px;
  margin-bottom: 8px;
  overflow: hidden;
}
.v75e-faq-q {
  display: flex; justify-content: space-between; align-items: center; gap: 8px;
  width: 100%; text-align: left;
  padding: 12px 14px;
  font-size: 13px; font-weight: 600; color: #E0E0E0;
  min-height: 44px;
}
.v75e-faq-q-icon { flex-shrink: 0; transition: transform .2s ease; color: #48D1CC; }
.v75e-faq-item.v75e-open .v75e-faq-q-icon { transform: rotate(45deg); }
.v75e-faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height .25s ease, padding .25s ease;
  padding: 0 14px;
  font-size: 12.5px; color: #B0E0E6;
}
.v75e-faq-item.v75e-open .v75e-faq-a {
  max-height: 320px;
  padding: 0 14px 12px;
}

/* ---------- Internal link list ---------- */
.v75e-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding: 4px 12px;
}
.v75e-link-card {
  display: flex; align-items: center; gap: 8px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(72,209,204,0.06);
  border: 1px solid rgba(72,209,204,0.14);
  font-size: 12px; font-weight: 600; color: #E0E0E0;
}
.v75e-link-card svg { width: 16px; height: 16px; color: #48D1CC; flex-shrink: 0; }
.v75e-link-card:hover, .v75e-link-card:focus { background: rgba(72,209,204,0.12); color: #B0E0E6; }

/* ---------- Footer ---------- */
.v75e-footer {
  margin-top: 18px;
  padding: 18px 14px calc(86px + env(safe-area-inset-bottom));
  background: linear-gradient(180deg, #0b121c, #060a10);
  border-top: 1px solid rgba(72,209,204,0.14);
  font-size: 12px; color: #8a99a8;
}
.v75e-footer-brand {
  display: flex; align-items: center; gap: 10px; margin-bottom: 12px;
}
.v75e-footer-brand img { width: 30px; height: 30px; border-radius: 8px; }
.v75e-footer-brand strong { color: #E0E0E0; font-size: 14px; }
.v75e-footer-cols {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  margin-bottom: 14px;
}
.v75e-footer-col h4 {
  font-size: 12px; color: #B0E0E6; margin: 0 0 6px;
  text-transform: uppercase; letter-spacing: 0.6px;
}
.v75e-footer-col a {
  display: block; padding: 3px 0;
  color: #8a99a8; font-size: 12px;
}
.v75e-footer-col a:hover { color: #48D1CC; }
.v75e-footer-pay {
  display: flex; flex-wrap: wrap; gap: 6px; margin: 10px 0;
}
.v75e-footer-pay span {
  padding: 4px 8px; border-radius: 6px;
  background: rgba(72,209,204,0.08); color: #B0E0E6; font-size: 10px;
}
.v75e-footer-legal {
  border-top: 1px dashed rgba(72,209,204,0.14);
  padding-top: 10px; line-height: 1.6;
  font-size: 11px; color: #6c7a89;
}
.v75e-footer-legal a { color: #48D1CC; }

/* ---------- Mobile bottom nav ---------- */
.v75e-bottom-nav {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 65;
  display: flex;
  max-width: 430px;
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(11,18,28,0.96), rgba(11,18,28,1));
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(72,209,204,0.22);
  padding-bottom: env(safe-area-inset-bottom);
}
.v75e-bottom-item {
  flex: 1;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 3px;
  padding: 8px 4px 9px;
  min-height: 58px;
  color: #8a99a8;
  font-size: 10px; font-weight: 600;
  position: relative;
  transition: color .15s ease;
}
.v75e-bottom-item svg { width: 22px; height: 22px; }
.v75e-bottom-item.v75e-active { color: #48D1CC; }
.v75e-bottom-item.v75e-active::before {
  content: ""; position: absolute; top: 0;
  width: 26px; height: 3px; border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, #1E90FF, #48D1CC);
}
.v75e-bottom-item.v75e-promo {
  color: #0E1621;
}
.v75e-bottom-promo-btn {
  position: relative;
  margin-top: -18px;
  width: 50px; height: 50px; border-radius: 50%;
  background: linear-gradient(135deg, #1E90FF, #48D1CC);
  display: flex; align-items: center; justify-content: center;
  color: #0E1621;
  box-shadow: 0 6px 18px rgba(30,144,255,0.4);
  border: 3px solid #0b121c;
}
.v75e-bottom-promo-btn svg { width: 24px; height: 24px; }
.v75e-bottom-promo-label {
  font-size: 10px; font-weight: 700; color: #48D1CC; margin-top: 2px;
}

/* ---------- Utility ---------- */
.v75e-container { padding: 0 12px; }
.v75e-text-center { text-align: center; }
.v75e-mt-0 { margin-top: 0; }
.v75e-hidden { display: none !important; }
.v75e-skip {
  position: absolute; left: -9999px; top: auto;
  width: 1px; height: 1px; overflow: hidden;
}
.v75e-skip:focus {
  left: 12px; top: 12px; width: auto; height: auto;
  padding: 8px 14px; border-radius: 8px;
  background: #1E90FF; color: #fff; z-index: 200;
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}
