/* overflow-guard */
:root { --brand-primary: #721c24; --brand-primary-hover: #8b252d; --brand-secondary: #a38d7d; --brand-secondary-hover: #b8a292; --brand-accent: #48cae4; --background-main: #1c120c; --background-surface: #261911; --background-elevated: #322218; --background-overlay: rgba(28, 18, 12, 0.75); --text-primary: #fdfdfd; --text-secondary: #e0e0e0; --text-muted: #bdbdbd; --text-brand-contrast: #ffffff; --text-link: #bcecf2; --text-link-hover: #d1f2f7; --button-bg: #48cae4; --button-text: #000000; --button-hover-bg: #32b1c9; --button-hover-text: #000000; --semantic-success: #2d8a5d; --success: #2d8a5d; --semantic-error: #b22222; --error: #b22222; --semantic-warning: #c68e17; --warning: #c68e17; --semantic-info: #4a90e2; --info: #4a90e2; --border-default: #3a2b22; --border-strong: #4d3b31; --border-brand: #721c24; --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.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: 74rem; --content-max-width: 74rem; --spacing-reading-max-width: 64ch; --reading-max-width: 64ch; --radius-sm: 6px; --radius-md: 12px; --radius-lg: 18px; --radius-pill: 9999px; --shadow-card: 0 4px 12px rgba(13, 8, 5, 0.35); --shadow-elevated: 0 8px 24px rgba(13, 8, 5, 0.45); --shadow-glow: 0 0 0 1px rgba(72, 202, 228, 0.35), 0 6px 18px rgba(72, 202, 228, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.08); --gradient-brand: linear-gradient(135deg, #721c24 0%, #8b252d 100%); --gradient-hero: linear-gradient(180deg, #371a15 0%, #1c120c 100%); --gradient-surface: linear-gradient(#322218, #322218); --gradient-button: linear-gradient(135deg, #69d4e9 0%, #48cae4 100%); --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: #1c120c; 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: 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: #bcecf2; text-decoration: none; transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
a:hover { color: #d1f2f7; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #48cae4; 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 > * + *, .ll-shell > * + *, .ll-narrow > * + *, .ll-pile > * + *, .ll-pile-center > * + * { margin-block-start: 1rem; }
@media (max-width: 48rem) {
    main > section { padding-block: 1.5rem; }
    main > section > * + *, main > article > * + *, .ll-shell > * + *, .ll-narrow > * + *, .ll-pile > * + *, .ll-pile-center > * + * { margin-block-start: 0.75rem; }
}

.ll-chips { 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; }
.ll-chips::-webkit-scrollbar { display: none; }
.ll-chips-link { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 6px; background: #261911; border: 1px solid #3a2b22; color: #e0e0e0; font-size: 0.875rem; transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.ll-chips-link:hover { border-color: #721c24; color: #fdfdfd; }

.ll-callout, .ll-callout-warning, .ll-callout-info, .ll-callout-success, .ll-callout-error { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 12px; background: #261911; border: 1px solid #3a2b22; border-left: 4px solid #48cae4; }
.ll-callout > i, .ll-callout-warning > i, .ll-callout-info > i, .ll-callout-success > i, .ll-callout-error > i { flex: 0 0 auto; margin-top: .2em; color: #48cae4; }
.ll-callout-success { border-left-color: #2d8a5d; }
.ll-callout-warning { border-left-color: #c68e17; }
.ll-callout-error { border-left-color: #b22222; }
.ll-callout-info { border-left-color: #4a90e2; }
.ll-callout-success > i { color: #2d8a5d; }
.ll-callout-warning > i { color: #c68e17; }
.ll-callout-error > i { color: #b22222; }
.ll-callout-info > i { color: #4a90e2; }

.ll-navbar { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.5rem; background: #261911; border-top: 1px solid #3a2b22; }
.ll-navbar-item { display: flex; flex-direction: column; align-items: center; gap: .25rem; flex: 1 1 0; padding: .5rem 0; font-size: 0.75rem; color: #bdbdbd; }
.ll-navbar-item i { font-size: 1.25rem; }
.ll-navbar-item:hover { color: #48cae4; }

.ll-shell { width: 100%; max-width: 74rem; margin-inline: auto; }
.ll-narrow { max-width: 64ch; margin-inline: auto; }
.ll-pile, .ll-pile-center { display: block; }
.ll-pile-center { text-align: center; }
.ll-row, .ll-row-center { display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem; }
.ll-row-center { justify-content: center; }
.ll-matrix { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1rem; }
.ll-shelf { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
.ll-picks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
@media (min-width: 48rem) {
    .ll-shelf { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
    .ll-picks { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
}
.ll-items { list-style: none; padding: 0; }
.ll-items > li { display: flex; align-items: flex-start; gap: .75rem; }
.ll-items > li + li { margin-block-start: .75rem; }
.ll-items > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #48cae4; }

.ll-fold { background: #322218; border: 1px solid #4d3b31; border-radius: 12px; box-shadow: 0 4px 12px rgba(13, 8, 5, 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; }
.ll-fold + .ll-fold { margin-block-start: 0.75rem; }
.ll-fold[open] { border-color: #721c24; }
.ll-fold-q { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; cursor: pointer; list-style: none; }
.ll-fold-q::-webkit-details-marker { display: none; }
.ll-fold-q h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.ll-fold-q::after { content: "\f0d7"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #48cae4; transition: transform 200ms; }
.ll-fold[open] .ll-fold-q::after { transform: rotate(180deg); }
.ll-fold-a { margin: 0; padding: 0 1rem 1rem; }
@media (max-width: 48rem) {
    .ll-fold-q { padding: 1rem; }
    .ll-fold-a { padding: 0 1rem 1rem; }
}

.ll-sub { font-size: 0.875rem; }
.ll-muted { color: #bdbdbd; }
.ll-center { text-align: center; }
.ll-hue-accent { color: #48cae4; }
.ll-hue-success { color: #2d8a5d; }
.ll-hue-warning { color: #c68e17; }
.ll-hue-error { color: #b22222; }
.ll-hue-info { color: #4a90e2; }

.ll-colophon { background: #1c120c; border-top: 1px solid #3a2b22; padding: 3rem 3% 2rem; color: #bdbdbd; }
.ll-colophon-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; text-align: center; }
.ll-colophon-col > p, .ll-colophon-col > h3 { font-size: 0.875rem; font-weight: 700; color: #fdfdfd; margin: 0 0 .75rem; text-transform: uppercase; letter-spacing: .05em; }
.ll-colophon-col ul { list-style: none; padding: 0; margin: 0; }
.ll-colophon-col li + li { margin-block-start: .5rem; }
.ll-colophon-col a { color: #bdbdbd; font-size: 0.875rem; }
.ll-colophon-col a:hover { color: #d1f2f7; }
.ll-colophon-meta { margin-block-start: 2rem; padding-block-start: 1.5rem; border-top: 1px solid #3a2b22; text-align: center; font-size: 0.875rem; }
.ll-colophon-meta > * + * { margin-block-start: .5rem; }

.ll-cover { background: #322218; border: 1px solid #4d3b31; border-radius: 12px; box-shadow: 0 4px 12px rgba(13, 8, 5, 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; }
.ll-cover:hover { border-color: #721c24; box-shadow: 0 0 0 1px rgba(72, 202, 228, 0.35), 0 6px 18px rgba(72, 202, 228, 0.35), inset 0 1px 0 rgba(255,255,255,.08); }
.ll-cover-media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.ll-cover-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.ll-cover:hover .ll-cover-media img { transform: scale(1.04); }
.ll-cover-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #48cae4; color: #000000; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.ll-cover:hover .ll-cover-play, .ll-cover:focus-visible .ll-cover-play { opacity: 1; }
@media (hover: none) {
    .ll-cover-play { opacity: 1; }
}
.ll-cover { position: relative; }
.ll-cover-name { position: absolute; inset: auto 0 0 0; padding: .6rem .75rem; background: linear-gradient(180deg, transparent 0%, rgba(28, 18, 12, 0.75) 100%); }
.ll-cover-name h3 { margin: 0; font-size: 0.875rem; color: #fdfdfd; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
    .ll-cover-name h3 { white-space: normal; }
}

.ll-table-wrap { background: #322218; border: 1px solid #4d3b31; border-radius: 12px; box-shadow: 0 4px 12px rgba(13, 8, 5, 0.35), inset 0 1px 0 rgba(255,255,255,.08); overflow-x: auto; max-width: 100%; }
.ll-table { width: 100%; table-layout: fixed; border-collapse: collapse; }
.ll-table th, .ll-table td { padding: 0.75rem; text-align: start; border-bottom: 1px solid #3a2b22; vertical-align: top; }
.ll-table thead th { background: #322218; color: #fdfdfd; font-weight: 600; }
.ll-table tbody tr:last-child td { border-bottom: 0; }
.ll-table td:first-child { color: #bdbdbd; font-weight: 600; }

.ll-crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; padding: 1rem 0; font-size: 0.875rem; color: #e0e0e0; }
.ll-crumbs a { color: #bcecf2; }
.ll-crumbs span { color: #fdfdfd; }

.ll-token { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #322218; border: 1px solid #4d3b31; color: #fdfdfd; font-size: 0.875rem; }
.ll-token > i { color: #48cae4; }

.ll-orb, .ll-orb-success, .ll-orb-warning, .ll-orb-error, .ll-orb-info { width: 2.75rem; height: 2.75rem; border-radius: 50%; background: linear-gradient(135deg, #721c24 0%, #8b252d 100%); color: #ffffff; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.ll-orb-success { background: #2d8a5d; color: #fff; }
.ll-orb-warning { background: #c68e17; color: #fff; }
.ll-orb-error { background: #b22222; color: #fff; }
.ll-orb-info { background: #4a90e2; color: #fff; }

.ll-pair, .ll-card.ll-pair { display: flex; flex-direction: row; align-items: flex-start; gap: 1rem; }
.ll-pair-body { flex: 1 1 auto; min-width: 0; }
.ll-pair-body > * + * { margin-block-start: .5rem; }

.ll-headline { position: relative; }
.ll-headline::before { content: ""; display: block; width: 100%; height: 1px; background: linear-gradient(90deg, #48cae4 0, #48cae4 2.5rem, #3a2b22 2.5rem, #3a2b22 100%); margin-bottom: .6rem; }

main > section.ll-zone { background: #261911; border-top: 1px solid #3a2b22; border-bottom: 1px solid #3a2b22; padding-block: 2.5rem; }
@media (max-width: 48rem) {
    main > section.ll-zone { padding-block: 1.5rem; }
}
.ll-splash { background: linear-gradient(180deg, #371a15 0%, #1c120c 100%); padding-block: 2.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    .ll-splash { padding-block: 1.5rem; }
}

.ll-appbar { background: #1c120c; border-bottom: 1px solid #3a2b22; padding: .75rem 3%; position: sticky; top: 0; z-index: 100; }
.ll-appbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.ll-appbar-brand { display: inline-flex; align-items: center; gap: .5rem; color: #fdfdfd; }
.ll-appbar-brand img { border-radius: 6px; }
.ll-appbar-brand strong { font-size: 16px; font-weight: 400; }
.ll-appbar-actions { display: flex; align-items: center; gap: .5rem; }

.ll-card { background: #322218; border: 1px solid #4d3b31; border-radius: 12px; box-shadow: 0 4px 12px rgba(13, 8, 5, 0.35), inset 0 1px 0 rgba(255,255,255,.08); padding: 1rem; display: flex; flex-direction: column; gap: 0.75rem; transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.ll-card:hover { border-color: #721c24; box-shadow: 0 0 0 1px rgba(72, 202, 228, 0.35), 0 6px 18px rgba(72, 202, 228, 0.35), inset 0 1px 0 rgba(255,255,255,.08); }
@media (max-width: 48rem) {
    .ll-card { padding: 1rem; }
}
.ll-card > img { width: 100%; height: auto; display: block; }

.ll-cta, .ll-cta-sm, .ll-cta-full, .ll-cta-outline { background: linear-gradient(135deg, #69d4e9 0%, #48cae4 100%); color: #000000; border-radius: 12px; min-height: 44px; font-weight: 700; box-shadow: 0 6px 16px rgba(72, 202, 228, 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 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.ll-cta:hover, .ll-cta-sm:hover, .ll-cta-full:hover, .ll-cta-outline:hover { background: #32b1c9; box-shadow: 0 8px 22px rgba(72, 202, 228, 0.4); }
.ll-cta-sm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.ll-cta-full { display: flex; width: 100%; }
.ll-cta-outline { background: transparent; background-image: none; color: #fdfdfd; border: 1px solid #4d3b31; box-shadow: none; }
.ll-cta-outline:hover { background: transparent; border-color: #721c24; color: #fdfdfd; box-shadow: none; }

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