/* overflow-guard */
:root { --brand-primary: #800020; --brand-primary-hover: #990028; --brand-secondary: #b2a1b5; --brand-secondary-hover: #c5b8c9; --brand-accent: #a5d8ff; --background-main: #1a080d; --background-surface: #250e14; --background-elevated: #31151b; --background-overlay: rgba(26, 8, 13, 0.8); --text-primary: #fdfbfa; --text-secondary: #e2e2e2; --text-muted: #bdbdbd; --text-brand-contrast: #ffffff; --text-link: #d1e9ff; --text-link-hover: #f0f7ff; --button-bg: #a5d8ff; --button-text: #0a1a2f; --button-hover-bg: #c3e6ff; --button-hover-text: #0a1a2f; --semantic-success: #4caf50; --success: #4caf50; --semantic-error: #ef5350; --error: #ef5350; --semantic-warning: #ffb74d; --warning: #ffb74d; --semantic-info: #64b5f6; --info: #64b5f6; --border-default: #3d1d24; --border-strong: #5c2b33; --border-brand: #800020; --font-family-headings: Noto Serif Bengali, Playfair Display, 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: 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.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: 74rem; --content-max-width: 74rem; --spacing-reading-max-width: 66ch; --reading-max-width: 66ch; --radius-sm: 8px; --radius-md: 16px; --radius-lg: 24px; --radius-pill: 9999px; --shadow-card: 0 8px 24px rgba(12, 4, 6, 0.4); --shadow-elevated: 0 12px 32px rgba(12, 4, 6, 0.5); --shadow-glow: 0 0 0 1px rgba(165, 216, 255, 0.35), 0 6px 18px rgba(165, 216, 255, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.06); --gradient-brand: linear-gradient(135deg, #800020 0%, #990028 100%); --gradient-hero: linear-gradient(180deg, #390b17 0%, #1a080d 100%); --gradient-surface: linear-gradient(135deg, #250e14 0%, #31151b 100%); --gradient-button: linear-gradient(135deg, #87b1d1 0%, #a5d8ff 100%); --effects-accent-bar: #a5d8ff; --recipes-transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; --transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
*, *::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: #1a080d; color: #e2e2e2; font-family: Noto Sans Bengali, Source Sans 3, sans-serif; font-weight: 400; line-height: 1.65; 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: Noto Serif Bengali, Playfair Display, serif; line-height: 1.25; letter-spacing: 0; color: #fdfbfa; }
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: #e2e2e2; }
ul, ol { margin: 0; }
a { color: #d1e9ff; text-decoration: none; transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
a:hover { color: #f0f7ff; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #a5d8ff; 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 > * + *, .mhWrap > * + *, .mhReading > * + *, .mhColumn > * + *, .mhColumnCenter > * + * { margin-block-start: 1rem; }
@media (max-width: 48rem) {
    main > section { padding-block: 1.5rem; }
    main > section > * + *, main > article > * + *, .mhWrap > * + *, .mhReading > * + *, .mhColumn > * + *, .mhColumnCenter > * + * { margin-block-start: 0.75rem; }
}

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

.mhHeadline { position: relative; }
.mhHeadline::before { content: ""; display: block; width: 2.5rem; height: 3px; background: #a5d8ff; border-radius: 2px; margin-bottom: .6rem; }

.mhNote, .mhNoteWarning, .mhNoteInfo, .mhNoteSuccess, .mhNoteError { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 16px; background: #250e14; border: 1px solid #3d1d24; border-left: 4px solid #a5d8ff; }
.mhNote > i, .mhNoteWarning > i, .mhNoteInfo > i, .mhNoteSuccess > i, .mhNoteError > i { flex: 0 0 auto; margin-top: .2em; color: #a5d8ff; }
.mhNoteSuccess { border-left-color: #4caf50; }
.mhNoteWarning { border-left-color: #ffb74d; }
.mhNoteError { border-left-color: #ef5350; }
.mhNoteInfo { border-left-color: #64b5f6; }
.mhNoteSuccess > i { color: #4caf50; }
.mhNoteWarning > i { color: #ffb74d; }
.mhNoteError > i { color: #ef5350; }
.mhNoteInfo > i { color: #64b5f6; }

.mhPoster { background: rgba(49, 21, 27, 0.65); border: 1px solid #3d1d24; border-radius: 16px; box-shadow: 0 8px 24px rgba(12, 4, 6, 0.4), inset 0 1px 0 rgba(255,255,255,.06); border-top: 3px solid #a5d8ff; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); display: flex; flex-direction: column; overflow: hidden; text-decoration: none; color: inherit; transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.mhPoster:hover { border-color: #800020; box-shadow: 0 12px 32px rgba(12, 4, 6, 0.5), inset 0 1px 0 rgba(255,255,255,.06); }
.mhPosterMedia { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.mhPosterMedia img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.mhPoster:hover .mhPosterMedia img { transform: scale(1.04); }
.mhPosterPlay { position: absolute; top: .5rem; right: .5rem; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #a5d8ff; color: #0a1a2f; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.mhPoster:hover .mhPosterPlay, .mhPoster:focus-visible .mhPosterPlay { opacity: 1; }
@media (hover: none) {
    .mhPosterPlay { opacity: 1; }
}
.mhPoster { position: relative; }
.mhPosterName { position: absolute; inset: auto 0 0 0; padding: .6rem .75rem; background: linear-gradient(180deg, transparent 0%, rgba(26, 8, 13, 0.8) 100%); }
.mhPosterName h3 { margin: 0; font-size: 0.875rem; color: #fdfbfa; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
    .mhPosterName h3 { white-space: normal; }
}

.mhRoute { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; padding: 1rem 0; font-size: 0.875rem; color: #e2e2e2; }
.mhRoute a { color: #d1e9ff; }
.mhRoute span { color: #fdfbfa; }

.mhPlate { background: rgba(49, 21, 27, 0.65); border: 1px solid #3d1d24; border-radius: 16px; box-shadow: 0 8px 24px rgba(12, 4, 6, 0.4), inset 0 1px 0 rgba(255,255,255,.06); border-top: 3px solid #a5d8ff; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); padding: 1rem; display: flex; flex-direction: column; gap: 0.75rem; transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.mhPlate:hover { border-color: #800020; box-shadow: 0 12px 32px rgba(12, 4, 6, 0.5), inset 0 1px 0 rgba(255,255,255,.06); }
@media (max-width: 48rem) {
    .mhPlate { padding: 1rem; }
}
.mhPlate > img { width: 100%; height: auto; display: block; }

.mhNavbar { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.25rem; background: #250e14; border-top: 1px solid #3d1d24; }
.mhNavbarItem { display: flex; flex-direction: column; align-items: center; gap: .25rem; flex: 1 1 0; padding: .5rem 0; font-size: 0.75rem; color: #bdbdbd; }
.mhNavbarItem i { font-size: 1.25rem; }
.mhNavbarItem:hover { color: #a5d8ff; }

.mhWrap { width: 100%; max-width: 74rem; margin-inline: auto; }
.mhReading { max-width: 66ch; margin-inline: auto; }
.mhColumn, .mhColumnCenter { display: block; }
.mhColumnCenter { text-align: center; }
.mhCluster, .mhClusterCenter { display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem; }
.mhClusterCenter { justify-content: center; }
.mhMosaic { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1rem; }
.mhShowcase { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
.mhTiles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
@media (min-width: 48rem) {
    .mhShowcase { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
    .mhTiles { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
}
.mhItems { list-style: none; padding: 0; }
.mhItems > li { display: flex; align-items: flex-start; gap: .75rem; }
.mhItems > li + li { margin-block-start: .75rem; }
.mhItems > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #a5d8ff; }

.mhChips { 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; }
.mhChips::-webkit-scrollbar { display: none; }
.mhChipsLink { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 8px; background: #250e14; border: 1px solid #3d1d24; color: #e2e2e2; font-size: 0.875rem; transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.mhChipsLink:hover { border-color: #800020; color: #fdfbfa; }

.mhSmall { font-size: 0.875rem; }
.mhFaint { color: #bdbdbd; }
.mhAxis { text-align: center; }
.mhToneAccent { color: #a5d8ff; }
.mhToneSuccess { color: #4caf50; }
.mhToneWarning { color: #ffb74d; }
.mhToneError { color: #ef5350; }
.mhToneInfo { color: #64b5f6; }

.mhChip { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #31151b; border: 1px solid #5c2b33; color: #fdfbfa; font-size: 0.875rem; }
.mhChip > i { color: #a5d8ff; }

.mhEmblem, .mhEmblemSuccess, .mhEmblemWarning, .mhEmblemError, .mhEmblemInfo { width: 2.75rem; height: 2.75rem; border-radius: 50%; background: linear-gradient(135deg, #800020 0%, #990028 100%); color: #ffffff; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.mhEmblemSuccess { background: #4caf50; color: #fff; }
.mhEmblemWarning { background: #ffb74d; color: #fff; }
.mhEmblemError { background: #ef5350; color: #fff; }
.mhEmblemInfo { background: #64b5f6; color: #fff; }

.mhTopbar { background: #1a080d; border-bottom: 1px solid #3d1d24; padding: .75rem 3%; position: sticky; top: 0; z-index: 100; }
.mhTopbarInner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.mhTopbarBrand { display: inline-flex; align-items: center; gap: .5rem; color: #fdfbfa; }
.mhTopbarBrand img { border-radius: 8px; }
.mhTopbarBrand strong { font-size: 16px; font-weight: 400; }
.mhTopbarActions { display: flex; align-items: center; gap: .5rem; }

main > section.mhZone { background: linear-gradient(180deg, #250e14 0%, #1a080d 100%); padding-block: 2.5rem; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    main > section.mhZone { padding-block: 1.5rem; }
}
.mhStage { background: linear-gradient(180deg, #390b17 0%, #1a080d 100%); padding-block: 2.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    .mhStage { padding-block: 1.5rem; }
}

.mhSheetWrap { background: rgba(49, 21, 27, 0.65); border: 1px solid #3d1d24; border-radius: 16px; box-shadow: 0 8px 24px rgba(12, 4, 6, 0.4), inset 0 1px 0 rgba(255,255,255,.06); border-top: 3px solid #a5d8ff; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); overflow-x: auto; max-width: 100%; }
.mhSheet { width: 100%; table-layout: fixed; border-collapse: collapse; }
.mhSheet th, .mhSheet td { padding: 0.75rem; text-align: start; border-bottom: 1px solid #3d1d24; vertical-align: top; }
.mhSheet thead th { background: #31151b; color: #fdfbfa; font-weight: 600; }
.mhSheet tbody tr:last-child td { border-bottom: 0; }
.mhSheet td:first-child { color: #bdbdbd; font-weight: 600; }

.mhPress, .mhPressSm, .mhPressFull, .mhPressOutline { background: linear-gradient(135deg, #87b1d1 0%, #a5d8ff 100%); color: #0a1a2f; border-radius: 16px; min-height: 44px; font-weight: 700; box-shadow: 0 6px 16px rgba(165, 216, 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 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.mhPress:hover, .mhPressSm:hover, .mhPressFull:hover, .mhPressOutline:hover { background: #c3e6ff; box-shadow: 0 8px 22px rgba(165, 216, 255, 0.4); }
.mhPressSm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.mhPressFull { display: flex; width: 100%; }
.mhPressOutline { background: transparent; background-image: none; color: #fdfbfa; border: 1px solid #5c2b33; box-shadow: none; }
.mhPressOutline:hover { background: transparent; border-color: #800020; color: #fdfbfa; box-shadow: none; }

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

.mhReveal { background: rgba(49, 21, 27, 0.65); border: 1px solid #3d1d24; border-radius: 16px; box-shadow: 0 8px 24px rgba(12, 4, 6, 0.4), inset 0 1px 0 rgba(255,255,255,.06); border-top: 3px solid #a5d8ff; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.mhReveal + .mhReveal { margin-block-start: 0.75rem; }
.mhReveal[open] { border-color: #800020; }
.mhRevealQ { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; cursor: pointer; list-style: none; }
.mhRevealQ::-webkit-details-marker { display: none; }
.mhRevealQ h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.mhRevealQ::after { content: "\f107"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #a5d8ff; transition: transform 200ms; }
.mhReveal[open] .mhRevealQ::after { transform: rotate(180deg); }
.mhRevealA { margin: 0; padding: 0 1rem 1rem; }
@media (max-width: 48rem) {
    .mhRevealQ { padding: 1rem; }
    .mhRevealA { padding: 0 1rem 1rem; }
}

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