/* overflow-guard */
:root {
    --brand-primary: #008a5e;
    --brand-primary-hover: #00a674;
    --brand-secondary: #d1c4b2;
    --brand-secondary-hover: #b8a996;
    --brand-accent: #d4af37;
    --background-main: #220b12;
    --background-surface: #2c1119;
    --background-elevated: #361721;
    --background-overlay: rgba(34, 11, 18, 0.75);
    --text-primary: #fdfbfa;
    --text-secondary: #e2e0de;
    --text-muted: #bdbbb9;
    --text-brand-contrast: #ffffff;
    --text-link: #e6d9b8;
    --text-link-hover: #f2e6c9;
    --button-bg: #d4af37;
    --button-text: #000000;
    --button-hover-bg: #b8962e;
    --button-hover-text: #000000;
    --semantic-success: #2ecc71;
    --success: #2ecc71;
    --semantic-error: #e74c3c;
    --error: #e74c3c;
    --semantic-warning: #f1c40f;
    --warning: #f1c40f;
    --semantic-info: #3498db;
    --info: #3498db;
    --border-default: #3d1a24;
    --border-strong: #4d2530;
    --border-brand: #008a5e;
    --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: 700;
    --role-weight-h2: 600;
    --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: 4.5rem;
    --section-desktop: 4.5rem;
    --spacing-item-desktop: 1.5rem;
    --item-desktop: 1.5rem;
    --spacing-section-mobile: 2.5rem;
    --section-mobile: 2.5rem;
    --spacing-item-mobile: 1rem;
    --item-mobile: 1rem;
    --spacing-container-pad-desktop: 2.5rem;
    --container-pad-desktop: 2.5rem;
    --spacing-container-pad-mobile: 1.25rem;
    --container-pad-mobile: 1.25rem;
    --spacing-card-pad-desktop: 2rem;
    --card-pad-desktop: 2rem;
    --spacing-card-pad-mobile: 1.25rem;
    --card-pad-mobile: 1.25rem;
    --spacing-content-max-width: 72rem;
    --content-max-width: 72rem;
    --spacing-reading-max-width: 70ch;
    --reading-max-width: 70ch;
    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 18px;
    --radius-pill: 9999px;
    --shadow-card: 4px 4px 0 #110609;
    --shadow-elevated: 6px 6px 0 #110609;
    --shadow-glow: 0 0 0 1px rgba(212, 175, 55, 0.35), 0 6px 18px rgba(212, 175, 55, 0.35);
    --shadow-inset: inset 0 1px 0 rgba(255,255,255,.05);
    --gradient-brand: linear-gradient(135deg, #008a5e 0%, #00a674 100%);
    --gradient-hero: linear-gradient(180deg, #222c28 0%, #220b12 100%);
    --gradient-surface: linear-gradient(#361721, #361721);
    --gradient-button: linear-gradient(135deg, #dcbd5b 0%, #d4af37 100%);
    --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: #220b12;
    color: #e2e0de;
    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.35;
    letter-spacing: 0;
    color: #fdfbfa;
}
h1 {
    font-size: 1.8rem;
    font-weight: 700;
}
h2 {
    font-size: 1.5rem;
    font-weight: 600;
}
h3 {
    font-size: 1rem;
    font-weight: 600;
}
h4 {
    font-size: 1rem;
    font-weight: 600;
}
p {
    margin: 0;
    color: #e2e0de;
}
ul, ol {
    margin: 0;
}
a {
    color: #e6d9b8;
    text-decoration: none;
    transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms;
}
a:hover {
    color: #f2e6c9;
}
a:focus-visible, button:focus-visible, summary:focus-visible {
    outline: 2px solid #d4af37;
    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: 4.5rem;
}
main > section > * + *, main > article > * + *, .mb_inner > * + *, .mb_prose > * + *, .mb_stack > * + *, .mb_stack_center > * + * {
    margin-block-start: 1.5rem;
}
@media (max-width: 48rem) {
    main > section {
        padding-block: 2.5rem;
    }
    main > section > * + *, main > article > * + *, .mb_inner > * + *, .mb_prose > * + *, .mb_stack > * + *, .mb_stack_center > * + * {
        margin-block-start: 1rem;
    }
}

.mb_dock {
    position: fixed;
    inset: auto 0 0 0;
    z-index: 1000;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 4.5rem;
    background: #2c1119;
    border-top: 1px solid #3d1a24;
}
.mb_dock_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .25rem;
    flex: 1 1 0;
    padding: .5rem 0;
    font-size: 0.75rem;
    color: #bdbbb9;
}
.mb_dock_item i {
    font-size: 1.25rem;
}
.mb_dock_item:hover {
    color: #d4af37;
}

.mb_sub {
    font-size: 0.875rem;
}
.mb_dim {
    color: #bdbbb9;
}
.mb_axis {
    text-align: center;
}
.mb_ink_accent {
    color: #d4af37;
}
.mb_ink_success {
    color: #2ecc71;
}
.mb_ink_warning {
    color: #f1c40f;
}
.mb_ink_error {
    color: #e74c3c;
}
.mb_ink_info {
    color: #3498db;
}

.mb_caption {
    position: relative;
}
.mb_caption::before {
    content: "";
    display: block;
    width: 2.5rem;
    height: 3px;
    background: #d4af37;
    border-radius: 2px;
    margin-bottom: .6rem;
}

.mb_colophon {
    background: #220b12;
    border-top: 1px solid #3d1a24;
    padding: 3rem 3% 2rem;
    color: #bdbbb9;
}
.mb_colophon_grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    text-align: center;
}
.mb_colophon_col > p, .mb_colophon_col > h3 {
    font-size: 0.875rem;
    font-weight: 700;
    color: #fdfbfa;
    margin: 0 0 .75rem;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.mb_colophon_col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mb_colophon_col li + li {
    margin-block-start: .5rem;
}
.mb_colophon_col a {
    color: #bdbbb9;
    font-size: 0.875rem;
}
.mb_colophon_col a:hover {
    color: #f2e6c9;
}
.mb_colophon_meta {
    margin-block-start: 2rem;
    padding-block-start: 1.5rem;
    border-top: 1px solid #3d1a24;
    text-align: center;
    font-size: 0.875rem;
}
.mb_colophon_meta > * + * {
    margin-block-start: .5rem;
}

.mb_chip {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .4rem 1rem;
    border-radius: 9999px;
    background: #361721;
    border: 1px solid #4d2530;
    color: #fdfbfa;
    font-size: 0.875rem;
}
.mb_chip > i {
    color: #d4af37;
}

.mb_emblem, .mb_emblem_success, .mb_emblem_warning, .mb_emblem_error, .mb_emblem_info {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #008a5e 0%, #00a674 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    font-weight: 700;
}
.mb_emblem_success {
    background: #2ecc71;
    color: #fff;
}
.mb_emblem_warning {
    background: #f1c40f;
    color: #fff;
}
.mb_emblem_error {
    background: #e74c3c;
    color: #fff;
}
.mb_emblem_info {
    background: #3498db;
    color: #fff;
}

.mb_callout, .mb_callout_warning, .mb_callout_info, .mb_callout_success, .mb_callout_error {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem;
    border-radius: 12px;
    background: #2c1119;
    border: 1px solid #3d1a24;
    border-left: 4px solid #d4af37;
}
.mb_callout > i, .mb_callout_warning > i, .mb_callout_info > i, .mb_callout_success > i, .mb_callout_error > i {
    flex: 0 0 auto;
    margin-top: .2em;
    color: #d4af37;
}
.mb_callout_success {
    border-left-color: #2ecc71;
}
.mb_callout_warning {
    border-left-color: #f1c40f;
}
.mb_callout_error {
    border-left-color: #e74c3c;
}
.mb_callout_info {
    border-left-color: #3498db;
}
.mb_callout_success > i {
    color: #2ecc71;
}
.mb_callout_warning > i {
    color: #f1c40f;
}
.mb_callout_error > i {
    color: #e74c3c;
}
.mb_callout_info > i {
    color: #3498db;
}

.mb_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;
}
.mb_ticker::-webkit-scrollbar {
    display: none;
}
.mb_ticker_link {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: .5rem 1rem;
    border-radius: 6px;
    background: #2c1119;
    border: 1px solid #3d1a24;
    color: #e2e0de;
    font-size: 0.875rem;
    transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms;
}
.mb_ticker_link:hover {
    border-color: #008a5e;
    color: #fdfbfa;
}

.mb_inner {
    width: 100%;
    max-width: 72rem;
    margin-inline: auto;
}
.mb_prose {
    max-width: 70ch;
    margin-inline: auto;
}
.mb_stack, .mb_stack_center {
    display: block;
}
.mb_stack_center {
    text-align: center;
}
.mb_cluster, .mb_cluster_center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}
.mb_cluster_center {
    justify-content: center;
}
.mb_cells {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
    gap: 1.5rem;
}
.mb_games {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
.mb_tiles {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
@media (min-width: 48rem) {
    .mb_games {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1.5rem;
    }
    .mb_tiles {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.5rem;
    }
}
.mb_points {
    list-style: none;
    padding: 0;
}
.mb_points > li {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
}
.mb_points > li + li {
    margin-block-start: .75rem;
}
.mb_points > li > i {
    flex: 0 0 1.25rem;
    text-align: center;
    margin-top: .2em;
    color: #d4af37;
}

.mb_btn, .mb_btn_sm, .mb_btn_full, .mb_btn_outline {
    background: linear-gradient(135deg, #dcbd5b 0%, #d4af37 100%);
    color: #000000;
    border-radius: 12px;
    min-height: 44px;
    font-weight: 700;
    box-shadow: 0 6px 16px rgba(212, 175, 55, 0.3);
    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;
}
.mb_btn:hover, .mb_btn_sm:hover, .mb_btn_full:hover, .mb_btn_outline:hover {
    background: #b8962e;
    box-shadow: 0 8px 22px rgba(212, 175, 55, 0.4);
}
.mb_btn_sm {
    min-height: 36px;
    padding: 0 1rem;
    font-size: 0.875rem;
}
.mb_btn_full {
    display: flex;
    width: 100%;
}
.mb_btn_outline {
    background: transparent;
    background-image: none;
    color: #fdfbfa;
    border: 1px solid #4d2530;
    box-shadow: none;
}
.mb_btn_outline:hover {
    background: transparent;
    border-color: #008a5e;
    color: #fdfbfa;
    box-shadow: none;
}

.mb_crumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem;
    padding: 1rem 0;
    font-size: 0.875rem;
    color: #e2e0de;
}
.mb_crumbs a {
    color: #e6d9b8;
}
.mb_crumbs span {
    color: #fdfbfa;
}

.mb_head {
    background: #220b12;
    border-bottom: 1px solid #3d1a24;
    padding: .75rem 3%;
    position: sticky;
    top: 0;
    z-index: 100;
}
.mb_head_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.mb_head_brand {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color: #fdfbfa;
}
.mb_head_brand img {
    border-radius: 6px;
}
.mb_head_brand strong {
    font-size: 16px;
    font-weight: 400;
}
.mb_head_actions {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.mb_cover {
    background: #361721;
    border: 1px solid #3d1a24;
    border-radius: 12px;
    box-shadow: 4px 4px 0 #110609, 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;
}
.mb_cover:hover {
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0 #110609, inset 0 1px 0 rgba(255,255,255,.05);
}
.mb_cover_media {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.mb_cover_media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 200ms;
}
.mb_cover:hover .mb_cover_media img {
    transform: scale(1.04);
}
.mb_cover_play {
    position: absolute;
    bottom: .5rem;
    right: .5rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #d4af37;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 150ms;
}
.mb_cover:hover .mb_cover_play, .mb_cover:focus-visible .mb_cover_play {
    opacity: 1;
}
@media (hover: none) {
    .mb_cover_play {
        opacity: 1;
    }
}
.mb_cover_name {
    padding: .6rem .75rem;
    background: #361721;
}
.mb_cover_name h3 {
    margin: 0;
    font-size: 0.875rem;
    color: #fdfbfa;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (min-width: 48rem) {
    .mb_cover_name h3 {
        white-space: normal;
    }
}

.mb_ledger_wrap {
    background: #361721;
    border: 1px solid #3d1a24;
    border-radius: 12px;
    box-shadow: 4px 4px 0 #110609, inset 0 1px 0 rgba(255,255,255,.05);
    overflow-x: auto;
    max-width: 100%;
}
.mb_ledger {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.mb_ledger th, .mb_ledger td {
    padding: 1rem;
    text-align: start;
    border-bottom: 1px solid #3d1a24;
    vertical-align: top;
}
.mb_ledger thead th {
    background: #361721;
    color: #fdfbfa;
    font-weight: 600;
}
.mb_ledger tbody tr:last-child td {
    border-bottom: 0;
}
.mb_ledger td:first-child {
    color: #bdbbb9;
    font-weight: 600;
}

main > section.mb_stripe {
    background: #2c1119;
    padding-block: 4.5rem;
}
@media (max-width: 48rem) {
    main > section.mb_stripe {
        padding-block: 2.5rem;
    }
}
.mb_opening {
    background: linear-gradient(180deg, #222c28 0%, #220b12 100%);
    padding-block: 4.5rem;
    text-align: center;
    margin-inline: -3.1915%;
    padding-inline: 3%;
}
@media (max-width: 48rem) {
    .mb_opening {
        padding-block: 2.5rem;
    }
}

.mb_reveal {
    background: #361721;
    border: 1px solid #3d1a24;
    border-radius: 12px;
    box-shadow: 4px 4px 0 #110609, inset 0 1px 0 rgba(255,255,255,.05);
    transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms;
}
.mb_reveal + .mb_reveal {
    margin-block-start: 1rem;
}
.mb_reveal[open] {
    border-color: #008a5e;
}
.mb_reveal_q {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 2rem;
    cursor: pointer;
    list-style: none;
}
.mb_reveal_q::-webkit-details-marker {
    display: none;
}
.mb_reveal_q h3 {
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
}
.mb_reveal_q::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    flex: 0 0 auto;
    color: #d4af37;
    transition: transform 200ms;
}
.mb_reveal[open] .mb_reveal_q::after {
    transform: rotate(180deg);
}
.mb_reveal_a {
    margin: 0;
    padding: 0 2rem 2rem;
}
@media (max-width: 48rem) {
    .mb_reveal_q {
        padding: 1.25rem;
    }
    .mb_reveal_a {
        padding: 0 1.25rem 1.25rem;
    }
}

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

.mb_slab {
    background: #361721;
    border: 1px solid #3d1a24;
    border-radius: 12px;
    box-shadow: 4px 4px 0 #110609, inset 0 1px 0 rgba(255,255,255,.05);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms;
}
.mb_slab:hover {
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0 #110609, inset 0 1px 0 rgba(255,255,255,.05);
}
@media (max-width: 48rem) {
    .mb_slab {
        padding: 1.25rem;
    }
}
.mb_slab > img {
    width: 100%;
    height: auto;
    display: block;
}

/* page */
.mb_provider_name {
            font-weight: 700;
            letter-spacing: 0.02em;
            font-size: 1.1rem;
        }
