/* overflow-guard */
:root {
    --brand-primary: #3d5afe;
    --brand-primary-hover: #536df0;
    --brand-secondary: #b0b8d1;
    --brand-secondary-hover: #c5cbe3;
    --brand-accent: #d4e137;
    --background-main: #081c21;
    --background-surface: #122a30;
    --background-elevated: #1c3b42;
    --background-overlay: rgba(8, 28, 33, 0.75);
    --text-primary: #f2f4f7;
    --text-secondary: #d1d5db;
    --text-muted: #b0b5b9;
    --text-brand-contrast: #000000;
    --text-link: #c5d1ff;
    --text-link-hover: #e0e7ff;
    --button-bg: #d4e137;
    --button-text: #000000;
    --button-hover-bg: #bada2d;
    --button-hover-text: #000000;
    --semantic-success: #2ecc71;
    --success: #2ecc71;
    --semantic-error: #e74c3c;
    --error: #e74c3c;
    --semantic-warning: #f1c40f;
    --warning: #f1c40f;
    --semantic-info: #3498db;
    --info: #3498db;
    --border-default: #1c3b42;
    --border-strong: #2a525b;
    --border-brand: #3d5afe;
    --font-family-headings: Hind Siliguri, Barlow Condensed, sans-serif;
    --font-family-body: Noto Sans Bengali, Barlow, 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: 600;
    --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.25;
    --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: 78rem;
    --content-max-width: 78rem;
    --spacing-reading-max-width: 66ch;
    --reading-max-width: 66ch;
    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 18px;
    --radius-pill: 9999px;
    --shadow-card: 0 1px 2px rgba(4, 13, 15, 0.5), 0 16px 32px rgba(4, 13, 15, 0.4);
    --shadow-elevated: 0 2px 4px rgba(4, 13, 15, 0.5), 0 24px 48px rgba(4, 13, 15, 0.5);
    --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,.06);
    --gradient-brand: linear-gradient(135deg, #3d5afe 0%, #536df0 100%);
    --gradient-hero: linear-gradient(180deg, #1b355d 0%, #081c21 100%);
    --gradient-surface: linear-gradient(180deg, #1c3b42 0%, #122a30 100%);
    --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: #081c21;
    color: #d1d5db;
    font-family: Noto Sans Bengali, Barlow, sans-serif;
    font-weight: 400;
    line-height: 1.55;
    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: Hind Siliguri, Barlow Condensed, sans-serif;
    line-height: 1.25;
    letter-spacing: 0;
    color: #f2f4f7;
}
h1 {
    font-size: 1.8rem;
    font-weight: 700;
}
h2 {
    font-size: 1.5rem;
    font-weight: 600;
}
h3 {
    font-size: 1rem;
    font-weight: 600;
}
h4 {
    font-size: 1rem;
    font-weight: 600;
}
p {
    margin: 0;
    color: #d1d5db;
}
ul, ol {
    margin: 0;
}
a {
    color: #c5d1ff;
    text-decoration: none;
    transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms;
}
a:hover {
    color: #e0e7ff;
}
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: 2.5rem;
}
main > section > * + *, main > article > * + *, .wx-shell > * + *, .wx-measure > * + *, .wx-vlist > * + *, .wx-vlist-center > * + * {
    margin-block-start: 1rem;
}
@media (max-width: 48rem) {
    main > section {
        padding-block: 1.5rem;
    }
    main > section > * + *, main > article > * + *, .wx-shell > * + *, .wx-measure > * + *, .wx-vlist > * + *, .wx-vlist-center > * + * {
        margin-block-start: 0.75rem;
    }
}

.wx-sheet-wrap {
    background: linear-gradient(180deg, #1c3b42 0%, #122a30 100%);
    border: 1px solid #1c3b42;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(4, 13, 15, 0.5), 0 16px 32px rgba(4, 13, 15, 0.4), inset 0 1px 0 rgba(255,255,255,.06);
    overflow-x: auto;
    max-width: 100%;
}
.wx-sheet {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.wx-sheet th, .wx-sheet td {
    padding: 0.75rem;
    text-align: start;
    border-bottom: 1px solid #1c3b42;
    vertical-align: top;
}
.wx-sheet thead th {
    background: #1c3b42;
    color: #f2f4f7;
    font-weight: 600;
}
.wx-sheet tbody tr:last-child td {
    border-bottom: 0;
}
.wx-sheet td:first-child {
    color: #b0b5b9;
    font-weight: 600;
}

.wx-ticker {
    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;
}
.wx-ticker::-webkit-scrollbar {
    display: none;
}
.wx-ticker-link {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: .5rem 1rem;
    border-radius: 6px;
    background: #122a30;
    border: 1px solid #1c3b42;
    color: #d1d5db;
    font-size: 0.875rem;
    transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms;
}
.wx-ticker-link:hover {
    border-color: #3d5afe;
    color: #f2f4f7;
}

main > section.wx-belt {
    background: #122a30;
    padding-block: 2.5rem;
}
@media (max-width: 48rem) {
    main > section.wx-belt {
        padding-block: 1.5rem;
    }
}
.wx-hero {
    background: linear-gradient(180deg, #1b355d 0%, #081c21 100%);
    padding-block: 2.5rem;
    text-align: center;
    margin-inline: -3.1915%;
    padding-inline: 3%;
}
@media (max-width: 48rem) {
    .wx-hero {
        padding-block: 1.5rem;
    }
}

.wx-crumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem;
    padding: 1rem 0;
    font-size: 0.875rem;
    color: #d1d5db;
}
.wx-crumbs a {
    color: #c5d1ff;
}
.wx-crumbs span {
    color: #f2f4f7;
}

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

.wx-bottombar {
    position: fixed;
    inset: auto 0 0 0;
    z-index: 1000;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 4.75rem;
    background: #122a30;
    border-top: 1px solid #1c3b42;
}
.wx-bottombar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .25rem;
    flex: 1 1 0;
    padding: .5rem 0;
    font-size: 0.75rem;
    color: #b0b5b9;
}
.wx-bottombar-item i {
    font-size: 1.25rem;
}
.wx-bottombar-item:hover {
    color: #d4e137;
}

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

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

.wx-heading {
    position: relative;
}
.wx-heading::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #d4e137 0, #d4e137 2.5rem, #1c3b42 2.5rem, #1c3b42 100%);
    margin-bottom: .6rem;
}

.wx-badge, .wx-badge-success, .wx-badge-warning, .wx-badge-error, .wx-badge-info {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #3d5afe 0%, #536df0 100%);
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    font-weight: 700;
}
.wx-badge-success {
    background: #2ecc71;
    color: #fff;
}
.wx-badge-warning {
    background: #f1c40f;
    color: #fff;
}
.wx-badge-error {
    background: #e74c3c;
    color: #fff;
}
.wx-badge-info {
    background: #3498db;
    color: #fff;
}

.wx-minor {
    font-size: 0.875rem;
}
.wx-muted {
    color: #b0b5b9;
}
.wx-centered {
    text-align: center;
}
.wx-tone-accent {
    color: #d4e137;
}
.wx-tone-success {
    color: #2ecc71;
}
.wx-tone-warning {
    color: #f1c40f;
}
.wx-tone-error {
    color: #e74c3c;
}
.wx-tone-info {
    color: #3498db;
}

.wx-chip {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .4rem 1rem;
    border-radius: 9999px;
    background: #1c3b42;
    border: 1px solid #2a525b;
    color: #f2f4f7;
    font-size: 0.875rem;
}
.wx-chip > i {
    color: #d4e137;
}

.wx-shell {
    width: 100%;
    max-width: 78rem;
    margin-inline: auto;
}
.wx-measure {
    max-width: 66ch;
    margin-inline: auto;
}
.wx-vlist, .wx-vlist-center {
    display: block;
}
.wx-vlist-center {
    text-align: center;
}
.wx-strip, .wx-strip-center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
}
.wx-strip-center {
    justify-content: center;
}
.wx-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
    gap: 1rem;
}
.wx-deck {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}
.wx-tiles {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}
@media (min-width: 48rem) {
    .wx-deck {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1rem;
    }
    .wx-tiles {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1rem;
    }
}
.wx-bullets {
    list-style: none;
    padding: 0;
}
.wx-bullets > li {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
}
.wx-bullets > li + li {
    margin-block-start: .75rem;
}
.wx-bullets > li > i {
    flex: 0 0 1.25rem;
    text-align: center;
    margin-top: .2em;
    color: #d4e137;
}

