/* overflow-guard */
:root { --brand-primary: #3C3C4D; --brand-primary-hover: #4E4E61; --brand-secondary: #A8A8B3; --brand-secondary-hover: #C0C0CD; --brand-accent: #D11A3D; --background-main: #1A0B1A; --background-surface: #241224; --background-elevated: #2E1A2E; --background-overlay: rgba(26, 11, 26, 0.75); --text-primary: #F5F5F7; --text-secondary: #D1D1D6; --text-muted: #B0B0B5; --text-brand-contrast: #FFFFFF; --text-link: #FFD1D9; --text-link-hover: #FFE4E9; --button-bg: #D11A3D; --button-text: #FFFFFF; --button-hover-bg: #B01534; --button-hover-text: #FFFFFF; --semantic-success: #28A745; --success: #28A745; --semantic-error: #DC3545; --error: #DC3545; --semantic-warning: #FFC107; --warning: #FFC107; --semantic-info: #17A2B8; --info: #17A2B8; --border-default: #321B32; --border-strong: #452645; --border-brand: #3C3C4D; --font-family-headings: Hind Siliguri, Montserrat, sans-serif; --font-family-body: Noto Sans Bengali, Lato, 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.35; --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: 75rem; --content-max-width: 75rem; --spacing-reading-max-width: 66ch; --reading-max-width: 66ch; --radius-sm: 8px; --radius-md: 16px; --radius-lg: 24px; --radius-pill: 9999px; --shadow-card: 0 4px 12px rgba(12, 5, 12, 0.35); --shadow-elevated: 0 8px 24px rgba(12, 5, 12, 0.45); --shadow-glow: 0 0 0 1px rgba(209, 26, 61, 0.35), 0 6px 18px rgba(209, 26, 61, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.08); --gradient-brand: linear-gradient(135deg, #3C3C4D 0%, #4E4E61 100%); --gradient-hero: linear-gradient(180deg, #291B2D 0%, #1A0B1A 100%); --gradient-surface: linear-gradient(#2E1A2E, #2E1A2E); --gradient-button: none; --effects-accent-bar: none; --recipes-transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; --transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
*, *::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: #1A0B1A; color: #D1D1D6; font-family: Noto Sans Bengali, Lato, 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, Montserrat, sans-serif; line-height: 1.35; letter-spacing: 0; color: #F5F5F7; }
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: #D1D1D6; }
ul, ol { margin: 0; }
a { color: #FFD1D9; text-decoration: none; transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
a:hover { color: #FFE4E9; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #D11A3D; 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 > * + *, .shell > * + *, .reading > * + *, .vlist > * + *, .vlist--center > * + * { margin-block-start: 1.25rem; }
@media (max-width: 48rem) {
    main > section { padding-block: 2rem; }
    main > section > * + *, main > article > * + *, .shell > * + *, .reading > * + *, .vlist > * + *, .vlist--center > * + * { margin-block-start: 1rem; }
}

.ticker { 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; }
.ticker::-webkit-scrollbar { display: none; }
.ticker__link { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 8px; background: #241224; border: 1px solid #321B32; color: #D1D1D6; font-size: 0.875rem; transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.ticker__link:hover { border-color: #3C3C4D; color: #F5F5F7; }

.plate { background: rgba(46, 26, 46, 0.65); border: 1px solid #452645; border-radius: 16px; box-shadow: 0 4px 12px rgba(12, 5, 12, 0.35), inset 0 1px 0 rgba(255,255,255,.08); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); padding: 1.5rem; display: flex; flex-direction: column; gap: 1rem; transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.plate:hover { border-color: #3C3C4D; box-shadow: 0 0 0 1px rgba(209, 26, 61, 0.35), 0 6px 18px rgba(209, 26, 61, 0.35), inset 0 1px 0 rgba(255,255,255,.08); }
@media (max-width: 48rem) {
    .plate { padding: 1rem; }
}
.plate > img { width: 100%; height: auto; display: block; }

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

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

.bottombar { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.25rem; background: #241224; border-top: 1px solid #321B32; }
.bottombar__item { display: flex; flex-direction: column; align-items: center; gap: .25rem; flex: 1 1 0; padding: .5rem 0; font-size: 0.75rem; color: #B0B0B5; }
.bottombar__item i { font-size: 1.25rem; }
.bottombar__item:hover { color: #D11A3D; }

.title { position: relative; }
.title::before { content: ""; display: block; width: 100%; height: 1px; background: linear-gradient(90deg, #D11A3D 0, #D11A3D 2.5rem, #321B32 2.5rem, #321B32 100%); margin-bottom: .6rem; }

.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; padding: 1rem 0; font-size: 0.875rem; color: #D1D1D6; }
.breadcrumb a { color: #FFD1D9; }
.breadcrumb span { color: #F5F5F7; }

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

.colophon { background: #1A0B1A; border-top: 1px solid #321B32; padding: 3rem 3% 2rem; color: #B0B0B5; }
.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: #F5F5F7; 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: #B0B0B5; font-size: 0.875rem; }
.colophon__col a:hover { color: #FFE4E9; }
.colophon__meta { margin-block-start: 2rem; padding-block-start: 1.5rem; border-top: 1px solid #321B32; text-align: center; font-size: 0.875rem; }
.colophon__meta > * + * { margin-block-start: .5rem; }

main > section.band { background: #241224; border-top: 1px solid #321B32; border-bottom: 1px solid #321B32; padding-block: 3.5rem; }
@media (max-width: 48rem) {
    main > section.band { padding-block: 2rem; }
}
.splash { background: linear-gradient(180deg, #291B2D 0%, #1A0B1A 100%); padding-block: 3.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    .splash { padding-block: 2rem; }
}

.ledger__wrap { background: rgba(46, 26, 46, 0.65); border: 1px solid #452645; border-radius: 16px; box-shadow: 0 4px 12px rgba(12, 5, 12, 0.35), inset 0 1px 0 rgba(255,255,255,.08); 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: 1rem; text-align: start; border-bottom: 1px solid #321B32; vertical-align: top; }
.ledger thead th { background: #2E1A2E; color: #F5F5F7; font-weight: 600; }
.ledger tbody tr:last-child td { border-bottom: 0; }
.ledger td:first-child { color: #B0B0B5; font-weight: 600; }

.badge, .badge--success, .badge--warning, .badge--error, .badge--info { width: 2.75rem; height: 2.75rem; border-radius: 50%; background: linear-gradient(135deg, #3C3C4D 0%, #4E4E61 100%); color: #FFFFFF; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.badge--success { background: #28A745; color: #FFF; }
.badge--warning { background: #FFC107; color: #FFF; }
.badge--error { background: #DC3545; color: #FFF; }
.badge--info { background: #17A2B8; color: #FFF; }

.topbar { background: #1A0B1A; border-bottom: 1px solid #321B32; 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: #F5F5F7; }
.topbar__brand img { border-radius: 8px; }
.topbar__brand strong { font-size: 16px; font-weight: 400; }
.topbar__actions { display: flex; align-items: center; gap: .5rem; }

.poster { background: rgba(46, 26, 46, 0.65); border: 1px solid #452645; border-radius: 16px; box-shadow: 0 4px 12px rgba(12, 5, 12, 0.35), inset 0 1px 0 rgba(255,255,255,.08); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); display: flex; flex-direction: column; overflow: hidden; text-decoration: none; color: inherit; transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.poster:hover { border-color: #3C3C4D; box-shadow: 0 0 0 1px rgba(209, 26, 61, 0.35), 0 6px 18px rgba(209, 26, 61, 0.35), inset 0 1px 0 rgba(255,255,255,.08); }
.poster__media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.poster__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.poster:hover .poster__media img { transform: scale(1.04); }
.poster__play { position: absolute; bottom: .5rem; right: .5rem; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #D11A3D; color: #FFFFFF; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.poster:hover .poster__play, .poster:focus-visible .poster__play { opacity: 1; }
@media (hover: none) {
    .poster__play { opacity: 1; }
}
.poster { position: relative; }
.poster__name { position: absolute; inset: auto 0 0 0; padding: .6rem .75rem; background: linear-gradient(180deg, transparent 0%, rgba(26, 11, 26, 0.75) 100%); }
.poster__name h3 { margin: 0; font-size: 0.875rem; color: #F5F5F7; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
    .poster__name h3 { white-space: normal; }
}

.accordion { background: rgba(46, 26, 46, 0.65); border: 1px solid #452645; border-radius: 16px; box-shadow: 0 4px 12px rgba(12, 5, 12, 0.35), inset 0 1px 0 rgba(255,255,255,.08); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.accordion + .accordion { margin-block-start: 1rem; }
.accordion[open] { border-color: #3C3C4D; }
.accordion__q { display: flex; align-items: flex-start; gap: 1rem; padding: 1.5rem; cursor: pointer; list-style: none; }
.accordion__q::-webkit-details-marker { display: none; }
.accordion__q h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.accordion__q::after { content: "\f078"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #D11A3D; transition: transform 200ms; }
.accordion[open] .accordion__q::after { transform: rotate(180deg); }
.accordion__a { margin: 0; padding: 0 1.5rem 1.5rem; }
@media (max-width: 48rem) {
    .accordion__q { padding: 1rem; }
    .accordion__a { padding: 0 1rem 1rem; }
}

.callout, .callout--warning, .callout--info, .callout--success, .callout--error { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 16px; background: #241224; border: 1px solid #321B32; border-left: 4px solid #D11A3D; }
.callout > i, .callout--warning > i, .callout--info > i, .callout--success > i, .callout--error > i { flex: 0 0 auto; margin-top: .2em; color: #D11A3D; }
.callout--success { border-left-color: #28A745; }
.callout--warning { border-left-color: #FFC107; }
.callout--error { border-left-color: #DC3545; }
.callout--info { border-left-color: #17A2B8; }
.callout--success > i { color: #28A745; }
.callout--warning > i { color: #FFC107; }
.callout--error > i { color: #DC3545; }
.callout--info > i { color: #17A2B8; }

.button, .button--sm, .button--full, .button--outline { background: #D11A3D; color: #FFFFFF; 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(12, 5, 12, 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 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.button:hover, .button--sm:hover, .button--full:hover, .button--outline:hover { background: #B01534; 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(12, 5, 12, 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: #F5F5F7; border: 1px solid #452645; box-shadow: none; }
.button--outline:hover { background: transparent; border-color: #3C3C4D; color: #F5F5F7; box-shadow: none; }

.small { font-size: 0.875rem; }
.quiet { color: #B0B0B5; }
.centered { text-align: center; }
.shade--accent { color: #D11A3D; }
.shade--success { color: #28A745; }
.shade--warning { color: #FFC107; }
.shade--error { color: #DC3545; }
.shade--info { color: #17A2B8; }

/* page */
.provider-name { font-weight: 700; letter-spacing: 0.5px; }
