/* overflow-guard */
:root { --brand-primary: #006d77; --brand-primary-hover: #00838c; --brand-secondary: #8e9aaf; --brand-secondary-hover: #a3b1c6; --brand-accent: #ff6b6b; --background-main: #0c0f1d; --background-surface: #151a2d; --background-elevated: #1c223b; --background-overlay: rgba(12, 15, 29, 0.75); --text-primary: #fdfdfd; --text-secondary: #d1d5db; --text-muted: #b0b4b8; --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: #4ade80; --success: #4ade80; --semantic-error: #f87171; --error: #f87171; --semantic-warning: #fbbf24; --warning: #fbbf24; --semantic-info: #60a5fa; --info: #60a5fa; --border-default: #242c45; --border-strong: #3a4463; --border-brand: #006d77; --font-family-headings: Noto Serif Bengali, Playfair Display, 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: 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.3; --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: 76rem; --content-max-width: 76rem; --spacing-reading-max-width: 62ch; --reading-max-width: 62ch; --radius-sm: 4px; --radius-md: 8px; --radius-lg: 12px; --radius-pill: 9999px; --shadow-card: 0 4px 12px rgba(5, 7, 13, 0.35); --shadow-elevated: 0 8px 24px rgba(5, 7, 13, 0.45); --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,.08); --gradient-brand: linear-gradient(135deg, #006d77 0%, #00838c 100%); --gradient-hero: linear-gradient(180deg, #102c3d 0%, #0c0f1d 100%); --gradient-surface: linear-gradient(#1c223b, #1c223b); --gradient-button: none; --effects-accent-bar: none; --recipes-transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; --transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
*, *::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: #0c0f1d; color: #d1d5db; font-family: Noto Sans Bengali, Source Sans 3, sans-serif; font-weight: 400; line-height: 1.55; 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: Noto Serif Bengali, Playfair Display, serif; line-height: 1.3; letter-spacing: 0; color: #fdfdfd; }
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 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
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 > * + *, .inner > * + *, .measure > * + *, .column > * + *, .column--center > * + * { margin-block-start: 1rem; }
@media (max-width: 48rem) {
  main > section { padding-block: 1.5rem; }
  main > section > * + *, main > article > * + *, .inner > * + *, .measure > * + *, .column > * + *, .column--center > * + * { margin-block-start: 0.75rem; }
}

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

.notice, .notice--warning, .notice--info, .notice--success, .notice--error { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 8px; background: #151a2d; border: 1px solid #242c45; border-left: 4px solid #ff6b6b; }
.notice > i, .notice--warning > i, .notice--info > i, .notice--success > i, .notice--error > i { flex: 0 0 auto; margin-top: .2em; color: #ff6b6b; }
.notice--success { border-left-color: #4ade80; }
.notice--warning { border-left-color: #fbbf24; }
.notice--error { border-left-color: #f87171; }
.notice--info { border-left-color: #60a5fa; }
.notice--success > i { color: #4ade80; }
.notice--warning > i { color: #fbbf24; }
.notice--error > i { color: #f87171; }
.notice--info > i { color: #60a5fa; }

.qa { background: #1c223b; border: 1px solid #3a4463; border-radius: 8px; box-shadow: 0 4px 12px rgba(5, 7, 13, 0.35), inset 0 1px 0 rgba(255,255,255,.08); transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.qa + .qa { margin-block-start: 0.75rem; }
.qa[open] { border-color: #006d77; }
.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: "\f0d7"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #ff6b6b; 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; }
}

.badge, .badge--success, .badge--warning, .badge--error, .badge--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; }
.badge--success { background: #4ade80; color: #fff; }
.badge--warning { background: #fbbf24; color: #fff; }
.badge--error { background: #f87171; color: #fff; }
.badge--info { background: #60a5fa; color: #fff; }

.quicknav { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.5rem; background: #151a2d; border-top: 1px solid #242c45; }
.quicknav__item { display: flex; flex-direction: column; align-items: center; gap: .25rem; flex: 1 1 0; padding: .5rem 0; font-size: 0.75rem; color: #b0b4b8; }
.quicknav__item i { font-size: 1.25rem; }
.quicknav__item:hover { color: #ff6b6b; }

.game { background: #1c223b; border: 1px solid #3a4463; border-radius: 8px; box-shadow: 0 4px 12px rgba(5, 7, 13, 0.35), inset 0 1px 0 rgba(255,255,255,.08); display: flex; flex-direction: column; overflow: hidden; text-decoration: none; color: inherit; transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.game:hover { border-color: #006d77; box-shadow: 0 0 0 1px rgba(255, 107, 107, 0.35), 0 6px 18px rgba(255, 107, 107, 0.35), inset 0 1px 0 rgba(255,255,255,.08); }
.game__media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.game__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.game:hover .game__media img { transform: scale(1.04); }
.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; }
.game:hover .game__play, .game:focus-visible .game__play { opacity: 1; }
@media (hover: none) {
  .game__play { opacity: 1; }
}
.game__name { padding: .6rem .75rem; background: #1c223b; }
.game__name h3 { margin: 0; font-size: 0.875rem; color: #fdfdfd; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
  .game__name h3 { white-space: normal; }
}

.footer { background: #0c0f1d; border-top: 1px solid #242c45; padding: 3rem 3% 2rem; color: #b0b4b8; }
.footer__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; text-align: center; }
.footer__col > p, .footer__col > h3 { font-size: 0.875rem; font-weight: 700; color: #fdfdfd; margin: 0 0 .75rem; text-transform: uppercase; letter-spacing: .05em; }
.footer__col ul { list-style: none; padding: 0; margin: 0; }
.footer__col li + li { margin-block-start: .5rem; }
.footer__col a { color: #b0b4b8; font-size: 0.875rem; }
.footer__col a:hover { color: #e0f2ff; }
.footer__meta { margin-block-start: 2rem; padding-block-start: 1.5rem; border-top: 1px solid #242c45; text-align: center; font-size: 0.875rem; }
.footer__meta > * + * { margin-block-start: .5rem; }

.inner { width: 100%; max-width: 76rem; margin-inline: auto; }
.measure { max-width: 62ch; margin-inline: auto; }
.column, .column--center { display: block; }
.column--center { text-align: center; }
.strip, .strip--center { display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem; }
.strip--center { justify-content: center; }
.cells { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1rem; }
.showcase { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
.menu { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
@media (min-width: 48rem) {
  .showcase { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
  .menu { 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: #ff6b6b; }

.slab { background: #1c223b; border: 1px solid #3a4463; border-radius: 8px; box-shadow: 0 4px 12px rgba(5, 7, 13, 0.35), inset 0 1px 0 rgba(255,255,255,.08); padding: 1rem; display: flex; flex-direction: column; gap: 0.75rem; transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.slab:hover { border-color: #006d77; box-shadow: 0 0 0 1px rgba(255, 107, 107, 0.35), 0 6px 18px rgba(255, 107, 107, 0.35), inset 0 1px 0 rgba(255,255,255,.08); }
@media (max-width: 48rem) {
  .slab { padding: 1rem; }
}
.slab > img { width: 100%; height: auto; display: block; }

.small { font-size: 0.875rem; }
.faint { color: #b0b4b8; }
.centered { text-align: center; }
.ink--accent { color: #ff6b6b; }
.ink--success { color: #4ade80; }
.ink--warning { color: #fbbf24; }
.ink--error { color: #f87171; }
.ink--info { color: #60a5fa; }

.topbar { background: #0c0f1d; border-bottom: 1px solid #242c45; padding: .75rem 3%; position: sticky; top: 0; z-index: 100; }
.topbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.topbar__brand { display: inline-flex; align-items: center; gap: .5rem; color: #fdfdfd; }
.topbar__brand img { border-radius: 4px; }
.topbar__brand strong { font-size: 16px; font-weight: 400; }
.topbar__actions { display: flex; align-items: center; gap: .5rem; }

main > section.layer { background: #151a2d; border-top: 1px solid #242c45; border-bottom: 1px solid #242c45; padding-block: 2.5rem; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
  main > section.layer { padding-block: 1.5rem; }
}
.stage { background: linear-gradient(180deg, #102c3d 0%, #0c0f1d 100%); padding-block: 2.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
  .stage { padding-block: 1.5rem; }
}

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

.ticker { 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; }
.ticker::-webkit-scrollbar { display: none; }
.ticker__link { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 4px; background: #151a2d; border: 1px solid #242c45; color: #d1d5db; font-size: 0.875rem; transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.ticker__link:hover { border-color: #006d77; color: #fdfdfd; }

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

.ledger__wrap { background: #1c223b; border: 1px solid #3a4463; border-radius: 8px; box-shadow: 0 4px 12px rgba(5, 7, 13, 0.35), inset 0 1px 0 rgba(255,255,255,.08); overflow-x: auto; max-width: 100%; }
.ledger { width: 100%; table-layout: fixed; border-collapse: collapse; }
.ledger th, .ledger td { padding: 0.75rem; text-align: start; border-bottom: 1px solid #242c45; vertical-align: top; }
.ledger thead th { background: #1c223b; color: #fdfdfd; font-weight: 600; }
.ledger tbody tr:last-child td { border-bottom: 0; }
.ledger td:first-child { color: #b0b4b8; font-weight: 600; }

.press, .press--sm, .press--full, .press--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 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.press:hover, .press--sm:hover, .press--full:hover, .press--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); }
.press--sm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.press--full { display: flex; width: 100%; }
.press--outline { background: transparent; background-image: none; color: #fdfdfd; border: 1px solid #3a4463; box-shadow: none; }
.press--outline:hover { background: transparent; border-color: #006d77; color: #fdfdfd; box-shadow: none; }

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

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