/* overflow-guard */
:root {
    --brand-primary: #006D77;
    --brand-primary-hover: #00838C;
    --brand-secondary: #8E9AAF;
    --brand-secondary-hover: #AAB2C5;
    --brand-accent: #FF6B6B;
    --background-main: #0C0F1D;
    --background-surface: #161B2D;
    --background-elevated: #21273D;
    --background-overlay: rgba(12, 15, 29, 0.75);
    --text-primary: #F8F9FA;
    --text-secondary: #D1D5DB;
    --text-muted: #B0B3B8;
    --text-brand-contrast: #FFFFFF;
    --text-link: #B2EBF2;
    --text-link-hover: #E0F7FA;
    --button-bg: #FF6B6B;
    --button-text: #FFFFFF;
    --button-hover-bg: #FF4D4D;
    --button-hover-text: #FFFFFF;
    --semantic-success: #4CAF50;
    --success: #4CAF50;
    --semantic-error: #EF5350;
    --error: #EF5350;
    --semantic-warning: #FFB74D;
    --warning: #FFB74D;
    --semantic-info: #4FC3F7;
    --info: #4FC3F7;
    --border-default: #2A314D;
    --border-strong: #3D4663;
    --border-brand: #006D77;
    --font-family-headings: Hind Siliguri, Sora, 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: 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.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: 72rem;
    --content-max-width: 72rem;
    --spacing-reading-max-width: 62ch;
    --reading-max-width: 62ch;
    --radius-sm: 8px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --radius-pill: 9999px;
    --shadow-card: 0 8px 24px rgba(5, 7, 13, 0.4);
    --shadow-elevated: 0 12px 32px rgba(5, 7, 13, 0.5);
    --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,.06);
    --gradient-brand: linear-gradient(135deg, #006D77 0%, #00838C 100%);
    --gradient-hero: linear-gradient(180deg, #112D3D 0%, #0C0F1D 100%);
    --gradient-surface: linear-gradient(135deg, #161B2D 0%, #21273D 100%);
    --gradient-button: linear-gradient(135deg, #D15858 0%, #FF6B6B 100%);
    --effects-accent-bar: #FF6B6B;
    --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: #0C0F1D;
    color: #D1D5DB;
    font-family: Noto Sans Bengali, Source Sans 3, sans-serif;
    font-weight: 400;
    line-height: 1.6;
    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, Sora, 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: #D1D5DB;
}
ul, ol {
    margin: 0;
}
a {
    color: #B2EBF2;
    text-decoration: none;
    transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms;
}
a:hover {
    color: #E0F7FA;
}
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: 3.5rem;
}
main > section > * + *, main > article > * + *, .df_inner > * + *, .df_prose > * + *, .df_pile > * + *, .df_pile_center > * + * {
    margin-block-start: 1.25rem;
}
@media (max-width: 48rem) {
    main > section {
        padding-block: 2rem;
    }
    main > section > * + *, main > article > * + *, .df_inner > * + *, .df_prose > * + *, .df_pile > * + *, .df_pile_center > * + * {
        margin-block-start: 1rem;
    }
}

.df_sub {
    font-size: 0.875rem;
}
.df_dim {
    color: #B0B3B8;
}
.df_axis {
    text-align: center;
}
.df_shade_accent {
    color: #FF6B6B;
}
.df_shade_success {
    color: #4CAF50;
}
.df_shade_warning {
    color: #FFB74D;
}
.df_shade_error {
    color: #EF5350;
}
.df_shade_info {
    color: #4FC3F7;
}

.df_route {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem;
    padding: 1rem 0;
    font-size: 0.875rem;
    color: #D1D5DB;
}
.df_route a {
    color: #B2EBF2;
}
.df_route span {
    color: #F8F9FA;
}

.df_chip {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .4rem 1rem;
    border-radius: 9999px;
    background: #21273D;
    border: 1px solid #3D4663;
    color: #F8F9FA;
    font-size: 0.875rem;
}
.df_chip > i {
    color: #FF6B6B;
}

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

.df_table_wrap {
    background: rgba(33, 39, 61, 0.65);
    border: 1px solid #2A314D;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(5, 7, 13, 0.4), inset 0 1px 0 rgba(255,255,255,.06);
    border-top: 3px solid #FF6B6B;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    overflow-x: auto;
    max-width: 100%;
}
.df_table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.df_table th, .df_table td {
    padding: 1rem;
    text-align: start;
    border-bottom: 1px solid #2A314D;
    vertical-align: top;
}
.df_table thead th {
    background: #21273D;
    color: #F8F9FA;
    font-weight: 600;
}
.df_table tbody tr:last-child td {
    border-bottom: 0;
}
.df_table td:first-child {
    color: #B0B3B8;
    font-weight: 600;
}

.df_panel {
    background: rgba(33, 39, 61, 0.65);
    border: 1px solid #2A314D;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(5, 7, 13, 0.4), inset 0 1px 0 rgba(255,255,255,.06);
    border-top: 3px solid #FF6B6B;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms;
}
.df_panel:hover {
    border-color: #006D77;
    box-shadow: 0 12px 32px rgba(5, 7, 13, 0.5), inset 0 1px 0 rgba(255,255,255,.06);
}
@media (max-width: 48rem) {
    .df_panel {
        padding: 1rem;
    }
}
.df_panel > img {
    width: 100%;
    height: auto;
    display: block;
}

.df_header {
    background: #0C0F1D;
    border-bottom: 1px solid #2A314D;
    padding: .75rem 3%;
    position: sticky;
    top: 0;
    z-index: 100;
}
.df_header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.df_header_brand {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color: #F8F9FA;
}
.df_header_brand img {
    border-radius: 8px;
}
.df_header_brand strong {
    font-size: 16px;
    font-weight: 400;
}
.df_header_actions {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.df_inner {
    width: 100%;
    max-width: 72rem;
    margin-inline: auto;
}
.df_prose {
    max-width: 62ch;
    margin-inline: auto;
}
.df_pile, .df_pile_center {
    display: block;
}
.df_pile_center {
    text-align: center;
}
.df_cluster, .df_cluster_center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}
.df_cluster_center {
    justify-content: center;
}
.df_lattice {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
    gap: 1.25rem;
}
.df_shelf {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
.df_blocks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
@media (min-width: 48rem) {
    .df_shelf {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1.25rem;
    }
    .df_blocks {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.25rem;
    }
}
.df_bullets {
    list-style: none;
    padding: 0;
}
.df_bullets > li {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
}
.df_bullets > li + li {
    margin-block-start: .75rem;
}
.df_bullets > li > i {
    flex: 0 0 1.25rem;
    text-align: center;
    margin-top: .2em;
    color: #FF6B6B;
}

.df_qa {
    background: rgba(33, 39, 61, 0.65);
    border: 1px solid #2A314D;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(5, 7, 13, 0.4), inset 0 1px 0 rgba(255,255,255,.06);
    border-top: 3px solid #FF6B6B;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms;
}
.df_qa + .df_qa {
    margin-block-start: 1rem;
}
.df_qa[open] {
    border-color: #006D77;
}
.df_qa_q {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    cursor: pointer;
    list-style: none;
}
.df_qa_q::-webkit-details-marker {
    display: none;
}
.df_qa_q h3 {
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
}
.df_qa_q::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    flex: 0 0 auto;
    color: #FF6B6B;
    transition: transform 200ms;
}
.df_qa[open] .df_qa_q::after {
    transform: rotate(180deg);
}
.df_qa_a {
    margin: 0;
    padding: 0 1.5rem 1.5rem;
}
@media (max-width: 48rem) {
    .df_qa_q {
        padding: 1rem;
    }
    .df_qa_a {
        padding: 0 1rem 1rem;
    }
}

.df_disc, .df_disc_success, .df_disc_warning, .df_disc_error, .df_disc_info {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #006D77 0%, #00838C 100%);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    font-weight: 700;
}
.df_disc_success {
    background: #4CAF50;
    color: #FFF;
}
.df_disc_warning {
    background: #FFB74D;
    color: #FFF;
}
.df_disc_error {
    background: #EF5350;
    color: #FFF;
}
.df_disc_info {
    background: #4FC3F7;
    color: #FFF;
}

.df_poster {
    background: rgba(33, 39, 61, 0.65);
    border: 1px solid #2A314D;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(5, 7, 13, 0.4), inset 0 1px 0 rgba(255,255,255,.06);
    border-top: 3px solid #FF6B6B;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    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;
}
.df_poster:hover {
    border-color: #006D77;
    box-shadow: 0 12px 32px rgba(5, 7, 13, 0.5), inset 0 1px 0 rgba(255,255,255,.06);
}
.df_poster_media {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.df_poster_media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 200ms;
}
.df_poster:hover .df_poster_media img {
    transform: scale(1.04);
}
.df_poster_play {
    position: absolute;
    top: .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;
}
.df_poster:hover .df_poster_play, .df_poster:focus-visible .df_poster_play {
    opacity: 1;
}
@media (hover: none) {
    .df_poster_play {
        opacity: 1;
    }
}
.df_poster {
    position: relative;
}
.df_poster_name {
    position: absolute;
    inset: auto 0 0 0;
    padding: .6rem .75rem;
    background: linear-gradient(180deg, transparent 0%, rgba(12, 15, 29, 0.75) 100%);
}
.df_poster_name h3 {
    margin: 0;
    font-size: 0.875rem;
    color: #F8F9FA;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (min-width: 48rem) {
    .df_poster_name h3 {
        white-space: normal;
    }
}

.df_tabbar {
    position: fixed;
    inset: auto 0 0 0;
    z-index: 1000;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 4.25rem;
    background: #161B2D;
    border-top: 1px solid #2A314D;
}
.df_tabbar_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .25rem;
    flex: 1 1 0;
    padding: .5rem 0;
    font-size: 0.75rem;
    color: #B0B3B8;
}
.df_tabbar_item i {
    font-size: 1.25rem;
}
.df_tabbar_item:hover {
    color: #FF6B6B;
}

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

main > section.df_zone {
    background: linear-gradient(180deg, #161B2D 0%, #0C0F1D 100%);
    padding-block: 3.5rem;
}
@media (max-width: 48rem) {
    main > section.df_zone {
        padding-block: 2rem;
    }
}
.df_intro {
    background: linear-gradient(180deg, #112D3D 0%, #0C0F1D 100%);
    padding-block: 3.5rem;
    text-align: center;
    margin-inline: -3.1915%;
    padding-inline: 3%;
}
@media (max-width: 48rem) {
    .df_intro {
        padding-block: 2rem;
    }
}

.df_button, .df_button_sm, .df_button_full, .df_button_outline {
    background: linear-gradient(135deg, #D15858 0%, #FF6B6B 100%);
    color: #FFFFFF;
    border-radius: 16px;
    min-height: 44px;
    font-weight: 700;
    box-shadow: 0 6px 16px rgba(255, 107, 107, 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 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms;
}
.df_button:hover, .df_button_sm:hover, .df_button_full:hover, .df_button_outline:hover {
    background: #FF4D4D;
    box-shadow: 0 8px 22px rgba(255, 107, 107, 0.4);
}
.df_button_sm {
    min-height: 36px;
    padding: 0 1rem;
    font-size: 0.875rem;
}
.df_button_full {
    display: flex;
    width: 100%;
}
.df_button_outline {
    background: transparent;
    background-image: none;
    color: #F8F9FA;
    border: 1px solid #3D4663;
    box-shadow: none;
}
.df_button_outline:hover {
    background: transparent;
    border-color: #006D77;
    color: #F8F9FA;
    box-shadow: none;
}

.df_footer {
    background: #0C0F1D;
    border-top: 1px solid #2A314D;
    padding: 3rem 3% 2rem;
    color: #B0B3B8;
}
.df_footer_grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    text-align: center;
}
.df_footer_col > p, .df_footer_col > h3 {
    font-size: 0.875rem;
    font-weight: 700;
    color: #F8F9FA;
    margin: 0 0 .75rem;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.df_footer_col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.df_footer_col li + li {
    margin-block-start: .5rem;
}
.df_footer_col a {
    color: #B0B3B8;
    font-size: 0.875rem;
}
.df_footer_col a:hover {
    color: #E0F7FA;
}
.df_footer_meta {
    margin-block-start: 2rem;
    padding-block-start: 1.5rem;
    border-top: 1px solid #2A314D;
    text-align: center;
    font-size: 0.875rem;
}
.df_footer_meta > * + * {
    margin-block-start: .5rem;
}

.df_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;
}
.df_chips::-webkit-scrollbar {
    display: none;
}
.df_chips_link {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: .5rem 1rem;
    border-radius: 8px;
    background: #161B2D;
    border: 1px solid #2A314D;
    color: #D1D5DB;
    font-size: 0.875rem;
    transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms;
}
.df_chips_link:hover {
    border-color: #006D77;
    color: #F8F9FA;
}

.df_note, .df_note_warning, .df_note_info, .df_note_success, .df_note_error {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    border-radius: 16px;
    background: #161B2D;
    border: 1px solid #2A314D;
    border-left: 4px solid #FF6B6B;
}
.df_note > i, .df_note_warning > i, .df_note_info > i, .df_note_success > i, .df_note_error > i {
    flex: 0 0 auto;
    margin-top: .2em;
    color: #FF6B6B;
}
.df_note_success {
    border-left-color: #4CAF50;
}
.df_note_warning {
    border-left-color: #FFB74D;
}
.df_note_error {
    border-left-color: #EF5350;
}
.df_note_info {
    border-left-color: #4FC3F7;
}
.df_note_success > i {
    color: #4CAF50;
}
.df_note_warning > i {
    color: #FFB74D;
}
.df_note_error > i {
    color: #EF5350;
}
.df_note_info > i {
    color: #4FC3F7;
}

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