/* overflow-guard */
:root { --brand-primary: #1b5e43; --brand-primary-hover: #247a56; --brand-secondary: #a8b5a2; --brand-secondary-hover: #bccbba; --brand-accent: #ffb366; --background-main: #0a1c16; --background-surface: #112820; --background-elevated: #173228; --background-overlay: rgba(10, 28, 22, 0.75); --text-primary: #fdfbf7; --text-secondary: #e0ddd5; --text-muted: #bdbbba; --text-brand-contrast: #ffffff; --text-link: #ffe4c4; --text-link-hover: #fff0d6; --button-bg: #ffb366; --button-text: #000000; --button-hover-bg: #ffc991; --button-hover-text: #000000; --semantic-success: #4caf50; --success: #4caf50; --semantic-error: #ef5350; --error: #ef5350; --semantic-warning: #ffb74d; --warning: #ffb74d; --semantic-info: #64b5f6; --info: #64b5f6; --border-default: #1a352b; --border-strong: #264538; --border-brand: #1b5e43; --font-family-headings: Hind Siliguri, Sora, 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: 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.35; --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: 76rem; --content-max-width: 76rem; --spacing-reading-max-width: 68ch; --reading-max-width: 68ch; --radius-sm: 6px; --radius-md: 10px; --radius-lg: 14px; --radius-pill: 9999px; --shadow-card: 0 1px 2px rgba(4, 13, 10, 0.5), 0 16px 32px rgba(4, 13, 10, 0.4); --shadow-elevated: 0 2px 4px rgba(4, 13, 10, 0.5), 0 24px 48px rgba(4, 13, 10, 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, #1b5e43 0%, #247a56 100%); --gradient-hero: linear-gradient(180deg, #133428 0%, #0a1c16 100%); --gradient-surface: linear-gradient(180deg, #173228 0%, #112820 100%); --gradient-button: linear-gradient(135deg, #ffc182 0%, #ffb366 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: #0a1c16; color: #e0ddd5; font-family: Noto Sans Bengali, Source Sans 3, 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, Sora, sans-serif; line-height: 1.35; letter-spacing: 0; color: #fdfbf7; }
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: #e0ddd5; }
ul, ol { margin: 0; }
a { color: #ffe4c4; text-decoration: none; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
a:hover { color: #fff0d6; }
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 > * + *, .frame > * + *, .copy > * + *, .vlist > * + *, .vlist-center > * + * { margin-block-start: 1.5rem; }
@media (max-width: 48rem) {
  main > section { padding-block: 2.5rem; }
  main > section > * + *, main > article > * + *, .frame > * + *, .copy > * + *, .vlist > * + *, .vlist-center > * + * { margin-block-start: 1rem; }
}

.orb, .orb-success, .orb-warning, .orb-error, .orb-info { width: 2.75rem; height: 2.75rem; border-radius: 50%; background: linear-gradient(135deg, #1b5e43 0%, #247a56 100%); color: #ffffff; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.orb-success { background: #4caf50; color: #fff; }
.orb-warning { background: #ffb74d; color: #fff; }
.orb-error { background: #ef5350; color: #fff; }
.orb-info { background: #64b5f6; color: #fff; }

.button, .button-sm, .button-full, .button-outline { background: linear-gradient(135deg, #ffc182 0%, #ffb366 100%); color: #000000; border-radius: 9999px; 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 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.button:hover, .button-sm:hover, .button-full:hover, .button-outline:hover { background: #ffc991; box-shadow: 0 8px 22px rgba(255, 179, 102, 0.4); }
.button-sm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.button-full { display: flex; width: 100%; }
.button-outline { background: transparent; background-image: none; color: #fdfbf7; border: 1px solid #264538; box-shadow: none; }
.button-outline:hover { background: transparent; border-color: #1b5e43; color: #fdfbf7; box-shadow: none; }

.frame { width: 100%; max-width: 76rem; margin-inline: auto; }
.copy { max-width: 68ch; margin-inline: auto; }
.vlist, .vlist-center { display: block; }
.vlist-center { text-align: center; }
.line, .line-center { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.line-center { justify-content: center; }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1.5rem; }
.lineup { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.cats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
@media (min-width: 48rem) {
  .lineup { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; }
  .cats { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
}
.bullets { list-style: none; padding: 0; }
.bullets > li { display: flex; align-items: flex-start; gap: .75rem; }
.bullets > li + li { margin-block-start: .75rem; }
.bullets > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #ffb366; }

.sheet-wrap { background: linear-gradient(180deg, #173228 0%, #112820 100%); border: 1px solid #1a352b; border-radius: 10px; box-shadow: 0 1px 2px rgba(4, 13, 10, 0.5), 0 16px 32px rgba(4, 13, 10, 0.4), inset 0 1px 0 rgba(255,255,255,.06); overflow-x: auto; max-width: 100%; }
.sheet { width: 100%; table-layout: fixed; border-collapse: collapse; }
.sheet th, .sheet td { padding: 1rem; text-align: start; border-bottom: 1px solid #1a352b; vertical-align: top; }
.sheet thead th { background: #173228; color: #fdfbf7; font-weight: 600; }
.sheet tbody tr:last-child td { border-bottom: 0; }
.sheet td:first-child { color: #bdbbba; font-weight: 600; }

main > section.layer { background: #112820; padding-block: 4.5rem; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
  main > section.layer { padding-block: 2.5rem; }
}
.opening { background: linear-gradient(180deg, #133428 0%, #0a1c16 100%); padding-block: 4.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
  .opening { padding-block: 2.5rem; }
}

.callout, .callout-warning, .callout-info, .callout-success, .callout-error { display: flex; align-items: flex-start; gap: 1rem; padding: 1.25rem; border-radius: 10px; background: #112820; border: 1px solid #1a352b; border-left: 4px solid #ffb366; }
.callout > i, .callout-warning > i, .callout-info > i, .callout-success > i, .callout-error > i { flex: 0 0 auto; margin-top: .2em; color: #ffb366; }
.callout-success { border-left-color: #4caf50; }
.callout-warning { border-left-color: #ffb74d; }
.callout-error { border-left-color: #ef5350; }
.callout-info { border-left-color: #64b5f6; }
.callout-success > i { color: #4caf50; }
.callout-warning > i { color: #ffb74d; }
.callout-error > i { color: #ef5350; }
.callout-info > i { color: #64b5f6; }

.fold { background: linear-gradient(180deg, #173228 0%, #112820 100%); border: 1px solid #1a352b; border-radius: 10px; box-shadow: 0 1px 2px rgba(4, 13, 10, 0.5), 0 16px 32px rgba(4, 13, 10, 0.4), inset 0 1px 0 rgba(255,255,255,.06); transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.fold + .fold { margin-block-start: 1rem; }
.fold[open] { border-color: #1b5e43; }
.fold-q { display: flex; align-items: flex-start; gap: 1rem; padding: 2rem; cursor: pointer; list-style: none; }
.fold-q::-webkit-details-marker { display: none; }
.fold-q h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.fold-q::after { content: "\f107"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #ffb366; transition: transform 200ms; }
.fold[open] .fold-q::after { transform: rotate(180deg); }
.fold-a { margin: 0; padding: 0 2rem 2rem; }
@media (max-width: 48rem) {
  .fold-q { padding: 1.25rem; }
  .fold-a { padding: 0 1.25rem 1.25rem; }
}

.navbar { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.75rem; background: #112820; border-top: 1px solid #1a352b; }
.navbar-item { display: flex; flex-direction: column; align-items: center; gap: .25rem; flex: 1 1 0; padding: .5rem 0; font-size: 0.75rem; color: #bdbbba; }
.navbar-item i { font-size: 1.25rem; }
.navbar-item:hover { color: #ffb366; }

.foot { background: #0a1c16; border-top: 1px solid #1a352b; padding: 3rem 3% 2rem; color: #bdbbba; }
.foot-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; text-align: center; }
.foot-col > p, .foot-col > h3 { font-size: 0.875rem; font-weight: 700; color: #fdfbf7; margin: 0 0 .75rem; text-transform: uppercase; letter-spacing: .05em; }
.foot-col ul { list-style: none; padding: 0; margin: 0; }
.foot-col li + li { margin-block-start: .5rem; }
.foot-col a { color: #bdbbba; font-size: 0.875rem; }
.foot-col a:hover { color: #fff0d6; }
.foot-meta { margin-block-start: 2rem; padding-block-start: 1.5rem; border-top: 1px solid #1a352b; text-align: center; font-size: 0.875rem; }
.foot-meta > * + * { margin-block-start: .5rem; }

.poster { background: linear-gradient(180deg, #173228 0%, #112820 100%); border: 1px solid #1a352b; border-radius: 10px; box-shadow: 0 1px 2px rgba(4, 13, 10, 0.5), 0 16px 32px rgba(4, 13, 10, 0.4), inset 0 1px 0 rgba(255,255,255,.06); 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; }
.poster:hover { transform: translateY(-2px); box-shadow: 0 2px 4px rgba(4, 13, 10, 0.5), 0 24px 48px rgba(4, 13, 10, 0.5), inset 0 1px 0 rgba(255,255,255,.06); }
.poster-media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.poster-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.poster:hover .poster-media img { transform: scale(1.04); }
.poster-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); 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; }
.poster:hover .poster-play, .poster:focus-visible .poster-play { opacity: 1; }
@media (hover: none) {
  .poster-play { opacity: 1; }
}
.poster-name { padding: .6rem .75rem; background: #173228; }
.poster-name h3 { margin: 0; font-size: 0.875rem; color: #fdfbf7; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
  .poster-name h3 { white-space: normal; }
}

.token { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #173228; border: 1px solid #264538; color: #fdfbf7; font-size: 0.875rem; }
.token > i { color: #ffb366; }

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

.path { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; padding: 1rem 0; font-size: 0.875rem; color: #e0ddd5; }
.path a { color: #ffe4c4; }
.path span { color: #fdfbf7; }

.head { background: #0a1c16; border-bottom: 1px solid #1a352b; padding: .75rem 3%; position: sticky; top: 0; z-index: 100; }
.head-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.head-brand { display: inline-flex; align-items: center; gap: .5rem; color: #fdfbf7; }
.head-brand img { border-radius: 6px; }
.head-brand strong { font-size: 16px; font-weight: 400; }
.head-actions { display: flex; align-items: center; gap: .5rem; }

.slab { background: linear-gradient(180deg, #173228 0%, #112820 100%); border: 1px solid #1a352b; border-radius: 10px; box-shadow: 0 1px 2px rgba(4, 13, 10, 0.5), 0 16px 32px rgba(4, 13, 10, 0.4), inset 0 1px 0 rgba(255,255,255,.06); padding: 2rem; display: flex; flex-direction: column; gap: 1rem; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.slab:hover { transform: translateY(-2px); box-shadow: 0 2px 4px rgba(4, 13, 10, 0.5), 0 24px 48px rgba(4, 13, 10, 0.5), inset 0 1px 0 rgba(255,255,255,.06); }
@media (max-width: 48rem) {
  .slab { padding: 1.25rem; }
}
.slab > img { width: 100%; height: auto; display: block; }

.minor { font-size: 0.875rem; }
.faint { color: #bdbbba; }
.mid { text-align: center; }
.hue-accent { color: #ffb366; }
.hue-success { color: #4caf50; }
.hue-warning { color: #ffb74d; }
.hue-error { color: #ef5350; }
.hue-info { color: #64b5f6; }

.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; }
.scroller::-webkit-scrollbar { display: none; }
.scroller-link { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 6px; background: #112820; border: 1px solid #1a352b; color: #e0ddd5; font-size: 0.875rem; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.scroller-link:hover { border-color: #1b5e43; color: #fdfbf7; }

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

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