/* overflow-guard */
:root {
    --brand-primary: #3D424D;
    --brand-primary-hover: #4E5461;
    --brand-secondary: #A8B0B9;
    --brand-secondary-hover: #C1C8D0;
    --brand-accent: #D11A3C;
    --background-main: #0B180D;
    --background-surface: #152416;
    --background-elevated: #1D301E;
    --background-overlay: rgba(11, 24, 13, 0.75);
    --text-primary: #F2F2F2;
    --text-secondary: #D1D1D1;
    --text-muted: #BDBDBD;
    --text-brand-contrast: #FFFFFF;
    --text-link: #FFD8DC;
    --text-link-hover: #FFE4E6;
    --button-bg: #D11A3C;
    --button-text: #FFFFFF;
    --button-hover-bg: #B01533;
    --button-hover-text: #FFFFFF;
    --semantic-success: #2E7D32;
    --success: #2E7D32;
    --semantic-error: #C62828;
    --error: #C62828;
    --semantic-warning: #F9A825;
    --warning: #F9A825;
    --semantic-info: #1565C0;
    --info: #1565C0;
    --border-default: #1C2D1F;
    --border-strong: #2A3F2B;
    --border-brand: #3D424D;
    --font-family-headings: Noto Sans Bengali, 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: 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.35;
    --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: 62ch;
    --reading-max-width: 62ch;
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 14px;
    --radius-pill: 9999px;
    --shadow-card: 4px 4px 0 #060C06;
    --shadow-elevated: 6px 6px 0 #060C06;
    --shadow-glow: 0 0 0 1px rgba(209, 26, 60, 0.35), 0 6px 18px rgba(209, 26, 60, 0.35);
    --shadow-inset: inset 0 1px 0 rgba(255,255,255,.05);
    --gradient-brand: linear-gradient(135deg, #3D424D 0%, #4E5461 100%);
    --gradient-hero: linear-gradient(180deg, #1E2B22 0%, #0B180D 100%);
    --gradient-surface: linear-gradient(#1D301E, #1D301E);
    --gradient-button: linear-gradient(135deg, #AB1531 0%, #D11A3C 100%);
    --effects-accent-bar: none;
    --recipes-transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms;
    --transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms;
}
*, *::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: #0B180D;
    color: #D1D1D1;
    font-family: Noto Sans Bengali, Manrope, 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: Noto Sans Bengali, Archivo, sans-serif;
    line-height: 1.35;
    letter-spacing: 0;
    color: #F2F2F2;
}
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: #D1D1D1;
}
ul, ol {
    margin: 0;
}
a {
    color: #FFD8DC;
    text-decoration: none;
    transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms;
}
a:hover {
    color: #FFE4E6;
}
a:focus-visible, button:focus-visible, summary:focus-visible {
    outline: 2px solid #D11A3C;
    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 > * + *, .znr-inner > * + *, .znr-prose > * + *, .znr-stack > * + *, .znr-stack-center > * + * {
    margin-block-start: 1.25rem;
}
@media (max-width: 48rem) {
    main > section {
        padding-block: 2rem;
    }
    main > section > * + *, main > article > * + *, .znr-inner > * + *, .znr-prose > * + *, .znr-stack > * + *, .znr-stack-center > * + * {
        margin-block-start: 1rem;
    }
}

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

.znr-heading {
    text-transform: uppercase;
    letter-spacing: .04em;
}

.znr-notice, .znr-notice-warning, .znr-notice-info, .znr-notice-success, .znr-notice-error {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    border-radius: 10px;
    background: #152416;
    border: 1px solid #1C2D1F;
    border-left: 4px solid #D11A3C;
}
.znr-notice > i, .znr-notice-warning > i, .znr-notice-info > i, .znr-notice-success > i, .znr-notice-error > i {
    flex: 0 0 auto;
    margin-top: .2em;
    color: #D11A3C;
}
.znr-notice-success {
    border-left-color: #2E7D32;
}
.znr-notice-warning {
    border-left-color: #F9A825;
}
.znr-notice-error {
    border-left-color: #C62828;
}
.znr-notice-info {
    border-left-color: #1565C0;
}
.znr-notice-success > i {
    color: #2E7D32;
}
.znr-notice-warning > i {
    color: #F9A825;
}
.znr-notice-error > i {
    color: #C62828;
}
.znr-notice-info > i {
    color: #1565C0;
}

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

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

.znr-token {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .4rem 1rem;
    border-radius: 9999px;
    background: #1D301E;
    border: 1px solid #2A3F2B;
    color: #F2F2F2;
    font-size: 0.875rem;
}
.znr-token > i {
    color: #D11A3C;
}

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

.znr-poster {
    background: #1D301E;
    border: 1px solid #1C2D1F;
    border-radius: 10px;
    box-shadow: 4px 4px 0 #060C06, inset 0 1px 0 rgba(255,255,255,.05);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms;
}
.znr-poster:hover {
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0 #060C06, inset 0 1px 0 rgba(255,255,255,.05);
}
.znr-poster-media {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.znr-poster-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 200ms;
}
.znr-poster:hover .znr-poster-media img {
    transform: scale(1.04);
}
.znr-poster-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #D11A3C;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 150ms;
}
.znr-poster:hover .znr-poster-play, .znr-poster:focus-visible .znr-poster-play {
    opacity: 1;
}
@media (hover: none) {
    .znr-poster-play {
        opacity: 1;
    }
}
.znr-poster {
    position: relative;
}
.znr-poster-name {
    position: absolute;
    inset: auto 0 0 0;
    padding: .6rem .75rem;
    background: linear-gradient(180deg, transparent 0%, rgba(11, 24, 13, 0.75) 100%);
}
.znr-poster-name h3 {
    margin: 0;
    font-size: 0.875rem;
    color: #F2F2F2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (min-width: 48rem) {
    .znr-poster-name h3 {
        white-space: normal;
    }
}

.znr-inner {
    width: 100%;
    max-width: 75rem;
    margin-inline: auto;
}
.znr-prose {
    max-width: 62ch;
    margin-inline: auto;
}
.znr-stack, .znr-stack-center {
    display: block;
}
.znr-stack-center {
    text-align: center;
}
.znr-inline, .znr-inline-center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}
.znr-inline-center {
    justify-content: center;
}
.znr-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
    gap: 1.25rem;
}
.znr-shelf {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
.znr-cats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
@media (min-width: 48rem) {
    .znr-shelf {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1.25rem;
    }
    .znr-cats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.25rem;
    }
}
.znr-items {
    list-style: none;
    padding: 0;
}
.znr-items > li {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
}
.znr-items > li + li {
    margin-block-start: .75rem;
}
.znr-items > li > i {
    flex: 0 0 1.25rem;
    text-align: center;
    margin-top: .2em;
    color: #D11A3C;
}

