/* overflow-guard */
:root { --brand-primary: #B21E31; --brand-primary-hover: #C6253A; --brand-secondary: #C0C5CE; --brand-secondary-hover: #D1D5DE; --brand-accent: #00C2B2; --background-main: #061B1F; --background-surface: #0C262B; --background-elevated: #123137; --background-overlay: rgba(6, 27, 31, 0.75); --text-primary: #F2F2F2; --text-secondary: #DCDCDC; --text-muted: #BDBDBD; --text-brand-contrast: #FFFFFF; --text-link: #B2F2F0; --text-link-hover: #D4FFFD; --button-bg: #00C2B2; --button-text: #000000; --button-hover-bg: #00E0D3; --button-hover-text: #000000; --semantic-success: #28A745; --success: #28A745; --semantic-error: #DC3545; --error: #DC3545; --semantic-warning: #FFC107; --warning: #FFC107; --semantic-info: #17A2B8; --info: #17A2B8; --border-default: #163238; --border-strong: #22464D; --border-brand: #B21E31; --font-family-headings: Noto Serif Bengali, Playfair Display, 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: 700; --role-weight-h2: 700; --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.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: 68ch; --reading-max-width: 68ch; --radius-sm: 6px; --radius-md: 10px; --radius-lg: 14px; --radius-pill: 9999px; --shadow-card: 0 4px 12px rgba(3, 12, 14, 0.35); --shadow-elevated: 0 8px 24px rgba(3, 12, 14, 0.45); --shadow-glow: 0 0 0 1px rgba(0, 194, 178, 0.35), 0 6px 18px rgba(0, 194, 178, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.08); --gradient-brand: linear-gradient(135deg, #B21E31 0%, #C6253A 100%); --gradient-hero: linear-gradient(180deg, #31242C 0%, #061B1F 100%); --gradient-surface: linear-gradient(#123137, #123137); --gradient-button: none; --effects-accent-bar: none; --recipes-transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; --transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
*, *::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: #061B1F; color: #DCDCDC; font-family: Noto Sans Bengali, Source Sans 3, sans-serif; font-weight: 400; line-height: 1.55; 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 Serif Bengali, Playfair Display, serif; line-height: 1.35; letter-spacing: 0; color: #F2F2F2; }
h1 { font-size: 1.8rem; font-weight: 700; }
h2 { font-size: 1.5rem; font-weight: 700; }
h3 { font-size: 1rem; font-weight: 600; }
h4 { font-size: 1rem; font-weight: 600; }
p { margin: 0; color: #DCDCDC; }
ul, ol { margin: 0; }
a { color: #B2F2F0; text-decoration: none; transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
a:hover { color: #D4FFFD; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #00C2B2; 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 > * + *, .lhdHolder > * + *, .lhdCopy > * + *, .lhdFlow > * + *, .lhdFlowCenter > * + * { margin-block-start: 1.5rem; }
@media (max-width: 48rem) {
    main > section { padding-block: 2.5rem; }
    main > section > * + *, main > article > * + *, .lhdHolder > * + *, .lhdCopy > * + *, .lhdFlow > * + *, .lhdFlowCenter > * + * { margin-block-start: 1rem; }
}

.lhdBtn, .lhdBtnSm, .lhdBtnFull, .lhdBtnOutline { background: #00C2B2; color: #000000; border-radius: 9999px; min-height: 44px; font-weight: 700; box-shadow: 0 0 0 1px rgba(0, 194, 178, 0.35), 0 6px 18px rgba(0, 194, 178, 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 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.lhdBtn:hover, .lhdBtnSm:hover, .lhdBtnFull:hover, .lhdBtnOutline:hover { background: #00E0D3; box-shadow: 0 0 0 1px rgba(0, 194, 178, 0.5), 0 8px 26px rgba(0, 194, 178, 0.5); }
.lhdBtnSm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.lhdBtnFull { display: flex; width: 100%; }
.lhdBtnOutline { background: transparent; background-image: none; color: #F2F2F2; border: 1px solid #22464D; box-shadow: none; }
.lhdBtnOutline:hover { background: transparent; border-color: #B21E31; color: #F2F2F2; box-shadow: none; }

.lhdMarker { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #123137; border: 1px solid #22464D; color: #F2F2F2; font-size: 0.875rem; }
.lhdMarker > i { color: #00C2B2; }

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

.lhdFaq { background: #123137; border: 1px solid #22464D; border-radius: 10px; box-shadow: 0 4px 12px rgba(3, 12, 14, 0.35), inset 0 1px 0 rgba(255,255,255,.08); transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.lhdFaq + .lhdFaq { margin-block-start: 1rem; }
.lhdFaq[open] { border-color: #B21E31; }
.lhdFaqQ { display: flex; align-items: flex-start; gap: 1rem; padding: 2rem; cursor: pointer; list-style: none; }
.lhdFaqQ::-webkit-details-marker { display: none; }
.lhdFaqQ h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.lhdFaqQ::after { content: "\f078"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #00C2B2; transition: transform 200ms; }
.lhdFaq[open] .lhdFaqQ::after { transform: rotate(180deg); }
.lhdFaqA { margin: 0; padding: 0 2rem 2rem; }
@media (max-width: 48rem) {
    .lhdFaqQ { padding: 1.25rem; }
    .lhdFaqA { padding: 0 1.25rem 1.25rem; }
}

.lhdBottombar { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.75rem; background: #0C262B; border-top: 1px solid #163238; }
.lhdBottombarItem { display: flex; flex-direction: column; align-items: center; gap: .25rem; flex: 1 1 0; padding: .5rem 0; font-size: 0.75rem; color: #BDBDBD; }
.lhdBottombarItem i { font-size: 1.25rem; }
.lhdBottombarItem:hover { color: #00C2B2; }

main > section.lhdStripe { background: #0C262B; border-top: 1px solid #163238; border-bottom: 1px solid #163238; padding-block: 4.5rem; }
@media (max-width: 48rem) {
    main > section.lhdStripe { padding-block: 2.5rem; }
}
.lhdStage { background: linear-gradient(180deg, #31242C 0%, #061B1F 100%); padding-block: 4.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    .lhdStage { padding-block: 2.5rem; }
}

.lhdTopbar { background: #061B1F; border-bottom: 1px solid #163238; padding: .75rem 3%; position: sticky; top: 0; z-index: 100; }
.lhdTopbarInner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.lhdTopbarBrand { display: inline-flex; align-items: center; gap: .5rem; color: #F2F2F2; }
.lhdTopbarBrand img { border-radius: 6px; }
.lhdTopbarBrand strong { font-size: 16px; font-weight: 400; }
.lhdTopbarActions { display: flex; align-items: center; gap: .5rem; }

.lhdBox { background: #123137; border: 1px solid #22464D; border-radius: 10px; box-shadow: 0 4px 12px rgba(3, 12, 14, 0.35), inset 0 1px 0 rgba(255,255,255,.08); padding: 2rem; display: flex; flex-direction: column; gap: 1rem; transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.lhdBox:hover { border-color: #B21E31; box-shadow: 0 0 0 1px rgba(0, 194, 178, 0.35), 0 6px 18px rgba(0, 194, 178, 0.35), inset 0 1px 0 rgba(255,255,255,.08); }
@media (max-width: 48rem) {
    .lhdBox { padding: 1.25rem; }
}
.lhdBox > img { width: 100%; height: auto; display: block; }

.lhdRoute { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; padding: 1rem 0; font-size: 0.875rem; color: #DCDCDC; }
.lhdRoute a { color: #B2F2F0; }
.lhdRoute span { color: #F2F2F2; }

.lhdBottom { background: #061B1F; border-top: 1px solid #163238; padding: 3rem 3% 2rem; color: #BDBDBD; }
.lhdBottomGrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; text-align: center; }
.lhdBottomCol > p, .lhdBottomCol > h3 { font-size: 0.875rem; font-weight: 700; color: #F2F2F2; margin: 0 0 .75rem; text-transform: uppercase; letter-spacing: .05em; }
.lhdBottomCol ul { list-style: none; padding: 0; margin: 0; }
.lhdBottomCol li + li { margin-block-start: .5rem; }
.lhdBottomCol a { color: #BDBDBD; font-size: 0.875rem; }
.lhdBottomCol a:hover { color: #D4FFFD; }
.lhdBottomMeta { margin-block-start: 2rem; padding-block-start: 1.5rem; border-top: 1px solid #163238; text-align: center; font-size: 0.875rem; }
.lhdBottomMeta > * + * { margin-block-start: .5rem; }

.lhdFine { font-size: 0.875rem; }
.lhdDim { color: #BDBDBD; }
.lhdMiddle { text-align: center; }
.lhdInkAccent { color: #00C2B2; }
.lhdInkSuccess { color: #28A745; }
.lhdInkWarning { color: #FFC107; }
.lhdInkError { color: #DC3545; }
.lhdInkInfo { color: #17A2B8; }

.lhdFactsWrap { background: #123137; border: 1px solid #22464D; border-radius: 10px; box-shadow: 0 4px 12px rgba(3, 12, 14, 0.35), inset 0 1px 0 rgba(255,255,255,.08); overflow-x: auto; max-width: 100%; }
.lhdFacts { width: 100%; table-layout: fixed; border-collapse: collapse; }
.lhdFacts th, .lhdFacts td { padding: 1rem; text-align: start; border-bottom: 1px solid #163238; vertical-align: top; }
.lhdFacts thead th { background: #123137; color: #F2F2F2; font-weight: 600; }
.lhdFacts tbody tr:last-child td { border-bottom: 0; }
.lhdFacts td:first-child { color: #BDBDBD; font-weight: 600; }

.lhdCallout, .lhdCalloutWarning, .lhdCalloutInfo, .lhdCalloutSuccess, .lhdCalloutError { display: flex; align-items: flex-start; gap: 1rem; padding: 1.25rem; border-radius: 10px; background: #0C262B; border: 1px solid #163238; border-left: 4px solid #00C2B2; }
.lhdCallout > i, .lhdCalloutWarning > i, .lhdCalloutInfo > i, .lhdCalloutSuccess > i, .lhdCalloutError > i { flex: 0 0 auto; margin-top: .2em; color: #00C2B2; }
.lhdCalloutSuccess { border-left-color: #28A745; }
.lhdCalloutWarning { border-left-color: #FFC107; }
.lhdCalloutError { border-left-color: #DC3545; }
.lhdCalloutInfo { border-left-color: #17A2B8; }
.lhdCalloutSuccess > i { color: #28A745; }
.lhdCalloutWarning > i { color: #FFC107; }
.lhdCalloutError > i { color: #DC3545; }
.lhdCalloutInfo > i { color: #17A2B8; }

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

.lhdRail { 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; }
.lhdRail::-webkit-scrollbar { display: none; }
.lhdRailLink { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 6px; background: #0C262B; border: 1px solid #163238; color: #DCDCDC; font-size: 0.875rem; transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.lhdRailLink:hover { border-color: #B21E31; color: #F2F2F2; }

.lhdGame { background: #123137; border: 1px solid #22464D; border-radius: 10px; box-shadow: 0 4px 12px rgba(3, 12, 14, 0.35), inset 0 1px 0 rgba(255,255,255,.08); display: flex; flex-direction: column; overflow: hidden; text-decoration: none; color: inherit; transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.lhdGame:hover { border-color: #B21E31; box-shadow: 0 0 0 1px rgba(0, 194, 178, 0.35), 0 6px 18px rgba(0, 194, 178, 0.35), inset 0 1px 0 rgba(255,255,255,.08); }
.lhdGameMedia { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.lhdGameMedia img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.lhdGame:hover .lhdGameMedia img { transform: scale(1.04); }
.lhdGamePlay { position: absolute; bottom: .5rem; right: .5rem; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #00C2B2; color: #000000; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.lhdGame:hover .lhdGamePlay, .lhdGame:focus-visible .lhdGamePlay { opacity: 1; }
@media (hover: none) {
    .lhdGamePlay { opacity: 1; }
}
.lhdGameName { padding: .6rem .75rem; background: #123137; }
.lhdGameName h3 { margin: 0; font-size: 0.875rem; color: #F2F2F2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
    .lhdGameName h3 { white-space: normal; }
}

.lhdHolder { width: 100%; max-width: 76rem; margin-inline: auto; }
.lhdCopy { max-width: 68ch; margin-inline: auto; }
.lhdFlow, .lhdFlowCenter { display: block; }
.lhdFlowCenter { text-align: center; }
.lhdLine, .lhdLineCenter { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.lhdLineCenter { justify-content: center; }
.lhdLattice { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1.5rem; }
.lhdShowcase { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.lhdCats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
@media (min-width: 48rem) {
    .lhdShowcase { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; }
    .lhdCats { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
}
.lhdItems { list-style: none; padding: 0; }
.lhdItems > li { display: flex; align-items: flex-start; gap: .75rem; }
.lhdItems > li + li { margin-block-start: .75rem; }
.lhdItems > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #00C2B2; }

.lhdDisc, .lhdDiscSuccess, .lhdDiscWarning, .lhdDiscError, .lhdDiscInfo { width: 2.75rem; height: 2.75rem; border-radius: 50%; background: linear-gradient(135deg, #B21E31 0%, #C6253A 100%); color: #FFFFFF; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.lhdDiscSuccess { background: #28A745; color: #FFF; }
.lhdDiscWarning { background: #FFC107; color: #FFF; }
.lhdDiscError { background: #DC3545; color: #FFF; }
.lhdDiscInfo { background: #17A2B8; color: #FFF; }

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