/* overflow-guard */
:root { --brand-primary: #3D444D; --brand-primary-hover: #4D5560; --brand-secondary: #A8B0B8; --brand-secondary-hover: #BCC3CB; --brand-accent: #E61E43; --background-main: #081B20; --background-surface: #11282E; --background-elevated: #1A363D; --background-overlay: rgba(8, 27, 32, 0.8); --text-primary: #F5F5F5; --text-secondary: #D1D1D1; --text-muted: #BDBDBD; --text-brand-contrast: #FFFFFF; --text-link: #FFD8E0; --text-link-hover: #FFE0E5; --button-bg: #E61E43; --button-text: #FFFFFF; --button-hover-bg: #C4183B; --button-hover-text: #FFFFFF; --semantic-success: #2ECC71; --success: #2ECC71; --semantic-error: #E74C3C; --error: #E74C3C; --semantic-warning: #F1C40F; --warning: #F1C40F; --semantic-info: #3498DB; --info: #3498DB; --border-default: #1A363D; --border-strong: #2A4A52; --border-brand: #3D444D; --font-family-headings: Noto Sans Bengali, Archivo, 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: 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.25; --line-height-body: 1.6; --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: 8px; --radius-md: 16px; --radius-lg: 24px; --radius-pill: 9999px; --shadow-card: 0 8px 24px rgba(4, 12, 14, 0.4); --shadow-elevated: 0 12px 32px rgba(4, 12, 14, 0.5); --shadow-glow: 0 0 0 1px rgba(230, 30, 67, 0.35), 0 6px 18px rgba(230, 30, 67, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.06); --gradient-brand: linear-gradient(135deg, #3D444D 0%, #4D5560 100%); --gradient-hero: linear-gradient(180deg, #1B2E35 0%, #081B20 100%); --gradient-surface: linear-gradient(135deg, #11282E 0%, #1A363D 100%); --gradient-button: none; --effects-accent-bar: #E61E43; --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: #081B20; color: #D1D1D1; font-family: Noto Sans Bengali, Manrope, sans-serif; font-weight: 400; line-height: 1.6; 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: Noto Sans Bengali, Archivo, sans-serif; line-height: 1.25; letter-spacing: 0; color: #F5F5F5; }
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: #D1D1D1; }
ul, ol { margin: 0; }
a { color: #FFD8E0; text-decoration: none; transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
a:hover { color: #FFE0E5; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #E61E43; 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 > * + *, .sfHolder > * + *, .sfMeasure > * + *, .sfVlist > * + *, .sfVlistCenter > * + * { margin-block-start: 1.25rem; }
@media (max-width: 48rem) {
    main > section { padding-block: 2rem; }
    main > section > * + *, main > article > * + *, .sfHolder > * + *, .sfMeasure > * + *, .sfVlist > * + *, .sfVlistCenter > * + * { margin-block-start: 1rem; }
}

.sfSub { font-size: 0.875rem; }
.sfQuiet { color: #BDBDBD; }
.sfAxis { text-align: center; }
.sfTintAccent { color: #E61E43; }
.sfTintSuccess { color: #2ECC71; }
.sfTintWarning { color: #F1C40F; }
.sfTintError { color: #E74C3C; }
.sfTintInfo { color: #3498DB; }

.sfCallout, .sfCalloutWarning, .sfCalloutInfo, .sfCalloutSuccess, .sfCalloutError { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 16px; background: #11282E; border: 1px solid #1A363D; border-left: 4px solid #E61E43; }
.sfCallout > i, .sfCalloutWarning > i, .sfCalloutInfo > i, .sfCalloutSuccess > i, .sfCalloutError > i { flex: 0 0 auto; margin-top: .2em; color: #E61E43; }
.sfCalloutSuccess { border-left-color: #2ECC71; }
.sfCalloutWarning { border-left-color: #F1C40F; }
.sfCalloutError { border-left-color: #E74C3C; }
.sfCalloutInfo { border-left-color: #3498DB; }
.sfCalloutSuccess > i { color: #2ECC71; }
.sfCalloutWarning > i { color: #F1C40F; }
.sfCalloutError > i { color: #E74C3C; }
.sfCalloutInfo > i { color: #3498DB; }

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

.sfBreadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; padding: 1rem 0; font-size: 0.875rem; color: #D1D1D1; }
.sfBreadcrumb a { color: #FFD8E0; }
.sfBreadcrumb span { color: #F5F5F5; }

.sfChip { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #1A363D; border: 1px solid #2A4A52; color: #F5F5F5; font-size: 0.875rem; }
.sfChip > i { color: #E61E43; }

.sfDisc, .sfDiscSuccess, .sfDiscWarning, .sfDiscError, .sfDiscInfo { width: 2.75rem; height: 2.75rem; border-radius: 50%; background: linear-gradient(135deg, #3D444D 0%, #4D5560 100%); color: #FFFFFF; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.sfDiscSuccess { background: #2ECC71; color: #FFF; }
.sfDiscWarning { background: #F1C40F; color: #FFF; }
.sfDiscError { background: #E74C3C; color: #FFF; }
.sfDiscInfo { background: #3498DB; color: #FFF; }

.sfHolder { width: 100%; max-width: 76rem; margin-inline: auto; }
.sfMeasure { max-width: 70ch; margin-inline: auto; }
.sfVlist, .sfVlistCenter { display: block; }
.sfVlistCenter { text-align: center; }
.sfLine, .sfLineCenter { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.sfLineCenter { justify-content: center; }
.sfLattice { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1.25rem; }
.sfShowcase { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.sfCats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
@media (min-width: 48rem) {
    .sfShowcase { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; }
    .sfCats { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
}
.sfPoints { list-style: none; padding: 0; }
.sfPoints > li { display: flex; align-items: flex-start; gap: .75rem; }
.sfPoints > li + li { margin-block-start: .75rem; }
.sfPoints > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #E61E43; }

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

.sfFold { background: rgba(26, 54, 61, 0.65); border: 1px solid #1A363D; border-radius: 16px; box-shadow: 0 8px 24px rgba(4, 12, 14, 0.4), inset 0 1px 0 rgba(255,255,255,.06); border-top: 3px solid #E61E43; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.sfFold + .sfFold { margin-block-start: 1rem; }
.sfFold[open] { border-color: #3D444D; }
.sfFoldQ { display: flex; align-items: flex-start; gap: 1rem; padding: 1.5rem; cursor: pointer; list-style: none; }
.sfFoldQ::-webkit-details-marker { display: none; }
.sfFoldQ h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.sfFoldQ::after { content: "\f0d7"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #E61E43; transition: transform 200ms; }
.sfFold[open] .sfFoldQ::after { transform: rotate(180deg); }
.sfFoldA { margin: 0; padding: 0 1.5rem 1.5rem; }
@media (max-width: 48rem) {
    .sfFoldQ { padding: 1rem; }
    .sfFoldA { padding: 0 1rem 1rem; }
}

.sfNavbar { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.75rem; background: #11282E; border-top: 1px solid #1A363D; }
.sfNavbarItem { display: flex; flex-direction: column; align-items: center; gap: .25rem; flex: 1 1 0; padding: .5rem 0; font-size: 0.75rem; color: #BDBDBD; }
.sfNavbarItem i { font-size: 1.25rem; }
.sfNavbarItem:hover { color: #E61E43; }

.sfHead { background: #081B20; border-bottom: 1px solid #1A363D; padding: .75rem 3%; position: sticky; top: 0; z-index: 100; }
.sfHeadInner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.sfHeadBrand { display: inline-flex; align-items: center; gap: .5rem; color: #F5F5F5; }
.sfHeadBrand img { border-radius: 8px; }
.sfHeadBrand strong { font-size: 16px; font-weight: 400; }
.sfHeadActions { display: flex; align-items: center; gap: .5rem; }

main > section.sfBand { background: linear-gradient(180deg, #11282E 0%, #081B20 100%); padding-block: 3.5rem; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    main > section.sfBand { padding-block: 2rem; }
}
.sfOpening { background: linear-gradient(180deg, #1B2E35 0%, #081B20 100%); padding-block: 3.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    .sfOpening { padding-block: 2rem; }
}

.sfCard { background: rgba(26, 54, 61, 0.65); border: 1px solid #1A363D; border-radius: 16px; box-shadow: 0 8px 24px rgba(4, 12, 14, 0.4), inset 0 1px 0 rgba(255,255,255,.06); border-top: 3px solid #E61E43; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); padding: 1.5rem; display: flex; flex-direction: column; gap: 1rem; transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.sfCard:hover { border-color: #3D444D; box-shadow: 0 12px 32px rgba(4, 12, 14, 0.5), inset 0 1px 0 rgba(255,255,255,.06); }
@media (max-width: 48rem) {
    .sfCard { padding: 1rem; }
}
.sfCard > img { width: 100%; height: auto; display: block; }

.sfAction, .sfActionSm, .sfActionFull, .sfActionOutline { background: #E61E43; color: #FFFFFF; border-radius: 16px; min-height: 44px; font-weight: 700; box-shadow: 0 0 0 1px rgba(230, 30, 67, 0.35), 0 6px 18px rgba(230, 30, 67, 0.35); 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; }
.sfAction:hover, .sfActionSm:hover, .sfActionFull:hover, .sfActionOutline:hover { background: #C4183B; box-shadow: 0 0 0 1px rgba(230, 30, 67, 0.5), 0 8px 26px rgba(230, 30, 67, 0.5); }
.sfActionSm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.sfActionFull { display: flex; width: 100%; }
.sfActionOutline { background: transparent; background-image: none; color: #F5F5F5; border: 1px solid #2A4A52; box-shadow: none; }
.sfActionOutline:hover { background: transparent; border-color: #3D444D; color: #F5F5F5; box-shadow: none; }

.sfGamecard { background: rgba(26, 54, 61, 0.65); border: 1px solid #1A363D; border-radius: 16px; box-shadow: 0 8px 24px rgba(4, 12, 14, 0.4), inset 0 1px 0 rgba(255,255,255,.06); border-top: 3px solid #E61E43; 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; }
.sfGamecard:hover { border-color: #3D444D; box-shadow: 0 12px 32px rgba(4, 12, 14, 0.5), inset 0 1px 0 rgba(255,255,255,.06); }
.sfGamecardMedia { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.sfGamecardMedia img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.sfGamecard:hover .sfGamecardMedia img { transform: scale(1.04); }
.sfGamecardPlay { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #E61E43; color: #FFFFFF; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.sfGamecard:hover .sfGamecardPlay, .sfGamecard:focus-visible .sfGamecardPlay { opacity: 1; }
@media (hover: none) {
    .sfGamecardPlay { opacity: 1; }
}
.sfGamecardName { padding: .6rem .75rem; background: #1A363D; }
.sfGamecardName h3 { margin: 0; font-size: 0.875rem; color: #F5F5F5; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
    .sfGamecardName h3 { white-space: normal; }
}

.sfColophon { background: #081B20; border-top: 1px solid #1A363D; padding: 3rem 3% 2rem; color: #BDBDBD; }
.sfColophonGrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; text-align: center; }
.sfColophonCol > p, .sfColophonCol > h3 { font-size: 0.875rem; font-weight: 700; color: #F5F5F5; margin: 0 0 .75rem; text-transform: uppercase; letter-spacing: .05em; }
.sfColophonCol ul { list-style: none; padding: 0; margin: 0; }
.sfColophonCol li + li { margin-block-start: .5rem; }
.sfColophonCol a { color: #BDBDBD; font-size: 0.875rem; }
.sfColophonCol a:hover { color: #FFE0E5; }
.sfColophonMeta { margin-block-start: 2rem; padding-block-start: 1.5rem; border-top: 1px solid #1A363D; text-align: center; font-size: 0.875rem; }
.sfColophonMeta > * + * { margin-block-start: .5rem; }

.sfTableWrap { background: rgba(26, 54, 61, 0.65); border: 1px solid #1A363D; border-radius: 16px; box-shadow: 0 8px 24px rgba(4, 12, 14, 0.4), inset 0 1px 0 rgba(255,255,255,.06); border-top: 3px solid #E61E43; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); overflow-x: auto; max-width: 100%; }
.sfTable { width: 100%; table-layout: fixed; border-collapse: collapse; }
.sfTable th, .sfTable td { padding: 1rem; text-align: start; border-bottom: 1px solid #1A363D; vertical-align: top; }
.sfTable thead th { background: #1A363D; color: #F5F5F5; font-weight: 600; }
.sfTable tbody tr:last-child td { border-bottom: 0; }
.sfTable td:first-child { color: #BDBDBD; font-weight: 600; }

.sfScroller { 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; }
.sfScroller::-webkit-scrollbar { display: none; }
.sfScrollerLink { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 8px; background: #11282E; border: 1px solid #1A363D; color: #D1D1D1; font-size: 0.875rem; transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.sfScrollerLink:hover { border-color: #3D444D; color: #F5F5F5; }

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