/* ============================================================
 * 3win app - design-87bc.css
 * All custom classes use the vc69- prefix.
 * Palette: #2D2D2D | #E91E63 | #FF1493 | #F08080
 * Mobile-first. Root font 62.5% for rem sizing.
 * ============================================================ */

:root {
  --vc69-bg: #2D2D2D;
  --vc69-bg-alt: #1c1c1c;
  --vc69-bg-soft: #3a3a3a;
  --vc69-primary: #E91E63;
  --vc69-pink: #FF1493;
  --vc69-coral: #F08080;
  --vc69-text: #ffffff;
  --vc69-text-soft: #ffd6e3;
  --vc69-text-muted: #c9a9b3;
  --vc69-gold: #ffd700;
  --vc69-radius: 12px;
  --vc69-shadow: 0 4px 18px rgba(0, 0, 0, 0.45);
  --vc69-gradient: linear-gradient(135deg, #E91E63 0%, #FF1493 50%, #F08080 100%);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Be Vietnam Pro", "Segoe UI", system-ui, -apple-system, sans-serif;
  background: var(--vc69-bg);
  color: var(--vc69-text);
  line-height: 1.5;
  font-size: 1.5rem;
  max-width: 430px;
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
}

img { max-width: 100%; display: block; }

a { color: var(--vc69-coral); text-decoration: none; }
a:hover { color: var(--vc69-gold); }

.vc69-container {
  width: 100%;
  padding: 0 1.2rem;
}

/* ====================== HEADER ====================== */
.vc69-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  max-width: 430px;
  margin: 0 auto;
  background: linear-gradient(180deg, #1c1c1c 0%, #2D2D2D 100%);
  border-bottom: 1px solid rgba(233, 30, 99, 0.35);
  z-index: 1000;
  box-shadow: var(--vc69-shadow);
}

.vc69-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem 1rem;
  gap: 0.6rem;
}

.vc69-brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  min-width: 0;
}

.vc69-brand img {
  width: 3rem;
  height: 3rem;
  border-radius: 8px;
  border: 1px solid var(--vc69-primary);
}

.vc69-brand-name {
  font-size: 1.7rem;
  font-weight: 800;
  background: var(--vc69-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.3px;
}

.vc69-header-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.vc69-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.7rem 1.2rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1.3rem;
  border: none;
  cursor: pointer;
  min-height: 38px;
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}
.vc69-btn:active { transform: scale(0.96); }

.vc69-btn-primary {
  background: var(--vc69-gradient);
  color: #fff;
  box-shadow: 0 4px 14px rgba(255, 20, 147, 0.45);
}
.vc69-btn-primary:hover { filter: brightness(1.08); color: #fff; }

.vc69-btn-outline {
  background: transparent;
  color: var(--vc69-coral);
  border: 1.5px solid var(--vc69-pink);
}
.vc69-btn-outline:hover { background: rgba(255, 20, 147, 0.12); color: var(--vc69-pink); }

.vc69-icon-btn {
  background: transparent;
  border: none;
  color: var(--vc69-text);
  font-size: 2.2rem;
  cursor: pointer;
  padding: 0.4rem;
  min-width: 44px;
  min-height: 44px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.vc69-icon-btn:hover { background: rgba(255, 20, 147, 0.15); }

/* ====================== MOBILE MENU ====================== */
.vc69-mobile-menu {
  max-height: 0;
  overflow: hidden;
  background: #1c1c1c;
  transition: max-height 0.3s ease;
  border-top: 1px solid rgba(233, 30, 99, 0.2);
}
.vc69-mobile-menu.vc69-menu-open {
  max-height: 480px;
  overflow-y: auto;
}
.vc69-mobile-menu ul { list-style: none; }
.vc69-mobile-menu li { border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
.vc69-mobile-menu a {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1.1rem 1.4rem;
  color: var(--vc69-text-soft);
  font-size: 1.4rem;
  font-weight: 600;
}
.vc69-mobile-menu a:hover {
  background: rgba(233, 30, 99, 0.14);
  color: var(--vc69-pink);
}
.vc69-mobile-menu .material-icons,
.vc69-mobile-menu i { font-size: 2rem; color: var(--vc69-coral); }

/* ====================== MAIN ====================== */
main {
  padding-top: 6.4rem;
}

.vc69-section {
  padding: 2.2rem 0 1rem;
}

.vc69-section-title {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--vc69-text);
}
.vc69-section-title .vc69-bar {
  width: 5px;
  height: 2rem;
  border-radius: 3px;
  background: var(--vc69-gradient);
}

.vc69-section-sub {
  font-size: 1.45rem;
  color: var(--vc69-text-muted);
  margin-bottom: 1.2rem;
}

/* ====================== HERO / CAROUSEL ====================== */
.vc69-hero { padding: 0.6rem 0 1.4rem; }

.vc69-carousel {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--vc69-shadow);
}

.vc69-slide {
  display: none;
  position: relative;
  cursor: pointer;
}
.vc69-slide.vc69-slide-active { display: block; }
.vc69-slide img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.vc69-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.05) 30%, rgba(0,0,0,0.78) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.2rem;
}
.vc69-slide-title {
  font-size: 1.8rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.4rem;
}
.vc69-slide-desc {
  font-size: 1.3rem;
  color: var(--vc69-text-soft);
  margin-bottom: 0.8rem;
}

