/* =====================================================
   5666 bet apk - Core theme stylesheet
   All custom classes use the "wc0f0-" prefix
   Mobile-first design, max-width 430px
   ===================================================== */

:root {
  --wc0f0-primary: #FF69B4;
  --wc0f0-accent: #FF8DC7;
  --wc0f0-bg: #212F3D;
  --wc0f0-bg-dark: #16202b;
  --wc0f0-bg-card: #2a3b4d;
  --wc0f0-text: #F8F8FF;
  --wc0f0-text-muted: #BDC3C7;
  --wc0f0-gray: #696969;
  --wc0f0-gold: #FFD24D;
  --wc0f0-radius: 12px;
  --wc0f0-shadow: 0 4px 18px rgba(0,0,0,0.35);
}

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

html { font-size: 62.5%; }

body {
  font-family: "Hind Siliguri", "Noto Sans Bengali", "Segoe UI", sans-serif;
  background: var(--wc0f0-bg);
  color: var(--wc0f0-text);
  line-height: 1.5rem;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: var(--wc0f0-primary); text-decoration: none; }
img { max-width: 100%; display: block; }

.wc0f0-container { width: 100%; max-width: 430px; margin: 0 auto; padding: 0 12px; }
.wc0f0-wrapper { width: 100%; max-width: 430px; margin: 0 auto; }

