/* overflow-guard */
:root {
  --brand-primary: #5d3a7d;
  --brand-primary-hover: #6d4a8d;
  --brand-secondary: #a8b2c1;
  --brand-secondary-hover: #b8c2d1;
  --brand-accent: #4ef3b4;
  --background-main: #121b29;
  --background-surface: #1c2636;
  --background-elevated: #263143;
  --background-overlay: rgba(18, 27, 41, 0.75);
  --text-primary: #fdfdfd;
  --text-secondary: #d1d5db;
  --text-muted: #b0b5b9;
  --text-brand-contrast: #ffffff;
  --text-link: #bfffef;
  --text-link-hover: #dfffef;
  --button-bg: #4ef3b4;
  --button-text: #0d2b23;
  --button-hover-bg: #3dcc9d;
  --button-hover-text: #0d2b23;
  --semantic-success: #38b2ac;
  --success: #38b2ac;
  --semantic-error: #e53e3e;
  --error: #e53e3e;
  --semantic-warning: #d69e2e;
  --warning: #d69e2e;
  --semantic-info: #4299e1;
  --info: #4299e1;
  --border-default: #2a364a;
  --border-strong: #3d4b63;
  --border-brand: #5d3a7d;
  --font-family-headings: Hind Siliguri, Space Grotesk, sans-serif;
  --font-family-body: Noto Sans Bengali, Source Sans 3, sans-serif;
  --font-family-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-black: 900;
  --role-weight-h1: 700;
  --role-weight-h2: 700;
  --role-weight-h3: 600;
  --role-weight-h4: 600;
  --role-weight-body: 400;
  --font-size-xs: 0.75rem;
  --font-size-sm: 0.875rem;
  --font-size-base: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.25rem;
  --font-size-h4: 1rem;
  --font-size-h3: 1rem;
  --font-size-h2: 1.5rem;
  --font-size-h1: 1.8rem;
  --font-size-display: 2.5rem;
  --line-height-heading: 1.35;
  --line-height-body: 1.55;
  --letter-spacing-heading: 0;
  --letter-spacing-body: 0;
  --spacing-section-desktop: 2.5rem;
  --section-desktop: 2.5rem;
  --spacing-item-desktop: 1rem;
  --item-desktop: 1rem;
  --spacing-section-mobile: 1.5rem;
  --section-mobile: 1.5rem;
  --spacing-item-mobile: 0.75rem;
  --item-mobile: 0.75rem;
  --spacing-container-pad-desktop: 1.5rem;
  --container-pad-desktop: 1.5rem;
  --spacing-container-pad-mobile: 1rem;
  --container-pad-mobile: 1rem;
  --spacing-card-pad-desktop: 1rem;
  --card-pad-desktop: 1rem;
  --spacing-card-pad-mobile: 1rem;
  --card-pad-mobile: 1rem;
  --spacing-content-max-width: 75rem;
  --content-max-width: 75rem;
  --spacing-reading-max-width: 64ch;
  --reading-max-width: 64ch;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --radius-pill: 9999px;
  --shadow-card: 4px 4px 0 #090e14;
  --shadow-elevated: 6px 6px 0 #090e14;
  --shadow-glow: 0 0 0 1px rgba(78, 243, 180, 0.35), 0 6px 18px rgba(78, 243, 180, 0.35);
  --shadow-inset: inset 0 1px 0 rgba(255,255,255,.05);
  --gradient-brand: linear-gradient(135deg, #5d3a7d 0%, #6d4a8d 100%);
  --gradient-hero: linear-gradient(180deg, #2a2a46 0%, #121b29 100%);
  --gradient-surface: linear-gradient(#263143, #263143);
  --gradient-button: none;
  --effects-accent-bar: none;
  --recipes-transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms;
  --transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html, body {
  max-width: 100%;
  overflow-x: clip;
  margin: 0;
  padding: 0;
}
@supports not (overflow-x: clip) {
  html, body {
    overflow-x: hidden;
  }
}
body {
  background: #121b29;
  color: #d1d5db;
  font-family: Noto Sans Bengali, Source Sans 3, sans-serif;
  font-weight: 400;
  line-height: 1.55;
  padding-bottom: 4.25rem;
  -webkit-text-size-adjust: 100%;
}
img, video, svg, iframe {
  max-width: 100%;
}
img {
  height: auto;
}
main *, header *, footer *, nav * {
  min-width: 0;
}
p, li, td, th, h1, h2, h3, h4, dd, dt, figcaption, summary, a, span {
  overflow-wrap: anywhere;
}
table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
pre {
  white-space: pre-wrap;
  overflow-x: auto;
}
h1, h2, h3, h4 {
  margin: 0;
  font-family: Hind Siliguri, Space Grotesk, sans-serif;
  line-height: 1.35;
  letter-spacing: 0;
  color: #fdfdfd;
}
h1 {
  font-size: 1.8rem;
  font-weight: 700;
}
h2 {
  font-size: 1.5rem;
  font-weight: 700;
}
h3 {
  font-size: 1rem;
  font-weight: 600;
}
h4 {
  font-size: 1rem;
  font-weight: 600;
}
p {
  margin: 0;
  color: #d1d5db;
}
ul, ol {
  margin: 0;
}
a {
  color: #bfffef;
  text-decoration: none;
  transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms;
}
a:hover {
  color: #dfffef;
}
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 2px solid #4ef3b4;
  outline-offset: 2px;
}
button {
  font: inherit;
  cursor: pointer;
}
h1 a, h2 a, h3 a, h4 a {
  color: inherit;
}
main [id] {
  scroll-margin-block-start: 5rem;
}
main {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding: 0 3%;
}
main > section {
  padding-block: 2.5rem;
}
main > section > * + *, main > article > * + *, .shell > * + *, .measure > * + *, .pile > * + *, .pile-center > * + * {
  margin-block-start: 1rem;
}
@media (max-width: 48rem) {
  main > section {
    padding-block: 1.5rem;
  }
  main > section > * + *, main > article > * + *, .shell > * + *, .measure > * + *, .pile > * + *, .pile-center > * + * {
    margin-block-start: 0.75rem;
  }
}

main > section.stripe {
  background: #1c2636;
  padding-block: 2.5rem;
  margin-inline: -3.1915%;
  padding-inline: 3%;
}
@media (max-width: 48rem) {
  main > section.stripe {
    padding-block: 1.5rem;
  }
}
.splash {
  background: linear-gradient(180deg, #2a2a46 0%, #121b29 100%);
  padding-block: 2.5rem;
  text-align: center;
  margin-inline: -3.1915%;
  padding-inline: 3%;
}
@media (max-width: 48rem) {
  .splash {
    padding-block: 1.5rem;
  }
}

.qa {
  background: #263143;
  border: 1px solid #2a364a;
  border-radius: 10px;
  box-shadow: 4px 4px 0 #090e14, inset 0 1px 0 rgba(255,255,255,.05);
  transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms;
}
.qa + .qa {
  margin-block-start: 0.75rem;
}
.qa[open] {
  border-color: #5d3a7d;
}
.qa-q {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  cursor: pointer;
  list-style: none;
}
.qa-q::-webkit-details-marker {
  display: none;
}
.qa-q h3 {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
}
.qa-q::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  flex: 0 0 auto;
  color: #4ef3b4;
  transition: transform 200ms;
}
.qa[open] .qa-q::after {
  transform: rotate(180deg);
}
.qa-a {
  margin: 0;
  padding: 0 1rem 1rem;
}
@media (max-width: 48rem) {
  .qa-q {
    padding: 1rem;
  }
  .qa-a {
    padding: 0 1rem 1rem;
  }
}

.header {
  background: #121b29;
  border-bottom: 1px solid #2a364a;
  padding: .75rem 3%;
  position: sticky;
  top: 0;
  z-index: 100;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.header-brand {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: #fdfdfd;
}
.header-brand img {
  border-radius: 6px;
}
.header-brand strong {
  font-size: 16px;
  font-weight: 400;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: .5rem;
}

.shell {
  width: 100%;
  max-width: 75rem;
  margin-inline: auto;
}
.measure {
  max-width: 64ch;
  margin-inline: auto;
}
.pile, .pile-center {
  display: block;
}
.pile-center {
  text-align: center;
}
.line, .line-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
.line-center {
  justify-content: center;
}
.mosaic {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
  gap: 1rem;
}
.games {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
.cats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
@media (min-width: 48rem) {
  .games {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }
  .cats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}
.bullets {
  list-style: none;
  padding: 0;
}
.bullets > li {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
}
.bullets > li + li {
  margin-block-start: .75rem;
}
.bullets > li > i {
  flex: 0 0 1.25rem;
  text-align: center;
  margin-top: .2em;
  color: #4ef3b4;
}

.token {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .4rem 1rem;
  border-radius: 9999px;
  background: #263143;
  border: 1px solid #3d4b63;
  color: #fdfdfd;
  font-size: 0.875rem;
}
.token > i {
  color: #4ef3b4;
}

.box {
  background: #263143;
  border: 1px solid #2a364a;
  border-radius: 10px;
  box-shadow: 4px 4px 0 #090e14, inset 0 1px 0 rgba(255,255,255,.05);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms;
}
.box:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 #090e14, inset 0 1px 0 rgba(255,255,255,.05);
}
@media (max-width: 48rem) {
  .box {
    padding: 1rem;
  }
}
.box > img {
  width: 100%;
  height: auto;
  display: block;
}

.badge, .badge-success, .badge-warning, .badge-error, .badge-info {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #5d3a7d 0%, #6d4a8d 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-weight: 700;
}
.badge-success {
  background: #38b2ac;
  color: #fff;
}
.badge-warning {
  background: #d69e2e;
  color: #fff;
}
.badge-error {
  background: #e53e3e;
  color: #fff;
}
.badge-info {
  background: #4299e1;
  color: #fff;
}

.chips {
  display: flex;
  flex-wrap: nowrap;
  gap: .5rem;
  overflow-x: auto;
  max-width: 100%;
  min-width: 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-block: .25rem;
}
.chips::-webkit-scrollbar {
  display: none;
}
.chips-link {
  flex: 0 0 auto;
  white-space: nowrap;
  padding: .5rem 1rem;
  border-radius: 6px;
  background: #1c2636;
  border: 1px solid #2a364a;
  color: #d1d5db;
  font-size: 0.875rem;
  transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms;
}
.chips-link:hover {
  border-color: #5d3a7d;
  color: #fdfdfd;
}

.trail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
  padding: 1rem 0;
  font-size: 0.875rem;
  color: #d1d5db;
}
.trail a {
  color: #bfffef;
}
.trail span {
  color: #fdfdfd;
}

.play {
  background: #263143;
  border: 1px solid #2a364a;
  border-radius: 10px;
  box-shadow: 4px 4px 0 #090e14, inset 0 1px 0 rgba(255,255,255,.05);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms;
}
.play:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 #090e14, inset 0 1px 0 rgba(255,255,255,.05);
}
.play-media {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.play-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 200ms;
}
.play:hover .play-media img {
  transform: scale(1.04);
}
.play-play {
  position: absolute;
  top: .5rem;
  right: .5rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #4ef3b4;
  color: #0d2b23;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 150ms;
}
.play:hover .play-play, .play:focus-visible .play-play {
  opacity: 1;
}
@media (hover: none) {
  .play-play {
    opacity: 1;
  }
}
.play-name {
  padding: .6rem .75rem;
  background: #263143;
}
.play-name h3 {
  margin: 0;
  font-size: 0.875rem;
  color: #fdfdfd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 48rem) {
  .play-name h3 {
    white-space: normal;
  }
}

.heading {
  position: relative;
}
.heading::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #4ef3b4 0, #4ef3b4 2.5rem, #2a364a 2.5rem, #2a364a 100%);
  margin-bottom: .6rem;
}

.bottombar {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 1000;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 4.25rem;
  background: #1c2636;
  border-top: 1px solid #2a364a;
}
.bottombar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .25rem;
  flex: 1 1 0;
  padding: .5rem 0;
  font-size: 0.75rem;
  color: #b0b5b9;
}
.bottombar-item i {
  font-size: 1.25rem;
}
.bottombar-item:hover {
  color: #4ef3b4;
}

