/* overflow-guard */
:root { --brand-primary: #006D77; --brand-primary-hover: #00838C; --brand-secondary: #8E9AAF; --brand-secondary-hover: #AAB2C5; --brand-accent: #FF7F50; --background-main: #1C120C; --background-surface: #261911; --background-elevated: #322218; --background-overlay: rgba(28, 18, 12, 0.75); --text-primary: #FDFDFD; --text-secondary: #E0E0E0; --text-muted: #BDBDBD; --text-brand-contrast: #FFFFFF; --text-link: #BFEBFF; --text-link-hover: #DDF5FF; --button-bg: #FF7F50; --button-text: #FFFFFF; --button-hover-bg: #FF6347; --button-hover-text: #FFFFFF; --semantic-success: #4CAF50; --success: #4CAF50; --semantic-error: #E53935; --error: #E53935; --semantic-warning: #FFB300; --warning: #FFB300; --semantic-info: #2196F3; --info: #2196F3; --border-default: #3D2B22; --border-strong: #523C32; --border-brand: #006D77; --font-family-headings: Rajdhani, Noto Sans Bengali, sans-serif; --font-family-body: Manrope, Noto Sans Bengali, 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: 600; --role-weight-h2: 600; --role-weight-h3: 500; --role-weight-h4: 500; --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.25; --line-height-body: 1.55; --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: 78rem; --content-max-width: 78rem; --spacing-reading-max-width: 64ch; --reading-max-width: 64ch; --radius-sm: 8px; --radius-md: 16px; --radius-lg: 24px; --radius-pill: 9999px; --shadow-card: 0 1px 2px rgba(13, 8, 5, 0.5), 0 16px 32px rgba(13, 8, 5, 0.4); --shadow-elevated: 0 2px 4px rgba(13, 8, 5, 0.5), 0 24px 48px rgba(13, 8, 5, 0.5); --shadow-glow: 0 0 0 1px rgba(255, 127, 80, 0.35), 0 6px 18px rgba(255, 127, 80, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.06); --gradient-brand: linear-gradient(135deg, #006D77 0%, #00838C 100%); --gradient-hero: linear-gradient(180deg, #1E2B27 0%, #1C120C 100%); --gradient-surface: linear-gradient(180deg, #322218 0%, #261911 100%); --gradient-button: none; --effects-accent-bar: none; --recipes-transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; --transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
*, *::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: #1C120C; color: #E0E0E0; font-family: Manrope, Noto Sans Bengali, sans-serif; font-weight: 400; line-height: 1.55; padding-bottom: 4.75rem; -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: Rajdhani, Noto Sans Bengali, sans-serif; line-height: 1.25; letter-spacing: 0; color: #FDFDFD; }
h1 { font-size: 1.8rem; font-weight: 600; }
h2 { font-size: 1.5rem; font-weight: 600; }
h3 { font-size: 1rem; font-weight: 500; }
h4 { font-size: 1rem; font-weight: 500; }
p { margin: 0; color: #E0E0E0; }
ul, ol { margin: 0; }
a { color: #BFEBFF; text-decoration: none; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
a:hover { color: #DDF5FF; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #FF7F50; 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 > * + *, .bnf_shell > * + *, .bnf_measure > * + *, .bnf_column > * + *, .bnf_column_center > * + * { margin-block-start: 1.25rem; }
@media (max-width: 48rem) {
  main > section { padding-block: 2rem; }
  main > section > * + *, main > article > * + *, .bnf_shell > * + *, .bnf_measure > * + *, .bnf_column > * + *, .bnf_column_center > * + * { margin-block-start: 1rem; }
}

.bnf_trail { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; padding: 1rem 0; font-size: 0.875rem; color: #E0E0E0; }
.bnf_trail a { color: #BFEBFF; }
.bnf_trail span { color: #FDFDFD; }

.bnf_dock { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.75rem; background: #261911; border-top: 1px solid #3D2B22; }
.bnf_dock_item { display: flex; flex-direction: column; align-items: center; gap: .25rem; flex: 1 1 0; padding: .5rem 0; font-size: 0.75rem; color: #BDBDBD; }
.bnf_dock_item i { font-size: 1.25rem; }
.bnf_dock_item:hover { color: #FF7F50; }

.bnf_slab { background: rgba(50, 34, 24, 0.65); border: 1px solid #3D2B22; border-radius: 16px; box-shadow: 0 1px 2px rgba(13, 8, 5, 0.5), 0 16px 32px rgba(13, 8, 5, 0.4), inset 0 1px 0 rgba(255,255,255,.06); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); padding: 1.5rem; display: flex; flex-direction: column; gap: 1rem; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.bnf_slab:hover { transform: translateY(-2px); box-shadow: 0 2px 4px rgba(13, 8, 5, 0.5), 0 24px 48px rgba(13, 8, 5, 0.5), inset 0 1px 0 rgba(255,255,255,.06); }
@media (max-width: 48rem) {
  .bnf_slab { padding: 1rem; }
}
.bnf_slab > img { width: 100%; height: auto; display: block; }

.bnf_rail { 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; }
.bnf_rail::-webkit-scrollbar { display: none; }
.bnf_rail_link { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 8px; background: #261911; border: 1px solid #3D2B22; color: #E0E0E0; font-size: 0.875rem; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.bnf_rail_link:hover { border-color: #006D77; color: #FDFDFD; }

.bnf_play { background: rgba(50, 34, 24, 0.65); border: 1px solid #3D2B22; border-radius: 16px; box-shadow: 0 1px 2px rgba(13, 8, 5, 0.5), 0 16px 32px rgba(13, 8, 5, 0.4), inset 0 1px 0 rgba(255,255,255,.06); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); display: flex; flex-direction: column; overflow: hidden; text-decoration: none; color: inherit; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.bnf_play:hover { transform: translateY(-2px); box-shadow: 0 2px 4px rgba(13, 8, 5, 0.5), 0 24px 48px rgba(13, 8, 5, 0.5), inset 0 1px 0 rgba(255,255,255,.06); }
.bnf_play_media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.bnf_play_media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.bnf_play:hover .bnf_play_media img { transform: scale(1.04); }
.bnf_play_play { position: absolute; top: .5rem; right: .5rem; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #FF7F50; color: #FFFFFF; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.bnf_play:hover .bnf_play_play, .bnf_play:focus-visible .bnf_play_play { opacity: 1; }
@media (hover: none) {
  .bnf_play_play { opacity: 1; }
}
.bnf_play { position: relative; }
.bnf_play_name { position: absolute; inset: auto 0 0 0; padding: .6rem .75rem; background: linear-gradient(180deg, transparent 0%, rgba(28, 18, 12, 0.75) 100%); }
.bnf_play_name h3 { margin: 0; font-size: 0.875rem; color: #FDFDFD; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
  .bnf_play_name h3 { white-space: normal; }
}

.bnf_btn, .bnf_btn_sm, .bnf_btn_full, .bnf_btn_outline { background: #FF7F50; color: #FFFFFF; border-radius: 16px; 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(13, 8, 5, 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 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.bnf_btn:hover, .bnf_btn_sm:hover, .bnf_btn_full:hover, .bnf_btn_outline:hover { background: #FF6347; 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(13, 8, 5, 0.45); }
.bnf_btn_sm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.bnf_btn_full { display: flex; width: 100%; }
.bnf_btn_outline { background: transparent; background-image: none; color: #FDFDFD; border: 1px solid #523C32; box-shadow: none; }
.bnf_btn_outline:hover { background: transparent; border-color: #006D77; color: #FDFDFD; box-shadow: none; }

.bnf_faq { background: rgba(50, 34, 24, 0.65); border: 1px solid #3D2B22; border-radius: 16px; box-shadow: 0 1px 2px rgba(13, 8, 5, 0.5), 0 16px 32px rgba(13, 8, 5, 0.4), inset 0 1px 0 rgba(255,255,255,.06); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.bnf_faq + .bnf_faq { margin-block-start: 1rem; }
.bnf_faq[open] { border-color: #006D77; }
.bnf_faq_q { display: flex; align-items: flex-start; gap: 1rem; padding: 1.5rem; cursor: pointer; list-style: none; }
.bnf_faq_q::-webkit-details-marker { display: none; }
.bnf_faq_q h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.bnf_faq_q::after { content: "\f078"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #FF7F50; transition: transform 200ms; }
.bnf_faq[open] .bnf_faq_q::after { transform: rotate(180deg); }
.bnf_faq_a { margin: 0; padding: 0 1.5rem 1.5rem; }
@media (max-width: 48rem) {
  .bnf_faq_q { padding: 1rem; }
  .bnf_faq_a { padding: 0 1rem 1rem; }
}

main > section.bnf_stripe { background: #261911; padding-block: 3.5rem; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
  main > section.bnf_stripe { padding-block: 2rem; }
}
.bnf_opening { background: linear-gradient(180deg, #1E2B27 0%, #1C120C 100%); padding-block: 3.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
  .bnf_opening { padding-block: 2rem; }
}

.bnf_sheet_wrap { background: rgba(50, 34, 24, 0.65); border: 1px solid #3D2B22; border-radius: 16px; box-shadow: 0 1px 2px rgba(13, 8, 5, 0.5), 0 16px 32px rgba(13, 8, 5, 0.4), inset 0 1px 0 rgba(255,255,255,.06); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); overflow-x: auto; max-width: 100%; }
.bnf_sheet { width: 100%; table-layout: fixed; border-collapse: collapse; }
.bnf_sheet th, .bnf_sheet td { padding: 1rem; text-align: start; border-bottom: 1px solid #3D2B22; vertical-align: top; }
.bnf_sheet thead th { background: #322218; color: #FDFDFD; font-weight: 600; }
.bnf_sheet tbody tr:last-child td { border-bottom: 0; }
.bnf_sheet td:first-child { color: #BDBDBD; font-weight: 600; }

.bnf_chip { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #322218; border: 1px solid #523C32; color: #FDFDFD; font-size: 0.875rem; }
.bnf_chip > i { color: #FF7F50; }

.bnf_sub { font-size: 0.875rem; }
.bnf_soft { color: #BDBDBD; }
.bnf_axis { text-align: center; }
.bnf_tone_accent { color: #FF7F50; }
.bnf_tone_success { color: #4CAF50; }
.bnf_tone_warning { color: #FFB300; }
.bnf_tone_error { color: #E53935; }
.bnf_tone_info { color: #2196F3; }

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

.bnf_heading { position: relative; }
.bnf_heading::before { content: ""; display: block; width: 3rem; height: 6px; background-image: repeating-linear-gradient(90deg, #FF7F50 0 3px, transparent 3px 6px); margin-bottom: .6rem; }

.bnf_note, .bnf_note_warning, .bnf_note_info, .bnf_note_success, .bnf_note_error { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 16px; background: #261911; border: 1px solid #3D2B22; border-left: 4px solid #FF7F50; }
.bnf_note > i, .bnf_note_warning > i, .bnf_note_info > i, .bnf_note_success > i, .bnf_note_error > i { flex: 0 0 auto; margin-top: .2em; color: #FF7F50; }
.bnf_note_success { border-left-color: #4CAF50; }
.bnf_note_warning { border-left-color: #FFB300; }
.bnf_note_error { border-left-color: #E53935; }
.bnf_note_info { border-left-color: #2196F3; }
.bnf_note_success > i { color: #4CAF50; }
.bnf_note_warning > i { color: #FFB300; }
.bnf_note_error > i { color: #E53935; }
.bnf_note_info > i { color: #2196F3; }

.bnf_emblem, .bnf_emblem_success, .bnf_emblem_warning, .bnf_emblem_error, .bnf_emblem_info { width: 2.75rem; height: 2.75rem; border-radius: 50%; 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; }
.bnf_emblem_success { background: #4CAF50; color: #FFF; }
.bnf_emblem_warning { background: #FFB300; color: #FFF; }
.bnf_emblem_error { background: #E53935; color: #FFF; }
.bnf_emblem_info { background: #2196F3; color: #FFF; }

.bnf_colophon { background: #1C120C; border-top: 1px solid #3D2B22; padding: 3rem 3% 2rem; color: #BDBDBD; }
.bnf_colophon_grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; text-align: center; }
.bnf_colophon_col > p, .bnf_colophon_col > h3 { font-size: 0.875rem; font-weight: 700; color: #FDFDFD; margin: 0 0 .75rem; text-transform: uppercase; letter-spacing: .05em; }
.bnf_colophon_col ul { list-style: none; padding: 0; margin: 0; }
.bnf_colophon_col li + li { margin-block-start: .5rem; }
.bnf_colophon_col a { color: #BDBDBD; font-size: 0.875rem; }
.bnf_colophon_col a:hover { color: #DDF5FF; }
.bnf_colophon_meta { margin-block-start: 2rem; padding-block-start: 1.5rem; border-top: 1px solid #3D2B22; text-align: center; font-size: 0.875rem; }
.bnf_colophon_meta > * + * { margin-block-start: .5rem; }

.bnf_header { background: #1C120C; border-bottom: 1px solid #3D2B22; padding: .75rem 3%; position: sticky; top: 0; z-index: 100; }
.bnf_header_inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.bnf_header_brand { display: inline-flex; align-items: center; gap: .5rem; color: #FDFDFD; }
.bnf_header_brand img { border-radius: 8px; }
.bnf_header_brand strong { font-size: 16px; font-weight: 400; }
.bnf_header_actions { display: flex; align-items: center; gap: .5rem; }

.bnf_shell { width: 100%; max-width: 78rem; margin-inline: auto; }
.bnf_measure { max-width: 64ch; margin-inline: auto; }
.bnf_column, .bnf_column_center { display: block; }
.bnf_column_center { text-align: center; }
.bnf_inline, .bnf_inline_center { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.bnf_inline_center { justify-content: center; }
.bnf_lattice { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1.25rem; }
.bnf_games { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.bnf_menu { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
@media (min-width: 48rem) {
  .bnf_games { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; }
  .bnf_menu { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
}
.bnf_checklist { list-style: none; padding: 0; }
.bnf_checklist > li { display: flex; align-items: flex-start; gap: .75rem; }
.bnf_checklist > li + li { margin-block-start: .75rem; }
.bnf_checklist > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #FF7F50; }

/* page */
.bnf_provider_name {
            font-weight: 700;
            letter-spacing: 0.5px;
            font-size: 1.1rem;
            display: block;
            margin-bottom: 0.25rem;
        }
