:root {
  font-size: 62.5%;
  --s93a-bg: #0f0f23;
  --s93a-bg-soft: #171735;
  --s93a-panel: #21152c;
  --s93a-primary: #cd5c5c;
  --s93a-secondary: #c71585;
  --s93a-gold: #ffd36a;
  --s93a-mint: #65ffd2;
  --s93a-text: #fff8fb;
  --s93a-muted: #cfc5d9;
  --s93a-line: rgba(255, 255, 255, .13);
  --s93a-shadow: 0 1.8rem 4.5rem rgba(0, 0, 0, .38);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Noto Sans Bengali", "Hind Siliguri", system-ui, sans-serif;
  color: var(--s93a-text);
  background:
    radial-gradient(circle at 12% 8%, rgba(199,21,133,.38), transparent 28rem),
    radial-gradient(circle at 90% 20%, rgba(205,92,92,.26), transparent 26rem),
    linear-gradient(180deg, #0f0f23 0%, #1a1026 52%, #0f0f23 100%);
  line-height: 1.5rem;
  overflow-x: hidden;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
button { font: inherit; }

.s93a-site-shell { max-width: 43rem; margin: 0 auto; min-height: 100vh; background: rgba(15,15,35,.72); position: relative; overflow: hidden; }
.s93a-container { width: min(100%, 43rem); margin: 0 auto; padding: 0 1.4rem; }
.s93a-wrapper { padding-top: 7.2rem; }
.s93a-header {
  position: fixed; top: 0; left: 50%; transform: translateX(-50%); width: min(100%, 43rem);
  z-index: 1000; background: rgba(15,15,35,.94); backdrop-filter: blur(1.8rem);
  border-bottom: .1rem solid var(--s93a-line); box-shadow: 0 .8rem 2.4rem rgba(0,0,0,.26);
}
.s93a-topbar { height: 6.4rem; display: flex; align-items: center; gap: .8rem; padding: .8rem 1rem; }
.s93a-brand { display: flex; align-items: center; gap: .8rem; min-width: 0; text-decoration: none; flex: 1; }
.s93a-logo { width: 3.2rem; height: 3.2rem; border-radius: 1rem; box-shadow: 0 0 0 .2rem rgba(255,211,106,.18); }
.s93a-brand-text { display: flex; flex-direction: column; min-width: 0; }
.s93a-brand-title { font-size: 1.35rem; font-weight: 900; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.s93a-brand-sub { font-size: 1rem; color: var(--s93a-gold); }
.s93a-actions { display: flex; align-items: center; gap: .6rem; }
.s93a-btn {
  border: 0; border-radius: 999rem; min-height: 4.4rem; min-width: 4.4rem; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem; text-decoration: none;
  font-weight: 900; transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}
.s93a-btn:active { transform: scale(.94); }
.s93a-btn-primary { background: linear-gradient(135deg, var(--s93a-primary), var(--s93a-secondary)); color: #fff; box-shadow: 0 .8rem 2.2rem rgba(199,21,133,.34); padding: 0 1.2rem; }
.s93a-btn-ghost { background: rgba(255,255,255,.08); color: var(--s93a-text); border: .1rem solid var(--s93a-line); padding: 0 1rem; }
.s93a-btn-gold { background: linear-gradient(135deg, #fff1a3, var(--s93a-gold)); color: #2d1421; box-shadow: 0 .8rem 2.4rem rgba(255,211,106,.3); padding: 0 1.4rem; }
.s93a-menu-toggle { background: rgba(199,21,133,.18); color: #fff; border: .1rem solid rgba(255,255,255,.15); border-radius: 1.3rem; width: 4.4rem; height: 4.4rem; }
.s93a-desktop-nav { display: none; }
.s93a-menu-overlay { position: fixed; inset: 0; z-index: 9998; background: rgba(0,0,0,.58); opacity: 0; pointer-events: none; transition: opacity .2s ease; }
.s93a-menu-overlay-show { opacity: 1; pointer-events: auto; }
.s93a-mobile-menu {
  position: fixed; top: 0; right: 50%; transform: translate(50%, -105%); width: min(100%, 43rem); z-index: 9999;
  background: linear-gradient(180deg, #281232, #130f2a); border-bottom: .1rem solid var(--s93a-line);
  padding: 1.2rem; transition: transform .26s ease; box-shadow: var(--s93a-shadow);
}
.s93a-mobile-menu-open { transform: translate(50%, 0); }
.s93a-menu-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1rem; }
.s93a-menu-title { font-size: 1.6rem; font-weight: 900; color: var(--s93a-gold); }
.s93a-menu-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.s93a-menu-link { min-height: 4.8rem; display: flex; align-items: center; gap: .7rem; text-decoration: none; padding: 1rem; border-radius: 1.4rem; background: rgba(255,255,255,.07); border: .1rem solid var(--s93a-line); color: #fff; font-weight: 800; }
.s93a-menu-link i, .s93a-menu-link ion-icon { font-size: 2.1rem; color: var(--s93a-gold); }
.s93a-body-lock { overflow: hidden; }
.s93a-hero { padding: 1.6rem 0 1rem; }
.s93a-badge { display: inline-flex; align-items: center; gap: .5rem; padding: .7rem 1rem; border-radius: 999rem; background: rgba(255,211,106,.12); color: var(--s93a-gold); font-weight: 900; font-size: 1.15rem; border: .1rem solid rgba(255,211,106,.2); }
.s93a-title { font-size: 2.75rem; line-height: 3.25rem; margin: 1rem 0; letter-spacing: -.04rem; }
.s93a-gradient-text { background: linear-gradient(90deg, #fff, var(--s93a-gold), #ff9ccd); -webkit-background-clip: text; background-clip: text; color: transparent; }
.s93a-lead { font-size: 1.42rem; line-height: 2.25rem; color: var(--s93a-muted); margin: 0 0 1.2rem; }
.s93a-cta-row { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1.2rem 0; }
.s93a-link-strong { color: var(--s93a-gold); font-weight: 900; text-decoration-thickness: .2rem; text-underline-offset: .3rem; cursor: pointer; }
.s93a-carousel { position: relative; height: 16.6rem; border-radius: 2.2rem; overflow: hidden; box-shadow: var(--s93a-shadow); border: .1rem solid var(--s93a-line); background: #171735; }
.s93a-slide { position: absolute; inset: 0; opacity: 0; transform: scale(1.04); transition: opacity .35s ease, transform .35s ease; cursor: pointer; }
.s93a-slide-active { opacity: 1; transform: scale(1); }
.s93a-slide img { width: 100%; height: 100%; object-fit: cover; }
.s93a-slide-label { position: absolute; left: 1.2rem; bottom: 1.2rem; right: 1.2rem; padding: .9rem; border-radius: 1.5rem; background: rgba(15,15,35,.76); font-weight: 900; color: #fff; }
.s93a-dots { position: absolute; right: 1.2rem; top: 1.2rem; display: flex; gap: .5rem; }
.s93a-dot { width: .8rem; height: .8rem; border-radius: 999rem; background: rgba(255,255,255,.45); border: 0; }
.s93a-dot-active { width: 2rem; background: var(--s93a-gold); }
.s93a-section { padding: 1.5rem 0; }
.s93a-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.s93a-kicker { color: var(--s93a-primary); text-transform: uppercase; letter-spacing: .08rem; font-size: 1.05rem; font-weight: 900; }
.s93a-h2 { font-size: 2rem; line-height: 2.55rem; margin: .3rem 0; }
.s93a-h3 { font-size: 1.55rem; line-height: 2.2rem; margin: .4rem 0 .7rem; color: #fff; }
.s93a-text { color: var(--s93a-muted); font-size: 1.35rem; line-height: 2.15rem; margin: .8rem 0; }
.s93a-card { background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.035)); border: .1rem solid var(--s93a-line); border-radius: 2rem; padding: 1.4rem; box-shadow: 0 1rem 2.8rem rgba(0,0,0,.18); }
.s93a-card-glow { position: relative; overflow: hidden; }
.s93a-card-glow::before { content: ""; position: absolute; inset: -.1rem auto auto -.1rem; width: 8rem; height: 8rem; background: radial-gradient(circle, rgba(255,211,106,.22), transparent 70%); }
.s93a-grid { display: grid; gap: 1rem; }
.s93a-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.s93a-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.s93a-stat { text-align: center; padding: 1.2rem .6rem; border-radius: 1.6rem; background: rgba(199,21,133,.13); border: .1rem solid rgba(199,21,133,.25); }
.s93a-count { display: block; font-size: 2rem; line-height: 2.5rem; font-weight: 1000; color: var(--s93a-gold); }
.s93a-stat small { color: var(--s93a-muted); font-size: 1.05rem; }
.s93a-category { margin-bottom: 1.4rem; }
.s93a-category-title { display: flex; align-items: center; justify-content: space-between; margin: 0 0 .9rem; font-size: 1.55rem; }
.s93a-chip { font-size: 1.05rem; padding: .45rem .75rem; border-radius: 999rem; background: rgba(101,255,210,.12); color: var(--s93a-mint); }
.s93a-game-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .8rem; }
.s93a-game { min-height: 9.8rem; text-decoration: none; text-align: center; border-radius: 1.4rem; padding: .65rem .45rem; background: rgba(255,255,255,.065); border: .1rem solid var(--s93a-line); transition: transform .18s ease, border-color .18s ease; }
.s93a-game:active { transform: scale(.96); border-color: var(--s93a-gold); }
.s93a-game img { width: 5.2rem; height: 5.2rem; margin: 0 auto .45rem; border-radius: 1.2rem; object-fit: cover; box-shadow: 0 .8rem 1.5rem rgba(0,0,0,.28); }
.s93a-game span { display: block; font-size: 1.05rem; line-height: 1.35rem; font-weight: 800; color: #fff; }
.s93a-list { list-style: none; padding: 0; margin: .8rem 0 0; display: grid; gap: .8rem; }
.s93a-list li { display: flex; gap: .8rem; align-items: flex-start; color: var(--s93a-muted); font-size: 1.28rem; line-height: 2rem; }
.s93a-list i, .s93a-list ion-icon { color: var(--s93a-gold); font-size: 2rem; flex: 0 0 auto; }
.s93a-steps { counter-reset: s93a-step; display: grid; gap: 1rem; }
.s93a-step { counter-increment: s93a-step; position: relative; padding-left: 4.8rem; }
.s93a-step::before { content: counter(s93a-step); position: absolute; left: 0; top: 0; width: 3.6rem; height: 3.6rem; border-radius: 1.3rem; background: linear-gradient(135deg, var(--s93a-primary), var(--s93a-secondary)); display: grid; place-items: center; font-weight: 1000; }
.s93a-payments { display: flex; gap: .8rem; overflow-x: auto; padding-bottom: .4rem; }
.s93a-pay { flex: 0 0 auto; padding: 1rem 1.2rem; border-radius: 1.4rem; background: rgba(255,211,106,.11); border: .1rem solid rgba(255,211,106,.22); font-weight: 900; color: var(--s93a-gold); }
.s93a-winner { display: flex; align-items: center; justify-content: space-between; gap: .8rem; padding: .9rem; border-radius: 1.4rem; background: rgba(255,255,255,.06); margin-top: .7rem; }
.s93a-winner b { color: #fff; }
.s93a-winner span { color: var(--s93a-mint); font-weight: 900; }
.s93a-review { border-left: .35rem solid var(--s93a-primary); padding-left: 1rem; margin-top: 1rem; }
.s93a-faq-item { margin: .9rem 0; padding: 1.2rem; border-radius: 1.6rem; background: rgba(255,255,255,.055); border: .1rem solid var(--s93a-line); }
.s93a-faq-item strong { display: block; color: var(--s93a-gold); font-size: 1.35rem; margin-bottom: .5rem; }
.s93a-footer { margin-top: 2rem; padding: 2rem 1.4rem 8rem; background: linear-gradient(180deg, rgba(33,21,44,.2), #0b0b1b); border-top: .1rem solid var(--s93a-line); }
.s93a-footer-logo { display: flex; align-items: center; gap: .8rem; font-weight: 1000; font-size: 1.6rem; }
.s93a-footer-logo img { width: 3.4rem; height: 3.4rem; border-radius: 1rem; }
.s93a-footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; margin: 1.2rem 0; }
.s93a-footer-links a { color: var(--s93a-muted); font-size: 1.18rem; text-decoration: none; padding: .8rem; border-radius: 1rem; background: rgba(255,255,255,.045); }
.s93a-promo-stack { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; margin: 1.2rem 0; }
.s93a-copy { color: #9f96ab; font-size: 1.1rem; margin-top: 1rem; }
.s93a-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: stretch; background: #151128; border-top: .1rem solid rgba(255,255,255,.14); box-shadow: 0 -1rem 2.5rem rgba(0,0,0,.38); }
.s93a-bottom-item { min-width: 6rem; min-height: 6rem; flex: 1; border: 0; background: transparent; color: var(--s93a-muted); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .25rem; text-decoration: none; font-size: 1.05rem; font-weight: 850; transition: transform .18s ease, color .18s ease, background .18s ease; position: relative; }
.s93a-bottom-item i, .s93a-bottom-item ion-icon, .s93a-bottom-item .material-icons { font-size: 2.35rem; line-height: 2.35rem; }
.s93a-bottom-item:active { transform: scale(.92); }
.s93a-bottom-item.s93a-active, .s93a-bottom-item:hover { color: var(--s93a-gold); background: linear-gradient(180deg, rgba(255,211,106,.14), transparent); }
.s93a-bottom-item.s93a-active::before { content: ""; position: absolute; top: .35rem; width: 2.6rem; height: .28rem; border-radius: 99rem; background: var(--s93a-gold); }
.s93a-badge-dot { position: absolute; top: .8rem; right: 2.2rem; min-width: 1.6rem; height: 1.6rem; border-radius: 999rem; background: var(--s93a-secondary); color: #fff; font-size: .95rem; display: grid; place-items: center; border: .1rem solid #fff; }
.s93a-hidden-desktop { display: block; }

@media (min-width: 769px) {
  body { background: #080814; }
  .s93a-site-shell { box-shadow: 0 0 0 .1rem rgba(255,255,255,.08), 0 2rem 7rem rgba(0,0,0,.45); }
  .s93a-bottom-nav { display: none; }
  .s93a-menu-toggle { display: none; }
  .s93a-desktop-nav { display: flex; gap: .6rem; padding: 0 1rem 1rem; overflow-x: auto; }
  .s93a-desktop-nav a { text-decoration: none; color: var(--s93a-muted); font-weight: 800; padding: .8rem 1rem; border-radius: 999rem; background: rgba(255,255,255,.055); }
  .s93a-footer { padding-bottom: 2rem; }
}

@media (max-width: 768px) {
  main { padding-bottom: 8rem; }
}

@media (max-width: 360px) {
  .s93a-title { font-size: 2.35rem; line-height: 2.85rem; }
  .s93a-game-grid { gap: .55rem; }
  .s93a-game img { width: 4.6rem; height: 4.6rem; }
  .s93a-actions .s93a-btn-primary, .s93a-actions .s93a-btn-ghost { padding: 0 .75rem; font-size: 1.1rem; }
}
