/* overflow-guard */
:root { --brand-primary: #1b5e42; --brand-primary-hover: #247a54; --brand-secondary: #a3b18a; --brand-secondary-hover: #b8c6a5; --brand-accent: #ffb366; --background-main: #081f23; --background-surface: #122b31; --background-elevated: #1c3b41; --background-overlay: rgba(8, 31, 35, 0.75); --text-primary: #fdfcfb; --text-secondary: #e2e2de; --text-muted: #bdbdb7; --text-brand-contrast: #ffffff; --text-link: #ffe4c4; --text-link-hover: #fff5e6; --button-bg: #ffb366; --button-text: #122b31; --button-hover-bg: #ffc996; --button-hover-text: #122b31; --semantic-success: #4caf50; --success: #4caf50; --semantic-error: #ef5350; --error: #ef5350; --semantic-warning: #ffca28; --warning: #ffca28; --semantic-info: #42a5f5; --info: #42a5f5; --border-default: #1a353b; --border-strong: #264a52; --border-brand: #1b5e42; --font-family-headings: Hind Siliguri, Space Grotesk, sans-serif; --font-family-body: Noto Sans Bengali, Source Sans 3, 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: 800; --role-weight-h2: 700; --role-weight-h3: 700; --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.35; --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: 4px; --radius-md: 8px; --radius-lg: 12px; --radius-pill: 9999px; --shadow-card: 4px 4px 0 #041012; --shadow-elevated: 6px 6px 0 #041012; --shadow-glow: 0 0 0 1px rgba(255, 179, 102, 0.35), 0 6px 18px rgba(255, 179, 102, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.05); --gradient-brand: linear-gradient(135deg, #1b5e42 0%, #247a54 100%); --gradient-hero: linear-gradient(180deg, #143635 0%, #081f23 100%); --gradient-surface: linear-gradient(#1c3b41, #1c3b41); --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: #081f23; color: #e2e2de; font-family: Noto Sans Bengali, Source Sans 3, sans-serif; font-weight: 400; line-height: 1.55; 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, Space Grotesk, sans-serif; line-height: 1.35; letter-spacing: 0; color: #fdfcfb; }
h1 { font-size: 1.8rem; font-weight: 800; }
h2 { font-size: 1.5rem; font-weight: 700; }
h3 { font-size: 1rem; font-weight: 700; }
h4 { font-size: 1rem; font-weight: 600; }
p { margin: 0; color: #e2e2de; }
ul, ol { margin: 0; }
a { color: #ffe4c4; text-decoration: none; transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
a:hover { color: #fff5e6; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #ffb366; 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 > * + *, .kcq_inner > * + *, .kcq_reading > * + *, .kcq_flow > * + *, .kcq_flow_center > * + * { margin-block-start: 1.25rem; }
@media (max-width: 48rem) {
    main > section { padding-block: 2rem; }
    main > section > * + *, main > article > * + *, .kcq_inner > * + *, .kcq_reading > * + *, .kcq_flow > * + *, .kcq_flow_center > * + * { margin-block-start: 1rem; }
}

.kcq_navbar { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.25rem; background: #122b31; border-top: 1px solid #1a353b; }
.kcq_navbar_item { display: flex; flex-direction: column; align-items: center; gap: .25rem; flex: 1 1 0; padding: .5rem 0; font-size: 0.75rem; color: #bdbdb7; }
.kcq_navbar_item i { font-size: 1.25rem; }
.kcq_navbar_item:hover { color: #ffb366; }

.kcq_chip { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #1c3b41; border: 1px solid #264a52; color: #fdfcfb; font-size: 0.875rem; }
.kcq_chip > i { color: #ffb366; }

main > section.kcq_band { background: #122b31; padding-block: 3.5rem; }
@media (max-width: 48rem) {
    main > section.kcq_band { padding-block: 2rem; }
}
.kcq_splash { background: linear-gradient(180deg, #143635 0%, #081f23 100%); padding-block: 3.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    .kcq_splash { padding-block: 2rem; }
}

.kcq_sub { font-size: 0.875rem; }
.kcq_dim { color: #bdbdb7; }
.kcq_center { text-align: center; }
.kcq_tone_accent { color: #ffb366; }
.kcq_tone_success { color: #4caf50; }
.kcq_tone_warning { color: #ffca28; }
.kcq_tone_error { color: #ef5350; }
.kcq_tone_info { color: #42a5f5; }

.kcq_play { background: #1c3b41; border: 1px solid #1a353b; border-radius: 8px; box-shadow: 4px 4px 0 #041012, inset 0 1px 0 rgba(255,255,255,.05); 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; }
.kcq_play:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #041012, inset 0 1px 0 rgba(255,255,255,.05); }
.kcq_play_media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.kcq_play_media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.kcq_play:hover .kcq_play_media img { transform: scale(1.04); }
.kcq_play_play { position: absolute; bottom: .5rem; right: .5rem; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #ffb366; color: #122b31; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.kcq_play:hover .kcq_play_play, .kcq_play:focus-visible .kcq_play_play { opacity: 1; }
@media (hover: none) {
    .kcq_play_play { opacity: 1; }
}
.kcq_play { position: relative; }
.kcq_play_name { position: absolute; inset: auto 0 0 0; padding: .6rem .75rem; background: linear-gradient(180deg, transparent 0%, rgba(8, 31, 35, 0.75) 100%); }
.kcq_play_name h3 { margin: 0; font-size: 0.875rem; color: #fdfcfb; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
    .kcq_play_name h3 { white-space: normal; }
}

.kcq_appbar { background: #081f23; border-bottom: 1px solid #1a353b; padding: .75rem 3%; position: sticky; top: 0; z-index: 100; }
.kcq_appbar_inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.kcq_appbar_brand { display: inline-flex; align-items: center; gap: .5rem; color: #fdfcfb; }
.kcq_appbar_brand img { border-radius: 4px; }
.kcq_appbar_brand strong { font-size: 16px; font-weight: 400; }
.kcq_appbar_actions { display: flex; align-items: center; gap: .5rem; }

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

.kcq_chips { 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; }
.kcq_chips::-webkit-scrollbar { display: none; }
.kcq_chips_link { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 4px; background: #122b31; border: 1px solid #1a353b; color: #e2e2de; font-size: 0.875rem; transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.kcq_chips_link:hover { border-color: #1b5e42; color: #fdfcfb; }

.kcq_faq { background: #1c3b41; border: 1px solid #1a353b; border-radius: 8px; box-shadow: 4px 4px 0 #041012, inset 0 1px 0 rgba(255,255,255,.05); transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.kcq_faq + .kcq_faq { margin-block-start: 1rem; }
.kcq_faq[open] { border-color: #1b5e42; }
.kcq_faq_q { display: flex; align-items: flex-start; gap: 1rem; padding: 1.5rem; cursor: pointer; list-style: none; }
.kcq_faq_q::-webkit-details-marker { display: none; }
.kcq_faq_q h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.kcq_faq_q::after { content: "\f0d7"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #ffb366; transition: transform 200ms; }
.kcq_faq[open] .kcq_faq_q::after { transform: rotate(180deg); }
.kcq_faq_a { margin: 0; padding: 0 1.5rem 1.5rem; }
@media (max-width: 48rem) {
    .kcq_faq_q { padding: 1rem; }
    .kcq_faq_a { padding: 0 1rem 1rem; }
}

.kcq_trail { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; padding: 1rem 0; font-size: 0.875rem; color: #e2e2de; }
.kcq_trail a { color: #ffe4c4; }
.kcq_trail span { color: #fdfcfb; }

.kcq_slab { background: #1c3b41; border: 1px solid #1a353b; border-radius: 8px; box-shadow: 4px 4px 0 #041012, inset 0 1px 0 rgba(255,255,255,.05); padding: 1.5rem; display: flex; flex-direction: column; gap: 1rem; transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.kcq_slab:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #041012, inset 0 1px 0 rgba(255,255,255,.05); }
@media (max-width: 48rem) {
    .kcq_slab { padding: 1rem; }
}
.kcq_slab > img { width: 100%; height: auto; display: block; }

.kcq_inner { width: 100%; max-width: 75rem; margin-inline: auto; }
.kcq_reading { max-width: 68ch; margin-inline: auto; }
.kcq_flow, .kcq_flow_center { display: block; }
.kcq_flow_center { text-align: center; }
.kcq_cluster, .kcq_cluster_center { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.kcq_cluster_center { justify-content: center; }
.kcq_cells { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1.25rem; }
.kcq_showcase { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.kcq_tiles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
@media (min-width: 48rem) {
    .kcq_showcase { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; }
    .kcq_tiles { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
}
.kcq_points { list-style: none; padding: 0; }
.kcq_points > li { display: flex; align-items: flex-start; gap: .75rem; }
.kcq_points > li + li { margin-block-start: .75rem; }
.kcq_points > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #ffb366; }

.kcq_action, .kcq_action_sm, .kcq_action_full, .kcq_action_outline { background: #ffb366; color: #122b31; border-radius: 4px; min-height: 44px; font-weight: 700; box-shadow: 0 0 0 1px rgba(255, 179, 102, 0.35), 0 6px 18px rgba(255, 179, 102, 0.35); 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; }
.kcq_action:hover, .kcq_action_sm:hover, .kcq_action_full:hover, .kcq_action_outline:hover { background: #ffc996; box-shadow: 0 0 0 1px rgba(255, 179, 102, 0.5), 0 8px 26px rgba(255, 179, 102, 0.5); }
.kcq_action_sm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.kcq_action_full { display: flex; width: 100%; }
.kcq_action_outline { background: transparent; background-image: none; color: #fdfcfb; border: 1px solid #264a52; box-shadow: none; }
.kcq_action_outline:hover { background: transparent; border-color: #1b5e42; color: #fdfcfb; box-shadow: none; }

.kcq_notice, .kcq_notice_warning, .kcq_notice_info, .kcq_notice_success, .kcq_notice_error { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 8px; background: #122b31; border: 1px solid #1a353b; border-left: 4px solid #ffb366; }
.kcq_notice > i, .kcq_notice_warning > i, .kcq_notice_info > i, .kcq_notice_success > i, .kcq_notice_error > i { flex: 0 0 auto; margin-top: .2em; color: #ffb366; }
.kcq_notice_success { border-left-color: #4caf50; }
.kcq_notice_warning { border-left-color: #ffca28; }
.kcq_notice_error { border-left-color: #ef5350; }
.kcq_notice_info { border-left-color: #42a5f5; }
.kcq_notice_success > i { color: #4caf50; }
.kcq_notice_warning > i { color: #ffca28; }
.kcq_notice_error > i { color: #ef5350; }
.kcq_notice_info > i { color: #42a5f5; }

.kcq_disc, .kcq_disc_success, .kcq_disc_warning, .kcq_disc_error, .kcq_disc_info { width: 2.75rem; height: 2.75rem; border-radius: 4px; background: linear-gradient(135deg, #1b5e42 0%, #247a54 100%); color: #ffffff; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.kcq_disc_success { background: #4caf50; color: #fff; }
.kcq_disc_warning { background: #ffca28; color: #fff; }
.kcq_disc_error { background: #ef5350; color: #fff; }
.kcq_disc_info { background: #42a5f5; color: #fff; }

.kcq_base { background: #081f23; border-top: 1px solid #1a353b; padding: 3rem 3% 2rem; color: #bdbdb7; }
.kcq_base_grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; text-align: center; }
.kcq_base_col > p, .kcq_base_col > h3 { font-size: 0.875rem; font-weight: 700; color: #fdfcfb; margin: 0 0 .75rem; text-transform: uppercase; letter-spacing: .05em; }
.kcq_base_col ul { list-style: none; padding: 0; margin: 0; }
.kcq_base_col li + li { margin-block-start: .5rem; }
.kcq_base_col a { color: #bdbdb7; font-size: 0.875rem; }
.kcq_base_col a:hover { color: #fff5e6; }
.kcq_base_meta { margin-block-start: 2rem; padding-block-start: 1.5rem; border-top: 1px solid #1a353b; text-align: center; font-size: 0.875rem; }
.kcq_base_meta > * + * { margin-block-start: .5rem; }

.kcq_sheet_wrap { background: #1c3b41; border: 1px solid #1a353b; border-radius: 8px; box-shadow: 4px 4px 0 #041012, inset 0 1px 0 rgba(255,255,255,.05); overflow-x: auto; max-width: 100%; }
.kcq_sheet { width: 100%; table-layout: fixed; border-collapse: collapse; }
.kcq_sheet th, .kcq_sheet td { padding: 1rem; text-align: start; border-bottom: 1px solid #1a353b; vertical-align: top; }
.kcq_sheet thead th { background: #1c3b41; color: #fdfcfb; font-weight: 600; }
.kcq_sheet tbody tr:last-child td { border-bottom: 0; }
.kcq_sheet td:first-child { color: #bdbdb7; font-weight: 600; }

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

/* page */
.kcq_provider_name { font-weight: 700; letter-spacing: 0.02em; color: var(--text-primary); }