.vc69-dots {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
}
.vc69-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.vc69-dot.vc69-dot-active { background: var(--vc69-pink); width: 20px; border-radius: 4px; }

/* ====================== CTA STRIP ====================== */
.vc69-cta-strip {
  display: flex;
  gap: 0.7rem;
  margin: 1.1rem 0;
}
.vc69-cta-strip .vc69-btn { flex: 1; font-size: 1.35rem; padding: 0.9rem 0.8rem; }

/* ====================== TEXT LINK INLINE ====================== */
.vc69-link-inline {
  color: var(--vc69-pink);
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}
.vc69-link-inline:hover { color: var(--vc69-gold); }

.vc69-text-link {
  color: var(--vc69-coral);
  font-weight: 600;
  text-decoration: underline;
}
.vc69-text-link:hover { color: var(--vc69-gold); }

/* ====================== FILTER PILLS ====================== */
.vc69-filter-row {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding: 0.4rem 0 1rem;
  -webkit-overflow-scrolling: touch;
}
.vc69-filter-btn {
  flex: 0 0 auto;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  background: var(--vc69-bg-soft);
  color: var(--vc69-text-soft);
  font-size: 1.25rem;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
}
.vc69-filter-btn.vc69-filter-active {
  background: var(--vc69-gradient);
  color: #fff;
  border-color: var(--vc69-pink);
}

/* ====================== GAME GRID ====================== */
.vc69-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}

