/* overflow-guard */
:root { --brand-primary: #2C3440; --brand-primary-hover: #3B4554; --brand-secondary: #4A5568; --brand-secondary-hover: #5C6B82; --brand-accent: #D4E157; --background-main: #121822; --background-surface: #1B2330; --background-elevated: #252E3E; --background-overlay: rgba(18, 24, 34, 0.75); --text-primary: #FDFDFD; --text-secondary: #E0E0E0; --text-muted: #BDBDBD; --text-brand-contrast: #000000; --text-link: #E6F0B0; --text-link-hover: #F2F9D4; --button-bg: #D4E157; --button-text: #000000; --button-hover-bg: #BBD142; --button-hover-text: #000000; --semantic-success: #4CAF50; --success: #4CAF50; --semantic-error: #EF5350; --error: #EF5350; --semantic-warning: #FFB74D; --warning: #FFB74D; --semantic-info: #64B5F6; --info: #64B5F6; --border-default: #2A3545; --border-strong: #3D4B5C; --border-brand: #2C3440; --font-family-headings: Noto Sans Bengali, Space Grotesk, sans-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: 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: 66ch; --reading-max-width: 66ch; --radius-sm: 4px; --radius-md: 8px; --radius-lg: 12px; --radius-pill: 9999px; --shadow-card: 0 4px 12px rgba(8, 11, 15, 0.35); --shadow-elevated: 0 8px 24px rgba(8, 11, 15, 0.45); --shadow-glow: 0 0 0 1px rgba(212, 225, 87, 0.35), 0 6px 18px rgba(212, 225, 87, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.08); --gradient-brand: linear-gradient(135deg, #2C3440 0%, #3B4554 100%); --gradient-hero: linear-gradient(180deg, #1F2734 0%, #121822 100%); --gradient-surface: linear-gradient(#252E3E, #252E3E); --gradient-button: none; --effects-accent-bar: none; --recipes-transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; --transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
*, *::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: #121822; color: #E0E0E0; font-family: Noto Sans Bengali, Source Sans 3, sans-serif; font-weight: 400; line-height: 1.6; padding-bottom: 4.25rem; -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 Sans Bengali, Space Grotesk, sans-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: #E0E0E0; }
ul, ol { margin: 0; }
a { color: #E6F0B0; text-decoration: none; transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
a:hover { color: #F2F9D4; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #D4E157; 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 > * + *, .xf_inner > * + *, .xf_reading > * + *, .xf_vlist > * + *, .xf_vlist_center > * + * { margin-block-start: 1.5rem; }
@media (max-width: 48rem) {
  main > section { padding-block: 2.5rem; }
  main > section > * + *, main > article > * + *, .xf_inner > * + *, .xf_reading > * + *, .xf_vlist > * + *, .xf_vlist_center > * + * { margin-block-start: 1rem; }
}

.xf_qa { background: #252E3E; border: 1px solid #3D4B5C; border-radius: 8px; box-shadow: 0 4px 12px rgba(8, 11, 15, 0.35), inset 0 1px 0 rgba(255,255,255,.08); transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.xf_qa + .xf_qa { margin-block-start: 1rem; }
.xf_qa[open] { border-color: #2C3440; }
.xf_qa_q { display: flex; align-items: flex-start; gap: 1rem; padding: 2rem; cursor: pointer; list-style: none; }
.xf_qa_q::-webkit-details-marker { display: none; }
.xf_qa_q h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.xf_qa_q::after { content: "\f107"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #D4E157; transition: transform 200ms; }
.xf_qa[open] .xf_qa_q::after { transform: rotate(180deg); }
.xf_qa_a { margin: 0; padding: 0 2rem 2rem; }
@media (max-width: 48rem) {
  .xf_qa_q { padding: 1.25rem; }
  .xf_qa_a { padding: 0 1.25rem 1.25rem; }
}

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

.xf_medal, .xf_medal_success, .xf_medal_warning, .xf_medal_error, .xf_medal_info { width: 2.75rem; height: 2.75rem; border-radius: 4px; background: linear-gradient(135deg, #2C3440 0%, #3B4554 100%); color: #000000; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.xf_medal_success { background: #4CAF50; color: #FFF; }
.xf_medal_warning { background: #FFB74D; color: #FFF; }
.xf_medal_error { background: #EF5350; color: #FFF; }
.xf_medal_info { background: #64B5F6; color: #FFF; }

main > section.xf_belt { background: #1B2330; border-top: 1px solid #2A3545; border-bottom: 1px solid #2A3545; padding-block: 4.5rem; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
  main > section.xf_belt { padding-block: 2.5rem; }
}
.xf_opening { background: linear-gradient(180deg, #1F2734 0%, #121822 100%); padding-block: 4.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
  .xf_opening { padding-block: 2.5rem; }
}

.xf_cover { background: #252E3E; border: 1px solid #3D4B5C; border-radius: 8px; box-shadow: 0 4px 12px rgba(8, 11, 15, 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 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.xf_cover:hover { border-color: #2C3440; box-shadow: 0 0 0 1px rgba(212, 225, 87, 0.35), 0 6px 18px rgba(212, 225, 87, 0.35), inset 0 1px 0 rgba(255,255,255,.08); }
.xf_cover_media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.xf_cover_media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.xf_cover:hover .xf_cover_media img { transform: scale(1.04); }
.xf_cover_play { position: absolute; top: .5rem; right: .5rem; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #D4E157; color: #000000; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.xf_cover:hover .xf_cover_play, .xf_cover:focus-visible .xf_cover_play { opacity: 1; }
@media (hover: none) {
  .xf_cover_play { opacity: 1; }
}
.xf_cover_name { padding: .6rem .75rem; background: #252E3E; }
.xf_cover_name h3 { margin: 0; font-size: 0.875rem; color: #FDFDFD; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
  .xf_cover_name h3 { white-space: normal; }
}

.xf_appbar { background: #121822; border-bottom: 1px solid #2A3545; padding: .75rem 3%; position: sticky; top: 0; z-index: 100; }
.xf_appbar_inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.xf_appbar_brand { display: inline-flex; align-items: center; gap: .5rem; color: #FDFDFD; }
.xf_appbar_brand img { border-radius: 4px; }
.xf_appbar_brand strong { font-size: 16px; font-weight: 400; }
.xf_appbar_actions { display: flex; align-items: center; gap: .5rem; }

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

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

.xf_sub { font-size: 0.875rem; }
.xf_dim { color: #BDBDBD; }
.xf_middle { text-align: center; }
.xf_shade_accent { color: #D4E157; }
.xf_shade_success { color: #4CAF50; }
.xf_shade_warning { color: #FFB74D; }
.xf_shade_error { color: #EF5350; }
.xf_shade_info { color: #64B5F6; }

.xf_facts_wrap { background: #252E3E; border: 1px solid #3D4B5C; border-radius: 8px; box-shadow: 0 4px 12px rgba(8, 11, 15, 0.35), inset 0 1px 0 rgba(255,255,255,.08); overflow-x: auto; max-width: 100%; }
.xf_facts { width: 100%; table-layout: fixed; border-collapse: collapse; }
.xf_facts th, .xf_facts td { padding: 1rem; text-align: start; border-bottom: 1px solid #2A3545; vertical-align: top; }
.xf_facts thead th { background: #252E3E; color: #FDFDFD; font-weight: 600; }
.xf_facts tbody tr:last-child td { border-bottom: 0; }
.xf_facts td:first-child { color: #BDBDBD; font-weight: 600; }

.xf_note, .xf_note_warning, .xf_note_info, .xf_note_success, .xf_note_error { display: flex; align-items: flex-start; gap: 1rem; padding: 1.25rem; border-radius: 8px; background: #1B2330; border: 1px solid #2A3545; border-left: 4px solid #D4E157; }
.xf_note > i, .xf_note_warning > i, .xf_note_info > i, .xf_note_success > i, .xf_note_error > i { flex: 0 0 auto; margin-top: .2em; color: #D4E157; }
.xf_note_success { border-left-color: #4CAF50; }
.xf_note_warning { border-left-color: #FFB74D; }
.xf_note_error { border-left-color: #EF5350; }
.xf_note_info { border-left-color: #64B5F6; }
.xf_note_success > i { color: #4CAF50; }
.xf_note_warning > i { color: #FFB74D; }
.xf_note_error > i { color: #EF5350; }
.xf_note_info > i { color: #64B5F6; }

.xf_inner { width: 100%; max-width: 72rem; margin-inline: auto; }
.xf_reading { max-width: 66ch; margin-inline: auto; }
.xf_vlist, .xf_vlist_center { display: block; }
.xf_vlist_center { text-align: center; }
.xf_inline, .xf_inline_center { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.xf_inline_center { justify-content: center; }
.xf_mosaic { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1.5rem; }
.xf_shelf { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.xf_tiles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
@media (min-width: 48rem) {
  .xf_shelf { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; }
  .xf_tiles { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
}
.xf_checklist { list-style: none; padding: 0; }
.xf_checklist > li { display: flex; align-items: flex-start; gap: .75rem; }
.xf_checklist > li + li { margin-block-start: .75rem; }
.xf_checklist > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #D4E157; }

.xf_action, .xf_action_sm, .xf_action_full, .xf_action_outline { background: #D4E157; color: #000000; 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(8, 11, 15, 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 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.xf_action:hover, .xf_action_sm:hover, .xf_action_full:hover, .xf_action_outline:hover { background: #BBD142; 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(8, 11, 15, 0.45); }
.xf_action_sm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.xf_action_full { display: flex; width: 100%; }
.xf_action_outline { background: transparent; background-image: none; color: #FDFDFD; border: 1px solid #3D4B5C; box-shadow: none; }
.xf_action_outline:hover { background: transparent; border-color: #2C3440; color: #FDFDFD; box-shadow: none; }

.xf_card { background: #252E3E; border: 1px solid #3D4B5C; border-radius: 8px; box-shadow: 0 4px 12px rgba(8, 11, 15, 0.35), inset 0 1px 0 rgba(255,255,255,.08); padding: 2rem; display: flex; flex-direction: column; gap: 1rem; transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.xf_card:hover { border-color: #2C3440; box-shadow: 0 0 0 1px rgba(212, 225, 87, 0.35), 0 6px 18px rgba(212, 225, 87, 0.35), inset 0 1px 0 rgba(255,255,255,.08); }
@media (max-width: 48rem) {
  .xf_card { padding: 1.25rem; }
}
.xf_card > img { width: 100%; height: auto; display: block; }

.xf_bottombar { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.25rem; background: #1B2330; border-top: 1px solid #2A3545; }
.xf_bottombar_item { display: flex; flex-direction: column; align-items: center; gap: .25rem; flex: 1 1 0; padding: .5rem 0; font-size: 0.75rem; color: #BDBDBD; }
.xf_bottombar_item i { font-size: 1.25rem; }
.xf_bottombar_item:hover { color: #D4E157; }

.xf_chip { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #252E3E; border: 1px solid #3D4B5C; color: #FDFDFD; font-size: 0.875rem; }
.xf_chip > i { color: #D4E157; }

.xf_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; }
.xf_ticker::-webkit-scrollbar { display: none; }
.xf_ticker_link { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 4px; background: #1B2330; border: 1px solid #2A3545; color: #E0E0E0; font-size: 0.875rem; transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.xf_ticker_link:hover { border-color: #2C3440; color: #FDFDFD; }

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

/* page */
.xf_provider_name {
            font-weight: 700;
            letter-spacing: 0.02em;
        }
