/* pjokk shared styles - comments in English only */
:root {
  font-size: 62.5%;
  --w3635-primary: #D2B48C;
  --w3635-bg: #262626;
  --w3635-accent: #9AFF9A;
  --w3635-lime: #7CFC00;
  --w3635-soft: #FFDEAD;
  --w3635-card: #323232;
  --w3635-text: #fff7e8;
  --w3635-muted: #cfc6b7;
  --w3635-line: rgba(210, 180, 140, .28);
  --w3635-shadow: 0 1.8rem 4.2rem rgba(0, 0, 0, .45);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Noto Sans Bengali', 'Hind Siliguri', Arial, sans-serif;
  background: radial-gradient(circle at top, rgba(124,252,0,.14), transparent 28rem), var(--w3635-bg);
  color: var(--w3635-text);
  font-size: 1.6rem;
  line-height: 1.5rem;
  overflow-x: hidden;
}
a { color: var(--w3635-accent); text-decoration: none; }
a:hover { color: var(--w3635-lime); }
img { max-width: 100%; display: block; }
main { max-width: 43rem; margin: 0 auto; padding-top: 7.6rem; }
.w3635-no-scroll { overflow: hidden; }
.w3635-container { width: min(100%, 43rem); margin: 0 auto; padding: 0 1.4rem; }
.w3635-wrapper { background: linear-gradient(180deg, rgba(38,38,38,.98), rgba(38,38,38,.92)); min-height: 100vh; }
.w3635-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(25,25,25,.96); backdrop-filter: blur(1.4rem);
  border-bottom: .1rem solid var(--w3635-line); box-shadow: 0 .8rem 2rem rgba(0,0,0,.3);
}
.w3635-header-inner { max-width: 43rem; margin: 0 auto; min-height: 6.8rem; display: flex; align-items: center; gap: .9rem; padding: .8rem 1rem; }
.w3635-brand { display: flex; align-items: center; gap: .7rem; min-width: 0; flex: 1; color: var(--w3635-soft); font-weight: 900; font-size: 1.8rem; }
.w3635-brand img { width: 3.2rem; height: 3.2rem; border-radius: 50%; border: .2rem solid var(--w3635-primary); }
.w3635-header-actions { display: flex; align-items: center; gap: .6rem; }
.w3635-btn { border: 0; border-radius: 999rem; min-height: 4.4rem; padding: 0 1.4rem; font-weight: 900; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: .5rem; transition: transform .2s ease, filter .2s ease, background .2s ease; }
.w3635-btn:hover, .w3635-btn:focus { transform: translateY(-.1rem) scale(1.02); outline: none; filter: brightness(1.08); }
.w3635-btn-primary { background: linear-gradient(135deg, var(--w3635-lime), var(--w3635-accent)); color: #102010; box-shadow: 0 .8rem 1.8rem rgba(124,252,0,.25); }
.w3635-btn-ghost { background: rgba(255,222,173,.14); color: var(--w3635-soft); border: .1rem solid var(--w3635-line); }
.w3635-menu-btn { width: 4.4rem; padding: 0; border-radius: 1.2rem; background: rgba(210,180,140,.15); color: var(--w3635-soft); border: .1rem solid var(--w3635-line); }
.w3635-mobile-menu { position: fixed; inset: 0; z-index: 9999; background: rgba(0,0,0,.72); opacity: 0; pointer-events: none; transition: opacity .24s ease; }
.w3635-mobile-menu.w3635-menu-open { opacity: 1; pointer-events: auto; }
.w3635-menu-panel { width: min(86vw, 34rem); height: 100%; margin-left: auto; background: #202020; border-left: .1rem solid var(--w3635-line); padding: 2rem; transform: translateX(100%); transition: transform .24s ease; box-shadow: var(--w3635-shadow); }
.w3635-menu-open .w3635-menu-panel { transform: translateX(0); }
.w3635-menu-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.6rem; }
.w3635-menu-title { color: var(--w3635-soft); font-weight: 900; font-size: 2rem; }
.w3635-nav { display: grid; gap: .9rem; }
.w3635-nav a { min-height: 4.6rem; display: flex; align-items: center; gap: .8rem; border: .1rem solid var(--w3635-line); border-radius: 1.4rem; padding: 0 1.2rem; color: var(--w3635-text); background: rgba(255,255,255,.035); }
.w3635-nav a:hover { background: rgba(124,252,0,.13); color: var(--w3635-lime); }
.w3635-hero { position: relative; padding: 1.2rem 0 2rem; }
.w3635-slider { position: relative; border-radius: 2rem; overflow: hidden; border: .1rem solid var(--w3635-line); box-shadow: var(--w3635-shadow); background: #151515; }
.w3635-slide { display: none; min-height: 18rem; cursor: pointer; }
.w3635-slide-active { display: block; animation: w3635Fade .35s ease; }
.w3635-slide img { width: 100%; height: 18rem; object-fit: cover; }
.w3635-slide-caption { position: absolute; left: 1.2rem; right: 1.2rem; bottom: 1.2rem; padding: 1rem; border-radius: 1.4rem; background: rgba(0,0,0,.62); color: var(--w3635-soft); font-weight: 800; }
.w3635-dots { display: flex; justify-content: center; gap: .6rem; margin-top: 1rem; }
.w3635-dot { width: .9rem; height: .9rem; border-radius: 50%; background: rgba(255,222,173,.35); border: 0; }
.w3635-dot-active { background: var(--w3635-lime); box-shadow: 0 0 1rem var(--w3635-lime); }
.w3635-section { padding: 1.6rem 0; }
.w3635-section-head { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.2rem; }
.w3635-kicker { display: inline-flex; align-items: center; gap: .5rem; color: var(--w3635-lime); font-size: 1.2rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.w3635-title { margin: 0; color: var(--w3635-soft); line-height: 1.25; font-size: 2.6rem; }
.w3635-subtitle { color: var(--w3635-muted); margin: .8rem 0 0; line-height: 1.55; }
.w3635-card { background: linear-gradient(180deg, rgba(255,222,173,.08), rgba(255,255,255,.035)); border: .1rem solid var(--w3635-line); border-radius: 2rem; padding: 1.4rem; box-shadow: 0 1rem 2.4rem rgba(0,0,0,.22); }
.w3635-card + .w3635-card { margin-top: 1.2rem; }
.w3635-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.w3635-mini-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .8rem; }
.w3635-game-link { display: grid; justify-items: center; gap: .45rem; color: var(--w3635-text); padding: .6rem .3rem; border-radius: 1.2rem; background: rgba(255,255,255,.035); min-height: 8.8rem; border: .1rem solid rgba(255,255,255,.05); }
.w3635-game-link:hover { color: var(--w3635-lime); background: rgba(124,252,0,.1); transform: translateY(-.1rem); }
.w3635-game-link img { width: 5.2rem; height: 5.2rem; object-fit: cover; border-radius: 1.2rem; border: .1rem solid var(--w3635-line); }
.w3635-game-link span { font-size: 1.08rem; line-height: 1.2; text-align: center; font-weight: 800; }
.w3635-promo-text { color: var(--w3635-lime); font-weight: 900; text-decoration: underline; cursor: pointer; }
.w3635-badge { display: inline-flex; align-items: center; gap: .4rem; padding: .45rem .8rem; border-radius: 999rem; background: rgba(154,255,154,.12); color: var(--w3635-accent); border: .1rem solid rgba(154,255,154,.28); font-size: 1.2rem; font-weight: 900; }
.w3635-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.w3635-stat { border-radius: 1.6rem; padding: 1rem; background: rgba(0,0,0,.22); border: .1rem solid var(--w3635-line); text-align: center; }
.w3635-stat strong { display: block; color: var(--w3635-lime); font-size: 2rem; margin-bottom: .4rem; }
.w3635-list { margin: 1rem 0 0; padding-left: 1.8rem; color: var(--w3635-muted); line-height: 1.6; }
.w3635-feature-row { display: flex; gap: 1rem; align-items: flex-start; padding: 1rem 0; border-top: .1rem solid rgba(210,180,140,.16); }
.w3635-feature-row:first-child { border-top: 0; }
.w3635-feature-icon { width: 4.4rem; height: 4.4rem; border-radius: 1.3rem; display: grid; place-items: center; background: rgba(124,252,0,.13); color: var(--w3635-lime); flex: 0 0 auto; font-size: 2.2rem; }
.w3635-cta { background: linear-gradient(135deg, rgba(124,252,0,.2), rgba(210,180,140,.16)); border: .1rem solid var(--w3635-line); border-radius: 2.2rem; padding: 1.6rem; text-align: center; }
.w3635-cta h2, .w3635-cta h3 { margin-top: 0; color: var(--w3635-soft); }
.w3635-footer { max-width: 43rem; margin: 0 auto; padding: 2.4rem 1.4rem 8.8rem; background: #1f1f1f; border-top: .1rem solid var(--w3635-line); }
.w3635-footer-logo { display: flex; align-items: center; gap: .8rem; font-size: 2rem; font-weight: 900; color: var(--w3635-soft); }
.w3635-footer-logo img { width: 3.4rem; height: 3.4rem; border-radius: 50%; }
.w3635-footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; margin: 1.4rem 0; }
.w3635-footer-links a { color: var(--w3635-muted); padding: .8rem; border-radius: 1rem; background: rgba(255,255,255,.035); }
.w3635-footer-cta { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; margin: 1.2rem 0; }
.w3635-partners { display: flex; flex-wrap: wrap; gap: .7rem; margin: 1.2rem 0; }
.w3635-partner { padding: .55rem .9rem; border-radius: 999rem; background: rgba(210,180,140,.12); color: var(--w3635-soft); font-size: 1.2rem; border: .1rem solid var(--w3635-line); }
.w3635-copy { color: var(--w3635-muted); font-size: 1.25rem; margin-top: 1rem; }
.w3635-bottom-nav { position: fixed; bottom: 0; left: 0; right: 0; z-index: 1000; height: 6.2rem; background: #151515; border-top: .1rem solid var(--w3635-line); display: flex; justify-content: space-around; align-items: center; box-shadow: 0 -1rem 2.8rem rgba(0,0,0,.4); }
.w3635-bottom-item { min-width: 6rem; min-height: 6rem; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .3rem; color: var(--w3635-muted); border: 0; background: transparent; font-size: 1.05rem; font-weight: 800; cursor: pointer; transition: transform .2s ease, color .2s ease; }
.w3635-bottom-item i, .w3635-bottom-item ion-icon, .w3635-bottom-item .material-icons, .w3635-bottom-item .ti { font-size: 2.3rem; line-height: 1; }
.w3635-bottom-item:hover, .w3635-bottom-item:focus { color: var(--w3635-lime); transform: translateY(-.2rem) scale(1.04); outline: none; }
.w3635-bottom-active { color: var(--w3635-lime); }
.w3635-bottom-active::after { content: ''; width: .7rem; height: .7rem; border-radius: 50%; background: var(--w3635-lime); box-shadow: 0 0 1rem var(--w3635-lime); }
.w3635-table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 1.6rem; }
.w3635-table th, .w3635-table td { padding: .9rem; border-bottom: .1rem solid rgba(210,180,140,.16); text-align: left; }
.w3635-table th { color: var(--w3635-soft); background: rgba(210,180,140,.1); }
.w3635-review { display: flex; gap: 1rem; align-items: flex-start; }
.w3635-avatar { width: 4.4rem; height: 4.4rem; border-radius: 50%; background: linear-gradient(135deg, var(--w3635-lime), var(--w3635-primary)); color: #151515; display: grid; place-items: center; font-weight: 900; }
.w3635-desktop-nav { display: none; }
@keyframes w3635Fade { from { opacity: .3; transform: scale(1.01); } to { opacity: 1; transform: scale(1); } }
@media (min-width: 769px) {
  body { background: #151515; }
  main, .w3635-header-inner, .w3635-footer { max-width: 108rem; }
  .w3635-container { width: min(100%, 108rem); }
  .w3635-bottom-nav { display: none; }
  .w3635-menu-btn { display: none; }
  .w3635-desktop-nav { display: flex; gap: 1rem; align-items: center; }
  .w3635-desktop-nav a { color: var(--w3635-muted); font-weight: 800; }
  .w3635-mini-grid { grid-template-columns: repeat(8, minmax(0, 1fr)); }
  .w3635-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .w3635-slide img { height: 32rem; }
}
@media (max-width: 768px) {
  main { padding-bottom: 8rem; }
  .w3635-header-actions .w3635-btn { padding: 0 1rem; font-size: 1.25rem; }
  .w3635-brand span { max-width: 8.4rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
}
@media (max-width: 360px) {
  .w3635-mini-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .w3635-title { font-size: 2.25rem; }
  .w3635-header-inner { gap: .5rem; padding-inline: .7rem; }
}
