/* =========================================================
 * jilibdt.homes - layout-3593.css
 * All custom classes use the "g936-" prefix.
 * Palette: #00FF7F | #ADFF2F | #0D1117 | #A9A9A9 | #00FA9A | #2F2F2F
 * ========================================================= */

:root {
  --g936-primary: #00FF7F;
  --g936-accent: #ADFF2F;
  --g936-bg: #0D1117;
  --g936-bg-soft: #2F2F2F;
  --g936-muted: #A9A9A9;
  --g936-hi: #00FA9A;
  --g936-text: #E8F7EE;
  --g936-radius: 14px;
}

/* ---------- Reset ---------- */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 62.5%; -webkit-text-size-adjust: 100%; }
body {
  font-family: "Hind Siliguri", "Noto Sans Bengali", "Segoe UI", system-ui, sans-serif;
  background: var(--g936-bg);
  color: var(--g936-text);
  line-height: 1.5;
  font-size: 1.5rem;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: var(--g936-primary); text-decoration: none; }
ul { list-style: none; }
h1, h2, h3 { font-weight: 700; line-height: 1.3; }
.g936-no-scroll { overflow: hidden; }

/* ---------- Layout container ---------- */
.g936-container {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  padding: 0 1.2rem;
}
.g936-wrapper { background: var(--g936-bg); min-height: 100vh; }

/* ---------- Header ---------- */
.g936-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  max-width: 430px;
  margin: 0 auto;
  background: rgba(13, 17, 23, 0.96);
  border-bottom: 1px solid rgba(0, 255, 127, 0.25);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.g936-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.8rem 1.2rem;
}
.g936-brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 800;
  font-size: 1.7rem;
  color: var(--g936-primary);
  letter-spacing: 0.4px;
}
.g936-brand img { width: 28px; height: 28px; border-radius: 6px; }
.g936-brand small { display: block; font-size: 1rem; color: var(--g936-muted); font-weight: 500; }

.g936-header-actions { display: flex; align-items: center; gap: 0.5rem; }
.g936-icon-btn {
  background: transparent;
  border: 0;
  color: var(--g936-text);
  font-size: 1.8rem;
  padding: 0.5rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.g936-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border: 0;
  border-radius: 999px;
  padding: 0.7rem 1.3rem;
  font-weight: 700;
  font-size: 1.35rem;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}
.g936-btn:active { transform: scale(0.96); }
.g936-btn-register {
  background: linear-gradient(135deg, var(--g936-primary), var(--g936-hi));
  color: #062013;
  box-shadow: 0 4px 14px rgba(0, 255, 127, 0.35);
}
.g936-btn-login {
  background: transparent;
  color: var(--g936-primary);
  border: 1.5px solid var(--g936-primary);
}

/* ---------- Mobile menu / drawer ---------- */
.g936-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease;
}
.g936-mobile-menu {
  position: fixed;
  top: 0; right: -85%;
  width: 78%;
  max-width: 320px;
  height: 100%;
  background: var(--g936-bg-soft);
  z-index: 9999;
  padding: 2.4rem 1.6rem;
  transition: right 0.3s ease;
  overflow-y: auto;
  border-left: 1px solid rgba(0, 255, 127, 0.2);
}
.g936-menu-open { right: 0; }
.g936-menu-open ~ .g936-menu-overlay { opacity: 1; visibility: visible; }
.g936-mobile-menu h3 { color: var(--g936-primary); margin-bottom: 1rem; font-size: 1.5rem; }
.g936-mobile-menu ul li { margin: 0.4rem 0; }
.g936-mobile-menu a {
  display: block;
  padding: 0.9rem 1rem;
  border-radius: 10px;
  color: var(--g936-text);
  background: rgba(255, 255, 255, 0.04);
  transition: background 0.15s ease;
}
.g936-mobile-menu a:hover, .g936-mobile-menu a:focus { background: rgba(0, 255, 127, 0.12); }
.g936-menu-close {
  background: transparent; border: 0; color: #fff; font-size: 2.2rem;
  position: absolute; top: 1rem; right: 1.2rem; cursor: pointer;
}