.vc69-game-card {
  background: var(--vc69-bg-soft);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 20, 147, 0.12);
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  display: block;
}
.vc69-game-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(255, 20, 147, 0.35);
  border-color: var(--vc69-pink);
}
.vc69-game-img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #000;
}
.vc69-game-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vc69-game-badge {
  position: absolute;
  top: 4px;
  left: 4px;
  background: var(--vc69-gradient);
  color: #fff;
  font-size: 1rem;
  padding: 0.15rem 0.5rem;
  border-radius: 6px;
  font-weight: 700;
}
.vc69-game-name {
  padding: 0.5rem 0.4rem;
  font-size: 1.2rem;
  text-align: center;
  color: var(--vc69-text-soft);
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ====================== FEATURES / CARDS ====================== */
.vc69-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
}
.vc69-feature {
  background: linear-gradient(160deg, #3a3a3a 0%, #1c1c1c 100%);
  border: 1px solid rgba(240, 128, 128, 0.18);
  border-radius: 12px;
  padding: 1.1rem;
  text-align: center;
}
.vc69-feature .vc69-feature-icon {
  font-size: 2.8rem;
  margin-bottom: 0.4rem;
  color: var(--vc69-pink);
}
.vc69-feature h3 {
  font-size: 1.4rem;
  margin-bottom: 0.3rem;
  color: #fff;
}
.vc69-feature p {
  font-size: 1.2rem;
  color: var(--vc69-text-muted);
}

/* ====================== STEPS ====================== */
.vc69-steps { list-style: none; counter-reset: step; }
.vc69-steps li {
  position: relative;
  padding: 0.7rem 0.7rem 0.7rem 3.4rem;
  margin-bottom: 0.7rem;
  background: var(--vc69-bg-soft);
  border-radius: 10px;
  border-left: 3px solid var(--vc69-pink);
  counter-increment: step;
  font-size: 1.3rem;
  color: var(--vc69-text-soft);
}
.vc69-steps li::before {
  content: counter(step);
  position: absolute;
  left: 0.7rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.2rem;
  height: 2.2rem;
  background: var(--vc69-gradient);
  color: #fff;
  border-radius: 50%;
  font-weight: 800;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ====================== RTP TABLE ====================== */
.vc69-rtp-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.25rem;
  background: var(--vc69-bg-soft);
  border-radius: 10px;
  overflow: hidden;
}
.vc69-rtp-table th,
.vc69-rtp-table td {
  padding: 0.7rem 0.8rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.vc69-rtp-table th {
  background: var(--vc69-pink);
  color: #fff;
  font-size: 1.2rem;
}
.vc69-rtp-table td.vc69-rtp-high { color: var(--vc69-gold); font-weight: 700; }

/* ====================== TESTIMONIALS ====================== */
.vc69-testimonials {
  display: grid;
  gap: 0.7rem;
}
.vc69-testimonial {
  background: var(--vc69-bg-soft);
  padding: 1rem;
  border-radius: 10px;
  border-left: 3px solid var(--vc69-coral);
}
.vc69-testimonial-stars { color: var(--vc69-gold); font-size: 1.2rem; margin-bottom: 0.3rem; }
.vc69-testimonial p { font-size: 1.25rem; color: var(--vc69-text-soft); margin-bottom: 0.4rem; }
.vc69-testimonial-author { font-size: 1.15rem; color: var(--vc69-text-muted); }

/* ====================== PAYMENT / WINNERS ====================== */
.vc69-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.vc69-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: var(--vc69-bg-soft);
  border: 1px solid rgba(240, 128, 128, 0.25);
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  font-size: 1.2rem;
  color: var(--vc69-text-soft);
}
.vc69-chip i { color: var(--vc69-coral); }

.vc69-winners {
  background: var(--vc69-bg-soft);
  border-radius: 10px;
  padding: 0.6rem;
}
.vc69-winner-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.55rem 0.4rem;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.08);
  font-size: 1.25rem;
}
.vc69-winner-row:last-child { border-bottom: none; }
.vc69-winner-amount { color: var(--vc69-gold); font-weight: 700; }

/* ====================== APP DOWNLOAD CTA ====================== */
.vc69-app-cta {
  background: linear-gradient(135deg, #E91E63 0%, #FF1493 100%);
  border-radius: 16px;
  padding: 1.4rem;
  text-align: center;
  color: #fff;
}
.vc69-app-cta h3 { font-size: 1.8rem; margin-bottom: 0.4rem; }
.vc69-app-cta p { font-size: 1.3rem; margin-bottom: 1rem; opacity: 0.95; }
.vc69-app-cta .vc69-btn {
  background: #fff;
  color: var(--vc69-pink);
  font-size: 1.4rem;
  padding: 0.9rem 1.6rem;
}

/* ====================== FAQ ====================== */
.vc69-faq details {
  background: var(--vc69-bg-soft);
  border-radius: 10px;
  padding: 0.9rem 1rem;
  margin-bottom: 0.6rem;
  border: 1px solid rgba(255, 20, 147, 0.1);
}
.vc69-faq summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 1.35rem;
  color: var(--vc69-text);
  list-style: none;
}
.vc69-faq summary::-webkit-details-marker { display: none; }
.vc69-faq p { margin-top: 0.6rem; color: var(--vc69-text-soft); font-size: 1.25rem; }

