@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@400;500;600;700;800;900&display=swap');

:root {
  font-size: 62.5%;
  --w663f-bg: #1E1E1E;
  --w663f-panel: #2a2422;
  --w663f-card: #302524;
  --w663f-primary: #FA8072;
  --w663f-gold: #FFDFBA;
  --w663f-cyan: #E0FFFF;
  --w663f-text: #fff7eb;
  --w663f-muted: #d9c5b6;
  --w663f-line: rgba(255, 223, 186, .2);
  --w663f-shadow: 0 1.4rem 3.8rem rgba(0,0,0,.42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Noto Sans Bengali', system-ui, sans-serif;
  background: radial-gradient(circle at top left, rgba(250,128,114,.2), transparent 28rem), linear-gradient(180deg, #171515 0%, var(--w663f-bg) 42%, #161f1f 100%);
  color: var(--w663f-text);
  font-size: 1.55rem;
  line-height: 1.5rem;
  overflow-x: hidden;
}
a { color: var(--w663f-cyan); text-decoration: none; }
a:hover { color: var(--w663f-gold); }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }

.w663f-page { width: 100%; min-height: 100vh; }
.w663f-container { width: min(100%, 43rem); margin: 0 auto; padding: 0 1.4rem; }
.w663f-wrapper { width: min(100%, 43rem); margin: 0 auto; }
.w663f-main { padding-top: 7.8rem; }
.w663f-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(30,30,30,.94); backdrop-filter: blur(1.4rem);
  border-bottom: .1rem solid var(--w663f-line);
  box-shadow: 0 .8rem 2.6rem rgba(0,0,0,.36);
}
.w663f-header-inner { width: min(100%, 43rem); margin: 0 auto; min-height: 6.6rem; padding: .8rem 1rem; display: flex; align-items: center; gap: .8rem; }
.w663f-brand { display: flex; align-items: center; gap: .7rem; min-width: 8rem; color: var(--w663f-gold); font-weight: 900; font-size: 2rem; }
.w663f-logo { width: 3.2rem; height: 3.2rem; border-radius: .9rem; box-shadow: 0 0 0 .2rem rgba(255,223,186,.18); }
.w663f-actions { margin-left: auto; display: flex; align-items: center; gap: .6rem; }
.w663f-btn {
  border: 0; border-radius: 999px; min-height: 4.4rem; min-width: 4.4rem;
  padding: 1rem 1.25rem; color: #1E1E1E; background: var(--w663f-gold);
  font-weight: 900; font-size: 1.25rem; cursor: pointer;
  box-shadow: 0 .7rem 1.8rem rgba(255,223,186,.22); transition: transform .2s ease, filter .2s ease;
}
.w663f-btn:hover, .w663f-btn:focus { transform: translateY(-.1rem) scale(1.03); filter: brightness(1.06); }
.w663f-btn-primary { background: linear-gradient(135deg, var(--w663f-primary), #ffb199); color: #1b1110; }
.w663f-btn-ghost { background: rgba(224,255,255,.08); color: var(--w663f-cyan); border: .1rem solid rgba(224,255,255,.24); }
.w663f-menu-toggle { background: var(--w663f-primary); color: #1b1110; border: 0; border-radius: 1.4rem; width: 4.4rem; height: 4.4rem; font-size: 2rem; cursor: pointer; }
.w663f-desktop-nav { display: none; }
.w663f-mobile-menu {
  position: fixed; top: 6.6rem; left: 50%; transform: translateX(-50%) translateY(-120%);
  z-index: 9999; width: min(100%, 43rem); padding: 1rem 1.4rem 1.4rem;
  background: rgba(26,24,24,.98); border: .1rem solid var(--w663f-line); border-top: 0; border-radius: 0 0 2.2rem 2.2rem;
  opacity: 0; pointer-events: none; transition: transform .28s ease, opacity .28s ease;
}
.w663f-mobile-menu.w663f-menu-open { transform: translateX(-50%) translateY(0); opacity: 1; pointer-events: auto; }
.w663f-mobile-menu a { display: flex; align-items: center; gap: .8rem; min-height: 4.6rem; padding: .8rem 1rem; border-bottom: .1rem solid rgba(255,255,255,.06); color: var(--w663f-text); font-weight: 700; }

.w663f-hero { padding: 1.2rem 0 1rem; }
.w663f-slider { position: relative; overflow: hidden; border-radius: 2.4rem; min-height: 18rem; background: var(--w663f-panel); box-shadow: var(--w663f-shadow); border: .1rem solid var(--w663f-line); }
.w663f-slide { display: none; position: relative; cursor: pointer; }
.w663f-slide-active { display: block; }
.w663f-slide img { width: 100%; height: 18rem; object-fit: cover; opacity: .8; }
.w663f-slide-caption { position: absolute; inset: auto 1.4rem 1.2rem 1.4rem; background: rgba(30,30,30,.72); border: .1rem solid var(--w663f-line); border-radius: 1.6rem; padding: 1rem; }
.w663f-slide-caption strong { display: block; color: var(--w663f-gold); font-size: 1.9rem; line-height: 2.2rem; }
.w663f-slider-dots { position: absolute; right: 1.4rem; top: 1.2rem; display: flex; gap: .55rem; }
.w663f-slider-dot { width: .9rem; height: .9rem; border-radius: 999px; border: 0; background: rgba(255,255,255,.48); padding: 0; }
.w663f-dot-active { width: 2.2rem; background: var(--w663f-primary); }

.w663f-section { margin: 1.4rem 0; padding: 1.4rem; background: linear-gradient(145deg, rgba(48,37,36,.96), rgba(30,30,30,.96)); border: .1rem solid var(--w663f-line); border-radius: 2.2rem; box-shadow: 0 .8rem 2.6rem rgba(0,0,0,.22); }
.w663f-section-alt { background: linear-gradient(145deg, rgba(24,37,37,.94), rgba(48,37,36,.9)); }
.w663f-kicker { color: var(--w663f-primary); font-weight: 900; font-size: 1.2rem; letter-spacing: .06em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.24; margin: 0 0 1rem; }
h1 { color: var(--w663f-gold); font-size: 2.65rem; letter-spacing: -.04rem; }
h2 { color: var(--w663f-cyan); font-size: 2.05rem; }
h3 { color: var(--w663f-gold); font-size: 1.65rem; }
p { margin: 0 0 1rem; color: var(--w663f-muted); line-height: 2.35rem; }
.w663f-lead { color: var(--w663f-text); font-size: 1.62rem; line-height: 2.45rem; }
.w663f-promo-link { color: var(--w663f-gold); font-weight: 900; text-decoration: underline; text-decoration-color: var(--w663f-primary); cursor: pointer; }
.w663f-link-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1rem; }
.w663f-text-link { color: var(--w663f-cyan); font-weight: 800; border-bottom: .1rem dashed rgba(224,255,255,.55); }

.w663f-grid { display: grid; gap: 1rem; }
.w663f-grid-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.w663f-grid-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.w663f-card { background: rgba(255,255,255,.045); border: .1rem solid rgba(255,223,186,.15); border-radius: 1.8rem; padding: 1.1rem; }
.w663f-stat { display: flex; align-items: center; gap: .8rem; }
.w663f-stat i, .w663f-stat .material-icons { color: var(--w663f-primary); font-size: 2.4rem; }
.w663f-pill { display: inline-flex; align-items: center; min-height: 3rem; padding: .45rem .9rem; border-radius: 999px; background: rgba(250,128,114,.14); color: var(--w663f-gold); font-weight: 800; font-size: 1.25rem; }
.w663f-steps { counter-reset: w663fStep; display: grid; gap: 1rem; }
.w663f-step { position: relative; padding-left: 4.2rem; }
.w663f-step:before { counter-increment: w663fStep; content: counter(w663fStep); position: absolute; left: 0; top: 0; width: 3rem; height: 3rem; border-radius: 50%; display: grid; place-items: center; background: var(--w663f-primary); color: #1E1E1E; font-weight: 900; }

.w663f-games-block { margin-top: 1.2rem; }
.w663f-games-title { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin: 1.6rem 0 .9rem; }
.w663f-games-title span { color: var(--w663f-gold); font-size: 1.75rem; font-weight: 900; }
.w663f-game-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .85rem; }
.w663f-game-tile { min-height: 9.8rem; padding: .55rem; border-radius: 1.4rem; background: rgba(255,255,255,.052); border: .1rem solid rgba(224,255,255,.12); color: var(--w663f-text); text-align: center; transition: transform .18s ease, border-color .18s ease; }
.w663f-game-tile:hover { transform: translateY(-.25rem); border-color: var(--w663f-primary); }
.w663f-game-tile img { width: 5.2rem; height: 5.2rem; object-fit: cover; border-radius: 1.2rem; margin: 0 auto .5rem; }
.w663f-game-tile b { display: block; font-size: 1.1rem; line-height: 1.35rem; color: var(--w663f-cyan); }
.w663f-category-strip { display: flex; gap: .7rem; overflow-x: auto; padding-bottom: .5rem; }
.w663f-category-strip span { white-space: nowrap; background: rgba(255,223,186,.1); color: var(--w663f-gold); border-radius: 999px; padding: .65rem 1rem; font-weight: 800; }

.w663f-review { border-left: .35rem solid var(--w663f-primary); padding-left: 1rem; }
.w663f-payment { display: flex; align-items: center; justify-content: center; min-height: 4.4rem; border-radius: 1.2rem; background: rgba(224,255,255,.08); font-weight: 900; color: var(--w663f-cyan); }
.w663f-table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 1.4rem; font-size: 1.3rem; }
.w663f-table th, .w663f-table td { padding: .85rem; border-bottom: .1rem solid rgba(255,255,255,.08); text-align: left; }
.w663f-table th { color: var(--w663f-gold); background: rgba(250,128,114,.13); }
.w663f-bar { height: .9rem; border-radius: 999px; background: rgba(255,255,255,.12); overflow: hidden; }
.w663f-bar span { display: block; height: 100%; background: linear-gradient(90deg, var(--w663f-primary), var(--w663f-gold)); }

.w663f-footer { margin-top: 2rem; padding: 2rem 0 8rem; background: #151515; border-top: .1rem solid var(--w663f-line); }
.w663f-footer-brand { display: flex; align-items: center; gap: .8rem; color: var(--w663f-gold); font-weight: 900; font-size: 2rem; margin-bottom: 1rem; }
.w663f-foot-actions { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .8rem; margin: 1rem 0; }
.w663f-foot-links { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .65rem; margin: 1.2rem 0; }
.w663f-foot-link { color: var(--w663f-muted); font-weight: 700; font-size: 1.25rem; }
.w663f-partners { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1rem 0; }
.w663f-partner { border: .1rem solid rgba(224,255,255,.16); color: var(--w663f-cyan); border-radius: .9rem; padding: .5rem .75rem; font-weight: 800; font-size: 1.15rem; }
.w663f-copy { font-size: 1.2rem; color: #a99; }

.w663f-bottom-nav {
  position: fixed; bottom: 0; left: 50%; transform: translateX(-50%); z-index: 1000;
  width: min(100%, 43rem); height: 6.2rem; display: flex; justify-content: space-around; align-items: center;
  background: #FA8072; border-radius: 2.2rem 2.2rem 0 0; box-shadow: 0 -1rem 2.8rem rgba(0,0,0,.38); border: .1rem solid rgba(255,223,186,.36); border-bottom: 0;
}
.w663f-bottom-link { position: relative; min-width: 6rem; min-height: 6rem; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: .25rem; color: #241412; border: 0; background: transparent; font-weight: 900; font-size: 1.05rem; cursor: pointer; transition: transform .18s ease, color .18s ease; }
.w663f-bottom-link i, .w663f-bottom-link ion-icon, .w663f-bottom-link .material-icons, .w663f-bottom-link .ti { font-size: 2.35rem; line-height: 1; }
.w663f-bottom-link:hover, .w663f-bottom-link:focus, .w663f-bottom-link.w663f-current { transform: translateY(-.25rem) scale(1.06); color: #E0FFFF; }
.w663f-badge { position: absolute; top: .5rem; right: 1rem; min-width: 1.55rem; height: 1.55rem; border-radius: 999px; display: grid; place-items: center; background: #1E1E1E; color: var(--w663f-gold); font-size: .9rem; }

@media (min-width: 769px) {
  body { font-size: 1.65rem; }
  .w663f-wrapper, .w663f-container, .w663f-header-inner { max-width: 112rem; }
  .w663f-main { padding-top: 8.4rem; }
  .w663f-desktop-nav { display: flex; gap: .5rem; align-items: center; margin-left: 1rem; }
  .w663f-nav-link { color: var(--w663f-muted); padding: .9rem 1rem; font-weight: 800; border-radius: 999px; }
  .w663f-nav-link:hover, .w663f-nav-link.w663f-current { background: rgba(250,128,114,.14); color: var(--w663f-gold); }
  .w663f-menu-toggle, .w663f-mobile-menu, .w663f-bottom-nav { display: none; }
  .w663f-slide img { height: 36rem; }
  .w663f-grid-2 { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .w663f-grid-3 { grid-template-columns: repeat(6, minmax(0,1fr)); }
  .w663f-game-grid { grid-template-columns: repeat(8, minmax(0,1fr)); }
  .w663f-footer { padding-bottom: 2rem; }
}

@media (max-width: 768px) {
  main, .w663f-main { padding-bottom: 8rem; }
  .w663f-actions .w663f-btn { padding: .85rem 1rem; font-size: 1.12rem; }
}

@media (max-width: 360px) {
  .w663f-game-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  h1 { font-size: 2.35rem; }
  .w663f-brand span { font-size: 1.7rem; }
}
