:root{
  font-size:62.5%;
  --pg52-primary:#FFD700;
  --pg52-cyan:#00B8D4;
  --pg52-teal:#00695C;
  --pg52-bg:#141414;
  --pg52-mint:#48D1CC;
  --pg52-panel:#1d1f1f;
  --pg52-soft:#24302f;
  --pg52-text:#f7fbff;
  --pg52-muted:#b9c7c6;
  --pg52-line:rgba(72,209,204,.24);
  --pg52-shadow:0 1.2rem 3rem rgba(0,0,0,.38);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Noto Sans Bengali','Noto Sans',system-ui,-apple-system,Segoe UI,sans-serif;
  background:
    radial-gradient(circle at top left,rgba(0,184,212,.18),transparent 28rem),
    radial-gradient(circle at 85% 10%,rgba(255,215,0,.16),transparent 24rem),
    linear-gradient(180deg,#101313 0%,var(--pg52-bg) 46%,#071f1d 100%);
  color:var(--pg52-text);
  line-height:1.5rem;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button{font-family:inherit}
.pg52-page{
  width:100%;
  min-height:100vh;
}
.pg52-container{
  width:min(100%,43rem);
  margin:0 auto;
  padding:0 1.4rem;
}
.pg52-wrapper{width:min(100%,43rem);margin:0 auto}
.pg52-header{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:1000;
  background:rgba(20,20,20,.94);
  border-bottom:.1rem solid var(--pg52-line);
  backdrop-filter:blur(1.4rem);
}
.pg52-topbar{
  width:min(100%,43rem);
  min-height:6.2rem;
  margin:0 auto;
  padding:.8rem 1rem;
  display:flex;
  align-items:center;
  gap:.8rem;
}
.pg52-brand{
  display:flex;
  align-items:center;
  gap:.7rem;
  min-width:0;
  flex:1;
}
.pg52-logo{
  width:3.2rem;
  height:3.2rem;
  border-radius:1rem;
  border:.1rem solid rgba(255,215,0,.45);
  box-shadow:0 0 1.8rem rgba(255,215,0,.2);
}
.pg52-brand-text{display:flex;flex-direction:column;line-height:1.1}
.pg52-brand-name{font-size:1.8rem;font-weight:900;color:var(--pg52-primary);letter-spacing:.04rem}
.pg52-brand-note{font-size:1rem;color:var(--pg52-muted);white-space:nowrap}
.pg52-actions{display:flex;align-items:center;gap:.5rem}
.pg52-btn{
  border:0;
  border-radius:999rem;
  min-height:4.4rem;
  padding:0 1.25rem;
  cursor:pointer;
  color:#071311;
  font-size:1.25rem;
  font-weight:900;
  background:linear-gradient(135deg,var(--pg52-primary),#ff9f1a);
  box-shadow:0 .8rem 1.8rem rgba(255,215,0,.22);
  transition:transform .18s ease,filter .18s ease,box-shadow .18s ease;
}
.pg52-btn:hover,.pg52-btn:focus{transform:translateY(-.1rem);filter:saturate(1.12)}
.pg52-btn:active{transform:scale(.96)}
.pg52-btn-alt{
  color:var(--pg52-text);
  background:linear-gradient(135deg,var(--pg52-teal),var(--pg52-cyan));
  box-shadow:0 .8rem 1.8rem rgba(0,184,212,.18);
}
.pg52-menu-btn{
  width:4.4rem;
  height:4.4rem;
  display:grid;
  place-items:center;
  color:var(--pg52-primary);
  border:.1rem solid var(--pg52-line);
  border-radius:1.4rem;
  background:rgba(255,255,255,.04);
  cursor:pointer;
}
.pg52-menu-btn i{font-size:2rem}
.pg52-menu{
  position:fixed;
  top:6.2rem;
  left:50%;
  width:min(calc(100% - 2rem),41rem);
  transform:translate(-50%,-1rem);
  z-index:9999;
  display:none;
  padding:1rem;
  border:.1rem solid rgba(255,215,0,.28);
  border-radius:0 0 2rem 2rem;
  background:linear-gradient(180deg,rgba(20,20,20,.98),rgba(0,105,92,.96));
  box-shadow:var(--pg52-shadow);
}
.pg52-menu-open{display:grid;grid-template-columns:1fr 1fr;gap:.8rem;animation:pg52Drop .2s ease both}
.pg52-menu a{
  min-height:4.4rem;
  display:flex;
  align-items:center;
  gap:.7rem;
  padding:.9rem;
  border-radius:1.2rem;
  color:var(--pg52-text);
  background:rgba(255,255,255,.06);
  border:.1rem solid rgba(255,255,255,.06);
  font-size:1.25rem;
  font-weight:800;
}
.pg52-desktop-nav{display:none}
.pg52-main{padding-top:7.8rem}
.pg52-hero{
  padding:1rem 0 1.6rem;
}
.pg52-carousel{
  position:relative;
  overflow:hidden;
  border-radius:2.2rem;
  border:.1rem solid rgba(255,215,0,.28);
  box-shadow:var(--pg52-shadow);
  background:#0d1111;
}
.pg52-slide{display:none;position:relative;min-height:16.6rem;cursor:pointer}
.pg52-slide-active{display:block;animation:pg52Fade .4s ease both}
.pg52-slide img{width:100%;height:18rem;object-fit:cover;opacity:.82}
.pg52-slide-copy{
  position:absolute;
  inset:auto 1.2rem 1.2rem 1.2rem;
  padding:1rem;
  border-radius:1.5rem;
  background:rgba(0,0,0,.56);
  border:.1rem solid rgba(72,209,204,.26);
}
.pg52-slide-copy strong{display:block;font-size:1.8rem;color:var(--pg52-primary);line-height:1.25}
.pg52-slide-copy span{font-size:1.15rem;color:var(--pg52-text)}
.pg52-dots{position:absolute;right:1.2rem;top:1.2rem;display:flex;gap:.5rem}
.pg52-dot{width:.9rem;height:.9rem;border-radius:50%;border:0;background:rgba(255,255,255,.42);cursor:pointer}
.pg52-dot-active{background:var(--pg52-primary);box-shadow:0 0 1rem var(--pg52-primary)}
.pg52-panel{
  margin:1.2rem 0;
  padding:1.4rem;
  border:.1rem solid var(--pg52-line);
  border-radius:2rem;
  background:linear-gradient(145deg,rgba(29,31,31,.94),rgba(0,105,92,.28));
  box-shadow:0 .8rem 2.2rem rgba(0,0,0,.22);
}
.pg52-panel-light{background:linear-gradient(145deg,rgba(0,184,212,.12),rgba(255,215,0,.08))}
.pg52-kicker{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  min-height:2.8rem;
  padding:.4rem .9rem;
  border-radius:999rem;
  color:var(--pg52-primary);
  background:rgba(255,215,0,.1);
  border:.1rem solid rgba(255,215,0,.24);
  font-size:1.15rem;
  font-weight:900;
}
h1.pg52-title{font-size:2.8rem;line-height:1.14;margin:1rem 0;color:var(--pg52-text)}
.pg52-title em{font-style:normal;color:var(--pg52-primary)}
.pg52-lead{font-size:1.45rem;line-height:2.3rem;color:#e9f5f4;margin:.8rem 0}
.pg52-section-title{font-size:2.1rem;line-height:1.25;margin:.6rem 0 1rem;color:var(--pg52-primary)}
.pg52-subtitle{font-size:1.65rem;line-height:1.3;margin:1rem 0 .6rem;color:var(--pg52-mint)}
.pg52-text{font-size:1.42rem;line-height:2.25rem;color:#edf9f8;margin:.7rem 0}
.pg52-muted{color:var(--pg52-muted)}
.pg52-link{color:var(--pg52-primary);font-weight:900;text-decoration:underline;text-underline-offset:.25rem}
.pg52-promo-text{color:var(--pg52-primary);font-weight:950;text-decoration:underline;cursor:pointer}
.pg52-cta-row{display:flex;flex-wrap:wrap;gap:.8rem;margin:1.2rem 0}
.pg52-cta-row .pg52-btn{flex:1 1 13rem}
.pg52-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
.pg52-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem}
.pg52-card{
  padding:1.1rem;
  border:.1rem solid rgba(255,255,255,.08);
  border-radius:1.6rem;
  background:rgba(255,255,255,.055);
  box-shadow:0 .5rem 1.2rem rgba(0,0,0,.18);
}
.pg52-stat{display:flex;flex-direction:column;gap:.4rem;text-align:center}
.pg52-stat strong{font-size:1.8rem;color:var(--pg52-primary)}
.pg52-stat span{font-size:1.1rem;color:var(--pg52-muted)}
.pg52-category{margin:1.4rem 0 2rem}
.pg52-category-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.8rem}
.pg52-category-head h3{margin:0;color:var(--pg52-mint);font-size:1.8rem}
.pg52-category-head span{font-size:1.1rem;color:var(--pg52-muted)}
.pg52-game-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem}
.pg52-game{
  min-height:11.2rem;
  padding:.65rem;
  border-radius:1.35rem;
  text-align:center;
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035));
  border:.1rem solid rgba(72,209,204,.18);
  cursor:pointer;
  transition:transform .18s ease,border-color .18s ease;
}
.pg52-game:hover{transform:translateY(-.2rem);border-color:rgba(255,215,0,.45)}
.pg52-game img{width:5.6rem;height:5.6rem;object-fit:cover;border-radius:1.2rem;margin:0 auto .55rem;background:#0b1111}
.pg52-game span{display:block;font-size:1.05rem;line-height:1.35;color:#f5ffff;font-weight:800}
.pg52-list{display:grid;gap:.8rem;margin:1rem 0;padding:0;list-style:none}
.pg52-list li{padding:.9rem 1rem;border-left:.3rem solid var(--pg52-primary);border-radius:1rem;background:rgba(255,255,255,.055);font-size:1.35rem;line-height:2rem}
.pg52-steps{counter-reset:pg52Step;display:grid;gap:1rem;margin:1rem 0}
.pg52-step{position:relative;padding:1rem 1rem 1rem 4.4rem;border-radius:1.5rem;background:rgba(0,184,212,.09);border:.1rem solid rgba(0,184,212,.2)}
.pg52-step:before{counter-increment:pg52Step;content:counter(pg52Step);position:absolute;left:1rem;top:1rem;width2.6rem;width:2.6rem;height:2.6rem;display:grid;place-items:center;border-radius:50%;background:var(--pg52-primary);color:#111;font-weight:900}
.pg52-step strong{display:block;color:var(--pg52-primary);font-size:1.45rem;margin-bottom:.4rem}
.pg52-badge-row{display:flex;flex-wrap:wrap;gap:.7rem;margin:1rem 0}
.pg52-badge{padding:.55rem .85rem;border-radius:999rem;background:rgba(72,209,204,.12);border:.1rem solid rgba(72,209,204,.24);font-size:1.15rem;color:#eaffff;font-weight:800}
.pg52-review{display:flex;gap:1rem;align-items:flex-start}
.pg52-avatar{width:4.2rem;height:4.2rem;display:grid;place-items:center;border-radius:1.4rem;background:linear-gradient(135deg,var(--pg52-cyan),var(--pg52-primary));color:#071311;font-size:1.8rem;font-weight:900;flex:none}
.pg52-table{width:100%;border-collapse:separate;border-spacing:0 .7rem;font-size:1.25rem}
.pg52-table th,.pg52-table td{padding:.9rem;background:rgba(255,255,255,.06);text-align:left}
.pg52-table th{color:var(--pg52-primary)}
.pg52-table tr th:first-child,.pg52-table tr td:first-child{border-radius:1rem 0 0 1rem}
.pg52-table tr th:last-child,.pg52-table tr td:last-child{border-radius:0 1rem 1rem 0}
.pg52-footer{padding:2rem 0 8.6rem;border-top:.1rem solid var(--pg52-line);background:rgba(0,0,0,.26)}
.pg52-footer-title{font-size:1.8rem;color:var(--pg52-primary);font-weight:900;margin:0 0 .8rem}
.pg52-footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:.7rem;margin:1rem 0}
.pg52-footer-links a{padding:.9rem;border-radius:1.2rem;background:rgba(255,255,255,.055);color:#eaffff;font-size:1.2rem;border:.1rem solid rgba(255,255,255,.06)}
.pg52-partners{display:flex;gap:.8rem;flex-wrap:wrap;margin:1rem 0}
.pg52-partner{display:flex;align-items:center;gap:.45rem;padding:.55rem .8rem;border-radius:999rem;background:rgba(255,215,0,.1);color:var(--pg52-primary);font-weight:900;font-size:1.1rem}
.pg52-copy{font-size:1.1rem;color:var(--pg52-muted);margin-top:1rem}
.pg52-bottom-nav{
  position:fixed;
  bottom:0;
  left:0;
  right:0;
  z-index:1000;
  height:6.2rem;
  display:flex;
  justify-content:space-around;
  align-items:center;
  width:min(100%,43rem);
  margin:0 auto;
  padding:.35rem .4rem .55rem;
  background:linear-gradient(180deg,#00695C,#071f1d);
  border-top:.1rem solid rgba(255,215,0,.3);
  box-shadow:0 -1rem 2.4rem rgba(0,0,0,.42);
}
.pg52-bottom-item{
  min-width:6rem;
  min-height:6rem;
  border:0;
  border-radius:1.5rem;
  background:transparent;
  color:#d9ffff;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:.25rem;
  cursor:pointer;
  position:relative;
  transition:transform .18s ease,color .18s ease,background .18s ease;
}
.pg52-bottom-item i,.pg52-bottom-item ion-icon,.pg52-bottom-item .material-icons,.pg52-bottom-item .ti{font-size:2.3rem;line-height:1}
.pg52-bottom-item span{font-size:1.05rem;font-weight:900;line-height:1}
.pg52-bottom-item:active{transform:scale(.92)}
.pg52-bottom-active{color:#111;background:linear-gradient(135deg,var(--pg52-primary),var(--pg52-mint));box-shadow:0 -.2rem 1.4rem rgba(255,215,0,.22)}
.pg52-bubble{position:absolute;top:.25rem;right:.85rem;min-width:1.5rem;height:1.5rem;border-radius:999rem;background:#ff3d5a;color:#fff;font-size:.9rem;font-weight:900;display:grid;place-items:center}
.pg52-faq-item{padding:1rem;border-radius:1.4rem;background:rgba(255,255,255,.055);border:.1rem solid rgba(255,255,255,.07);margin:.8rem 0}
.pg52-faq-item h3{margin:.1rem 0 .5rem;color:var(--pg52-mint);font-size:1.5rem;line-height:1.3}
.pg52-faq-item p{margin:.3rem 0;color:#ecffff;font-size:1.34rem;line-height:2.1rem}
@keyframes pg52Drop{from{opacity:0;transform:translate(-50%,-1rem)}to{opacity:1;transform:translate(-50%,0)}}
@keyframes pg52Fade{from{opacity:.35;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}
@media (min-width:769px){
  body{background:linear-gradient(90deg,#071110,#141414,#071110)}
  .pg52-desktop-nav{display:flex;gap:.8rem;margin-left:auto}
  .pg52-desktop-nav a{font-size:1.25rem;color:var(--pg52-muted);font-weight:800}
  .pg52-menu-btn{display:none}
  .pg52-bottom-nav{display:none}
  .pg52-footer{padding-bottom:3rem}
}
@media (max-width:768px){
  main{padding-bottom:8rem}
  .pg52-actions .pg52-btn{padding:0 .85rem;font-size:1.12rem}
}
@media (max-width:360px){
  .pg52-container{padding:0 1rem}
  .pg52-game-grid{grid-template-columns:repeat(3,1fr)}
  h1.pg52-title{font-size:2.35rem}
  .pg52-brand-note{display:none}
  .pg52-actions .pg52-btn{min-height:4rem;padding:0 .65rem}
}
