@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@400;600;700;800&display=swap');
:root{font-size:62.5%;--pgcb-bg:#111827;--pgcb-panel:#1b2637;--pgcb-primary:#8470FF;--pgcb-fire:#BF360C;--pgcb-soft:#FFCCCB;--pgcb-muted:#BBBBBB;--pgcb-lilac:#D8BFD8;--pgcb-text:#fff7f4;--pgcb-line:rgba(255,204,203,.22);--pgcb-shadow:0 1.8rem 4.8rem rgba(0,0,0,.35)}
*{box-sizing:border-box}html,body{margin:0;max-width:100%;overflow-x:hidden}body{font-family:'Noto Sans Bengali',system-ui,sans-serif;background:radial-gradient(circle at 12% 0%,rgba(132,112,255,.35),transparent 33%),linear-gradient(145deg,#101725 0%,#2C3E50 48%,#1b111c 100%);color:var(--pgcb-text);font-size:1.6rem;line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.pgcb-page{min-height:100vh}.pgcb-container{width:min(100%,43rem);margin:0 auto;padding:0 1.4rem}.pgcb-wrapper{padding-top:7.6rem}.pgcb-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(17,24,39,.92);backdrop-filter:blur(14px);border-bottom:.1rem solid var(--pgcb-line)}.pgcb-head-inner{width:min(100%,43rem);margin:0 auto;display:flex;align-items:center;gap:.8rem;min-height:6.4rem;padding:.8rem 1.2rem}.pgcb-brand{display:flex;align-items:center;gap:.7rem;min-width:0;flex:1}.pgcb-logo{width:3.2rem;height:3.2rem;border-radius:1rem;border:.1rem solid var(--pgcb-soft);background:#fff}.pgcb-brand-text{font-weight:800;font-size:1.45rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pgcb-actions{display:flex;gap:.55rem}.pgcb-btn{border:0;border-radius:999px;min-height:4.4rem;min-width:4.4rem;padding:0 1.3rem;font-weight:800;cursor:pointer;color:#fff;background:linear-gradient(135deg,var(--pgcb-primary),#5b46ca);box-shadow:0 .8rem 2rem rgba(132,112,255,.28);transition:.22s transform,.22s filter}.pgcb-btn:hover,.pgcb-btn:focus{transform:translateY(-.15rem);filter:brightness(1.08)}.pgcb-btn-fire{background:linear-gradient(135deg,#ff7043,var(--pgcb-fire))}.pgcb-menu-btn{width:4.4rem;padding:0;background:rgba(255,255,255,.08);border:.1rem solid var(--pgcb-line)}.pgcb-mask{display:none;position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:9998}.pgcb-mask-show{display:block}.pgcb-mobile-menu{position:fixed;top:0;right:-31rem;width:30rem;height:100vh;background:#182234;border-left:.1rem solid var(--pgcb-line);z-index:9999;box-shadow:var(--pgcb-shadow);padding:1.4rem;transition:right .28s ease;overflow:auto}.pgcb-menu-open{right:0}.pgcb-menu-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.2rem}.pgcb-menu-title{font-weight:800;color:var(--pgcb-soft)}.pgcb-menu-links{display:grid;gap:.8rem}.pgcb-menu-links a,.pgcb-footer-links a,.pgcb-inline-link{border:.1rem solid var(--pgcb-line);background:rgba(255,255,255,.06);padding:1rem 1.1rem;border-radius:1.2rem;color:var(--pgcb-lilac)}.pgcb-desktop-nav{display:none}.pgcb-hero{padding:1.4rem 0 2rem}.pgcb-hero-card{border:.1rem solid var(--pgcb-line);border-radius:2.6rem;background:linear-gradient(150deg,rgba(132,112,255,.22),rgba(191,54,12,.18)),rgba(27,38,55,.8);box-shadow:var(--pgcb-shadow);overflow:hidden}.pgcb-hero-copy{padding:2rem}.pgcb-kicker{display:inline-flex;align-items:center;gap:.6rem;color:var(--pgcb-soft);font-weight:800;font-size:1.2rem;text-transform:uppercase;letter-spacing:.08em}.pgcb-h1{font-size:3.1rem;line-height:1.1;margin:1rem 0;color:#fff}.pgcb-lead{color:#efe7ff;margin:.8rem 0 1.4rem}.pgcb-cta-row{display:flex;gap:.8rem;flex-wrap:wrap}.pgcb-ghost{background:transparent;border:.1rem solid var(--pgcb-soft);color:var(--pgcb-soft);box-shadow:none}.pgcb-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;margin-top:1.4rem}.pgcb-stat{background:rgba(0,0,0,.2);border:.1rem solid var(--pgcb-line);border-radius:1.4rem;padding:1rem;text-align:center}.pgcb-stat strong{font-size:1.8rem;color:var(--pgcb-soft)}.pgcb-slider{position:relative}.pgcb-slide{display:none;cursor:pointer}.pgcb-slide-active{display:block}.pgcb-slide img{width:100%;aspect-ratio:16/9;object-fit:cover}.pgcb-dots{position:absolute;bottom:1rem;left:0;right:0;display:flex;justify-content:center;gap:.6rem}.pgcb-dot{width:.8rem;height:.8rem;border-radius:50%;background:rgba(255,255,255,.45);border:0}.pgcb-dot-active{width:2.2rem;border-radius:999px;background:var(--pgcb-soft)}.pgcb-section{margin:1.8rem 0;padding:1.6rem;border:.1rem solid var(--pgcb-line);border-radius:2.2rem;background:rgba(27,38,55,.76);box-shadow:0 1rem 2.8rem rgba(0,0,0,.16)}.pgcb-section-alt{background:linear-gradient(145deg,rgba(191,54,12,.18),rgba(132,112,255,.14))}.pgcb-section h2{font-size:2.25rem;margin:.2rem 0 1rem}.pgcb-section h3{font-size:1.8rem;color:var(--pgcb-soft);margin:1.2rem 0 .6rem}.pgcb-section p{color:#eee9f6}.pgcb-grid{display:grid;gap:1rem}.pgcb-grid-2{grid-template-columns:repeat(2,1fr)}.pgcb-card{border:.1rem solid var(--pgcb-line);background:rgba(255,255,255,.055);border-radius:1.8rem;padding:1.2rem}.pgcb-card strong{color:var(--pgcb-soft)}.pgcb-game-section{margin:1.8rem 0}.pgcb-game-title{display:flex;align-items:center;justify-content:space-between;margin:0 0 1rem}.pgcb-game-title h2{margin:0;font-size:2rem}.pgcb-game-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem}.pgcb-game{display:block;text-align:center;background:rgba(255,255,255,.07);border:.1rem solid var(--pgcb-line);border-radius:1.3rem;padding:.7rem;min-height:11.2rem;cursor:pointer}.pgcb-game img{width:5.8rem;height:5.8rem;object-fit:cover;border-radius:1.2rem;margin:0 auto .55rem}.pgcb-game span{font-size:1.14rem;line-height:1.25;color:#fff;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pgcb-mini-list{display:grid;gap:.8rem}.pgcb-mini-list li{margin-left:1.8rem;color:#f5eefb}.pgcb-badge-row{display:flex;gap:.7rem;flex-wrap:wrap}.pgcb-badge{padding:.65rem 1rem;border-radius:999px;background:rgba(216,191,216,.14);border:.1rem solid var(--pgcb-line);color:var(--pgcb-soft);font-weight:700}.pgcb-table{width:100%;border-collapse:collapse;overflow:hidden;border-radius:1.4rem}.pgcb-table th,.pgcb-table td{border:.1rem solid var(--pgcb-line);padding:.85rem;text-align:left}.pgcb-table th{color:var(--pgcb-soft);background:rgba(0,0,0,.18)}.pgcb-review{display:flex;gap:1rem;align-items:flex-start}.pgcb-avatar{width:4.2rem;height:4.2rem;border-radius:50%;background:linear-gradient(135deg,var(--pgcb-soft),var(--pgcb-primary));display:grid;place-items:center;color:#1b1120;font-weight:900;flex:none}.pgcb-footer{margin-top:2.4rem;background:#0d1320;border-top:.1rem solid var(--pgcb-line);padding:2rem 0 8.8rem}.pgcb-footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem;margin:1.2rem 0}.pgcb-partners{display:flex;gap:.8rem;flex-wrap:wrap}.pgcb-partner{padding:.8rem 1rem;border-radius:1rem;background:rgba(255,255,255,.08);color:var(--pgcb-muted)}.pgcb-bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:1000;height:6.2rem;background:#2C3E50;border-top:.1rem solid rgba(255,204,203,.34);display:flex;justify-content:space-around;align-items:center;box-shadow:0 -1rem 3rem rgba(0,0,0,.35)}.pgcb-bottom-btn{min-width:6rem;min-height:6rem;border:0;background:transparent;color:#efe7ff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;font-size:1.05rem;font-weight:700;cursor:pointer;transition:.2s}.pgcb-bottom-btn i,.pgcb-bottom-btn ion-icon,.pgcb-bottom-btn .material-icons{font-size:2.35rem;line-height:1}.pgcb-bottom-btn.pgcb-active,.pgcb-bottom-btn:hover{color:var(--pgcb-soft);transform:translateY(-.25rem)}.pgcb-bottom-btn.pgcb-active{background:radial-gradient(circle,rgba(191,54,12,.35),transparent 65%)}.pgcb-floating{position:sticky;bottom:7.2rem;display:flex;justify-content:center;z-index:20;margin:1rem 0}.pgcb-floating .pgcb-btn{min-width:20rem}.pgcb-note{font-size:1.25rem;color:var(--pgcb-muted)}.pgcb-split{display:grid;gap:1rem}.pgcb-ribbon{border-left:.4rem solid var(--pgcb-soft);padding-left:1rem}.pgcb-logo-row{display:flex;gap:.8rem;align-items:center;flex-wrap:wrap}.pgcb-pay{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem}.pgcb-pay div{text-align:center;border:.1rem solid var(--pgcb-line);border-radius:1.2rem;padding:1rem;background:rgba(255,255,255,.06)}
@media (min-width:769px){.pgcb-container,.pgcb-head-inner{width:min(100%,104rem)}.pgcb-wrapper{padding-top:8.6rem}.pgcb-desktop-nav{display:flex;gap:.8rem;margin-left:auto}.pgcb-desktop-nav a{padding:.8rem 1rem;border-radius:999px;color:var(--pgcb-lilac)}.pgcb-menu-btn{display:none}.pgcb-hero-card{display:grid;grid-template-columns:1fr 1fr}.pgcb-grid{grid-template-columns:repeat(3,1fr)}.pgcb-grid-2{grid-template-columns:repeat(2,1fr)}.pgcb-game-grid{grid-template-columns:repeat(8,1fr)}.pgcb-bottom-nav{display:none}.pgcb-footer{padding-bottom:2rem}.pgcb-split{grid-template-columns:1.05fr .95fr}.pgcb-actions{order:3}}
@media (max-width:768px){main{padding-bottom:8rem}.pgcb-actions .pgcb-btn{padding:0 .95rem;font-size:1.25rem}.pgcb-h1{font-size:2.65rem}.pgcb-section{padding:1.3rem}.pgcb-game-grid{gap:.65rem}.pgcb-game{padding:.55rem}.pgcb-game img{width:5.1rem;height:5.1rem}.pgcb-footer-links{grid-template-columns:1fr}.pgcb-pay{grid-template-columns:repeat(2,1fr)}}
@media (max-width:360px){.pgcb-brand-text{font-size:1.25rem}.pgcb-actions .pgcb-btn{min-width:4rem;padding:0 .75rem}.pgcb-game-grid{grid-template-columns:repeat(3,1fr)}.pgcb-bottom-btn{min-width:5.4rem;font-size:.95rem}.pgcb-bottom-btn i,.pgcb-bottom-btn ion-icon,.pgcb-bottom-btn .material-icons{font-size:2.1rem}}
