/* overflow-guard */
:root { --brand-primary: #006D77; --brand-primary-hover: #00838C; --brand-secondary: #8B9A9E; --brand-secondary-hover: #A0B0B4; --brand-accent: #FF6B6B; --background-main: #0C0F1D; --background-surface: #161A2D; --background-elevated: #20253D; --background-overlay: rgba(12, 15, 29, 0.75); --text-primary: #F8F9FA; --text-secondary: #D1D5DB; --text-muted: #B0B4B8; --text-brand-contrast: #FFFFFF; --text-link: #BEE3F8; --text-link-hover: #EBF8FF; --button-bg: #FF6B6B; --button-text: #FFFFFF; --button-hover-bg: #FF4D4D; --button-hover-text: #FFFFFF; --semantic-success: #4ADE80; --success: #4ADE80; --semantic-error: #F87171; --error: #F87171; --semantic-warning: #FBBF24; --warning: #FBBF24; --semantic-info: #60A5FA; --info: #60A5FA; --border-default: #252B45; --border-strong: #363F5E; --border-brand: #006D77; --font-family-headings: Hind Siliguri, 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: 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.35; --line-height-body: 1.65; --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: 75rem; --content-max-width: 75rem; --spacing-reading-max-width: 70ch; --reading-max-width: 70ch; --radius-sm: 8px; --radius-md: 16px; --radius-lg: 24px; --radius-pill: 9999px; --shadow-card: 4px 4px 0 #06080E; --shadow-elevated: 6px 6px 0 #06080E; --shadow-glow: 0 0 0 1px rgba(255, 107, 107, 0.35), 0 6px 18px rgba(255, 107, 107, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.05); --gradient-brand: linear-gradient(135deg, #006D77 0%, #00838C 100%); --gradient-hero: linear-gradient(180deg, #112C3D 0%, #0C0F1D 100%); --gradient-surface: linear-gradient(#20253D, #20253D); --gradient-button: none; --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: #0C0F1D; color: #D1D5DB; font-family: Noto Sans Bengali, Source Sans 3, 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: Hind Siliguri, Space Grotesk, sans-serif; line-height: 1.35; letter-spacing: 0; color: #F8F9FA; }
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: #D1D5DB; }
ul, ol { margin: 0; }
a { color: #BEE3F8; text-decoration: none; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
a:hover { color: #EBF8FF; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #FF6B6B; 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 > * + *, .sn_frame > * + *, .sn_copy > * + *, .sn_stack > * + *, .sn_stack_center > * + * { margin-block-start: 1.25rem; }
@media (max-width: 48rem) {
    main > section { padding-block: 2rem; }
    main > section > * + *, main > article > * + *, .sn_frame > * + *, .sn_copy > * + *, .sn_stack > * + *, .sn_stack_center > * + * { margin-block-start: 1rem; }
}

.sn_breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; padding: 1rem 0; font-size: 0.875rem; color: #D1D5DB; }
.sn_breadcrumb a { color: #BEE3F8; }
.sn_breadcrumb span { color: #F8F9FA; }

.sn_emblem, .sn_emblem_success, .sn_emblem_warning, .sn_emblem_error, .sn_emblem_info { width: 2.75rem; height: 2.75rem; border-radius: 50%; background: linear-gradient(135deg, #006D77 0%, #00838C 100%); color: #FFFFFF; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.sn_emblem_success { background: #4ADE80; color: #FFF; }
.sn_emblem_warning { background: #FBBF24; color: #FFF; }
.sn_emblem_error { background: #F87171; color: #FFF; }
.sn_emblem_info { background: #60A5FA; color: #FFF; }

main > section.sn_layer { background: #161A2D; padding-block: 3.5rem; }
@media (max-width: 48rem) {
    main > section.sn_layer { padding-block: 2rem; }
}
.sn_hero { background: linear-gradient(180deg, #112C3D 0%, #0C0F1D 100%); padding-block: 3.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    .sn_hero { padding-block: 2rem; }
}

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

.sn_tabbar { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.25rem; background: #161A2D; border-top: 1px solid #252B45; }
.sn_tabbar_item { display: flex; flex-direction: column; align-items: center; gap: .25rem; flex: 1 1 0; padding: .5rem 0; font-size: 0.75rem; color: #B0B4B8; }
.sn_tabbar_item i { font-size: 1.25rem; }
.sn_tabbar_item:hover { color: #FF6B6B; }

.sn_sheet_wrap { background: rgba(32, 37, 61, 0.65); border: 1px solid #252B45; border-radius: 16px; box-shadow: 4px 4px 0 #06080E, inset 0 1px 0 rgba(255,255,255,.05); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); overflow-x: auto; max-width: 100%; }
.sn_sheet { width: 100%; table-layout: fixed; border-collapse: collapse; }
.sn_sheet th, .sn_sheet td { padding: 1rem; text-align: start; border-bottom: 1px solid #252B45; vertical-align: top; }
.sn_sheet thead th { background: #20253D; color: #F8F9FA; font-weight: 600; }
.sn_sheet tbody tr:last-child td { border-bottom: 0; }
.sn_sheet td:first-child { color: #B0B4B8; font-weight: 600; }

.sn_button, .sn_button_sm, .sn_button_full, .sn_button_outline { background: #FF6B6B; color: #FFFFFF; border-radius: 16px; min-height: 44px; font-weight: 700; box-shadow: 0 0 0 1px rgba(255, 107, 107, 0.35), 0 6px 18px rgba(255, 107, 107, 0.35); 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; }
.sn_button:hover, .sn_button_sm:hover, .sn_button_full:hover, .sn_button_outline:hover { background: #FF4D4D; box-shadow: 0 0 0 1px rgba(255, 107, 107, 0.5), 0 8px 26px rgba(255, 107, 107, 0.5); }
.sn_button_sm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.sn_button_full { display: flex; width: 100%; }
.sn_button_outline { background: transparent; background-image: none; color: #F8F9FA; border: 1px solid #363F5E; box-shadow: none; }
.sn_button_outline:hover { background: transparent; border-color: #006D77; color: #F8F9FA; box-shadow: none; }

.sn_callout, .sn_callout_warning, .sn_callout_info, .sn_callout_success, .sn_callout_error { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 16px; background: #161A2D; border: 1px solid #252B45; border-left: 4px solid #FF6B6B; }
.sn_callout > i, .sn_callout_warning > i, .sn_callout_info > i, .sn_callout_success > i, .sn_callout_error > i { flex: 0 0 auto; margin-top: .2em; color: #FF6B6B; }
.sn_callout_success { border-left-color: #4ADE80; }
.sn_callout_warning { border-left-color: #FBBF24; }
.sn_callout_error { border-left-color: #F87171; }
.sn_callout_info { border-left-color: #60A5FA; }
.sn_callout_success > i { color: #4ADE80; }
.sn_callout_warning > i { color: #FBBF24; }
.sn_callout_error > i { color: #F87171; }
.sn_callout_info > i { color: #60A5FA; }

.sn_tag { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #20253D; border: 1px solid #363F5E; color: #F8F9FA; font-size: 0.875rem; }
.sn_tag > i { color: #FF6B6B; }

.sn_minor { font-size: 0.875rem; }
.sn_quiet { color: #B0B4B8; }
.sn_axis { text-align: center; }
.sn_ink_accent { color: #FF6B6B; }
.sn_ink_success { color: #4ADE80; }
.sn_ink_warning { color: #FBBF24; }
.sn_ink_error { color: #F87171; }
.sn_ink_info { color: #60A5FA; }

.sn_card { background: rgba(32, 37, 61, 0.65); border: 1px solid #252B45; border-radius: 16px; box-shadow: 4px 4px 0 #06080E, inset 0 1px 0 rgba(255,255,255,.05); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); padding: 1.5rem; display: flex; flex-direction: column; gap: 1rem; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.sn_card:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #06080E, inset 0 1px 0 rgba(255,255,255,.05); }
@media (max-width: 48rem) {
    .sn_card { padding: 1rem; }
}
.sn_card > img { width: 100%; height: auto; display: block; }

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

.sn_topbar { background: #0C0F1D; border-bottom: 1px solid #252B45; padding: .75rem 3%; position: sticky; top: 0; z-index: 100; }
.sn_topbar_inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.sn_topbar_brand { display: inline-flex; align-items: center; gap: .5rem; color: #F8F9FA; }
.sn_topbar_brand img { border-radius: 8px; }
.sn_topbar_brand strong { font-size: 16px; font-weight: 400; }
.sn_topbar_actions { display: flex; align-items: center; gap: .5rem; }

.sn_fold { background: rgba(32, 37, 61, 0.65); border: 1px solid #252B45; border-radius: 16px; box-shadow: 4px 4px 0 #06080E, inset 0 1px 0 rgba(255,255,255,.05); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.sn_fold + .sn_fold { margin-block-start: 1rem; }
.sn_fold[open] { border-color: #006D77; }
.sn_fold_q { display: flex; align-items: flex-start; gap: 1rem; padding: 1.5rem; cursor: pointer; list-style: none; }
.sn_fold_q::-webkit-details-marker { display: none; }
.sn_fold_q h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.sn_fold_q::after { content: "\f078"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #FF6B6B; transition: transform 200ms; }
.sn_fold[open] .sn_fold_q::after { transform: rotate(180deg); }
.sn_fold_a { margin: 0; padding: 0 1.5rem 1.5rem; }
@media (max-width: 48rem) {
    .sn_fold_q { padding: 1rem; }
    .sn_fold_a { padding: 0 1rem 1rem; }
}

.sn_play { background: rgba(32, 37, 61, 0.65); border: 1px solid #252B45; border-radius: 16px; box-shadow: 4px 4px 0 #06080E, inset 0 1px 0 rgba(255,255,255,.05); 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; }
.sn_play:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #06080E, inset 0 1px 0 rgba(255,255,255,.05); }
.sn_play_media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.sn_play_media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.sn_play:hover .sn_play_media img { transform: scale(1.04); }
.sn_play_play { position: absolute; bottom: .5rem; right: .5rem; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #FF6B6B; color: #FFFFFF; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.sn_play:hover .sn_play_play, .sn_play:focus-visible .sn_play_play { opacity: 1; }
@media (hover: none) {
    .sn_play_play { opacity: 1; }
}
.sn_play_name { padding: .6rem .75rem; background: #20253D; }
.sn_play_name h3 { margin: 0; font-size: 0.875rem; color: #F8F9FA; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
    .sn_play_name h3 { white-space: normal; }
}

.sn_frame { width: 100%; max-width: 75rem; margin-inline: auto; }
.sn_copy { max-width: 70ch; margin-inline: auto; }
.sn_stack, .sn_stack_center { display: block; }
.sn_stack_center { text-align: center; }
.sn_line, .sn_line_center { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.sn_line_center { justify-content: center; }
.sn_grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1.25rem; }
.sn_shelf { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.sn_menu { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
@media (min-width: 48rem) {
    .sn_shelf { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; }
    .sn_menu { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
}
.sn_ticks { list-style: none; padding: 0; }
.sn_ticks > li { display: flex; align-items: flex-start; gap: .75rem; }
.sn_ticks > li + li { margin-block-start: .75rem; }
.sn_ticks > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #FF6B6B; }

.sn_colophon { background: #0C0F1D; border-top: 1px solid #252B45; padding: 3rem 3% 2rem; color: #B0B4B8; }
.sn_colophon_grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; text-align: center; }
.sn_colophon_col > p, .sn_colophon_col > h3 { font-size: 0.875rem; font-weight: 700; color: #F8F9FA; margin: 0 0 .75rem; text-transform: uppercase; letter-spacing: .05em; }
.sn_colophon_col ul { list-style: none; padding: 0; margin: 0; }
.sn_colophon_col li + li { margin-block-start: .5rem; }
.sn_colophon_col a { color: #B0B4B8; font-size: 0.875rem; }
.sn_colophon_col a:hover { color: #EBF8FF; }
.sn_colophon_meta { margin-block-start: 2rem; padding-block-start: 1.5rem; border-top: 1px solid #252B45; text-align: center; font-size: 0.875rem; }
.sn_colophon_meta > * + * { margin-block-start: .5rem; }

.sn_rail { 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; }
.sn_rail::-webkit-scrollbar { display: none; }
.sn_rail_link { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 8px; background: #161A2D; border: 1px solid #252B45; color: #D1D5DB; font-size: 0.875rem; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.sn_rail_link:hover { border-color: #006D77; color: #F8F9FA; }

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