.znr-fold {
    background: #1D301E;
    border: 1px solid #1C2D1F;
    border-radius: 10px;
    box-shadow: 4px 4px 0 #060C06, inset 0 1px 0 rgba(255,255,255,.05);
    transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms;
}
.znr-fold + .znr-fold {
    margin-block-start: 1rem;
}
.znr-fold[open] {
    border-color: #3D424D;
}
.znr-fold-q {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    cursor: pointer;
    list-style: none;
}
.znr-fold-q::-webkit-details-marker {
    display: none;
}
.znr-fold-q h3 {
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
}
.znr-fold-q::after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    flex: 0 0 auto;
    color: #D11A3C;
    transition: transform 200ms;
}
.znr-fold[open] .znr-fold-q::after {
    transform: rotate(180deg);
}
.znr-fold-a {
    margin: 0;
    padding: 0 1.5rem 1.5rem;
}
@media (max-width: 48rem) {
    .znr-fold-q {
        padding: 1rem;
    }
    .znr-fold-a {
        padding: 0 1rem 1rem;
    }
}

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

.znr-button, .znr-button-sm, .znr-button-full, .znr-button-outline {
    background: linear-gradient(135deg, #AB1531 0%, #D11A3C 100%);
    color: #FFFFFF;
    border-radius: 9999px;
    min-height: 44px;
    font-weight: 700;
    box-shadow: 0 6px 16px rgba(209, 26, 60, 0.3);
    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 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms;
}
.znr-button:hover, .znr-button-sm:hover, .znr-button-full:hover, .znr-button-outline:hover {
    background: #B01533;
    box-shadow: 0 8px 22px rgba(209, 26, 60, 0.4);
}
.znr-button-sm {
    min-height: 36px;
    padding: 0 1rem;
    font-size: 0.875rem;
}
.znr-button-full {
    display: flex;
    width: 100%;
}
.znr-button-outline {
    background: transparent;
    background-image: none;
    color: #F2F2F2;
    border: 1px solid #2A3F2B;
    box-shadow: none;
}
.znr-button-outline:hover {
    background: transparent;
    border-color: #3D424D;
    color: #F2F2F2;
    box-shadow: none;
}

.znr-emblem, .znr-emblem-success, .znr-emblem-warning, .znr-emblem-error, .znr-emblem-info {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #3D424D 0%, #4E5461 100%);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    font-weight: 700;
}
.znr-emblem-success {
    background: #2E7D32;
    color: #FFF;
}
.znr-emblem-warning {
    background: #F9A825;
    color: #FFF;
}
.znr-emblem-error {
    background: #C62828;
    color: #FFF;
}
.znr-emblem-info {
    background: #1565C0;
    color: #FFF;
}

.znr-sub {
    font-size: 0.875rem;
}
.znr-soft {
    color: #BDBDBD;
}
.znr-centered {
    text-align: center;
}
.znr-ink-accent {
    color: #D11A3C;
}
.znr-ink-success {
    color: #2E7D32;
}
.znr-ink-warning {
    color: #F9A825;
}
.znr-ink-error {
    color: #C62828;
}
.znr-ink-info {
    color: #1565C0;
}

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

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

.znr-route {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem;
    padding: 1rem 0;
    font-size: 0.875rem;
    color: #D1D1D1;
}
.znr-route a {
    color: #FFD8DC;
}
.znr-route span {
    color: #F2F2F2;
}

.znr-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;
}
.znr-rail::-webkit-scrollbar {
    display: none;
}
.znr-rail-link {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: .5rem 1rem;
    border-radius: 6px;
    background: #152416;
    border: 1px solid #1C2D1F;
    color: #D1D1D1;
    font-size: 0.875rem;
    transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms;
}
.znr-rail-link:hover {
    border-color: #3D424D;
    color: #F2F2F2;
}

/* page */
.znr-provider-name {
            font-weight: 700;
            letter-spacing: 0.02em;
            font-size: 1.1rem;
        }
