/* overflow-guard */
:root { --brand-primary: #3D4452; --brand-primary-hover: #4A5263; --brand-secondary: #A8B0C0; --brand-secondary-hover: #BCC3D1; --brand-accent: #D11A3C; --background-main: #121926; --background-surface: #1B2332; --background-elevated: #252E3F; --background-overlay: rgba(18, 25, 38, 0.75); --text-primary: #F2F4F7; --text-secondary: #D1D5DB; --text-muted: #B0B5B9; --text-brand-contrast: #FFFFFF; --text-link: #FFD1D9; --text-link-hover: #FFE4E8; --button-bg: #D11A3C; --button-text: #FFFFFF; --button-hover-bg: #B01533; --button-hover-text: #FFFFFF; --semantic-success: #28A745; --success: #28A745; --semantic-error: #DC3545; --error: #DC3545; --semantic-warning: #FFC107; --warning: #FFC107; --semantic-info: #17A2B8; --info: #17A2B8; --border-default: #2A3447; --border-strong: #3D485C; --border-brand: #D11A3C; --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: 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.35; --line-height-body: 1.65; --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: 76rem; --content-max-width: 76rem; --spacing-reading-max-width: 62ch; --reading-max-width: 62ch; --radius-sm: 4px; --radius-md: 8px; --radius-lg: 12px; --radius-pill: 9999px; --shadow-card: 0 1px 2px rgba(8, 11, 17, 0.5), 0 16px 32px rgba(8, 11, 17, 0.4); --shadow-elevated: 0 2px 4px rgba(8, 11, 17, 0.5), 0 24px 48px rgba(8, 11, 17, 0.5); --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,.06); --gradient-brand: linear-gradient(135deg, #3D4452 0%, #4A5263 100%); --gradient-hero: linear-gradient(180deg, #222A39 0%, #121926 100%); --gradient-surface: linear-gradient(180deg, #252E3F 0%, #1B2332 100%); --gradient-button: linear-gradient(135deg, #AB1531 0%, #D11A3C 100%); --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: #121926; color: #D1D5DB; font-family: Noto Sans Bengali, Source Sans 3, sans-serif; font-weight: 400; line-height: 1.65; 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, Sora, sans-serif; line-height: 1.35; letter-spacing: 0; color: #F2F4F7; }
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: #D1D5DB; }
ul, ol { margin: 0; }
a { color: #FFD1D9; text-decoration: none; transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
a:hover { color: #FFE4E8; }
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: 2.5rem; }
main > section > * + *, main > article > * + *, .mgw-wrap > * + *, .mgw-prose > * + *, .mgw-column > * + *, .mgw-column-center > * + * { margin-block-start: 1rem; }
@media (max-width: 48rem) {
  main > section { padding-block: 1.5rem; }
  main > section > * + *, main > article > * + *, .mgw-wrap > * + *, .mgw-prose > * + *, .mgw-column > * + *, .mgw-column-center > * + * { margin-block-start: 0.75rem; }
}

.mgw-accordion { background: linear-gradient(180deg, #252E3F 0%, #1B2332 100%); border: 1px solid #2A3447; border-radius: 8px; box-shadow: 0 1px 2px rgba(8, 11, 17, 0.5), 0 16px 32px rgba(8, 11, 17, 0.4), inset 0 1px 0 rgba(255,255,255,.06); transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.mgw-accordion + .mgw-accordion { margin-block-start: 0.75rem; }
.mgw-accordion[open] { border-color: #D11A3C; }
.mgw-accordion-q { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; cursor: pointer; list-style: none; }
.mgw-accordion-q::-webkit-details-marker { display: none; }
.mgw-accordion-q h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.mgw-accordion-q::after { content: "\f107"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #D11A3C; transition: transform 200ms; }
.mgw-accordion[open] .mgw-accordion-q::after { transform: rotate(180deg); }
.mgw-accordion-a { margin: 0; padding: 0 1rem 1rem; }
@media (max-width: 48rem) {
  .mgw-accordion-q { padding: 1rem; }
  .mgw-accordion-a { padding: 0 1rem 1rem; }
}

.mgw-memo, .mgw-memo-warning, .mgw-memo-info, .mgw-memo-success, .mgw-memo-error { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 8px; background: #1B2332; border: 1px solid #2A3447; border-left: 4px solid #D11A3C; }
.mgw-memo > i, .mgw-memo-warning > i, .mgw-memo-info > i, .mgw-memo-success > i, .mgw-memo-error > i { flex: 0 0 auto; margin-top: .2em; color: #D11A3C; }
.mgw-memo-success { border-left-color: #28A745; }
.mgw-memo-warning { border-left-color: #FFC107; }
.mgw-memo-error { border-left-color: #DC3545; }
.mgw-memo-info { border-left-color: #17A2B8; }
.mgw-memo-success > i { color: #28A745; }
.mgw-memo-warning > i { color: #FFC107; }
.mgw-memo-error > i { color: #DC3545; }
.mgw-memo-info > i { color: #17A2B8; }

.mgw-wrap { width: 100%; max-width: 76rem; margin-inline: auto; }
.mgw-prose { max-width: 62ch; margin-inline: auto; }
.mgw-column, .mgw-column-center { display: block; }
.mgw-column-center { text-align: center; }
.mgw-strip, .mgw-strip-center { display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem; }
.mgw-strip-center { justify-content: center; }
.mgw-matrix { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1rem; }
.mgw-lineup { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
.mgw-cats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
@media (min-width: 48rem) {
  .mgw-lineup { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
  .mgw-cats { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
}
.mgw-checklist { list-style: none; padding: 0; }
.mgw-checklist > li { display: flex; align-items: flex-start; gap: .75rem; }
.mgw-checklist > li + li { margin-block-start: .75rem; }
.mgw-checklist > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #D11A3C; }

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

.mgw-ledger-wrap { background: linear-gradient(180deg, #252E3F 0%, #1B2332 100%); border: 1px solid #2A3447; border-radius: 8px; box-shadow: 0 1px 2px rgba(8, 11, 17, 0.5), 0 16px 32px rgba(8, 11, 17, 0.4), inset 0 1px 0 rgba(255,255,255,.06); overflow-x: auto; max-width: 100%; }
.mgw-ledger { width: 100%; table-layout: fixed; border-collapse: collapse; }
.mgw-ledger th, .mgw-ledger td { padding: 0.75rem; text-align: start; border-bottom: 1px solid #2A3447; vertical-align: top; }
.mgw-ledger thead th { background: #252E3F; color: #F2F4F7; font-weight: 600; }
.mgw-ledger tbody tr:last-child td { border-bottom: 0; }
.mgw-ledger td:first-child { color: #B0B5B9; font-weight: 600; }

.mgw-panel { background: linear-gradient(180deg, #252E3F 0%, #1B2332 100%); border: 1px solid #2A3447; border-radius: 8px; box-shadow: 0 1px 2px rgba(8, 11, 17, 0.5), 0 16px 32px rgba(8, 11, 17, 0.4), inset 0 1px 0 rgba(255,255,255,.06); padding: 1rem; display: flex; flex-direction: column; gap: 0.75rem; transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.mgw-panel:hover { transform: translateY(-2px); box-shadow: 0 2px 4px rgba(8, 11, 17, 0.5), 0 24px 48px rgba(8, 11, 17, 0.5), inset 0 1px 0 rgba(255,255,255,.06); }
@media (max-width: 48rem) {
  .mgw-panel { padding: 1rem; }
}
.mgw-panel > img { width: 100%; height: auto; display: block; }

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

.mgw-path { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; padding: 1rem 0; font-size: 0.875rem; color: #D1D5DB; }
.mgw-path a { color: #FFD1D9; }
.mgw-path span { color: #F2F4F7; }

.mgw-chip { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #252E3F; border: 1px solid #3D485C; color: #F2F4F7; font-size: 0.875rem; }
.mgw-chip > i { color: #D11A3C; }

.mgw-minor { font-size: 0.875rem; }
.mgw-soft { color: #B0B5B9; }
.mgw-center { text-align: center; }
.mgw-tone-accent { color: #D11A3C; }
.mgw-tone-success { color: #28A745; }
.mgw-tone-warning { color: #FFC107; }
.mgw-tone-error { color: #DC3545; }
.mgw-tone-info { color: #17A2B8; }

.mgw-dock { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.5rem; background: #1B2332; border-top: 1px solid #2A3447; }
.mgw-dock-item { display: flex; flex-direction: column; align-items: center; gap: .25rem; flex: 1 1 0; padding: .5rem 0; font-size: 0.75rem; color: #B0B5B9; }
.mgw-dock-item i { font-size: 1.25rem; }
.mgw-dock-item:hover { color: #D11A3C; }

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

.mgw-play { background: linear-gradient(180deg, #252E3F 0%, #1B2332 100%); border: 1px solid #2A3447; border-radius: 8px; box-shadow: 0 1px 2px rgba(8, 11, 17, 0.5), 0 16px 32px rgba(8, 11, 17, 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 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.mgw-play:hover { transform: translateY(-2px); box-shadow: 0 2px 4px rgba(8, 11, 17, 0.5), 0 24px 48px rgba(8, 11, 17, 0.5), inset 0 1px 0 rgba(255,255,255,.06); }
.mgw-play-media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.mgw-play-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.mgw-play:hover .mgw-play-media img { transform: scale(1.04); }
.mgw-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; }
.mgw-play:hover .mgw-play-play, .mgw-play:focus-visible .mgw-play-play { opacity: 1; }
@media (hover: none) {
  .mgw-play-play { opacity: 1; }
}
.mgw-play-name { padding: .6rem .75rem; background: #252E3F; }
.mgw-play-name h3 { margin: 0; font-size: 0.875rem; color: #F2F4F7; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
  .mgw-play-name h3 { white-space: normal; }
}

.mgw-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; }
.mgw-ticker::-webkit-scrollbar { display: none; }
.mgw-ticker-link { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 4px; background: #1B2332; border: 1px solid #2A3447; color: #D1D5DB; font-size: 0.875rem; transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.mgw-ticker-link:hover { border-color: #D11A3C; color: #F2F4F7; }

.mgw-medal, .mgw-medal-success, .mgw-medal-warning, .mgw-medal-error, .mgw-medal-info { width: 2.75rem; height: 2.75rem; border-radius: 4px; background: linear-gradient(135deg, #3D4452 0%, #4A5263 100%); color: #FFFFFF; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.mgw-medal-success { background: #28A745; color: #FFF; }
.mgw-medal-warning { background: #FFC107; color: #FFF; }
.mgw-medal-error { background: #DC3545; color: #FFF; }
.mgw-medal-info { background: #17A2B8; color: #FFF; }

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

.mgw-press, .mgw-press-sm, .mgw-press-full, .mgw-press-outline { background: linear-gradient(135deg, #AB1531 0%, #D11A3C 100%); color: #FFFFFF; border-radius: 4px; min-height: 44px; font-weight: 700; box-shadow: 0 6px 16px rgba(209, 26, 60, 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 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.mgw-press:hover, .mgw-press-sm:hover, .mgw-press-full:hover, .mgw-press-outline:hover { background: #B01533; box-shadow: 0 8px 22px rgba(209, 26, 60, 0.4); }
.mgw-press-sm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.mgw-press-full { display: flex; width: 100%; }
.mgw-press-outline { background: transparent; background-image: none; color: #F2F4F7; border: 1px solid #3D485C; box-shadow: none; }
.mgw-press-outline:hover { background: transparent; border-color: #D11A3C; color: #F2F4F7; box-shadow: none; }

main > section.mgw-zone { background: #1B2332; padding-block: 2.5rem; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
  main > section.mgw-zone { padding-block: 1.5rem; }
}
.mgw-stage { background: linear-gradient(180deg, #222A39 0%, #121926 100%); padding-block: 2.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
  .mgw-stage { padding-block: 1.5rem; }
}

/* page */
.mgw-provider-name {
            font-weight: 700;
            letter-spacing: .02em;
        }
