/* overflow-guard */
:root { --brand-primary: #00a86b; --brand-primary-hover: #00c282; --brand-secondary: #b8c2b8; --brand-secondary-hover: #d1d9d1; --brand-accent: #d4af37; --background-main: #071c21; --background-surface: #0d282e; --background-elevated: #13343a; --background-overlay: rgba(7, 28, 33, 0.75); --text-primary: #f5f5f5; --text-secondary: #dcdcdc; --text-muted: #bdbdbd; --text-brand-contrast: #000000; --text-link: #e6e6fa; --text-link-hover: #ffffff; --button-bg: #d4af37; --button-text: #000000; --button-hover-bg: #b8962e; --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: #1a3d44; --border-strong: #26525b; --border-brand: #00a86b; --font-family-headings: Rajdhani, Noto Sans Bengali, sans-serif; --font-family-body: Manrope, Noto Sans Bengali, 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: 600; --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.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: 80rem; --content-max-width: 80rem; --spacing-reading-max-width: 66ch; --reading-max-width: 66ch; --radius-sm: 6px; --radius-md: 12px; --radius-lg: 18px; --radius-pill: 9999px; --shadow-card: 4px 4px 0 #040e10; --shadow-elevated: 6px 6px 0 #040e10; --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,.05); --gradient-brand: linear-gradient(135deg, #00a86b 0%, #00c282 100%); --gradient-hero: linear-gradient(180deg, #0a443b 0%, #071c21 100%); --gradient-surface: linear-gradient(#13343a, #13343a); --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: #071c21; color: #dcdcdc; font-family: Manrope, Noto Sans Bengali, sans-serif; font-weight: 400; line-height: 1.6; 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: Rajdhani, Noto Sans Bengali, sans-serif; line-height: 1.25; letter-spacing: 0; color: #f5f5f5; }
h1 { font-size: 1.8rem; font-weight: 700; }
h2 { font-size: 1.5rem; font-weight: 600; }
h3 { font-size: 1rem; font-weight: 600; }
h4 { font-size: 1rem; font-weight: 600; }
p { margin: 0; color: #dcdcdc; }
ul, ol { margin: 0; }
a { color: #e6e6fa; text-decoration: none; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
a:hover { color: #ffffff; }
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: 2.5rem; }
main > section > * + *, main > article > * + *, .vwn-frame > * + *, .vwn-narrow > * + *, .vwn-pile > * + *, .vwn-pile-center > * + * { margin-block-start: 1rem; }
@media (max-width: 48rem) {
  main > section { padding-block: 1.5rem; }
  main > section > * + *, main > article > * + *, .vwn-frame > * + *, .vwn-narrow > * + *, .vwn-pile > * + *, .vwn-pile-center > * + * { margin-block-start: 0.75rem; }
}

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

main > section.vwn-band { background: #0d282e; padding-block: 2.5rem; }
@media (max-width: 48rem) {
  main > section.vwn-band { padding-block: 1.5rem; }
}
.vwn-splash { background: linear-gradient(180deg, #0a443b 0%, #071c21 100%); padding-block: 2.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
  .vwn-splash { padding-block: 1.5rem; }
}

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

.vwn-accordion { background: #13343a; border: 1px solid #1a3d44; border-radius: 12px; box-shadow: 4px 4px 0 #040e10, inset 0 1px 0 rgba(255,255,255,.05); transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.vwn-accordion + .vwn-accordion { margin-block-start: 0.75rem; }
.vwn-accordion[open] { border-color: #00a86b; }
.vwn-accordion-q { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; cursor: pointer; list-style: none; }
.vwn-accordion-q::-webkit-details-marker { display: none; }
.vwn-accordion-q h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.vwn-accordion-q::after { content: "\f107"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #d4af37; transition: transform 200ms; }
.vwn-accordion[open] .vwn-accordion-q::after { transform: rotate(180deg); }
.vwn-accordion-a { margin: 0; padding: 0 1rem 1rem; }
@media (max-width: 48rem) {
  .vwn-accordion-q { padding: 1rem; }
  .vwn-accordion-a { padding: 0 1rem 1rem; }
}

.vwn-btn, .vwn-btn-sm, .vwn-btn-full, .vwn-btn-outline { background: #d4af37; color: #000000; border-radius: 12px; 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(3, 13, 15, 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 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.vwn-btn:hover, .vwn-btn-sm:hover, .vwn-btn-full:hover, .vwn-btn-outline:hover { background: #b8962e; 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(3, 13, 15, 0.45); }
.vwn-btn-sm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.vwn-btn-full { display: flex; width: 100%; }
.vwn-btn-outline { background: transparent; background-image: none; color: #f5f5f5; border: 1px solid #26525b; box-shadow: none; }
.vwn-btn-outline:hover { background: transparent; border-color: #00a86b; color: #f5f5f5; box-shadow: none; }

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

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

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

.vwn-frame { width: 100%; max-width: 80rem; margin-inline: auto; }
.vwn-narrow { max-width: 66ch; margin-inline: auto; }
.vwn-pile, .vwn-pile-center { display: block; }
.vwn-pile-center { text-align: center; }
.vwn-line, .vwn-line-center { display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem; }
.vwn-line-center { justify-content: center; }
.vwn-mosaic { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1rem; }
.vwn-showcase { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
.vwn-menu { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
@media (min-width: 48rem) {
  .vwn-showcase { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
  .vwn-menu { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
}
.vwn-bullets { list-style: none; padding: 0; }
.vwn-bullets > li { display: flex; align-items: flex-start; gap: .75rem; }
.vwn-bullets > li + li { margin-block-start: .75rem; }
.vwn-bullets > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #d4af37; }

.vwn-tiny { font-size: 0.875rem; }
.vwn-dim { color: #bdbdbd; }
.vwn-centered { text-align: center; }
.vwn-ink-accent { color: #d4af37; }
.vwn-ink-success { color: #2ecc71; }
.vwn-ink-warning { color: #f1c40f; }
.vwn-ink-error { color: #e74c3c; }
.vwn-ink-info { color: #3498db; }

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

.vwn-token { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #13343a; border: 1px solid #26525b; color: #f5f5f5; font-size: 0.875rem; }
.vwn-token > i { color: #d4af37; }

.vwn-badge, .vwn-badge-success, .vwn-badge-warning, .vwn-badge-error, .vwn-badge-info { width: 2.75rem; height: 2.75rem; border-radius: 50%; background: linear-gradient(135deg, #00a86b 0%, #00c282 100%); color: #000000; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.vwn-badge-success { background: #2ecc71; color: #fff; }
.vwn-badge-warning { background: #f1c40f; color: #fff; }
.vwn-badge-error { background: #e74c3c; color: #fff; }
.vwn-badge-info { background: #3498db; color: #fff; }

.vwn-table-wrap { background: #13343a; border: 1px solid #1a3d44; border-radius: 12px; box-shadow: 4px 4px 0 #040e10, inset 0 1px 0 rgba(255,255,255,.05); overflow-x: auto; max-width: 100%; }
.vwn-table { width: 100%; table-layout: fixed; border-collapse: collapse; }
.vwn-table th, .vwn-table td { padding: 0.75rem; text-align: start; border-bottom: 1px solid #1a3d44; vertical-align: top; }
.vwn-table thead th { background: #13343a; color: #f5f5f5; font-weight: 600; }
.vwn-table tbody tr:last-child td { border-bottom: 0; }
.vwn-table td:first-child { color: #bdbdbd; font-weight: 600; }

.vwn-card { background: #13343a; border: 1px solid #1a3d44; border-radius: 12px; box-shadow: 4px 4px 0 #040e10, inset 0 1px 0 rgba(255,255,255,.05); padding: 1rem; display: flex; flex-direction: column; gap: 0.75rem; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.vwn-card:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #040e10, inset 0 1px 0 rgba(255,255,255,.05); }
@media (max-width: 48rem) {
  .vwn-card { padding: 1rem; }
}
.vwn-card > img { width: 100%; height: auto; display: block; }

.vwn-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; }
.vwn-rail::-webkit-scrollbar { display: none; }
.vwn-rail-link { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 6px; background: #0d282e; border: 1px solid #1a3d44; color: #dcdcdc; font-size: 0.875rem; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.vwn-rail-link:hover { border-color: #00a86b; color: #f5f5f5; }

.vwn-trail { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; padding: 1rem 0; font-size: 0.875rem; color: #dcdcdc; }
.vwn-trail a { color: #e6e6fa; }
.vwn-trail span { color: #f5f5f5; }

.vwn-alert, .vwn-alert-warning, .vwn-alert-info, .vwn-alert-success, .vwn-alert-error { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 12px; background: #0d282e; border: 1px solid #1a3d44; border-left: 4px solid #d4af37; }
.vwn-alert > i, .vwn-alert-warning > i, .vwn-alert-info > i, .vwn-alert-success > i, .vwn-alert-error > i { flex: 0 0 auto; margin-top: .2em; color: #d4af37; }
.vwn-alert-success { border-left-color: #2ecc71; }
.vwn-alert-warning { border-left-color: #f1c40f; }
.vwn-alert-error { border-left-color: #e74c3c; }
.vwn-alert-info { border-left-color: #3498db; }
.vwn-alert-success > i { color: #2ecc71; }
.vwn-alert-warning > i { color: #f1c40f; }
.vwn-alert-error > i { color: #e74c3c; }
.vwn-alert-info > i { color: #3498db; }

/* page */
.vwn-provider-name {
            font-weight: 700;
            letter-spacing: 0.02em;
            font-size: 1.1rem;
        }
