/* overflow-guard */
:root { --brand-primary: #b21e3e; --brand-primary-hover: #d12a4d; --brand-secondary: #c5b8b0; --brand-secondary-hover: #ded4cc; --brand-accent: #00a8b5; --background-main: #1b0a1b; --background-surface: #251125; --background-elevated: #301b30; --background-overlay: rgba(27, 10, 27, 0.8); --text-primary: #fdfdfd; --text-secondary: #e0e0e0; --text-muted: #bdbdbd; --text-brand-contrast: #ffffff; --text-link: #b2ebf0; --text-link-hover: #d1f4f7; --button-bg: #00a8b5; --button-text: #ffffff; --button-hover-bg: #00c2cd; --button-hover-text: #ffffff; --semantic-success: #2e7d32; --success: #2e7d32; --semantic-error: #c62828; --error: #c62828; --semantic-warning: #f9a825; --warning: #f9a825; --semantic-info: #1565c0; --info: #1565c0; --border-default: #3a223a; --border-strong: #4d2f4d; --border-brand: #b21e3e; --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: 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.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: 4px; --radius-md: 8px; --radius-lg: 12px; --radius-pill: 9999px; --shadow-card: 0 4px 12px rgba(12, 4, 12, 0.35); --shadow-elevated: 0 8px 24px rgba(12, 4, 12, 0.45); --shadow-glow: 0 0 0 1px rgba(0, 168, 181, 0.35), 0 6px 18px rgba(0, 168, 181, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.08); --gradient-brand: linear-gradient(135deg, #b21e3e 0%, #d12a4d 100%); --gradient-hero: linear-gradient(180deg, #44142a 0%, #1b0a1b 100%); --gradient-surface: linear-gradient(#301b30, #301b30); --gradient-button: none; --effects-accent-bar: none; --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: #1b0a1b; color: #e0e0e0; font-family: Manrope, Noto Sans Bengali, 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: Rajdhani, Noto Sans Bengali, sans-serif; line-height: 1.25; letter-spacing: 0; color: #fdfdfd; }
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: #e0e0e0; }
ul, ol { margin: 0; }
a { color: #b2ebf0; text-decoration: none; transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
a:hover { color: #d1f4f7; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #00a8b5; 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 > * + *, .mzWrap > * + *, .mzCopy > * + *, .mzColumn > * + *, .mzColumnCenter > * + * { margin-block-start: 1rem; }
@media (max-width: 48rem) {
  main > section { padding-block: 1.5rem; }
  main > section > * + *, main > article > * + *, .mzWrap > * + *, .mzCopy > * + *, .mzColumn > * + *, .mzColumnCenter > * + * { margin-block-start: 0.75rem; }
}

.mzWrap { width: 100%; max-width: 74rem; margin-inline: auto; }
.mzCopy { max-width: 66ch; margin-inline: auto; }
.mzColumn, .mzColumnCenter { display: block; }
.mzColumnCenter { text-align: center; }
.mzStrip, .mzStripCenter { display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem; }
.mzStripCenter { justify-content: center; }
.mzCells { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1rem; }
.mzGames { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
.mzCats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
@media (min-width: 48rem) {
  .mzGames { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
  .mzCats { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
}
.mzTicks { list-style: none; padding: 0; }
.mzTicks > li { display: flex; align-items: flex-start; gap: .75rem; }
.mzTicks > li + li { margin-block-start: .75rem; }
.mzTicks > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #00a8b5; }

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

.mzCard { background: #301b30; border: 1px solid #4d2f4d; border-radius: 8px; box-shadow: 0 4px 12px rgba(12, 4, 12, 0.35), inset 0 1px 0 rgba(255,255,255,.08); padding: 1rem; display: flex; flex-direction: column; gap: 0.75rem; transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.mzCard:hover { border-color: #b21e3e; box-shadow: 0 0 0 1px rgba(0, 168, 181, 0.35), 0 6px 18px rgba(0, 168, 181, 0.35), inset 0 1px 0 rgba(255,255,255,.08); }
@media (max-width: 48rem) {
  .mzCard { padding: 1rem; }
}
.mzCard > img { width: 100%; height: auto; display: block; }

.mzNavbar { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.5rem; background: #251125; border-top: 1px solid #3a223a; }
.mzNavbarItem { display: flex; flex-direction: column; align-items: center; gap: .25rem; flex: 1 1 0; padding: .5rem 0; font-size: 0.75rem; color: #bdbdbd; }
.mzNavbarItem i { font-size: 1.25rem; }
.mzNavbarItem:hover { color: #00a8b5; }

.mzMedal, .mzMedalSuccess, .mzMedalWarning, .mzMedalError, .mzMedalInfo { width: 2.75rem; height: 2.75rem; border-radius: 4px; background: linear-gradient(135deg, #b21e3e 0%, #d12a4d 100%); color: #ffffff; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.mzMedalSuccess { background: #2e7d32; color: #fff; }
.mzMedalWarning { background: #f9a825; color: #fff; }
.mzMedalError { background: #c62828; color: #fff; }
.mzMedalInfo { background: #1565c0; color: #fff; }

main > section.mzBand { background: #251125; border-top: 1px solid #3a223a; border-bottom: 1px solid #3a223a; padding-block: 2.5rem; }
@media (max-width: 48rem) {
  main > section.mzBand { padding-block: 1.5rem; }
}
.mzIntro { background: linear-gradient(180deg, #44142a 0%, #1b0a1b 100%); padding-block: 2.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
  .mzIntro { padding-block: 1.5rem; }
}

.mzTableWrap { background: #301b30; border: 1px solid #4d2f4d; border-radius: 8px; box-shadow: 0 4px 12px rgba(12, 4, 12, 0.35), inset 0 1px 0 rgba(255,255,255,.08); overflow-x: auto; max-width: 100%; }
.mzTable { width: 100%; table-layout: fixed; border-collapse: collapse; }
.mzTable th, .mzTable td { padding: 0.75rem; text-align: start; border-bottom: 1px solid #3a223a; vertical-align: top; }
.mzTable thead th { background: #301b30; color: #fdfdfd; font-weight: 600; }
.mzTable tbody tr:last-child td { border-bottom: 0; }
.mzTable td:first-child { color: #bdbdbd; font-weight: 600; }

.mzPill { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #301b30; border: 1px solid #4d2f4d; color: #fdfdfd; font-size: 0.875rem; }
.mzPill > i { color: #00a8b5; }

.mzNotice, .mzNoticeWarning, .mzNoticeInfo, .mzNoticeSuccess, .mzNoticeError { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 8px; background: #251125; border: 1px solid #3a223a; border-left: 4px solid #00a8b5; }
.mzNotice > i, .mzNoticeWarning > i, .mzNoticeInfo > i, .mzNoticeSuccess > i, .mzNoticeError > i { flex: 0 0 auto; margin-top: .2em; color: #00a8b5; }
.mzNoticeSuccess { border-left-color: #2e7d32; }
.mzNoticeWarning { border-left-color: #f9a825; }
.mzNoticeError { border-left-color: #c62828; }
.mzNoticeInfo { border-left-color: #1565c0; }
.mzNoticeSuccess > i { color: #2e7d32; }
.mzNoticeWarning > i { color: #f9a825; }
.mzNoticeError > i { color: #c62828; }
.mzNoticeInfo > i { color: #1565c0; }

.mzTopbar { background: #1b0a1b; border-bottom: 1px solid #3a223a; padding: .75rem 3%; position: sticky; top: 0; z-index: 100; }
.mzTopbarInner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.mzTopbarBrand { display: inline-flex; align-items: center; gap: .5rem; color: #fdfdfd; }
.mzTopbarBrand img { border-radius: 4px; }
.mzTopbarBrand strong { font-size: 16px; font-weight: 400; }
.mzTopbarActions { display: flex; align-items: center; gap: .5rem; }

.mzAccordion { background: #301b30; border: 1px solid #4d2f4d; border-radius: 8px; box-shadow: 0 4px 12px rgba(12, 4, 12, 0.35), inset 0 1px 0 rgba(255,255,255,.08); transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.mzAccordion + .mzAccordion { margin-block-start: 0.75rem; }
.mzAccordion[open] { border-color: #b21e3e; }
.mzAccordionQ { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; cursor: pointer; list-style: none; }
.mzAccordionQ::-webkit-details-marker { display: none; }
.mzAccordionQ h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.mzAccordionQ::after { content: "\f0d7"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #00a8b5; transition: transform 200ms; }
.mzAccordion[open] .mzAccordionQ::after { transform: rotate(180deg); }
.mzAccordionA { margin: 0; padding: 0 1rem 1rem; }
@media (max-width: 48rem) {
  .mzAccordionQ { padding: 1rem; }
  .mzAccordionA { padding: 0 1rem 1rem; }
}

.mzFine { font-size: 0.875rem; }
.mzMuted { color: #bdbdbd; }
.mzCentered { text-align: center; }
.mzShadeAccent { color: #00a8b5; }
.mzShadeSuccess { color: #2e7d32; }
.mzShadeWarning { color: #f9a825; }
.mzShadeError { color: #c62828; }
.mzShadeInfo { color: #1565c0; }

.mzCover { background: #301b30; border: 1px solid #4d2f4d; border-radius: 8px; box-shadow: 0 4px 12px rgba(12, 4, 12, 0.35), inset 0 1px 0 rgba(255,255,255,.08); 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; }
.mzCover:hover { border-color: #b21e3e; box-shadow: 0 0 0 1px rgba(0, 168, 181, 0.35), 0 6px 18px rgba(0, 168, 181, 0.35), inset 0 1px 0 rgba(255,255,255,.08); }
.mzCoverMedia { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.mzCoverMedia img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.mzCover:hover .mzCoverMedia img { transform: scale(1.04); }
.mzCoverPlay { position: absolute; bottom: .5rem; right: .5rem; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #00a8b5; color: #ffffff; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.mzCover:hover .mzCoverPlay, .mzCover:focus-visible .mzCoverPlay { opacity: 1; }
@media (hover: none) {
  .mzCoverPlay { opacity: 1; }
}
.mzCoverName { padding: .6rem .75rem; background: #301b30; }
.mzCoverName h3 { margin: 0; font-size: 0.875rem; color: #fdfdfd; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
  .mzCoverName h3 { white-space: normal; }
}

.mzPress, .mzPressSm, .mzPressFull, .mzPressOutline { background: #00a8b5; color: #ffffff; border-radius: 4px; 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(12, 4, 12, 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 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.mzPress:hover, .mzPressSm:hover, .mzPressFull:hover, .mzPressOutline:hover { background: #00c2cd; 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(12, 4, 12, 0.45); }
.mzPressSm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.mzPressFull { display: flex; width: 100%; }
.mzPressOutline { background: transparent; background-image: none; color: #fdfdfd; border: 1px solid #4d2f4d; box-shadow: none; }
.mzPressOutline:hover { background: transparent; border-color: #b21e3e; color: #fdfdfd; box-shadow: none; }

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

.mzHeadline { position: relative; }
.mzHeadline::before { content: ""; display: block; width: 100%; height: 1px; background: linear-gradient(90deg, #00a8b5 0, #00a8b5 2.5rem, #3a223a 2.5rem, #3a223a 100%); margin-bottom: .6rem; }

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

.mzTicker { 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; }
.mzTicker::-webkit-scrollbar { display: none; }
.mzTickerLink { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 4px; background: #251125; border: 1px solid #3a223a; color: #e0e0e0; font-size: 0.875rem; transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.mzTickerLink:hover { border-color: #b21e3e; color: #fdfdfd; }

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