/* overflow-guard */
:root { --brand-primary: #3C434D; --brand-primary-hover: #4A525E; --brand-secondary: #A8B0B8; --brand-secondary-hover: #BFC5CC; --brand-accent: #D11A3C; --background-main: #121924; --background-surface: #1A2331; --background-elevated: #222D3F; --background-overlay: rgba(18, 25, 36, 0.75); --text-primary: #F2F4F7; --text-secondary: #D1D5DB; --text-muted: #B0B5B9; --text-brand-contrast: #FFFFFF; --text-link: #E8B8C0; --text-link-hover: #FFD1D8; --button-bg: #D11A3C; --button-text: #FFFFFF; --button-hover-bg: #B01533; --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: #263141; --border-strong: #38455A; --border-brand: #3C434D; --font-family-headings: Hind Siliguri, Montserrat, sans-serif; --font-family-body: Noto Sans Bengali, Lato, 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: 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: 76rem; --content-max-width: 76rem; --spacing-reading-max-width: 70ch; --reading-max-width: 70ch; --radius-sm: 4px; --radius-md: 8px; --radius-lg: 12px; --radius-pill: 9999px; --shadow-card: 4px 4px 0 #090C12; --shadow-elevated: 6px 6px 0 #090C12; --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,.05); --gradient-brand: linear-gradient(135deg, #3C434D 0%, #4A525E 100%); --gradient-hero: linear-gradient(180deg, #212A37 0%, #121924 100%); --gradient-surface: linear-gradient(#222D3F, #222D3F); --gradient-button: linear-gradient(135deg, #AB1531 0%, #D11A3C 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: #121924; color: #D1D5DB; font-family: Noto Sans Bengali, Lato, sans-serif; font-weight: 400; line-height: 1.65; padding-bottom: 4.75rem; -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, Montserrat, sans-serif; line-height: 1.25; 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: #E8B8C0; text-decoration: none; transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
a:hover { color: #FFD1D8; }
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: 3.5rem; }
main > section > * + *, main > article > * + *, .xmWrap > * + *, .xmNarrow > * + *, .xmColumn > * + *, .xmColumnCenter > * + * { margin-block-start: 1.25rem; }
@media (max-width: 48rem) {
    main > section { padding-block: 2rem; }
    main > section > * + *, main > article > * + *, .xmWrap > * + *, .xmNarrow > * + *, .xmColumn > * + *, .xmColumnCenter > * + * { margin-block-start: 1rem; }
}

.xmPoster { background: #222D3F; border: 1px solid #263141; border-radius: 8px; box-shadow: 4px 4px 0 #090C12, inset 0 1px 0 rgba(255,255,255,.05); 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; }
.xmPoster:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #090C12, inset 0 1px 0 rgba(255,255,255,.05); }
.xmPosterMedia { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.xmPosterMedia img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.xmPoster:hover .xmPosterMedia img { transform: scale(1.04); }
.xmPosterPlay { position: absolute; bottom: .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; }
.xmPoster:hover .xmPosterPlay, .xmPoster:focus-visible .xmPosterPlay { opacity: 1; }
@media (hover: none) {
    .xmPosterPlay { opacity: 1; }
}
.xmPosterName { padding: .6rem .75rem; background: #222D3F; }
.xmPosterName h3 { margin: 0; font-size: 0.875rem; color: #F2F4F7; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
    .xmPosterName h3 { white-space: normal; }
}

.xmDatatableWrap { background: #222D3F; border: 1px solid #263141; border-radius: 8px; box-shadow: 4px 4px 0 #090C12, inset 0 1px 0 rgba(255,255,255,.05); overflow-x: auto; max-width: 100%; }
.xmDatatable { width: 100%; table-layout: fixed; border-collapse: collapse; }
.xmDatatable th, .xmDatatable td { padding: 1rem; text-align: start; border-bottom: 1px solid #263141; vertical-align: top; }
.xmDatatable thead th { background: #222D3F; color: #F2F4F7; font-weight: 600; }
.xmDatatable tbody tr:last-child td { border-bottom: 0; }
.xmDatatable td:first-child { color: #B0B5B9; font-weight: 600; }

.xmScroller { 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; }
.xmScroller::-webkit-scrollbar { display: none; }
.xmScrollerLink { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 4px; background: #1A2331; border: 1px solid #263141; color: #D1D5DB; font-size: 0.875rem; transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.xmScrollerLink:hover { border-color: #3C434D; color: #F2F4F7; }

.xmDisc, .xmDiscSuccess, .xmDiscWarning, .xmDiscError, .xmDiscInfo { width: 2.75rem; height: 2.75rem; border-radius: 4px; background: linear-gradient(135deg, #3C434D 0%, #4A525E 100%); color: #FFFFFF; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.xmDiscSuccess { background: #2E7D32; color: #FFF; }
.xmDiscWarning { background: #F9A825; color: #FFF; }
.xmDiscError { background: #C62828; color: #FFF; }
.xmDiscInfo { background: #1565C0; color: #FFF; }

main > section.xmStripe { background: #1A2331; padding-block: 3.5rem; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    main > section.xmStripe { padding-block: 2rem; }
}
.xmOpening { background: linear-gradient(180deg, #212A37 0%, #121924 100%); padding-block: 3.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    .xmOpening { padding-block: 2rem; }
}

.xmWrap { width: 100%; max-width: 76rem; margin-inline: auto; }
.xmNarrow { max-width: 70ch; margin-inline: auto; }
.xmColumn, .xmColumnCenter { display: block; }
.xmColumnCenter { text-align: center; }
.xmRow, .xmRowCenter { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.xmRowCenter { justify-content: center; }
.xmGrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1.25rem; }
.xmGames { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.xmMenu { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
@media (min-width: 48rem) {
    .xmGames { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; }
    .xmMenu { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
}
.xmChecklist { list-style: none; padding: 0; }
.xmChecklist > li { display: flex; align-items: flex-start; gap: .75rem; }
.xmChecklist > li + li { margin-block-start: .75rem; }
.xmChecklist > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #D11A3C; }

.xmAppbar { background: #121924; border-bottom: 1px solid #263141; padding: .75rem 3%; position: sticky; top: 0; z-index: 100; }
.xmAppbarInner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.xmAppbarBrand { display: inline-flex; align-items: center; gap: .5rem; color: #F2F4F7; }
.xmAppbarBrand img { border-radius: 4px; }
.xmAppbarBrand strong { font-size: 16px; font-weight: 400; }
.xmAppbarActions { display: flex; align-items: center; gap: .5rem; }

.xmFaq { background: #222D3F; border: 1px solid #263141; border-radius: 8px; box-shadow: 4px 4px 0 #090C12, inset 0 1px 0 rgba(255,255,255,.05); transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.xmFaq + .xmFaq { margin-block-start: 1rem; }
.xmFaq[open] { border-color: #3C434D; }
.xmFaqQ { display: flex; align-items: flex-start; gap: 1rem; padding: 1.5rem; cursor: pointer; list-style: none; }
.xmFaqQ::-webkit-details-marker { display: none; }
.xmFaqQ h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.xmFaqQ::after { content: "\f107"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #D11A3C; transition: transform 200ms; }
.xmFaq[open] .xmFaqQ::after { transform: rotate(180deg); }
.xmFaqA { margin: 0; padding: 0 1.5rem 1.5rem; }
@media (max-width: 48rem) {
    .xmFaqQ { padding: 1rem; }
    .xmFaqA { padding: 0 1rem 1rem; }
}

.xmMarker { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #222D3F; border: 1px solid #38455A; color: #F2F4F7; font-size: 0.875rem; }
.xmMarker > i { color: #D11A3C; }

.xmAction, .xmActionSm, .xmActionFull, .xmActionOutline { 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 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.xmAction:hover, .xmActionSm:hover, .xmActionFull:hover, .xmActionOutline:hover { background: #B01533; box-shadow: 0 8px 22px rgba(209, 26, 60, 0.4); }
.xmActionSm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.xmActionFull { display: flex; width: 100%; }
.xmActionOutline { background: transparent; background-image: none; color: #F2F4F7; border: 1px solid #38455A; box-shadow: none; }
.xmActionOutline:hover { background: transparent; border-color: #3C434D; color: #F2F4F7; box-shadow: none; }

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

.xmTabbar { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.75rem; background: #1A2331; border-top: 1px solid #263141; }
.xmTabbarItem { display: flex; flex-direction: column; align-items: center; gap: .25rem; flex: 1 1 0; padding: .5rem 0; font-size: 0.75rem; color: #B0B5B9; }
.xmTabbarItem i { font-size: 1.25rem; }
.xmTabbarItem:hover { color: #D11A3C; }

.xmSub { font-size: 0.875rem; }
.xmMuted { color: #B0B5B9; }
.xmCentered { text-align: center; }
.xmInkAccent { color: #D11A3C; }
.xmInkSuccess { color: #2E7D32; }
.xmInkWarning { color: #F9A825; }
.xmInkError { color: #C62828; }
.xmInkInfo { color: #1565C0; }

.xmCallout, .xmCalloutWarning, .xmCalloutInfo, .xmCalloutSuccess, .xmCalloutError { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 8px; background: #1A2331; border: 1px solid #263141; border-left: 4px solid #D11A3C; }
.xmCallout > i, .xmCalloutWarning > i, .xmCalloutInfo > i, .xmCalloutSuccess > i, .xmCalloutError > i { flex: 0 0 auto; margin-top: .2em; color: #D11A3C; }
.xmCalloutSuccess { border-left-color: #2E7D32; }
.xmCalloutWarning { border-left-color: #F9A825; }
.xmCalloutError { border-left-color: #C62828; }
.xmCalloutInfo { border-left-color: #1565C0; }
.xmCalloutSuccess > i { color: #2E7D32; }
.xmCalloutWarning > i { color: #F9A825; }
.xmCalloutError > i { color: #C62828; }
.xmCalloutInfo > i { color: #1565C0; }

.xmBox { background: #222D3F; border: 1px solid #263141; border-radius: 8px; box-shadow: 4px 4px 0 #090C12, inset 0 1px 0 rgba(255,255,255,.05); padding: 1.5rem; display: flex; flex-direction: column; gap: 1rem; transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.xmBox:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #090C12, inset 0 1px 0 rgba(255,255,255,.05); }
@media (max-width: 48rem) {
    .xmBox { padding: 1rem; }
}
.xmBox > img { width: 100%; height: auto; display: block; }

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

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

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

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