/* viptk mobile-first theme */
:root{font-size:62.5%;--v54c-primary:#00ff7f;--v54c-danger:#8b0000;--v54c-soft:#66cdaa;--v54c-bg:#0c0c0c;--v54c-ink:#07100b;--v54c-panel:#101812;--v54c-card:#16231b;--v54c-card2:#211010;--v54c-text:#f3fff8;--v54c-muted:#b8d8c7;--v54c-line:rgba(102,205,170,.32);--v54c-gold:#ffd86b;--v54c-shadow:0 1.6rem 3.6rem rgba(0,0,0,.42)}
*{box-sizing:border-box}html,body{margin:0;max-width:100%;overflow-x:hidden;scroll-behavior:smooth}body{font-family:'Noto Sans Bengali','Hind Siliguri',Arial,sans-serif;background:radial-gradient(circle at 50% -5%,rgba(0,255,127,.22),transparent 28%),linear-gradient(180deg,#0c0c0c,#050706 70%);color:var(--v54c-text);font-size:1.55rem;line-height:1.5rem}a{color:var(--v54c-primary);text-decoration:none}img{max-width:100%;display:block}button{font-family:inherit}.v54c-page{max-width:430px;margin:0 auto;min-height:100vh;background:linear-gradient(180deg,rgba(0,255,127,.07),rgba(12,12,12,.98) 28%);position:relative}.v54c-container{width:100%;padding:0 1.4rem}.v54c-wrapper{padding-top:7.2rem}.v54c-section{padding:1.8rem 0}.v54c-header{position:fixed;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:430px;z-index:1000;background:rgba(12,12,12,.95);border-bottom:.1rem solid var(--v54c-line);backdrop-filter:blur(15px)}.v54c-topbar{min-height:6.4rem;display:flex;align-items:center;justify-content:space-between;gap:.7rem;padding:.7rem 1rem}.v54c-brand{display:flex;align-items:center;gap:.7rem;color:var(--v54c-text);font-weight:900;letter-spacing:.03em}.v54c-logo{width:3.2rem;height:3.2rem;border-radius:1rem;box-shadow:0 0 1.6rem rgba(0,255,127,.36)}.v54c-brand-text{font-size:1.85rem;color:var(--v54c-primary)}.v54c-actions{display:flex;align-items:center;gap:.5rem}.v54c-btn{border:0;border-radius:999px;min-height:4.4rem;padding:0 1.25rem;font-weight:900;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;transition:.2s ease;line-height:1.2}.v54c-btn:active,.v54c-tap{transform:scale(.94)}.v54c-btn-primary{background:linear-gradient(135deg,var(--v54c-primary),var(--v54c-soft));color:#06150d;box-shadow:0 .8rem 2rem rgba(0,255,127,.24)}.v54c-btn-ghost{background:rgba(102,205,170,.12);color:var(--v54c-text);border:.1rem solid var(--v54c-line)}.v54c-btn-danger{background:linear-gradient(135deg,#b90000,var(--v54c-danger));color:#fff}.v54c-menu-btn{width:4.4rem;min-width:4.4rem;padding:0;background:#101a14;color:var(--v54c-primary);border:.1rem solid var(--v54c-line)}.v54c-menu{display:none;position:fixed;top:6.4rem;left:50%;transform:translateX(-50%);width:100%;max-width:430px;background:#07110c;z-index:9999;border-bottom:.1rem solid var(--v54c-primary);padding:1rem 1.4rem 1.6rem;box-shadow:var(--v54c-shadow)}.v54c-menu.v54c-menu-open{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.v54c-menu a{min-height:4.4rem;display:flex;align-items:center;padding:0 1rem;background:rgba(0,255,127,.08);border:.1rem solid var(--v54c-line);border-radius:1.2rem;color:var(--v54c-text);font-weight:800}.v54c-desktop-nav{display:none;gap:1rem;align-items:center}.v54c-hero{padding:1.4rem 1.4rem 1rem}.v54c-slider{position:relative;border-radius:2.2rem;overflow:hidden;min-height:17rem;background:#111;border:.1rem solid var(--v54c-line);box-shadow:var(--v54c-shadow)}.v54c-slide{display:none;position:relative;cursor:pointer}.v54c-slide.v54c-active{display:block}.v54c-slide img{width:100%;height:18.4rem;object-fit:cover}.v54c-slide-badge{position:absolute;left:1rem;bottom:1rem;background:rgba(12,12,12,.86);border:.1rem solid var(--v54c-primary);border-radius:1.2rem;padding:.75rem 1rem;color:var(--v54c-text);font-weight:900;max-width:82%}.v54c-slider-controls{position:absolute;right:1rem;top:1rem;display:flex;gap:.5rem}.v54c-slider-controls button{width:3.8rem;height:3.8rem;border:0;border-radius:50%;background:rgba(0,0,0,.58);color:var(--v54c-primary);font-weight:900}.v54c-kicker{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem .85rem;border-radius:999px;background:rgba(0,255,127,.12);color:var(--v54c-primary);font-weight:900;font-size:1.2rem;text-transform:uppercase}.v54c-title{font-size:2.65rem;line-height:1.16;margin:1rem 0;color:#fff}.v54c-subtitle{color:var(--v54c-muted);line-height:1.65;margin:.8rem 0}.v54c-cta-row{display:flex;gap:.8rem;flex-wrap:wrap;margin:1.2rem 0}.v54c-card{background:linear-gradient(180deg,rgba(22,35,27,.98),rgba(12,12,12,.98));border:.1rem solid var(--v54c-line);border-radius:1.8rem;padding:1.35rem;box-shadow:0 .8rem 2.2rem rgba(0,0,0,.23)}.v54c-card-alt{background:linear-gradient(145deg,rgba(139,0,0,.42),rgba(12,12,12,.96) 56%)}.v54c-card h2,.v54c-card h3{margin:.2rem 0 1rem;color:#fff;line-height:1.25}.v54c-card p,.v54c-card li{color:var(--v54c-muted);line-height:1.65}.v54c-grid{display:grid;gap:1rem}.v54c-grid-2{grid-template-columns:1fr 1fr}.v54c-stats{grid-template-columns:repeat(3,1fr)}.v54c-stat{text-align:center;border-radius:1.4rem;padding:1rem;background:rgba(0,255,127,.08);border:.1rem solid var(--v54c-line)}.v54c-stat strong{display:block;color:var(--v54c-primary);font-size:1.9rem;line-height:1.3}.v54c-stat span{font-size:1.12rem;color:var(--v54c-muted)}.v54c-games-block{margin:1.2rem 0}.v54c-cat-title{display:flex;align-items:center;justify-content:space-between;margin:1.5rem 0 .8rem;font-size:1.85rem}.v54c-cat-title span{color:var(--v54c-primary);font-size:1.25rem}.v54c-game-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem}.v54c-game{min-height:10.8rem;background:#121a15;border:.1rem solid var(--v54c-line);border-radius:1.2rem;padding:.65rem;text-align:center;color:var(--v54c-text);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.55rem;transition:.2s ease;cursor:pointer}.v54c-game:hover{border-color:var(--v54c-primary);transform:translateY(-.2rem)}.v54c-game img{width:5.8rem;height:5.8rem;border-radius:1.1rem;object-fit:cover}.v54c-game span{font-size:1.08rem;line-height:1.25;font-weight:900}.v54c-pill-list{display:flex;gap:.65rem;flex-wrap:wrap}.v54c-pill{background:rgba(102,205,170,.14);border:.1rem solid var(--v54c-line);border-radius:999px;padding:.6rem .85rem;color:var(--v54c-text);font-size:1.25rem}.v54c-promo-link{font-weight:900;color:var(--v54c-primary);border-bottom:.1rem dashed var(--v54c-primary);cursor:pointer}.v54c-internal-link{color:var(--v54c-soft);font-weight:800;border-bottom:.1rem dotted var(--v54c-soft)}.v54c-link-list{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.v54c-link-list a{padding:.85rem;border-radius:1rem;background:rgba(0,255,127,.07);color:var(--v54c-text);border:.1rem solid var(--v54c-line);font-weight:800}.v54c-review{border-left:.3rem solid var(--v54c-primary);padding-left:1rem}.v54c-winner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 0;border-bottom:.1rem dashed var(--v54c-line)}.v54c-winner strong{color:var(--v54c-gold)}.v54c-footer{padding:2rem 1.4rem 8.6rem;background:#070b08;border-top:.1rem solid var(--v54c-line)}.v54c-footer-brand{display:flex;align-items:center;gap:.8rem;font-weight:900;color:var(--v54c-primary);font-size:1.9rem}.v54c-footer p{color:var(--v54c-muted);line-height:1.6}.v54c-footer-buttons{display:grid;grid-template-columns:1fr 1fr;gap:.8rem;margin:1rem 0}.v54c-footer-links{display:grid;grid-template-columns:1fr 1fr;gap:.7rem;margin:1.2rem 0}.v54c-footer-links a{color:var(--v54c-muted);font-size:1.25rem}.v54c-copy{font-size:1.2rem;color:#7fa58e}.v54c-partners{display:flex;gap:.8rem;flex-wrap:wrap;margin:1rem 0}.v54c-partner{padding:.55rem .85rem;border:.1rem solid var(--v54c-line);border-radius:999px;color:var(--v54c-muted);font-size:1.15rem;background:rgba(255,255,255,.03)}.v54c-bottom-nav{position:fixed;left:50%;bottom:0;transform:translateX(-50%);width:100%;max-width:430px;height:6.2rem;z-index:1000;background:#07140d;border-top:.1rem solid var(--v54c-primary);display:flex;justify-content:space-around;align-items:center;box-shadow:0 -1rem 2.2rem rgba(0,0,0,.35)}.v54c-bottom-item{min-width:6rem;min-height:6rem;border:0;background:transparent;color:var(--v54c-muted);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;font-size:1.05rem;font-weight:900;transition:.2s ease;position:relative}.v54c-bottom-item i,.v54c-bottom-item ion-icon,.v54c-bottom-item .material-icons,.v54c-bottom-item svg{font-size:2.3rem;width:2.4rem;height:2.4rem}.v54c-bottom-item.v54c-current,.v54c-bottom-item:hover{color:var(--v54c-primary)}.v54c-bottom-item.v54c-current:before{content:'';position:absolute;top:.35rem;width:2.6rem;height:.3rem;border-radius:999px;background:var(--v54c-primary)}.v54c-icon-two{background:linear-gradient(90deg,var(--v54c-primary) 0 50%,var(--v54c-gold) 50%);-webkit-background-clip:text;background-clip:text;color:transparent}.v54c-badge{position:absolute;top:.35rem;right:1.1rem;background:var(--v54c-danger);color:#fff;border-radius:999px;font-size:.95rem;padding:.1rem .45rem}.v54c-faq details{background:rgba(0,255,127,.06);border:.1rem solid var(--v54c-line);border-radius:1.2rem;margin:.8rem 0;padding:1rem}.v54c-faq summary{font-weight:900;color:#fff;cursor:pointer;line-height:1.4}.v54c-step{display:flex;gap:1rem;align-items:flex-start;margin:1rem 0}.v54c-step-num{min-width:3.2rem;height:3.2rem;border-radius:50%;display:grid;place-items:center;background:var(--v54c-primary);color:#06150d;font-weight:900}.v54c-table{width:100%;border-collapse:collapse;font-size:1.25rem}.v54c-table th,.v54c-table td{border:.1rem solid var(--v54c-line);padding:.75rem;text-align:left}.v54c-table th{color:var(--v54c-primary);background:rgba(0,255,127,.08)}.v54c-alert{border:.1rem solid rgba(255,216,107,.5);background:rgba(255,216,107,.08);border-radius:1.4rem;padding:1rem;color:#fff}.v54c-mini{font-size:1.18rem;color:var(--v54c-muted)}
@media (min-width:769px){.v54c-bottom-nav{display:none}.v54c-page,.v54c-header,.v54c-menu{max-width:980px}.v54c-wrapper{padding-top:8rem}.v54c-game-grid{grid-template-columns:repeat(8,1fr)}.v54c-desktop-nav{display:flex}.v54c-footer{padding-bottom:2rem}.v54c-page{box-shadow:0 0 4rem rgba(0,0,0,.45)}}
@media (max-width:768px){main{padding-bottom:8rem}.v54c-desktop-nav{display:none}.v54c-title{font-size:2.35rem}.v54c-btn{font-size:1.25rem;padding:0 1rem}.v54c-actions{gap:.35rem}.v54c-grid-2{grid-template-columns:1fr}.v54c-stats{grid-template-columns:repeat(3,1fr)}}
@media (max-width:360px){.v54c-game-grid{grid-template-columns:repeat(3,1fr)}.v54c-brand-text{font-size:1.55rem}.v54c-btn{padding:0 .8rem}.v54c-menu.v54c-menu-open{grid-template-columns:1fr}.v54c-bottom-item{min-width:5.6rem}}
