/* overflow-guard */
:root { --brand-primary: #3d3d45; --brand-primary-hover: #4d4d55; --brand-secondary: #a8a8b3; --brand-secondary-hover: #c0c0cd; --brand-accent: #d11a3c; --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: #ffbaba; --text-link-hover: #ffdada; --button-bg: #d11a3c; --button-text: #ffffff; --button-hover-bg: #b01533; --button-hover-text: #ffffff; --semantic-success: #2e7d32; --success: #2e7d32; --semantic-error: #c62828; --error: #c62828; --semantic-warning: #f9a825; --warning: #f9a825; --semantic-info: #1565c0; --info: #1565c0; --border-default: #3a2a20; --border-strong: #4a3a30; --border-brand: #d11a3c; --font-family-headings: Noto Sans Bengali, Montserrat, sans-serif; --font-family-body: Noto Sans Bengali, Lato, 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.35; --line-height-body: 1.65; --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: 76rem; --content-max-width: 76rem; --spacing-reading-max-width: 68ch; --reading-max-width: 68ch; --radius-sm: 4px; --radius-md: 8px; --radius-lg: 12px; --radius-pill: 9999px; --shadow-card: 0 4px 12px rgba(13, 8, 5, 0.35); --shadow-elevated: 0 8px 24px rgba(13, 8, 5, 0.45); --shadow-glow: 0 0 0 1px rgba(209, 26, 60, 0.35), 0 6px 18px rgba(209, 26, 60, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.08); --gradient-brand: linear-gradient(135deg, #3d3d45 0%, #4d4d55 100%); --gradient-hero: linear-gradient(180deg, #2b211c 0%, #1c120c 100%); --gradient-surface: linear-gradient(#322218, #322218); --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: #1c120c; color: #e0e0e0; font-family: Noto Sans Bengali, Lato, sans-serif; font-weight: 400; line-height: 1.65; 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, Montserrat, sans-serif; line-height: 1.35; 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: #ffbaba; text-decoration: none; transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
a:hover { color: #ffdada; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #d11a3c; 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 > * + *, .xh_frame > * + *, .xh_narrow > * + *, .xh_stack > * + *, .xh_stack_center > * + * { margin-block-start: 1.5rem; }
@media (max-width: 48rem) {
  main > section { padding-block: 2.5rem; }
  main > section > * + *, main > article > * + *, .xh_frame > * + *, .xh_narrow > * + *, .xh_stack > * + *, .xh_stack_center > * + * { margin-block-start: 1rem; }
}

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

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

.xh_poster { background: #322218; border: 1px solid #4a3a30; border-radius: 8px; box-shadow: 0 4px 12px rgba(13, 8, 5, 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; }
.xh_poster:hover { border-color: #d11a3c; box-shadow: 0 0 0 1px rgba(209, 26, 60, 0.35), 0 6px 18px rgba(209, 26, 60, 0.35), inset 0 1px 0 rgba(255,255,255,.08); }
.xh_poster_media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.xh_poster_media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.xh_poster:hover .xh_poster_media img { transform: scale(1.04); }
.xh_poster_play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #d11a3c; color: #ffffff; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.xh_poster:hover .xh_poster_play, .xh_poster:focus-visible .xh_poster_play { opacity: 1; }
@media (hover: none) {
  .xh_poster_play { opacity: 1; }
}
.xh_poster_name { padding: .6rem .75rem; background: #322218; }
.xh_poster_name h3 { margin: 0; font-size: 0.875rem; color: #fdfdfd; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
  .xh_poster_name h3 { white-space: normal; }
}

.xh_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; }
.xh_jumpbar::-webkit-scrollbar { display: none; }
.xh_jumpbar_link { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 4px; background: #261911; border: 1px solid #3a2a20; color: #e0e0e0; font-size: 0.875rem; transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.xh_jumpbar_link:hover { border-color: #d11a3c; color: #fdfdfd; }

.xh_pill { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #322218; border: 1px solid #4a3a30; color: #fdfdfd; font-size: 0.875rem; }
.xh_pill > i { color: #d11a3c; }

.xh_frame { width: 100%; max-width: 76rem; margin-inline: auto; }
.xh_narrow { max-width: 68ch; margin-inline: auto; }
.xh_stack, .xh_stack_center { display: block; }
.xh_stack_center { text-align: center; }
.xh_strip, .xh_strip_center { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.xh_strip_center { justify-content: center; }
.xh_cells { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1.5rem; }
.xh_shelf { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.xh_menu { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
@media (min-width: 48rem) {
  .xh_shelf { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; }
  .xh_menu { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
}
.xh_points { list-style: none; padding: 0; }
.xh_points > li { display: flex; align-items: flex-start; gap: .75rem; }
.xh_points > li + li { margin-block-start: .75rem; }
.xh_points > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #d11a3c; }

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

.xh_box { background: #322218; border: 1px solid #4a3a30; border-radius: 8px; box-shadow: 0 4px 12px rgba(13, 8, 5, 0.35), inset 0 1px 0 rgba(255,255,255,.08); padding: 2rem; display: flex; flex-direction: column; gap: 1rem; transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.xh_box:hover { border-color: #d11a3c; box-shadow: 0 0 0 1px rgba(209, 26, 60, 0.35), 0 6px 18px rgba(209, 26, 60, 0.35), inset 0 1px 0 rgba(255,255,255,.08); }
@media (max-width: 48rem) {
  .xh_box { padding: 1.25rem; }
}
.xh_box > img { width: 100%; height: auto; display: block; }

.xh_tabbar { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.25rem; background: #261911; border-top: 1px solid #3a2a20; }
.xh_tabbar_item { display: flex; flex-direction: column; align-items: center; gap: .25rem; flex: 1 1 0; padding: .5rem 0; font-size: 0.75rem; color: #bdbdbd; }
.xh_tabbar_item i { font-size: 1.25rem; }
.xh_tabbar_item:hover { color: #d11a3c; }

.xh_head { background: #1c120c; border-bottom: 1px solid #3a2a20; padding: .75rem 3%; position: sticky; top: 0; z-index: 100; }
.xh_head_inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.xh_head_brand { display: inline-flex; align-items: center; gap: .5rem; color: #fdfdfd; }
.xh_head_brand img { border-radius: 4px; }
.xh_head_brand strong { font-size: 16px; font-weight: 400; }
.xh_head_actions { display: flex; align-items: center; gap: .5rem; }

.xh_reveal { background: #322218; border: 1px solid #4a3a30; border-radius: 8px; box-shadow: 0 4px 12px rgba(13, 8, 5, 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; }
.xh_reveal + .xh_reveal { margin-block-start: 1rem; }
.xh_reveal[open] { border-color: #d11a3c; }
.xh_reveal_q { display: flex; align-items: flex-start; gap: 1rem; padding: 2rem; cursor: pointer; list-style: none; }
.xh_reveal_q::-webkit-details-marker { display: none; }
.xh_reveal_q h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.xh_reveal_q::after { content: "\f0d7"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #d11a3c; transition: transform 200ms; }
.xh_reveal[open] .xh_reveal_q::after { transform: rotate(180deg); }
.xh_reveal_a { margin: 0; padding: 0 2rem 2rem; }
@media (max-width: 48rem) {
  .xh_reveal_q { padding: 1.25rem; }
  .xh_reveal_a { padding: 0 1.25rem 1.25rem; }
}

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

.xh_note, .xh_note_warning, .xh_note_info, .xh_note_success, .xh_note_error { display: flex; align-items: flex-start; gap: 1rem; padding: 1.25rem; border-radius: 8px; background: #261911; border: 1px solid #3a2a20; border-left: 4px solid #d11a3c; }
.xh_note > i, .xh_note_warning > i, .xh_note_info > i, .xh_note_success > i, .xh_note_error > i { flex: 0 0 auto; margin-top: .2em; color: #d11a3c; }
.xh_note_success { border-left-color: #2e7d32; }
.xh_note_warning { border-left-color: #f9a825; }
.xh_note_error { border-left-color: #c62828; }
.xh_note_info { border-left-color: #1565c0; }
.xh_note_success > i { color: #2e7d32; }
.xh_note_warning > i { color: #f9a825; }
.xh_note_error > i { color: #c62828; }
.xh_note_info > i { color: #1565c0; }

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

main > section.xh_layer { background: #261911; border-top: 1px solid #3a2a20; border-bottom: 1px solid #3a2a20; padding-block: 4.5rem; }
@media (max-width: 48rem) {
  main > section.xh_layer { padding-block: 2.5rem; }
}
.xh_stage { background: linear-gradient(180deg, #2b211c 0%, #1c120c 100%); padding-block: 4.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
  .xh_stage { padding-block: 2.5rem; }
}

.xh_medal, .xh_medal_success, .xh_medal_warning, .xh_medal_error, .xh_medal_info { width: 2.75rem; height: 2.75rem; border-radius: 4px; background: linear-gradient(135deg, #3d3d45 0%, #4d4d55 100%); color: #ffffff; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.xh_medal_success { background: #2e7d32; color: #fff; }
.xh_medal_warning { background: #f9a825; color: #fff; }
.xh_medal_error { background: #c62828; color: #fff; }
.xh_medal_info { background: #1565c0; color: #fff; }

.xh_cta, .xh_cta_sm, .xh_cta_full, .xh_cta_outline { background: #d11a3c; 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(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 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.xh_cta:hover, .xh_cta_sm:hover, .xh_cta_full:hover, .xh_cta_outline:hover { background: #b01533; 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); }
.xh_cta_sm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.xh_cta_full { display: flex; width: 100%; }
.xh_cta_outline { background: transparent; background-image: none; color: #fdfdfd; border: 1px solid #4a3a30; box-shadow: none; }
.xh_cta_outline:hover { background: transparent; border-color: #d11a3c; color: #fdfdfd; box-shadow: none; }

.xh_small { font-size: 0.875rem; }
.xh_muted { color: #bdbdbd; }
.xh_center { text-align: center; }
.xh_shade_accent { color: #d11a3c; }
.xh_shade_success { color: #2e7d32; }
.xh_shade_warning { color: #f9a825; }
.xh_shade_error { color: #c62828; }
.xh_shade_info { color: #1565c0; }

/* page */
.xh_provider_name { font-weight: 700; letter-spacing: 0.02em; color: var(--text-primary); }
