/* overflow-guard */
:root { --brand-primary: #5d2e8e; --brand-primary-hover: #723fad; --brand-secondary: #a8b2c1; --brand-secondary-hover: #c0c9d6; --brand-accent: #4effa9; --background-main: #0b1428; --background-surface: #16213b; --background-elevated: #212d52; --background-overlay: rgba(11, 20, 40, 0.8); --text-primary: #fdfdfd; --text-secondary: #d1d5db; --text-muted: #b0b4b8; --text-brand-contrast: #ffffff; --text-link: #bffbde; --text-link-hover: #d4ffe8; --button-bg: #4effa9; --button-text: #0b1428; --button-hover-bg: #3edd93; --button-hover-text: #0b1428; --semantic-success: #2ecc71; --success: #2ecc71; --semantic-error: #e74c3c; --error: #e74c3c; --semantic-warning: #f1c40f; --warning: #f1c40f; --semantic-info: #3498db; --info: #3498db; --border-default: #1c2a4a; --border-strong: #2d3e6b; --border-brand: #5d2e8e; --font-family-headings: Hind Siliguri, Archivo, 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: 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.3; --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: 68ch; --reading-max-width: 68ch; --radius-sm: 8px; --radius-md: 16px; --radius-lg: 24px; --radius-pill: 9999px; --shadow-card: 4px 4px 0 #060a14; --shadow-elevated: 6px 6px 0 #060a14; --shadow-glow: 0 0 0 1px rgba(78, 255, 169, 0.35), 0 6px 18px rgba(78, 255, 169, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.05); --gradient-brand: linear-gradient(135deg, #5d2e8e 0%, #723fad 100%); --gradient-hero: linear-gradient(180deg, #26244d 0%, #0b1428 100%); --gradient-surface: linear-gradient(#212d52, #212d52); --gradient-button: none; --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: #0b1428; color: #d1d5db; font-family: Noto Sans Bengali, Manrope, 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, Archivo, sans-serif; line-height: 1.3; 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: #d1d5db; }
ul, ol { margin: 0; }
a { color: #bffbde; text-decoration: none; transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
a:hover { color: #d4ffe8; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #4effa9; 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 > * + *, .kz_holder > * + *, .kz_copy > * + *, .kz_flow > * + *, .kz_flow_center > * + * { margin-block-start: 1.25rem; }
@media (max-width: 48rem) {
    main > section { padding-block: 2rem; }
    main > section > * + *, main > article > * + *, .kz_holder > * + *, .kz_copy > * + *, .kz_flow > * + *, .kz_flow_center > * + * { margin-block-start: 1rem; }
}

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

.kz_callout, .kz_callout_warning, .kz_callout_info, .kz_callout_success, .kz_callout_error { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 16px; background: #16213b; border: 1px solid #1c2a4a; border-left: 4px solid #4effa9; }
.kz_callout > i, .kz_callout_warning > i, .kz_callout_info > i, .kz_callout_success > i, .kz_callout_error > i { flex: 0 0 auto; margin-top: .2em; color: #4effa9; }
.kz_callout_success { border-left-color: #2ecc71; }
.kz_callout_warning { border-left-color: #f1c40f; }
.kz_callout_error { border-left-color: #e74c3c; }
.kz_callout_info { border-left-color: #3498db; }
.kz_callout_success > i { color: #2ecc71; }
.kz_callout_warning > i { color: #f1c40f; }
.kz_callout_error > i { color: #e74c3c; }
.kz_callout_info > i { color: #3498db; }

main > section.kz_zone { background: #16213b; padding-block: 3.5rem; }
@media (max-width: 48rem) {
    main > section.kz_zone { padding-block: 2rem; }
}
.kz_splash { background: linear-gradient(180deg, #26244d 0%, #0b1428 100%); padding-block: 3.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    .kz_splash { padding-block: 2rem; }
}

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

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

.kz_heading { position: relative; }
.kz_heading::before { content: ""; display: block; width: 2.5rem; height: 3px; background: #4effa9; border-radius: 2px; margin-bottom: .6rem; }

.kz_dock { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.25rem; background: #16213b; border-top: 1px solid #1c2a4a; }
.kz_dock_item { display: flex; flex-direction: column; align-items: center; gap: .25rem; flex: 1 1 0; padding: .5rem 0; font-size: 0.75rem; color: #b0b4b8; }
.kz_dock_item i { font-size: 1.25rem; }
.kz_dock_item:hover { color: #4effa9; }

.kz_route { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; padding: 1rem 0; font-size: 0.875rem; color: #d1d5db; }
.kz_route a { color: #bffbde; }
.kz_route span { color: #fdfdfd; }

.kz_poster { background: rgba(33, 45, 82, 0.65); border: 1px solid #1c2a4a; border-radius: 16px; box-shadow: 4px 4px 0 #060a14, 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 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.kz_poster:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #060a14, inset 0 1px 0 rgba(255,255,255,.05); }
.kz_poster_media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.kz_poster_media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.kz_poster:hover .kz_poster_media img { transform: scale(1.04); }
.kz_poster_play { position: absolute; top: .5rem; right: .5rem; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #4effa9; color: #0b1428; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.kz_poster:hover .kz_poster_play, .kz_poster:focus-visible .kz_poster_play { opacity: 1; }
@media (hover: none) {
    .kz_poster_play { opacity: 1; }
}
.kz_poster_name { padding: .6rem .75rem; background: #212d52; }
.kz_poster_name h3 { margin: 0; font-size: 0.875rem; color: #fdfdfd; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
    .kz_poster_name h3 { white-space: normal; }
}

.kz_holder { width: 100%; max-width: 75rem; margin-inline: auto; }
.kz_copy { max-width: 68ch; margin-inline: auto; }
.kz_flow, .kz_flow_center { display: block; }
.kz_flow_center { text-align: center; }
.kz_row, .kz_row_center { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.kz_row_center { justify-content: center; }
.kz_matrix { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1.25rem; }
.kz_showcase { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.kz_blocks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
@media (min-width: 48rem) {
    .kz_showcase { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; }
    .kz_blocks { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
}
.kz_points { list-style: none; padding: 0; }
.kz_points > li { display: flex; align-items: flex-start; gap: .75rem; }
.kz_points > li + li { margin-block-start: .75rem; }
.kz_points > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #4effa9; }

.kz_appbar { background: #0b1428; border-bottom: 1px solid #1c2a4a; padding: .75rem 3%; position: sticky; top: 0; z-index: 100; }
.kz_appbar_inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.kz_appbar_brand { display: inline-flex; align-items: center; gap: .5rem; color: #fdfdfd; }
.kz_appbar_brand img { border-radius: 8px; }
.kz_appbar_brand strong { font-size: 16px; font-weight: 400; }
.kz_appbar_actions { display: flex; align-items: center; gap: .5rem; }

.kz_scroller { 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; }
.kz_scroller::-webkit-scrollbar { display: none; }
.kz_scroller_link { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 8px; background: #16213b; border: 1px solid #1c2a4a; color: #d1d5db; font-size: 0.875rem; transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.kz_scroller_link:hover { border-color: #5d2e8e; color: #fdfdfd; }

.kz_faq { background: rgba(33, 45, 82, 0.65); border: 1px solid #1c2a4a; border-radius: 16px; box-shadow: 4px 4px 0 #060a14, inset 0 1px 0 rgba(255,255,255,.05); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.kz_faq + .kz_faq { margin-block-start: 1rem; }
.kz_faq[open] { border-color: #5d2e8e; }
.kz_faq_q { display: flex; align-items: flex-start; gap: 1rem; padding: 1.5rem; cursor: pointer; list-style: none; }
.kz_faq_q::-webkit-details-marker { display: none; }
.kz_faq_q h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.kz_faq_q::after { content: "\f0d7"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #4effa9; transition: transform 200ms; }
.kz_faq[open] .kz_faq_q::after { transform: rotate(180deg); }
.kz_faq_a { margin: 0; padding: 0 1.5rem 1.5rem; }
@media (max-width: 48rem) {
    .kz_faq_q { padding: 1rem; }
    .kz_faq_a { padding: 0 1rem 1rem; }
}

.kz_action, .kz_action_sm, .kz_action_full, .kz_action_outline { background: #4effa9; color: #0b1428; 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, 9, 18, 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 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.kz_action:hover, .kz_action_sm:hover, .kz_action_full:hover, .kz_action_outline:hover { background: #3edd93; 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, 9, 18, 0.45); }
.kz_action_sm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.kz_action_full { display: flex; width: 100%; }
.kz_action_outline { background: transparent; background-image: none; color: #fdfdfd; border: 1px solid #2d3e6b; box-shadow: none; }
.kz_action_outline:hover { background: transparent; border-color: #5d2e8e; color: #fdfdfd; box-shadow: none; }

.kz_ledger_wrap { background: rgba(33, 45, 82, 0.65); border: 1px solid #1c2a4a; border-radius: 16px; box-shadow: 4px 4px 0 #060a14, inset 0 1px 0 rgba(255,255,255,.05); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); overflow-x: auto; max-width: 100%; }
.kz_ledger { width: 100%; table-layout: fixed; border-collapse: collapse; }
.kz_ledger th, .kz_ledger td { padding: 1rem; text-align: start; border-bottom: 1px solid #1c2a4a; vertical-align: top; }
.kz_ledger thead th { background: #212d52; color: #fdfdfd; font-weight: 600; }
.kz_ledger tbody tr:last-child td { border-bottom: 0; }
.kz_ledger td:first-child { color: #b0b4b8; font-weight: 600; }

.kz_small { font-size: 0.875rem; }
.kz_faint { color: #b0b4b8; }
.kz_mid { text-align: center; }
.kz_tone_accent { color: #4effa9; }
.kz_tone_success { color: #2ecc71; }
.kz_tone_warning { color: #f1c40f; }
.kz_tone_error { color: #e74c3c; }
.kz_tone_info { color: #3498db; }

.kz_token { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #212d52; border: 1px solid #2d3e6b; color: #fdfdfd; font-size: 0.875rem; }
.kz_token > i { color: #4effa9; }

.kz_disc, .kz_disc_success, .kz_disc_warning, .kz_disc_error, .kz_disc_info { width: 2.75rem; height: 2.75rem; border-radius: 50%; background: linear-gradient(135deg, #5d2e8e 0%, #723fad 100%); color: #ffffff; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.kz_disc_success { background: #2ecc71; color: #fff; }
.kz_disc_warning { background: #f1c40f; color: #fff; }
.kz_disc_error { background: #e74c3c; color: #fff; }
.kz_disc_info { background: #3498db; color: #fff; }

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