.button, .button-sm, .button-full, .button-outline {
  background: #4ef3b4;
  color: #0d2b23;
  border-radius: 9999px;
  min-height: 44px;
  font-weight: 700;
  box-shadow: 0 0 0 1px rgba(78, 243, 180, 0.35), 0 6px 18px rgba(78, 243, 180, 0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: 0 1.5rem;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  line-height: 1.2;
  transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms;
}
.button:hover, .button-sm:hover, .button-full:hover, .button-outline:hover {
  background: #3dcc9d;
  box-shadow: 0 0 0 1px rgba(78, 243, 180, 0.5), 0 8px 26px rgba(78, 243, 180, 0.5);
}
.button-sm {
  min-height: 36px;
  padding: 0 1rem;
  font-size: 0.875rem;
}
.button-full {
  display: flex;
  width: 100%;
}
.button-outline {
  background: transparent;
  background-image: none;
  color: #fdfdfd;
  border: 1px solid #3d4b63;
  box-shadow: none;
}
.button-outline:hover {
  background: transparent;
  border-color: #5d3a7d;
  color: #fdfdfd;
  box-shadow: none;
}

.fine {
  font-size: 0.875rem;
}
.dim {
  color: #b0b5b9;
}
.middle {
  text-align: center;
}
.shade-accent {
  color: #4ef3b4;
}
.shade-success {
  color: #38b2ac;
}
.shade-warning {
  color: #d69e2e;
}
.shade-error {
  color: #e53e3e;
}
.shade-info {
  color: #4299e1;
}

.entry, .box.entry {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
}
.entry-body {
  flex: 1 1 auto;
  min-width: 0;
}
.entry-body > * + * {
  margin-block-start: .5rem;
}

.table-wrap {
  background: #263143;
  border: 1px solid #2a364a;
  border-radius: 10px;
  box-shadow: 4px 4px 0 #090e14, inset 0 1px 0 rgba(255,255,255,.05);
  overflow-x: auto;
  max-width: 100%;
}
.table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.table th, .table td {
  padding: 0.75rem;
  text-align: start;
  border-bottom: 1px solid #2a364a;
  vertical-align: top;
}
.table thead th {
  background: #263143;
  color: #fdfdfd;
  font-weight: 600;
}
.table tbody tr:last-child td {
  border-bottom: 0;
}
.table td:first-child {
  color: #b0b5b9;
  font-weight: 600;
}

.callout, .callout-warning, .callout-info, .callout-success, .callout-error {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  border-radius: 10px;
  background: #1c2636;
  border: 1px solid #2a364a;
  border-left: 4px solid #4ef3b4;
}
.callout > i, .callout-warning > i, .callout-info > i, .callout-success > i, .callout-error > i {
  flex: 0 0 auto;
  margin-top: .2em;
  color: #4ef3b4;
}
.callout-success {
  border-left-color: #38b2ac;
}
.callout-warning {
  border-left-color: #d69e2e;
}
.callout-error {
  border-left-color: #e53e3e;
}
.callout-info {
  border-left-color: #4299e1;
}
.callout-success > i {
  color: #38b2ac;
}
.callout-warning > i {
  color: #d69e2e;
}
.callout-error > i {
  color: #e53e3e;
}
.callout-info > i {
  color: #4299e1;
}

.foot {
  background: #121b29;
  border-top: 1px solid #2a364a;
  padding: 3rem 3% 2rem;
  color: #b0b5b9;
}
.foot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  text-align: center;
}
.foot-col > p, .foot-col > h3 {
  font-size: 0.875rem;
  font-weight: 700;
  color: #fdfdfd;
  margin: 0 0 .75rem;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.foot-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.foot-col li + li {
  margin-block-start: .5rem;
}
.foot-col a {
  color: #b0b5b9;
  font-size: 0.875rem;
}
.foot-col a:hover {
  color: #dfffef;
}
.foot-meta {
  margin-block-start: 2rem;
  padding-block-start: 1.5rem;
  border-top: 1px solid #2a364a;
  text-align: center;
  font-size: 0.875rem;
}
.foot-meta > * + * {
  margin-block-start: .5rem;
}

/* page */
.provider-name {
            font-weight: 700;
            letter-spacing: 0.02em;
        }
