/* overflow-guard */
:root { --brand-primary: #2E5BFF; --brand-primary-hover: #1E4BDB; --brand-secondary: #BCC6EF; --brand-secondary-hover: #A0A9D6; --brand-accent: #FF8C32; --background-main: #1D0B1D; --background-surface: #291329; --background-elevated: #351B35; --background-overlay: rgba(29, 11, 29, 0.75); --text-primary: #FDFDFD; --text-secondary: #E0E0E0; --text-muted: #BDBDBD; --text-brand-contrast: #FFFFFF; --text-link: #D1E4FF; --text-link-hover: #B8D1FF; --button-bg: #FF8C32; --button-text: #000000; --button-hover-bg: #E67A20; --button-hover-text: #000000; --semantic-success: #4CAF50; --success: #4CAF50; --semantic-error: #F44336; --error: #F44336; --semantic-warning: #FFB300; --warning: #FFB300; --semantic-info: #2196F3; --info: #2196F3; --border-default: #3D243D; --border-strong: #4D304D; --border-brand: #2E5BFF; --font-family-headings: Hind Siliguri, Barlow Condensed, sans-serif; --font-family-body: Noto Sans Bengali, Barlow, 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.25; --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: 74rem; --content-max-width: 74rem; --spacing-reading-max-width: 64ch; --reading-max-width: 64ch; --radius-sm: 6px; --radius-md: 10px; --radius-lg: 14px; --radius-pill: 9999px; --shadow-card: 0 8px 24px rgba(13, 5, 13, 0.4); --shadow-elevated: 0 12px 32px rgba(13, 5, 13, 0.5); --shadow-glow: 0 0 0 1px rgba(255, 140, 50, 0.35), 0 6px 18px rgba(255, 140, 50, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.06); --gradient-brand: linear-gradient(135deg, #2E5BFF 0%, #1E4BDB 100%); --gradient-hero: linear-gradient(180deg, #2A2358 0%, #1D0B1D 100%); --gradient-surface: linear-gradient(135deg, #291329 0%, #351B35 100%); --gradient-button: none; --effects-accent-bar: #FF8C32; --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: #1D0B1D; color: #E0E0E0; font-family: Noto Sans Bengali, Barlow, 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: Hind Siliguri, Barlow Condensed, sans-serif; line-height: 1.25; letter-spacing: 0; color: #FDFDFD; }
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: #E0E0E0; }
ul, ol { margin: 0; }
a { color: #D1E4FF; text-decoration: none; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
a:hover { color: #B8D1FF; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #FF8C32; 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 > * + *, .bq_shell > * + *, .bq_prose > * + *, .bq_stack > * + *, .bq_stack_center > * + * { margin-block-start: 1rem; }
@media (max-width: 48rem) {
  main > section { padding-block: 1.5rem; }
  main > section > * + *, main > article > * + *, .bq_shell > * + *, .bq_prose > * + *, .bq_stack > * + *, .bq_stack_center > * + * { margin-block-start: 0.75rem; }
}

.bq_disc, .bq_disc_success, .bq_disc_warning, .bq_disc_error, .bq_disc_info { width: 2.75rem; height: 2.75rem; border-radius: 50%; background: linear-gradient(135deg, #2E5BFF 0%, #1E4BDB 100%); color: #FFFFFF; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.bq_disc_success { background: #4CAF50; color: #FFF; }
.bq_disc_warning { background: #FFB300; color: #FFF; }
.bq_disc_error { background: #F44336; color: #FFF; }
.bq_disc_info { background: #2196F3; color: #FFF; }

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

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

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

.bq_sheet_wrap { background: linear-gradient(135deg, #291329 0%, #351B35 100%); border: 1px solid #3D243D; border-radius: 10px; box-shadow: 0 8px 24px rgba(13, 5, 13, 0.4), inset 0 1px 0 rgba(255,255,255,.06); border-top: 3px solid #FF8C32; overflow-x: auto; max-width: 100%; }
.bq_sheet { width: 100%; table-layout: fixed; border-collapse: collapse; }
.bq_sheet th, .bq_sheet td { padding: 0.75rem; text-align: start; border-bottom: 1px solid #3D243D; vertical-align: top; }
.bq_sheet thead th { background: #351B35; color: #FDFDFD; font-weight: 600; }
.bq_sheet tbody tr:last-child td { border-bottom: 0; }
.bq_sheet td:first-child { color: #BDBDBD; font-weight: 600; }

.bq_minor { font-size: 0.875rem; }
.bq_muted { color: #BDBDBD; }
.bq_axis { text-align: center; }
.bq_hue_accent { color: #FF8C32; }
.bq_hue_success { color: #4CAF50; }
.bq_hue_warning { color: #FFB300; }
.bq_hue_error { color: #F44336; }
.bq_hue_info { color: #2196F3; }

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

.bq_navbar { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.5rem; background: #291329; border-top: 1px solid #3D243D; }
.bq_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; }
.bq_navbar_item i { font-size: 1.25rem; }
.bq_navbar_item:hover { color: #FF8C32; }

main > section.bq_stripe { background: linear-gradient(180deg, #291329 0%, #1D0B1D 100%); padding-block: 2.5rem; }
@media (max-width: 48rem) {
  main > section.bq_stripe { padding-block: 1.5rem; }
}
.bq_stage { background: linear-gradient(180deg, #2A2358 0%, #1D0B1D 100%); padding-block: 2.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
  .bq_stage { padding-block: 1.5rem; }
}

.bq_button, .bq_button_sm, .bq_button_full, .bq_button_outline { background: #FF8C32; color: #000000; 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(13, 5, 13, 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; }
.bq_button:hover, .bq_button_sm:hover, .bq_button_full:hover, .bq_button_outline:hover { background: #E67A20; 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, 5, 13, 0.45); }
.bq_button_sm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.bq_button_full { display: flex; width: 100%; }
.bq_button_outline { background: transparent; background-image: none; color: #FDFDFD; border: 1px solid #4D304D; box-shadow: none; }
.bq_button_outline:hover { background: transparent; border-color: #2E5BFF; color: #FDFDFD; box-shadow: none; }

.bq_header { background: #1D0B1D; border-bottom: 1px solid #3D243D; padding: .75rem 3%; position: sticky; top: 0; z-index: 100; }
.bq_header_inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.bq_header_brand { display: inline-flex; align-items: center; gap: .5rem; color: #FDFDFD; }
.bq_header_brand img { border-radius: 6px; }
.bq_header_brand strong { font-size: 16px; font-weight: 400; }
.bq_header_actions { display: flex; align-items: center; gap: .5rem; }

.bq_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; }
.bq_rail::-webkit-scrollbar { display: none; }
.bq_rail_link { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 6px; background: #291329; border: 1px solid #3D243D; color: #E0E0E0; font-size: 0.875rem; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.bq_rail_link:hover { border-color: #2E5BFF; color: #FDFDFD; }

.bq_notice, .bq_notice_warning, .bq_notice_info, .bq_notice_success, .bq_notice_error { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 10px; background: #291329; border: 1px solid #3D243D; border-left: 4px solid #FF8C32; }
.bq_notice > i, .bq_notice_warning > i, .bq_notice_info > i, .bq_notice_success > i, .bq_notice_error > i { flex: 0 0 auto; margin-top: .2em; color: #FF8C32; }
.bq_notice_success { border-left-color: #4CAF50; }
.bq_notice_warning { border-left-color: #FFB300; }
.bq_notice_error { border-left-color: #F44336; }
.bq_notice_info { border-left-color: #2196F3; }
.bq_notice_success > i { color: #4CAF50; }
.bq_notice_warning > i { color: #FFB300; }
.bq_notice_error > i { color: #F44336; }
.bq_notice_info > i { color: #2196F3; }

.bq_play { background: linear-gradient(135deg, #291329 0%, #351B35 100%); border: 1px solid #3D243D; border-radius: 10px; box-shadow: 0 8px 24px rgba(13, 5, 13, 0.4), inset 0 1px 0 rgba(255,255,255,.06); border-top: 3px solid #FF8C32; 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; }
.bq_play:hover { background: linear-gradient(135deg, #291329 0%, #412941 100%); box-shadow: 0 12px 32px rgba(13, 5, 13, 0.5), inset 0 1px 0 rgba(255,255,255,.06); }
.bq_play_media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.bq_play_media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.bq_play:hover .bq_play_media img { transform: scale(1.04); }
.bq_play_play { position: absolute; bottom: .5rem; right: .5rem; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #FF8C32; color: #000000; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.bq_play:hover .bq_play_play, .bq_play:focus-visible .bq_play_play { opacity: 1; }
@media (hover: none) {
  .bq_play_play { opacity: 1; }
}
.bq_play_name { padding: .6rem .75rem; background: #351B35; }
.bq_play_name h3 { margin: 0; font-size: 0.875rem; color: #FDFDFD; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
  .bq_play_name h3 { white-space: normal; }
}

.bq_reveal { background: linear-gradient(135deg, #291329 0%, #351B35 100%); border: 1px solid #3D243D; border-radius: 10px; box-shadow: 0 8px 24px rgba(13, 5, 13, 0.4), inset 0 1px 0 rgba(255,255,255,.06); border-top: 3px solid #FF8C32; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.bq_reveal + .bq_reveal { margin-block-start: 0.75rem; }
.bq_reveal[open] { border-color: #2E5BFF; }
.bq_reveal_q { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; cursor: pointer; list-style: none; }
.bq_reveal_q::-webkit-details-marker { display: none; }
.bq_reveal_q h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.bq_reveal_q::after { content: "\f0d7"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #FF8C32; transition: transform 200ms; }
.bq_reveal[open] .bq_reveal_q::after { transform: rotate(180deg); }
.bq_reveal_a { margin: 0; padding: 0 1rem 1rem; }
@media (max-width: 48rem) {
  .bq_reveal_q { padding: 1rem; }
  .bq_reveal_a { padding: 0 1rem 1rem; }
}

.bq_shell { width: 100%; max-width: 74rem; margin-inline: auto; }
.bq_prose { max-width: 64ch; margin-inline: auto; }
.bq_stack, .bq_stack_center { display: block; }
.bq_stack_center { text-align: center; }
.bq_strip, .bq_strip_center { display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem; }
.bq_strip_center { justify-content: center; }
.bq_matrix { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1rem; }
.bq_shelf { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
.bq_tiles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
@media (min-width: 48rem) {
  .bq_shelf { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
  .bq_tiles { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
}
.bq_bullets { list-style: none; padding: 0; }
.bq_bullets > li { display: flex; align-items: flex-start; gap: .75rem; }
.bq_bullets > li + li { margin-block-start: .75rem; }
.bq_bullets > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #FF8C32; }

.bq_token { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #351B35; border: 1px solid #4D304D; color: #FDFDFD; font-size: 0.875rem; }
.bq_token > i { color: #FF8C32; }

.bq_panel { background: linear-gradient(135deg, #291329 0%, #351B35 100%); border: 1px solid #3D243D; border-radius: 10px; box-shadow: 0 8px 24px rgba(13, 5, 13, 0.4), inset 0 1px 0 rgba(255,255,255,.06); border-top: 3px solid #FF8C32; padding: 1rem; display: flex; flex-direction: column; gap: 0.75rem; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.bq_panel:hover { background: linear-gradient(135deg, #291329 0%, #412941 100%); box-shadow: 0 12px 32px rgba(13, 5, 13, 0.5), inset 0 1px 0 rgba(255,255,255,.06); }
@media (max-width: 48rem) {
  .bq_panel { padding: 1rem; }
}
.bq_panel > img { width: 100%; height: auto; display: block; }

/* page */
.bq_provider_name {
            font-weight: 700;
            letter-spacing: .02em;
        }
