/*!
 * tk 111 - style-f9c8.css
 * Site: tk-111.click (bn-BD)
 * All custom classes use prefix `v85e-`.
 * Palette: #DDA0DD (plum) | #004D40 (deep teal) | #1A1A2E (dark bg) |
 *          #8A2BE2 (blue violet) | #9932CC (dark orchid)
 * Mobile-first, container max-width: 430px.
 */

:root {
  --v85e-bg: #1A1A2E;
  --v85e-bg-2: #16162a;
  --v85e-bg-3: #20203b;
  --v85e-teal: #004D40;
  --v85e-violet: #8A2BE2;
  --v85e-orchid: #9932CC;
  --v85e-plum: #DDA0DD;
  --v85e-text: #f3e9fb;
  --v85e-muted: #b9a9d6;
  --v85e-line: rgba(221, 160, 221, 0.16);
  --v85e-gold: #ffd86b;
  --v85e-radius: 14px;
  --v85e-shadow: 0 6px 22px rgba(0, 0, 0, 0.35);
}

* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }

html { font-size: 62.5%; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Hind Siliguri", "Noto Sans Bengali", "Segoe UI", Roboto, system-ui, sans-serif;
  background: radial-gradient(1200px 600px at 50% -200px, #2a1a4a 0%, var(--v85e-bg) 55%) fixed;
  color: var(--v85e-text);
  line-height: 1.5rem;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

/* ===================== Layout container ===================== */
.v85e-wrap {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  background: var(--v85e-bg);
  position: relative;
  min-height: 100vh;
}

main.v85e-main { padding: 84px 0 92px; }

/* ===================== Header ===================== */
.v85e-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  max-width: 430px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: linear-gradient(120deg, rgba(138,43,226,0.92), rgba(153,50,204,0.92));
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 14px rgba(0,0,0,0.4);
}
.v85e-logo { display: flex; align-items: center; gap: 8px; color: #fff; font-weight: 700; }
.v85e-logo img { width: 28px; height: 28px; border-radius: 7px; }
.v85e-logo b { font-size: 1.7rem; letter-spacing: 0.4px; }
.v85e-logo span { font-size: 1.05rem; opacity: 0.85; display: block; line-height: 1; }
.v85e-spacer { flex: 1; }

.v85e-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  border: 0; border-radius: 999px; cursor: pointer;
  font-weight: 700; font-size: 1.35rem; padding: 8px 16px; min-height: 36px;
  transition: transform .15s ease, box-shadow .15s ease;
  color: #fff; font-family: inherit;
}
.v85e-btn:active { transform: scale(0.96); }
.v85e-btn-login { background: rgba(255,255,255,0.16); border: 1px solid rgba(255,255,255,0.35); }
.v85e-btn-register {
  background: linear-gradient(135deg, var(--v85e-gold), #ff9d3c);
  color: #2a1500; box-shadow: 0 4px 14px rgba(255,170,60,0.4);
}
.v85e-menu-btn {
  background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.3);
  color: #fff; width: 38px; height: 38px; border-radius: 10px;
  display: inline-flex; align-items: center; justify-content: center; cursor: pointer;
}

/* ===================== Mobile expandable menu ===================== */
.v85e-mobile-menu {
  position: fixed; top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(15,8,30,0.96);
  z-index: 9999; padding: 70px 18px 30px;
  transform: translateX(100%); transition: transform .28s ease;
  overflow-y: auto;
}
.v85e-mobile-menu.v85e-open { transform: translateX(0); }
.v85e-mobile-menu .v85e-close {
  position: absolute; top: 16px; right: 16px;
  background: rgba(255,255,255,0.12); color: #fff; border: 0;
  width: 40px; height: 40px; border-radius: 10px; font-size: 1.8rem; cursor: pointer;
}
.v85e-mobile-menu h4 { color: var(--v85e-plum); font-size: 1.4rem; text-transform: uppercase; letter-spacing: 1px; margin: 16px 0 8px; }
.v85e-mobile-menu a {
  display: block; padding: 12px 14px; margin-bottom: 6px;
  background: var(--v85e-bg-3); border-radius: 10px; color: var(--v85e-text); font-size: 1.45rem;
}
.v85e-mobile-menu a:active { background: var(--v85e-orchid); }
body.v85e-no-scroll { overflow: hidden; }

/* ===================== Hero ===================== */
.v85e-hero {
  position: relative; overflow: hidden;
  margin: 12px 14px; border-radius: var(--v85e-radius);
  box-shadow: var(--v85e-shadow);
}
.v85e-hero-slider { position: relative; }
.v85e-hero-slide {
  display: none; padding: 22px 18px;
  background: linear-gradient(135deg, var(--v85e-orchid), var(--v85e-teal));
  color: #fff; min-height: 150px;
}
.v85e-hero-slide.v85e-active { display: block; animation: v85eFade .5s ease; }
@keyframes v85eFade { from { opacity: 0; } to { opacity: 1; } }
.v85e-hero-slide h2 { margin: 0 0 6px; font-size: 2.1rem; line-height: 1.25; }
.v85e-hero-slide p { margin: 0 0 12px; opacity: 0.92; font-size: 1.35rem; }
.v85e-hero-dots { text-align: center; padding: 8px 0; background: rgba(0,0,0,0.18); }
.v85e-hero-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.4); margin: 0 4px; }
.v85e-hero-dot.v85e-active { background: var(--v85e-gold); width: 22px; border-radius: 5px; }

