/* overflow-guard */
:root { --brand-primary: #006D77; --brand-primary-hover: #00838B; --brand-secondary: #8E9AAF; --brand-secondary-hover: #A3B1C6; --brand-accent: #FF6B6B; --background-main: #120C2A; --background-surface: #1C1536; --background-elevated: #261F42; --background-overlay: rgba(18, 12, 42, 0.75); --text-primary: #F8F9FA; --text-secondary: #E2E2E2; --text-muted: #BDBDBD; --text-brand-contrast: #FFFFFF; --text-link: #C0E0E0; --text-link-hover: #DDF2F2; --button-bg: #FF6B6B; --button-text: #FFFFFF; --button-hover-bg: #FF4D4D; --button-hover-text: #FFFFFF; --semantic-success: #2D9A6B; --success: #2D9A6B; --semantic-error: #D64545; --error: #D64545; --semantic-warning: #E9B44C; --warning: #E9B44C; --semantic-info: #4A90E2; --info: #4A90E2; --border-default: #2D264A; --border-strong: #3D355C; --border-brand: #006D77; --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.35; --line-height-body: 1.55; --letter-spacing-heading: 0; --letter-spacing-body: 0; --spacing-section-desktop: 2.5rem; --section-desktop: 2.5rem; --spacing-item-desktop: 1rem; --item-desktop: 1rem; --spacing-section-mobile: 1.5rem; --section-mobile: 1.5rem; --spacing-item-mobile: 0.75rem; --item-mobile: 0.75rem; --spacing-container-pad-desktop: 1.5rem; --container-pad-desktop: 1.5rem; --spacing-container-pad-mobile: 1rem; --container-pad-mobile: 1rem; --spacing-card-pad-desktop: 1rem; --card-pad-desktop: 1rem; --spacing-card-pad-mobile: 1rem; --card-pad-mobile: 1rem; --spacing-content-max-width: 76rem; --content-max-width: 76rem; --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 #090615; --shadow-elevated: 6px 6px 0 #090615; --shadow-glow: 0 0 0 1px rgba(255, 107, 107, 0.35), 0 6px 18px rgba(255, 107, 107, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.05); --gradient-brand: linear-gradient(135deg, #006D77 0%, #00838B 100%); --gradient-hero: linear-gradient(180deg, #162844 0%, #120C2A 100%); --gradient-surface: linear-gradient(#261F42, #261F42); --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: #120C2A; color: #E2E2E2; 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.35; letter-spacing: 0; color: #F8F9FA; }
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: #E2E2E2; }
ul, ol { margin: 0; }
a { color: #C0E0E0; text-decoration: none; transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
a:hover { color: #DDF2F2; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #FF6B6B; 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: 2.5rem; }
main > section > * + *, main > article > * + *, .fkh-wrap > * + *, .fkh-copy > * + *, .fkh-flow > * + *, .fkh-flow-center > * + * { margin-block-start: 1rem; }
@media (max-width: 48rem) {
    main > section { padding-block: 1.5rem; }
    main > section > * + *, main > article > * + *, .fkh-wrap > * + *, .fkh-copy > * + *, .fkh-flow > * + *, .fkh-flow-center > * + * { margin-block-start: 0.75rem; }
}

.fkh-notice, .fkh-notice-warning, .fkh-notice-info, .fkh-notice-success, .fkh-notice-error { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 16px; background: #1C1536; border: 1px solid #2D264A; border-left: 4px solid #FF6B6B; }
.fkh-notice > i, .fkh-notice-warning > i, .fkh-notice-info > i, .fkh-notice-success > i, .fkh-notice-error > i { flex: 0 0 auto; margin-top: .2em; color: #FF6B6B; }
.fkh-notice-success { border-left-color: #2D9A6B; }
.fkh-notice-warning { border-left-color: #E9B44C; }
.fkh-notice-error { border-left-color: #D64545; }
.fkh-notice-info { border-left-color: #4A90E2; }
.fkh-notice-success > i { color: #2D9A6B; }
.fkh-notice-warning > i { color: #E9B44C; }
.fkh-notice-error > i { color: #D64545; }
.fkh-notice-info > i { color: #4A90E2; }

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

.fkh-orb, .fkh-orb-success, .fkh-orb-warning, .fkh-orb-error, .fkh-orb-info { width: 2.75rem; height: 2.75rem; border-radius: 50%; background: linear-gradient(135deg, #006D77 0%, #00838B 100%); color: #FFFFFF; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.fkh-orb-success { background: #2D9A6B; color: #FFF; }
.fkh-orb-warning { background: #E9B44C; color: #FFF; }
.fkh-orb-error { background: #D64545; color: #FFF; }
.fkh-orb-info { background: #4A90E2; color: #FFF; }

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

.fkh-faq { background: rgba(38, 31, 66, 0.65); border: 1px solid #2D264A; border-radius: 16px; box-shadow: 4px 4px 0 #090615, 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; }
.fkh-faq + .fkh-faq { margin-block-start: 0.75rem; }
.fkh-faq[open] { border-color: #006D77; }
.fkh-faq-q { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; cursor: pointer; list-style: none; }
.fkh-faq-q::-webkit-details-marker { display: none; }
.fkh-faq-q h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.fkh-faq-q::after { content: "\f0d7"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #FF6B6B; transition: transform 200ms; }
.fkh-faq[open] .fkh-faq-q::after { transform: rotate(180deg); }
.fkh-faq-a { margin: 0; padding: 0 1rem 1rem; }
@media (max-width: 48rem) {
    .fkh-faq-q { padding: 1rem; }
    .fkh-faq-a { padding: 0 1rem 1rem; }
}

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

.fkh-slab { background: rgba(38, 31, 66, 0.65); border: 1px solid #2D264A; border-radius: 16px; box-shadow: 4px 4px 0 #090615, inset 0 1px 0 rgba(255,255,255,.05); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); padding: 1rem; display: flex; flex-direction: column; gap: 0.75rem; transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.fkh-slab:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #090615, inset 0 1px 0 rgba(255,255,255,.05); }
@media (max-width: 48rem) {
    .fkh-slab { padding: 1rem; }
}
.fkh-slab > img { width: 100%; height: auto; display: block; }

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

.fkh-play { background: rgba(38, 31, 66, 0.65); border: 1px solid #2D264A; border-radius: 16px; box-shadow: 4px 4px 0 #090615, 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; }
.fkh-play:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #090615, inset 0 1px 0 rgba(255,255,255,.05); }
.fkh-play-media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.fkh-play-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.fkh-play:hover .fkh-play-media img { transform: scale(1.04); }
.fkh-play-play { position: absolute; bottom: .5rem; right: .5rem; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #FF6B6B; color: #FFFFFF; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.fkh-play:hover .fkh-play-play, .fkh-play:focus-visible .fkh-play-play { opacity: 1; }
@media (hover: none) {
    .fkh-play-play { opacity: 1; }
}
.fkh-play { position: relative; }
.fkh-play-name { position: absolute; inset: auto 0 0 0; padding: .6rem .75rem; background: linear-gradient(180deg, transparent 0%, rgba(18, 12, 42, 0.75) 100%); }
.fkh-play-name h3 { margin: 0; font-size: 0.875rem; color: #F8F9FA; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
    .fkh-play-name h3 { white-space: normal; }
}

.fkh-table-wrap { background: rgba(38, 31, 66, 0.65); border: 1px solid #2D264A; border-radius: 16px; box-shadow: 4px 4px 0 #090615, inset 0 1px 0 rgba(255,255,255,.05); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); overflow-x: auto; max-width: 100%; }
.fkh-table { width: 100%; table-layout: fixed; border-collapse: collapse; }
.fkh-table th, .fkh-table td { padding: 0.75rem; text-align: start; border-bottom: 1px solid #2D264A; vertical-align: top; }
.fkh-table thead th { background: #261F42; color: #F8F9FA; font-weight: 600; }
.fkh-table tbody tr:last-child td { border-bottom: 0; }
.fkh-table td:first-child { color: #BDBDBD; font-weight: 600; }

.fkh-press, .fkh-press-sm, .fkh-press-full, .fkh-press-outline { background: #FF6B6B; color: #FFFFFF; border-radius: 16px; min-height: 44px; font-weight: 700; box-shadow: 0 0 0 1px rgba(255, 107, 107, 0.35), 0 6px 18px rgba(255, 107, 107, 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 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.fkh-press:hover, .fkh-press-sm:hover, .fkh-press-full:hover, .fkh-press-outline:hover { background: #FF4D4D; box-shadow: 0 0 0 1px rgba(255, 107, 107, 0.5), 0 8px 26px rgba(255, 107, 107, 0.5); }
.fkh-press-sm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.fkh-press-full { display: flex; width: 100%; }
.fkh-press-outline { background: transparent; background-image: none; color: #F8F9FA; border: 1px solid #3D355C; box-shadow: none; }
.fkh-press-outline:hover { background: transparent; border-color: #006D77; color: #F8F9FA; box-shadow: none; }

.fkh-token { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #261F42; border: 1px solid #3D355C; color: #F8F9FA; font-size: 0.875rem; }
.fkh-token > i { color: #FF6B6B; }

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

main > section.fkh-zone { background: #1C1536; padding-block: 2.5rem; }
@media (max-width: 48rem) {
    main > section.fkh-zone { padding-block: 1.5rem; }
}
.fkh-stage { background: linear-gradient(180deg, #162844 0%, #120C2A 100%); padding-block: 2.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    .fkh-stage { padding-block: 1.5rem; }
}

.fkh-bottombar { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.5rem; background: #1C1536; border-top: 1px solid #2D264A; }
.fkh-bottombar-item { display: flex; flex-direction: column; align-items: center; gap: .25rem; flex: 1 1 0; padding: .5rem 0; font-size: 0.75rem; color: #BDBDBD; }
.fkh-bottombar-item i { font-size: 1.25rem; }
.fkh-bottombar-item:hover { color: #FF6B6B; }

.fkh-path { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; padding: 1rem 0; font-size: 0.875rem; color: #E2E2E2; }
.fkh-path a { color: #C0E0E0; }
.fkh-path span { color: #F8F9FA; }

.fkh-jumpbar { 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; }
.fkh-jumpbar::-webkit-scrollbar { display: none; }
.fkh-jumpbar-link { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 8px; background: #1C1536; border: 1px solid #2D264A; color: #E2E2E2; font-size: 0.875rem; transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.fkh-jumpbar-link:hover { border-color: #006D77; color: #F8F9FA; }

.fkh-tiny { font-size: 0.875rem; }
.fkh-faint { color: #BDBDBD; }
.fkh-mid { text-align: center; }
.fkh-ink-accent { color: #FF6B6B; }
.fkh-ink-success { color: #2D9A6B; }
.fkh-ink-warning { color: #E9B44C; }
.fkh-ink-error { color: #D64545; }
.fkh-ink-info { color: #4A90E2; }

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