/* overflow-guard */
:root { --brand-primary: #3a4750; --brand-primary-hover: #4a5863; --brand-secondary: #708090; --brand-secondary-hover: #8a9ba8; --brand-accent: #b2ff00; --background-main: #121a26; --background-surface: #1d2533; --background-elevated: #283141; --background-overlay: rgba(18, 26, 38, 0.75); --text-primary: #fdfdfd; --text-secondary: #e0e0e0; --text-muted: #bdbdbd; --text-brand-contrast: #000000; --text-link: #d9ffb3; --text-link-hover: #f2ffd9; --button-bg: #b2ff00; --button-text: #000000; --button-hover-bg: #d4ff5c; --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: #2a3545; --border-strong: #3d4b5d; --border-brand: #3a4750; --font-family-headings: Oswald, Noto Sans Bengali, sans-serif; --font-family-body: Source Sans 3, Noto Sans Bengali, 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: 800; --role-weight-h2: 700; --role-weight-h3: 700; --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.65; --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: 74rem; --content-max-width: 74rem; --spacing-reading-max-width: 70ch; --reading-max-width: 70ch; --radius-sm: 4px; --radius-md: 8px; --radius-lg: 12px; --radius-pill: 9999px; --shadow-card: 4px 4px 0 #090d13; --shadow-elevated: 6px 6px 0 #090d13; --shadow-glow: 0 0 0 1px rgba(178, 255, 0, 0.35), 0 6px 18px rgba(178, 255, 0, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.05); --gradient-brand: linear-gradient(135deg, #3a4750 0%, #4a5863 100%); --gradient-hero: linear-gradient(180deg, #232c39 0%, #121a26 100%); --gradient-surface: linear-gradient(#283141, #283141); --gradient-button: linear-gradient(135deg, #c0ff2e 0%, #b2ff00 100%); --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: #121a26; color: #e0e0e0; font-family: Source Sans 3, Noto Sans Bengali, sans-serif; font-weight: 400; line-height: 1.65; 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: Oswald, Noto Sans Bengali, sans-serif; line-height: 1.25; letter-spacing: 0; color: #fdfdfd; }
h1 { font-size: 1.8rem; font-weight: 800; }
h2 { font-size: 1.5rem; font-weight: 700; }
h3 { font-size: 1rem; font-weight: 700; }
h4 { font-size: 1rem; font-weight: 600; }
p { margin: 0; color: #e0e0e0; }
ul, ol { margin: 0; }
a { color: #d9ffb3; text-decoration: none; transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
a:hover { color: #f2ffd9; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #b2ff00; 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 > * + *, .jmShell > * + *, .jmReading > * + *, .jmVlist > * + *, .jmVlistCenter > * + * { margin-block-start: 1rem; }
@media (max-width: 48rem) {
    main > section { padding-block: 1.5rem; }
    main > section > * + *, main > article > * + *, .jmShell > * + *, .jmReading > * + *, .jmVlist > * + *, .jmVlistCenter > * + * { margin-block-start: 0.75rem; }
}

.jmShell { width: 100%; max-width: 74rem; margin-inline: auto; }
.jmReading { max-width: 70ch; margin-inline: auto; }
.jmVlist, .jmVlistCenter { display: block; }
.jmVlistCenter { text-align: center; }
.jmInline, .jmInlineCenter { display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem; }
.jmInlineCenter { justify-content: center; }
.jmCells { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1rem; }
.jmDeck { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
.jmMenu { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
@media (min-width: 48rem) {
    .jmDeck { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
    .jmMenu { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
}
.jmPoints { list-style: none; padding: 0; }
.jmPoints > li { display: flex; align-items: flex-start; gap: .75rem; }
.jmPoints > li + li { margin-block-start: .75rem; }
.jmPoints > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #b2ff00; }

.jmAccordion { background: #283141; border: 1px solid #2a3545; border-radius: 8px; box-shadow: 4px 4px 0 #090d13, inset 0 1px 0 rgba(255,255,255,.05); transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.jmAccordion + .jmAccordion { margin-block-start: 0.75rem; }
.jmAccordion[open] { border-color: #3a4750; }
.jmAccordionQ { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; cursor: pointer; list-style: none; }
.jmAccordionQ::-webkit-details-marker { display: none; }
.jmAccordionQ h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.jmAccordionQ::after { content: "\f0d7"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #b2ff00; transition: transform 200ms; }
.jmAccordion[open] .jmAccordionQ::after { transform: rotate(180deg); }
.jmAccordionA { margin: 0; padding: 0 1rem 1rem; }
@media (max-width: 48rem) {
    .jmAccordionQ { padding: 1rem; }
    .jmAccordionA { padding: 0 1rem 1rem; }
}

.jmDisc, .jmDiscSuccess, .jmDiscWarning, .jmDiscError, .jmDiscInfo { width: 2.75rem; height: 2.75rem; border-radius: 4px; background: linear-gradient(135deg, #3a4750 0%, #4a5863 100%); color: #000000; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.jmDiscSuccess { background: #2ecc71; color: #fff; }
.jmDiscWarning { background: #f1c40f; color: #fff; }
.jmDiscError { background: #e74c3c; color: #fff; }
.jmDiscInfo { background: #3498db; color: #fff; }

.jmTopbar { background: #121a26; border-bottom: 1px solid #2a3545; padding: .75rem 3%; position: sticky; top: 0; z-index: 100; }
.jmTopbarInner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.jmTopbarBrand { display: inline-flex; align-items: center; gap: .5rem; color: #fdfdfd; }
.jmTopbarBrand img { border-radius: 4px; }
.jmTopbarBrand strong { font-size: 16px; font-weight: 400; }
.jmTopbarActions { display: flex; align-items: center; gap: .5rem; }

.jmNavbar { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.75rem; background: #1d2533; border-top: 1px solid #2a3545; }
.jmNavbarItem { display: flex; flex-direction: column; align-items: center; gap: .25rem; flex: 1 1 0; padding: .5rem 0; font-size: 0.75rem; color: #bdbdbd; }
.jmNavbarItem i { font-size: 1.25rem; }
.jmNavbarItem:hover { color: #b2ff00; }

.jmFactsWrap { background: #283141; border: 1px solid #2a3545; border-radius: 8px; box-shadow: 4px 4px 0 #090d13, inset 0 1px 0 rgba(255,255,255,.05); overflow-x: auto; max-width: 100%; }
.jmFacts { width: 100%; table-layout: fixed; border-collapse: collapse; }
.jmFacts th, .jmFacts td { padding: 0.75rem; text-align: start; border-bottom: 1px solid #2a3545; vertical-align: top; }
.jmFacts thead th { background: #283141; color: #fdfdfd; font-weight: 600; }
.jmFacts tbody tr:last-child td { border-bottom: 0; }
.jmFacts td:first-child { color: #bdbdbd; font-weight: 600; }

.jmFoot { background: #121a26; border-top: 1px solid #2a3545; padding: 3rem 3% 2rem; color: #bdbdbd; }
.jmFootGrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; text-align: center; }
.jmFootCol > p, .jmFootCol > h3 { font-size: 0.875rem; font-weight: 700; color: #fdfdfd; margin: 0 0 .75rem; text-transform: uppercase; letter-spacing: .05em; }
.jmFootCol ul { list-style: none; padding: 0; margin: 0; }
.jmFootCol li + li { margin-block-start: .5rem; }
.jmFootCol a { color: #bdbdbd; font-size: 0.875rem; }
.jmFootCol a:hover { color: #f2ffd9; }
.jmFootMeta { margin-block-start: 2rem; padding-block-start: 1.5rem; border-top: 1px solid #2a3545; text-align: center; font-size: 0.875rem; }
.jmFootMeta > * + * { margin-block-start: .5rem; }

.jmPlate { background: #283141; border: 1px solid #2a3545; border-radius: 8px; box-shadow: 4px 4px 0 #090d13, inset 0 1px 0 rgba(255,255,255,.05); padding: 1rem; display: flex; flex-direction: column; gap: 0.75rem; transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.jmPlate:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #090d13, inset 0 1px 0 rgba(255,255,255,.05); }
@media (max-width: 48rem) {
    .jmPlate { padding: 1rem; }
}
.jmPlate > img { width: 100%; height: auto; display: block; }

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

.jmTiny { font-size: 0.875rem; }
.jmQuiet { color: #bdbdbd; }
.jmMid { text-align: center; }
.jmInkAccent { color: #b2ff00; }
.jmInkSuccess { color: #2ecc71; }
.jmInkWarning { color: #f1c40f; }
.jmInkError { color: #e74c3c; }
.jmInkInfo { color: #3498db; }

main > section.jmBand { background: #1d2533; padding-block: 2.5rem; }
@media (max-width: 48rem) {
    main > section.jmBand { padding-block: 1.5rem; }
}
.jmHero { background: linear-gradient(180deg, #232c39 0%, #121a26 100%); padding-block: 2.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    .jmHero { padding-block: 1.5rem; }
}

.jmPress, .jmPressSm, .jmPressFull, .jmPressOutline { background: linear-gradient(135deg, #c0ff2e 0%, #b2ff00 100%); color: #000000; border-radius: 4px; min-height: 44px; font-weight: 700; box-shadow: 0 6px 16px rgba(178, 255, 0, 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 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.jmPress:hover, .jmPressSm:hover, .jmPressFull:hover, .jmPressOutline:hover { background: #d4ff5c; box-shadow: 0 8px 22px rgba(178, 255, 0, 0.4); }
.jmPressSm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.jmPressFull { display: flex; width: 100%; }
.jmPressOutline { background: transparent; background-image: none; color: #fdfdfd; border: 1px solid #3d4b5d; box-shadow: none; }
.jmPressOutline:hover { background: transparent; border-color: #3a4750; color: #fdfdfd; box-shadow: none; }

.jmTicker { 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; }
.jmTicker::-webkit-scrollbar { display: none; }
.jmTickerLink { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 4px; background: #1d2533; border: 1px solid #2a3545; color: #e0e0e0; font-size: 0.875rem; transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.jmTickerLink:hover { border-color: #3a4750; color: #fdfdfd; }

.jmHeadline { position: relative; }
.jmHeadline::before { content: ""; display: block; width: 2.5rem; height: 3px; background: #b2ff00; border-radius: 2px; margin-bottom: .6rem; }

.jmNotice, .jmNoticeWarning, .jmNoticeInfo, .jmNoticeSuccess, .jmNoticeError { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 8px; background: #1d2533; border: 1px solid #2a3545; border-left: 4px solid #b2ff00; }
.jmNotice > i, .jmNoticeWarning > i, .jmNoticeInfo > i, .jmNoticeSuccess > i, .jmNoticeError > i { flex: 0 0 auto; margin-top: .2em; color: #b2ff00; }
.jmNoticeSuccess { border-left-color: #2ecc71; }
.jmNoticeWarning { border-left-color: #f1c40f; }
.jmNoticeError { border-left-color: #e74c3c; }
.jmNoticeInfo { border-left-color: #3498db; }
.jmNoticeSuccess > i { color: #2ecc71; }
.jmNoticeWarning > i { color: #f1c40f; }
.jmNoticeError > i { color: #e74c3c; }
.jmNoticeInfo > i { color: #3498db; }

.jmPlay { background: #283141; border: 1px solid #2a3545; border-radius: 8px; box-shadow: 4px 4px 0 #090d13, inset 0 1px 0 rgba(255,255,255,.05); 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; }
.jmPlay:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #090d13, inset 0 1px 0 rgba(255,255,255,.05); }
.jmPlayMedia { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.jmPlayMedia img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.jmPlay:hover .jmPlayMedia img { transform: scale(1.04); }
.jmPlayPlay { position: absolute; bottom: .5rem; right: .5rem; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #b2ff00; color: #000000; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.jmPlay:hover .jmPlayPlay, .jmPlay:focus-visible .jmPlayPlay { opacity: 1; }
@media (hover: none) {
    .jmPlayPlay { opacity: 1; }
}
.jmPlay { position: relative; }
.jmPlayName { position: absolute; inset: auto 0 0 0; padding: .6rem .75rem; background: linear-gradient(180deg, transparent 0%, rgba(18, 26, 38, 0.75) 100%); }
.jmPlayName h3 { margin: 0; font-size: 0.875rem; color: #fdfdfd; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
    .jmPlayName h3 { white-space: normal; }
}

.jmRoute { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; padding: 1rem 0; font-size: 0.875rem; color: #e0e0e0; }
.jmRoute a { color: #d9ffb3; }
.jmRoute span { color: #fdfdfd; }

.jmMarker { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #283141; border: 1px solid #3d4b5d; color: #fdfdfd; font-size: 0.875rem; }
.jmMarker > i { color: #b2ff00; }

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