/* overflow-guard */
:root { --brand-primary: #7B112B; --brand-primary-hover: #911A36; --brand-secondary: #A8B2C1; --brand-secondary-hover: #C0C9D6; --brand-accent: #4CC9F0; --background-main: #0B1A0D; --background-surface: #142516; --background-elevated: #1C3121; --background-overlay: rgba(11, 26, 13, 0.8); --text-primary: #FDFDFD; --text-secondary: #E0E0E0; --text-muted: #BDBDBD; --text-brand-contrast: #FFFFFF; --text-link: #B8E9FF; --text-link-hover: #D1F2FF; --button-bg: #4CC9F0; --button-text: #000000; --button-hover-bg: #3AA8D1; --button-hover-text: #000000; --semantic-success: #2D8A4E; --success: #2D8A4E; --semantic-error: #B22222; --error: #B22222; --semantic-warning: #C88C00; --warning: #C88C00; --semantic-info: #3A7CA5; --info: #3A7CA5; --border-default: #1C3121; --border-strong: #2D4D34; --border-brand: #7B112B; --font-family-headings: Hind Siliguri, Barlow Condensed, sans-serif; --font-family-body: Noto Sans Bengali, Barlow, 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: 600; --role-weight-h2: 600; --role-weight-h3: 500; --role-weight-h4: 500; --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.6; --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: 75rem; --content-max-width: 75rem; --spacing-reading-max-width: 62ch; --reading-max-width: 62ch; --radius-sm: 8px; --radius-md: 16px; --radius-lg: 24px; --radius-pill: 9999px; --shadow-card: 4px 4px 0 #060D06; --shadow-elevated: 6px 6px 0 #060D06; --shadow-glow: 0 0 0 1px rgba(76, 201, 240, 0.35), 0 6px 18px rgba(76, 201, 240, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.05); --gradient-brand: linear-gradient(135deg, #7B112B 0%, #911A36 100%); --gradient-hero: linear-gradient(180deg, #2B211B 0%, #0B1A0D 100%); --gradient-surface: linear-gradient(#1C3121, #1C3121); --gradient-button: none; --effects-accent-bar: none; --recipes-transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; --transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
*, *::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: #0B1A0D; color: #E0E0E0; font-family: Noto Sans Bengali, Barlow, 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: Hind Siliguri, Barlow Condensed, sans-serif; line-height: 1.25; letter-spacing: 0; color: #FDFDFD; }
h1 { font-size: 1.8rem; font-weight: 600; }
h2 { font-size: 1.5rem; font-weight: 600; }
h3 { font-size: 1rem; font-weight: 500; }
h4 { font-size: 1rem; font-weight: 500; }
p { margin: 0; color: #E0E0E0; }
ul, ol { margin: 0; }
a { color: #B8E9FF; text-decoration: none; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
a:hover { color: #D1F2FF; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #4CC9F0; 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 > * + *, .frame > * + *, .narrow > * + *, .vlist > * + *, .vlist-center > * + * { margin-block-start: 1rem; }
@media (max-width: 48rem) {
    main > section { padding-block: 1.5rem; }
    main > section > * + *, main > article > * + *, .frame > * + *, .narrow > * + *, .vlist > * + *, .vlist-center > * + * { margin-block-start: 0.75rem; }
}

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

.note, .note-warning, .note-info, .note-success, .note-error { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 16px; background: #142516; border: 1px solid #1C3121; border-left: 4px solid #4CC9F0; }
.note > i, .note-warning > i, .note-info > i, .note-success > i, .note-error > i { flex: 0 0 auto; margin-top: .2em; color: #4CC9F0; }
.note-success { border-left-color: #2D8A4E; }
.note-warning { border-left-color: #C88C00; }
.note-error { border-left-color: #B22222; }
.note-info { border-left-color: #3A7CA5; }
.note-success > i { color: #2D8A4E; }
.note-warning > i { color: #C88C00; }
.note-error > i { color: #B22222; }
.note-info > i { color: #3A7CA5; }

.box { background: rgba(28, 49, 33, 0.65); border: 1px solid #1C3121; border-radius: 16px; box-shadow: 4px 4px 0 #060D06, inset 0 1px 0 rgba(255,255,255,.05); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); padding: 1rem; display: flex; flex-direction: column; gap: 0.75rem; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.box:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #060D06, inset 0 1px 0 rgba(255,255,255,.05); }
@media (max-width: 48rem) {
    .box { padding: 1rem; }
}
.box > img { width: 100%; height: auto; display: block; }

.chip { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #1C3121; border: 1px solid #2D4D34; color: #FDFDFD; font-size: 0.875rem; }
.chip > i { color: #4CC9F0; }

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

.emblem, .emblem-success, .emblem-warning, .emblem-error, .emblem-info { width: 2.75rem; height: 2.75rem; border-radius: 50%; background: linear-gradient(135deg, #7B112B 0%, #911A36 100%); color: #FFFFFF; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.emblem-success { background: #2D8A4E; color: #FFF; }
.emblem-warning { background: #C88C00; color: #FFF; }
.emblem-error { background: #B22222; color: #FFF; }
.emblem-info { background: #3A7CA5; color: #FFF; }

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

.play { background: rgba(28, 49, 33, 0.65); border: 1px solid #1C3121; border-radius: 16px; box-shadow: 4px 4px 0 #060D06, inset 0 1px 0 rgba(255,255,255,.05); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); display: flex; flex-direction: column; overflow: hidden; text-decoration: none; color: inherit; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.play:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #060D06, inset 0 1px 0 rgba(255,255,255,.05); }
.play-media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.play-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.play:hover .play-media img { transform: scale(1.04); }
.play-play { position: absolute; bottom: .5rem; right: .5rem; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #4CC9F0; color: #000000; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.play:hover .play-play, .play:focus-visible .play-play { opacity: 1; }
@media (hover: none) {
    .play-play { opacity: 1; }
}
.play { position: relative; }
.play-name { position: absolute; inset: auto 0 0 0; padding: .6rem .75rem; background: linear-gradient(180deg, transparent 0%, rgba(11, 26, 13, 0.8) 100%); }
.play-name h3 { margin: 0; font-size: 0.875rem; color: #FDFDFD; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
    .play-name h3 { white-space: normal; }
}

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

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

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

.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; }
.jumpbar::-webkit-scrollbar { display: none; }
.jumpbar-link { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 8px; background: #142516; border: 1px solid #1C3121; color: #E0E0E0; font-size: 0.875rem; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.jumpbar-link:hover { border-color: #7B112B; color: #FDFDFD; }

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

main > section.belt { background: #142516; padding-block: 2.5rem; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    main > section.belt { padding-block: 1.5rem; }
}
.splash { background: linear-gradient(180deg, #2B211B 0%, #0B1A0D 100%); padding-block: 2.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    .splash { padding-block: 1.5rem; }
}

.button, .button-sm, .button-full, .button-outline { background: #4CC9F0; color: #000000; border-radius: 16px; 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(5, 12, 6, 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 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.button:hover, .button-sm:hover, .button-full:hover, .button-outline:hover { background: #3AA8D1; 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(5, 12, 6, 0.45); }
.button-sm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.button-full { display: flex; width: 100%; }
.button-outline { background: transparent; background-image: none; color: #FDFDFD; border: 1px solid #2D4D34; box-shadow: none; }
.button-outline:hover { background: transparent; border-color: #7B112B; color: #FDFDFD; box-shadow: none; }

.small { font-size: 0.875rem; }
.muted { color: #BDBDBD; }
.middle { text-align: center; }
.ink-accent { color: #4CC9F0; }
.ink-success { color: #2D8A4E; }
.ink-warning { color: #C88C00; }
.ink-error { color: #B22222; }
.ink-info { color: #3A7CA5; }

.faq { background: rgba(28, 49, 33, 0.65); border: 1px solid #1C3121; border-radius: 16px; box-shadow: 4px 4px 0 #060D06, inset 0 1px 0 rgba(255,255,255,.05); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.faq + .faq { margin-block-start: 0.75rem; }
.faq[open] { border-color: #7B112B; }
.faq-q { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; cursor: pointer; list-style: none; }
.faq-q::-webkit-details-marker { display: none; }
.faq-q h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.faq-q::after { content: "\f0d7"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #4CC9F0; transition: transform 200ms; }
.faq[open] .faq-q::after { transform: rotate(180deg); }
.faq-a { margin: 0; padding: 0 1rem 1rem; }
@media (max-width: 48rem) {
    .faq-q { padding: 1rem; }
    .faq-a { padding: 0 1rem 1rem; }
}

.ledger-wrap { background: rgba(28, 49, 33, 0.65); border: 1px solid #1C3121; border-radius: 16px; box-shadow: 4px 4px 0 #060D06, inset 0 1px 0 rgba(255,255,255,.05); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); overflow-x: auto; max-width: 100%; }
.ledger { width: 100%; table-layout: fixed; border-collapse: collapse; }
.ledger th, .ledger td { padding: 0.75rem; text-align: start; border-bottom: 1px solid #1C3121; vertical-align: top; }
.ledger thead th { background: #1C3121; color: #FDFDFD; font-weight: 600; }
.ledger tbody tr:last-child td { border-bottom: 0; }
.ledger td:first-child { color: #BDBDBD; font-weight: 600; }

/* page */
.provider-name {
            font-weight: 700;
            letter-spacing: 0.5px;
            font-size: 1.1rem;
            display: block;
            margin-bottom: 0.25rem;
        }
