/* overflow-guard */
:root { --brand-primary: #800020; --brand-primary-hover: #960028; --brand-secondary: #c0c0c0; --brand-secondary-hover: #d3d3d3; --brand-accent: #00d1ff; --background-main: #0a1e18; --background-surface: #112a21; --background-elevated: #17352b; --background-overlay: rgba(10, 30, 24, 0.8); --text-primary: #fdfdfd; --text-secondary: #e0e0e0; --text-muted: #bdbdbd; --text-brand-contrast: #ffffff; --text-link: #b3e5ff; --text-link-hover: #d1f2ff; --button-bg: #00d1ff; --button-text: #000000; --button-hover-bg: #00b8e6; --button-hover-text: #000000; --semantic-success: #2ecc71; --success: #2ecc71; --semantic-error: #e74c3c; --error: #e74c3c; --semantic-warning: #f1c40f; --warning: #f1c40f; --semantic-info: #3498db; --info: #3498db; --border-default: #1b3b31; --border-strong: #264d40; --border-brand: #800020; --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: 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: 4.5rem; --section-desktop: 4.5rem; --spacing-item-desktop: 1.5rem; --item-desktop: 1.5rem; --spacing-section-mobile: 2.5rem; --section-mobile: 2.5rem; --spacing-item-mobile: 1rem; --item-mobile: 1rem; --spacing-container-pad-desktop: 2.5rem; --container-pad-desktop: 2.5rem; --spacing-container-pad-mobile: 1.25rem; --container-pad-mobile: 1.25rem; --spacing-card-pad-desktop: 2rem; --card-pad-desktop: 2rem; --spacing-card-pad-mobile: 1.25rem; --card-pad-mobile: 1.25rem; --spacing-content-max-width: 76rem; --content-max-width: 76rem; --spacing-reading-max-width: 70ch; --reading-max-width: 70ch; --radius-sm: 8px; --radius-md: 16px; --radius-lg: 24px; --radius-pill: 9999px; --shadow-card: 0 8px 24px rgba(4, 14, 11, 0.4); --shadow-elevated: 0 12px 32px rgba(4, 14, 11, 0.5); --shadow-glow: 0 0 0 1px rgba(0, 209, 255, 0.35), 0 6px 18px rgba(0, 209, 255, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.06); --gradient-brand: linear-gradient(135deg, #800020 0%, #960028 100%); --gradient-hero: linear-gradient(180deg, #292121 0%, #0a1e18 100%); --gradient-surface: linear-gradient(135deg, #112a21 0%, #17352b 100%); --gradient-button: none; --effects-accent-bar: #00d1ff; --recipes-transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; --transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
*, *::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: #0a1e18; color: #e0e0e0; font-family: Manrope, Noto Sans Bengali, 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: Rajdhani, Noto Sans Bengali, sans-serif; line-height: 1.35; letter-spacing: 0; color: #fdfdfd; }
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: #e0e0e0; }
ul, ol { margin: 0; }
a { color: #b3e5ff; text-decoration: none; transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
a:hover { color: #d1f2ff; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #00d1ff; 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: 4.5rem; }
main > section > * + *, main > article > * + *, .snx_holder > * + *, .snx_narrow > * + *, .snx_stack > * + *, .snx_stack_center > * + * { margin-block-start: 1.5rem; }
@media (max-width: 48rem) {
    main > section { padding-block: 2.5rem; }
    main > section > * + *, main > article > * + *, .snx_holder > * + *, .snx_narrow > * + *, .snx_stack > * + *, .snx_stack_center > * + * { margin-block-start: 1rem; }
}

.snx_card { background: rgba(23, 53, 43, 0.65); border: 1px solid #1b3b31; border-radius: 16px; box-shadow: 0 8px 24px rgba(4, 14, 11, 0.4), inset 0 1px 0 rgba(255,255,255,.06); border-top: 3px solid #00d1ff; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); padding: 2rem; display: flex; flex-direction: column; gap: 1rem; transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.snx_card:hover { border-color: #800020; box-shadow: 0 12px 32px rgba(4, 14, 11, 0.5), inset 0 1px 0 rgba(255,255,255,.06); }
@media (max-width: 48rem) {
    .snx_card { padding: 1.25rem; }
}
.snx_card > img { width: 100%; height: auto; display: block; }

.snx_marker { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #17352b; border: 1px solid #264d40; color: #fdfdfd; font-size: 0.875rem; }
.snx_marker > i { color: #00d1ff; }

.snx_emblem, .snx_emblem_success, .snx_emblem_warning, .snx_emblem_error, .snx_emblem_info { width: 2.75rem; height: 2.75rem; border-radius: 50%; background: linear-gradient(135deg, #800020 0%, #960028 100%); color: #ffffff; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.snx_emblem_success { background: #2ecc71; color: #fff; }
.snx_emblem_warning { background: #f1c40f; color: #fff; }
.snx_emblem_error { background: #e74c3c; color: #fff; }
.snx_emblem_info { background: #3498db; color: #fff; }

.snx_fine { font-size: 0.875rem; }
.snx_faint { color: #bdbdbd; }
.snx_centered { text-align: center; }
.snx_tint_accent { color: #00d1ff; }
.snx_tint_success { color: #2ecc71; }
.snx_tint_warning { color: #f1c40f; }
.snx_tint_error { color: #e74c3c; }
.snx_tint_info { color: #3498db; }

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

main > section.snx_band { background: linear-gradient(180deg, #112a21 0%, #0a1e18 100%); padding-block: 4.5rem; }
@media (max-width: 48rem) {
    main > section.snx_band { padding-block: 2.5rem; }
}
.snx_splash { background: linear-gradient(180deg, #292121 0%, #0a1e18 100%); padding-block: 4.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    .snx_splash { padding-block: 2.5rem; }
}

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

.snx_tabbar { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.25rem; background: #112a21; border-top: 1px solid #1b3b31; }
.snx_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; }
.snx_tabbar_item i { font-size: 1.25rem; }
.snx_tabbar_item:hover { color: #00d1ff; }

.snx_holder { width: 100%; max-width: 76rem; margin-inline: auto; }
.snx_narrow { max-width: 70ch; margin-inline: auto; }
.snx_stack, .snx_stack_center { display: block; }
.snx_stack_center { text-align: center; }
.snx_strip, .snx_strip_center { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.snx_strip_center { justify-content: center; }
.snx_grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1.5rem; }
.snx_games { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.snx_blocks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
@media (min-width: 48rem) {
    .snx_games { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; }
    .snx_blocks { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
}
.snx_bullets { list-style: none; padding: 0; }
.snx_bullets > li { display: flex; align-items: flex-start; gap: .75rem; }
.snx_bullets > li + li { margin-block-start: .75rem; }
.snx_bullets > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #00d1ff; }

.snx_gamecard { background: rgba(23, 53, 43, 0.65); border: 1px solid #1b3b31; border-radius: 16px; box-shadow: 0 8px 24px rgba(4, 14, 11, 0.4), inset 0 1px 0 rgba(255,255,255,.06); border-top: 3px solid #00d1ff; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); display: flex; flex-direction: column; overflow: hidden; text-decoration: none; color: inherit; transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.snx_gamecard:hover { border-color: #800020; box-shadow: 0 12px 32px rgba(4, 14, 11, 0.5), inset 0 1px 0 rgba(255,255,255,.06); }
.snx_gamecard_media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.snx_gamecard_media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.snx_gamecard:hover .snx_gamecard_media img { transform: scale(1.04); }
.snx_gamecard_play { position: absolute; bottom: .5rem; right: .5rem; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #00d1ff; color: #000000; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.snx_gamecard:hover .snx_gamecard_play, .snx_gamecard:focus-visible .snx_gamecard_play { opacity: 1; }
@media (hover: none) {
    .snx_gamecard_play { opacity: 1; }
}
.snx_gamecard { position: relative; }
.snx_gamecard_name { position: absolute; inset: auto 0 0 0; padding: .6rem .75rem; background: linear-gradient(180deg, transparent 0%, rgba(10, 30, 24, 0.8) 100%); }
.snx_gamecard_name h3 { margin: 0; font-size: 0.875rem; color: #fdfdfd; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
    .snx_gamecard_name h3 { white-space: normal; }
}

.snx_rail { 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; }
.snx_rail::-webkit-scrollbar { display: none; }
.snx_rail_link { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 8px; background: #112a21; border: 1px solid #1b3b31; color: #e0e0e0; font-size: 0.875rem; transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.snx_rail_link:hover { border-color: #800020; color: #fdfdfd; }

.snx_accordion { background: rgba(23, 53, 43, 0.65); border: 1px solid #1b3b31; border-radius: 16px; box-shadow: 0 8px 24px rgba(4, 14, 11, 0.4), inset 0 1px 0 rgba(255,255,255,.06); border-top: 3px solid #00d1ff; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.snx_accordion + .snx_accordion { margin-block-start: 1rem; }
.snx_accordion[open] { border-color: #800020; }
.snx_accordion_q { display: flex; align-items: flex-start; gap: 1rem; padding: 2rem; cursor: pointer; list-style: none; }
.snx_accordion_q::-webkit-details-marker { display: none; }
.snx_accordion_q h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.snx_accordion_q::after { content: "\f0d7"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #00d1ff; transition: transform 200ms; }
.snx_accordion[open] .snx_accordion_q::after { transform: rotate(180deg); }
.snx_accordion_a { margin: 0; padding: 0 2rem 2rem; }
@media (max-width: 48rem) {
    .snx_accordion_q { padding: 1.25rem; }
    .snx_accordion_a { padding: 0 1.25rem 1.25rem; }
}

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

.snx_table_wrap { background: rgba(23, 53, 43, 0.65); border: 1px solid #1b3b31; border-radius: 16px; box-shadow: 0 8px 24px rgba(4, 14, 11, 0.4), inset 0 1px 0 rgba(255,255,255,.06); border-top: 3px solid #00d1ff; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); overflow-x: auto; max-width: 100%; }
.snx_table { width: 100%; table-layout: fixed; border-collapse: collapse; }
.snx_table th, .snx_table td { padding: 1rem; text-align: start; border-bottom: 1px solid #1b3b31; vertical-align: top; }
.snx_table thead th { background: #17352b; color: #fdfdfd; font-weight: 600; }
.snx_table tbody tr:last-child td { border-bottom: 0; }
.snx_table td:first-child { color: #bdbdbd; font-weight: 600; }

.snx_masthead { background: #0a1e18; border-bottom: 1px solid #1b3b31; padding: .75rem 3%; position: sticky; top: 0; z-index: 100; }
.snx_masthead_inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.snx_masthead_brand { display: inline-flex; align-items: center; gap: .5rem; color: #fdfdfd; }
.snx_masthead_brand img { border-radius: 8px; }
.snx_masthead_brand strong { font-size: 16px; font-weight: 400; }
.snx_masthead_actions { display: flex; align-items: center; gap: .5rem; }

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

.snx_callout, .snx_callout_warning, .snx_callout_info, .snx_callout_success, .snx_callout_error { display: flex; align-items: flex-start; gap: 1rem; padding: 1.25rem; border-radius: 16px; background: #112a21; border: 1px solid #1b3b31; border-left: 4px solid #00d1ff; }
.snx_callout > i, .snx_callout_warning > i, .snx_callout_info > i, .snx_callout_success > i, .snx_callout_error > i { flex: 0 0 auto; margin-top: .2em; color: #00d1ff; }
.snx_callout_success { border-left-color: #2ecc71; }
.snx_callout_warning { border-left-color: #f1c40f; }
.snx_callout_error { border-left-color: #e74c3c; }
.snx_callout_info { border-left-color: #3498db; }
.snx_callout_success > i { color: #2ecc71; }
.snx_callout_warning > i { color: #f1c40f; }
.snx_callout_error > i { color: #e74c3c; }
.snx_callout_info > i { color: #3498db; }

.snx_btn, .snx_btn_sm, .snx_btn_full, .snx_btn_outline { background: #00d1ff; color: #000000; border-radius: 16px; 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(4, 14, 11, 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 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.snx_btn:hover, .snx_btn_sm:hover, .snx_btn_full:hover, .snx_btn_outline:hover { background: #00b8e6; 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(4, 14, 11, 0.45); }
.snx_btn_sm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.snx_btn_full { display: flex; width: 100%; }
.snx_btn_outline { background: transparent; background-image: none; color: #fdfdfd; border: 1px solid #264d40; box-shadow: none; }
.snx_btn_outline:hover { background: transparent; border-color: #800020; color: #fdfdfd; box-shadow: none; }

/* page */
.snx_provider_name {
            font-weight: 700;
            letter-spacing: 0.02em;
            color: var(--text-primary);
        }
