/* overflow-guard */
:root { --brand-primary: #800020; --brand-primary-hover: #990026; --brand-secondary: #C0C0C0; --brand-secondary-hover: #D3D3D3; --brand-accent: #00D1FF; --background-main: #081C21; --background-surface: #12282D; --background-elevated: #1C343A; --background-overlay: rgba(8, 28, 33, 0.8); --text-primary: #FDFDFD; --text-secondary: #E0E0E0; --text-muted: #BDBDBD; --text-brand-contrast: #FFFFFF; --text-link: #B3F0FF; --text-link-hover: #D1FFFF; --button-bg: #00D1FF; --button-text: #000000; --button-hover-bg: #00B8E6; --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: #1C343A; --border-strong: #2A4D55; --border-brand: #800020; --font-family-headings: Oswald, Noto Sans Bengali, sans-serif; --font-family-body: Source Sans 3, 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.25; --line-height-body: 1.55; --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 #040E10; --shadow-elevated: 6px 6px 0 #040E10; --shadow-glow: 0 0 0 1px rgba(0, 209, 255, 0.35), 0 6px 18px rgba(0, 209, 255, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.05); --gradient-brand: linear-gradient(135deg, #800020 0%, #990026 100%); --gradient-hero: linear-gradient(180deg, #2A1F2A 0%, #081C21 100%); --gradient-surface: linear-gradient(#1C343A, #1C343A); --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: #081C21; color: #E0E0E0; font-family: Source Sans 3, Noto Sans Bengali, 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: Oswald, Noto Sans Bengali, sans-serif; line-height: 1.25; 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: #B3F0FF; text-decoration: none; transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
a:hover { color: #D1FFFF; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #00D1FF; 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 > * + *, .ln_frame > * + *, .ln_reading > * + *, .ln_pile > * + *, .ln_pile_center > * + * { margin-block-start: 1.25rem; }
@media (max-width: 48rem) {
  main > section { padding-block: 2rem; }
  main > section > * + *, main > article > * + *, .ln_frame > * + *, .ln_reading > * + *, .ln_pile > * + *, .ln_pile_center > * + * { margin-block-start: 1rem; }
}

.ln_memo, .ln_memo_warning, .ln_memo_info, .ln_memo_success, .ln_memo_error { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 12px; background: #12282D; border: 1px solid #1C343A; border-left: 4px solid #00D1FF; }
.ln_memo > i, .ln_memo_warning > i, .ln_memo_info > i, .ln_memo_success > i, .ln_memo_error > i { flex: 0 0 auto; margin-top: .2em; color: #00D1FF; }
.ln_memo_success { border-left-color: #2ECC71; }
.ln_memo_warning { border-left-color: #F1C40F; }
.ln_memo_error { border-left-color: #E74C3C; }
.ln_memo_info { border-left-color: #3498DB; }
.ln_memo_success > i { color: #2ECC71; }
.ln_memo_warning > i { color: #F1C40F; }
.ln_memo_error > i { color: #E74C3C; }
.ln_memo_info > i { color: #3498DB; }

main > section.ln_layer { background: #12282D; padding-block: 3.5rem; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
  main > section.ln_layer { padding-block: 2rem; }
}
.ln_opening { background: linear-gradient(180deg, #2A1F2A 0%, #081C21 100%); padding-block: 3.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
  .ln_opening { padding-block: 2rem; }
}

.ln_fold { background: #1C343A; border: 1px solid #1C343A; border-radius: 12px; box-shadow: 4px 4px 0 #040E10, inset 0 1px 0 rgba(255,255,255,.05); transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.ln_fold + .ln_fold { margin-block-start: 1rem; }
.ln_fold[open] { border-color: #800020; }
.ln_fold_q { display: flex; align-items: flex-start; gap: 1rem; padding: 1.5rem; cursor: pointer; list-style: none; }
.ln_fold_q::-webkit-details-marker { display: none; }
.ln_fold_q h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.ln_fold_q::after { content: "\f107"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #00D1FF; transition: transform 200ms; }
.ln_fold[open] .ln_fold_q::after { transform: rotate(180deg); }
.ln_fold_a { margin: 0; padding: 0 1.5rem 1.5rem; }
@media (max-width: 48rem) {
  .ln_fold_q { padding: 1rem; }
  .ln_fold_a { padding: 0 1rem 1rem; }
}

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

.ln_token { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #1C343A; border: 1px solid #2A4D55; color: #FDFDFD; font-size: 0.875rem; }
.ln_token > i { color: #00D1FF; }

.ln_jumpbar { 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; }
.ln_jumpbar::-webkit-scrollbar { display: none; }
.ln_jumpbar_link { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 6px; background: #12282D; border: 1px solid #1C343A; color: #E0E0E0; font-size: 0.875rem; transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.ln_jumpbar_link:hover { border-color: #800020; color: #FDFDFD; }

.ln_caption { position: relative; }
.ln_caption::before { content: ""; display: block; width: 3rem; height: 6px; background-image: repeating-linear-gradient(90deg, #00D1FF 0 3px, transparent 3px 6px); margin-bottom: .6rem; }

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

.ln_disc, .ln_disc_success, .ln_disc_warning, .ln_disc_error, .ln_disc_info { width: 2.75rem; height: 2.75rem; border-radius: 50%; background: linear-gradient(135deg, #800020 0%, #990026 100%); color: #FFFFFF; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.ln_disc_success { background: #2ECC71; color: #FFF; }
.ln_disc_warning { background: #F1C40F; color: #FFF; }
.ln_disc_error { background: #E74C3C; color: #FFF; }
.ln_disc_info { background: #3498DB; color: #FFF; }

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

.ln_frame { width: 100%; max-width: 72rem; margin-inline: auto; }
.ln_reading { max-width: 64ch; margin-inline: auto; }
.ln_pile, .ln_pile_center { display: block; }
.ln_pile_center { text-align: center; }
.ln_strip, .ln_strip_center { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.ln_strip_center { justify-content: center; }
.ln_matrix { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1.25rem; }
.ln_showcase { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.ln_menu { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
@media (min-width: 48rem) {
  .ln_showcase { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; }
  .ln_menu { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
}
.ln_points { list-style: none; padding: 0; }
.ln_points > li { display: flex; align-items: flex-start; gap: .75rem; }
.ln_points > li + li { margin-block-start: .75rem; }
.ln_points > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #00D1FF; }

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

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

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

.ln_small { font-size: 0.875rem; }
.ln_soft { color: #BDBDBD; }
.ln_center { text-align: center; }
.ln_tint_accent { color: #00D1FF; }
.ln_tint_success { color: #2ECC71; }
.ln_tint_warning { color: #F1C40F; }
.ln_tint_error { color: #E74C3C; }
.ln_tint_info { color: #3498DB; }

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

.ln_btn, .ln_btn_sm, .ln_btn_full, .ln_btn_outline { background: #00D1FF; color: #000000; border-radius: 12px; min-height: 44px; font-weight: 700; box-shadow: 0 0 0 1px rgba(0, 209, 255, 0.35), 0 6px 18px rgba(0, 209, 255, 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; }
.ln_btn:hover, .ln_btn_sm:hover, .ln_btn_full:hover, .ln_btn_outline:hover { background: #00B8E6; box-shadow: 0 0 0 1px rgba(0, 209, 255, 0.5), 0 8px 26px rgba(0, 209, 255, 0.5); }
.ln_btn_sm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.ln_btn_full { display: flex; width: 100%; }
.ln_btn_outline { background: transparent; background-image: none; color: #FDFDFD; border: 1px solid #2A4D55; box-shadow: none; }
.ln_btn_outline:hover { background: transparent; border-color: #800020; color: #FDFDFD; box-shadow: none; }

.ln_topbar { background: #081C21; border-bottom: 1px solid #1C343A; padding: .75rem 3%; position: sticky; top: 0; z-index: 100; }
.ln_topbar_inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.ln_topbar_brand { display: inline-flex; align-items: center; gap: .5rem; color: #FDFDFD; }
.ln_topbar_brand img { border-radius: 6px; }
.ln_topbar_brand strong { font-size: 16px; font-weight: 400; }
.ln_topbar_actions { display: flex; align-items: center; gap: .5rem; }

/* page */
.ln_provider_name {
            font-weight: 700;
            letter-spacing: 0.5px;
            font-size: 1.1rem;
        }