/* ---------- Hero / carousel ---------- */
.g936-hero {
  margin-top: 6.4rem;
  padding-top: 1rem;
}
.g936-carousel {
  position: relative;
  overflow: hidden;
  border-radius: var(--g936-radius);
  border: 1px solid rgba(0, 255, 127, 0.18);
}
.g936-carousel-track {
  display: flex;
  transition: transform 0.5s ease;
}
.g936-carousel-slide {
  flex: 0 0 100%;
  position: relative;
  cursor: pointer;
}
.g936-carousel-slide img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.g936-carousel-cap {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 0.9rem 1.1rem;
  background: linear-gradient(transparent, rgba(13, 17, 23, 0.92));
  font-weight: 700;
  color: #fff;
}
.g936-carousel-cap span { color: var(--g936-accent); }
.g936-carousel-btn {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.45);
  color: #fff; border: 0;
  width: 34px; height: 34px; border-radius: 50%;
  font-size: 1.6rem; cursor: pointer;
}
.g936-carousel-prev { left: 6px; }
.g936-carousel-next { right: 6px; }
.g936-carousel-dots {
  position: absolute; bottom: 8px; left: 0; right: 0;
  display: flex; justify-content: center; gap: 6px;
}
.g936-carousel-dots button {
  width: 7px; height: 7px; border-radius: 50%;
  background: rgba(255, 255, 255, 0.4); border: 0; padding: 0; cursor: pointer;
}
.g936-dot-active { background: var(--g936-primary) !important; width: 18px !important; border-radius: 4px !important; }

/* ---------- Section / heading ---------- */
.g936-section { padding: 1.6rem 0; }
.g936-section-title {
  font-size: 1.8rem;
  color: var(--g936-text);
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.g936-section-title i, .g936-section-title span.material-icons {
  color: var(--g936-accent); font-size: 1.8rem;
}
.g936-section-title small {
  font-size: 1.2rem; color: var(--g936-muted); font-weight: 500; margin-left: auto;
}
.g936-lead { color: var(--g936-muted); margin-bottom: 1rem; }

/* ---------- Game grid ---------- */
.g936-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}
.g936-game-card {
  background: var(--g936-bg-soft);
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  cursor: pointer;
}
.g936-game-card:active { transform: scale(0.96); box-shadow: 0 0 0 2px var(--g936-primary); }
.g936-game-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #11181f;
}
.g936-game-card-name {
  padding: 0.45rem 0.5rem;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--g936-text);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.g936-game-card-tag {
  position: absolute; top: 4px; left: 4px;
  background: var(--g936-primary); color: #062013;
  font-size: 0.95rem; font-weight: 700;
  padding: 1px 6px; border-radius: 6px;
}

/* ---------- Info / feature cards ---------- */
.g936-cards-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
}
.g936-card {
  background: var(--g936-bg-soft);
  border-radius: var(--g936-radius);
  padding: 1.2rem;
  border: 1px solid rgba(0, 255, 127, 0.08);
}
.g936-card h3 { font-size: 1.4rem; color: var(--g936-primary); margin-bottom: 0.4rem; }
.g936-card p { font-size: 1.25rem; color: var(--g936-muted); }
.g936-card i, .g936-card span.material-icons { color: var(--g936-accent); font-size: 1.8rem; }

/* ---------- Promo CTA banner ---------- */
.g936-promo-cta {
  background: linear-gradient(135deg, #062013, #0D1117);
  border: 1px solid var(--g936-primary);
  border-radius: var(--g936-radius);
  padding: 1.3rem;
  text-align: center;
  margin: 1.2rem 0;
}
.g936-promo-cta h3 { color: var(--g936-accent); font-size: 1.6rem; margin-bottom: 0.4rem; }
.g936-promo-cta p { color: var(--g936-muted); margin-bottom: 0.8rem; }

/* ---------- Testimonials ---------- */
.g936-testimonial {
  background: var(--g936-bg-soft);
  border-left: 3px solid var(--g936-primary);
  border-radius: 10px;
  padding: 1rem;
  margin-bottom: 0.7rem;
}
.g936-testimonial p { color: var(--g936-text); margin-bottom: 0.4rem; }
.g936-testimonial cite { color: var(--g936-muted); font-style: normal; font-size: 1.15rem; }

/* ---------- Winners strip ---------- */
.g936-winners {
  background: var(--g936-bg-soft);
  border-radius: var(--g936-radius);
  padding: 0.8rem 1rem;
  display: flex; gap: 0.8rem;
  overflow-x: auto;
  font-size: 1.2rem;
}
.g936-winners span { color: var(--g936-accent); font-weight: 700; white-space: nowrap; }
.g936-winners em { color: var(--g936-muted); font-style: normal; margin-right: 0.4rem; }

/* ---------- FAQ ---------- */
.g936-faq details {
  background: var(--g936-bg-soft);
  border-radius: 10px;
  padding: 0.9rem 1rem;
  margin-bottom: 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.04);
}
.g936-faq summary {
  cursor: pointer; font-weight: 700; color: var(--g936-text);
  list-style: none;
}
.g936-faq summary::-webkit-details-marker { display: none; }
.g936-faq details[open] summary { color: var(--g936-primary); }
.g936-faq p { margin-top: 0.6rem; color: var(--g936-muted); }

