/* overflow-guard */
:root { --brand-primary: #800020; --brand-primary-hover: #9b002a; --brand-secondary: #b5a7a7; --brand-secondary-hover: #c9bdbd; --brand-accent: #a5f2ff; --background-main: #081c21; --background-surface: #12282d; --background-elevated: #1c343a; --background-overlay: rgba(8, 28, 33, 0.75); --text-primary: #fdfdfd; --text-secondary: #e0e0e0; --text-muted: #bdbdbd; --text-brand-contrast: #ffffff; --text-link: #b8f5ff; --text-link-hover: #d1ffff; --button-bg: #a5f2ff; --button-text: #081c21; --button-hover-bg: #c2fbff; --button-hover-text: #081c21; --semantic-success: #2ecc71; --success: #2ecc71; --semantic-error: #e74c3c; --error: #e74c3c; --semantic-warning: #f1c40f; --warning: #f1c40f; --semantic-info: #3498db; --info: #3498db; --border-default: #1c343a; --border-strong: #2a4a52; --border-brand: #800020; --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: 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.35; --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: 74rem; --content-max-width: 74rem; --spacing-reading-max-width: 62ch; --reading-max-width: 62ch; --radius-sm: 6px; --radius-md: 12px; --radius-lg: 18px; --radius-pill: 9999px; --shadow-card: 0 1px 2px rgba(4, 13, 15, 0.5), 0 16px 32px rgba(4, 13, 15, 0.4); --shadow-elevated: 0 2px 4px rgba(4, 13, 15, 0.5), 0 24px 48px rgba(4, 13, 15, 0.5); --shadow-glow: 0 0 0 1px rgba(165, 242, 255, 0.35), 0 6px 18px rgba(165, 242, 255, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.06); --gradient-brand: linear-gradient(135deg, #800020 0%, #9b002a 100%); --gradient-hero: linear-gradient(180deg, #2a1f2a 0%, #081c21 100%); --gradient-surface: linear-gradient(180deg, #1c343a 0%, #12282d 100%); --gradient-button: linear-gradient(135deg, #87c6d1 0%, #a5f2ff 100%); --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: #081c21; color: #e0e0e0; font-family: Noto Sans Bengali, Barlow, sans-serif; font-weight: 400; line-height: 1.6; 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, Barlow Condensed, sans-serif; line-height: 1.35; letter-spacing: 0; color: #fdfdfd; }
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: #e0e0e0; }
ul, ol { margin: 0; }
a { color: #b8f5ff; text-decoration: none; transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
a:hover { color: #d1ffff; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #a5f2ff; 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 > * + *, .wgb_inner > * + *, .wgb_reading > * + *, .wgb_pile > * + *, .wgb_pile_center > * + * { margin-block-start: 1rem; }
@media (max-width: 48rem) {
  main > section { padding-block: 1.5rem; }
  main > section > * + *, main > article > * + *, .wgb_inner > * + *, .wgb_reading > * + *, .wgb_pile > * + *, .wgb_pile_center > * + * { margin-block-start: 0.75rem; }
}

.wgb_navbar { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.25rem; background: #12282d; border-top: 1px solid #1c343a; }
.wgb_navbar_item { display: flex; flex-direction: column; align-items: center; gap: .25rem; flex: 1 1 0; padding: .5rem 0; font-size: 0.75rem; color: #bdbdbd; }
.wgb_navbar_item i { font-size: 1.25rem; }
.wgb_navbar_item:hover { color: #a5f2ff; }

.wgb_emblem, .wgb_emblem_success, .wgb_emblem_warning, .wgb_emblem_error, .wgb_emblem_info { width: 2.75rem; height: 2.75rem; border-radius: 50%; background: linear-gradient(135deg, #800020 0%, #9b002a 100%); color: #ffffff; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.wgb_emblem_success { background: #2ecc71; color: #fff; }
.wgb_emblem_warning { background: #f1c40f; color: #fff; }
.wgb_emblem_error { background: #e74c3c; color: #fff; }
.wgb_emblem_info { background: #3498db; color: #fff; }

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

.wgb_action, .wgb_action_sm, .wgb_action_full, .wgb_action_outline { background: linear-gradient(135deg, #87c6d1 0%, #a5f2ff 100%); color: #081c21; border-radius: 12px; min-height: 44px; font-weight: 700; box-shadow: 0 6px 16px rgba(165, 242, 255, 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 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.wgb_action:hover, .wgb_action_sm:hover, .wgb_action_full:hover, .wgb_action_outline:hover { background: #c2fbff; box-shadow: 0 8px 22px rgba(165, 242, 255, 0.4); }
.wgb_action_sm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.wgb_action_full { display: flex; width: 100%; }
.wgb_action_outline { background: transparent; background-image: none; color: #fdfdfd; border: 1px solid #2a4a52; box-shadow: none; }
.wgb_action_outline:hover { background: transparent; border-color: #800020; color: #fdfdfd; box-shadow: none; }

.wgb_chips { 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; }
.wgb_chips::-webkit-scrollbar { display: none; }
.wgb_chips_link { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 6px; background: #12282d; border: 1px solid #1c343a; color: #e0e0e0; font-size: 0.875rem; transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.wgb_chips_link:hover { border-color: #800020; color: #fdfdfd; }

.wgb_head { background: #081c21; border-bottom: 1px solid #1c343a; padding: .75rem 3%; position: sticky; top: 0; z-index: 100; }
.wgb_head_inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.wgb_head_brand { display: inline-flex; align-items: center; gap: .5rem; color: #fdfdfd; }
.wgb_head_brand img { border-radius: 6px; }
.wgb_head_brand strong { font-size: 16px; font-weight: 400; }
.wgb_head_actions { display: flex; align-items: center; gap: .5rem; }

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

.wgb_token { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #1c343a; border: 1px solid #2a4a52; color: #fdfdfd; font-size: 0.875rem; }
.wgb_token > i { color: #a5f2ff; }

.wgb_heading { position: relative; }
.wgb_heading::before { content: ""; display: block; width: 3rem; height: 6px; background-image: repeating-linear-gradient(90deg, #a5f2ff 0 3px, transparent 3px 6px); margin-bottom: .6rem; }

.wgb_note, .wgb_note_warning, .wgb_note_info, .wgb_note_success, .wgb_note_error { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 12px; background: #12282d; border: 1px solid #1c343a; border-left: 4px solid #a5f2ff; }
.wgb_note > i, .wgb_note_warning > i, .wgb_note_info > i, .wgb_note_success > i, .wgb_note_error > i { flex: 0 0 auto; margin-top: .2em; color: #a5f2ff; }
.wgb_note_success { border-left-color: #2ecc71; }
.wgb_note_warning { border-left-color: #f1c40f; }
.wgb_note_error { border-left-color: #e74c3c; }
.wgb_note_info { border-left-color: #3498db; }
.wgb_note_success > i { color: #2ecc71; }
.wgb_note_warning > i { color: #f1c40f; }
.wgb_note_error > i { color: #e74c3c; }
.wgb_note_info > i { color: #3498db; }

.wgb_facts_wrap { background: linear-gradient(180deg, #1c343a 0%, #12282d 100%); border: 1px solid #1c343a; border-radius: 12px; box-shadow: 0 1px 2px rgba(4, 13, 15, 0.5), 0 16px 32px rgba(4, 13, 15, 0.4), inset 0 1px 0 rgba(255,255,255,.06); overflow-x: auto; max-width: 100%; }
.wgb_facts { width: 100%; table-layout: fixed; border-collapse: collapse; }
.wgb_facts th, .wgb_facts td { padding: 0.75rem; text-align: start; border-bottom: 1px solid #1c343a; vertical-align: top; }
.wgb_facts thead th { background: #1c343a; color: #fdfdfd; font-weight: 600; }
.wgb_facts tbody tr:last-child td { border-bottom: 0; }
.wgb_facts td:first-child { color: #bdbdbd; font-weight: 600; }

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

main > section.wgb_belt { background: #12282d; padding-block: 2.5rem; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
  main > section.wgb_belt { padding-block: 1.5rem; }
}
.wgb_opening { background: linear-gradient(180deg, #2a1f2a 0%, #081c21 100%); padding-block: 2.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
  .wgb_opening { padding-block: 1.5rem; }
}

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

.wgb_poster { background: linear-gradient(180deg, #1c343a 0%, #12282d 100%); border: 1px solid #1c343a; border-radius: 12px; box-shadow: 0 1px 2px rgba(4, 13, 15, 0.5), 0 16px 32px rgba(4, 13, 15, 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 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.wgb_poster:hover { transform: translateY(-2px); box-shadow: 0 2px 4px rgba(4, 13, 15, 0.5), 0 24px 48px rgba(4, 13, 15, 0.5), inset 0 1px 0 rgba(255,255,255,.06); }
.wgb_poster_media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.wgb_poster_media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.wgb_poster:hover .wgb_poster_media img { transform: scale(1.04); }
.wgb_poster_play { position: absolute; bottom: .5rem; right: .5rem; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #a5f2ff; color: #081c21; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.wgb_poster:hover .wgb_poster_play, .wgb_poster:focus-visible .wgb_poster_play { opacity: 1; }
@media (hover: none) {
  .wgb_poster_play { opacity: 1; }
}
.wgb_poster_name { padding: .6rem .75rem; background: #1c343a; }
.wgb_poster_name h3 { margin: 0; font-size: 0.875rem; color: #fdfdfd; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
  .wgb_poster_name h3 { white-space: normal; }
}

.wgb_tiny { font-size: 0.875rem; }
.wgb_dim { color: #bdbdbd; }
.wgb_center { text-align: center; }
.wgb_ink_accent { color: #a5f2ff; }
.wgb_ink_success { color: #2ecc71; }
.wgb_ink_warning { color: #f1c40f; }
.wgb_ink_error { color: #e74c3c; }
.wgb_ink_info { color: #3498db; }

.wgb_inner { width: 100%; max-width: 74rem; margin-inline: auto; }
.wgb_reading { max-width: 62ch; margin-inline: auto; }
.wgb_pile, .wgb_pile_center { display: block; }
.wgb_pile_center { text-align: center; }
.wgb_cluster, .wgb_cluster_center { display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem; }
.wgb_cluster_center { justify-content: center; }
.wgb_matrix { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1rem; }
.wgb_lineup { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
.wgb_cats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
@media (min-width: 48rem) {
  .wgb_lineup { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
  .wgb_cats { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
}
.wgb_ticks { list-style: none; padding: 0; }
.wgb_ticks > li { display: flex; align-items: flex-start; gap: .75rem; }
.wgb_ticks > li + li { margin-block-start: .75rem; }
.wgb_ticks > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #a5f2ff; }

.wgb_trail { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; padding: 1rem 0; font-size: 0.875rem; color: #e0e0e0; }
.wgb_trail a { color: #b8f5ff; }
.wgb_trail span { color: #fdfdfd; }

/* page */
.wgb_provider_name {
            font-weight: 700;
            letter-spacing: 0.5px;
            color: var(--text-primary);
        }
