/* abc8bd mobile-first design system */
:root {
  font-size: 62.5%;
  --s1b2-bg: #0F0F23;
  --s1b2-bg-2: #172033;
  --s1b2-surface: #1d2840;
  --s1b2-card: #24344f;
  --s1b2-primary: #BDB76B;
  --s1b2-accent: #FF7F50;
  --s1b2-muted: #9aa8ba;
  --s1b2-text: #FAFAFA;
  --s1b2-soft: #34495E;
  --s1b2-border: rgba(189, 183, 107, .24);
  --s1b2-shadow: 0 1.2rem 3rem rgba(0, 0, 0, .38);
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; overflow-x: hidden; }
body {
  font-family: 'Noto Sans Bengali', 'Hind Siliguri', system-ui, sans-serif;
  background: radial-gradient(circle at top left, rgba(255,127,80,.22), transparent 34rem), linear-gradient(180deg, var(--s1b2-bg), #070711 72%);
  color: var(--s1b2-text);
  font-size: 1.6rem;
  line-height: 1.5rem;
}
a { color: var(--s1b2-primary); text-decoration: none; font-weight: 700; }
a:hover { color: var(--s1b2-accent); }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
.s1b2-page { max-width: 43rem; margin: 0 auto; background: rgba(15,15,35,.96); min-height: 100vh; box-shadow: var(--s1b2-shadow); }
.s1b2-container { width: min(100%, 43rem); margin: 0 auto; padding: 0 1.4rem; }
.s1b2-wrapper { padding: 1.4rem; }
.s1b2-header { position: fixed; top: 0; left: 50%; transform: translateX(-50%); width: min(100%, 43rem); z-index: 1000; background: rgba(15,15,35,.94); border-bottom: .1rem solid var(--s1b2-border); backdrop-filter: blur(1.4rem); }
.s1b2-topbar { height: 6.4rem; display: flex; align-items: center; gap: .8rem; padding: .8rem 1rem; }
.s1b2-brand { display: flex; align-items: center; gap: .7rem; min-width: 0; color: var(--s1b2-text); }
.s1b2-logo { width: 3.2rem; height: 3.2rem; border-radius: 1rem; border: .1rem solid var(--s1b2-primary); }
.s1b2-name { font-size: 1.8rem; font-weight: 900; letter-spacing: .04rem; }
.s1b2-header-actions { margin-left: auto; display: flex; gap: .5rem; align-items: center; }
.s1b2-btn { border: 0; border-radius: 1.4rem; min-height: 4.4rem; padding: 0 1.3rem; display: inline-flex; align-items: center; justify-content: center; gap: .5rem; font-weight: 900; cursor: pointer; color: #101020; background: linear-gradient(135deg, var(--s1b2-primary), #fff1a6); box-shadow: 0 .6rem 1.6rem rgba(189,183,107,.23); transition: transform .18s ease, filter .18s ease; }
.s1b2-btn:hover, .s1b2-btn:active { transform: translateY(-.1rem) scale(.98); filter: brightness(1.08); }
.s1b2-btn-alt { color: #fff; background: linear-gradient(135deg, var(--s1b2-accent), #e04d2b); box-shadow: 0 .6rem 1.6rem rgba(255,127,80,.25); }
.s1b2-menu-btn { min-width: 4.4rem; width: 4.4rem; padding: 0; color: #fff; background: var(--s1b2-soft); }
.s1b2-mobile-menu { position: fixed; top: 6.4rem; left: 50%; transform: translateX(-50%) translateY(-1rem); width: min(100%, 43rem); z-index: 9999; opacity: 0; visibility: hidden; pointer-events: none; background: rgba(23,32,51,.98); border-bottom: .1rem solid var(--s1b2-border); transition: .22s ease; }
.s1b2-mobile-menu.s1b2-menu-open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.s1b2-menu-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; padding: 1.2rem; }
.s1b2-menu-link { min-height: 4.4rem; border: .1rem solid var(--s1b2-border); border-radius: 1.2rem; padding: 1rem; background: rgba(255,255,255,.04); color: var(--s1b2-text); }
.s1b2-main { padding-top: 7.4rem; }
.s1b2-hero { padding: 1.4rem 0; }
.s1b2-carousel { position: relative; min-height: 15.6rem; overflow: hidden; border-radius: 2rem; border: .1rem solid var(--s1b2-border); background: var(--s1b2-surface); }
.s1b2-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .5s ease; cursor: pointer; }
.s1b2-slide.s1b2-active { opacity: 1; position: relative; }
.s1b2-slide img { width: 100%; height: 15.6rem; object-fit: cover; }
.s1b2-slide-caption { position: absolute; left: 1rem; right: 1rem; bottom: 1rem; padding: .9rem; border-radius: 1.2rem; background: rgba(15,15,35,.78); font-weight: 900; }
.s1b2-dots { display: flex; gap: .6rem; justify-content: center; margin-top: .8rem; }
.s1b2-dot { width: .9rem; height: .9rem; border-radius: 50%; border: 0; background: #5D5D5D; }
.s1b2-dot.s1b2-active { background: var(--s1b2-accent); transform: scale(1.25); }
.s1b2-section { margin: 1.4rem 0; padding: 1.4rem; border: .1rem solid var(--s1b2-border); border-radius: 2rem; background: linear-gradient(180deg, rgba(36,52,79,.86), rgba(23,32,51,.88)); }
.s1b2-section h1, .s1b2-section h2, .s1b2-section h3 { line-height: 1.22; margin: 0 0 1rem; }
.s1b2-section h1 { font-size: 2.4rem; color: var(--s1b2-primary); }
.s1b2-section h2 { font-size: 2rem; color: var(--s1b2-primary); }
.s1b2-section h3 { font-size: 1.7rem; color: #ffeab5; }
.s1b2-section p, .s1b2-section li { line-height: 1.65; color: #ecf2f7; }
.s1b2-kicker { color: var(--s1b2-accent); font-weight: 900; text-transform: uppercase; letter-spacing: .09rem; }
.s1b2-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.s1b2-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.s1b2-card { border: .1rem solid rgba(255,255,255,.09); border-radius: 1.6rem; background: rgba(15,15,35,.55); padding: 1.2rem; }
.s1b2-chip-row { display: flex; flex-wrap: wrap; gap: .7rem; }
.s1b2-chip { display: inline-flex; align-items: center; gap: .5rem; min-height: 3.6rem; border-radius: 99rem; padding: .7rem 1rem; background: rgba(189,183,107,.12); border: .1rem solid var(--s1b2-border); color: var(--s1b2-primary); font-weight: 800; }
.s1b2-game-category { margin: 1.6rem 0; }
.s1b2-game-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; }
.s1b2-game { min-height: 10.2rem; border: .1rem solid rgba(189,183,107,.18); border-radius: 1.4rem; padding: .7rem; background: rgba(255,255,255,.045); text-align: center; color: #fff; }
.s1b2-game img { width: 5.2rem; height: 5.2rem; object-fit: cover; border-radius: 1.2rem; margin: 0 auto .5rem; }
.s1b2-game span { display: block; font-size: 1.12rem; line-height: 1.25; font-weight: 800; }
.s1b2-stat { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-bottom: .1rem solid rgba(255,255,255,.08); }
.s1b2-stat:last-child { border-bottom: 0; }
.s1b2-meter { height: .9rem; width: 42%; background: rgba(255,255,255,.12); border-radius: 2rem; overflow: hidden; }
.s1b2-meter span { display: block; height: 100%; background: linear-gradient(90deg, var(--s1b2-accent), var(--s1b2-primary)); }
.s1b2-cta { margin: 1.2rem 0; display: flex; flex-wrap: wrap; gap: .8rem; }
.s1b2-promo-link { color: #fff4c0; font-weight: 900; border-bottom: .2rem solid var(--s1b2-accent); cursor: pointer; }
.s1b2-table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 1.4rem; }
.s1b2-table th, .s1b2-table td { padding: 1rem; border-bottom: .1rem solid rgba(255,255,255,.08); text-align: left; }
.s1b2-table th { color: var(--s1b2-primary); background: rgba(0,0,0,.18); }
.s1b2-footer { margin-top: 2rem; padding: 2rem 1.4rem 8.6rem; background: #080814; border-top: .1rem solid var(--s1b2-border); }
.s1b2-footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; margin: 1.2rem 0; }
.s1b2-footer-links a { min-height: 4.4rem; display: flex; align-items: center; padding: .9rem; border-radius: 1.2rem; background: rgba(255,255,255,.04); }
.s1b2-partners { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1rem 0; }
.s1b2-partner { padding: .8rem 1rem; border-radius: 1rem; background: rgba(189,183,107,.12); color: var(--s1b2-primary); font-weight: 900; }
.s1b2-bottom-nav { position: fixed; left: 50%; bottom: 0; transform: translateX(-50%); width: min(100%, 43rem); height: 6.2rem; z-index: 1000; display: flex; justify-content: space-around; align-items: center; background: #111a2b; border-top: .1rem solid var(--s1b2-border); box-shadow: 0 -1rem 2.4rem rgba(0,0,0,.4); }
.s1b2-bottom-btn { min-width: 6rem; min-height: 6rem; border: 0; background: transparent; color: #c9d4df; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .3rem; font-size: 1.05rem; cursor: pointer; transition: .18s ease; position: relative; }
.s1b2-bottom-btn i, .s1b2-bottom-btn .material-icons, .s1b2-bottom-btn ion-icon { font-size: 2.35rem; line-height: 1; }
.s1b2-bottom-btn.s1b2-active, .s1b2-bottom-btn:hover { color: var(--s1b2-accent); transform: translateY(-.3rem); }
.s1b2-badge { position: absolute; top: .4rem; right: 1.2rem; min-width: 1.6rem; height: 1.6rem; border-radius: 99rem; background: var(--s1b2-accent); color: #fff; font-size: .9rem; font-weight: 900; }
.s1b2-desktop-nav { display: none; }
@media (min-width: 769px) {
  .s1b2-page, .s1b2-header, .s1b2-bottom-nav, .s1b2-mobile-menu { max-width: 112rem; width: 100%; }
  .s1b2-page { max-width: 112rem; }
  .s1b2-container { width: min(100%, 108rem); }
  .s1b2-bottom-nav { display: none; }
  .s1b2-desktop-nav { display: flex; gap: 1rem; margin-left: 1rem; }
  .s1b2-menu-btn { display: none; }
  .s1b2-main { padding-top: 7.2rem; }
  .s1b2-game-grid { grid-template-columns: repeat(8, 1fr); }
  .s1b2-grid { grid-template-columns: repeat(4, 1fr); }
  .s1b2-slide img { height: 28rem; }
  .s1b2-carousel { min-height: 28rem; }
  .s1b2-footer { padding-bottom: 3rem; }
}
@media (max-width: 768px) {
  main { padding-bottom: 8rem; }
  .s1b2-header-actions .s1b2-btn { padding: 0 .9rem; font-size: 1.25rem; }
  .s1b2-name { font-size: 1.6rem; }
}
@media (max-width: 360px) {
  .s1b2-game-grid { grid-template-columns: repeat(3, 1fr); }
  .s1b2-grid { grid-template-columns: 1fr; }
}
