/* overflow-guard */
:root { --brand-primary: #5D2E6D; --brand-primary-hover: #723B82; --brand-secondary: #A899B5; --brand-secondary-hover: #BDB0C9; --brand-accent: #4EEB9B; --background-main: #0A1E18; --background-surface: #112A22; --background-elevated: #17362C; --background-overlay: rgba(10, 30, 24, 0.75); --text-primary: #FDFDFD; --text-secondary: #E0E0E0; --text-muted: #BDBDBD; --text-brand-contrast: #FFFFFF; --text-link: #C1FFEF; --text-link-hover: #D6FFEF; --button-bg: #4EEB9B; --button-text: #0A1E18; --button-hover-bg: #3DCB83; --button-hover-text: #0A1E18; --semantic-success: #2ECC71; --success: #2ECC71; --semantic-error: #E74C3C; --error: #E74C3C; --semantic-warning: #F1C40F; --warning: #F1C40F; --semantic-info: #3498DB; --info: #3498DB; --border-default: #1A3B31; --border-strong: #264D41; --border-brand: #5D2E6D; --font-family-headings: Noto Serif Bengali, Playfair Display, 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: 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.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: 76rem; --content-max-width: 76rem; --spacing-reading-max-width: 66ch; --reading-max-width: 66ch; --radius-sm: 6px; --radius-md: 10px; --radius-lg: 14px; --radius-pill: 9999px; --shadow-card: 4px 4px 0 #050F0C; --shadow-elevated: 6px 6px 0 #050F0C; --shadow-glow: 0 0 0 1px rgba(78, 235, 155, 0.35), 0 6px 18px rgba(78, 235, 155, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.05); --gradient-brand: linear-gradient(135deg, #5D2E6D 0%, #723B82 100%); --gradient-hero: linear-gradient(180deg, #222B32 0%, #0A1E18 100%); --gradient-surface: linear-gradient(#17362C, #17362C); --gradient-button: none; --effects-accent-bar: none; --recipes-transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; --transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
*, *::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: #0A1E18; color: #E0E0E0; font-family: Noto Sans Bengali, Source Sans 3, sans-serif; font-weight: 400; line-height: 1.6; 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: Noto Serif Bengali, Playfair Display, serif; line-height: 1.3; 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: #E0E0E0; }
ul, ol { margin: 0; }
a { color: #C1FFEF; text-decoration: none; transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
a:hover { color: #D6FFEF; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #4EEB9B; 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 > * + *, .mkn_shell > * + *, .mkn_copy > * + *, .mkn_stack > * + *, .mkn_stack_center > * + * { margin-block-start: 1.25rem; }
@media (max-width: 48rem) {
    main > section { padding-block: 2rem; }
    main > section > * + *, main > article > * + *, .mkn_shell > * + *, .mkn_copy > * + *, .mkn_stack > * + *, .mkn_stack_center > * + * { margin-block-start: 1rem; }
}

.mkn_table_wrap { background: #17362C; border: 1px solid #1A3B31; border-radius: 10px; box-shadow: 4px 4px 0 #050F0C, inset 0 1px 0 rgba(255,255,255,.05); overflow-x: auto; max-width: 100%; }
.mkn_table { width: 100%; table-layout: fixed; border-collapse: collapse; }
.mkn_table th, .mkn_table td { padding: 1rem; text-align: start; border-bottom: 1px solid #1A3B31; vertical-align: top; }
.mkn_table thead th { background: #17362C; color: #FDFDFD; font-weight: 600; }
.mkn_table tbody tr:last-child td { border-bottom: 0; }
.mkn_table td:first-child { color: #BDBDBD; font-weight: 600; }

.mkn_shell { width: 100%; max-width: 76rem; margin-inline: auto; }
.mkn_copy { max-width: 66ch; margin-inline: auto; }
.mkn_stack, .mkn_stack_center { display: block; }
.mkn_stack_center { text-align: center; }
.mkn_line, .mkn_line_center { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.mkn_line_center { justify-content: center; }
.mkn_grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1.25rem; }
.mkn_deck { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.mkn_tiles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
@media (min-width: 48rem) {
    .mkn_deck { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; }
    .mkn_tiles { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
}
.mkn_checklist { list-style: none; padding: 0; }
.mkn_checklist > li { display: flex; align-items: flex-start; gap: .75rem; }
.mkn_checklist > li + li { margin-block-start: .75rem; }
.mkn_checklist > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #4EEB9B; }

.mkn_pill { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #17362C; border: 1px solid #264D41; color: #FDFDFD; font-size: 0.875rem; }
.mkn_pill > i { color: #4EEB9B; }

.mkn_slab { background: #17362C; border: 1px solid #1A3B31; border-radius: 10px; box-shadow: 4px 4px 0 #050F0C, inset 0 1px 0 rgba(255,255,255,.05); padding: 1.5rem; display: flex; flex-direction: column; gap: 1rem; transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.mkn_slab:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #050F0C, inset 0 1px 0 rgba(255,255,255,.05); }
@media (max-width: 48rem) {
    .mkn_slab { padding: 1rem; }
}
.mkn_slab > img { width: 100%; height: auto; display: block; }

.mkn_navbar { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.75rem; background: #112A22; border-top: 1px solid #1A3B31; }
.mkn_navbar_item { display: flex; flex-direction: column; align-items: center; gap: .25rem; flex: 1 1 0; padding: .5rem 0; font-size: 0.75rem; color: #BDBDBD; }
.mkn_navbar_item i { font-size: 1.25rem; }
.mkn_navbar_item:hover { color: #4EEB9B; }

.mkn_appbar { background: #0A1E18; border-bottom: 1px solid #1A3B31; padding: .75rem 3%; position: sticky; top: 0; z-index: 100; }
.mkn_appbar_inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.mkn_appbar_brand { display: inline-flex; align-items: center; gap: .5rem; color: #FDFDFD; }
.mkn_appbar_brand img { border-radius: 6px; }
.mkn_appbar_brand strong { font-size: 16px; font-weight: 400; }
.mkn_appbar_actions { display: flex; align-items: center; gap: .5rem; }

.mkn_disc, .mkn_disc_success, .mkn_disc_warning, .mkn_disc_error, .mkn_disc_info { width: 2.75rem; height: 2.75rem; border-radius: 50%; background: linear-gradient(135deg, #5D2E6D 0%, #723B82 100%); color: #FFFFFF; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.mkn_disc_success { background: #2ECC71; color: #FFF; }
.mkn_disc_warning { background: #F1C40F; color: #FFF; }
.mkn_disc_error { background: #E74C3C; color: #FFF; }
.mkn_disc_info { background: #3498DB; color: #FFF; }

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

.mkn_fine { font-size: 0.875rem; }
.mkn_soft { color: #BDBDBD; }
.mkn_axis { text-align: center; }
.mkn_hue_accent { color: #4EEB9B; }
.mkn_hue_success { color: #2ECC71; }
.mkn_hue_warning { color: #F1C40F; }
.mkn_hue_error { color: #E74C3C; }
.mkn_hue_info { color: #3498DB; }

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

.mkn_poster { background: #17362C; border: 1px solid #1A3B31; border-radius: 10px; box-shadow: 4px 4px 0 #050F0C, inset 0 1px 0 rgba(255,255,255,.05); display: flex; flex-direction: column; overflow: hidden; text-decoration: none; color: inherit; transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.mkn_poster:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #050F0C, inset 0 1px 0 rgba(255,255,255,.05); }
.mkn_poster_media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.mkn_poster_media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.mkn_poster:hover .mkn_poster_media img { transform: scale(1.04); }
.mkn_poster_play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #4EEB9B; color: #0A1E18; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.mkn_poster:hover .mkn_poster_play, .mkn_poster:focus-visible .mkn_poster_play { opacity: 1; }
@media (hover: none) {
    .mkn_poster_play { opacity: 1; }
}
.mkn_poster_name { padding: .6rem .75rem; background: #17362C; }
.mkn_poster_name h3 { margin: 0; font-size: 0.875rem; color: #FDFDFD; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
    .mkn_poster_name h3 { white-space: normal; }
}

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

.mkn_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; }
.mkn_jumpbar::-webkit-scrollbar { display: none; }
.mkn_jumpbar_link { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 6px; background: #112A22; border: 1px solid #1A3B31; color: #E0E0E0; font-size: 0.875rem; transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.mkn_jumpbar_link:hover { border-color: #5D2E6D; color: #FDFDFD; }

.mkn_action, .mkn_action_sm, .mkn_action_full, .mkn_action_outline { background: #4EEB9B; color: #0A1E18; border-radius: 9999px; min-height: 44px; font-weight: 700; box-shadow: 0 0 0 1px rgba(78, 235, 155, 0.35), 0 6px 18px rgba(78, 235, 155, 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 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.mkn_action:hover, .mkn_action_sm:hover, .mkn_action_full:hover, .mkn_action_outline:hover { background: #3DCB83; box-shadow: 0 0 0 1px rgba(78, 235, 155, 0.5), 0 8px 26px rgba(78, 235, 155, 0.5); }
.mkn_action_sm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.mkn_action_full { display: flex; width: 100%; }
.mkn_action_outline { background: transparent; background-image: none; color: #FDFDFD; border: 1px solid #264D41; box-shadow: none; }
.mkn_action_outline:hover { background: transparent; border-color: #5D2E6D; color: #FDFDFD; box-shadow: none; }

.mkn_reveal { background: #17362C; border: 1px solid #1A3B31; border-radius: 10px; box-shadow: 4px 4px 0 #050F0C, inset 0 1px 0 rgba(255,255,255,.05); transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.mkn_reveal + .mkn_reveal { margin-block-start: 1rem; }
.mkn_reveal[open] { border-color: #5D2E6D; }
.mkn_reveal_q { display: flex; align-items: flex-start; gap: 1rem; padding: 1.5rem; cursor: pointer; list-style: none; }
.mkn_reveal_q::-webkit-details-marker { display: none; }
.mkn_reveal_q h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.mkn_reveal_q::after { content: "\f107"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #4EEB9B; transition: transform 200ms; }
.mkn_reveal[open] .mkn_reveal_q::after { transform: rotate(180deg); }
.mkn_reveal_a { margin: 0; padding: 0 1.5rem 1.5rem; }
@media (max-width: 48rem) {
    .mkn_reveal_q { padding: 1rem; }
    .mkn_reveal_a { padding: 0 1rem 1rem; }
}

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

.mkn_note, .mkn_note_warning, .mkn_note_info, .mkn_note_success, .mkn_note_error { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 10px; background: #112A22; border: 1px solid #1A3B31; border-left: 4px solid #4EEB9B; }
.mkn_note > i, .mkn_note_warning > i, .mkn_note_info > i, .mkn_note_success > i, .mkn_note_error > i { flex: 0 0 auto; margin-top: .2em; color: #4EEB9B; }
.mkn_note_success { border-left-color: #2ECC71; }
.mkn_note_warning { border-left-color: #F1C40F; }
.mkn_note_error { border-left-color: #E74C3C; }
.mkn_note_info { border-left-color: #3498DB; }
.mkn_note_success > i { color: #2ECC71; }
.mkn_note_warning > i { color: #F1C40F; }
.mkn_note_error > i { color: #E74C3C; }
.mkn_note_info > i { color: #3498DB; }

main > section.mkn_zone { background: #112A22; padding-block: 3.5rem; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    main > section.mkn_zone { padding-block: 2rem; }
}
.mkn_stage { background: linear-gradient(180deg, #222B32 0%, #0A1E18 100%); padding-block: 3.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    .mkn_stage { padding-block: 2rem; }
}

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