/* overflow-guard */
:root { --brand-primary: #800020; --brand-primary-hover: #9B0028; --brand-secondary: #B2A1B5; --brand-secondary-hover: #C9B9CD; --brand-accent: #A5F3FC; --background-main: #120D2B; --background-surface: #1C153B; --background-elevated: #261F4B; --background-overlay: rgba(18, 13, 43, 0.75); --text-primary: #FDFDFD; --text-secondary: #E0E0E0; --text-muted: #BDBDBD; --text-brand-contrast: #FFFFFF; --text-link: #D1F5FF; --text-link-hover: #E6F9FF; --button-bg: #A5F3FC; --button-text: #0D1B2A; --button-hover-bg: #C2F9FF; --button-hover-text: #0D1B2A; --semantic-success: #4ADE80; --success: #4ADE80; --semantic-error: #F87171; --error: #F87171; --semantic-warning: #FBBF24; --warning: #FBBF24; --semantic-info: #60A5FA; --info: #60A5FA; --border-default: #2D264D; --border-strong: #3D355D; --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: 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.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: 75rem; --content-max-width: 75rem; --spacing-reading-max-width: 68ch; --reading-max-width: 68ch; --radius-sm: 8px; --radius-md: 16px; --radius-lg: 24px; --radius-pill: 9999px; --shadow-card: 0 1px 2px rgba(8, 6, 19, 0.5), 0 16px 32px rgba(8, 6, 19, 0.4); --shadow-elevated: 0 2px 4px rgba(8, 6, 19, 0.5), 0 24px 48px rgba(8, 6, 19, 0.5); --shadow-glow: 0 0 0 1px rgba(165, 243, 252, 0.35), 0 6px 18px rgba(165, 243, 252, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.06); --gradient-brand: linear-gradient(135deg, #800020 0%, #9B0028 100%); --gradient-hero: linear-gradient(180deg, #321035 0%, #120D2B 100%); --gradient-surface: linear-gradient(180deg, #261F4B 0%, #1C153B 100%); --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: #120D2B; color: #E0E0E0; font-family: Source Sans 3, Noto Sans Bengali, sans-serif; font-weight: 400; line-height: 1.55; 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: Oswald, Noto Sans Bengali, 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: #D1F5FF; text-decoration: none; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
a:hover { color: #E6F9FF; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #A5F3FC; 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 > * + *, .cd-shell > * + *, .cd-copy > * + *, .cd-flow > * + *, .cd-flow-center > * + * { margin-block-start: 1.25rem; }
@media (max-width: 48rem) {
    main > section { padding-block: 2rem; }
    main > section > * + *, main > article > * + *, .cd-shell > * + *, .cd-copy > * + *, .cd-flow > * + *, .cd-flow-center > * + * { margin-block-start: 1rem; }
}

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

.cd-orb, .cd-orb-success, .cd-orb-warning, .cd-orb-error, .cd-orb-info { width: 2.75rem; height: 2.75rem; border-radius: 50%; background: linear-gradient(135deg, #800020 0%, #9B0028 100%); color: #FFFFFF; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.cd-orb-success { background: #4ADE80; color: #FFF; }
.cd-orb-warning { background: #FBBF24; color: #FFF; }
.cd-orb-error { background: #F87171; color: #FFF; }
.cd-orb-info { background: #60A5FA; color: #FFF; }

.cd-cover { background: rgba(38, 31, 75, 0.65); border: 1px solid #2D264D; border-radius: 16px; box-shadow: 0 1px 2px rgba(8, 6, 19, 0.5), 0 16px 32px rgba(8, 6, 19, 0.4), inset 0 1px 0 rgba(255,255,255,.06); 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; }
.cd-cover:hover { transform: translateY(-2px); box-shadow: 0 2px 4px rgba(8, 6, 19, 0.5), 0 24px 48px rgba(8, 6, 19, 0.5), inset 0 1px 0 rgba(255,255,255,.06); }
.cd-cover-media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.cd-cover-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.cd-cover:hover .cd-cover-media img { transform: scale(1.04); }
.cd-cover-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #A5F3FC; color: #0D1B2A; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.cd-cover:hover .cd-cover-play, .cd-cover:focus-visible .cd-cover-play { opacity: 1; }
@media (hover: none) {
    .cd-cover-play { opacity: 1; }
}
.cd-cover-name { padding: .6rem .75rem; background: #261F4B; }
.cd-cover-name h3 { margin: 0; font-size: 0.875rem; color: #FDFDFD; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
    .cd-cover-name h3 { white-space: normal; }
}

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

.cd-tabbar { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.5rem; background: #1C153B; border-top: 1px solid #2D264D; }
.cd-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; }
.cd-tabbar-item i { font-size: 1.25rem; }
.cd-tabbar-item:hover { color: #A5F3FC; }

.cd-panel { background: rgba(38, 31, 75, 0.65); border: 1px solid #2D264D; border-radius: 16px; box-shadow: 0 1px 2px rgba(8, 6, 19, 0.5), 0 16px 32px rgba(8, 6, 19, 0.4), inset 0 1px 0 rgba(255,255,255,.06); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); padding: 1.5rem; display: flex; flex-direction: column; gap: 1rem; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.cd-panel:hover { transform: translateY(-2px); box-shadow: 0 2px 4px rgba(8, 6, 19, 0.5), 0 24px 48px rgba(8, 6, 19, 0.5), inset 0 1px 0 rgba(255,255,255,.06); }
@media (max-width: 48rem) {
    .cd-panel { padding: 1rem; }
}
.cd-panel > img { width: 100%; height: auto; display: block; }

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

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

.cd-callout, .cd-callout-warning, .cd-callout-info, .cd-callout-success, .cd-callout-error { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 16px; background: #1C153B; border: 1px solid #2D264D; border-left: 4px solid #A5F3FC; }
.cd-callout > i, .cd-callout-warning > i, .cd-callout-info > i, .cd-callout-success > i, .cd-callout-error > i { flex: 0 0 auto; margin-top: .2em; color: #A5F3FC; }
.cd-callout-success { border-left-color: #4ADE80; }
.cd-callout-warning { border-left-color: #FBBF24; }
.cd-callout-error { border-left-color: #F87171; }
.cd-callout-info { border-left-color: #60A5FA; }
.cd-callout-success > i { color: #4ADE80; }
.cd-callout-warning > i { color: #FBBF24; }
.cd-callout-error > i { color: #F87171; }
.cd-callout-info > i { color: #60A5FA; }

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

.cd-small { font-size: 0.875rem; }
.cd-faint { color: #BDBDBD; }
.cd-center { text-align: center; }
.cd-tint-accent { color: #A5F3FC; }
.cd-tint-success { color: #4ADE80; }
.cd-tint-warning { color: #FBBF24; }
.cd-tint-error { color: #F87171; }
.cd-tint-info { color: #60A5FA; }

.cd-sheet-wrap { background: rgba(38, 31, 75, 0.65); border: 1px solid #2D264D; border-radius: 16px; box-shadow: 0 1px 2px rgba(8, 6, 19, 0.5), 0 16px 32px rgba(8, 6, 19, 0.4), inset 0 1px 0 rgba(255,255,255,.06); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); overflow-x: auto; max-width: 100%; }
.cd-sheet { width: 100%; table-layout: fixed; border-collapse: collapse; }
.cd-sheet th, .cd-sheet td { padding: 1rem; text-align: start; border-bottom: 1px solid #2D264D; vertical-align: top; }
.cd-sheet thead th { background: #261F4B; color: #FDFDFD; font-weight: 600; }
.cd-sheet tbody tr:last-child td { border-bottom: 0; }
.cd-sheet td:first-child { color: #BDBDBD; font-weight: 600; }

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

.cd-pill { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #261F4B; border: 1px solid #3D355D; color: #FDFDFD; font-size: 0.875rem; }
.cd-pill > i { color: #A5F3FC; }

main > section.cd-belt { background: #1C153B; padding-block: 3.5rem; }
@media (max-width: 48rem) {
    main > section.cd-belt { padding-block: 2rem; }
}
.cd-splash { background: linear-gradient(180deg, #321035 0%, #120D2B 100%); padding-block: 3.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    .cd-splash { padding-block: 2rem; }
}

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

.cd-faq { background: rgba(38, 31, 75, 0.65); border: 1px solid #2D264D; border-radius: 16px; box-shadow: 0 1px 2px rgba(8, 6, 19, 0.5), 0 16px 32px rgba(8, 6, 19, 0.4), inset 0 1px 0 rgba(255,255,255,.06); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.cd-faq + .cd-faq { margin-block-start: 1rem; }
.cd-faq[open] { border-color: #800020; }
.cd-faq-q { display: flex; align-items: flex-start; gap: 1rem; padding: 1.5rem; cursor: pointer; list-style: none; }
.cd-faq-q::-webkit-details-marker { display: none; }
.cd-faq-q h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.cd-faq-q::after { content: "\f107"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #A5F3FC; transition: transform 200ms; }
.cd-faq[open] .cd-faq-q::after { transform: rotate(180deg); }
.cd-faq-a { margin: 0; padding: 0 1.5rem 1.5rem; }
@media (max-width: 48rem) {
    .cd-faq-q { padding: 1rem; }
    .cd-faq-a { padding: 0 1rem 1rem; }
}

.cd-action, .cd-action-sm, .cd-action-full, .cd-action-outline { background: #A5F3FC; color: #0D1B2A; 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(8, 6, 19, 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; }
.cd-action:hover, .cd-action-sm:hover, .cd-action-full:hover, .cd-action-outline:hover { background: #C2F9FF; 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(8, 6, 19, 0.45); }
.cd-action-sm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.cd-action-full { display: flex; width: 100%; }
.cd-action-outline { background: transparent; background-image: none; color: #FDFDFD; border: 1px solid #3D355D; box-shadow: none; }
.cd-action-outline:hover { background: transparent; border-color: #800020; color: #FDFDFD; box-shadow: none; }

/* page */
.cd-provider-name {
            font-weight: 700;
            letter-spacing: 0.02em;
            font-size: 1.1rem;
        }
