/* overflow-guard */
:root { --brand-primary: #008C6B; --brand-primary-hover: #00A682; --brand-secondary: #B8B0A1; --brand-secondary-hover: #C9C2B5; --brand-accent: #D4AF37; --background-main: #210B12; --background-surface: #2B1119; --background-elevated: #351721; --background-overlay: rgba(33, 11, 18, 0.75); --text-primary: #FDFBFA; --text-secondary: #E5E1DA; --text-muted: #BDB9B1; --text-brand-contrast: #FFFFFF; --text-link: #D9E8D1; --text-link-hover: #F0F7ED; --button-bg: #D4AF37; --button-text: #000000; --button-hover-bg: #B8962D; --button-hover-text: #000000; --semantic-success: #2ECC71; --success: #2ECC71; --semantic-error: #E74C3C; --error: #E74C3C; --semantic-warning: #F1C40F; --warning: #F1C40F; --semantic-info: #3498DB; --info: #3498DB; --border-default: #3D1B26; --border-strong: #522532; --border-brand: #008C6B; --font-family-headings: Hind Siliguri, Archivo, sans-serif; --font-family-body: Noto Sans Bengali, Manrope, 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: 78rem; --content-max-width: 78rem; --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(15, 5, 8, 0.5), 0 16px 32px rgba(15, 5, 8, 0.4); --shadow-elevated: 0 2px 4px rgba(15, 5, 8, 0.5), 0 24px 48px rgba(15, 5, 8, 0.5); --shadow-glow: 0 0 0 1px rgba(212, 175, 55, 0.35), 0 6px 18px rgba(212, 175, 55, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.06); --gradient-brand: linear-gradient(135deg, #008C6B 0%, #00A682 100%); --gradient-hero: linear-gradient(180deg, #222C2B 0%, #210B12 100%); --gradient-surface: linear-gradient(180deg, #351721 0%, #2B1119 100%); --gradient-button: linear-gradient(135deg, #DCBD5B 0%, #D4AF37 100%); --effects-accent-bar: none; --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: #210B12; color: #E5E1DA; font-family: Noto Sans Bengali, Manrope, sans-serif; font-weight: 400; line-height: 1.55; 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: Hind Siliguri, Archivo, 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: #E5E1DA; }
ul, ol { margin: 0; }
a { color: #D9E8D1; text-decoration: none; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
a:hover { color: #F0F7ED; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #D4AF37; 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 > * + *, .sz_frame > * + *, .sz_copy > * + *, .sz_stack > * + *, .sz_stack_center > * + * { margin-block-start: 1.5rem; }
@media (max-width: 48rem) {
    main > section { padding-block: 2.5rem; }
    main > section > * + *, main > article > * + *, .sz_frame > * + *, .sz_copy > * + *, .sz_stack > * + *, .sz_stack_center > * + * { margin-block-start: 1rem; }
}

.sz_appbar { background: #210B12; border-bottom: 1px solid #3D1B26; padding: .75rem 3%; position: sticky; top: 0; z-index: 100; }
.sz_appbar_inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.sz_appbar_brand { display: inline-flex; align-items: center; gap: .5rem; color: #FDFBFA; }
.sz_appbar_brand img { border-radius: 8px; }
.sz_appbar_brand strong { font-size: 16px; font-weight: 400; }
.sz_appbar_actions { display: flex; align-items: center; gap: .5rem; }

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

.sz_small { font-size: 0.875rem; }
.sz_soft { color: #BDB9B1; }
.sz_middle { text-align: center; }
.sz_tint_accent { color: #D4AF37; }
.sz_tint_success { color: #2ECC71; }
.sz_tint_warning { color: #F1C40F; }
.sz_tint_error { color: #E74C3C; }
.sz_tint_info { color: #3498DB; }

.sz_frame { width: 100%; max-width: 78rem; margin-inline: auto; }
.sz_copy { max-width: 64ch; margin-inline: auto; }
.sz_stack, .sz_stack_center { display: block; }
.sz_stack_center { text-align: center; }
.sz_row, .sz_row_center { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.sz_row_center { justify-content: center; }
.sz_lattice { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1.5rem; }
.sz_showcase { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.sz_menu { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
@media (min-width: 48rem) {
    .sz_showcase { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; }
    .sz_menu { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
}
.sz_points { list-style: none; padding: 0; }
.sz_points > li { display: flex; align-items: flex-start; gap: .75rem; }
.sz_points > li + li { margin-block-start: .75rem; }
.sz_points > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #D4AF37; }

.sz_sheet_wrap { background: rgba(53, 23, 33, 0.65); border: 1px solid #3D1B26; border-radius: 16px; box-shadow: 0 1px 2px rgba(15, 5, 8, 0.5), 0 16px 32px rgba(15, 5, 8, 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%; }
.sz_sheet { width: 100%; table-layout: fixed; border-collapse: collapse; }
.sz_sheet th, .sz_sheet td { padding: 1rem; text-align: start; border-bottom: 1px solid #3D1B26; vertical-align: top; }
.sz_sheet thead th { background: #351721; color: #FDFBFA; font-weight: 600; }
.sz_sheet tbody tr:last-child td { border-bottom: 0; }
.sz_sheet td:first-child { color: #BDB9B1; font-weight: 600; }

.sz_press, .sz_press_sm, .sz_press_full, .sz_press_outline { background: linear-gradient(135deg, #DCBD5B 0%, #D4AF37 100%); color: #000000; border-radius: 16px; min-height: 44px; font-weight: 700; box-shadow: 0 6px 16px rgba(212, 175, 55, 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 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.sz_press:hover, .sz_press_sm:hover, .sz_press_full:hover, .sz_press_outline:hover { background: #B8962D; box-shadow: 0 8px 22px rgba(212, 175, 55, 0.4); }
.sz_press_sm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.sz_press_full { display: flex; width: 100%; }
.sz_press_outline { background: transparent; background-image: none; color: #FDFBFA; border: 1px solid #522532; box-shadow: none; }
.sz_press_outline:hover { background: transparent; border-color: #008C6B; color: #FDFBFA; box-shadow: none; }

main > section.sz_stripe { background: #2B1119; padding-block: 4.5rem; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    main > section.sz_stripe { padding-block: 2.5rem; }
}
.sz_splash { background: linear-gradient(180deg, #222C2B 0%, #210B12 100%); padding-block: 4.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    .sz_splash { padding-block: 2.5rem; }
}

.sz_marker { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #351721; border: 1px solid #522532; color: #FDFBFA; font-size: 0.875rem; }
.sz_marker > i { color: #D4AF37; }

.sz_tabbar { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.25rem; background: #2B1119; border-top: 1px solid #3D1B26; }
.sz_tabbar_item { display: flex; flex-direction: column; align-items: center; gap: .25rem; flex: 1 1 0; padding: .5rem 0; font-size: 0.75rem; color: #BDB9B1; }
.sz_tabbar_item i { font-size: 1.25rem; }
.sz_tabbar_item:hover { color: #D4AF37; }

.sz_memo, .sz_memo_warning, .sz_memo_info, .sz_memo_success, .sz_memo_error { display: flex; align-items: flex-start; gap: 1rem; padding: 1.25rem; border-radius: 16px; background: #2B1119; border: 1px solid #3D1B26; border-left: 4px solid #D4AF37; }
.sz_memo > i, .sz_memo_warning > i, .sz_memo_info > i, .sz_memo_success > i, .sz_memo_error > i { flex: 0 0 auto; margin-top: .2em; color: #D4AF37; }
.sz_memo_success { border-left-color: #2ECC71; }
.sz_memo_warning { border-left-color: #F1C40F; }
.sz_memo_error { border-left-color: #E74C3C; }
.sz_memo_info { border-left-color: #3498DB; }
.sz_memo_success > i { color: #2ECC71; }
.sz_memo_warning > i { color: #F1C40F; }
.sz_memo_error > i { color: #E74C3C; }
.sz_memo_info > i { color: #3498DB; }

.sz_base { background: #210B12; border-top: 1px solid #3D1B26; padding: 3rem 3% 2rem; color: #BDB9B1; }
.sz_base_grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; text-align: center; }
.sz_base_col > p, .sz_base_col > h3 { font-size: 0.875rem; font-weight: 700; color: #FDFBFA; margin: 0 0 .75rem; text-transform: uppercase; letter-spacing: .05em; }
.sz_base_col ul { list-style: none; padding: 0; margin: 0; }
.sz_base_col li + li { margin-block-start: .5rem; }
.sz_base_col a { color: #BDB9B1; font-size: 0.875rem; }
.sz_base_col a:hover { color: #F0F7ED; }
.sz_base_meta { margin-block-start: 2rem; padding-block-start: 1.5rem; border-top: 1px solid #3D1B26; text-align: center; font-size: 0.875rem; }
.sz_base_meta > * + * { margin-block-start: .5rem; }

.sz_fold { background: rgba(53, 23, 33, 0.65); border: 1px solid #3D1B26; border-radius: 16px; box-shadow: 0 1px 2px rgba(15, 5, 8, 0.5), 0 16px 32px rgba(15, 5, 8, 0.4), inset 0 1px 0 rgba(255,255,255,.06); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.sz_fold + .sz_fold { margin-block-start: 1rem; }
.sz_fold[open] { border-color: #008C6B; }
.sz_fold_q { display: flex; align-items: flex-start; gap: 1rem; padding: 2rem; cursor: pointer; list-style: none; }
.sz_fold_q::-webkit-details-marker { display: none; }
.sz_fold_q h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.sz_fold_q::after { content: "\f078"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #D4AF37; transition: transform 200ms; }
.sz_fold[open] .sz_fold_q::after { transform: rotate(180deg); }
.sz_fold_a { margin: 0; padding: 0 2rem 2rem; }
@media (max-width: 48rem) {
    .sz_fold_q { padding: 1.25rem; }
    .sz_fold_a { padding: 0 1.25rem 1.25rem; }
}

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

.sz_badge, .sz_badge_success, .sz_badge_warning, .sz_badge_error, .sz_badge_info { width: 2.75rem; height: 2.75rem; border-radius: 50%; background: linear-gradient(135deg, #008C6B 0%, #00A682 100%); color: #FFFFFF; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.sz_badge_success { background: #2ECC71; color: #FFF; }
.sz_badge_warning { background: #F1C40F; color: #FFF; }
.sz_badge_error { background: #E74C3C; color: #FFF; }
.sz_badge_info { background: #3498DB; color: #FFF; }

.sz_card { background: rgba(53, 23, 33, 0.65); border: 1px solid #3D1B26; border-radius: 16px; box-shadow: 0 1px 2px rgba(15, 5, 8, 0.5), 0 16px 32px rgba(15, 5, 8, 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 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.sz_card:hover { transform: translateY(-2px); box-shadow: 0 2px 4px rgba(15, 5, 8, 0.5), 0 24px 48px rgba(15, 5, 8, 0.5), inset 0 1px 0 rgba(255,255,255,.06); }
@media (max-width: 48rem) {
    .sz_card { padding: 1.25rem; }
}
.sz_card > img { width: 100%; height: auto; display: block; }

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

.sz_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; }
.sz_ticker::-webkit-scrollbar { display: none; }
.sz_ticker_link { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 8px; background: #2B1119; border: 1px solid #3D1B26; color: #E5E1DA; font-size: 0.875rem; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.sz_ticker_link:hover { border-color: #008C6B; color: #FDFBFA; }

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

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