/* ====================== CONTENT PROSE ====================== */
.vc69-prose p {
  font-size: 1.32rem;
  color: var(--vc69-text-soft);
  margin-bottom: 0.9rem;
  line-height: 1.65;
}
.vc69-prose h2 {
  font-size: 1.8rem;
  margin: 1.4rem 0 0.7rem;
  color: var(--vc69-coral);
}
.vc69-prose h3 {
  font-size: 1.5rem;
  margin: 1rem 0 0.5rem;
  color: var(--vc69-text);
}
.vc69-prose ul { padding-left: 1.4rem; margin-bottom: 0.9rem; }
.vc69-prose li { color: var(--vc69-text-soft); font-size: 1.3rem; margin-bottom: 0.3rem; }

/* ====================== FOOTER ====================== */
.vc69-footer {
  background: #1c1c1c;
  border-top: 1px solid rgba(233, 30, 99, 0.3);
  padding: 2rem 1.2rem 7rem;
  margin-top: 1.5rem;
}
.vc69-footer-brand {
  font-size: 1.6rem;
  font-weight: 800;
  background: var(--vc69-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.5rem;
}
.vc69-footer p {
  font-size: 1.25rem;
  color: var(--vc69-text-muted);
  margin-bottom: 1rem;
  line-height: 1.55;
}
.vc69-footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.4rem 0.8rem;
  margin-bottom: 1rem;
}
.vc69-footer-links a {
  font-size: 1.2rem;
  color: var(--vc69-text-soft);
}
.vc69-footer-links a:hover { color: var(--vc69-pink); }

.vc69-footer-promos {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.6rem 0 1.2rem;
}
.vc69-footer-promos .vc69-btn {
  font-size: 1.2rem;
  padding: 0.55rem 0.9rem;
}

.vc69-footer-copy {
  font-size: 1.15rem;
  color: var(--vc69-text-muted);
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 0.8rem;
}

/* ====================== MOBILE BOTTOM NAV ====================== */
.vc69-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 430px;
  margin: 0 auto;
  height: 62px;
  background: linear-gradient(180deg, #2D2D2D 0%, #1c1c1c 100%);
  border-top: 1px solid rgba(233, 30, 99, 0.45);
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 1000;
  box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.5);
}
.vc69-bottom-nav a,
.vc69-bottom-nav button {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: var(--vc69-text-muted);
  font-size: 1rem;
  font-weight: 600;
  min-width: 60px;
  min-height: 60px;
  padding: 0.3rem;
  gap: 0.2rem;
  cursor: pointer;
  transition: color 0.18s ease, transform 0.18s ease;
}
.vc69-bottom-nav a i,
.vc69-bottom-nav button i,
.vc69-bottom-nav .material-icons {
  font-size: 22px;
}
.vc69-bottom-nav a:hover,
.vc69-bottom-nav button:hover {
  color: var(--vc69-pink);
  transform: translateY(-2px);
}
.vc69-bottom-nav .vc69-nav-current {
  color: var(--vc69-pink);
}
.vc69-bottom-nav .vc69-nav-promo {
  color: var(--vc69-coral);
}
.vc69-bottom-nav .vc69-nav-promo i { color: var(--vc69-gold); }

/* Floating back-to-top button */
#vc69-top-btn {
  position: fixed;
  right: 1.2rem;
  bottom: 74px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--vc69-gradient);
  color: #fff;
  border: none;
  font-size: 1.8rem;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 999;
  box-shadow: var(--vc69-shadow);
}
#vc69-top-btn.vc69-top-btn-show {
  opacity: 1;
  pointer-events: auto;
}

/* ====================== DESKTOP ====================== */
@media (min-width: 769px) {
  .vc69-bottom-nav { display: none; }
  body { max-width: 430px; }
  .vc69-footer { padding-bottom: 2rem; }
}

/* Mobile bottom padding for content clearance */
@media (max-width: 768px) {
  main { padding-bottom: 80px; }
}
