/* overflow-guard */
:root { --brand-primary: #00A86B; --brand-primary-hover: #00C282; --brand-secondary: #BCC6C2; --brand-secondary-hover: #D1D9D5; --brand-accent: #E6C27A; --background-main: #061C21; --background-surface: #0C282E; --background-elevated: #12343A; --background-overlay: rgba(6, 28, 33, 0.8); --text-primary: #FDFDFD; --text-secondary: #E0E0E0; --text-muted: #BDBDBD; --text-brand-contrast: #000000; --text-link: #D9E6FF; --text-link-hover: #FFFFFF; --button-bg: #E6C27A; --button-text: #000000; --button-hover-bg: #D4B065; --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: #1A3A41; --border-strong: #264D56; --border-brand: #00A86B; --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: 800; --role-weight-h2: 700; --role-weight-h3: 700; --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.65; --letter-spacing-heading: 0; --letter-spacing-body: 0; --spacing-section-desktop: 2.5rem; --section-desktop: 2.5rem; --spacing-item-desktop: 1rem; --item-desktop: 1rem; --spacing-section-mobile: 1.5rem; --section-mobile: 1.5rem; --spacing-item-mobile: 0.75rem; --item-mobile: 0.75rem; --spacing-container-pad-desktop: 1.5rem; --container-pad-desktop: 1.5rem; --spacing-container-pad-mobile: 1rem; --container-pad-mobile: 1rem; --spacing-card-pad-desktop: 1rem; --card-pad-desktop: 1rem; --spacing-card-pad-mobile: 1rem; --card-pad-mobile: 1rem; --spacing-content-max-width: 76rem; --content-max-width: 76rem; --spacing-reading-max-width: 64ch; --reading-max-width: 64ch; --radius-sm: 4px; --radius-md: 8px; --radius-lg: 12px; --radius-pill: 9999px; --shadow-card: 4px 4px 0 #030E10; --shadow-elevated: 6px 6px 0 #030E10; --shadow-glow: 0 0 0 1px rgba(230, 194, 122, 0.35), 0 6px 18px rgba(230, 194, 122, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.05); --gradient-brand: linear-gradient(135deg, #00A86B 0%, #00C282 100%); --gradient-hero: linear-gradient(180deg, #09443B 0%, #061C21 100%); --gradient-surface: linear-gradient(#12343A, #12343A); --gradient-button: none; --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: #061C21; color: #E0E0E0; font-family: Manrope, Noto Sans Bengali, 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: Rajdhani, Noto Sans Bengali, sans-serif; line-height: 1.3; letter-spacing: 0; color: #FDFDFD; }
h1 { font-size: 1.8rem; font-weight: 800; }
h2 { font-size: 1.5rem; font-weight: 700; }
h3 { font-size: 1rem; font-weight: 700; }
h4 { font-size: 1rem; font-weight: 600; }
p { margin: 0; color: #E0E0E0; }
ul, ol { margin: 0; }
a { color: #D9E6FF; text-decoration: none; transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
a:hover { color: #FFFFFF; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #E6C27A; 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: 2.5rem; }
main > section > * + *, main > article > * + *, .rlShell > * + *, .rlProse > * + *, .rlStack > * + *, .rlStackCenter > * + * { margin-block-start: 1rem; }
@media (max-width: 48rem) {
    main > section { padding-block: 1.5rem; }
    main > section > * + *, main > article > * + *, .rlShell > * + *, .rlProse > * + *, .rlStack > * + *, .rlStackCenter > * + * { margin-block-start: 0.75rem; }
}

.rlChip { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #12343A; border: 1px solid #264D56; color: #FDFDFD; font-size: 0.875rem; }
.rlChip > i { color: #E6C27A; }

.rlSmall { font-size: 0.875rem; }
.rlMuted { color: #BDBDBD; }
.rlMid { text-align: center; }
.rlInkAccent { color: #E6C27A; }
.rlInkSuccess { color: #2ECC71; }
.rlInkWarning { color: #F1C40F; }
.rlInkError { color: #E74C3C; }
.rlInkInfo { color: #3498DB; }

.rlShell { width: 100%; max-width: 76rem; margin-inline: auto; }
.rlProse { max-width: 64ch; margin-inline: auto; }
.rlStack, .rlStackCenter { display: block; }
.rlStackCenter { text-align: center; }
.rlStrip, .rlStripCenter { display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem; }
.rlStripCenter { justify-content: center; }
.rlMatrix { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1rem; }
.rlLineup { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
.rlPicks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
@media (min-width: 48rem) {
    .rlLineup { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
    .rlPicks { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
}
.rlChecklist { list-style: none; padding: 0; }
.rlChecklist > li { display: flex; align-items: flex-start; gap: .75rem; }
.rlChecklist > li + li { margin-block-start: .75rem; }
.rlChecklist > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #E6C27A; }

main > section.rlBelt { background: #0C282E; padding-block: 2.5rem; }
@media (max-width: 48rem) {
    main > section.rlBelt { padding-block: 1.5rem; }
}
.rlOpening { background: linear-gradient(180deg, #09443B 0%, #061C21 100%); padding-block: 2.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    .rlOpening { padding-block: 1.5rem; }
}

.rlTicker { 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; }
.rlTicker::-webkit-scrollbar { display: none; }
.rlTickerLink { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 4px; background: #0C282E; border: 1px solid #1A3A41; color: #E0E0E0; font-size: 0.875rem; transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.rlTickerLink:hover { border-color: #00A86B; color: #FDFDFD; }

.rlAccordion { background: #12343A; border: 1px solid #1A3A41; border-radius: 8px; box-shadow: 4px 4px 0 #030E10, inset 0 1px 0 rgba(255,255,255,.05); transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.rlAccordion + .rlAccordion { margin-block-start: 0.75rem; }
.rlAccordion[open] { border-color: #00A86B; }
.rlAccordionQ { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; cursor: pointer; list-style: none; }
.rlAccordionQ::-webkit-details-marker { display: none; }
.rlAccordionQ h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.rlAccordionQ::after { content: "\f078"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #E6C27A; transition: transform 200ms; }
.rlAccordion[open] .rlAccordionQ::after { transform: rotate(180deg); }
.rlAccordionA { margin: 0; padding: 0 1rem 1rem; }
@media (max-width: 48rem) {
    .rlAccordionQ { padding: 1rem; }
    .rlAccordionA { padding: 0 1rem 1rem; }
}

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

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

.rlButton, .rlButtonSm, .rlButtonFull, .rlButtonOutline { background: #E6C27A; color: #000000; border-radius: 4px; 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(3, 13, 15, 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 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.rlButton:hover, .rlButtonSm:hover, .rlButtonFull:hover, .rlButtonOutline:hover { background: #D4B065; 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(3, 13, 15, 0.45); }
.rlButtonSm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.rlButtonFull { display: flex; width: 100%; }
.rlButtonOutline { background: transparent; background-image: none; color: #FDFDFD; border: 1px solid #264D56; box-shadow: none; }
.rlButtonOutline:hover { background: transparent; border-color: #00A86B; color: #FDFDFD; box-shadow: none; }

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

.rlTableWrap { background: #12343A; border: 1px solid #1A3A41; border-radius: 8px; box-shadow: 4px 4px 0 #030E10, inset 0 1px 0 rgba(255,255,255,.05); overflow-x: auto; max-width: 100%; }
.rlTable { width: 100%; table-layout: fixed; border-collapse: collapse; }
.rlTable th, .rlTable td { padding: 0.75rem; text-align: start; border-bottom: 1px solid #1A3A41; vertical-align: top; }
.rlTable thead th { background: #12343A; color: #FDFDFD; font-weight: 600; }
.rlTable tbody tr:last-child td { border-bottom: 0; }
.rlTable td:first-child { color: #BDBDBD; font-weight: 600; }

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

.rlHeader { background: #061C21; border-bottom: 1px solid #1A3A41; padding: .75rem 3%; position: sticky; top: 0; z-index: 100; }
.rlHeaderInner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.rlHeaderBrand { display: inline-flex; align-items: center; gap: .5rem; color: #FDFDFD; }
.rlHeaderBrand img { border-radius: 4px; }
.rlHeaderBrand strong { font-size: 16px; font-weight: 400; }
.rlHeaderActions { display: flex; align-items: center; gap: .5rem; }

.rlOrb, .rlOrbSuccess, .rlOrbWarning, .rlOrbError, .rlOrbInfo { width: 2.75rem; height: 2.75rem; border-radius: 4px; background: linear-gradient(135deg, #00A86B 0%, #00C282 100%); color: #000000; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.rlOrbSuccess { background: #2ECC71; color: #FFF; }
.rlOrbWarning { background: #F1C40F; color: #FFF; }
.rlOrbError { background: #E74C3C; color: #FFF; }
.rlOrbInfo { background: #3498DB; color: #FFF; }

.rlCallout, .rlCalloutWarning, .rlCalloutInfo, .rlCalloutSuccess, .rlCalloutError { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 8px; background: #0C282E; border: 1px solid #1A3A41; border-left: 4px solid #E6C27A; }
.rlCallout > i, .rlCalloutWarning > i, .rlCalloutInfo > i, .rlCalloutSuccess > i, .rlCalloutError > i { flex: 0 0 auto; margin-top: .2em; color: #E6C27A; }
.rlCalloutSuccess { border-left-color: #2ECC71; }
.rlCalloutWarning { border-left-color: #F1C40F; }
.rlCalloutError { border-left-color: #E74C3C; }
.rlCalloutInfo { border-left-color: #3498DB; }
.rlCalloutSuccess > i { color: #2ECC71; }
.rlCalloutWarning > i { color: #F1C40F; }
.rlCalloutError > i { color: #E74C3C; }
.rlCalloutInfo > i { color: #3498DB; }

.rlPanel { background: #12343A; border: 1px solid #1A3A41; border-radius: 8px; box-shadow: 4px 4px 0 #030E10, inset 0 1px 0 rgba(255,255,255,.05); padding: 1rem; display: flex; flex-direction: column; gap: 0.75rem; transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.rlPanel:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #030E10, inset 0 1px 0 rgba(255,255,255,.05); }
@media (max-width: 48rem) {
    .rlPanel { padding: 1rem; }
}
.rlPanel > img { width: 100%; height: auto; display: block; }

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

.rlCover { background: #12343A; border: 1px solid #1A3A41; border-radius: 8px; box-shadow: 4px 4px 0 #030E10, 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; }
.rlCover:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #030E10, inset 0 1px 0 rgba(255,255,255,.05); }
.rlCoverMedia { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.rlCoverMedia img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.rlCover:hover .rlCoverMedia img { transform: scale(1.04); }
.rlCoverPlay { position: absolute; bottom: .5rem; right: .5rem; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #E6C27A; color: #000000; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.rlCover:hover .rlCoverPlay, .rlCover:focus-visible .rlCoverPlay { opacity: 1; }
@media (hover: none) {
    .rlCoverPlay { opacity: 1; }
}
.rlCoverName { padding: .6rem .75rem; background: #12343A; }
.rlCoverName h3 { margin: 0; font-size: 0.875rem; color: #FDFDFD; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
    .rlCoverName h3 { white-space: normal; }
}

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