.wx-slab {
    background: linear-gradient(180deg, #1c3b42 0%, #122a30 100%);
    border: 1px solid #1c3b42;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(4, 13, 15, 0.5), 0 16px 32px rgba(4, 13, 15, 0.4), inset 0 1px 0 rgba(255,255,255,.06);
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms;
}
.wx-slab:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 4px rgba(4, 13, 15, 0.5), 0 24px 48px rgba(4, 13, 15, 0.5), inset 0 1px 0 rgba(255,255,255,.06);
}
@media (max-width: 48rem) {
    .wx-slab {
        padding: 1rem;
    }
}
.wx-slab > img {
    width: 100%;
    height: auto;
    display: block;
}

.wx-poster {
    background: linear-gradient(180deg, #1c3b42 0%, #122a30 100%);
    border: 1px solid #1c3b42;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(4, 13, 15, 0.5), 0 16px 32px rgba(4, 13, 15, 0.4), inset 0 1px 0 rgba(255,255,255,.06);
    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;
}
.wx-poster:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 4px rgba(4, 13, 15, 0.5), 0 24px 48px rgba(4, 13, 15, 0.5), inset 0 1px 0 rgba(255,255,255,.06);
}
.wx-poster-media {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.wx-poster-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 200ms;
}
.wx-poster:hover .wx-poster-media img {
    transform: scale(1.04);
}
.wx-poster-play {
    position: absolute;
    top: .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;
}
.wx-poster:hover .wx-poster-play, .wx-poster:focus-visible .wx-poster-play {
    opacity: 1;
}
@media (hover: none) {
    .wx-poster-play {
        opacity: 1;
    }
}
.wx-poster-name {
    padding: .6rem .75rem;
    background: #1c3b42;
}
.wx-poster-name h3 {
    margin: 0;
    font-size: 0.875rem;
    color: #f2f4f7;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (min-width: 48rem) {
    .wx-poster-name h3 {
        white-space: normal;
    }
}

