/* overflow-guard */
:root { --brand-primary: #1B5E4F; --brand-primary-hover: #247A66; --brand-secondary: #A8B5B2; --brand-secondary-hover: #C0C9C7; --brand-accent: #FFB366; --background-main: #081C21; --background-surface: #12282D; --background-elevated: #1C343A; --background-overlay: rgba(8, 28, 33, 0.75); --text-primary: #FDFBFA; --text-secondary: #E2E2E2; --text-muted: #BDBDBD; --text-brand-contrast: #FFFFFF; --text-link: #FFE4C4; --text-link-hover: #FFF5E1; --button-bg: #FFB366; --button-text: #000000; --button-hover-bg: #FFC996; --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: #1D363C; --border-strong: #2A4A52; --border-brand: #1B5E4F; --font-family-headings: Hind Siliguri, 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: 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.3; --line-height-body: 1.55; --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: 75rem; --content-max-width: 75rem; --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(4, 13, 15, 0.5), 0 16px 32px rgba(4, 13, 15, 0.4); --shadow-elevated: 0 2px 4px rgba(4, 13, 15, 0.5), 0 24px 48px rgba(4, 13, 15, 0.5); --shadow-glow: 0 0 0 1px rgba(255, 179, 102, 0.35), 0 6px 18px rgba(255, 179, 102, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.06); --gradient-brand: linear-gradient(135deg, #1B5E4F 0%, #247A66 100%); --gradient-hero: linear-gradient(180deg, #143434 0%, #081C21 100%); --gradient-surface: linear-gradient(180deg, #1C343A 0%, #12282D 100%); --gradient-button: linear-gradient(135deg, #FFC182 0%, #FFB366 100%); --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: #081C21; color: #E2E2E2; font-family: Noto Sans Bengali, Lato, 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: Hind Siliguri, Montserrat, sans-serif; line-height: 1.3; letter-spacing: 0; color: #FDFBFA; }
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: #E2E2E2; }
ul, ol { margin: 0; }
a { color: #FFE4C4; text-decoration: none; transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
a:hover { color: #FFF5E1; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #FFB366; 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 > * + *, .jf_frame > * + *, .jf_reading > * + *, .jf_stack > * + *, .jf_stack_center > * + * { margin-block-start: 1.5rem; }
@media (max-width: 48rem) {
  main > section { padding-block: 2.5rem; }
  main > section > * + *, main > article > * + *, .jf_frame > * + *, .jf_reading > * + *, .jf_stack > * + *, .jf_stack_center > * + * { margin-block-start: 1rem; }
}

.jf_colophon { background: #081C21; border-top: 1px solid #1D363C; padding: 3rem 3% 2rem; color: #BDBDBD; }
.jf_colophon_grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; text-align: center; }
.jf_colophon_col > p, .jf_colophon_col > h3 { font-size: 0.875rem; font-weight: 700; color: #FDFBFA; margin: 0 0 .75rem; text-transform: uppercase; letter-spacing: .05em; }
.jf_colophon_col ul { list-style: none; padding: 0; margin: 0; }
.jf_colophon_col li + li { margin-block-start: .5rem; }
.jf_colophon_col a { color: #BDBDBD; font-size: 0.875rem; }
.jf_colophon_col a:hover { color: #FFF5E1; }
.jf_colophon_meta { margin-block-start: 2rem; padding-block-start: 1.5rem; border-top: 1px solid #1D363C; text-align: center; font-size: 0.875rem; }
.jf_colophon_meta > * + * { margin-block-start: .5rem; }

.jf_press, .jf_press_sm, .jf_press_full, .jf_press_outline { background: linear-gradient(135deg, #FFC182 0%, #FFB366 100%); color: #000000; border-radius: 16px; min-height: 44px; font-weight: 700; box-shadow: 0 6px 16px rgba(255, 179, 102, 0.3); 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; }
.jf_press:hover, .jf_press_sm:hover, .jf_press_full:hover, .jf_press_outline:hover { background: #FFC996; box-shadow: 0 8px 22px rgba(255, 179, 102, 0.4); }
.jf_press_sm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.jf_press_full { display: flex; width: 100%; }
.jf_press_outline { background: transparent; background-image: none; color: #FDFBFA; border: 1px solid #2A4A52; box-shadow: none; }
.jf_press_outline:hover { background: transparent; border-color: #1B5E4F; color: #FDFBFA; box-shadow: none; }

.jf_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; }
.jf_scroller::-webkit-scrollbar { display: none; }
.jf_scroller_link { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 8px; background: #12282D; border: 1px solid #1D363C; color: #E2E2E2; font-size: 0.875rem; transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.jf_scroller_link:hover { border-color: #1B5E4F; color: #FDFBFA; }

.jf_alert, .jf_alert_warning, .jf_alert_info, .jf_alert_success, .jf_alert_error { display: flex; align-items: flex-start; gap: 1rem; padding: 1.25rem; border-radius: 16px; background: #12282D; border: 1px solid #1D363C; border-left: 4px solid #FFB366; }
.jf_alert > i, .jf_alert_warning > i, .jf_alert_info > i, .jf_alert_success > i, .jf_alert_error > i { flex: 0 0 auto; margin-top: .2em; color: #FFB366; }
.jf_alert_success { border-left-color: #4CAF50; }
.jf_alert_warning { border-left-color: #FFB300; }
.jf_alert_error { border-left-color: #E53935; }
.jf_alert_info { border-left-color: #2196F3; }
.jf_alert_success > i { color: #4CAF50; }
.jf_alert_warning > i { color: #FFB300; }
.jf_alert_error > i { color: #E53935; }
.jf_alert_info > i { color: #2196F3; }

.jf_trail { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; padding: 1rem 0; font-size: 0.875rem; color: #E2E2E2; }
.jf_trail a { color: #FFE4C4; }
.jf_trail span { color: #FDFBFA; }

.jf_frame { width: 100%; max-width: 75rem; margin-inline: auto; }
.jf_reading { max-width: 64ch; margin-inline: auto; }
.jf_stack, .jf_stack_center { display: block; }
.jf_stack_center { text-align: center; }
.jf_inline, .jf_inline_center { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.jf_inline_center { justify-content: center; }
.jf_grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1.5rem; }
.jf_shelf { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.jf_blocks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
@media (min-width: 48rem) {
  .jf_shelf { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; }
  .jf_blocks { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
}
.jf_checklist { list-style: none; padding: 0; }
.jf_checklist > li { display: flex; align-items: flex-start; gap: .75rem; }
.jf_checklist > li + li { margin-block-start: .75rem; }
.jf_checklist > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #FFB366; }

.jf_tag { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #1C343A; border: 1px solid #2A4A52; color: #FDFBFA; font-size: 0.875rem; }
.jf_tag > i { color: #FFB366; }

.jf_qa { background: rgba(28, 52, 58, 0.65); border: 1px solid #1D363C; border-radius: 16px; box-shadow: 0 1px 2px rgba(4, 13, 15, 0.5), 0 16px 32px rgba(4, 13, 15, 0.4), inset 0 1px 0 rgba(255,255,255,.06); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.jf_qa + .jf_qa { margin-block-start: 1rem; }
.jf_qa[open] { border-color: #1B5E4F; }
.jf_qa_q { display: flex; align-items: flex-start; gap: 1rem; padding: 2rem; cursor: pointer; list-style: none; }
.jf_qa_q::-webkit-details-marker { display: none; }
.jf_qa_q h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.jf_qa_q::after { content: "\f078"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #FFB366; transition: transform 200ms; }
.jf_qa[open] .jf_qa_q::after { transform: rotate(180deg); }
.jf_qa_a { margin: 0; padding: 0 2rem 2rem; }
@media (max-width: 48rem) {
  .jf_qa_q { padding: 1.25rem; }
  .jf_qa_a { padding: 0 1.25rem 1.25rem; }
}

.jf_tiny { font-size: 0.875rem; }
.jf_quiet { color: #BDBDBD; }
.jf_centered { text-align: center; }
.jf_tint_accent { color: #FFB366; }
.jf_tint_success { color: #4CAF50; }
.jf_tint_warning { color: #FFB300; }
.jf_tint_error { color: #E53935; }
.jf_tint_info { color: #2196F3; }

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

.jf_orb, .jf_orb_success, .jf_orb_warning, .jf_orb_error, .jf_orb_info { width: 2.75rem; height: 2.75rem; border-radius: 50%; background: linear-gradient(135deg, #1B5E4F 0%, #247A66 100%); color: #FFFFFF; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.jf_orb_success { background: #4CAF50; color: #FFF; }
.jf_orb_warning { background: #FFB300; color: #FFF; }
.jf_orb_error { background: #E53935; color: #FFF; }
.jf_orb_info { background: #2196F3; color: #FFF; }

.jf_navbar { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.75rem; background: #12282D; border-top: 1px solid #1D363C; }
.jf_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; }
.jf_navbar_item i { font-size: 1.25rem; }
.jf_navbar_item:hover { color: #FFB366; }

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

main > section.jf_zone { background: #12282D; padding-block: 4.5rem; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
  main > section.jf_zone { padding-block: 2.5rem; }
}
.jf_intro { background: linear-gradient(180deg, #143434 0%, #081C21 100%); padding-block: 4.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
  .jf_intro { padding-block: 2.5rem; }
}

.jf_table_wrap { background: rgba(28, 52, 58, 0.65); border: 1px solid #1D363C; border-radius: 16px; box-shadow: 0 1px 2px rgba(4, 13, 15, 0.5), 0 16px 32px rgba(4, 13, 15, 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%; }
.jf_table { width: 100%; table-layout: fixed; border-collapse: collapse; }
.jf_table th, .jf_table td { padding: 1rem; text-align: start; border-bottom: 1px solid #1D363C; vertical-align: top; }
.jf_table thead th { background: #1C343A; color: #FDFBFA; font-weight: 600; }
.jf_table tbody tr:last-child td { border-bottom: 0; }
.jf_table td:first-child { color: #BDBDBD; font-weight: 600; }

.jf_plate { background: rgba(28, 52, 58, 0.65); border: 1px solid #1D363C; border-radius: 16px; box-shadow: 0 1px 2px rgba(4, 13, 15, 0.5), 0 16px 32px rgba(4, 13, 15, 0.4), inset 0 1px 0 rgba(255,255,255,.06); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); padding: 2rem; display: flex; flex-direction: column; gap: 1rem; transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.jf_plate:hover { transform: translateY(-2px); box-shadow: 0 2px 4px rgba(4, 13, 15, 0.5), 0 24px 48px rgba(4, 13, 15, 0.5), inset 0 1px 0 rgba(255,255,255,.06); }
@media (max-width: 48rem) {
  .jf_plate { padding: 1.25rem; }
}
.jf_plate > img { width: 100%; height: auto; display: block; }

.jf_head { background: #081C21; border-bottom: 1px solid #1D363C; padding: .75rem 3%; position: sticky; top: 0; z-index: 100; }
.jf_head_inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.jf_head_brand { display: inline-flex; align-items: center; gap: .5rem; color: #FDFBFA; }
.jf_head_brand img { border-radius: 8px; }
.jf_head_brand strong { font-size: 16px; font-weight: 400; }
.jf_head_actions { display: flex; align-items: center; gap: .5rem; }

.jf_poster { background: rgba(28, 52, 58, 0.65); border: 1px solid #1D363C; border-radius: 16px; box-shadow: 0 1px 2px rgba(4, 13, 15, 0.5), 0 16px 32px rgba(4, 13, 15, 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 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.jf_poster:hover { transform: translateY(-2px); box-shadow: 0 2px 4px rgba(4, 13, 15, 0.5), 0 24px 48px rgba(4, 13, 15, 0.5), inset 0 1px 0 rgba(255,255,255,.06); }
.jf_poster_media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.jf_poster_media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.jf_poster:hover .jf_poster_media img { transform: scale(1.04); }
.jf_poster_play { position: absolute; bottom: .5rem; right: .5rem; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #FFB366; color: #000000; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.jf_poster:hover .jf_poster_play, .jf_poster:focus-visible .jf_poster_play { opacity: 1; }
@media (hover: none) {
  .jf_poster_play { opacity: 1; }
}
.jf_poster { position: relative; }
.jf_poster_name { position: absolute; inset: auto 0 0 0; padding: .6rem .75rem; background: linear-gradient(180deg, transparent 0%, rgba(8, 28, 33, 0.75) 100%); }
.jf_poster_name h3 { margin: 0; font-size: 0.875rem; color: #FDFBFA; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
  .jf_poster_name h3 { white-space: normal; }
}

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