/* overflow-guard */
:root {
    --brand-primary: #006d77;
    --brand-primary-hover: #00838c;
    --brand-secondary: #8e9aaf;
    --brand-secondary-hover: #aab4c8;
    --brand-accent: #ff6f61;
    --background-main: #220b12;
    --background-surface: #2b1119;
    --background-elevated: #361721;
    --background-overlay: rgba(34, 11, 18, 0.75);
    --text-primary: #fdfdfd;
    --text-secondary: #e2e2e2;
    --text-muted: #bdbdbd;
    --text-brand-contrast: #ffffff;
    --text-link: #d1f2ff;
    --text-link-hover: #eaf7ff;
    --button-bg: #ff6f61;
    --button-text: #ffffff;
    --button-hover-bg: #ff8c7e;
    --button-hover-text: #ffffff;
    --semantic-success: #4caf50;
    --success: #4caf50;
    --semantic-error: #ef5350;
    --error: #ef5350;
    --semantic-warning: #ffb74d;
    --warning: #ffb74d;
    --semantic-info: #64b5f6;
    --info: #64b5f6;
    --border-default: #3d1c26;
    --border-strong: #522632;
    --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.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: 76rem;
    --content-max-width: 76rem;
    --spacing-reading-max-width: 70ch;
    --reading-max-width: 70ch;
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --radius-pill: 9999px;
    --shadow-card: 0 4px 12px rgba(15, 5, 8, 0.35);
    --shadow-elevated: 0 8px 24px rgba(15, 5, 8, 0.45);
    --shadow-glow: 0 0 0 1px rgba(255, 111, 97, 0.35), 0 6px 18px rgba(255, 111, 97, 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, #22252e 0%, #220b12 100%);
    --gradient-surface: linear-gradient(#361721, #361721);
    --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: #220b12;
    color: #e2e2e2;
    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: #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: #e2e2e2;
}
ul, ol {
    margin: 0;
}
a {
    color: #d1f2ff;
    text-decoration: none;
    transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms;
}
a:hover {
    color: #eaf7ff;
}
a:focus-visible, button:focus-visible, summary:focus-visible {
    outline: 2px solid #ff6f61;
    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 > * + *, .bv_shell > * + *, .bv_prose > * + *, .bv_column > * + *, .bv_column_center > * + * {
    margin-block-start: 1.25rem;
}
@media (max-width: 48rem) {
    main > section {
        padding-block: 2rem;
    }
    main > section > * + *, main > article > * + *, .bv_shell > * + *, .bv_prose > * + *, .bv_column > * + *, .bv_column_center > * + * {
        margin-block-start: 1rem;
    }
}

.bv_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;
}
.bv_chips::-webkit-scrollbar {
    display: none;
}
.bv_chips_link {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: .5rem 1rem;
    border-radius: 4px;
    background: #2b1119;
    border: 1px solid #3d1c26;
    color: #e2e2e2;
    font-size: 0.875rem;
    transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms;
}
.bv_chips_link:hover {
    border-color: #006d77;
    color: #fdfdfd;
}

.bv_chip {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .4rem 1rem;
    border-radius: 9999px;
    background: #361721;
    border: 1px solid #522632;
    color: #fdfdfd;
    font-size: 0.875rem;
}
.bv_chip > i {
    color: #ff6f61;
}

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

.bv_shell {
    width: 100%;
    max-width: 76rem;
    margin-inline: auto;
}
.bv_prose {
    max-width: 70ch;
    margin-inline: auto;
}
.bv_column, .bv_column_center {
    display: block;
}
.bv_column_center {
    text-align: center;
}
.bv_line, .bv_line_center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}
.bv_line_center {
    justify-content: center;
}
.bv_matrix {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
    gap: 1.25rem;
}
.bv_games {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
.bv_tiles {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
@media (min-width: 48rem) {
    .bv_games {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1.25rem;
    }
    .bv_tiles {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.25rem;
    }
}
.bv_points {
    list-style: none;
    padding: 0;
}
.bv_points > li {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
}
.bv_points > li + li {
    margin-block-start: .75rem;
}
.bv_points > li > i {
    flex: 0 0 1.25rem;
    text-align: center;
    margin-top: .2em;
    color: #ff6f61;
}

.bv_panel {
    background: #361721;
    border: 1px solid #522632;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(15, 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 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms;
}
.bv_panel:hover {
    border-color: #006d77;
    box-shadow: 0 0 0 1px rgba(255, 111, 97, 0.35), 0 6px 18px rgba(255, 111, 97, 0.35), inset 0 1px 0 rgba(255,255,255,.08);
}
@media (max-width: 48rem) {
    .bv_panel {
        padding: 1rem;
    }
}
.bv_panel > img {
    width: 100%;
    height: auto;
    display: block;
}

.bv_reveal {
    background: #361721;
    border: 1px solid #522632;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(15, 5, 8, 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;
}
.bv_reveal + .bv_reveal {
    margin-block-start: 1rem;
}
.bv_reveal[open] {
    border-color: #006d77;
}
.bv_reveal_q {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    cursor: pointer;
    list-style: none;
}
.bv_reveal_q::-webkit-details-marker {
    display: none;
}
.bv_reveal_q h3 {
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
}
.bv_reveal_q::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    flex: 0 0 auto;
    color: #ff6f61;
    transition: transform 200ms;
}
.bv_reveal[open] .bv_reveal_q::after {
    transform: rotate(180deg);
}
.bv_reveal_a {
    margin: 0;
    padding: 0 1.5rem 1.5rem;
}
@media (max-width: 48rem) {
    .bv_reveal_q {
        padding: 1rem;
    }
    .bv_reveal_a {
        padding: 0 1rem 1rem;
    }
}

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

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

.bv_small {
    font-size: 0.875rem;
}
.bv_dim {
    color: #bdbdbd;
}
.bv_mid {
    text-align: center;
}
.bv_shade_accent {
    color: #ff6f61;
}
.bv_shade_success {
    color: #4caf50;
}
.bv_shade_warning {
    color: #ffb74d;
}
.bv_shade_error {
    color: #ef5350;
}
.bv_shade_info {
    color: #64b5f6;
}

.bv_callout, .bv_callout_warning, .bv_callout_info, .bv_callout_success, .bv_callout_error {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    border-radius: 8px;
    background: #2b1119;
    border: 1px solid #3d1c26;
    border-left: 4px solid #ff6f61;
}
.bv_callout > i, .bv_callout_warning > i, .bv_callout_info > i, .bv_callout_success > i, .bv_callout_error > i {
    flex: 0 0 auto;
    margin-top: .2em;
    color: #ff6f61;
}
.bv_callout_success {
    border-left-color: #4caf50;
}
.bv_callout_warning {
    border-left-color: #ffb74d;
}
.bv_callout_error {
    border-left-color: #ef5350;
}
.bv_callout_info {
    border-left-color: #64b5f6;
}
.bv_callout_success > i {
    color: #4caf50;
}
.bv_callout_warning > i {
    color: #ffb74d;
}
.bv_callout_error > i {
    color: #ef5350;
}
.bv_callout_info > i {
    color: #64b5f6;
}

.bv_header {
    background: #220b12;
    border-bottom: 1px solid #3d1c26;
    padding: .75rem 3%;
    position: sticky;
    top: 0;
    z-index: 100;
}
.bv_header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.bv_header_brand {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color: #fdfdfd;
}
.bv_header_brand img {
    border-radius: 4px;
}
.bv_header_brand strong {
    font-size: 16px;
    font-weight: 400;
}
.bv_header_actions {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.bv_ledger_wrap {
    background: #361721;
    border: 1px solid #522632;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(15, 5, 8, 0.35), inset 0 1px 0 rgba(255,255,255,.08);
    overflow-x: auto;
    max-width: 100%;
}
.bv_ledger {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.bv_ledger th, .bv_ledger td {
    padding: 1rem;
    text-align: start;
    border-bottom: 1px solid #3d1c26;
    vertical-align: top;
}
.bv_ledger thead th {
    background: #361721;
    color: #fdfdfd;
    font-weight: 600;
}
.bv_ledger tbody tr:last-child td {
    border-bottom: 0;
}
.bv_ledger td:first-child {
    color: #bdbdbd;
    font-weight: 600;
}

.bv_medal, .bv_medal_success, .bv_medal_warning, .bv_medal_error, .bv_medal_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;
}
.bv_medal_success {
    background: #4caf50;
    color: #fff;
}
.bv_medal_warning {
    background: #ffb74d;
    color: #fff;
}
.bv_medal_error {
    background: #ef5350;
    color: #fff;
}
.bv_medal_info {
    background: #64b5f6;
    color: #fff;
}

.bv_play {
    background: #361721;
    border: 1px solid #522632;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(15, 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 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms;
}
.bv_play:hover {
    border-color: #006d77;
    box-shadow: 0 0 0 1px rgba(255, 111, 97, 0.35), 0 6px 18px rgba(255, 111, 97, 0.35), inset 0 1px 0 rgba(255,255,255,.08);
}
.bv_play_media {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.bv_play_media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 200ms;
}
.bv_play:hover .bv_play_media img {
    transform: scale(1.04);
}
.bv_play_play {
    position: absolute;
    top: .5rem;
    right: .5rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #ff6f61;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 150ms;
}
.bv_play:hover .bv_play_play, .bv_play:focus-visible .bv_play_play {
    opacity: 1;
}
@media (hover: none) {
    .bv_play_play {
        opacity: 1;
    }
}
.bv_play_name {
    padding: .6rem .75rem;
    background: #361721;
}
.bv_play_name h3 {
    margin: 0;
    font-size: 0.875rem;
    color: #fdfdfd;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (min-width: 48rem) {
    .bv_play_name h3 {
        white-space: normal;
    }
}

.bv_title {
    position: relative;
}
.bv_title::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #ff6f61 0, #ff6f61 2.5rem, #3d1c26 2.5rem, #3d1c26 100%);
    margin-bottom: .6rem;
}

main > section.bv_layer {
    background: #2b1119;
    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.bv_layer {
        padding-block: 2rem;
    }
}
.bv_opening {
    background: linear-gradient(180deg, #22252e 0%, #220b12 100%);
    padding-block: 3.5rem;
    text-align: center;
    margin-inline: -3.1915%;
    padding-inline: 3%;
}
@media (max-width: 48rem) {
    .bv_opening {
        padding-block: 2rem;
    }
}

.bv_press, .bv_press_sm, .bv_press_full, .bv_press_outline {
    background: #ff6f61;
    color: #ffffff;
    border-radius: 4px;
    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(15, 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 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms;
}
.bv_press:hover, .bv_press_sm:hover, .bv_press_full:hover, .bv_press_outline:hover {
    background: #ff8c7e;
    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(15, 5, 8, 0.45);
}
.bv_press_sm {
    min-height: 36px;
    padding: 0 1rem;
    font-size: 0.875rem;
}
.bv_press_full {
    display: flex;
    width: 100%;
}
.bv_press_outline {
    background: transparent;
    background-image: none;
    color: #fdfdfd;
    border: 1px solid #522632;
    box-shadow: none;
}
.bv_press_outline:hover {
    background: transparent;
    border-color: #006d77;
    color: #fdfdfd;
    box-shadow: none;
}

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

/* page */
.bv_provider_name {
            font-weight: 700;
            letter-spacing: 0.02em;
            font-size: 1.1rem;
            display: block;
            margin-bottom: 0.25rem;
        }
