/* overflow-guard */
:root { --brand-primary: #323a3d; --brand-primary-hover: #3d4549; --brand-secondary: #5c6366; --brand-secondary-hover: #6b7276; --brand-accent: #d4e137; --background-main: #0b1a0e; --background-surface: #142516; --background-elevated: #1b3120; --background-overlay: rgba(11, 26, 14, 0.75); --text-primary: #f5f5f5; --text-secondary: #dcdcdc; --text-muted: #bdbdbd; --text-brand-contrast: #000000; --text-link: #e6f2aa; --text-link-hover: #f2f9c5; --button-bg: #d4e137; --button-text: #000000; --button-hover-bg: #b8c62f; --button-hover-text: #000000; --semantic-success: #4caf50; --success: #4caf50; --semantic-error: #ef5350; --error: #ef5350; --semantic-warning: #ffb74d; --warning: #ffb74d; --semantic-info: #64b5f6; --info: #64b5f6; --border-default: #1c3122; --border-strong: #2a4531; --border-brand: #323a3d; --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.25; --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: 74rem; --content-max-width: 74rem; --spacing-reading-max-width: 66ch; --reading-max-width: 66ch; --radius-sm: 4px; --radius-md: 8px; --radius-lg: 12px; --radius-pill: 9999px; --shadow-card: 4px 4px 0 #060d07; --shadow-elevated: 6px 6px 0 #060d07; --shadow-glow: 0 0 0 1px rgba(212, 225, 55, 0.35), 0 6px 18px rgba(212, 225, 55, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.05); --gradient-brand: linear-gradient(135deg, #323a3d 0%, #3d4549 100%); --gradient-hero: linear-gradient(180deg, #1b2a1f 0%, #0b1a0e 100%); --gradient-surface: linear-gradient(#1b3120, #1b3120); --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: #0b1a0e; color: #dcdcdc; font-family: Noto Sans Bengali, Source Sans 3, sans-serif; font-weight: 400; line-height: 1.6; 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: Hind Siliguri, Space Grotesk, sans-serif; line-height: 1.25; letter-spacing: 0; color: #f5f5f5; }
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: #dcdcdc; }
ul, ol { margin: 0; }
a { color: #e6f2aa; text-decoration: none; transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
a:hover { color: #f2f9c5; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #d4e137; 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 > * + *, .dmz-frame > * + *, .dmz-narrow > * + *, .dmz-vlist > * + *, .dmz-vlist-center > * + * { margin-block-start: 1.25rem; }
@media (max-width: 48rem) {
    main > section { padding-block: 2rem; }
    main > section > * + *, main > article > * + *, .dmz-frame > * + *, .dmz-narrow > * + *, .dmz-vlist > * + *, .dmz-vlist-center > * + * { margin-block-start: 1rem; }
}

main > section.dmz-zone { background: #142516; padding-block: 3.5rem; }
@media (max-width: 48rem) {
    main > section.dmz-zone { padding-block: 2rem; }
}
.dmz-hero { background: linear-gradient(180deg, #1b2a1f 0%, #0b1a0e 100%); padding-block: 3.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    .dmz-hero { padding-block: 2rem; }
}

.dmz-frame { width: 100%; max-width: 74rem; margin-inline: auto; }
.dmz-narrow { max-width: 66ch; margin-inline: auto; }
.dmz-vlist, .dmz-vlist-center { display: block; }
.dmz-vlist-center { text-align: center; }
.dmz-inline, .dmz-inline-center { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.dmz-inline-center { justify-content: center; }
.dmz-cells { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1.25rem; }
.dmz-lineup { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.dmz-cats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
@media (min-width: 48rem) {
    .dmz-lineup { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; }
    .dmz-cats { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
}
.dmz-ticks { list-style: none; padding: 0; }
.dmz-ticks > li { display: flex; align-items: flex-start; gap: .75rem; }
.dmz-ticks > li + li { margin-block-start: .75rem; }
.dmz-ticks > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #d4e137; }

.dmz-reveal { background: #1b3120; border: 1px solid #1c3122; border-radius: 8px; box-shadow: 4px 4px 0 #060d07, inset 0 1px 0 rgba(255,255,255,.05); transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.dmz-reveal + .dmz-reveal { margin-block-start: 1rem; }
.dmz-reveal[open] { border-color: #323a3d; }
.dmz-reveal-q { display: flex; align-items: flex-start; gap: 1rem; padding: 1.5rem; cursor: pointer; list-style: none; }
.dmz-reveal-q::-webkit-details-marker { display: none; }
.dmz-reveal-q h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.dmz-reveal-q::after { content: "\f078"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #d4e137; transition: transform 200ms; }
.dmz-reveal[open] .dmz-reveal-q::after { transform: rotate(180deg); }
.dmz-reveal-a { margin: 0; padding: 0 1.5rem 1.5rem; }
@media (max-width: 48rem) {
    .dmz-reveal-q { padding: 1rem; }
    .dmz-reveal-a { padding: 0 1rem 1rem; }
}

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

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

.dmz-sub { font-size: 0.875rem; }
.dmz-dim { color: #bdbdbd; }
.dmz-middle { text-align: center; }
.dmz-tone-accent { color: #d4e137; }
.dmz-tone-success { color: #4caf50; }
.dmz-tone-warning { color: #ffb74d; }
.dmz-tone-error { color: #ef5350; }
.dmz-tone-info { color: #64b5f6; }

.dmz-note, .dmz-note-warning, .dmz-note-info, .dmz-note-success, .dmz-note-error { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 8px; background: #142516; border: 1px solid #1c3122; border-left: 4px solid #d4e137; }
.dmz-note > i, .dmz-note-warning > i, .dmz-note-info > i, .dmz-note-success > i, .dmz-note-error > i { flex: 0 0 auto; margin-top: .2em; color: #d4e137; }
.dmz-note-success { border-left-color: #4caf50; }
.dmz-note-warning { border-left-color: #ffb74d; }
.dmz-note-error { border-left-color: #ef5350; }
.dmz-note-info { border-left-color: #64b5f6; }
.dmz-note-success > i { color: #4caf50; }
.dmz-note-warning > i { color: #ffb74d; }
.dmz-note-error > i { color: #ef5350; }
.dmz-note-info > i { color: #64b5f6; }

.dmz-tabbar { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.5rem; background: #142516; border-top: 1px solid #1c3122; }
.dmz-tabbar-item { display: flex; flex-direction: column; align-items: center; gap: .25rem; flex: 1 1 0; padding: .5rem 0; font-size: 0.75rem; color: #bdbdbd; }
.dmz-tabbar-item i { font-size: 1.25rem; }
.dmz-tabbar-item:hover { color: #d4e137; }

.dmz-plate { background: #1b3120; border: 1px solid #1c3122; border-radius: 8px; box-shadow: 4px 4px 0 #060d07, 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; }
.dmz-plate:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #060d07, inset 0 1px 0 rgba(255,255,255,.05); }
@media (max-width: 48rem) {
    .dmz-plate { padding: 1rem; }
}
.dmz-plate > img { width: 100%; height: auto; display: block; }

.dmz-medal, .dmz-medal-success, .dmz-medal-warning, .dmz-medal-error, .dmz-medal-info { width: 2.75rem; height: 2.75rem; border-radius: 4px; background: linear-gradient(135deg, #323a3d 0%, #3d4549 100%); color: #000000; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.dmz-medal-success { background: #4caf50; color: #fff; }
.dmz-medal-warning { background: #ffb74d; color: #fff; }
.dmz-medal-error { background: #ef5350; color: #fff; }
.dmz-medal-info { background: #64b5f6; color: #fff; }

.dmz-route { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; padding: 1rem 0; font-size: 0.875rem; color: #dcdcdc; }
.dmz-route a { color: #e6f2aa; }
.dmz-route span { color: #f5f5f5; }

.dmz-topic { text-transform: uppercase; letter-spacing: .04em; }

.dmz-token { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #1b3120; border: 1px solid #2a4531; color: #f5f5f5; font-size: 0.875rem; }
.dmz-token > i { color: #d4e137; }

.dmz-cta, .dmz-cta-sm, .dmz-cta-full, .dmz-cta-outline { background: #d4e137; color: #000000; border-radius: 4px; 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, 12, 6, 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 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.dmz-cta:hover, .dmz-cta-sm:hover, .dmz-cta-full:hover, .dmz-cta-outline:hover { background: #b8c62f; 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, 12, 6, 0.45); }
.dmz-cta-sm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.dmz-cta-full { display: flex; width: 100%; }
.dmz-cta-outline { background: transparent; background-image: none; color: #f5f5f5; border: 1px solid #2a4531; box-shadow: none; }
.dmz-cta-outline:hover { background: transparent; border-color: #323a3d; color: #f5f5f5; box-shadow: none; }

.dmz-table-wrap { background: #1b3120; border: 1px solid #1c3122; border-radius: 8px; box-shadow: 4px 4px 0 #060d07, inset 0 1px 0 rgba(255,255,255,.05); overflow-x: auto; max-width: 100%; }
.dmz-table { width: 100%; table-layout: fixed; border-collapse: collapse; }
.dmz-table th, .dmz-table td { padding: 1rem; text-align: start; border-bottom: 1px solid #1c3122; vertical-align: top; }
.dmz-table thead th { background: #1b3120; color: #f5f5f5; font-weight: 600; }
.dmz-table tbody tr:last-child td { border-bottom: 0; }
.dmz-table td:first-child { color: #bdbdbd; font-weight: 600; }

.dmz-cover { background: #1b3120; border: 1px solid #1c3122; border-radius: 8px; box-shadow: 4px 4px 0 #060d07, 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; }
.dmz-cover:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #060d07, inset 0 1px 0 rgba(255,255,255,.05); }
.dmz-cover-media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.dmz-cover-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.dmz-cover:hover .dmz-cover-media img { transform: scale(1.04); }
.dmz-cover-play { position: absolute; bottom: .5rem; right: .5rem; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #d4e137; color: #000000; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.dmz-cover:hover .dmz-cover-play, .dmz-cover:focus-visible .dmz-cover-play { opacity: 1; }
@media (hover: none) {
    .dmz-cover-play { opacity: 1; }
}
.dmz-cover-name { padding: .6rem .75rem; background: #1b3120; }
.dmz-cover-name h3 { margin: 0; font-size: 0.875rem; color: #f5f5f5; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
    .dmz-cover-name h3 { white-space: normal; }
}

.dmz-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; }
.dmz-rail::-webkit-scrollbar { display: none; }
.dmz-rail-link { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 4px; background: #142516; border: 1px solid #1c3122; color: #dcdcdc; font-size: 0.875rem; transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.dmz-rail-link:hover { border-color: #323a3d; color: #f5f5f5; }

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

/* page */
.dmz-provider-name {
            font-weight: 700;
            letter-spacing: 0.02em;
            font-size: 1.1rem;
            display: block;
            margin-bottom: 0.25rem;
        }