/* ===================== Sections ===================== */
.v85e-section { padding: 18px 14px 6px; }
.v85e-section-head { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.v85e-section-head h2 { font-size: 1.85rem; margin: 0; color: #fff; }
.v85e-section-head .v85e-bar { width: 4px; height: 22px; border-radius: 3px; background: linear-gradient(var(--v85e-violet), var(--v85e-plum)); }
.v85e-more { margin-left: auto; font-size: 1.25rem; color: var(--v85e-plum); }

.v85e-card {
  background: var(--v85e-bg-3);
  border: 1px solid var(--v85e-line);
  border-radius: var(--v85e-radius);
  padding: 14px;
  box-shadow: var(--v85e-shadow);
}
.v85e-card h3 { margin: 0 0 8px; font-size: 1.55rem; color: var(--v85e-plum); }
.v85e-card p { margin: 0; font-size: 1.35rem; color: var(--v85e-muted); }

/* ===================== Game grid ===================== */
.v85e-game-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
}
.v85e-game {
  background: var(--v85e-bg-3); border-radius: 12px; overflow: hidden;
  border: 1px solid var(--v85e-line); cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease;
}
.v85e-game:active { transform: scale(0.96); box-shadow: 0 6px 18px rgba(138,43,226,0.4); }
.v85e-game img { width: 100%; aspect-ratio: 1/1; object-fit: cover; background: #0d0d1f; }
.v85e-game .v85e-gname {
  font-size: 1.15rem; color: var(--v85e-text); text-align: center;
  padding: 6px 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.v85e-cat-tag {
  display: inline-block; font-size: 1.15rem; padding: 3px 10px; border-radius: 999px;
  background: rgba(221,160,221,0.14); color: var(--v85e-plum); margin-bottom: 10px;
}

/* ===================== Promo CTA ===================== */
.v85e-cta {
  display: block; margin: 16px 14px; padding: 16px;
  border-radius: var(--v85e-radius); text-align: center; color: #fff;
  background: linear-gradient(135deg, var(--v85e-violet), var(--v85e-orchid));
  box-shadow: 0 8px 22px rgba(138,43,226,0.4); cursor: pointer; border: 0;
  font-size: 1.55rem; font-weight: 700; width: calc(100% - 28px);
}
.v85e-cta:active { transform: scale(0.98); }
.v85e-text-link { color: var(--v85e-gold); font-weight: 700; }

/* ===================== RTP / Stats ===================== */
.v85e-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.v85e-stat { background: var(--v85e-bg-3); border-radius: 10px; padding: 12px; text-align: center; border: 1px solid var(--v85e-line); }
.v85e-stat b { display: block; font-size: 2rem; color: var(--v85e-gold); }
.v85e-stat span { font-size: 1.2rem; color: var(--v85e-muted); }
.v85e-rtp-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px dashed var(--v85e-line); font-size: 1.3rem; }
.v85e-rtp-row b { color: var(--v85e-plum); }

/* ===================== Testimonials ===================== */
.v85e-testi { background: var(--v85e-bg-3); border-radius: 10px; padding: 12px; margin-bottom: 10px; border-left: 3px solid var(--v85e-violet); }
.v85e-testi .v85e-stars { color: var(--v85e-gold); font-size: 1.2rem; }
.v85e-testi p { margin: 6px 0 4px; font-size: 1.3rem; color: var(--v85e-text); }
.v85e-testi small { color: var(--v85e-muted); }

/* ===================== Payment ===================== */
.v85e-pay { display: flex; flex-wrap: wrap; gap: 8px; }
.v85e-pay span { background: var(--v85e-bg-3); border: 1px solid var(--v85e-line); padding: 8px 12px; border-radius: 8px; font-size: 1.2rem; color: var(--v85e-plum); }

/* ===================== Winners ===================== */
.v85e-winner { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px dashed var(--v85e-line); font-size: 1.3rem; }
.v85e-winner b { color: var(--v85e-gold); }

/* ===================== FAQ ===================== */
.v85e-faq { background: var(--v85e-bg-3); border: 1px solid var(--v85e-line); border-radius: 10px; margin-bottom: 8px; overflow: hidden; }
.v85e-faq-q { width: 100%; text-align: left; background: none; border: 0; color: var(--v85e-text); padding: 12px; font-size: 1.4rem; cursor: pointer; font-family: inherit; font-weight: 600; display: flex; justify-content: space-between; align-items: center; }
.v85e-faq-a { max-height: 0; overflow: hidden; transition: max-height .25s ease; padding: 0 12px; color: var(--v85e-muted); font-size: 1.3rem; }
.v85e-faq.v85e-open .v85e-faq-a { max-height: 320px; padding: 0 12px 12px; }

/* ===================== App download ===================== */
.v85e-app { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.v85e-app .v85e-btn { flex: 1; min-width: 130px; background: var(--v85e-teal); }

/* ===================== Footer ===================== */
.v85e-footer { background: var(--v85e-bg-2); padding: 22px 14px 16px; border-top: 1px solid var(--v85e-line); }
.v85e-footer h4 { color: var(--v85e-plum); margin: 14px 0 8px; font-size: 1.4rem; }
.v85e-footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.v85e-footer-links a { color: var(--v85e-muted); font-size: 1.25rem; }
.v85e-footer p { color: var(--v85e-muted); font-size: 1.2rem; margin: 6px 0; }
.v85e-18plus { display: inline-block; border: 1px solid var(--v85e-plum); color: var(--v85e-plum); border-radius: 50%; width: 32px; height: 32px; line-height: 30px; text-align: center; font-weight: 700; }

/* ===================== Back to top ===================== */
#v85e-top-btn {
  position: fixed; right: 14px; bottom: 84px; z-index: 999;
  width: 42px; height: 42px; border-radius: 50%; border: 0; cursor: pointer;
  background: linear-gradient(135deg, var(--v85e-violet), var(--v85e-orchid));
  color: #fff; font-size: 1.8rem; display: none; box-shadow: var(--v85e-shadow);
}
#v85e-top-btn.v85e-show { display: block; }

/* ===================== Bottom navigation ===================== */
.v85e-bottom-nav {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 1000;
  max-width: 430px; margin: 0 auto;
  height: 62px; display: flex; justify-content: space-around; align-items: stretch;
  background: linear-gradient(180deg, rgba(34,18,60,0.98), rgba(15,8,30,0.98));
  border-top: 1px solid var(--v85e-line);
  backdrop-filter: blur(6px);
}
.v85e-bottom-nav a {
  flex: 1; min-width: 60px; min-height: 60px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: var(--v85e-muted); font-size: 1.05rem; gap: 2px;
  border-top: 3px solid transparent;
}
.v85e-bottom-nav a i, .v85e-bottom-nav a .material-icons,
.v85e-bottom-nav a .bi { font-size: 22px; }
.v85e-bottom-nav a.v85e-current { color: var(--v85e-gold); border-top-color: var(--v85e-gold); }
.v85e-bottom-nav a.v85e-promo { color: #fff; background: linear-gradient(180deg, var(--v85e-violet), var(--v85e-orchid)); }
.v85e-bottom-nav a.v85e-promo i { color: var(--v85e-gold); }

/* ===================== Desktop: hide bottom nav ===================== */
@media (min-width: 769px) {
  .v85e-bottom-nav { display: none; }
  main.v85e-main { padding-bottom: 40px; }
}

/* ===================== Small screens fine-tune ===================== */
@media (max-width: 360px) {
  .v85e-game-grid { grid-template-columns: repeat(2, 1fr); }
  .v85e-logo b { font-size: 1.5rem; }
}

/* ===================== Desktop wide frame ===================== */
@media (min-width: 431px) {
  body { background: #0b0b18; }
}
