/* overflow-guard */
:root { --brand-primary: #3a3f44; --brand-primary-hover: #4a5056; --brand-secondary: #a8b0b5; --brand-secondary-hover: #bcc3c8; --brand-accent: #d11a3c; --background-main: #0a1d17; --background-surface: #112921; --background-elevated: #173329; --background-overlay: rgba(10, 29, 23, 0.75); --text-primary: #f2f2f2; --text-secondary: #dcdcdc; --text-muted: #bdbdbd; --text-brand-contrast: #ffffff; --text-link: #ffb8c5; --text-link-hover: #ffe0e6; --button-bg: #d11a3c; --button-text: #ffffff; --button-hover-bg: #b01533; --button-hover-text: #ffffff; --semantic-success: #2ecc71; --success: #2ecc71; --semantic-error: #e74c3c; --error: #e74c3c; --semantic-warning: #f1c40f; --warning: #f1c40f; --semantic-info: #3498db; --info: #3498db; --border-default: #1a3a2f; --border-strong: #264b3d; --border-brand: #3a3f44; --font-family-headings: Hind Siliguri, Barlow Condensed, sans-serif; --font-family-body: Noto Sans Bengali, Barlow, 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.25; --line-height-body: 1.55; --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: 76rem; --content-max-width: 76rem; --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 #050e0c; --shadow-elevated: 6px 6px 0 #050e0c; --shadow-glow: 0 0 0 1px rgba(209, 26, 60, 0.35), 0 6px 18px rgba(209, 26, 60, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.05); --gradient-brand: linear-gradient(135deg, #3a3f44 0%, #4a5056 100%); --gradient-hero: linear-gradient(180deg, #1a2e29 0%, #0a1d17 100%); --gradient-surface: linear-gradient(#173329, #173329); --gradient-button: none; --effects-accent-bar: none; --recipes-transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; --transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
*, *::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: #0a1d17; color: #dcdcdc; font-family: Noto Sans Bengali, Barlow, sans-serif; font-weight: 400; line-height: 1.55; 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, Barlow Condensed, sans-serif; line-height: 1.25; letter-spacing: 0; color: #f2f2f2; }
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: #dcdcdc; }
ul, ol { margin: 0; }
a { color: #ffb8c5; text-decoration: none; transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
a:hover { color: #ffe0e6; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #d11a3c; 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 > * + *, .vp-shell > * + *, .vp-reading > * + *, .vp-vlist > * + *, .vp-vlist-center > * + * { margin-block-start: 1.25rem; }
@media (max-width: 48rem) {
  main > section { padding-block: 2rem; }
  main > section > * + *, main > article > * + *, .vp-shell > * + *, .vp-reading > * + *, .vp-vlist > * + *, .vp-vlist-center > * + * { margin-block-start: 1rem; }
}

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

.vp-play { background: rgba(23, 51, 41, 0.65); border: 1px solid #1a3a2f; border-radius: 16px; box-shadow: 4px 4px 0 #050e0c, 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 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.vp-play:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #050e0c, inset 0 1px 0 rgba(255,255,255,.05); }
.vp-play-media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.vp-play-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.vp-play:hover .vp-play-media img { transform: scale(1.04); }
.vp-play-play { position: absolute; top: .5rem; right: .5rem; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #d11a3c; color: #ffffff; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.vp-play:hover .vp-play-play, .vp-play:focus-visible .vp-play-play { opacity: 1; }
@media (hover: none) {
  .vp-play-play { opacity: 1; }
}
.vp-play-name { padding: .6rem .75rem; background: #173329; }
.vp-play-name h3 { margin: 0; font-size: 0.875rem; color: #f2f2f2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
  .vp-play-name h3 { white-space: normal; }
}

.vp-shell { width: 100%; max-width: 76rem; margin-inline: auto; }
.vp-reading { max-width: 70ch; margin-inline: auto; }
.vp-vlist, .vp-vlist-center { display: block; }
.vp-vlist-center { text-align: center; }
.vp-row, .vp-row-center { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.vp-row-center { justify-content: center; }
.vp-cells { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1.25rem; }
.vp-shelf { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.vp-cats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
@media (min-width: 48rem) {
  .vp-shelf { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; }
  .vp-cats { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
}
.vp-checklist { list-style: none; padding: 0; }
.vp-checklist > li { display: flex; align-items: flex-start; gap: .75rem; }
.vp-checklist > li + li { margin-block-start: .75rem; }
.vp-checklist > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #d11a3c; }

.vp-btn, .vp-btn-sm, .vp-btn-full, .vp-btn-outline { background: #d11a3c; color: #ffffff; border-radius: 16px; 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 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.vp-btn:hover, .vp-btn-sm:hover, .vp-btn-full:hover, .vp-btn-outline:hover { background: #b01533; 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); }
.vp-btn-sm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.vp-btn-full { display: flex; width: 100%; }
.vp-btn-outline { background: transparent; background-image: none; color: #f2f2f2; border: 1px solid #264b3d; box-shadow: none; }
.vp-btn-outline:hover { background: transparent; border-color: #3a3f44; color: #f2f2f2; box-shadow: none; }

.vp-tabbar { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.5rem; background: #112921; border-top: 1px solid #1a3a2f; }
.vp-tabbar-item { display: flex; flex-direction: column; align-items: center; gap: .25rem; flex: 1 1 0; padding: .5rem 0; font-size: 0.75rem; color: #bdbdbd; }
.vp-tabbar-item i { font-size: 1.25rem; }
.vp-tabbar-item:hover { color: #d11a3c; }

.vp-path { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; padding: 1rem 0; font-size: 0.875rem; color: #dcdcdc; }
.vp-path a { color: #ffb8c5; }
.vp-path span { color: #f2f2f2; }

.vp-small { font-size: 0.875rem; }
.vp-faint { color: #bdbdbd; }
.vp-centered { text-align: center; }
.vp-hue-accent { color: #d11a3c; }
.vp-hue-success { color: #2ecc71; }
.vp-hue-warning { color: #f1c40f; }
.vp-hue-error { color: #e74c3c; }
.vp-hue-info { color: #3498db; }

.vp-jumpbar { 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; }
.vp-jumpbar::-webkit-scrollbar { display: none; }
.vp-jumpbar-link { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 8px; background: #112921; border: 1px solid #1a3a2f; color: #dcdcdc; font-size: 0.875rem; transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.vp-jumpbar-link:hover { border-color: #3a3f44; color: #f2f2f2; }

.vp-sheet-wrap { background: rgba(23, 51, 41, 0.65); border: 1px solid #1a3a2f; border-radius: 16px; box-shadow: 4px 4px 0 #050e0c, inset 0 1px 0 rgba(255,255,255,.05); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); overflow-x: auto; max-width: 100%; }
.vp-sheet { width: 100%; table-layout: fixed; border-collapse: collapse; }
.vp-sheet th, .vp-sheet td { padding: 1rem; text-align: start; border-bottom: 1px solid #1a3a2f; vertical-align: top; }
.vp-sheet thead th { background: #173329; color: #f2f2f2; font-weight: 600; }
.vp-sheet tbody tr:last-child td { border-bottom: 0; }
.vp-sheet td:first-child { color: #bdbdbd; font-weight: 600; }

.vp-faq { background: rgba(23, 51, 41, 0.65); border: 1px solid #1a3a2f; border-radius: 16px; box-shadow: 4px 4px 0 #050e0c, inset 0 1px 0 rgba(255,255,255,.05); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.vp-faq + .vp-faq { margin-block-start: 1rem; }
.vp-faq[open] { border-color: #3a3f44; }
.vp-faq-q { display: flex; align-items: flex-start; gap: 1rem; padding: 1.5rem; cursor: pointer; list-style: none; }
.vp-faq-q::-webkit-details-marker { display: none; }
.vp-faq-q h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.vp-faq-q::after { content: "\f078"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #d11a3c; transition: transform 200ms; }
.vp-faq[open] .vp-faq-q::after { transform: rotate(180deg); }
.vp-faq-a { margin: 0; padding: 0 1.5rem 1.5rem; }
@media (max-width: 48rem) {
  .vp-faq-q { padding: 1rem; }
  .vp-faq-a { padding: 0 1rem 1rem; }
}

.vp-slab { background: rgba(23, 51, 41, 0.65); border: 1px solid #1a3a2f; border-radius: 16px; box-shadow: 4px 4px 0 #050e0c, 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 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.vp-slab:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #050e0c, inset 0 1px 0 rgba(255,255,255,.05); }
@media (max-width: 48rem) {
  .vp-slab { padding: 1rem; }
}
.vp-slab > img { width: 100%; height: auto; display: block; }

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

.vp-topic { text-transform: uppercase; letter-spacing: .04em; }

.vp-disc, .vp-disc-success, .vp-disc-warning, .vp-disc-error, .vp-disc-info { width: 2.75rem; height: 2.75rem; border-radius: 50%; background: linear-gradient(135deg, #3a3f44 0%, #4a5056 100%); color: #ffffff; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.vp-disc-success { background: #2ecc71; color: #fff; }
.vp-disc-warning { background: #f1c40f; color: #fff; }
.vp-disc-error { background: #e74c3c; color: #fff; }
.vp-disc-info { background: #3498db; color: #fff; }

.vp-chip { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #173329; border: 1px solid #264b3d; color: #f2f2f2; font-size: 0.875rem; }
.vp-chip > i { color: #d11a3c; }

.vp-notice, .vp-notice-warning, .vp-notice-info, .vp-notice-success, .vp-notice-error { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 16px; background: #112921; border: 1px solid #1a3a2f; border-left: 4px solid #d11a3c; }
.vp-notice > i, .vp-notice-warning > i, .vp-notice-info > i, .vp-notice-success > i, .vp-notice-error > i { flex: 0 0 auto; margin-top: .2em; color: #d11a3c; }
.vp-notice-success { border-left-color: #2ecc71; }
.vp-notice-warning { border-left-color: #f1c40f; }
.vp-notice-error { border-left-color: #e74c3c; }
.vp-notice-info { border-left-color: #3498db; }
.vp-notice-success > i { color: #2ecc71; }
.vp-notice-warning > i { color: #f1c40f; }
.vp-notice-error > i { color: #e74c3c; }
.vp-notice-info > i { color: #3498db; }

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

main > section.vp-layer { background: #112921; padding-block: 3.5rem; }
@media (max-width: 48rem) {
  main > section.vp-layer { padding-block: 2rem; }
}
.vp-opening { background: linear-gradient(180deg, #1a2e29 0%, #0a1d17 100%); padding-block: 3.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
  .vp-opening { padding-block: 2rem; }
}

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