/* 33db neon garden mobile system */
:root{
  font-size:62.5%;
  --w6d73-primary:#ff69b4;
  --w6d73-bg:#141414;
  --w6d73-panel:#1b2519;
  --w6d73-panel2:#06270f;
  --w6d73-text:#f4fff4;
  --w6d73-muted:#b9dcb9;
  --w6d73-lime:#90ee90;
  --w6d73-green:#32cd32;
  --w6d73-deep:#006400;
  --w6d73-gold:#ffd166;
  --w6d73-line:rgba(144,238,144,.22);
  --w6d73-shadow:0 1.6rem 4rem rgba(0,0,0,.42);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:radial-gradient(circle at 12% 0,rgba(255,105,180,.2),transparent 28rem),radial-gradient(circle at 90% 18%,rgba(50,205,50,.18),transparent 24rem),linear-gradient(180deg,#141414 0%,#061006 100%);color:var(--w6d73-text);font-family:"Noto Sans Bengali","Hind Siliguri",Arial,sans-serif;font-size:1.55rem;line-height:1.5rem;overflow-x:hidden}
body.w6d73-lock{overflow:hidden}
a{color:var(--w6d73-lime);text-decoration:none}
a:hover{color:#fff}
img{max-width:100%;display:block}
main{display:block}
.w6d73-page{width:100%;max-width:43rem;margin:0 auto;min-height:100vh;background:linear-gradient(180deg,rgba(0,100,0,.24),rgba(20,20,20,.97));position:relative;box-shadow:0 0 0 .1rem rgba(255,255,255,.04)}
.w6d73-container{width:100%;padding:0 1.4rem}
.w6d73-wrapper{padding-top:7.4rem}
.w6d73-header{position:fixed;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:43rem;z-index:1000;background:rgba(20,20,20,.95);border-bottom:.1rem solid var(--w6d73-line);backdrop-filter:blur(1.2rem);transition:.25s}
.w6d73-header-compact{box-shadow:var(--w6d73-shadow)}
.w6d73-topbar{height:6.6rem;display:flex;align-items:center;gap:.8rem;padding:.8rem 1rem}
.w6d73-brand{display:flex;align-items:center;gap:.7rem;min-width:0;margin-right:auto}
.w6d73-logo{width:3.2rem;height:3.2rem;border-radius:.9rem;box-shadow:0 0 1.8rem rgba(50,205,50,.45)}
.w6d73-brand-name{font-weight:900;font-size:2rem;color:#fff;letter-spacing:.02em}
.w6d73-brand-tag{display:block;font-size:1rem;color:var(--w6d73-lime);line-height:1.1}
.w6d73-btn{border:0;border-radius:999px;min-height:4.4rem;padding:0 1.4rem;font-weight:900;color:#071207;background:linear-gradient(135deg,var(--w6d73-lime),var(--w6d73-green));box-shadow:0 .8rem 1.8rem rgba(50,205,50,.25);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:.2s}
.w6d73-btn:hover,.w6d73-btn:active,.w6d73-tap{transform:translateY(-.1rem) scale(1.02);filter:saturate(1.15)}
.w6d73-btn-pink{background:linear-gradient(135deg,var(--w6d73-primary),#ffb7dc);color:#180715}
.w6d73-btn-ghost{background:rgba(255,255,255,.06);color:var(--w6d73-text);border:.1rem solid var(--w6d73-line);box-shadow:none}
.w6d73-login{padding:0 1rem}
.w6d73-menu-btn{width:4.4rem;padding:0;border-radius:1.3rem}
.w6d73-menu{position:fixed;z-index:9999;top:6.6rem;left:50%;transform:translateX(-50%) translateY(-120%);width:100%;max-width:43rem;max-height:calc(100vh - 6.6rem);overflow:auto;pointer-events:none;background:linear-gradient(180deg,#102110,#050905);border-bottom:.1rem solid var(--w6d73-line);box-shadow:var(--w6d73-shadow);padding:1rem 1.4rem 2rem;transition:.28s ease}
.w6d73-menu-open{transform:translateX(-50%) translateY(0);pointer-events:auto}
.w6d73-menu-grid{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}
.w6d73-menu a{min-height:4.8rem;border-radius:1.4rem;background:rgba(255,255,255,.06);border:.1rem solid var(--w6d73-line);display:flex;align-items:center;gap:.7rem;padding:1rem;font-weight:800}
.w6d73-desktop-nav{display:none}
.w6d73-hero{padding:1.2rem 0}
.w6d73-carousel{position:relative;border-radius:2.2rem;overflow:hidden;border:.1rem solid rgba(255,105,180,.28);box-shadow:var(--w6d73-shadow);background:#000;min-height:18rem}
.w6d73-slide{display:none;position:relative}
.w6d73-slide-active{display:block}
.w6d73-slide img{width:100%;height:20rem;object-fit:cover;opacity:.9}
.w6d73-slide-caption{position:absolute;left:1.2rem;right:1.2rem;bottom:1.2rem;background:rgba(0,0,0,.62);border:.1rem solid var(--w6d73-line);border-radius:1.6rem;padding:1rem}
.w6d73-slide-caption strong{font-size:2rem;color:var(--w6d73-lime);line-height:1.2}
.w6d73-dots{position:absolute;top:1rem;right:1rem;display:flex;gap:.5rem}
.w6d73-dot{width:1rem;height:1rem;border-radius:50%;border:0;background:rgba(255,255,255,.45);cursor:pointer}
.w6d73-dot-active{background:var(--w6d73-primary);box-shadow:0 0 1rem var(--w6d73-primary)}
.w6d73-section{margin:1.4rem 0;padding:1.4rem;border-radius:2.2rem;background:linear-gradient(160deg,rgba(27,37,25,.97),rgba(0,100,0,.18));border:.1rem solid var(--w6d73-line);box-shadow:0 .9rem 2.8rem rgba(0,0,0,.25)}
.w6d73-section h1,.w6d73-section h2,.w6d73-section h3{line-height:1.18;margin:.2rem 0 1rem;color:#fff}
.w6d73-section h1{font-size:2.7rem}
.w6d73-section h2{font-size:2.25rem}
.w6d73-section h3{font-size:1.75rem;color:var(--w6d73-lime)}
.w6d73-lead{font-size:1.7rem;line-height:2.5rem;color:#ecffec}
.w6d73-kicker{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:999px;background:rgba(255,105,180,.16);color:#ffc6e4;border:.1rem solid rgba(255,105,180,.35);font-weight:900;margin-bottom:.8rem}
.w6d73-card{border-radius:1.8rem;background:rgba(255,255,255,.055);border:.1rem solid var(--w6d73-line);padding:1.2rem}
.w6d73-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.w6d73-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem}
.w6d73-game-category{margin:1.8rem 0}
.w6d73-category-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;gap:1rem}
.w6d73-game-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem}
.w6d73-game{min-width:0;text-align:center;border-radius:1.3rem;background:rgba(0,0,0,.24);border:.1rem solid rgba(144,238,144,.14);padding:.6rem;transition:.2s}
.w6d73-game:hover{transform:translateY(-.2rem);border-color:var(--w6d73-primary)}
.w6d73-game img{width:100%;aspect-ratio:1/1;border-radius:1rem;object-fit:cover}
.w6d73-game span{display:block;margin-top:.5rem;color:#fff;font-weight:800;font-size:1.12rem;line-height:1.35rem;min-height:2.7rem}
.w6d73-promo-link{font-weight:900;color:#ffb7dc;text-decoration:underline;text-decoration-color:rgba(255,105,180,.45);cursor:pointer}
.w6d73-promo-row{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1rem}
.w6d73-stat{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:.1rem dashed rgba(144,238,144,.18);padding:.9rem 0}
.w6d73-stat:last-child{border-bottom:0}
.w6d73-meter{height:.8rem;border-radius:999px;background:#263326;overflow:hidden;min-width:10rem}
.w6d73-meter span{display:block;height:100%;background:linear-gradient(90deg,var(--w6d73-green),var(--w6d73-primary))}
.w6d73-steps{counter-reset:w6d73step;display:grid;gap:1rem}
.w6d73-step{position:relative;padding-left:4.4rem}
.w6d73-step:before{counter-increment:w6d73step;content:counter(w6d73step);position:absolute;left:0;top:.2rem;width:3.2rem;height:3.2rem;border-radius:1rem;background:var(--w6d73-primary);color:#141414;display:grid;place-items:center;font-weight:900}
.w6d73-review{display:flex;gap:1rem;align-items:flex-start}
.w6d73-avatar{width:4.2rem;height:4.2rem;border-radius:50%;background:linear-gradient(135deg,var(--w6d73-primary),var(--w6d73-green));display:grid;place-items:center;color:#111;font-weight:900;flex:0 0 auto}
.w6d73-payments{display:flex;flex-wrap:wrap;gap:.7rem}
.w6d73-chip{border-radius:999px;padding:.7rem 1rem;background:rgba(144,238,144,.1);border:.1rem solid var(--w6d73-line);font-weight:800}
.w6d73-footer{padding:2rem 1.4rem 8.8rem;background:#070907;border-top:.1rem solid var(--w6d73-line)}
.w6d73-footer-logo{display:flex;align-items:center;gap:.9rem;margin-bottom:1rem}
.w6d73-footer-links,.w6d73-footer-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin:1.2rem 0}
.w6d73-footer-links a{padding:.6rem .8rem;border-radius:.9rem;background:rgba(255,255,255,.05);font-size:1.25rem}
.w6d73-partners{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;margin:1.2rem 0}
.w6d73-partner{min-height:4.4rem;border-radius:1.1rem;border:.1rem solid var(--w6d73-line);display:grid;place-items:center;color:var(--w6d73-lime);font-weight:900;background:rgba(255,255,255,.04)}
.w6d73-bottom-nav{position:fixed;left:50%;bottom:0;transform:translateX(-50%);z-index:1000;width:100%;max-width:43rem;height:6.2rem;background:#101810;border-top:.1rem solid rgba(255,105,180,.38);display:flex;justify-content:space-around;align-items:center;box-shadow:0 -1rem 2.2rem rgba(0,0,0,.42)}
.w6d73-bottom-nav a,.w6d73-bottom-nav button{min-width:6rem;min-height:6rem;border:0;background:transparent;color:var(--w6d73-muted);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;font-size:1.05rem;font-weight:800;cursor:pointer;transition:.18s;position:relative}
.w6d73-bottom-nav i,.w6d73-bottom-nav ion-icon,.w6d73-bottom-nav .material-icons,.w6d73-bottom-nav .ti{font-size:2.25rem;line-height:1}
.w6d73-bottom-nav button:active,.w6d73-bottom-nav a:active{transform:scale(.92);color:var(--w6d73-primary)}
.w6d73-bottom-nav .w6d73-current{color:#fff}
.w6d73-bottom-nav .w6d73-current:before{content:"";position:absolute;top:.35rem;width:2.7rem;height:.3rem;border-radius:999px;background:var(--w6d73-primary)}
.w6d73-badge{position:absolute;top:.5rem;right:1.1rem;background:var(--w6d73-primary);color:#111;border-radius:999px;font-size:.9rem;padding:.1rem .45rem;font-weight:900}
.w6d73-list{padding-left:1.8rem}
.w6d73-list li{margin:.7rem 0}
.w6d73-table{width:100%;border-collapse:collapse;font-size:1.35rem}
.w6d73-table th,.w6d73-table td{border-bottom:.1rem solid var(--w6d73-line);padding:.8rem;text-align:left}
.w6d73-table th{color:var(--w6d73-lime)}
.w6d73-note{border-left:.4rem solid var(--w6d73-primary);padding:1rem;background:rgba(255,105,180,.08);border-radius:0 1rem 1rem 0}
.w6d73-hidden{display:none!important}
@media (min-width:769px){
  body{background:#0b0f0b}
  .w6d73-page,.w6d73-header,.w6d73-menu,.w6d73-bottom-nav{max-width:110rem}
  .w6d73-page{background:linear-gradient(180deg,#111b11,#071207)}
  .w6d73-container{padding:0 2.4rem}
  .w6d73-topbar{height:7.2rem}
  .w6d73-menu-btn{display:none}
  .w6d73-desktop-nav{display:flex;gap:1rem;margin:0 1rem}
  .w6d73-desktop-nav a{color:var(--w6d73-text);font-weight:800}
  .w6d73-wrapper{padding-top:8rem}
  .w6d73-bottom-nav{display:none}
  .w6d73-footer{padding-bottom:2.4rem}
  .w6d73-game-grid{grid-template-columns:repeat(8,1fr)}
  .w6d73-grid{grid-template-columns:repeat(4,1fr)}
  .w6d73-grid-3{grid-template-columns:repeat(6,1fr)}
  .w6d73-slide img{height:32rem}
  .w6d73-section h1{font-size:3.6rem}
}
@media (max-width:768px){
  main{padding-bottom:8rem}
  .w6d73-login{display:none}
  .w6d73-section{margin-left:.2rem;margin-right:.2rem}
  .w6d73-game-grid{grid-template-columns:repeat(4,1fr)}
}
@media (max-width:360px){
  .w6d73-container{padding:0 1rem}
  .w6d73-topbar{gap:.5rem}
  .w6d73-btn{padding:0 1rem}
  .w6d73-game span{font-size:1rem}
  .w6d73-game-grid{gap:.55rem}
  .w6d73-section h1{font-size:2.35rem}
}
