/* bd677.click — base theme (prefix: vf6c-) */
/* Code comments in English. Mobile-first HTML5 casino layout. */

:root{
  --vf6c-bg:#1c1c1c;
  --vf6c-bg-2:#262626;
  --vf6c-bg-3:#333333;
  --vf6c-primary:#7CFC00;
  --vf6c-secondary:#00FF7F;
  --vf6c-gold:#F0E68C;
  --vf6c-wood:#DEB887;
  --vf6c-muted:#BBBBBB;
  --vf6c-text:#ffffff;
  --vf6c-radius:14px;
  --vf6c-shadow:0 6px 18px rgba(0,0,0,.45);
}

*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}
html{font-size:62.5%}
body{
  font-family:'Noto Sans Bengali','Hind Siliguri',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  background:radial-gradient(circle at 20% 0%,#2a3a1a 0%,var(--vf6c-bg) 45%,#0f0f0f 100%);
  color:var(--vf6c-text);
  line-height:1.5;
  font-size:1.6rem;
  min-height:100vh;
}
a{color:var(--vf6c-secondary);text-decoration:none}
img{max-width:100%;display:block}

.vf6c-container{width:100%;max-width:430px;margin:0 auto;padding:0 12px}
.vf6c-wrapper{min-height:100vh;display:flex;flex-direction:column}

/* ===== Header ===== */
.vf6c-header{
  position:sticky;top:0;z-index:1000;
  background:linear-gradient(180deg,rgba(20,30,10,.96),rgba(15,15,15,.96));
  backdrop-filter:blur(8px);
  border-bottom:2px solid rgba(124,252,0,.25);
}
.vf6c-header-row{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 6px;max-width:430px;margin:0 auto}
.vf6c-brand{display:flex;align-items:center;gap:8px;font-weight:800;color:var(--vf6c-text)}
.vf6c-brand img{width:30px;height:30px;border-radius:8px}
.vf6c-brand-name{font-size:1.8rem;letter-spacing:.5px}
.vf6c-brand-name b{color:var(--vf6c-primary)}
.vf6c-header-btns{display:flex;align-items:center;gap:6px}
.vf6c-btn{
  border:0;border-radius:24px;padding:8px 14px;font-size:1.3rem;font-weight:700;
  cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;
  display:inline-flex;align-items:center;gap:5px;
}
.vf6c-btn:hover{transform:translateY(-1px)}
.vf6c-btn-register{background:linear-gradient(135deg,#7CFC00,#00FF7F);color:#10300a;box-shadow:0 4px 12px rgba(124,252,0,.35)}
.vf6c-btn-login{background:transparent;color:var(--vf6c-gold);border:1.5px solid var(--vf6c-gold)}
.vf6c-menu-toggle{
  background:transparent;border:0;color:var(--vf6c-text);font-size:2rem;cursor:pointer;
  width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;
}

/* ===== Mobile Menu ===== */
.vf6c-mobile-menu{
  position:fixed;inset:0 0 0 auto;width:84%;max-width:360px;z-index:9999;
  background:linear-gradient(180deg,#1a1a1a,#262626);
  border-left:2px solid rgba(124,252,0,.3);
  transform:translateX(110%);transition:transform .3s ease;
  padding:18px;overflow-y:auto;
}
.vf6c-mobile-menu.vf6c-open{transform:translateX(0)}
.vf6c-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:9998;opacity:0;pointer-events:none;transition:opacity .25s}
.vf6c-overlay.vf6c-open{opacity:1;pointer-events:auto}
.vf6c-menu-section{margin:14px 0}
.vf6c-menu-title{font-size:1.3rem;color:var(--vf6c-muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}
.vf6c-menu-link{
  display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:10px;
  color:var(--vf6c-text);font-size:1.45rem;font-weight:600;background:rgba(255,255,255,.03);margin-bottom:6px;
}
.vf6c-menu-link:hover{background:rgba(124,252,0,.12);color:var(--vf6c-primary)}
.vf6c-menu-link i{font-size:1.8rem;color:var(--vf6c-gold);width:22px;text-align:center}

/* ===== Hero ===== */
.vf6c-hero{
  position:relative;border-radius:18px;overflow:hidden;margin:12px 0;
  background:linear-gradient(135deg,rgba(124,252,0,.18),rgba(0,255,127,.08));
  border:1px solid rgba(124,252,0,.25);box-shadow:var(--vf6c-shadow);
}
.vf6c-hero-inner{padding:18px 16px}
.vf6c-hero h1{font-size:2.4rem;line-height:1.25;margin-bottom:8px;color:var(--vf6c-text)}
.vf6c-hero h1 span{color:var(--vf6c-primary)}
.vf6c-hero p{font-size:1.4rem;color:var(--vf6c-muted);margin-bottom:14px}
.vf6c-hero-cta{display:flex;gap:8px;flex-wrap:wrap}
.vf6c-hero-cta .vf6c-btn{font-size:1.4rem;padding:10px 18px}
.vf6c-hero-stats{display:flex;gap:10px;margin-top:14px;flex-wrap:wrap}
.vf6c-stat{background:rgba(0,0,0,.35);border-radius:10px;padding:8px 12px;flex:1;min-width:90px;text-align:center}
.vf6c-stat b{display:block;font-size:1.6rem;color:var(--vf6c-gold)}
.vf6c-stat span{font-size:1.1rem;color:var(--vf6c-muted)}

/* ===== Carousel ===== */
.vf6c-carousel{display:flex;gap:10px;overflow-x:auto;padding:6px 2px 12px;scroll-snap-type:x mandatory}
.vf6c-carousel::-webkit-scrollbar{height:4px}
.vf6c-carousel::-webkit-scrollbar-thumb{background:var(--vf6c-primary);border-radius:4px}
.vf6c-slide{flex:0 0 78%;scroll-snap-align:center;border-radius:14px;overflow:hidden;position:relative;border:1px solid rgba(255,255,255,.08)}
.vf6c-slide img{width:100%;height:140px;object-fit:cover}
.vf6c-slide-cap{position:absolute;left:0;right:0;bottom:0;padding:8px 10px;background:linear-gradient(0deg,rgba(0,0,0,.85),transparent);font-size:1.3rem;font-weight:700}

/* ===== Section ===== */
.vf6c-section{margin:18px 0}
.vf6c-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}
.vf6c-section-head h2{font-size:1.8rem;color:var(--vf6c-text);display:flex;align-items:center;gap:8px}
.vf6c-section-head h2 i{color:var(--vf6c-primary)}
.vf6c-section-head a{font-size:1.25rem;color:var(--vf6c-gold)}

/* ===== Category Tabs ===== */
.vf6c-tabs{display:flex;gap:8px;overflow-x:auto;padding-bottom:8px}
.vf6c-tab{
  flex:0 0 auto;padding:8px 16px;border-radius:20px;background:var(--vf6c-bg-3);
  color:var(--vf6c-muted);font-size:1.3rem;font-weight:700;cursor:pointer;border:1px solid transparent;
}
.vf6c-tab.vf6c-active{background:linear-gradient(135deg,#7CFC00,#00FF7F);color:#0d2a05;border-color:var(--vf6c-primary)}

/* ===== Game Grid ===== */
.vf6c-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.vf6c-card{
  background:var(--vf6c-bg-2);border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.06);
  transition:transform .15s ease,box-shadow .15s ease;cursor:pointer;position:relative;
}
.vf6c-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(124,252,0,.25);border-color:rgba(124,252,0,.4)}
.vf6c-card-img{width:100%;aspect-ratio:1;object-fit:cover;background:#111}
.vf6c-card-name{padding:6px 8px;font-size:1.15rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--vf6c-text)}
.vf6c-card-play{
  position:absolute;top:6px;right:6px;background:rgba(124,252,0,.92);color:#0d2a05;
  width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;
}

/* ===== Promo / Feature / Info blocks ===== */
.vf6c-feature{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.vf6c-feature-item{background:var(--vf6c-bg-2);border-radius:12px;padding:14px;border:1px solid rgba(124,252,0,.15)}
.vf6c-feature-item i{font-size:2.4rem;color:var(--vf6c-secondary);margin-bottom:6px}
.vf6c-feature-item h3{font-size:1.4rem;margin-bottom:4px;color:var(--vf6c-gold)}
.vf6c-feature-item p{font-size:1.2rem;color:var(--vf6c-muted);line-height:1.4}

.vf6c-info{background:var(--vf6c-bg-2);border-radius:14px;padding:16px;border-left:4px solid var(--vf6c-primary);margin:12px 0}
.vf6c-info h3{font-size:1.6rem;margin-bottom:8px;color:var(--vf6c-gold)}
.vf6c-info p{font-size:1.35rem;color:var(--vf6c-muted);margin-bottom:8px;line-height:1.6}
.vf6c-info p a{font-weight:700;color:var(--vf6c-primary);text-decoration:underline}

.vf6c-testimonial{background:var(--vf6c-bg-2);border-radius:12px;padding:14px;margin-bottom:10px;border:1px solid rgba(255,255,255,.06)}
.vf6c-testimonial-stars{color:var(--vf6c-gold);font-size:1.3rem;margin-bottom:6px}
.vf6c-testimonial p{font-size:1.3rem;color:var(--vf6c-text);font-style:italic;margin-bottom:6px}
.vf6c-testimonial cite{font-size:1.2rem;color:var(--vf6c-muted)}

.vf6c-pay{display:flex;flex-wrap:wrap;gap:8px}
.vf6c-pay span{background:var(--vf6c-bg-3);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:8px 12px;font-size:1.2rem;color:var(--vf6c-muted);display:inline-flex;align-items:center;gap:6px}

.vf6c-cta-band{
  background:linear-gradient(135deg,rgba(124,252,0,.18),rgba(0,255,127,.1));
  border:1px solid rgba(124,252,0,.35);border-radius:14px;padding:16px;text-align:center;margin:14px 0;
}
.vf6c-cta-band h3{font-size:1.7rem;color:var(--vf6c-gold);margin-bottom:6px}
.vf6c-cta-band p{font-size:1.3rem;color:var(--vf6c-muted);margin-bottom:12px}

/* ===== Footer ===== */
.vf6c-footer{
  background:#0f0f0f;border-top:2px solid rgba(124,252,0,.25);padding:20px 0 12px;margin-top:20px;
}
.vf6c-footer h4{font-size:1.4rem;color:var(--vf6c-gold);margin-bottom:8px}
.vf6c-footer-cols{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:14px}
.vf6c-footer-cols a{display:block;font-size:1.25rem;color:var(--vf6c-muted);padding:4px 0}
.vf6c-footer-cols a:hover{color:var(--vf6c-primary)}
.vf6c-footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:10px;text-align:center}
.vf6c-footer-bottom p{font-size:1.15rem;color:var(--vf6c-muted);margin-bottom:4px}
.vf6c-disclaimer{font-size:1.1rem;color:#777;margin-top:8px;line-height:1.5}

/* ===== Bottom Nav ===== */
.vf6c-bottomnav{
  position:fixed;bottom:0;left:50%;transform:translateX(-50%);
  width:100%;max-width:430px;z-index:1000;
  background:linear-gradient(180deg,rgba(20,20,20,.96),rgba(10,10,10,.99));
  border-top:2px solid rgba(124,252,0,.35);
  display:flex;justify-content:space-around;align-items:stretch;height:62px;
  box-shadow:0 -4px 18px rgba(0,0,0,.5);
}
.vf6c-bottomnav a{
  flex:1;min-width:60px;min-height:60px;display:flex;flex-direction:column;
  align-items:center;justify-content:center;gap:2px;color:var(--vf6c-muted);
  font-size:1.05rem;font-weight:600;transition:color .2s ease,transform .2s ease;
}
.vf6c-bottomnav a i{font-size:2.2rem}
.vf6c-bottomnav a:hover{color:var(--vf6c-primary);transform:translateY(-2px)}
.vf6c-bottomnav a.vf6c-promo{color:var(--vf6c-secondary)}
.vf6c-bottomnav a.vf6c-promo i{
  background:linear-gradient(135deg,#7CFC00,#00FF7F);color:#0d2a05;
  width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;margin-top:-12px;
  box-shadow:0 4px 10px rgba(124,252,0,.4);border:2px solid rgba(15,30,8,.6);
}

/* Desktop: hide bottom nav, show wide nav */
@media (min-width:769px){
  .vf6c-bottomnav{display:none}
  main{padding-bottom:24px !important}
}

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

/* Utility */
.vf6c-hide{display:none !important}
.vf6c-text-center{text-align:center}
