:root {
  font-size: 62.5%;
  --s2a3-primary: #87cefa; --s2a3-accent: #0000cd; --s2a3-bg: #101927;
  --s2a3-panel: #212f3d; --s2a3-panel-soft: #293b50; --s2a3-text: #e9ecef;
  --s2a3-muted: #b7c9da; --s2a3-gold: #ffd76a; --s2a3-danger: #ff6b8a;
  --s2a3-line: rgba(135, 206, 250, .24); --s2a3-shadow: 0 1.6rem 4rem rgba(0, 0, 0, .34);
}
* { box-sizing: border-box; }
html, body {
  margin: 0; min-height: 100%; overflow-x: hidden;
  background: radial-gradient(circle at 20% 0%, rgba(0, 0, 205, .28), transparent 32%), linear-gradient(180deg, #101927 0%, #162232 52%, #0a111d 100%);
  color: var(--s2a3-text); font-family: "Noto Sans Bengali", "Hind Siliguri", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.6rem; line-height: 1.5rem;
}
a { color: var(--s2a3-primary); text-decoration: none; }
a:hover { color: var(--s2a3-gold); }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.s2a3-page { max-width: 43rem; min-height: 100vh; margin: 0 auto; background: linear-gradient(180deg, rgba(33, 47, 61, .88), rgba(16, 25, 39, .96)); box-shadow: 0 0 0 .1rem rgba(255,255,255,.04), var(--s2a3-shadow); }
.s2a3-header { position: sticky; top: 0; z-index: 1000; border-bottom: .1rem solid var(--s2a3-line); background: rgba(16,25,39,.92); backdrop-filter: blur(1.4rem); transition: .25s ease; }
.s2a3-header-compact { box-shadow: 0 .8rem 2.4rem rgba(0,0,0,.32); }
.s2a3-topbar { display: flex; align-items: center; gap: .8rem; min-height: 6.4rem; padding: .8rem 1.2rem; }
.s2a3-brand { display: flex; align-items: center; gap: .8rem; min-width: 0; flex: 1; }
.s2a3-logo { width: 3.2rem; height: 3.2rem; border-radius: .9rem; box-shadow: 0 0 1.8rem rgba(135,206,250,.45); }
.s2a3-brand-text { display: flex; flex-direction: column; gap: .2rem; min-width: 0; }
.s2a3-brand-name { color: #fff; font-size: 1.8rem; font-weight: 900; letter-spacing: .03em; }
.s2a3-brand-tag { color: var(--s2a3-muted); font-size: 1.05rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.s2a3-actions { display: flex; align-items: center; gap: .6rem; }
.s2a3-btn { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 4.4rem; border: 0; border-radius: 999rem; padding: 1rem 1.35rem; color: #06111e; background: linear-gradient(135deg, var(--s2a3-primary), #fff); font-weight: 900; font-size: 1.25rem; cursor: pointer; box-shadow: 0 .8rem 1.8rem rgba(135,206,250,.2); transition: transform .18s ease, filter .18s ease; }
.s2a3-btn:hover, .s2a3-btn:focus-visible { transform: translateY(-.1rem) scale(1.02); filter: brightness(1.06); }
.s2a3-btn-secondary { color: #fff; background: linear-gradient(135deg, #0000cd, #3148ff); }
.s2a3-btn-gold { color: #1b1400; background: linear-gradient(135deg, #ffd76a, #fff4c1); }
.s2a3-menu-button { width: 4.4rem; height: 4.4rem; flex: 0 0 4.4rem; border: .1rem solid var(--s2a3-line); border-radius: 1.2rem; color: var(--s2a3-text); background: rgba(255,255,255,.06); font-size: 2.1rem; cursor: pointer; }
.s2a3-menu { display: none; position: absolute; right: 1rem; left: 1rem; top: 6.9rem; z-index: 9999; border: .1rem solid var(--s2a3-line); border-radius: 1.8rem; padding: 1rem; background: rgba(16,25,39,.98); box-shadow: var(--s2a3-shadow); }
.s2a3-menu-open { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.s2a3-menu-link { min-height: 4.4rem; border-radius: 1.2rem; padding: 1.1rem; color: var(--s2a3-text); background: rgba(135,206,250,.08); font-size: 1.25rem; font-weight: 800; }
.s2a3-desktop-nav { display: none; gap: .8rem; padding: 0 1.2rem 1rem; }
.s2a3-desktop-link { color: var(--s2a3-muted); font-size: 1.25rem; font-weight: 800; }
.s2a3-main { padding: 1.4rem 1.2rem 2rem; }
.s2a3-hero { display: grid; gap: 1.2rem; padding-top: .6rem; }
.s2a3-carousel { position: relative; overflow: hidden; border: .1rem solid var(--s2a3-line); border-radius: 2.2rem; min-height: 18.8rem; background: #09111d; box-shadow: var(--s2a3-shadow); }
.s2a3-slide { display: none; min-height: 18.8rem; cursor: pointer; }
.s2a3-slide-active { display: block; animation: s2a3Fade .35s ease; }
.s2a3-slide img { width: 100%; height: 18.8rem; object-fit: cover; }
.s2a3-slide-caption { position: absolute; left: 1.2rem; right: 1.2rem; bottom: 1.2rem; border-radius: 1.4rem; padding: 1rem; background: rgba(0,0,0,.55); color: #fff; font-weight: 900; }
.s2a3-dots { position: absolute; top: 1rem; right: 1rem; display: flex; gap: .5rem; }
.s2a3-dot { width: .8rem; height: .8rem; border: 0; border-radius: 999rem; background: rgba(255,255,255,.45); }
.s2a3-dot-active { width: 2rem; background: var(--s2a3-gold); }
.s2a3-kicker { color: var(--s2a3-primary); font-size: 1.2rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.s2a3-title { margin: .4rem 0 .8rem; color: #fff; font-size: 2.8rem; line-height: 1.12; letter-spacing: -.03em; }
.s2a3-lead { color: var(--s2a3-muted); line-height: 1.65; }
.s2a3-promo-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.2rem; }
.s2a3-section { margin-top: 1.8rem; border: .1rem solid var(--s2a3-line); border-radius: 2rem; padding: 1.4rem; background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025)); }
.s2a3-section-alt { background: linear-gradient(135deg, rgba(0,0,205,.28), rgba(135,206,250,.08)); }
.s2a3-section h2, .s2a3-section h3 { margin: 0 0 .9rem; color: #fff; line-height: 1.22; }
.s2a3-section h2 { font-size: 2.15rem; }
.s2a3-section h3 { font-size: 1.62rem; }
.s2a3-section p, .s2a3-section li { color: var(--s2a3-muted); line-height: 1.66; }
.s2a3-inline-link { color: var(--s2a3-primary); font-weight: 900; border-bottom: .1rem dashed currentColor; }
.s2a3-cta-text { color: var(--s2a3-gold); font-weight: 900; cursor: pointer; }
.s2a3-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.s2a3-grid-three { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .8rem; }
.s2a3-card { border: .1rem solid var(--s2a3-line); border-radius: 1.6rem; padding: 1rem; background: rgba(10,17,29,.55); }
.s2a3-chip { display: inline-flex; align-items: center; min-height: 3.2rem; border: .1rem solid var(--s2a3-line); border-radius: 999rem; padding: .6rem 1rem; color: var(--s2a3-primary); background: rgba(135,206,250,.08); font-size: 1.2rem; font-weight: 900; }
.s2a3-game-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .9rem; }
.s2a3-game-card { display: grid; gap: .55rem; align-content: start; min-height: 10rem; border: .1rem solid rgba(135,206,250,.16); border-radius: 1.4rem; padding: .7rem; color: var(--s2a3-text); background: rgba(255,255,255,.045); transition: .18s ease; }
.s2a3-game-card:hover { transform: translateY(-.2rem); border-color: var(--s2a3-gold); }
.s2a3-game-img { width: 100%; aspect-ratio: 1; border-radius: 1.1rem; object-fit: cover; background: var(--s2a3-panel-soft); }
.s2a3-game-name { color: #fff; font-size: 1.05rem; font-weight: 900; line-height: 1.25; text-align: center; }
.s2a3-metric { display: flex; justify-content: space-between; gap: 1rem; border-bottom: .1rem solid rgba(255,255,255,.08); padding: .8rem 0; color: var(--s2a3-muted); }
.s2a3-meter { overflow: hidden; height: .8rem; border-radius: 999rem; background: rgba(255,255,255,.12); }
.s2a3-meter span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--s2a3-primary), var(--s2a3-gold)); }
.s2a3-winner { display: flex; align-items: center; gap: .9rem; padding: .8rem 0; border-bottom: .1rem solid rgba(255,255,255,.08); }
.s2a3-avatar { display: inline-flex; align-items: center; justify-content: center; width: 3.8rem; height: 3.8rem; border-radius: 50%; color: #06111e; background: var(--s2a3-gold); font-weight: 900; }
.s2a3-footer { padding: 2rem 1.2rem 8.6rem; border-top: .1rem solid var(--s2a3-line); background: #0a111d; }
.s2a3-footer-links, .s2a3-footer-promos { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1.2rem 0; }
.s2a3-footer-link { color: var(--s2a3-muted); font-size: 1.25rem; font-weight: 800; }
.s2a3-partners { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .8rem; margin: 1.2rem 0; }
.s2a3-partner { border-radius: 1.2rem; padding: .9rem; text-align: center; color: #fff; background: rgba(135,206,250,.08); font-size: 1.15rem; font-weight: 900; }
.s2a3-bottom-nav { position: fixed; right: 0; bottom: 0; left: 0; z-index: 1000; display: flex; justify-content: space-around; height: 6.2rem; max-width: 43rem; margin: 0 auto; border-top: .1rem solid rgba(135,206,250,.28); border-radius: 1.8rem 1.8rem 0 0; background: #212f3d; box-shadow: 0 -1rem 2.4rem rgba(0,0,0,.32); }
.s2a3-bottom-item { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .2rem; min-width: 6rem; min-height: 6rem; border: 0; color: var(--s2a3-muted); background: transparent; font-size: 1.05rem; font-weight: 800; cursor: pointer; transition: color .16s ease, transform .16s ease; }
.s2a3-bottom-item i, .s2a3-bottom-item ion-icon, .s2a3-bottom-item .material-icons, .s2a3-bottom-item svg { font-size: 2.3rem; width: 2.4rem; height: 2.4rem; }
.s2a3-bottom-item:active, .s2a3-bottom-active { color: var(--s2a3-gold); transform: scale(1.06); }
.s2a3-badge { position: absolute; margin-left: 2.3rem; margin-top: -2.8rem; border-radius: 999rem; padding: .1rem .45rem; color: #06111e; background: var(--s2a3-gold); font-size: .95rem; font-weight: 900; }
.s2a3-help-list { display: grid; gap: 1rem; padding-left: 1.8rem; }
.s2a3-soft-highlight { outline: .2rem solid var(--s2a3-gold); box-shadow: 0 0 2.4rem rgba(255,215,106,.22); }
@keyframes s2a3Fade { from { opacity: .38; transform: scale(1.02); } to { opacity: 1; transform: scale(1); } }
@media (min-width: 769px) {
  .s2a3-bottom-nav { display: none; }
  .s2a3-page { max-width: 100rem; }
  .s2a3-desktop-nav { display: flex; }
  .s2a3-menu-button { display: none; }
  .s2a3-main { padding-bottom: 3rem; }
  .s2a3-game-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
}
@media (max-width: 768px) {
  .s2a3-main { padding-bottom: 8rem; }
  .s2a3-actions .s2a3-btn { padding-inline: 1rem; font-size: 1.1rem; }
}
@media (max-width: 360px) {
  .s2a3-game-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .s2a3-title { font-size: 2.45rem; }
}