.wx-reveal {
    background: linear-gradient(180deg, #1c3b42 0%, #122a30 100%);
    border: 1px solid #1c3b42;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(4, 13, 15, 0.5), 0 16px 32px rgba(4, 13, 15, 0.4), inset 0 1px 0 rgba(255,255,255,.06);
    transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms;
}
.wx-reveal + .wx-reveal {
    margin-block-start: 0.75rem;
}
.wx-reveal[open] {
    border-color: #3d5afe;
}
.wx-reveal-q {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    cursor: pointer;
    list-style: none;
}
.wx-reveal-q::-webkit-details-marker {
    display: none;
}
.wx-reveal-q h3 {
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
}
.wx-reveal-q::after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    flex: 0 0 auto;
    color: #d4e137;
    transition: transform 200ms;
}
.wx-reveal[open] .wx-reveal-q::after {
    transform: rotate(180deg);
}
.wx-reveal-a {
    margin: 0;
    padding: 0 1rem 1rem;
}
@media (max-width: 48rem) {
    .wx-reveal-q {
        padding: 1rem;
    }
    .wx-reveal-a {
        padding: 0 1rem 1rem;
    }
}

.wx-notice, .wx-notice-warning, .wx-notice-info, .wx-notice-success, .wx-notice-error {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    border-radius: 12px;
    background: #122a30;
    border: 1px solid #1c3b42;
    border-left: 4px solid #d4e137;
}
.wx-notice > i, .wx-notice-warning > i, .wx-notice-info > i, .wx-notice-success > i, .wx-notice-error > i {
    flex: 0 0 auto;
    margin-top: .2em;
    color: #d4e137;
}
.wx-notice-success {
    border-left-color: #2ecc71;
}
.wx-notice-warning {
    border-left-color: #f1c40f;
}
.wx-notice-error {
    border-left-color: #e74c3c;
}
.wx-notice-info {
    border-left-color: #3498db;
}
.wx-notice-success > i {
    color: #2ecc71;
}
.wx-notice-warning > i {
    color: #f1c40f;
}
.wx-notice-error > i {
    color: #e74c3c;
}
.wx-notice-info > i {
    color: #3498db;
}

.wx-btn, .wx-btn-sm, .wx-btn-full, .wx-btn-outline {
    background: #d4e137;
    color: #000000;
    border-radius: 12px;
    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(4, 13, 15, 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;
}
.wx-btn:hover, .wx-btn-sm:hover, .wx-btn-full:hover, .wx-btn-outline:hover {
    background: #bada2d;
    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(4, 13, 15, 0.45);
}
.wx-btn-sm {
    min-height: 36px;
    padding: 0 1rem;
    font-size: 0.875rem;
}
.wx-btn-full {
    display: flex;
    width: 100%;
}
.wx-btn-outline {
    background: transparent;
    background-image: none;
    color: #f2f4f7;
    border: 1px solid #2a525b;
    box-shadow: none;
}
.wx-btn-outline:hover {
    background: transparent;
    border-color: #3d5afe;
    color: #f2f4f7;
    box-shadow: none;
}

/* page */
.wx-provider-name { font-weight: 700; letter-spacing: 0.5px; }
