/* overflow-guard */
:root {
  --brand-primary: #006d77;
  --brand-primary-hover: #00838c;
  --brand-secondary: #8e9aaf;
  --brand-secondary-hover: #a3b1c6;
  --brand-accent: #ff6b6b;
  --background-main: #0b1426;
  --background-surface: #15213a;
  --background-elevated: #1f2d4c;
  --background-overlay: rgba(11, 20, 38, 0.75);
  --text-primary: #f8f9fa;
  --text-secondary: #d1d5db;
  --text-muted: #b0b5b9;
  --text-brand-contrast: #ffffff;
  --text-link: #c0e8ff;
  --text-link-hover: #e0f2ff;
  --button-bg: #ff6b6b;
  --button-text: #ffffff;
  --button-hover-bg: #ff4f4f;
  --button-hover-text: #ffffff;
  --semantic-success: #2dcc70;
  --success: #2dcc70;
  --semantic-error: #e74c3c;
  --error: #e74c3c;
  --semantic-warning: #f1c40f;
  --warning: #f1c40f;
  --semantic-info: #3498db;
  --info: #3498db;
  --border-default: #1c2b48;
  --border-strong: #2a3b5e;
  --border-brand: #006d77;
  --font-family-headings: Hind Siliguri, Archivo, sans-serif;
  --font-family-body: Noto Sans Bengali, Manrope, 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: 800;
  --role-weight-h2: 700;
  --role-weight-h3: 700;
  --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.6;
  --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: 76rem;
  --content-max-width: 76rem;
  --spacing-reading-max-width: 68ch;
  --reading-max-width: 68ch;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-pill: 9999px;
  --shadow-card: 4px 4px 0 #060a13;
  --shadow-elevated: 6px 6px 0 #060a13;
  --shadow-glow: 0 0 0 1px rgba(255, 107, 107, 0.35), 0 6px 18px rgba(255, 107, 107, 0.35);
  --shadow-inset: inset 0 1px 0 rgba(255,255,255,.05);
  --gradient-brand: linear-gradient(135deg, #006d77 0%, #00838c 100%);
  --gradient-hero: linear-gradient(180deg, #103247 0%, #0b1426 100%);
  --gradient-surface: linear-gradient(#1f2d4c, #1f2d4c);
  --gradient-button: none;
  --effects-accent-bar: none;
  --recipes-transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms;
  --transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms;
}
*, *::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: #0b1426;
  color: #d1d5db;
  font-family: Noto Sans Bengali, Manrope, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  padding-bottom: 4.5rem;
  -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, Archivo, sans-serif;
  line-height: 1.35;
  letter-spacing: 0;
  color: #f8f9fa;
}
h1 {
  font-size: 1.8rem;
  font-weight: 800;
}
h2 {
  font-size: 1.5rem;
  font-weight: 700;
}
h3 {
  font-size: 1rem;
  font-weight: 700;
}
h4 {
  font-size: 1rem;
  font-weight: 600;
}
p {
  margin: 0;
  color: #d1d5db;
}
ul, ol {
  margin: 0;
}
a {
  color: #c0e8ff;
  text-decoration: none;
  transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms;
}
a:hover {
  color: #e0f2ff;
}
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 2px solid #ff6b6b;
  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 > * + *, .sxs-shell > * + *, .sxs-reading > * + *, .sxs-column > * + *, .sxs-column-center > * + * {
  margin-block-start: 1rem;
}
@media (max-width: 48rem) {
  main > section {
    padding-block: 1.5rem;
  }
  main > section > * + *, main > article > * + *, .sxs-shell > * + *, .sxs-reading > * + *, .sxs-column > * + *, .sxs-column-center > * + * {
    margin-block-start: 0.75rem;
  }
}

.sxs-ledger-wrap {
  background: #1f2d4c;
  border: 1px solid #1c2b48;
  border-radius: 8px;
  box-shadow: 4px 4px 0 #060a13, inset 0 1px 0 rgba(255,255,255,.05);
  overflow-x: auto;
  max-width: 100%;
}
.sxs-ledger {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.sxs-ledger th, .sxs-ledger td {
  padding: 0.75rem;
  text-align: start;
  border-bottom: 1px solid #1c2b48;
  vertical-align: top;
}
.sxs-ledger thead th {
  background: #1f2d4c;
  color: #f8f9fa;
  font-weight: 600;
}
.sxs-ledger tbody tr:last-child td {
  border-bottom: 0;
}
.sxs-ledger td:first-child {
  color: #b0b5b9;
  font-weight: 600;
}

.sxs-fine {
  font-size: 0.875rem;
}
.sxs-faint {
  color: #b0b5b9;
}
.sxs-mid {
  text-align: center;
}
.sxs-shade-accent {
  color: #ff6b6b;
}
.sxs-shade-success {
  color: #2dcc70;
}
.sxs-shade-warning {
  color: #f1c40f;
}
.sxs-shade-error {
  color: #e74c3c;
}
.sxs-shade-info {
  color: #3498db;
}

.sxs-scroller {
  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;
}
.sxs-scroller::-webkit-scrollbar {
  display: none;
}
.sxs-scroller-link {
  flex: 0 0 auto;
  white-space: nowrap;
  padding: .5rem 1rem;
  border-radius: 4px;
  background: #15213a;
  border: 1px solid #1c2b48;
  color: #d1d5db;
  font-size: 0.875rem;
  transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms;
}
.sxs-scroller-link:hover {
  border-color: #006d77;
  color: #f8f9fa;
}

.sxs-bottombar {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 1000;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 4.5rem;
  background: #15213a;
  border-top: 1px solid #1c2b48;
}
.sxs-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;
}
.sxs-bottombar-item i {
  font-size: 1.25rem;
}
.sxs-bottombar-item:hover {
  color: #ff6b6b;
}

.sxs-caption {
  text-transform: uppercase;
  letter-spacing: .04em;
}

.sxs-topbar {
  background: #0b1426;
  border-bottom: 1px solid #1c2b48;
  padding: .75rem 3%;
  position: sticky;
  top: 0;
  z-index: 100;
}
.sxs-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.sxs-topbar-brand {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: #f8f9fa;
}
.sxs-topbar-brand img {
  border-radius: 4px;
}
.sxs-topbar-brand strong {
  font-size: 16px;
  font-weight: 400;
}
.sxs-topbar-actions {
  display: flex;
  align-items: center;
  gap: .5rem;
}

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

.sxs-shell {
  width: 100%;
  max-width: 76rem;
  margin-inline: auto;
}
.sxs-reading {
  max-width: 68ch;
  margin-inline: auto;
}
.sxs-column, .sxs-column-center {
  display: block;
}
.sxs-column-center {
  text-align: center;
}
.sxs-line, .sxs-line-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
.sxs-line-center {
  justify-content: center;
}
.sxs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
  gap: 1rem;
}
.sxs-shelf {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
.sxs-picks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
@media (min-width: 48rem) {
  .sxs-shelf {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }
  .sxs-picks {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}
.sxs-ticks {
  list-style: none;
  padding: 0;
}
.sxs-ticks > li {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
}
.sxs-ticks > li + li {
  margin-block-start: .75rem;
}
.sxs-ticks > li > i {
  flex: 0 0 1.25rem;
  text-align: center;
  margin-top: .2em;
  color: #ff6b6b;
}

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

.sxs-memo, .sxs-memo-warning, .sxs-memo-info, .sxs-memo-success, .sxs-memo-error {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  border-radius: 8px;
  background: #15213a;
  border: 1px solid #1c2b48;
  border-left: 4px solid #ff6b6b;
}
.sxs-memo > i, .sxs-memo-warning > i, .sxs-memo-info > i, .sxs-memo-success > i, .sxs-memo-error > i {
  flex: 0 0 auto;
  margin-top: .2em;
  color: #ff6b6b;
}
.sxs-memo-success {
  border-left-color: #2dcc70;
}
.sxs-memo-warning {
  border-left-color: #f1c40f;
}
.sxs-memo-error {
  border-left-color: #e74c3c;
}
.sxs-memo-info {
  border-left-color: #3498db;
}
.sxs-memo-success > i {
  color: #2dcc70;
}
.sxs-memo-warning > i {
  color: #f1c40f;
}
.sxs-memo-error > i {
  color: #e74c3c;
}
.sxs-memo-info > i {
  color: #3498db;
}

.sxs-button, .sxs-button-sm, .sxs-button-full, .sxs-button-outline {
  background: #ff6b6b;
  color: #ffffff;
  border-radius: 4px;
  min-height: 44px;
  font-weight: 700;
  box-shadow: 0 0 0 1px rgba(255, 107, 107, 0.35), 0 6px 18px rgba(255, 107, 107, 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 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms;
}
.sxs-button:hover, .sxs-button-sm:hover, .sxs-button-full:hover, .sxs-button-outline:hover {
  background: #ff4f4f;
  box-shadow: 0 0 0 1px rgba(255, 107, 107, 0.5), 0 8px 26px rgba(255, 107, 107, 0.5);
}
.sxs-button-sm {
  min-height: 36px;
  padding: 0 1rem;
  font-size: 0.875rem;
}
.sxs-button-full {
  display: flex;
  width: 100%;
}
.sxs-button-outline {
  background: transparent;
  background-image: none;
  color: #f8f9fa;
  border: 1px solid #2a3b5e;
  box-shadow: none;
}
.sxs-button-outline:hover {
  background: transparent;
  border-color: #006d77;
  color: #f8f9fa;
  box-shadow: none;
}

main > section.sxs-stripe {
  background: #15213a;
  padding-block: 2.5rem;
  margin-inline: -3.1915%;
  padding-inline: 3%;
}
@media (max-width: 48rem) {
  main > section.sxs-stripe {
    padding-block: 1.5rem;
  }
}
.sxs-intro {
  background: linear-gradient(180deg, #103247 0%, #0b1426 100%);
  padding-block: 2.5rem;
  text-align: center;
  margin-inline: -3.1915%;
  padding-inline: 3%;
}
@media (max-width: 48rem) {
  .sxs-intro {
    padding-block: 1.5rem;
  }
}

.sxs-disc, .sxs-disc-success, .sxs-disc-warning, .sxs-disc-error, .sxs-disc-info {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 4px;
  background: linear-gradient(135deg, #006d77 0%, #00838c 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-weight: 700;
}
.sxs-disc-success {
  background: #2dcc70;
  color: #fff;
}
.sxs-disc-warning {
  background: #f1c40f;
  color: #fff;
}
.sxs-disc-error {
  background: #e74c3c;
  color: #fff;
}
.sxs-disc-info {
  background: #3498db;
  color: #fff;
}

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

.sxs-accordion {
  background: #1f2d4c;
  border: 1px solid #1c2b48;
  border-radius: 8px;
  box-shadow: 4px 4px 0 #060a13, inset 0 1px 0 rgba(255,255,255,.05);
  transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms;
}
.sxs-accordion + .sxs-accordion {
  margin-block-start: 0.75rem;
}
.sxs-accordion[open] {
  border-color: #006d77;
}
.sxs-accordion-q {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  cursor: pointer;
  list-style: none;
}
.sxs-accordion-q::-webkit-details-marker {
  display: none;
}
.sxs-accordion-q h3 {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
}
.sxs-accordion-q::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  flex: 0 0 auto;
  color: #ff6b6b;
  transition: transform 200ms;
}
.sxs-accordion[open] .sxs-accordion-q::after {
  transform: rotate(180deg);
}
.sxs-accordion-a {
  margin: 0;
  padding: 0 1rem 1rem;
}
@media (max-width: 48rem) {
  .sxs-accordion-q {
    padding: 1rem;
  }
  .sxs-accordion-a {
    padding: 0 1rem 1rem;
  }
}

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

.sxs-pill {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .4rem 1rem;
  border-radius: 9999px;
  background: #1f2d4c;
  border: 1px solid #2a3b5e;
  color: #f8f9fa;
  font-size: 0.875rem;
}
.sxs-pill > i {
  color: #ff6b6b;
}

.sxs-route {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
  padding: 1rem 0;
  font-size: 0.875rem;
  color: #d1d5db;
}
.sxs-route a {
  color: #c0e8ff;
}
.sxs-route span {
  color: #f8f9fa;
}

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