/* ---------- Payment methods ---------- */
.g936-pay-row { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.g936-pay-row span {
  background: var(--g936-bg-soft);
  border: 1px solid rgba(0, 255, 127, 0.15);
  color: var(--g936-text);
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-size: 1.2rem;
  display: inline-flex; align-items: center; gap: 0.3rem;
}

/* ---------- RTP table ---------- */
.g936-rtp-row {
  display: flex; justify-content: space-between;
  background: var(--g936-bg-soft);
  border-radius: 8px;
  padding: 0.6rem 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}
.g936-rtp-row b { color: var(--g936-accent); }

/* ---------- SEO article body ---------- */
.g936-article { color: var(--g936-text); font-size: 1.4rem; line-height: 1.7; }
.g936-article h2 { color: var(--g936-primary); margin: 1.2rem 0 0.5rem; font-size: 1.7rem; }
.g936-article h3 { color: var(--g936-accent); margin: 1rem 0 0.4rem; font-size: 1.45rem; }
.g936-article p { margin-bottom: 0.8rem; color: #C9D6CE; }
.g936-article a { color: var(--g936-primary); text-decoration: underline; text-underline-offset: 2px; }
.g936-promo-link {
  color: var(--g936-accent) !important;
  font-weight: 700;
  cursor: pointer;
}
.g936-promo-link:hover { text-decoration: underline; }

/* ---------- Footer ---------- */
.g936-footer {
  background: #060a0f;
  border-top: 1px solid rgba(0, 255, 127, 0.2);
  padding: 2rem 0 8rem;
  margin-top: 1.5rem;
}
.g936-footer h3 { color: var(--g936-primary); font-size: 1.4rem; margin-bottom: 0.7rem; }
.g936-footer-links { display: flex; flex-wrap: wrap; gap: 0.5rem 1rem; margin: 0.8rem 0; }
.g936-footer-links a {
  color: var(--g936-muted);
  font-size: 1.2rem;
  background: rgba(255, 255, 255, 0.03);
  padding: 0.35rem 0.8rem;
  border-radius: 6px;
}
.g936-footer-links a:hover { color: var(--g936-primary); }
.g936-footer p { color: var(--g936-muted); font-size: 1.15rem; margin-top: 0.8rem; }
.g936-footer-promo {
  display: flex; flex-wrap: wrap; gap: 0.6rem; margin: 1rem 0;
}
.g936-footer-promo button {
  flex: 1 1 45%;
  background: linear-gradient(135deg, var(--g936-primary), var(--g936-hi));
  color: #062013;
  border: 0; border-radius: 8px;
  padding: 0.7rem; font-weight: 700; font-size: 1.25rem; cursor: pointer;
}

/* ---------- Bottom navigation ---------- */
.g936-bottomnav {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  max-width: 430px;
  margin: 0 auto;
  height: 62px;
  background: rgba(6, 10, 15, 0.98);
  border-top: 1px solid rgba(0, 255, 127, 0.3);
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 1000;
  box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.5);
}
.g936-bottomnav-btn {
  flex: 1;
  min-width: 60px;
  min-height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  background: transparent;
  border: 0;
  color: var(--g936-muted);
  font-size: 1.05rem;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.15s ease, transform 0.15s ease;
}
.g936-bottomnav-btn i,
.g936-bottomnav-btn span.material-icons {
  font-size: 22px;
}
.g936-bottomnav-btn:active { transform: scale(0.92); }
.g936-bottomnav-btn:hover { color: var(--g936-text); }
.g936-bottomnav-active { color: var(--g936-primary) !important; }
.g936-bottomnav-active i,
.g936-bottomnav-active span.material-icons { color: var(--g936-primary); }
.g936-bottomnav-promo {
  color: var(--g936-accent);
}
.g936-bottomnav-promo i { color: var(--g936-accent); }

/* ---------- Toast ---------- */
.g936-toast {
  position: fixed;
  bottom: 84px; left: 50%; transform: translateX(-50%);
  background: var(--g936-primary); color: #062013;
  padding: 0.7rem 1.4rem; border-radius: 999px;
  font-weight: 700; font-size: 1.25rem; z-index: 1100;
  box-shadow: 0 6px 18px rgba(0, 255, 127, 0.4);
}

/* ---------- Search box ---------- */
.g936-search-box {
  max-height: 0; overflow: hidden;
  transition: max-height 0.25s ease;
}
.g936-search-open { max-height: 80px; }
.g936-search-box input {
  width: 100%;
  padding: 0.7rem 1rem;
  border-radius: 10px;
  border: 1px solid rgba(0, 255, 127, 0.25);
  background: var(--g936-bg-soft);
  color: var(--g936-text);
  font-size: 1.3rem;
  margin: 0.6rem 0;
}

/* ---------- Desktop: hide bottom nav ---------- */
@media (min-width: 769px) {
  .g936-bottomnav { display: none; }
  .g936-footer { padding-bottom: 2rem; }
}

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