/* overflow-guard */
:root { --brand-primary: #5C6B7A; --brand-primary-hover: #728495; --brand-secondary: #8A949C; --brand-secondary-hover: #A1A9B1; --brand-accent: #00C896; --background-main: #1A120D; --background-surface: #241913; --background-elevated: #2E221B; --background-overlay: rgba(26, 18, 13, 0.75); --text-primary: #FDFBFA; --text-secondary: #E2E2E2; --text-muted: #BDBDBD; --text-brand-contrast: #FFFFFF; --text-link: #D1F5EF; --text-link-hover: #FFFFFF; --button-bg: #00C896; --button-text: #000000; --button-hover-bg: #00A67B; --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: #322620; --border-strong: #453730; --border-brand: #5C6B7A; --font-family-headings: Hind Siliguri, Rajdhani, sans-serif; --font-family-body: Noto Sans Bengali, Manrope, 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: 700; --role-weight-h2: 600; --role-weight-h3: 600; --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.35; --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: 72rem; --content-max-width: 72rem; --spacing-reading-max-width: 64ch; --reading-max-width: 64ch; --radius-sm: 6px; --radius-md: 12px; --radius-lg: 18px; --radius-pill: 9999px; --shadow-card: 4px 4px 0 #0D0906; --shadow-elevated: 6px 6px 0 #0D0906; --shadow-glow: 0 0 0 1px rgba(0, 200, 150, 0.35), 0 6px 18px rgba(0, 200, 150, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.05); --gradient-brand: linear-gradient(135deg, #5C6B7A 0%, #728495 100%); --gradient-hero: linear-gradient(180deg, #302B2A 0%, #1A120D 100%); --gradient-surface: linear-gradient(#2E221B, #2E221B); --gradient-button: linear-gradient(135deg, #2ED2A9 0%, #00C896 100%); --effects-accent-bar: none; --recipes-transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; --transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
*, *::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: #1A120D; color: #E2E2E2; font-family: Noto Sans Bengali, Manrope, 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: Hind Siliguri, Rajdhani, sans-serif; line-height: 1.35; letter-spacing: 0; color: #FDFBFA; }
h1 { font-size: 1.8rem; font-weight: 700; }
h2 { font-size: 1.5rem; font-weight: 600; }
h3 { font-size: 1rem; font-weight: 600; }
h4 { font-size: 1rem; font-weight: 600; }
p { margin: 0; color: #E2E2E2; }
ul, ol { margin: 0; }
a { color: #D1F5EF; text-decoration: none; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
a:hover { color: #FFFFFF; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #00C896; 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 > * + *, .sh_inner > * + *, .sh_prose > * + *, .sh_vlist > * + *, .sh_vlist_center > * + * { margin-block-start: 1.25rem; }
@media (max-width: 48rem) {
    main > section { padding-block: 2rem; }
    main > section > * + *, main > article > * + *, .sh_inner > * + *, .sh_prose > * + *, .sh_vlist > * + *, .sh_vlist_center > * + * { margin-block-start: 1rem; }
}

.sh_plate { background: #2E221B; border: 1px solid #322620; border-radius: 12px; box-shadow: 4px 4px 0 #0D0906, inset 0 1px 0 rgba(255,255,255,.05); padding: 1.5rem; display: flex; flex-direction: column; gap: 1rem; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.sh_plate:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #0D0906, inset 0 1px 0 rgba(255,255,255,.05); }
@media (max-width: 48rem) {
    .sh_plate { padding: 1rem; }
}
.sh_plate > img { width: 100%; height: auto; display: block; }

.sh_navbar { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.5rem; background: #241913; border-top: 1px solid #322620; }
.sh_navbar_item { display: flex; flex-direction: column; align-items: center; gap: .25rem; flex: 1 1 0; padding: .5rem 0; font-size: 0.75rem; color: #BDBDBD; }
.sh_navbar_item i { font-size: 1.25rem; }
.sh_navbar_item:hover { color: #00C896; }

.sh_minor { font-size: 0.875rem; }
.sh_dim { color: #BDBDBD; }
.sh_center { text-align: center; }
.sh_shade_accent { color: #00C896; }
.sh_shade_success { color: #2ECC71; }
.sh_shade_warning { color: #F1C40F; }
.sh_shade_error { color: #E74C3C; }
.sh_shade_info { color: #3498DB; }

main > section.sh_belt { background: #241913; padding-block: 3.5rem; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    main > section.sh_belt { padding-block: 2rem; }
}
.sh_stage { background: linear-gradient(180deg, #302B2A 0%, #1A120D 100%); padding-block: 3.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    .sh_stage { padding-block: 2rem; }
}

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

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

.sh_orb, .sh_orb_success, .sh_orb_warning, .sh_orb_error, .sh_orb_info { width: 2.75rem; height: 2.75rem; border-radius: 50%; background: linear-gradient(135deg, #5C6B7A 0%, #728495 100%); color: #FFFFFF; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.sh_orb_success { background: #2ECC71; color: #FFF; }
.sh_orb_warning { background: #F1C40F; color: #FFF; }
.sh_orb_error { background: #E74C3C; color: #FFF; }
.sh_orb_info { background: #3498DB; color: #FFF; }

.sh_notice, .sh_notice_warning, .sh_notice_info, .sh_notice_success, .sh_notice_error { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 12px; background: #241913; border: 1px solid #322620; border-left: 4px solid #00C896; }
.sh_notice > i, .sh_notice_warning > i, .sh_notice_info > i, .sh_notice_success > i, .sh_notice_error > i { flex: 0 0 auto; margin-top: .2em; color: #00C896; }
.sh_notice_success { border-left-color: #2ECC71; }
.sh_notice_warning { border-left-color: #F1C40F; }
.sh_notice_error { border-left-color: #E74C3C; }
.sh_notice_info { border-left-color: #3498DB; }
.sh_notice_success > i { color: #2ECC71; }
.sh_notice_warning > i { color: #F1C40F; }
.sh_notice_error > i { color: #E74C3C; }
.sh_notice_info > i { color: #3498DB; }

.sh_marker { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #2E221B; border: 1px solid #453730; color: #FDFBFA; font-size: 0.875rem; }
.sh_marker > i { color: #00C896; }

.sh_fold { background: #2E221B; border: 1px solid #322620; border-radius: 12px; box-shadow: 4px 4px 0 #0D0906, inset 0 1px 0 rgba(255,255,255,.05); transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.sh_fold + .sh_fold { margin-block-start: 1rem; }
.sh_fold[open] { border-color: #5C6B7A; }
.sh_fold_q { display: flex; align-items: flex-start; gap: 1rem; padding: 1.5rem; cursor: pointer; list-style: none; }
.sh_fold_q::-webkit-details-marker { display: none; }
.sh_fold_q h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.sh_fold_q::after { content: "\f078"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #00C896; transition: transform 200ms; }
.sh_fold[open] .sh_fold_q::after { transform: rotate(180deg); }
.sh_fold_a { margin: 0; padding: 0 1.5rem 1.5rem; }
@media (max-width: 48rem) {
    .sh_fold_q { padding: 1rem; }
    .sh_fold_a { padding: 0 1rem 1rem; }
}

.sh_press, .sh_press_sm, .sh_press_full, .sh_press_outline { background: linear-gradient(135deg, #2ED2A9 0%, #00C896 100%); color: #000000; border-radius: 12px; min-height: 44px; font-weight: 700; box-shadow: 0 6px 16px rgba(0, 200, 150, 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 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.sh_press:hover, .sh_press_sm:hover, .sh_press_full:hover, .sh_press_outline:hover { background: #00A67B; box-shadow: 0 8px 22px rgba(0, 200, 150, 0.4); }
.sh_press_sm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.sh_press_full { display: flex; width: 100%; }
.sh_press_outline { background: transparent; background-image: none; color: #FDFBFA; border: 1px solid #453730; box-shadow: none; }
.sh_press_outline:hover { background: transparent; border-color: #5C6B7A; color: #FDFBFA; box-shadow: none; }

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

.sh_masthead { background: #1A120D; border-bottom: 1px solid #322620; padding: .75rem 3%; position: sticky; top: 0; z-index: 100; }
.sh_masthead_inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.sh_masthead_brand { display: inline-flex; align-items: center; gap: .5rem; color: #FDFBFA; }
.sh_masthead_brand img { border-radius: 6px; }
.sh_masthead_brand strong { font-size: 16px; font-weight: 400; }
.sh_masthead_actions { display: flex; align-items: center; gap: .5rem; }

.sh_inner { width: 100%; max-width: 72rem; margin-inline: auto; }
.sh_prose { max-width: 64ch; margin-inline: auto; }
.sh_vlist, .sh_vlist_center { display: block; }
.sh_vlist_center { text-align: center; }
.sh_line, .sh_line_center { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.sh_line_center { justify-content: center; }
.sh_matrix { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1.25rem; }
.sh_showcase { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.sh_tiles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
@media (min-width: 48rem) {
    .sh_showcase { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; }
    .sh_tiles { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
}
.sh_points { list-style: none; padding: 0; }
.sh_points > li { display: flex; align-items: flex-start; gap: .75rem; }
.sh_points > li + li { margin-block-start: .75rem; }
.sh_points > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #00C896; }

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

.sh_chips { 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; }
.sh_chips::-webkit-scrollbar { display: none; }
.sh_chips_link { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 6px; background: #241913; border: 1px solid #322620; color: #E2E2E2; font-size: 0.875rem; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.sh_chips_link:hover { border-color: #5C6B7A; color: #FDFBFA; }

.sh_sheet_wrap { background: #2E221B; border: 1px solid #322620; border-radius: 12px; box-shadow: 4px 4px 0 #0D0906, inset 0 1px 0 rgba(255,255,255,.05); overflow-x: auto; max-width: 100%; }
.sh_sheet { width: 100%; table-layout: fixed; border-collapse: collapse; }
.sh_sheet th, .sh_sheet td { padding: 1rem; text-align: start; border-bottom: 1px solid #322620; vertical-align: top; }
.sh_sheet thead th { background: #2E221B; color: #FDFBFA; font-weight: 600; }
.sh_sheet tbody tr:last-child td { border-bottom: 0; }
.sh_sheet td:first-child { color: #BDBDBD; font-weight: 600; }

.sh_gamecard { background: #2E221B; border: 1px solid #322620; border-radius: 12px; box-shadow: 4px 4px 0 #0D0906, inset 0 1px 0 rgba(255,255,255,.05); display: flex; flex-direction: column; overflow: hidden; text-decoration: none; color: inherit; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.sh_gamecard:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #0D0906, inset 0 1px 0 rgba(255,255,255,.05); }
.sh_gamecard_media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.sh_gamecard_media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.sh_gamecard:hover .sh_gamecard_media img { transform: scale(1.04); }
.sh_gamecard_play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #00C896; color: #000000; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.sh_gamecard:hover .sh_gamecard_play, .sh_gamecard:focus-visible .sh_gamecard_play { opacity: 1; }
@media (hover: none) {
    .sh_gamecard_play { opacity: 1; }
}
.sh_gamecard_name { padding: .6rem .75rem; background: #2E221B; }
.sh_gamecard_name h3 { margin: 0; font-size: 0.875rem; color: #FDFBFA; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
    .sh_gamecard_name h3 { white-space: normal; }
}

/* page */
.sh_provider_name {
            font-weight: 700;
            letter-spacing: 0.5px;
            display: block;
            margin-bottom: 0.25rem;
        }
