/* overflow-guard */
:root { --brand-primary: #2E5BFF; --brand-primary-hover: #1E4BDB; --brand-secondary: #5C76B7; --brand-secondary-hover: #4A629D; --brand-accent: #FF8C32; --background-main: #121A2B; --background-surface: #1C2438; --background-elevated: #262E44; --background-overlay: rgba(18, 26, 43, 0.75); --text-primary: #FDFDFD; --text-secondary: #D1D5DB; --text-muted: #B5B9C1; --text-brand-contrast: #FFFFFF; --text-link: #B8D1FF; --text-link-hover: #D6E4FF; --button-bg: #FF8C32; --button-text: #000000; --button-hover-bg: #E67A20; --button-hover-text: #000000; --semantic-success: #4ADE80; --success: #4ADE80; --semantic-error: #F87171; --error: #F87171; --semantic-warning: #FBBF24; --warning: #FBBF24; --semantic-info: #60A5FA; --info: #60A5FA; --border-default: #2D374D; --border-strong: #3F4B66; --border-brand: #2E5BFF; --font-family-headings: Hind Siliguri, Rajdhani, sans-serif; --font-family-body: Noto Sans Bengali, Manrope, 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: 700; --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: 75rem; --content-max-width: 75rem; --spacing-reading-max-width: 62ch; --reading-max-width: 62ch; --radius-sm: 6px; --radius-md: 10px; --radius-lg: 14px; --radius-pill: 9999px; --shadow-card: 0 8px 24px rgba(8, 12, 19, 0.4); --shadow-elevated: 0 12px 32px rgba(8, 12, 19, 0.5); --shadow-glow: 0 0 0 1px rgba(255, 140, 50, 0.35), 0 6px 18px rgba(255, 140, 50, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.06); --gradient-brand: linear-gradient(135deg, #2E5BFF 0%, #1E4BDB 100%); --gradient-hero: linear-gradient(180deg, #203064 0%, #121A2B 100%); --gradient-surface: linear-gradient(135deg, #1C2438 0%, #262E44 100%); --gradient-button: linear-gradient(135deg, #FFA157 0%, #FF8C32 100%); --effects-accent-bar: #FF8C32; --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: #121A2B; color: #D1D5DB; font-family: Noto Sans Bengali, Manrope, 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: Hind Siliguri, Rajdhani, 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: 700; }
h3 { font-size: 1rem; font-weight: 600; }
h4 { font-size: 1rem; font-weight: 600; }
p { margin: 0; color: #D1D5DB; }
ul, ol { margin: 0; }
a { color: #B8D1FF; text-decoration: none; transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
a:hover { color: #D6E4FF; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #FF8C32; 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 > * + *, .dd_wrap > * + *, .dd_reading > * + *, .dd_vlist > * + *, .dd_vlist_center > * + * { margin-block-start: 1.25rem; }
@media (max-width: 48rem) {
    main > section { padding-block: 2rem; }
    main > section > * + *, main > article > * + *, .dd_wrap > * + *, .dd_reading > * + *, .dd_vlist > * + *, .dd_vlist_center > * + * { margin-block-start: 1rem; }
}

.dd_pill { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #262E44; border: 1px solid #3F4B66; color: #FDFDFD; font-size: 0.875rem; }
.dd_pill > i { color: #FF8C32; }

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

.dd_plate { background: linear-gradient(135deg, #1C2438 0%, #262E44 100%); border: 1px solid #2D374D; border-radius: 10px; box-shadow: 0 8px 24px rgba(8, 12, 19, 0.4), inset 0 1px 0 rgba(255,255,255,.06); border-top: 3px solid #FF8C32; padding: 1.5rem; display: flex; flex-direction: column; gap: 1rem; transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.dd_plate:hover { background: linear-gradient(135deg, #1C2438 0%, #333B4F 100%); box-shadow: 0 12px 32px rgba(8, 12, 19, 0.5), inset 0 1px 0 rgba(255,255,255,.06); }
@media (max-width: 48rem) {
    .dd_plate { padding: 1rem; }
}
.dd_plate > img { width: 100%; height: auto; display: block; }

.dd_poster { background: linear-gradient(135deg, #1C2438 0%, #262E44 100%); border: 1px solid #2D374D; border-radius: 10px; box-shadow: 0 8px 24px rgba(8, 12, 19, 0.4), inset 0 1px 0 rgba(255,255,255,.06); border-top: 3px solid #FF8C32; 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; }
.dd_poster:hover { background: linear-gradient(135deg, #1C2438 0%, #333B4F 100%); box-shadow: 0 12px 32px rgba(8, 12, 19, 0.5), inset 0 1px 0 rgba(255,255,255,.06); }
.dd_poster_media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.dd_poster_media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.dd_poster:hover .dd_poster_media img { transform: scale(1.04); }
.dd_poster_play { position: absolute; bottom: .5rem; right: .5rem; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #FF8C32; color: #000000; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.dd_poster:hover .dd_poster_play, .dd_poster:focus-visible .dd_poster_play { opacity: 1; }
@media (hover: none) {
    .dd_poster_play { opacity: 1; }
}
.dd_poster_name { padding: .6rem .75rem; background: #262E44; }
.dd_poster_name h3 { margin: 0; font-size: 0.875rem; color: #FDFDFD; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
    .dd_poster_name h3 { white-space: normal; }
}

.dd_ledger_wrap { background: linear-gradient(135deg, #1C2438 0%, #262E44 100%); border: 1px solid #2D374D; border-radius: 10px; box-shadow: 0 8px 24px rgba(8, 12, 19, 0.4), inset 0 1px 0 rgba(255,255,255,.06); border-top: 3px solid #FF8C32; overflow-x: auto; max-width: 100%; }
.dd_ledger { width: 100%; table-layout: fixed; border-collapse: collapse; }
.dd_ledger th, .dd_ledger td { padding: 1rem; text-align: start; border-bottom: 1px solid #2D374D; vertical-align: top; }
.dd_ledger thead th { background: #262E44; color: #FDFDFD; font-weight: 600; }
.dd_ledger tbody tr:last-child td { border-bottom: 0; }
.dd_ledger td:first-child { color: #B5B9C1; font-weight: 600; }

.dd_medal, .dd_medal_success, .dd_medal_warning, .dd_medal_error, .dd_medal_info { width: 2.75rem; height: 2.75rem; border-radius: 50%; background: linear-gradient(135deg, #2E5BFF 0%, #1E4BDB 100%); color: #FFFFFF; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.dd_medal_success { background: #4ADE80; color: #FFF; }
.dd_medal_warning { background: #FBBF24; color: #FFF; }
.dd_medal_error { background: #F87171; color: #FFF; }
.dd_medal_info { background: #60A5FA; color: #FFF; }

.dd_navbar { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.75rem; background: #1C2438; border-top: 1px solid #2D374D; }
.dd_navbar_item { display: flex; flex-direction: column; align-items: center; gap: .25rem; flex: 1 1 0; padding: .5rem 0; font-size: 0.75rem; color: #B5B9C1; }
.dd_navbar_item i { font-size: 1.25rem; }
.dd_navbar_item:hover { color: #FF8C32; }

.dd_memo, .dd_memo_warning, .dd_memo_info, .dd_memo_success, .dd_memo_error { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 10px; background: #1C2438; border: 1px solid #2D374D; border-left: 4px solid #FF8C32; }
.dd_memo > i, .dd_memo_warning > i, .dd_memo_info > i, .dd_memo_success > i, .dd_memo_error > i { flex: 0 0 auto; margin-top: .2em; color: #FF8C32; }
.dd_memo_success { border-left-color: #4ADE80; }
.dd_memo_warning { border-left-color: #FBBF24; }
.dd_memo_error { border-left-color: #F87171; }
.dd_memo_info { border-left-color: #60A5FA; }
.dd_memo_success > i { color: #4ADE80; }
.dd_memo_warning > i { color: #FBBF24; }
.dd_memo_error > i { color: #F87171; }
.dd_memo_info > i { color: #60A5FA; }

.dd_tiny { font-size: 0.875rem; }
.dd_faint { color: #B5B9C1; }
.dd_middle { text-align: center; }
.dd_ink_accent { color: #FF8C32; }
.dd_ink_success { color: #4ADE80; }
.dd_ink_warning { color: #FBBF24; }
.dd_ink_error { color: #F87171; }
.dd_ink_info { color: #60A5FA; }

.dd_topbar { background: #121A2B; border-bottom: 1px solid #2D374D; padding: .75rem 3%; position: sticky; top: 0; z-index: 100; }
.dd_topbar_inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.dd_topbar_brand { display: inline-flex; align-items: center; gap: .5rem; color: #FDFDFD; }
.dd_topbar_brand img { border-radius: 6px; }
.dd_topbar_brand strong { font-size: 16px; font-weight: 400; }
.dd_topbar_actions { display: flex; align-items: center; gap: .5rem; }

.dd_wrap { width: 100%; max-width: 75rem; margin-inline: auto; }
.dd_reading { max-width: 62ch; margin-inline: auto; }
.dd_vlist, .dd_vlist_center { display: block; }
.dd_vlist_center { text-align: center; }
.dd_strip, .dd_strip_center { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.dd_strip_center { justify-content: center; }
.dd_cells { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1.25rem; }
.dd_deck { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.dd_blocks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
@media (min-width: 48rem) {
    .dd_deck { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; }
    .dd_blocks { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
}
.dd_ticks { list-style: none; padding: 0; }
.dd_ticks > li { display: flex; align-items: flex-start; gap: .75rem; }
.dd_ticks > li + li { margin-block-start: .75rem; }
.dd_ticks > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #FF8C32; }

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

main > section.dd_layer { background: linear-gradient(180deg, #1C2438 0%, #121A2B 100%); padding-block: 3.5rem; }
@media (max-width: 48rem) {
    main > section.dd_layer { padding-block: 2rem; }
}
.dd_hero { background: linear-gradient(180deg, #203064 0%, #121A2B 100%); padding-block: 3.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    .dd_hero { padding-block: 2rem; }
}

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

.dd_faq { background: linear-gradient(135deg, #1C2438 0%, #262E44 100%); border: 1px solid #2D374D; border-radius: 10px; box-shadow: 0 8px 24px rgba(8, 12, 19, 0.4), inset 0 1px 0 rgba(255,255,255,.06); border-top: 3px solid #FF8C32; transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.dd_faq + .dd_faq { margin-block-start: 1rem; }
.dd_faq[open] { border-color: #2E5BFF; }
.dd_faq_q { display: flex; align-items: flex-start; gap: 1rem; padding: 1.5rem; cursor: pointer; list-style: none; }
.dd_faq_q::-webkit-details-marker { display: none; }
.dd_faq_q h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.dd_faq_q::after { content: "\f0d7"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #FF8C32; transition: transform 200ms; }
.dd_faq[open] .dd_faq_q::after { transform: rotate(180deg); }
.dd_faq_a { margin: 0; padding: 0 1.5rem 1.5rem; }
@media (max-width: 48rem) {
    .dd_faq_q { padding: 1rem; }
    .dd_faq_a { padding: 0 1rem 1rem; }
}

.dd_rail { 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; }
.dd_rail::-webkit-scrollbar { display: none; }
.dd_rail_link { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 6px; background: #1C2438; border: 1px solid #2D374D; color: #D1D5DB; font-size: 0.875rem; transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.dd_rail_link:hover { border-color: #2E5BFF; color: #FDFDFD; }

.dd_btn, .dd_btn_sm, .dd_btn_full, .dd_btn_outline { background: linear-gradient(135deg, #FFA157 0%, #FF8C32 100%); color: #000000; border-radius: 9999px; min-height: 44px; font-weight: 700; box-shadow: 0 6px 16px rgba(255, 140, 50, 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; }
.dd_btn:hover, .dd_btn_sm:hover, .dd_btn_full:hover, .dd_btn_outline:hover { background: #E67A20; box-shadow: 0 8px 22px rgba(255, 140, 50, 0.4); }
.dd_btn_sm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.dd_btn_full { display: flex; width: 100%; }
.dd_btn_outline { background: transparent; background-image: none; color: #FDFDFD; border: 1px solid #3F4B66; box-shadow: none; }
.dd_btn_outline:hover { background: transparent; border-color: #2E5BFF; color: #FDFDFD; box-shadow: none; }

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

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