/* overflow-guard */
:root { --brand-primary: #800020; --brand-primary-hover: #990029; --brand-secondary: #C0A0B0; --brand-secondary-hover: #D4B8C8; --brand-accent: #A5F3FC; --background-main: #1C0810; --background-surface: #280E18; --background-elevated: #341420; --background-overlay: rgba(28, 8, 16, 0.8); --text-primary: #FDFCFB; --text-secondary: #E2E2E2; --text-muted: #BDBDBD; --text-brand-contrast: #FFFFFF; --text-link: #D1F5FF; --text-link-hover: #E6FFFF; --button-bg: #A5F3FC; --button-text: #00333D; --button-hover-bg: #C2F9FF; --button-hover-text: #00333D; --semantic-success: #2ECC71; --success: #2ECC71; --semantic-error: #E74C3C; --error: #E74C3C; --semantic-warning: #F1C40F; --warning: #F1C40F; --semantic-info: #3498DB; --info: #3498DB; --border-default: #3D1A26; --border-strong: #522533; --border-brand: #800020; --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: 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.35; --line-height-body: 1.55; --letter-spacing-heading: 0; --letter-spacing-body: 0; --spacing-section-desktop: 3.5rem; --section-desktop: 3.5rem; --spacing-item-desktop: 1.25rem; --item-desktop: 1.25rem; --spacing-section-mobile: 2rem; --section-mobile: 2rem; --spacing-item-mobile: 1rem; --item-mobile: 1rem; --spacing-container-pad-desktop: 2rem; --container-pad-desktop: 2rem; --spacing-container-pad-mobile: 1rem; --container-pad-mobile: 1rem; --spacing-card-pad-desktop: 1.5rem; --card-pad-desktop: 1.5rem; --spacing-card-pad-mobile: 1rem; --card-pad-mobile: 1rem; --spacing-content-max-width: 78rem; --content-max-width: 78rem; --spacing-reading-max-width: 70ch; --reading-max-width: 70ch; --radius-sm: 8px; --radius-md: 16px; --radius-lg: 24px; --radius-pill: 9999px; --shadow-card: 4px 4px 0 #0E0408; --shadow-elevated: 6px 6px 0 #0E0408; --shadow-glow: 0 0 0 1px rgba(165, 243, 252, 0.35), 0 6px 18px rgba(165, 243, 252, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.05); --gradient-brand: linear-gradient(135deg, #800020 0%, #990029 100%); --gradient-hero: linear-gradient(180deg, #3B0B1A 0%, #1C0810 100%); --gradient-surface: linear-gradient(#341420, #341420); --gradient-button: linear-gradient(135deg, #87C7CF 0%, #A5F3FC 100%); --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: #1C0810; color: #E2E2E2; font-family: Noto Sans Bengali, Source Sans 3, sans-serif; font-weight: 400; line-height: 1.55; 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, Sora, sans-serif; line-height: 1.35; letter-spacing: 0; color: #FDFCFB; }
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: #D1F5FF; text-decoration: none; transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
a:hover { color: #E6FFFF; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #A5F3FC; 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: 3.5rem; }
main > section > * + *, main > article > * + *, .mv_frame > * + *, .mv_narrow > * + *, .mv_stack > * + *, .mv_stack_center > * + * { margin-block-start: 1.25rem; }
@media (max-width: 48rem) {
  main > section { padding-block: 2rem; }
  main > section > * + *, main > article > * + *, .mv_frame > * + *, .mv_narrow > * + *, .mv_stack > * + *, .mv_stack_center > * + * { margin-block-start: 1rem; }
}

.mv_gamecard { background: rgba(52, 20, 32, 0.65); border: 1px solid #3D1A26; border-radius: 16px; box-shadow: 4px 4px 0 #0E0408, inset 0 1px 0 rgba(255,255,255,.05); 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; }
.mv_gamecard:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #0E0408, inset 0 1px 0 rgba(255,255,255,.05); }
.mv_gamecard_media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.mv_gamecard_media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.mv_gamecard:hover .mv_gamecard_media img { transform: scale(1.04); }
.mv_gamecard_play { position: absolute; bottom: .5rem; right: .5rem; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #A5F3FC; color: #00333D; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.mv_gamecard:hover .mv_gamecard_play, .mv_gamecard:focus-visible .mv_gamecard_play { opacity: 1; }
@media (hover: none) {
  .mv_gamecard_play { opacity: 1; }
}
.mv_gamecard { position: relative; }
.mv_gamecard_name { position: absolute; inset: auto 0 0 0; padding: .6rem .75rem; background: linear-gradient(180deg, transparent 0%, rgba(28, 8, 16, 0.8) 100%); }
.mv_gamecard_name h3 { margin: 0; font-size: 0.875rem; color: #FDFCFB; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
  .mv_gamecard_name h3 { white-space: normal; }
}

.mv_note, .mv_note_warning, .mv_note_info, .mv_note_success, .mv_note_error { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 16px; background: #280E18; border: 1px solid #3D1A26; border-left: 4px solid #A5F3FC; }
.mv_note > i, .mv_note_warning > i, .mv_note_info > i, .mv_note_success > i, .mv_note_error > i { flex: 0 0 auto; margin-top: .2em; color: #A5F3FC; }
.mv_note_success { border-left-color: #2ECC71; }
.mv_note_warning { border-left-color: #F1C40F; }
.mv_note_error { border-left-color: #E74C3C; }
.mv_note_info { border-left-color: #3498DB; }
.mv_note_success > i { color: #2ECC71; }
.mv_note_warning > i { color: #F1C40F; }
.mv_note_error > i { color: #E74C3C; }
.mv_note_info > i { color: #3498DB; }

.mv_button, .mv_button_sm, .mv_button_full, .mv_button_outline { background: linear-gradient(135deg, #87C7CF 0%, #A5F3FC 100%); color: #00333D; border-radius: 16px; min-height: 44px; font-weight: 700; box-shadow: 0 6px 16px rgba(165, 243, 252, 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; }
.mv_button:hover, .mv_button_sm:hover, .mv_button_full:hover, .mv_button_outline:hover { background: #C2F9FF; box-shadow: 0 8px 22px rgba(165, 243, 252, 0.4); }
.mv_button_sm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.mv_button_full { display: flex; width: 100%; }
.mv_button_outline { background: transparent; background-image: none; color: #FDFCFB; border: 1px solid #522533; box-shadow: none; }
.mv_button_outline:hover { background: transparent; border-color: #800020; color: #FDFCFB; box-shadow: none; }

.mv_small { font-size: 0.875rem; }
.mv_soft { color: #BDBDBD; }
.mv_mid { text-align: center; }
.mv_shade_accent { color: #A5F3FC; }
.mv_shade_success { color: #2ECC71; }
.mv_shade_warning { color: #F1C40F; }
.mv_shade_error { color: #E74C3C; }
.mv_shade_info { color: #3498DB; }

main > section.mv_stripe { background: #280E18; padding-block: 3.5rem; }
@media (max-width: 48rem) {
  main > section.mv_stripe { padding-block: 2rem; }
}
.mv_opening { background: linear-gradient(180deg, #3B0B1A 0%, #1C0810 100%); padding-block: 3.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
  .mv_opening { padding-block: 2rem; }
}

.mv_head { background: #1C0810; border-bottom: 1px solid #3D1A26; padding: .75rem 3%; position: sticky; top: 0; z-index: 100; }
.mv_head_inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.mv_head_brand { display: inline-flex; align-items: center; gap: .5rem; color: #FDFCFB; }
.mv_head_brand img { border-radius: 8px; }
.mv_head_brand strong { font-size: 16px; font-weight: 400; }
.mv_head_actions { display: flex; align-items: center; gap: .5rem; }

.mv_frame { width: 100%; max-width: 78rem; margin-inline: auto; }
.mv_narrow { max-width: 70ch; margin-inline: auto; }
.mv_stack, .mv_stack_center { display: block; }
.mv_stack_center { text-align: center; }
.mv_row, .mv_row_center { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.mv_row_center { justify-content: center; }
.mv_grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1.25rem; }
.mv_lineup { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.mv_menu { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
@media (min-width: 48rem) {
  .mv_lineup { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; }
  .mv_menu { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
}
.mv_ticks { list-style: none; padding: 0; }
.mv_ticks > li { display: flex; align-items: flex-start; gap: .75rem; }
.mv_ticks > li + li { margin-block-start: .75rem; }
.mv_ticks > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #A5F3FC; }

.mv_foot { background: #1C0810; border-top: 1px solid #3D1A26; padding: 3rem 3% 2rem; color: #BDBDBD; }
.mv_foot_grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; text-align: center; }
.mv_foot_col > p, .mv_foot_col > h3 { font-size: 0.875rem; font-weight: 700; color: #FDFCFB; margin: 0 0 .75rem; text-transform: uppercase; letter-spacing: .05em; }
.mv_foot_col ul { list-style: none; padding: 0; margin: 0; }
.mv_foot_col li + li { margin-block-start: .5rem; }
.mv_foot_col a { color: #BDBDBD; font-size: 0.875rem; }
.mv_foot_col a:hover { color: #E6FFFF; }
.mv_foot_meta { margin-block-start: 2rem; padding-block-start: 1.5rem; border-top: 1px solid #3D1A26; text-align: center; font-size: 0.875rem; }
.mv_foot_meta > * + * { margin-block-start: .5rem; }

.mv_tabbar { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.25rem; background: #280E18; border-top: 1px solid #3D1A26; }
.mv_tabbar_item { display: flex; flex-direction: column; align-items: center; gap: .25rem; flex: 1 1 0; padding: .5rem 0; font-size: 0.75rem; color: #BDBDBD; }
.mv_tabbar_item i { font-size: 1.25rem; }
.mv_tabbar_item:hover { color: #A5F3FC; }

.mv_datatable_wrap { background: rgba(52, 20, 32, 0.65); border: 1px solid #3D1A26; border-radius: 16px; box-shadow: 4px 4px 0 #0E0408, inset 0 1px 0 rgba(255,255,255,.05); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); overflow-x: auto; max-width: 100%; }
.mv_datatable { width: 100%; table-layout: fixed; border-collapse: collapse; }
.mv_datatable th, .mv_datatable td { padding: 1rem; text-align: start; border-bottom: 1px solid #3D1A26; vertical-align: top; }
.mv_datatable thead th { background: #341420; color: #FDFCFB; font-weight: 600; }
.mv_datatable tbody tr:last-child td { border-bottom: 0; }
.mv_datatable td:first-child { color: #BDBDBD; font-weight: 600; }

.mv_chip { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #341420; border: 1px solid #522533; color: #FDFCFB; font-size: 0.875rem; }
.mv_chip > i { color: #A5F3FC; }

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

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

.mv_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; }
.mv_ticker::-webkit-scrollbar { display: none; }
.mv_ticker_link { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 8px; background: #280E18; border: 1px solid #3D1A26; color: #E2E2E2; font-size: 0.875rem; transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.mv_ticker_link:hover { border-color: #800020; color: #FDFCFB; }

.mv_accordion { background: rgba(52, 20, 32, 0.65); border: 1px solid #3D1A26; border-radius: 16px; box-shadow: 4px 4px 0 #0E0408, inset 0 1px 0 rgba(255,255,255,.05); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.mv_accordion + .mv_accordion { margin-block-start: 1rem; }
.mv_accordion[open] { border-color: #800020; }
.mv_accordion_q { display: flex; align-items: flex-start; gap: 1rem; padding: 1.5rem; cursor: pointer; list-style: none; }
.mv_accordion_q::-webkit-details-marker { display: none; }
.mv_accordion_q h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.mv_accordion_q::after { content: "\f078"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #A5F3FC; transition: transform 200ms; }
.mv_accordion[open] .mv_accordion_q::after { transform: rotate(180deg); }
.mv_accordion_a { margin: 0; padding: 0 1.5rem 1.5rem; }
@media (max-width: 48rem) {
  .mv_accordion_q { padding: 1rem; }
  .mv_accordion_a { padding: 0 1rem 1rem; }
}

.mv_medal, .mv_medal_success, .mv_medal_warning, .mv_medal_error, .mv_medal_info { width: 2.75rem; height: 2.75rem; border-radius: 50%; background: linear-gradient(135deg, #800020 0%, #990029 100%); color: #FFFFFF; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.mv_medal_success { background: #2ECC71; color: #FFF; }
.mv_medal_warning { background: #F1C40F; color: #FFF; }
.mv_medal_error { background: #E74C3C; color: #FFF; }
.mv_medal_info { background: #3498DB; color: #FFF; }

.mv_breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; padding: 1rem 0; font-size: 0.875rem; color: #E2E2E2; }
.mv_breadcrumb a { color: #D1F5FF; }
.mv_breadcrumb span { color: #FDFCFB; }

.mv_box { background: rgba(52, 20, 32, 0.65); border: 1px solid #3D1A26; border-radius: 16px; box-shadow: 4px 4px 0 #0E0408, inset 0 1px 0 rgba(255,255,255,.05); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); padding: 1.5rem; display: flex; flex-direction: column; gap: 1rem; transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.mv_box:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #0E0408, inset 0 1px 0 rgba(255,255,255,.05); }
@media (max-width: 48rem) {
  .mv_box { padding: 1rem; }
}
.mv_box > img { width: 100%; height: auto; display: block; }

/* page */
.mv_provider_name {
            font-weight: 700;
            letter-spacing: 0.02em;
        }
