/* overflow-guard */
:root {
    --brand-primary: #007A85;
    --brand-primary-hover: #008C99;
    --brand-secondary: #5E7D82;
    --brand-secondary-hover: #708F95;
    --brand-accent: #FF6B52;
    --background-main: #061B1F;
    --background-surface: #0C272D;
    --background-elevated: #12333A;
    --background-overlay: rgba(6, 27, 31, 0.8);
    --text-primary: #FDFDFD;
    --text-secondary: #E0E0E0;
    --text-muted: #BDBDBD;
    --text-brand-contrast: #FFFFFF;
    --text-link: #B2EBF2;
    --text-link-hover: #E0F7FA;
    --button-bg: #FF6B52;
    --button-text: #FFFFFF;
    --button-hover-bg: #FF856D;
    --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: #1A3D44;
    --border-strong: #26525B;
    --border-brand: #007A85;
    --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: 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.35;
    --line-height-body: 1.6;
    --letter-spacing-heading: 0;
    --letter-spacing-body: 0;
    --spacing-section-desktop: 4.5rem;
    --section-desktop: 4.5rem;
    --spacing-item-desktop: 1.5rem;
    --item-desktop: 1.5rem;
    --spacing-section-mobile: 2.5rem;
    --section-mobile: 2.5rem;
    --spacing-item-mobile: 1rem;
    --item-mobile: 1rem;
    --spacing-container-pad-desktop: 2.5rem;
    --container-pad-desktop: 2.5rem;
    --spacing-container-pad-mobile: 1.25rem;
    --container-pad-mobile: 1.25rem;
    --spacing-card-pad-desktop: 2rem;
    --card-pad-desktop: 2rem;
    --spacing-card-pad-mobile: 1.25rem;
    --card-pad-mobile: 1.25rem;
    --spacing-content-max-width: 74rem;
    --content-max-width: 74rem;
    --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(3, 12, 14, 0.5), 0 16px 32px rgba(3, 12, 14, 0.4);
    --shadow-elevated: 0 2px 4px rgba(3, 12, 14, 0.5), 0 24px 48px rgba(3, 12, 14, 0.5);
    --shadow-glow: 0 0 0 1px rgba(255, 107, 82, 0.35), 0 6px 18px rgba(255, 107, 82, 0.35);
    --shadow-inset: inset 0 1px 0 rgba(255,255,255,.06);
    --gradient-brand: linear-gradient(135deg, #007A85 0%, #008C99 100%);
    --gradient-hero: linear-gradient(180deg, #093940 0%, #061B1F 100%);
    --gradient-surface: linear-gradient(180deg, #12333A 0%, #0C272D 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: #061B1F;
    color: #E0E0E0;
    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: #FDFDFD;
}
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: #E0E0E0;
}
ul, ol {
    margin: 0;
}
a {
    color: #B2EBF2;
    text-decoration: none;
    transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms;
}
a:hover {
    color: #E0F7FA;
}
a:focus-visible, button:focus-visible, summary:focus-visible {
    outline: 2px solid #FF6B52;
    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: 4.5rem;
}
main > section > * + *, main > article > * + *, .sl_shell > * + *, .sl_reading > * + *, .sl_flow > * + *, .sl_flow_center > * + * {
    margin-block-start: 1.5rem;
}
@media (max-width: 48rem) {
    main > section {
        padding-block: 2.5rem;
    }
    main > section > * + *, main > article > * + *, .sl_shell > * + *, .sl_reading > * + *, .sl_flow > * + *, .sl_flow_center > * + * {
        margin-block-start: 1rem;
    }
}

main > section.sl_band {
    background: #0C272D;
    padding-block: 4.5rem;
}
@media (max-width: 48rem) {
    main > section.sl_band {
        padding-block: 2.5rem;
    }
}
.sl_stage {
    background: linear-gradient(180deg, #093940 0%, #061B1F 100%);
    padding-block: 4.5rem;
    text-align: center;
    margin-inline: -3.1915%;
    padding-inline: 3%;
}
@media (max-width: 48rem) {
    .sl_stage {
        padding-block: 2.5rem;
    }
}

.sl_chip {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .4rem 1rem;
    border-radius: 9999px;
    background: #12333A;
    border: 1px solid #26525B;
    color: #FDFDFD;
    font-size: 0.875rem;
}
.sl_chip > i {
    color: #FF6B52;
}

.sl_scroller {
    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;
}
.sl_scroller::-webkit-scrollbar {
    display: none;
}
.sl_scroller_link {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: .5rem 1rem;
    border-radius: 6px;
    background: #0C272D;
    border: 1px solid #1A3D44;
    color: #E0E0E0;
    font-size: 0.875rem;
    transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms;
}
.sl_scroller_link:hover {
    border-color: #007A85;
    color: #FDFDFD;
}

.sl_reveal {
    background: linear-gradient(180deg, #12333A 0%, #0C272D 100%);
    border: 1px solid #1A3D44;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(3, 12, 14, 0.5), 0 16px 32px rgba(3, 12, 14, 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;
}
.sl_reveal + .sl_reveal {
    margin-block-start: 1rem;
}
.sl_reveal[open] {
    border-color: #007A85;
}
.sl_reveal_q {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 2rem;
    cursor: pointer;
    list-style: none;
}
.sl_reveal_q::-webkit-details-marker {
    display: none;
}
.sl_reveal_q h3 {
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
}
.sl_reveal_q::after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    flex: 0 0 auto;
    color: #FF6B52;
    transition: transform 200ms;
}
.sl_reveal[open] .sl_reveal_q::after {
    transform: rotate(180deg);
}
.sl_reveal_a {
    margin: 0;
    padding: 0 2rem 2rem;
}
@media (max-width: 48rem) {
    .sl_reveal_q {
        padding: 1.25rem;
    }
    .sl_reveal_a {
        padding: 0 1.25rem 1.25rem;
    }
}

.sl_dock {
    position: fixed;
    inset: auto 0 0 0;
    z-index: 1000;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 4.5rem;
    background: #0C272D;
    border-top: 1px solid #1A3D44;
}
.sl_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;
}
.sl_dock_item i {
    font-size: 1.25rem;
}
.sl_dock_item:hover {
    color: #FF6B52;
}

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

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

.sl_cta, .sl_cta_sm, .sl_cta_full, .sl_cta_outline {
    background: #FF6B52;
    color: #FFFFFF;
    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(3, 12, 14, 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;
}
.sl_cta:hover, .sl_cta_sm:hover, .sl_cta_full:hover, .sl_cta_outline:hover {
    background: #FF856D;
    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(3, 12, 14, 0.45);
}
.sl_cta_sm {
    min-height: 36px;
    padding: 0 1rem;
    font-size: 0.875rem;
}
.sl_cta_full {
    display: flex;
    width: 100%;
}
.sl_cta_outline {
    background: transparent;
    background-image: none;
    color: #FDFDFD;
    border: 1px solid #26525B;
    box-shadow: none;
}
.sl_cta_outline:hover {
    background: transparent;
    border-color: #007A85;
    color: #FDFDFD;
    box-shadow: none;
}

.sl_shell {
    width: 100%;
    max-width: 74rem;
    margin-inline: auto;
}
.sl_reading {
    max-width: 66ch;
    margin-inline: auto;
}
.sl_flow, .sl_flow_center {
    display: block;
}
.sl_flow_center {
    text-align: center;
}
.sl_row, .sl_row_center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}
.sl_row_center {
    justify-content: center;
}
.sl_lattice {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
    gap: 1.5rem;
}
.sl_showcase {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
.sl_picks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
@media (min-width: 48rem) {
    .sl_showcase {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1.5rem;
    }
    .sl_picks {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.5rem;
    }
}
.sl_checklist {
    list-style: none;
    padding: 0;
}
.sl_checklist > li {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
}
.sl_checklist > li + li {
    margin-block-start: .75rem;
}
.sl_checklist > li > i {
    flex: 0 0 1.25rem;
    text-align: center;
    margin-top: .2em;
    color: #FF6B52;
}

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

.sl_callout, .sl_callout_warning, .sl_callout_info, .sl_callout_success, .sl_callout_error {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem;
    border-radius: 12px;
    background: #0C272D;
    border: 1px solid #1A3D44;
    border-left: 4px solid #FF6B52;
}
.sl_callout > i, .sl_callout_warning > i, .sl_callout_info > i, .sl_callout_success > i, .sl_callout_error > i {
    flex: 0 0 auto;
    margin-top: .2em;
    color: #FF6B52;
}
.sl_callout_success {
    border-left-color: #4CAF50;
}
.sl_callout_warning {
    border-left-color: #FFB74D;
}
.sl_callout_error {
    border-left-color: #EF5350;
}
.sl_callout_info {
    border-left-color: #4FC3F7;
}
.sl_callout_success > i {
    color: #4CAF50;
}
.sl_callout_warning > i {
    color: #FFB74D;
}
.sl_callout_error > i {
    color: #EF5350;
}
.sl_callout_info > i {
    color: #4FC3F7;
}

.sl_orb, .sl_orb_success, .sl_orb_warning, .sl_orb_error, .sl_orb_info {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #007A85 0%, #008C99 100%);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    font-weight: 700;
}
.sl_orb_success {
    background: #4CAF50;
    color: #FFF;
}
.sl_orb_warning {
    background: #FFB74D;
    color: #FFF;
}
.sl_orb_error {
    background: #EF5350;
    color: #FFF;
}
.sl_orb_info {
    background: #4FC3F7;
    color: #FFF;
}

.sl_datatable_wrap {
    background: linear-gradient(180deg, #12333A 0%, #0C272D 100%);
    border: 1px solid #1A3D44;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(3, 12, 14, 0.5), 0 16px 32px rgba(3, 12, 14, 0.4), inset 0 1px 0 rgba(255,255,255,.06);
    overflow-x: auto;
    max-width: 100%;
}
.sl_datatable {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.sl_datatable th, .sl_datatable td {
    padding: 1rem;
    text-align: start;
    border-bottom: 1px solid #1A3D44;
    vertical-align: top;
}
.sl_datatable thead th {
    background: #12333A;
    color: #FDFDFD;
    font-weight: 600;
}
.sl_datatable tbody tr:last-child td {
    border-bottom: 0;
}
.sl_datatable td:first-child {
    color: #BDBDBD;
    font-weight: 600;
}

.sl_minor {
    font-size: 0.875rem;
}
.sl_faint {
    color: #BDBDBD;
}
.sl_mid {
    text-align: center;
}
.sl_ink_accent {
    color: #FF6B52;
}
.sl_ink_success {
    color: #4CAF50;
}
.sl_ink_warning {
    color: #FFB74D;
}
.sl_ink_error {
    color: #EF5350;
}
.sl_ink_info {
    color: #4FC3F7;
}

.sl_plate {
    background: linear-gradient(180deg, #12333A 0%, #0C272D 100%);
    border: 1px solid #1A3D44;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(3, 12, 14, 0.5), 0 16px 32px rgba(3, 12, 14, 0.4), inset 0 1px 0 rgba(255,255,255,.06);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms;
}
.sl_plate:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 4px rgba(3, 12, 14, 0.5), 0 24px 48px rgba(3, 12, 14, 0.5), inset 0 1px 0 rgba(255,255,255,.06);
}
@media (max-width: 48rem) {
    .sl_plate {
        padding: 1.25rem;
    }
}
.sl_plate > img {
    width: 100%;
    height: auto;
    display: block;
}

.sl_head {
    background: #061B1F;
    border-bottom: 1px solid #1A3D44;
    padding: .75rem 3%;
    position: sticky;
    top: 0;
    z-index: 100;
}
.sl_head_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.sl_head_brand {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color: #FDFDFD;
}
.sl_head_brand img {
    border-radius: 6px;
}
.sl_head_brand strong {
    font-size: 16px;
    font-weight: 400;
}
.sl_head_actions {
    display: flex;
    align-items: center;
    gap: .5rem;
}

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

.sl_play {
    background: linear-gradient(180deg, #12333A 0%, #0C272D 100%);
    border: 1px solid #1A3D44;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(3, 12, 14, 0.5), 0 16px 32px rgba(3, 12, 14, 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;
}
.sl_play:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 4px rgba(3, 12, 14, 0.5), 0 24px 48px rgba(3, 12, 14, 0.5), inset 0 1px 0 rgba(255,255,255,.06);
}
.sl_play_media {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.sl_play_media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 200ms;
}
.sl_play:hover .sl_play_media img {
    transform: scale(1.04);
}
.sl_play_play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #FF6B52;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 150ms;
}
.sl_play:hover .sl_play_play, .sl_play:focus-visible .sl_play_play {
    opacity: 1;
}
@media (hover: none) {
    .sl_play_play {
        opacity: 1;
    }
}
.sl_play_name {
    padding: .6rem .75rem;
    background: #12333A;
}
.sl_play_name h3 {
    margin: 0;
    font-size: 0.875rem;
    color: #FDFDFD;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (min-width: 48rem) {
    .sl_play_name h3 {
        white-space: normal;
    }
}

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