/* overflow-guard */
:root { --brand-primary: #1b5e42; --brand-primary-hover: #247a55; --brand-secondary: #c5b358; --brand-secondary-hover: #d4c36a; --brand-accent: #ffb366; --background-main: #0a1c16; --background-surface: #11271e; --background-elevated: #173127; --background-overlay: rgba(10, 28, 22, 0.75); --text-primary: #fdfbf7; --text-secondary: #e2e0d8; --text-muted: #bdbbba; --text-brand-contrast: #000000; --text-link: #ffe4c4; --text-link-hover: #fff5e6; --button-bg: #ffb366; --button-text: #000000; --button-hover-bg: #ffc991; --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: #1a362b; --border-strong: #264d3d; --border-brand: #1b5e42; --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: 800; --role-weight-h2: 700; --role-weight-h3: 700; --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.25; --line-height-body: 1.6; --letter-spacing-heading: 0; --letter-spacing-body: 0; --spacing-section-desktop: 2.5rem; --section-desktop: 2.5rem; --spacing-item-desktop: 1rem; --item-desktop: 1rem; --spacing-section-mobile: 1.5rem; --section-mobile: 1.5rem; --spacing-item-mobile: 0.75rem; --item-mobile: 0.75rem; --spacing-container-pad-desktop: 1.5rem; --container-pad-desktop: 1.5rem; --spacing-container-pad-mobile: 1rem; --container-pad-mobile: 1rem; --spacing-card-pad-desktop: 1rem; --card-pad-desktop: 1rem; --spacing-card-pad-mobile: 1rem; --card-pad-mobile: 1rem; --spacing-content-max-width: 72rem; --content-max-width: 72rem; --spacing-reading-max-width: 62ch; --reading-max-width: 62ch; --radius-sm: 4px; --radius-md: 8px; --radius-lg: 12px; --radius-pill: 9999px; --shadow-card: 4px 4px 0 #050e0b; --shadow-elevated: 6px 6px 0 #050e0b; --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,.05); --gradient-brand: linear-gradient(135deg, #1b5e42 0%, #247a55 100%); --gradient-hero: linear-gradient(180deg, #133326 0%, #0a1c16 100%); --gradient-surface: linear-gradient(#173127, #173127); --gradient-button: none; --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: #0a1c16; color: #e2e0d8; font-family: Noto Sans Bengali, Manrope, sans-serif; font-weight: 400; line-height: 1.6; padding-bottom: 4.5rem; -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.25; letter-spacing: 0; color: #fdfbf7; }
h1 { font-size: 1.8rem; font-weight: 800; }
h2 { font-size: 1.5rem; font-weight: 700; }
h3 { font-size: 1rem; font-weight: 700; }
h4 { font-size: 1rem; font-weight: 600; }
p { margin: 0; color: #e2e0d8; }
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: #fff5e6; }
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: 2.5rem; }
main > section > * + *, main > article > * + *, .ztl-inner > * + *, .ztl-measure > * + *, .ztl-column > * + *, .ztl-column-center > * + * { margin-block-start: 1rem; }
@media (max-width: 48rem) {
  main > section { padding-block: 1.5rem; }
  main > section > * + *, main > article > * + *, .ztl-inner > * + *, .ztl-measure > * + *, .ztl-column > * + *, .ztl-column-center > * + * { margin-block-start: 0.75rem; }
}

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

.ztl-navbar { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.5rem; background: #11271e; border-top: 1px solid #1a362b; }
.ztl-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; }
.ztl-navbar-item i { font-size: 1.25rem; }
.ztl-navbar-item:hover { color: #ffb366; }

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

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

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

.ztl-play { background: #173127; border: 1px solid #1a362b; border-radius: 8px; box-shadow: 4px 4px 0 #050e0b, inset 0 1px 0 rgba(255,255,255,.05); 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; }
.ztl-play:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #050e0b, inset 0 1px 0 rgba(255,255,255,.05); }
.ztl-play-media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.ztl-play-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.ztl-play:hover .ztl-play-media img { transform: scale(1.04); }
.ztl-play-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; }
.ztl-play:hover .ztl-play-play, .ztl-play:focus-visible .ztl-play-play { opacity: 1; }
@media (hover: none) {
  .ztl-play-play { opacity: 1; }
}
.ztl-play-name { padding: .6rem .75rem; background: #173127; }
.ztl-play-name h3 { margin: 0; font-size: 0.875rem; color: #fdfbf7; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
  .ztl-play-name h3 { white-space: normal; }
}

main > section.ztl-layer { background: #11271e; padding-block: 2.5rem; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
  main > section.ztl-layer { padding-block: 1.5rem; }
}
.ztl-intro { background: linear-gradient(180deg, #133326 0%, #0a1c16 100%); padding-block: 2.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
  .ztl-intro { padding-block: 1.5rem; }
}

.ztl-btn, .ztl-btn-sm, .ztl-btn-full, .ztl-btn-outline { background: #ffb366; color: #000000; border-radius: 4px; 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(4, 13, 10, 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 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.ztl-btn:hover, .ztl-btn-sm:hover, .ztl-btn-full:hover, .ztl-btn-outline:hover { background: #ffc991; 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(4, 13, 10, 0.45); }
.ztl-btn-sm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.ztl-btn-full { display: flex; width: 100%; }
.ztl-btn-outline { background: transparent; background-image: none; color: #fdfbf7; border: 1px solid #264d3d; box-shadow: none; }
.ztl-btn-outline:hover { background: transparent; border-color: #1b5e42; color: #fdfbf7; box-shadow: none; }

.ztl-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; }
.ztl-ticker::-webkit-scrollbar { display: none; }
.ztl-ticker-link { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 4px; background: #11271e; border: 1px solid #1a362b; color: #e2e0d8; font-size: 0.875rem; transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.ztl-ticker-link:hover { border-color: #1b5e42; color: #fdfbf7; }

.ztl-tiny { font-size: 0.875rem; }
.ztl-soft { color: #bdbbba; }
.ztl-centered { text-align: center; }
.ztl-shade-accent { color: #ffb366; }
.ztl-shade-success { color: #4caf50; }
.ztl-shade-warning { color: #ffb300; }
.ztl-shade-error { color: #e53935; }
.ztl-shade-info { color: #2196f3; }

.ztl-notice, .ztl-notice-warning, .ztl-notice-info, .ztl-notice-success, .ztl-notice-error { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 8px; background: #11271e; border: 1px solid #1a362b; border-left: 4px solid #ffb366; }
.ztl-notice > i, .ztl-notice-warning > i, .ztl-notice-info > i, .ztl-notice-success > i, .ztl-notice-error > i { flex: 0 0 auto; margin-top: .2em; color: #ffb366; }
.ztl-notice-success { border-left-color: #4caf50; }
.ztl-notice-warning { border-left-color: #ffb300; }
.ztl-notice-error { border-left-color: #e53935; }
.ztl-notice-info { border-left-color: #2196f3; }
.ztl-notice-success > i { color: #4caf50; }
.ztl-notice-warning > i { color: #ffb300; }
.ztl-notice-error > i { color: #e53935; }
.ztl-notice-info > i { color: #2196f3; }

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

.ztl-medal, .ztl-medal-success, .ztl-medal-warning, .ztl-medal-error, .ztl-medal-info { width: 2.75rem; height: 2.75rem; border-radius: 4px; background: linear-gradient(135deg, #1b5e42 0%, #247a55 100%); color: #000000; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.ztl-medal-success { background: #4caf50; color: #fff; }
.ztl-medal-warning { background: #ffb300; color: #fff; }
.ztl-medal-error { background: #e53935; color: #fff; }
.ztl-medal-info { background: #2196f3; color: #fff; }

.ztl-reveal { background: #173127; border: 1px solid #1a362b; border-radius: 8px; box-shadow: 4px 4px 0 #050e0b, inset 0 1px 0 rgba(255,255,255,.05); transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.ztl-reveal + .ztl-reveal { margin-block-start: 0.75rem; }
.ztl-reveal[open] { border-color: #1b5e42; }
.ztl-reveal-q { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; cursor: pointer; list-style: none; }
.ztl-reveal-q::-webkit-details-marker { display: none; }
.ztl-reveal-q h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.ztl-reveal-q::after { content: "\f078"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #ffb366; transition: transform 200ms; }
.ztl-reveal[open] .ztl-reveal-q::after { transform: rotate(180deg); }
.ztl-reveal-a { margin: 0; padding: 0 1rem 1rem; }
@media (max-width: 48rem) {
  .ztl-reveal-q { padding: 1rem; }
  .ztl-reveal-a { padding: 0 1rem 1rem; }
}

.ztl-panel { background: #173127; border: 1px solid #1a362b; border-radius: 8px; box-shadow: 4px 4px 0 #050e0b, inset 0 1px 0 rgba(255,255,255,.05); padding: 1rem; display: flex; flex-direction: column; gap: 0.75rem; transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.ztl-panel:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #050e0b, inset 0 1px 0 rgba(255,255,255,.05); }
@media (max-width: 48rem) {
  .ztl-panel { padding: 1rem; }
}
.ztl-panel > img { width: 100%; height: auto; display: block; }

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

.ztl-sheet-wrap { background: #173127; border: 1px solid #1a362b; border-radius: 8px; box-shadow: 4px 4px 0 #050e0b, inset 0 1px 0 rgba(255,255,255,.05); overflow-x: auto; max-width: 100%; }
.ztl-sheet { width: 100%; table-layout: fixed; border-collapse: collapse; }
.ztl-sheet th, .ztl-sheet td { padding: 0.75rem; text-align: start; border-bottom: 1px solid #1a362b; vertical-align: top; }
.ztl-sheet thead th { background: #173127; color: #fdfbf7; font-weight: 600; }
.ztl-sheet tbody tr:last-child td { border-bottom: 0; }
.ztl-sheet td:first-child { color: #bdbbba; font-weight: 600; }

.ztl-inner { width: 100%; max-width: 72rem; margin-inline: auto; }
.ztl-measure { max-width: 62ch; margin-inline: auto; }
.ztl-column, .ztl-column-center { display: block; }
.ztl-column-center { text-align: center; }
.ztl-cluster, .ztl-cluster-center { display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem; }
.ztl-cluster-center { justify-content: center; }
.ztl-lattice { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1rem; }
.ztl-shelf { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
.ztl-blocks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
@media (min-width: 48rem) {
  .ztl-shelf { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
  .ztl-blocks { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
}
.ztl-checklist { list-style: none; padding: 0; }
.ztl-checklist > li { display: flex; align-items: flex-start; gap: .75rem; }
.ztl-checklist > li + li { margin-block-start: .75rem; }
.ztl-checklist > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #ffb366; }

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