/* overflow-guard */
:root { --brand-primary: #800020; --brand-primary-hover: #960028; --brand-secondary: #B5A68B; --brand-secondary-hover: #C6B89B; --brand-accent: #00D4FF; --background-main: #0D0F1E; --background-surface: #171A2D; --background-elevated: #21253D; --background-overlay: rgba(13, 15, 30, 0.75); --text-primary: #FDFDFD; --text-secondary: #E0E0E0; --text-muted: #BDBDBD; --text-brand-contrast: #FFFFFF; --text-link: #B3F0FF; --text-link-hover: #D1F7FF; --button-bg: #00D4FF; --button-text: #000000; --button-hover-bg: #00B8E6; --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: #2A2E45; --border-strong: #3F445E; --border-brand: #800020; --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.55; --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: 62ch; --reading-max-width: 62ch; --radius-sm: 8px; --radius-md: 16px; --radius-lg: 24px; --radius-pill: 9999px; --shadow-card: 0 4px 12px rgba(6, 7, 14, 0.35); --shadow-elevated: 0 8px 24px rgba(6, 7, 14, 0.45); --shadow-glow: 0 0 0 1px rgba(0, 212, 255, 0.35), 0 6px 18px rgba(0, 212, 255, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.08); --gradient-brand: linear-gradient(135deg, #800020 0%, #960028 100%); --gradient-hero: linear-gradient(180deg, #2E142A 0%, #0D0F1E 100%); --gradient-surface: linear-gradient(#21253D, #21253D); --gradient-button: linear-gradient(135deg, #2EDCFF 0%, #00D4FF 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: #0D0F1E; color: #E0E0E0; font-family: Noto Sans Bengali, Source Sans 3, sans-serif; font-weight: 400; line-height: 1.55; 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, Sora, sans-serif; line-height: 1.35; letter-spacing: 0; color: #FDFDFD; }
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: #E0E0E0; }
ul, ol { margin: 0; }
a { color: #B3F0FF; text-decoration: none; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
a:hover { color: #D1F7FF; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #00D4FF; 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 > * + *, .jnInner > * + *, .jnProse > * + *, .jnColumn > * + *, .jnColumnCenter > * + * { margin-block-start: 1.5rem; }
@media (max-width: 48rem) {
    main > section { padding-block: 2.5rem; }
    main > section > * + *, main > article > * + *, .jnInner > * + *, .jnProse > * + *, .jnColumn > * + *, .jnColumnCenter > * + * { margin-block-start: 1rem; }
}

.jnRail { 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; }
.jnRail::-webkit-scrollbar { display: none; }
.jnRailLink { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 8px; background: #171A2D; border: 1px solid #2A2E45; color: #E0E0E0; font-size: 0.875rem; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.jnRailLink:hover { border-color: #800020; color: #FDFDFD; }

.jnCard { background: rgba(33, 37, 61, 0.65); border: 1px solid #3F445E; border-radius: 16px; box-shadow: 0 4px 12px rgba(6, 7, 14, 0.35), inset 0 1px 0 rgba(255,255,255,.08); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); padding: 2rem; display: flex; flex-direction: column; gap: 1rem; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.jnCard:hover { border-color: #800020; box-shadow: 0 0 0 1px rgba(0, 212, 255, 0.35), 0 6px 18px rgba(0, 212, 255, 0.35), inset 0 1px 0 rgba(255,255,255,.08); }
@media (max-width: 48rem) {
    .jnCard { padding: 1.25rem; }
}
.jnCard > img { width: 100%; height: auto; display: block; }

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

.jnSmall { font-size: 0.875rem; }
.jnQuiet { color: #BDBDBD; }
.jnMid { text-align: center; }
.jnHueAccent { color: #00D4FF; }
.jnHueSuccess { color: #2ECC71; }
.jnHueWarning { color: #F1C40F; }
.jnHueError { color: #E74C3C; }
.jnHueInfo { color: #3498DB; }

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

main > section.jnBelt { background: #171A2D; border-top: 1px solid #2A2E45; border-bottom: 1px solid #2A2E45; padding-block: 4.5rem; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    main > section.jnBelt { padding-block: 2.5rem; }
}
.jnIntro { background: linear-gradient(180deg, #2E142A 0%, #0D0F1E 100%); padding-block: 4.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    .jnIntro { padding-block: 2.5rem; }
}

.jnCta, .jnCtaSm, .jnCtaFull, .jnCtaOutline { background: linear-gradient(135deg, #2EDCFF 0%, #00D4FF 100%); color: #000000; border-radius: 16px; min-height: 44px; font-weight: 700; box-shadow: 0 6px 16px rgba(0, 212, 255, 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; }
.jnCta:hover, .jnCtaSm:hover, .jnCtaFull:hover, .jnCtaOutline:hover { background: #00B8E6; box-shadow: 0 8px 22px rgba(0, 212, 255, 0.4); }
.jnCtaSm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.jnCtaFull { display: flex; width: 100%; }
.jnCtaOutline { background: transparent; background-image: none; color: #FDFDFD; border: 1px solid #3F445E; box-shadow: none; }
.jnCtaOutline:hover { background: transparent; border-color: #800020; color: #FDFDFD; box-shadow: none; }

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

.jnMemo, .jnMemoWarning, .jnMemoInfo, .jnMemoSuccess, .jnMemoError { display: flex; align-items: flex-start; gap: 1rem; padding: 1.25rem; border-radius: 16px; background: #171A2D; border: 1px solid #2A2E45; border-left: 4px solid #00D4FF; }
.jnMemo > i, .jnMemoWarning > i, .jnMemoInfo > i, .jnMemoSuccess > i, .jnMemoError > i { flex: 0 0 auto; margin-top: .2em; color: #00D4FF; }
.jnMemoSuccess { border-left-color: #2ECC71; }
.jnMemoWarning { border-left-color: #F1C40F; }
.jnMemoError { border-left-color: #E74C3C; }
.jnMemoInfo { border-left-color: #3498DB; }
.jnMemoSuccess > i { color: #2ECC71; }
.jnMemoWarning > i { color: #F1C40F; }
.jnMemoError > i { color: #E74C3C; }
.jnMemoInfo > i { color: #3498DB; }

.jnHeader { background: #0D0F1E; border-bottom: 1px solid #2A2E45; padding: .75rem 3%; position: sticky; top: 0; z-index: 100; }
.jnHeaderInner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.jnHeaderBrand { display: inline-flex; align-items: center; gap: .5rem; color: #FDFDFD; }
.jnHeaderBrand img { border-radius: 8px; }
.jnHeaderBrand strong { font-size: 16px; font-weight: 400; }
.jnHeaderActions { display: flex; align-items: center; gap: .5rem; }

.jnFaq { background: rgba(33, 37, 61, 0.65); border: 1px solid #3F445E; border-radius: 16px; box-shadow: 0 4px 12px rgba(6, 7, 14, 0.35), inset 0 1px 0 rgba(255,255,255,.08); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.jnFaq + .jnFaq { margin-block-start: 1rem; }
.jnFaq[open] { border-color: #800020; }
.jnFaqQ { display: flex; align-items: flex-start; gap: 1rem; padding: 2rem; cursor: pointer; list-style: none; }
.jnFaqQ::-webkit-details-marker { display: none; }
.jnFaqQ h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.jnFaqQ::after { content: "\f0d7"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #00D4FF; transition: transform 200ms; }
.jnFaq[open] .jnFaqQ::after { transform: rotate(180deg); }
.jnFaqA { margin: 0; padding: 0 2rem 2rem; }
@media (max-width: 48rem) {
    .jnFaqQ { padding: 1.25rem; }
    .jnFaqA { padding: 0 1.25rem 1.25rem; }
}

.jnDatatableWrap { background: rgba(33, 37, 61, 0.65); border: 1px solid #3F445E; border-radius: 16px; box-shadow: 0 4px 12px rgba(6, 7, 14, 0.35), inset 0 1px 0 rgba(255,255,255,.08); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); overflow-x: auto; max-width: 100%; }
.jnDatatable { width: 100%; table-layout: fixed; border-collapse: collapse; }
.jnDatatable th, .jnDatatable td { padding: 1rem; text-align: start; border-bottom: 1px solid #2A2E45; vertical-align: top; }
.jnDatatable thead th { background: #21253D; color: #FDFDFD; font-weight: 600; }
.jnDatatable tbody tr:last-child td { border-bottom: 0; }
.jnDatatable td:first-child { color: #BDBDBD; font-weight: 600; }

.jnTabbar { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.5rem; background: #171A2D; border-top: 1px solid #2A2E45; }
.jnTabbarItem { display: flex; flex-direction: column; align-items: center; gap: .25rem; flex: 1 1 0; padding: .5rem 0; font-size: 0.75rem; color: #BDBDBD; }
.jnTabbarItem i { font-size: 1.25rem; }
.jnTabbarItem:hover { color: #00D4FF; }

.jnGame { background: rgba(33, 37, 61, 0.65); border: 1px solid #3F445E; border-radius: 16px; box-shadow: 0 4px 12px rgba(6, 7, 14, 0.35), inset 0 1px 0 rgba(255,255,255,.08); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); 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; }
.jnGame:hover { border-color: #800020; box-shadow: 0 0 0 1px rgba(0, 212, 255, 0.35), 0 6px 18px rgba(0, 212, 255, 0.35), inset 0 1px 0 rgba(255,255,255,.08); }
.jnGameMedia { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.jnGameMedia img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.jnGame:hover .jnGameMedia img { transform: scale(1.04); }
.jnGamePlay { position: absolute; bottom: .5rem; right: .5rem; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #00D4FF; color: #000000; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.jnGame:hover .jnGamePlay, .jnGame:focus-visible .jnGamePlay { opacity: 1; }
@media (hover: none) {
    .jnGamePlay { opacity: 1; }
}
.jnGame { position: relative; }
.jnGameName { position: absolute; inset: auto 0 0 0; padding: .6rem .75rem; background: linear-gradient(180deg, transparent 0%, rgba(13, 15, 30, 0.75) 100%); }
.jnGameName h3 { margin: 0; font-size: 0.875rem; color: #FDFDFD; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
    .jnGameName h3 { white-space: normal; }
}

.jnInner { width: 100%; max-width: 74rem; margin-inline: auto; }
.jnProse { max-width: 62ch; margin-inline: auto; }
.jnColumn, .jnColumnCenter { display: block; }
.jnColumnCenter { text-align: center; }
.jnRow, .jnRowCenter { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.jnRowCenter { justify-content: center; }
.jnLattice { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1.5rem; }
.jnLineup { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.jnPicks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
@media (min-width: 48rem) {
    .jnLineup { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; }
    .jnPicks { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
}
.jnPoints { list-style: none; padding: 0; }
.jnPoints > li { display: flex; align-items: flex-start; gap: .75rem; }
.jnPoints > li + li { margin-block-start: .75rem; }
.jnPoints > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #00D4FF; }

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

.jnBadge, .jnBadgeSuccess, .jnBadgeWarning, .jnBadgeError, .jnBadgeInfo { width: 2.75rem; height: 2.75rem; border-radius: 50%; background: linear-gradient(135deg, #800020 0%, #960028 100%); color: #FFFFFF; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.jnBadgeSuccess { background: #2ECC71; color: #FFF; }
.jnBadgeWarning { background: #F1C40F; color: #FFF; }
.jnBadgeError { background: #E74C3C; color: #FFF; }
.jnBadgeInfo { background: #3498DB; color: #FFF; }

.jnPill { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #21253D; border: 1px solid #3F445E; color: #FDFDFD; font-size: 0.875rem; }
.jnPill > i { color: #00D4FF; }

/* page */
.jnProviderName { font-weight: 700; letter-spacing: 0.5px; color: var(--text-primary); }
