/* overflow-guard */
:root { --brand-primary: #006D77; --brand-primary-hover: #00838D; --brand-secondary: #BCCAD6; --brand-secondary-hover: #D1DCE8; --brand-accent: #FF7F50; --background-main: #1C120E; --background-surface: #281B15; --background-elevated: #34261C; --background-overlay: rgba(28, 18, 14, 0.75); --text-primary: #FDFDFD; --text-secondary: #E0E0E0; --text-muted: #BDBDBD; --text-brand-contrast: #FFFFFF; --text-link: #D1F2FF; --text-link-hover: #EAFBFF; --button-bg: #FF7F50; --button-text: #000000; --button-hover-bg: #FF9670; --button-hover-text: #000000; --semantic-success: #4CAF50; --success: #4CAF50; --semantic-error: #E53935; --error: #E53935; --semantic-warning: #FFB300; --warning: #FFB300; --semantic-info: #2196F3; --info: #2196F3; --border-default: #3D2E26; --border-strong: #524137; --border-brand: #006D77; --font-family-headings: Oswald, Noto Sans Bengali, sans-serif; --font-family-body: Source Sans 3, 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: 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.3; --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: 80rem; --content-max-width: 80rem; --spacing-reading-max-width: 62ch; --reading-max-width: 62ch; --radius-sm: 6px; --radius-md: 10px; --radius-lg: 14px; --radius-pill: 9999px; --shadow-card: 0 4px 12px rgba(13, 8, 6, 0.35); --shadow-elevated: 0 8px 24px rgba(13, 8, 6, 0.45); --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,.08); --gradient-brand: linear-gradient(135deg, #006D77 0%, #00838D 100%); --gradient-hero: linear-gradient(180deg, #1F2D2B 0%, #1C120E 100%); --gradient-surface: linear-gradient(#34261C, #34261C); --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: #1C120E; color: #E0E0E0; font-family: Source Sans 3, 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: Oswald, Noto Sans Bengali, sans-serif; line-height: 1.3; 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: #D1F2FF; text-decoration: none; transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
a:hover { color: #EAFBFF; }
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 > * + *, .xnh_shell > * + *, .xnh_narrow > * + *, .xnh_stack > * + *, .xnh_stack_center > * + * { margin-block-start: 1.25rem; }
@media (max-width: 48rem) {
  main > section { padding-block: 2rem; }
  main > section > * + *, main > article > * + *, .xnh_shell > * + *, .xnh_narrow > * + *, .xnh_stack > * + *, .xnh_stack_center > * + * { margin-block-start: 1rem; }
}

.xnh_shell { width: 100%; max-width: 80rem; margin-inline: auto; }
.xnh_narrow { max-width: 62ch; margin-inline: auto; }
.xnh_stack, .xnh_stack_center { display: block; }
.xnh_stack_center { text-align: center; }
.xnh_strip, .xnh_strip_center { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.xnh_strip_center { justify-content: center; }
.xnh_mosaic { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1.25rem; }
.xnh_lineup { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.xnh_blocks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
@media (min-width: 48rem) {
  .xnh_lineup { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; }
  .xnh_blocks { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
}
.xnh_ticks { list-style: none; padding: 0; }
.xnh_ticks > li { display: flex; align-items: flex-start; gap: .75rem; }
.xnh_ticks > li + li { margin-block-start: .75rem; }
.xnh_ticks > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #FF7F50; }

.xnh_plate { background: #34261C; border: 1px solid #524137; border-radius: 10px; box-shadow: 0 4px 12px rgba(13, 8, 6, 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; }
.xnh_plate:hover { border-color: #006D77; box-shadow: 0 0 0 1px rgba(255, 127, 80, 0.35), 0 6px 18px rgba(255, 127, 80, 0.35), inset 0 1px 0 rgba(255,255,255,.08); }
@media (max-width: 48rem) {
  .xnh_plate { padding: 1rem; }
}
.xnh_plate > img { width: 100%; height: auto; display: block; }

.xnh_minor { font-size: 0.875rem; }
.xnh_dim { color: #BDBDBD; }
.xnh_centered { text-align: center; }
.xnh_tint_accent { color: #FF7F50; }
.xnh_tint_success { color: #4CAF50; }
.xnh_tint_warning { color: #FFB300; }
.xnh_tint_error { color: #E53935; }
.xnh_tint_info { color: #2196F3; }

.xnh_dock { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.75rem; background: #281B15; border-top: 1px solid #3D2E26; }
.xnh_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; }
.xnh_dock_item i { font-size: 1.25rem; }
.xnh_dock_item:hover { color: #FF7F50; }

.xnh_action, .xnh_action_sm, .xnh_action_full, .xnh_action_outline { background: #FF7F50; 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, 8, 6, 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; }
.xnh_action:hover, .xnh_action_sm:hover, .xnh_action_full:hover, .xnh_action_outline:hover { background: #FF9670; 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, 6, 0.45); }
.xnh_action_sm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.xnh_action_full { display: flex; width: 100%; }
.xnh_action_outline { background: transparent; background-image: none; color: #FDFDFD; border: 1px solid #524137; box-shadow: none; }
.xnh_action_outline:hover { background: transparent; border-color: #006D77; color: #FDFDFD; box-shadow: none; }

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

.xnh_callout, .xnh_callout_warning, .xnh_callout_info, .xnh_callout_success, .xnh_callout_error { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 10px; background: #281B15; border: 1px solid #3D2E26; border-left: 4px solid #FF7F50; }
.xnh_callout > i, .xnh_callout_warning > i, .xnh_callout_info > i, .xnh_callout_success > i, .xnh_callout_error > i { flex: 0 0 auto; margin-top: .2em; color: #FF7F50; }
.xnh_callout_success { border-left-color: #4CAF50; }
.xnh_callout_warning { border-left-color: #FFB300; }
.xnh_callout_error { border-left-color: #E53935; }
.xnh_callout_info { border-left-color: #2196F3; }
.xnh_callout_success > i { color: #4CAF50; }
.xnh_callout_warning > i { color: #FFB300; }
.xnh_callout_error > i { color: #E53935; }
.xnh_callout_info > i { color: #2196F3; }

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

.xnh_sheet_wrap { background: #34261C; border: 1px solid #524137; border-radius: 10px; box-shadow: 0 4px 12px rgba(13, 8, 6, 0.35), inset 0 1px 0 rgba(255,255,255,.08); overflow-x: auto; max-width: 100%; }
.xnh_sheet { width: 100%; table-layout: fixed; border-collapse: collapse; }
.xnh_sheet th, .xnh_sheet td { padding: 1rem; text-align: start; border-bottom: 1px solid #3D2E26; vertical-align: top; }
.xnh_sheet thead th { background: #34261C; color: #FDFDFD; font-weight: 600; }
.xnh_sheet tbody tr:last-child td { border-bottom: 0; }
.xnh_sheet td:first-child { color: #BDBDBD; font-weight: 600; }

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

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

main > section.xnh_stripe { background: #281B15; border-top: 1px solid #3D2E26; border-bottom: 1px solid #3D2E26; padding-block: 3.5rem; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
  main > section.xnh_stripe { padding-block: 2rem; }
}
.xnh_stage { background: linear-gradient(180deg, #1F2D2B 0%, #1C120E 100%); padding-block: 3.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
  .xnh_stage { padding-block: 2rem; }
}

.xnh_cover { background: #34261C; border: 1px solid #524137; border-radius: 10px; box-shadow: 0 4px 12px rgba(13, 8, 6, 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; }
.xnh_cover:hover { border-color: #006D77; box-shadow: 0 0 0 1px rgba(255, 127, 80, 0.35), 0 6px 18px rgba(255, 127, 80, 0.35), inset 0 1px 0 rgba(255,255,255,.08); }
.xnh_cover_media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.xnh_cover_media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.xnh_cover:hover .xnh_cover_media img { transform: scale(1.04); }
.xnh_cover_play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #FF7F50; color: #000000; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.xnh_cover:hover .xnh_cover_play, .xnh_cover:focus-visible .xnh_cover_play { opacity: 1; }
@media (hover: none) {
  .xnh_cover_play { opacity: 1; }
}
.xnh_cover_name { padding: .6rem .75rem; background: #34261C; }
.xnh_cover_name h3 { margin: 0; font-size: 0.875rem; color: #FDFDFD; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
  .xnh_cover_name h3 { white-space: normal; }
}

.xnh_badge, .xnh_badge_success, .xnh_badge_warning, .xnh_badge_error, .xnh_badge_info { width: 2.75rem; height: 2.75rem; border-radius: 50%; background: linear-gradient(135deg, #006D77 0%, #00838D 100%); color: #FFFFFF; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.xnh_badge_success { background: #4CAF50; color: #FFF; }
.xnh_badge_warning { background: #FFB300; color: #FFF; }
.xnh_badge_error { background: #E53935; color: #FFF; }
.xnh_badge_info { background: #2196F3; color: #FFF; }

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

.xnh_scroller { 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; }
.xnh_scroller::-webkit-scrollbar { display: none; }
.xnh_scroller_link { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 6px; background: #281B15; border: 1px solid #3D2E26; color: #E0E0E0; font-size: 0.875rem; transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.xnh_scroller_link:hover { border-color: #006D77; color: #FDFDFD; }

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

.xnh_reveal { background: #34261C; border: 1px solid #524137; border-radius: 10px; box-shadow: 0 4px 12px rgba(13, 8, 6, 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; }
.xnh_reveal + .xnh_reveal { margin-block-start: 1rem; }
.xnh_reveal[open] { border-color: #006D77; }
.xnh_reveal_q { display: flex; align-items: flex-start; gap: 1rem; padding: 1.5rem; cursor: pointer; list-style: none; }
.xnh_reveal_q::-webkit-details-marker { display: none; }
.xnh_reveal_q h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.xnh_reveal_q::after { content: "\f107"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #FF7F50; transition: transform 200ms; }
.xnh_reveal[open] .xnh_reveal_q::after { transform: rotate(180deg); }
.xnh_reveal_a { margin: 0; padding: 0 1.5rem 1.5rem; }
@media (max-width: 48rem) {
  .xnh_reveal_q { padding: 1rem; }
  .xnh_reveal_a { padding: 0 1rem 1rem; }
}

/* page */
.xnh_provider_name {
            font-weight: 700;
            letter-spacing: 0.05em;
            font-size: 1.1rem;
        }
