/* overflow-guard */
:root { --brand-primary: #5E2B5E; --brand-primary-hover: #7A3A7A; --brand-secondary: #B8A4B8; --brand-secondary-hover: #D1C1D1; --brand-accent: #4FFBBA; --background-main: #221411; --background-surface: #2C1C17; --background-elevated: #362621; --background-overlay: rgba(34, 20, 17, 0.75); --text-primary: #FDFDFD; --text-secondary: #E0E0E0; --text-muted: #BDBDBD; --text-brand-contrast: #FFFFFF; --text-link: #D1FFF2; --text-link-hover: #E6FFF9; --button-bg: #4FFBBA; --button-text: #000000; --button-hover-bg: #3DDAA3; --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: #3D2B26; --border-strong: #4D3B36; --border-brand: #5E2B5E; --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: 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.3; --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: 78rem; --content-max-width: 78rem; --spacing-reading-max-width: 68ch; --reading-max-width: 68ch; --radius-sm: 6px; --radius-md: 12px; --radius-lg: 18px; --radius-pill: 9999px; --shadow-card: 4px 4px 0 #110A08; --shadow-elevated: 6px 6px 0 #110A08; --shadow-glow: 0 0 0 1px rgba(79, 251, 186, 0.35), 0 6px 18px rgba(79, 251, 186, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.05); --gradient-brand: linear-gradient(135deg, #5E2B5E 0%, #7A3A7A 100%); --gradient-hero: linear-gradient(180deg, #371F27 0%, #221411 100%); --gradient-surface: linear-gradient(#362621, #362621); --gradient-button: linear-gradient(135deg, #6FFCC6 0%, #4FFBBA 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: #221411; color: #E0E0E0; font-family: Manrope, Noto Sans Bengali, sans-serif; font-weight: 400; line-height: 1.6; 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.3; letter-spacing: 0; color: #FDFDFD; }
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: #E0E0E0; }
ul, ol { margin: 0; }
a { color: #D1FFF2; text-decoration: none; transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
a:hover { color: #E6FFF9; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #4FFBBA; 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 > * + *, .btWrap > * + *, .btReading > * + *, .btPile > * + *, .btPileCenter > * + * { margin-block-start: 1.25rem; }
@media (max-width: 48rem) {
    main > section { padding-block: 2rem; }
    main > section > * + *, main > article > * + *, .btWrap > * + *, .btReading > * + *, .btPile > * + *, .btPileCenter > * + * { margin-block-start: 1rem; }
}

.btWrap { width: 100%; max-width: 78rem; margin-inline: auto; }
.btReading { max-width: 68ch; margin-inline: auto; }
.btPile, .btPileCenter { display: block; }
.btPileCenter { text-align: center; }
.btCluster, .btClusterCenter { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.btClusterCenter { justify-content: center; }
.btCells { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1.25rem; }
.btDeck { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.btCats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
@media (min-width: 48rem) {
    .btDeck { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; }
    .btCats { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
}
.btBullets { list-style: none; padding: 0; }
.btBullets > li { display: flex; align-items: flex-start; gap: .75rem; }
.btBullets > li + li { margin-block-start: .75rem; }
.btBullets > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #4FFBBA; }

.btRoute { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; padding: 1rem 0; font-size: 0.875rem; color: #E0E0E0; }
.btRoute a { color: #D1FFF2; }
.btRoute span { color: #FDFDFD; }

.btAction, .btActionSm, .btActionFull, .btActionOutline { background: linear-gradient(135deg, #6FFCC6 0%, #4FFBBA 100%); color: #000000; border-radius: 12px; min-height: 44px; font-weight: 700; box-shadow: 0 6px 16px rgba(79, 251, 186, 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; }
.btAction:hover, .btActionSm:hover, .btActionFull:hover, .btActionOutline:hover { background: #3DDAA3; box-shadow: 0 8px 22px rgba(79, 251, 186, 0.4); }
.btActionSm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.btActionFull { display: flex; width: 100%; }
.btActionOutline { background: transparent; background-image: none; color: #FDFDFD; border: 1px solid #4D3B36; box-shadow: none; }
.btActionOutline:hover { background: transparent; border-color: #5E2B5E; color: #FDFDFD; box-shadow: none; }

.btQuicknav { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.25rem; background: #2C1C17; border-top: 1px solid #3D2B26; }
.btQuicknavItem { display: flex; flex-direction: column; align-items: center; gap: .25rem; flex: 1 1 0; padding: .5rem 0; font-size: 0.75rem; color: #BDBDBD; }
.btQuicknavItem i { font-size: 1.25rem; }
.btQuicknavItem:hover { color: #4FFBBA; }

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

main > section.btBelt { background: #2C1C17; padding-block: 3.5rem; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    main > section.btBelt { padding-block: 2rem; }
}
.btHero { background: linear-gradient(180deg, #371F27 0%, #221411 100%); padding-block: 3.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    .btHero { padding-block: 2rem; }
}

.btAppbar { background: #221411; border-bottom: 1px solid #3D2B26; padding: .75rem 3%; position: sticky; top: 0; z-index: 100; }
.btAppbarInner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.btAppbarBrand { display: inline-flex; align-items: center; gap: .5rem; color: #FDFDFD; }
.btAppbarBrand img { border-radius: 6px; }
.btAppbarBrand strong { font-size: 16px; font-weight: 400; }
.btAppbarActions { display: flex; align-items: center; gap: .5rem; }

.btAccordion { background: #362621; border: 1px solid #3D2B26; border-radius: 12px; box-shadow: 4px 4px 0 #110A08, inset 0 1px 0 rgba(255,255,255,.05); transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.btAccordion + .btAccordion { margin-block-start: 1rem; }
.btAccordion[open] { border-color: #5E2B5E; }
.btAccordionQ { display: flex; align-items: flex-start; gap: 1rem; padding: 1.5rem; cursor: pointer; list-style: none; }
.btAccordionQ::-webkit-details-marker { display: none; }
.btAccordionQ h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.btAccordionQ::after { content: "\f0d7"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #4FFBBA; transition: transform 200ms; }
.btAccordion[open] .btAccordionQ::after { transform: rotate(180deg); }
.btAccordionA { margin: 0; padding: 0 1.5rem 1.5rem; }
@media (max-width: 48rem) {
    .btAccordionQ { padding: 1rem; }
    .btAccordionA { padding: 0 1rem 1rem; }
}

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

.btEmblem, .btEmblemSuccess, .btEmblemWarning, .btEmblemError, .btEmblemInfo { width: 2.75rem; height: 2.75rem; border-radius: 50%; background: linear-gradient(135deg, #5E2B5E 0%, #7A3A7A 100%); color: #FFFFFF; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.btEmblemSuccess { background: #2ECC71; color: #FFF; }
.btEmblemWarning { background: #F1C40F; color: #FFF; }
.btEmblemError { background: #E74C3C; color: #FFF; }
.btEmblemInfo { background: #3498DB; color: #FFF; }

.btCallout, .btCalloutWarning, .btCalloutInfo, .btCalloutSuccess, .btCalloutError { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 12px; background: #2C1C17; border: 1px solid #3D2B26; border-left: 4px solid #4FFBBA; }
.btCallout > i, .btCalloutWarning > i, .btCalloutInfo > i, .btCalloutSuccess > i, .btCalloutError > i { flex: 0 0 auto; margin-top: .2em; color: #4FFBBA; }
.btCalloutSuccess { border-left-color: #2ECC71; }
.btCalloutWarning { border-left-color: #F1C40F; }
.btCalloutError { border-left-color: #E74C3C; }
.btCalloutInfo { border-left-color: #3498DB; }
.btCalloutSuccess > i { color: #2ECC71; }
.btCalloutWarning > i { color: #F1C40F; }
.btCalloutError > i { color: #E74C3C; }
.btCalloutInfo > i { color: #3498DB; }

.btPlate { background: #362621; border: 1px solid #3D2B26; border-radius: 12px; box-shadow: 4px 4px 0 #110A08, 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; }
.btPlate:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #110A08, inset 0 1px 0 rgba(255,255,255,.05); }
@media (max-width: 48rem) {
    .btPlate { padding: 1rem; }
}
.btPlate > img { width: 100%; height: auto; display: block; }

.btRail { 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; }
.btRail::-webkit-scrollbar { display: none; }
.btRailLink { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 6px; background: #2C1C17; border: 1px solid #3D2B26; color: #E0E0E0; font-size: 0.875rem; transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.btRailLink:hover { border-color: #5E2B5E; color: #FDFDFD; }

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

.btPill { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #362621; border: 1px solid #4D3B36; color: #FDFDFD; font-size: 0.875rem; }
.btPill > i { color: #4FFBBA; }

.btTiny { font-size: 0.875rem; }
.btSoft { color: #BDBDBD; }
.btCentered { text-align: center; }
.btInkAccent { color: #4FFBBA; }
.btInkSuccess { color: #2ECC71; }
.btInkWarning { color: #F1C40F; }
.btInkError { color: #E74C3C; }
.btInkInfo { color: #3498DB; }

.btLedgerWrap { background: #362621; border: 1px solid #3D2B26; border-radius: 12px; box-shadow: 4px 4px 0 #110A08, inset 0 1px 0 rgba(255,255,255,.05); overflow-x: auto; max-width: 100%; }
.btLedger { width: 100%; table-layout: fixed; border-collapse: collapse; }
.btLedger th, .btLedger td { padding: 1rem; text-align: start; border-bottom: 1px solid #3D2B26; vertical-align: top; }
.btLedger thead th { background: #362621; color: #FDFDFD; font-weight: 600; }
.btLedger tbody tr:last-child td { border-bottom: 0; }
.btLedger td:first-child { color: #BDBDBD; font-weight: 600; }

.btPlay { background: #362621; border: 1px solid #3D2B26; border-radius: 12px; box-shadow: 4px 4px 0 #110A08, 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; }
.btPlay:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #110A08, inset 0 1px 0 rgba(255,255,255,.05); }
.btPlayMedia { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.btPlayMedia img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.btPlay:hover .btPlayMedia img { transform: scale(1.04); }
.btPlayPlay { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #4FFBBA; color: #000000; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.btPlay:hover .btPlayPlay, .btPlay:focus-visible .btPlayPlay { opacity: 1; }
@media (hover: none) {
    .btPlayPlay { opacity: 1; }
}
.btPlayName { padding: .6rem .75rem; background: #362621; }
.btPlayName h3 { margin: 0; font-size: 0.875rem; color: #FDFDFD; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
    .btPlayName h3 { white-space: normal; }
}

/* page */
.btProviderName { font-weight: 700; letter-spacing: 0.5px; color: var(--text-primary); }
