/* overflow-guard */
:root {
    --brand-primary: #5D2E46;
    --brand-primary-hover: #7A3D5B;
    --brand-secondary: #A89B93;
    --brand-secondary-hover: #C2B8B1;
    --brand-accent: #4FFBBD;
    --background-main: #1F0B12;
    --background-surface: #2B111A;
    --background-elevated: #371721;
    --background-overlay: rgba(31, 11, 18, 0.75);
    --text-primary: #FDFBFA;
    --text-secondary: #E5E2DF;
    --text-muted: #BDBBBA;
    --text-brand-contrast: #FFFFFF;
    --text-link: #C2FFEF;
    --text-link-hover: #DFFFFB;
    --button-bg: #4FFBBD;
    --button-text: #0B1426;
    --button-hover-bg: #3ED6A6;
    --button-hover-text: #0B1426;
    --semantic-success: #4CAF50;
    --success: #4CAF50;
    --semantic-error: #E53935;
    --error: #E53935;
    --semantic-warning: #FFB300;
    --warning: #FFB300;
    --semantic-info: #2196F3;
    --info: #2196F3;
    --border-default: #3D1C26;
    --border-strong: #522633;
    --border-brand: #5D2E46;
    --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: 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.3;
    --line-height-body: 1.6;
    --letter-spacing-heading: 0;
    --letter-spacing-body: 0;
    --spacing-section-desktop: 3.5rem;
    --section-desktop: 3.5rem;
    --spacing-item-desktop: 1.25rem;
    --item-desktop: 1.25rem;
    --spacing-section-mobile: 2rem;
    --section-mobile: 2rem;
    --spacing-item-mobile: 1rem;
    --item-mobile: 1rem;
    --spacing-container-pad-desktop: 2rem;
    --container-pad-desktop: 2rem;
    --spacing-container-pad-mobile: 1rem;
    --container-pad-mobile: 1rem;
    --spacing-card-pad-desktop: 1.5rem;
    --card-pad-desktop: 1.5rem;
    --spacing-card-pad-mobile: 1rem;
    --card-pad-mobile: 1rem;
    --spacing-content-max-width: 80rem;
    --content-max-width: 80rem;
    --spacing-reading-max-width: 66ch;
    --reading-max-width: 66ch;
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 14px;
    --radius-pill: 9999px;
    --shadow-card: 0 4px 12px rgba(14, 5, 8, 0.35);
    --shadow-elevated: 0 8px 24px rgba(14, 5, 8, 0.45);
    --shadow-glow: 0 0 0 1px rgba(79, 251, 189, 0.35), 0 6px 18px rgba(79, 251, 189, 0.35);
    --shadow-inset: inset 0 1px 0 rgba(255,255,255,.08);
    --gradient-brand: linear-gradient(135deg, #5D2E46 0%, #7A3D5B 100%);
    --gradient-hero: linear-gradient(180deg, #361724 0%, #1F0B12 100%);
    --gradient-surface: linear-gradient(#371721, #371721);
    --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: #1F0B12;
    color: #E5E2DF;
    font-family: Noto Sans Bengali, Source Sans 3, 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: Noto Serif Bengali, Playfair Display, serif;
    line-height: 1.3;
    letter-spacing: 0;
    color: #FDFBFA;
}
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: #E5E2DF;
}
ul, ol {
    margin: 0;
}
a {
    color: #C2FFEF;
    text-decoration: none;
    transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms;
}
a:hover {
    color: #DFFFFB;
}
a:focus-visible, button:focus-visible, summary:focus-visible {
    outline: 2px solid #4FFBBD;
    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: 3.5rem;
}
main > section > * + *, main > article > * + *, .bz_shell > * + *, .bz_reading > * + *, .bz_column > * + *, .bz_column_center > * + * {
    margin-block-start: 1.25rem;
}
@media (max-width: 48rem) {
    main > section {
        padding-block: 2rem;
    }
    main > section > * + *, main > article > * + *, .bz_shell > * + *, .bz_reading > * + *, .bz_column > * + *, .bz_column_center > * + * {
        margin-block-start: 1rem;
    }
}

.bz_footer {
    background: #1F0B12;
    border-top: 1px solid #3D1C26;
    padding: 3rem 3% 2rem;
    color: #BDBBBA;
}
.bz_footer_grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    text-align: center;
}
.bz_footer_col > p, .bz_footer_col > h3 {
    font-size: 0.875rem;
    font-weight: 700;
    color: #FDFBFA;
    margin: 0 0 .75rem;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.bz_footer_col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.bz_footer_col li + li {
    margin-block-start: .5rem;
}
.bz_footer_col a {
    color: #BDBBBA;
    font-size: 0.875rem;
}
.bz_footer_col a:hover {
    color: #DFFFFB;
}
.bz_footer_meta {
    margin-block-start: 2rem;
    padding-block-start: 1.5rem;
    border-top: 1px solid #3D1C26;
    text-align: center;
    font-size: 0.875rem;
}
.bz_footer_meta > * + * {
    margin-block-start: .5rem;
}

.bz_facts_wrap {
    background: #371721;
    border: 1px solid #522633;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(14, 5, 8, 0.35), inset 0 1px 0 rgba(255,255,255,.08);
    overflow-x: auto;
    max-width: 100%;
}
.bz_facts {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.bz_facts th, .bz_facts td {
    padding: 1rem;
    text-align: start;
    border-bottom: 1px solid #3D1C26;
    vertical-align: top;
}
.bz_facts thead th {
    background: #371721;
    color: #FDFBFA;
    font-weight: 600;
}
.bz_facts tbody tr:last-child td {
    border-bottom: 0;
}
.bz_facts td:first-child {
    color: #BDBBBA;
    font-weight: 600;
}

.bz_faq {
    background: #371721;
    border: 1px solid #522633;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(14, 5, 8, 0.35), inset 0 1px 0 rgba(255,255,255,.08);
    transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms;
}
.bz_faq + .bz_faq {
    margin-block-start: 1rem;
}
.bz_faq[open] {
    border-color: #5D2E46;
}
.bz_faq_q {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    cursor: pointer;
    list-style: none;
}
.bz_faq_q::-webkit-details-marker {
    display: none;
}
.bz_faq_q h3 {
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
}
.bz_faq_q::after {
    content: "\f0d7";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    flex: 0 0 auto;
    color: #4FFBBD;
    transition: transform 200ms;
}
.bz_faq[open] .bz_faq_q::after {
    transform: rotate(180deg);
}
.bz_faq_a {
    margin: 0;
    padding: 0 1.5rem 1.5rem;
}
@media (max-width: 48rem) {
    .bz_faq_q {
        padding: 1rem;
    }
    .bz_faq_a {
        padding: 0 1rem 1rem;
    }
}

.bz_masthead {
    background: #1F0B12;
    border-bottom: 1px solid #3D1C26;
    padding: .75rem 3%;
    position: sticky;
    top: 0;
    z-index: 100;
}
.bz_masthead_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.bz_masthead_brand {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color: #FDFBFA;
}
.bz_masthead_brand img {
    border-radius: 6px;
}
.bz_masthead_brand strong {
    font-size: 16px;
    font-weight: 400;
}
.bz_masthead_actions {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.bz_jumpbar {
    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;
}
.bz_jumpbar::-webkit-scrollbar {
    display: none;
}
.bz_jumpbar_link {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: .5rem 1rem;
    border-radius: 6px;
    background: #2B111A;
    border: 1px solid #3D1C26;
    color: #E5E2DF;
    font-size: 0.875rem;
    transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms;
}
.bz_jumpbar_link:hover {
    border-color: #5D2E46;
    color: #FDFBFA;
}

.bz_tabbar {
    position: fixed;
    inset: auto 0 0 0;
    z-index: 1000;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 4.5rem;
    background: #2B111A;
    border-top: 1px solid #3D1C26;
}
.bz_tabbar_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .25rem;
    flex: 1 1 0;
    padding: .5rem 0;
    font-size: 0.75rem;
    color: #BDBBBA;
}
.bz_tabbar_item i {
    font-size: 1.25rem;
}
.bz_tabbar_item:hover {
    color: #4FFBBD;
}

.bz_sub {
    font-size: 0.875rem;
}
.bz_soft {
    color: #BDBBBA;
}
.bz_centered {
    text-align: center;
}
.bz_ink_accent {
    color: #4FFBBD;
}
.bz_ink_success {
    color: #4CAF50;
}
.bz_ink_warning {
    color: #FFB300;
}
.bz_ink_error {
    color: #E53935;
}
.bz_ink_info {
    color: #2196F3;
}

.bz_notice, .bz_notice_warning, .bz_notice_info, .bz_notice_success, .bz_notice_error {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    border-radius: 10px;
    background: #2B111A;
    border: 1px solid #3D1C26;
    border-left: 4px solid #4FFBBD;
}
.bz_notice > i, .bz_notice_warning > i, .bz_notice_info > i, .bz_notice_success > i, .bz_notice_error > i {
    flex: 0 0 auto;
    margin-top: .2em;
    color: #4FFBBD;
}
.bz_notice_success {
    border-left-color: #4CAF50;
}
.bz_notice_warning {
    border-left-color: #FFB300;
}
.bz_notice_error {
    border-left-color: #E53935;
}
.bz_notice_info {
    border-left-color: #2196F3;
}
.bz_notice_success > i {
    color: #4CAF50;
}
.bz_notice_warning > i {
    color: #FFB300;
}
.bz_notice_error > i {
    color: #E53935;
}
.bz_notice_info > i {
    color: #2196F3;
}

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

.bz_chip {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .4rem 1rem;
    border-radius: 9999px;
    background: #371721;
    border: 1px solid #522633;
    color: #FDFBFA;
    font-size: 0.875rem;
}
.bz_chip > i {
    color: #4FFBBD;
}

main > section.bz_layer {
    background: #2B111A;
    border-top: 1px solid #3D1C26;
    border-bottom: 1px solid #3D1C26;
    padding-block: 3.5rem;
    margin-inline: -3.1915%;
    padding-inline: 3%;
}
@media (max-width: 48rem) {
    main > section.bz_layer {
        padding-block: 2rem;
    }
}
.bz_stage {
    background: linear-gradient(180deg, #361724 0%, #1F0B12 100%);
    padding-block: 3.5rem;
    text-align: center;
    margin-inline: -3.1915%;
    padding-inline: 3%;
}
@media (max-width: 48rem) {
    .bz_stage {
        padding-block: 2rem;
    }
}

.bz_action, .bz_action_sm, .bz_action_full, .bz_action_outline {
    background: #4FFBBD;
    color: #0B1426;
    border-radius: 9999px;
    min-height: 44px;
    font-weight: 700;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.22), inset 0 -1px 0 rgba(0,0,0,.35), 0 2px 6px rgba(14, 5, 8, 0.4);
    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;
}
.bz_action:hover, .bz_action_sm:hover, .bz_action_full:hover, .bz_action_outline:hover {
    background: #3ED6A6;
    transform: translateY(-1px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.22), inset 0 -1px 0 rgba(0,0,0,.35), 0 4px 10px rgba(14, 5, 8, 0.45);
}
.bz_action_sm {
    min-height: 36px;
    padding: 0 1rem;
    font-size: 0.875rem;
}
.bz_action_full {
    display: flex;
    width: 100%;
}
.bz_action_outline {
    background: transparent;
    background-image: none;
    color: #FDFBFA;
    border: 1px solid #522633;
    box-shadow: none;
}
.bz_action_outline:hover {
    background: transparent;
    border-color: #5D2E46;
    color: #FDFBFA;
    box-shadow: none;
}

.bz_medal, .bz_medal_success, .bz_medal_warning, .bz_medal_error, .bz_medal_info {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #5D2E46 0%, #7A3D5B 100%);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    font-weight: 700;
}
.bz_medal_success {
    background: #4CAF50;
    color: #FFF;
}
.bz_medal_warning {
    background: #FFB300;
    color: #FFF;
}
.bz_medal_error {
    background: #E53935;
    color: #FFF;
}
.bz_medal_info {
    background: #2196F3;
    color: #FFF;
}

.bz_card {
    background: #371721;
    border: 1px solid #522633;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(14, 5, 8, 0.35), inset 0 1px 0 rgba(255,255,255,.08);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms;
}
.bz_card:hover {
    border-color: #5D2E46;
    box-shadow: 0 0 0 1px rgba(79, 251, 189, 0.35), 0 6px 18px rgba(79, 251, 189, 0.35), inset 0 1px 0 rgba(255,255,255,.08);
}
@media (max-width: 48rem) {
    .bz_card {
        padding: 1rem;
    }
}
.bz_card > img {
    width: 100%;
    height: auto;
    display: block;
}

.bz_crumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem;
    padding: 1rem 0;
    font-size: 0.875rem;
    color: #E5E2DF;
}
.bz_crumbs a {
    color: #C2FFEF;
}
.bz_crumbs span {
    color: #FDFBFA;
}

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

.bz_shell {
    width: 100%;
    max-width: 80rem;
    margin-inline: auto;
}
.bz_reading {
    max-width: 66ch;
    margin-inline: auto;
}
.bz_column, .bz_column_center {
    display: block;
}
.bz_column_center {
    text-align: center;
}
.bz_cluster, .bz_cluster_center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}
.bz_cluster_center {
    justify-content: center;
}
.bz_matrix {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
    gap: 1.25rem;
}
.bz_games {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
.bz_blocks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
@media (min-width: 48rem) {
    .bz_games {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1.25rem;
    }
    .bz_blocks {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.25rem;
    }
}
.bz_checklist {
    list-style: none;
    padding: 0;
}
.bz_checklist > li {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
}
.bz_checklist > li + li {
    margin-block-start: .75rem;
}
.bz_checklist > li > i {
    flex: 0 0 1.25rem;
    text-align: center;
    margin-top: .2em;
    color: #4FFBBD;
}

.bz_poster {
    background: #371721;
    border: 1px solid #522633;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(14, 5, 8, 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 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms;
}
.bz_poster:hover {
    border-color: #5D2E46;
    box-shadow: 0 0 0 1px rgba(79, 251, 189, 0.35), 0 6px 18px rgba(79, 251, 189, 0.35), inset 0 1px 0 rgba(255,255,255,.08);
}
.bz_poster_media {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.bz_poster_media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 200ms;
}
.bz_poster:hover .bz_poster_media img {
    transform: scale(1.04);
}
.bz_poster_play {
    position: absolute;
    top: .5rem;
    right: .5rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #4FFBBD;
    color: #0B1426;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 150ms;
}
.bz_poster:hover .bz_poster_play, .bz_poster:focus-visible .bz_poster_play {
    opacity: 1;
}
@media (hover: none) {
    .bz_poster_play {
        opacity: 1;
    }
}
.bz_poster_name {
    padding: .6rem .75rem;
    background: #371721;
}
.bz_poster_name h3 {
    margin: 0;
    font-size: 0.875rem;
    color: #FDFBFA;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (min-width: 48rem) {
    .bz_poster_name h3 {
        white-space: normal;
    }
}

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