:root {
  font-size: 62.5%;
  --uie3-primary: #FFB347;
  --uie3-bg: #1B263B;
  --uie3-panel: #253650;
  --uie3-text: #FFEF94;
  --uie3-muted: #C0C0C0;
  --uie3-accent: #FFA500;
  --uie3-green: #006400;
  --uie3-black: #08111f;
  --uie3-line: rgba(255, 239, 148, .18);
  --uie3-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, .36);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: "Noto Sans Bengali", "Hind Siliguri", Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5rem;
  color: var(--uie3-text);
  background: radial-gradient(circle at top left, rgba(255,179,71,.22), transparent 30%), var(--uie3-bg);
  overflow-x: hidden;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
main { padding-top: 7.4rem; }
.uie3-shell { width: min(100%, 43rem); margin: 0 auto; background: linear-gradient(180deg, #142137 0%, #0b1424 100%); min-height: 100vh; box-shadow: 0 0 0 1px rgba(255,255,255,.05); }
.uie3-container { width: 100%; padding: 0 1.4rem; }
.uie3-wrapper { padding: 1.4rem; }
.uie3-header { position: fixed; top: 0; left: 50%; transform: translateX(-50%); width: min(100%, 43rem); z-index: 1000; background: rgba(27,38,59,.96); border-bottom: .1rem solid var(--uie3-line); backdrop-filter: blur(1rem); }
.uie3-topbar { height: 6.8rem; display: flex; align-items: center; gap: .8rem; padding: .8rem 1rem; }
.uie3-brand { display: flex; align-items: center; gap: .7rem; min-width: 0; text-decoration: none; flex: 1; }
.uie3-logo { width: 3.2rem; height: 3.2rem; border-radius: .9rem; box-shadow: 0 0 1.4rem rgba(255,165,0,.36); }
.uie3-brand-text { font-weight: 900; color: #fff; letter-spacing: .02rem; white-space: nowrap; }
.uie3-header-actions { display: flex; align-items: center; gap: .5rem; }
.uie3-btn { border: 0; min-height: 4.4rem; min-width: 4.4rem; border-radius: 1.2rem; padding: 0 1.1rem; font-weight: 900; color: #08111f; background: linear-gradient(135deg, var(--uie3-primary), var(--uie3-accent)); cursor: pointer; box-shadow: 0 .6rem 1.6rem rgba(255,165,0,.24); transition: transform .18s ease, filter .18s ease; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; gap: .5rem; }
.uie3-btn:active { transform: scale(.94); }
.uie3-btn-secondary { color: var(--uie3-text); background: rgba(255,255,255,.1); border: .1rem solid var(--uie3-line); box-shadow: none; }
.uie3-menu-btn { width: 4.4rem; padding: 0; color: var(--uie3-text); background: var(--uie3-panel); }
.uie3-mobile-menu { position: fixed; inset: 0; z-index: 9999; background: rgba(4,9,18,.72); opacity: 0; pointer-events: none; transition: opacity .2s ease; }
.uie3-menu-open { opacity: 1; pointer-events: auto; }
.uie3-menu-panel { margin-left: auto; width: min(86%, 34rem); height: 100%; padding: 2rem 1.4rem; background: linear-gradient(180deg, #243552, #101d30); box-shadow: var(--uie3-shadow); overflow-y: auto; }
.uie3-menu-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.4rem; }
.uie3-nav { display: grid; gap: .8rem; }
.uie3-nav a { min-height: 4.8rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.2rem; border-radius: 1.4rem; background: rgba(255,255,255,.07); color: #fff; text-decoration: none; border: .1rem solid var(--uie3-line); }
.uie3-desktop-nav { display: none; }
.uie3-hero { padding: 1.4rem 1.4rem .8rem; }
.uie3-carousel { position: relative; overflow: hidden; border-radius: 2.2rem; min-height: 18rem; background: #111b2e; border: .1rem solid var(--uie3-line); box-shadow: var(--uie3-shadow); }
.uie3-slide { display: none; position: relative; min-height: 18rem; cursor: pointer; }
.uie3-slide-active { display: block; }
.uie3-slide img { width: 100%; height: 18rem; object-fit: cover; filter: saturate(1.08) contrast(1.03); }
.uie3-slide-caption { position: absolute; left: 1rem; right: 1rem; bottom: 1rem; padding: 1rem; border-radius: 1.4rem; background: rgba(8,17,31,.78); color: #fff; }
.uie3-dots { position: absolute; top: 1rem; right: 1rem; display: flex; gap: .5rem; }
.uie3-dot { width: .8rem; height: .8rem; border: 0; border-radius: 99rem; background: rgba(255,255,255,.45); }
.uie3-dot-active { width: 2rem; background: var(--uie3-accent); }
.uie3-section { margin: 1.4rem; padding: 1.4rem; border: .1rem solid var(--uie3-line); border-radius: 2rem; background: linear-gradient(160deg, rgba(37,54,80,.96), rgba(12,23,40,.96)); box-shadow: 0 .8rem 2.4rem rgba(0,0,0,.18); }
.uie3-section-alt { background: linear-gradient(160deg, rgba(0,100,0,.24), rgba(37,54,80,.98)); }
.uie3-section h1, .uie3-section h2, .uie3-section h3 { line-height: 1.25; margin: 0 0 1rem; color: #fff; }
.uie3-section h1 { font-size: 2.6rem; }
.uie3-section h2 { font-size: 2.1rem; }
.uie3-section h3 { font-size: 1.7rem; color: var(--uie3-primary); }
.uie3-section p { margin: .8rem 0; line-height: 1.55; color: var(--uie3-muted); }
.uie3-kicker { display: inline-flex; align-items: center; gap: .5rem; padding: .45rem .8rem; margin-bottom: .8rem; color: #08111f; background: var(--uie3-text); border-radius: 99rem; font-size: 1.2rem; font-weight: 900; }
.uie3-promo-link { color: var(--uie3-primary); font-weight: 900; text-decoration: underline; text-decoration-thickness: .18rem; cursor: pointer; }
.uie3-cta-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.2rem; }
.uie3-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .9rem; }
.uie3-game-card { min-width: 0; text-align: center; text-decoration: none; color: #fff; }
.uie3-game-card img { width: 6.4rem; height: 6.4rem; object-fit: cover; border-radius: 1.6rem; margin: 0 auto .55rem; border: .1rem solid rgba(255,179,71,.38); background: #0d1728; box-shadow: 0 .6rem 1.4rem rgba(0,0,0,.22); }
.uie3-game-card span { display: block; font-size: 1.15rem; line-height: 1.25; color: var(--uie3-text); overflow-wrap: anywhere; }
.uie3-category-title { display: flex; align-items: center; justify-content: space-between; gap: .8rem; margin: 1.4rem 0 1rem; }
.uie3-badge { display: inline-flex; align-items: center; justify-content: center; min-height: 2.4rem; padding: .2rem .8rem; border-radius: 99rem; background: rgba(255,165,0,.16); color: var(--uie3-primary); font-size: 1.2rem; font-weight: 800; border: .1rem solid rgba(255,165,0,.28); }
.uie3-stat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; }
.uie3-stat { padding: 1rem; border-radius: 1.4rem; background: rgba(255,255,255,.07); border: .1rem solid var(--uie3-line); }
.uie3-stat strong { display: block; font-size: 2rem; color: #fff; }
.uie3-card { padding: 1.2rem; border-radius: 1.6rem; background: rgba(255,255,255,.07); border: .1rem solid var(--uie3-line); }
.uie3-card-list { display: grid; gap: .9rem; }
.uie3-step { display: grid; grid-template-columns: 3.4rem 1fr; gap: .9rem; align-items: start; }
.uie3-step-num { width: 3.4rem; height: 3.4rem; border-radius: 1rem; display: grid; place-items: center; color: #08111f; background: var(--uie3-accent); font-weight: 900; }
.uie3-payments { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; }
.uie3-payment { padding: 1rem; border-radius: 1.2rem; background: #101d30; color: #fff; font-weight: 800; text-align: center; border: .1rem solid var(--uie3-line); }
.uie3-winners { display: grid; gap: .7rem; }
.uie3-winner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .9rem 1rem; border-radius: 1.2rem; background: rgba(255,179,71,.1); }
.uie3-review { border-left: .4rem solid var(--uie3-primary); padding: 1rem; background: rgba(255,255,255,.06); border-radius: 0 1.2rem 1.2rem 0; }
.uie3-footer { padding: 2rem 1.4rem 8.8rem; background: #08111f; border-top: .1rem solid var(--uie3-line); }
.uie3-footer-logo { display: flex; align-items: center; gap: .8rem; margin-bottom: 1rem; }
.uie3-footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: .7rem; margin: 1.2rem 0; }
.uie3-footer-links a { color: var(--uie3-muted); text-decoration: none; padding: .7rem 0; }
.uie3-partners { display: flex; flex-wrap: wrap; gap: .7rem; margin: 1rem 0; }
.uie3-partner { padding: .5rem .8rem; border-radius: .8rem; background: rgba(255,255,255,.08); color: var(--uie3-text); font-size: 1.2rem; }
.uie3-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: #006400; border-top: .1rem solid rgba(255,239,148,.25); box-shadow: 0 -1rem 2.4rem rgba(0,0,0,.28); }
.uie3-bottom-item { min-width: 6rem; min-height: 6rem; border: 0; background: transparent; color: #FFEF94; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .25rem; font-size: 1.05rem; font-weight: 800; cursor: pointer; transition: transform .18s ease, color .18s ease; position: relative; }
.uie3-bottom-item i, .uie3-bottom-item ion-icon, .uie3-bottom-item .material-icons, .uie3-bottom-item svg { font-size: 2.4rem; width: 2.4rem; height: 2.4rem; }
.uie3-bottom-item:active { transform: scale(.9); }
.uie3-bottom-active { color: #fff; }
.uie3-bottom-active::before { content: ""; position: absolute; top: .2rem; width: 3.2rem; height: .3rem; border-radius: 99rem; background: var(--uie3-accent); }
.uie3-pill-note { display: inline-block; padding: .6rem .9rem; border-radius: 1rem; background: rgba(0,100,0,.28); color: var(--uie3-text); border: .1rem solid rgba(255,255,255,.08); }
.uie3-body-locked { overflow: hidden; }
.uie3-sr { position: absolute; width: .1rem; height: .1rem; overflow: hidden; clip: rect(0,0,0,0); }
.uie3-two-col { display: grid; gap: 1rem; }
.uie3-feature-grid { display: grid; grid-template-columns: 1fr; gap: .9rem; }
.uie3-table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 1.2rem; }
.uie3-table th, .uie3-table td { padding: .9rem; border-bottom: .1rem solid var(--uie3-line); text-align: left; color: var(--uie3-muted); }
.uie3-table th { color: #fff; background: rgba(255,255,255,.08); }
.uie3-alert { padding: 1rem; border-radius: 1.4rem; border: .1rem solid rgba(255,179,71,.34); background: rgba(255,179,71,.12); color: #fff; }
@media (min-width: 769px) {
  body { background: #0c1525; }
  main { padding-bottom: 0; }
  .uie3-bottom-nav { display: none; }
  .uie3-desktop-nav { display: flex; gap: 1rem; justify-content: center; padding: 0 1rem 1rem; }
  .uie3-desktop-nav a { color: var(--uie3-muted); text-decoration: none; font-weight: 800; }
}
@media (max-width: 768px) {
  main { padding-bottom: 8rem; }
}
@media (max-width: 360px) {
  .uie3-grid { grid-template-columns: repeat(3, 1fr); }
  .uie3-btn { padding: 0 .8rem; font-size: 1.3rem; }
  .uie3-section h1 { font-size: 2.25rem; }
}
