/* overflow-guard */
:root { --brand-primary: #B21F3D; --brand-primary-hover: #C42A4A; --brand-secondary: #A8B0C0; --brand-secondary-hover: #BCC4D1; --brand-accent: #00A8B5; --background-main: #121B28; --background-surface: #1A2434; --background-elevated: #222E41; --background-overlay: rgba(18, 27, 40, 0.75); --text-primary: #F2F4F7; --text-secondary: #D1D9E2; --text-muted: #B0B8C3; --text-brand-contrast: #FFFFFF; --text-link: #B2EBF0; --text-link-hover: #D1F5F8; --button-bg: #00A8B5; --button-text: #FFFFFF; --button-hover-bg: #00D1DE; --button-hover-text: #FFFFFF; --semantic-success: #28A745; --success: #28A745; --semantic-error: #DC3545; --error: #DC3545; --semantic-warning: #FFC107; --warning: #FFC107; --semantic-info: #17A2B8; --info: #17A2B8; --border-default: #2A364A; --border-strong: #3D4B63; --border-brand: #B21F3D; --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: 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.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: 64ch; --reading-max-width: 64ch; --radius-sm: 6px; --radius-md: 12px; --radius-lg: 18px; --radius-pill: 9999px; --shadow-card: 0 4px 12px rgba(8, 12, 18, 0.35); --shadow-elevated: 0 8px 24px rgba(8, 12, 18, 0.45); --shadow-glow: 0 0 0 1px rgba(0, 168, 181, 0.35), 0 6px 18px rgba(0, 168, 181, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.08); --gradient-brand: linear-gradient(135deg, #B21F3D 0%, #C42A4A 100%); --gradient-hero: linear-gradient(180deg, #3B2336 0%, #121B28 100%); --gradient-surface: linear-gradient(#222E41, #222E41); --gradient-button: linear-gradient(135deg, #008A94 0%, #00A8B5 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: #121B28; color: #D1D9E2; 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: #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: #D1D9E2; }
ul, ol { margin: 0; }
a { color: #B2EBF0; text-decoration: none; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
a:hover { color: #D1F5F8; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #00A8B5; 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 > * + *, .inner > * + *, .reading > * + *, .pile > * + *, .pile-center > * + * { margin-block-start: 1.5rem; }
@media (max-width: 48rem) {
    main > section { padding-block: 2.5rem; }
    main > section > * + *, main > article > * + *, .inner > * + *, .reading > * + *, .pile > * + *, .pile-center > * + * { margin-block-start: 1rem; }
}

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

.poster { background: #222E41; border: 1px solid #3D4B63; border-radius: 12px; box-shadow: 0 4px 12px rgba(8, 12, 18, 0.35), inset 0 1px 0 rgba(255,255,255,.08); 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; }
.poster:hover { border-color: #B21F3D; box-shadow: 0 0 0 1px rgba(0, 168, 181, 0.35), 0 6px 18px rgba(0, 168, 181, 0.35), inset 0 1px 0 rgba(255,255,255,.08); }
.poster-media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.poster-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.poster:hover .poster-media img { transform: scale(1.04); }
.poster-play { position: absolute; bottom: .5rem; right: .5rem; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #00A8B5; color: #FFFFFF; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.poster:hover .poster-play, .poster:focus-visible .poster-play { opacity: 1; }
@media (hover: none) {
    .poster-play { opacity: 1; }
}
.poster-name { padding: .6rem .75rem; background: #222E41; }
.poster-name h3 { margin: 0; font-size: 0.875rem; color: #F2F4F7; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
    .poster-name h3 { white-space: normal; }
}

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

.sub { font-size: 0.875rem; }
.muted { color: #B0B8C3; }
.axis { text-align: center; }
.shade-accent { color: #00A8B5; }
.shade-success { color: #28A745; }
.shade-warning { color: #FFC107; }
.shade-error { color: #DC3545; }
.shade-info { color: #17A2B8; }

.path { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; padding: 1rem 0; font-size: 0.875rem; color: #D1D9E2; }
.path a { color: #B2EBF0; }
.path span { color: #F2F4F7; }

.accordion { background: #222E41; border: 1px solid #3D4B63; border-radius: 12px; box-shadow: 0 4px 12px rgba(8, 12, 18, 0.35), inset 0 1px 0 rgba(255,255,255,.08); transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.accordion + .accordion { margin-block-start: 1rem; }
.accordion[open] { border-color: #B21F3D; }
.accordion-q { display: flex; align-items: flex-start; gap: 1rem; padding: 2rem; cursor: pointer; list-style: none; }
.accordion-q::-webkit-details-marker { display: none; }
.accordion-q h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.accordion-q::after { content: "\f078"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #00A8B5; transition: transform 200ms; }
.accordion[open] .accordion-q::after { transform: rotate(180deg); }
.accordion-a { margin: 0; padding: 0 2rem 2rem; }
@media (max-width: 48rem) {
    .accordion-q { padding: 1.25rem; }
    .accordion-a { padding: 0 1.25rem 1.25rem; }
}

.inner { width: 100%; max-width: 74rem; margin-inline: auto; }
.reading { max-width: 64ch; margin-inline: auto; }
.pile, .pile-center { display: block; }
.pile-center { text-align: center; }
.inline, .inline-center { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.inline-center { justify-content: center; }
.cells { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1.5rem; }
.games { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.picks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
@media (min-width: 48rem) {
    .games { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; }
    .picks { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
}
.checklist { list-style: none; padding: 0; }
.checklist > li { display: flex; align-items: flex-start; gap: .75rem; }
.checklist > li + li { margin-block-start: .75rem; }
.checklist > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #00A8B5; }

.button, .button-sm, .button-full, .button-outline { background: linear-gradient(135deg, #008A94 0%, #00A8B5 100%); color: #FFFFFF; border-radius: 12px; min-height: 44px; font-weight: 700; box-shadow: 0 6px 16px rgba(0, 168, 181, 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; }
.button:hover, .button-sm:hover, .button-full:hover, .button-outline:hover { background: #00D1DE; box-shadow: 0 8px 22px rgba(0, 168, 181, 0.4); }
.button-sm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.button-full { display: flex; width: 100%; }
.button-outline { background: transparent; background-image: none; color: #F2F4F7; border: 1px solid #3D4B63; box-shadow: none; }
.button-outline:hover { background: transparent; border-color: #B21F3D; color: #F2F4F7; box-shadow: none; }

.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; }
.chips::-webkit-scrollbar { display: none; }
.chips-link { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 6px; background: #1A2434; border: 1px solid #2A364A; color: #D1D9E2; font-size: 0.875rem; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.chips-link:hover { border-color: #B21F3D; color: #F2F4F7; }

main > section.belt { background: #1A2434; border-top: 1px solid #2A364A; border-bottom: 1px solid #2A364A; padding-block: 4.5rem; }
@media (max-width: 48rem) {
    main > section.belt { padding-block: 2.5rem; }
}
.hero { background: linear-gradient(180deg, #3B2336 0%, #121B28 100%); padding-block: 4.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    .hero { padding-block: 2.5rem; }
}

.panel { background: #222E41; border: 1px solid #3D4B63; border-radius: 12px; box-shadow: 0 4px 12px rgba(8, 12, 18, 0.35), inset 0 1px 0 rgba(255,255,255,.08); padding: 2rem; display: flex; flex-direction: column; gap: 1rem; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.panel:hover { border-color: #B21F3D; box-shadow: 0 0 0 1px rgba(0, 168, 181, 0.35), 0 6px 18px rgba(0, 168, 181, 0.35), inset 0 1px 0 rgba(255,255,255,.08); }
@media (max-width: 48rem) {
    .panel { padding: 1.25rem; }
}
.panel > img { width: 100%; height: auto; display: block; }

.badge, .badge-success, .badge-warning, .badge-error, .badge-info { width: 2.75rem; height: 2.75rem; border-radius: 50%; background: linear-gradient(135deg, #B21F3D 0%, #C42A4A 100%); color: #FFFFFF; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.badge-success { background: #28A745; color: #FFF; }
.badge-warning { background: #FFC107; color: #FFF; }
.badge-error { background: #DC3545; color: #FFF; }
.badge-info { background: #17A2B8; color: #FFF; }

.navbar { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.5rem; background: #1A2434; border-top: 1px solid #2A364A; }
.navbar-item { display: flex; flex-direction: column; align-items: center; gap: .25rem; flex: 1 1 0; padding: .5rem 0; font-size: 0.75rem; color: #B0B8C3; }
.navbar-item i { font-size: 1.25rem; }
.navbar-item:hover { color: #00A8B5; }

.datatable-wrap { background: #222E41; border: 1px solid #3D4B63; border-radius: 12px; box-shadow: 0 4px 12px rgba(8, 12, 18, 0.35), inset 0 1px 0 rgba(255,255,255,.08); overflow-x: auto; max-width: 100%; }
.datatable { width: 100%; table-layout: fixed; border-collapse: collapse; }
.datatable th, .datatable td { padding: 1rem; text-align: start; border-bottom: 1px solid #2A364A; vertical-align: top; }
.datatable thead th { background: #222E41; color: #F2F4F7; font-weight: 600; }
.datatable tbody tr:last-child td { border-bottom: 0; }
.datatable td:first-child { color: #B0B8C3; font-weight: 600; }

.chip { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #222E41; border: 1px solid #3D4B63; color: #F2F4F7; font-size: 0.875rem; }
.chip > i { color: #00A8B5; }

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

.notice, .notice-warning, .notice-info, .notice-success, .notice-error { display: flex; align-items: flex-start; gap: 1rem; padding: 1.25rem; border-radius: 12px; background: #1A2434; border: 1px solid #2A364A; border-left: 4px solid #00A8B5; }
.notice > i, .notice-warning > i, .notice-info > i, .notice-success > i, .notice-error > i { flex: 0 0 auto; margin-top: .2em; color: #00A8B5; }
.notice-success { border-left-color: #28A745; }
.notice-warning { border-left-color: #FFC107; }
.notice-error { border-left-color: #DC3545; }
.notice-info { border-left-color: #17A2B8; }
.notice-success > i { color: #28A745; }
.notice-warning > i { color: #FFC107; }
.notice-error > i { color: #DC3545; }
.notice-info > i { color: #17A2B8; }

.heading { position: relative; }
.heading::before { content: ""; display: block; width: 3rem; height: 6px; background-image: repeating-linear-gradient(90deg, #00A8B5 0 3px, transparent 3px 6px); margin-bottom: .6rem; }

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