/* ---------- Header ---------- */
.wc0f0-header {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 1000;
  background: linear-gradient(90deg, var(--wc0f0-bg-dark), var(--wc0f0-bg));
  border-bottom: 2px solid var(--wc0f0-primary);
  box-shadow: var(--wc0f0-shadow);
}
.wc0f0-header-inner {
  max-width: 430px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 8px 12px; gap: 8px;
}
.wc0f0-brand { display: flex; align-items: center; gap: 8px; min-width: 0; }
.wc0f0-brand img { width: 28px; height: 28px; border-radius: 6px; }
.wc0f0-brand-name {
  font-size: 1.6rem; font-weight: 700; color: var(--wc0f0-primary);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.wc0f0-header-actions { display: flex; align-items: center; gap: 8px; }
.wc0f0-menu-btn {
  background: transparent; border: 0; color: var(--wc0f0-text);
  font-size: 2rem; cursor: pointer; padding: 4px 6px; line-height: 1;
}
.wc0f0-btn {
  display: inline-flex; align-items: center; gap: 4px;
  padding: 8px 14px; border-radius: 20px; border: 0;
  font-size: 1.3rem; font-weight: 700; cursor: pointer;
  transition: transform .15s ease, opacity .15s ease;
  text-decoration: none;
}
.wc0f0-btn:active { transform: scale(.94); }
.wc0f0-btn-register { background: linear-gradient(90deg, var(--wc0f0-primary), var(--wc0f0-accent)); color: #fff; }
.wc0f0-btn-login { background: transparent; color: var(--wc0f0-text); border: 1px solid var(--wc0f0-text-muted); }
.wc0f0-btn-gold { background: linear-gradient(90deg, var(--wc0f0-gold), #ffb020); color: #212F3D; }

/* ---------- Mobile expandable menu ---------- */
.wc0f0-mobile-menu {
  max-height: 0; overflow: hidden;
  background: var(--wc0f0-bg-dark);
  transition: max-height .3s ease;
  border-top: 1px solid rgba(255,105,180,.15);
}
.wc0f0-mobile-menu.wc0f0-menu-open { max-height: 520px; }
.wc0f0-mobile-menu-inner {
  max-width: 430px; margin: 0 auto; padding: 8px 12px 14px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
}
.wc0f0-mobile-menu a {
  display: block; padding: 10px 12px; border-radius: 8px;
  background: var(--wc0f0-bg-card); color: var(--wc0f0-text);
  font-size: 1.35rem; font-weight: 600;
}
.wc0f0-mobile-menu a:active { background: var(--wc0f0-primary); color: #fff; }

/* ---------- Main ---------- */
.wc0f0-main { padding-top: 60px; }

/* ---------- Carousel ---------- */
.wc0f0-carousel {
  position: relative; max-width: 430px; margin: 10px auto 0;
  border-radius: var(--wc0f0-radius); overflow: hidden; box-shadow: var(--wc0f0-shadow);
}
.wc0f0-slides { position: relative; aspect-ratio: 16/9; }
.wc0f0-slide {
  position: absolute; inset: 0; opacity: 0; transition: opacity .5s ease;
  cursor: pointer;
}
.wc0f0-slide img { width: 100%; height: 100%; object-fit: cover; }
.wc0f0-slide-active { opacity: 1; }
.wc0f0-dots {
  position: absolute; bottom: 8px; left: 0; right: 0;
  display: flex; justify-content: center; gap: 6px;
}
.wc0f0-dot {
  width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.5);
  border: 0; cursor: pointer; padding: 0;
}
.wc0f0-dot-active { background: var(--wc0f0-primary); }

/* ---------- Section ---------- */
.wc0f0-section { padding: 18px 12px; }
.wc0f0-section-title {
  font-size: 1.8rem; font-weight: 700; color: var(--wc0f0-text);
  margin-bottom: 10px; padding-left: 10px; border-left: 4px solid var(--wc0f0-primary);
}
.wc0f0-section-title .wc0f0-en { color: var(--wc0f0-primary); }

/* ---------- Game grid ---------- */
.wc0f0-cat-block { margin-bottom: 18px; }
.wc0f0-cat-title {
  font-size: 1.5rem; font-weight: 700; color: var(--wc0f0-gold);
  margin: 12px 0 8px; display: flex; align-items: center; gap: 6px;
}
.wc0f0-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px;
}
.wc0f0-game-card {
  background: var(--wc0f0-bg-card); border-radius: 10px; padding: 6px;
  text-align: center; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease;
  border: 1px solid rgba(255,105,180,.12);
}
.wc0f0-game-card:active { transform: scale(.95); box-shadow: 0 0 0 2px var(--wc0f0-primary); }
.wc0f0-game-card img {
  width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 8px; margin-bottom: 4px;
}
.wc0f0-game-name {
  font-size: 1.1rem; font-weight: 600; color: var(--wc0f0-text);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

/* ---------- Cards ---------- */
.wc0f0-card {
  background: var(--wc0f0-bg-card); border-radius: var(--wc0f0-radius);
  padding: 14px; margin-bottom: 12px; box-shadow: var(--wc0f0-shadow);
}
.wc0f0-card h2, .wc0f0-card h3 { color: var(--wc0f0-primary); margin-bottom: 8px; }
.wc0f0-card p { color: var(--wc0f0-text-muted); margin-bottom: 8px; font-size: 1.4rem; }
.wc0f0-card .wc0f0-link {
  color: var(--wc0f0-primary); font-weight: 700; cursor: pointer;
}

/* ---------- Feature list ---------- */
.wc0f0-feature-list { list-style: none; display: grid; gap: 10px; }
.wc0f0-feature-list li {
  display: flex; gap: 10px; align-items: flex-start;
  background: var(--wc0f0-bg-card); padding: 10px; border-radius: 8px;
}
.wc0f0-feature-list .material-icons { color: var(--wc0f0-primary); font-size: 22px; }

/* ---------- RTP table ---------- */
.wc0f0-rtp-table { width: 100%; border-collapse: collapse; font-size: 1.3rem; }
.wc0f0-rtp-table th, .wc0f0-rtp-table td {
  padding: 8px; border-bottom: 1px solid rgba(255,255,255,.08); text-align: left;
}
.wc0f0-rtp-table th { color: var(--wc0f0-gold); }
.wc0f0-rtp-table td.wc0f0-rtp-val { color: var(--wc0f0-primary); font-weight: 700; }

/* ---------- Testimonials ---------- */
.wc0f0-testi { background: var(--wc0f0-bg-card); border-radius: 10px; padding: 12px; margin-bottom: 10px; }
.wc0f0-testi-name { color: var(--wc0f0-gold); font-weight: 700; font-size: 1.35rem; }
.wc0f0-testi-text { color: var(--wc0f0-text-muted); font-size: 1.3rem; margin-top: 4px; }
.wc0f0-stars { color: var(--wc0f0-gold); font-size: 1.3rem; }

/* ---------- Winners ---------- */
.wc0f0-winner {
  display: flex; justify-content: space-between; align-items: center;
  background: var(--wc0f0-bg-card); padding: 10px 12px; border-radius: 8px; margin-bottom: 8px;
}
.wc0f0-winner .wc0f0-wname { font-weight: 700; color: var(--wc0f0-text); }
.wc0f0-winner .wc0f0-wamt { color: var(--wc0f0-primary); font-weight: 700; }

/* ---------- Payment ---------- */
.wc0f0-pay-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.wc0f0-pay-item {
  background: var(--wc0f0-bg-card); border-radius: 8px; padding: 10px 4px;
  text-align: center; font-size: 1.1rem; color: var(--wc0f0-text-muted);
}
.wc0f0-pay-item .material-icons, .wc0f0-pay-item i { font-size: 24px; color: var(--wc0f0-primary); }

/* ---------- App download CTA ---------- */
.wc0f0-app-cta {
  background: linear-gradient(90deg, var(--wc0f0-primary), var(--wc0f0-accent));
  border-radius: var(--wc0f0-radius); padding: 16px; color: #fff; text-align: center;
}
.wc0f0-app-cta h3 { color: #fff; margin-bottom: 8px; }
.wc0f0-app-cta .wc0f0-btn { background: #fff; color: var(--wc0f0-primary); margin-top: 8px; }

/* ---------- FAQ ---------- */
.wc0f0-faq-item { background: var(--wc0f0-bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.wc0f0-faq-q {
  width: 100%; text-align: left; background: transparent; border: 0; color: var(--wc0f0-text);
  padding: 12px; font-size: 1.4rem; font-weight: 700; cursor: pointer; display: flex; justify-content: space-between; align-items: center;
}
.wc0f0-faq-q .wc0f0-faq-icon { color: var(--wc0f0-primary); transition: transform .2s; }
.wc0f0-faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; padding: 0 12px; color: var(--wc0f0-text-muted); }
.wc0f0-faq-open .wc0f0-faq-a { max-height: 240px; padding-bottom: 12px; }
.wc0f0-faq-open .wc0f0-faq-icon { transform: rotate(45deg); }

/* ---------- Promo banner ---------- */
.wc0f0-promo-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 12px; }
.wc0f0-promo-box {
  background: var(--wc0f0-bg-card); border-radius: 10px; padding: 12px; text-align: center;
  border: 1px dashed var(--wc0f0-primary);
}
.wc0f0-promo-box .wc0f0-promo-t { color: var(--wc0f0-gold); font-weight: 700; font-size: 1.5rem; }
.wc0f0-promo-box .wc0f0-promo-d { color: var(--wc0f0-text-muted); font-size: 1.2rem; margin: 4px 0 8px; }

/* ---------- SEO text ---------- */
.wc0f0-seo-text { font-size: 1.35rem; color: var(--wc0f0-text-muted); line-height: 1.7; }
.wc0f0-seo-text a { color: var(--wc0f0-primary); font-weight: 600; }
.wc0f0-seo-text strong { color: var(--wc0f0-text); }

/* ---------- Footer ---------- */
.wc0f0-footer {
  background: var(--wc0f0-bg-dark); border-top: 2px solid var(--wc0f0-primary);
  padding: 18px 12px 90px; margin-top: 18px;
}
.wc0f0-footer-brand { color: var(--wc0f0-text-muted); font-size: 1.3rem; margin-bottom: 12px; line-height: 1.6; }
.wc0f0-footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 12px; }
.wc0f0-footer-links a { color: var(--wc0f0-text); font-size: 1.25rem; padding: 6px 0; }
.wc0f0-footer-promo { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.wc0f0-footer-copy { color: var(--wc0f0-gray); font-size: 1.2rem; text-align: center; }

/* ---------- Bottom nav ---------- */
.wc0f0-bnav {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 1000;
  height: 60px; background: var(--wc0f0-bg-dark);
  border-top: 2px solid var(--wc0f0-primary);
  display: flex; justify-content: space-around; align-items: center;
  box-shadow: 0 -4px 14px rgba(0,0,0,.35);
}
.wc0f0-bnav-btn {
  min-width: 60px; min-height: 60px; background: transparent; border: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 2px; color: var(--wc0f0-text-muted); cursor: pointer; text-decoration: none;
  transition: color .15s ease, transform .15s ease; flex: 1;
}
.wc0f0-bnav-btn .wc0f0-bnav-ico { font-size: 24px; line-height: 1; }
.wc0f0-bnav-btn .wc0f0-bnav-lbl { font-size: 1.05rem; }
.wc0f0-bnav-btn:active { transform: scale(.9); }
.wc0f0-bnav-active { color: var(--wc0f0-primary); }
.wc0f0-bnav-active .wc0f0-bnav-ico { color: var(--wc0f0-primary); }

/* ---------- Desktop ---------- */
@media (min-width: 769px) {
  .wc0f0-bnav { display: none; }
  .wc0f0-footer { padding-bottom: 24px; }
  .wc0f0-container, .wc0f0-wrapper, .wc0f0-header-inner,
  .wc0f0-mobile-menu-inner, .wc0f0-carousel { max-width: 760px; }
}

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