/* overflow-guard */
:root { --brand-primary: #B21E3E; --brand-primary-hover: #D12A4D; --brand-secondary: #C8BFC2; --brand-secondary-hover: #E2DCE0; --brand-accent: #00A3A3; --background-main: #1A0D1A; --background-surface: #241424; --background-elevated: #2E1B2E; --background-overlay: rgba(26, 13, 26, 0.75); --text-primary: #F2F2F2; --text-secondary: #DCDCDC; --text-muted: #BDBDBD; --text-brand-contrast: #FFFFFF; --text-link: #B2EBF2; --text-link-hover: #E0F7FA; --button-bg: #00A3A3; --button-text: #FFFFFF; --button-hover-bg: #00C2C2; --button-hover-text: #FFFFFF; --semantic-success: #2ECC71; --success: #2ECC71; --semantic-error: #E74C3C; --error: #E74C3C; --semantic-warning: #F1C40F; --warning: #F1C40F; --semantic-info: #3498DB; --info: #3498DB; --border-default: #351D35; --border-strong: #4A2A4A; --border-brand: #B21E3E; --font-family-headings: Hind Siliguri, Rajdhani, 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: 700; --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.3; --line-height-body: 1.65; --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: 80rem; --content-max-width: 80rem; --spacing-reading-max-width: 66ch; --reading-max-width: 66ch; --radius-sm: 6px; --radius-md: 10px; --radius-lg: 14px; --radius-pill: 9999px; --shadow-card: 4px 4px 0 #0D060D; --shadow-elevated: 6px 6px 0 #0D060D; --shadow-glow: 0 0 0 1px rgba(0, 163, 163, 0.35), 0 6px 18px rgba(0, 163, 163, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.05); --gradient-brand: linear-gradient(135deg, #B21E3E 0%, #D12A4D 100%); --gradient-hero: linear-gradient(180deg, #43162A 0%, #1A0D1A 100%); --gradient-surface: linear-gradient(#2E1B2E, #2E1B2E); --gradient-button: none; --effects-accent-bar: none; --recipes-transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; --transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
*, *::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: #1A0D1A; color: #DCDCDC; font-family: Noto Sans Bengali, Manrope, sans-serif; font-weight: 400; line-height: 1.65; padding-bottom: 4.25rem; -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, Rajdhani, sans-serif; line-height: 1.3; letter-spacing: 0; color: #F2F2F2; }
h1 { font-size: 1.8rem; font-weight: 700; }
h2 { font-size: 1.5rem; font-weight: 700; }
h3 { font-size: 1rem; font-weight: 600; }
h4 { font-size: 1rem; font-weight: 600; }
p { margin: 0; color: #DCDCDC; }
ul, ol { margin: 0; }
a { color: #B2EBF2; text-decoration: none; transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
a:hover { color: #E0F7FA; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #00A3A3; 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 > * + *, .jn-shell > * + *, .jn-narrow > * + *, .jn-stack > * + *, .jn-stack-center > * + * { margin-block-start: 1.5rem; }
@media (max-width: 48rem) {
  main > section { padding-block: 2.5rem; }
  main > section > * + *, main > article > * + *, .jn-shell > * + *, .jn-narrow > * + *, .jn-stack > * + *, .jn-stack-center > * + * { margin-block-start: 1rem; }
}

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

.jn-orb, .jn-orb-success, .jn-orb-warning, .jn-orb-error, .jn-orb-info { width: 2.75rem; height: 2.75rem; border-radius: 50%; background: linear-gradient(135deg, #B21E3E 0%, #D12A4D 100%); color: #FFFFFF; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.jn-orb-success { background: #2ECC71; color: #FFF; }
.jn-orb-warning { background: #F1C40F; color: #FFF; }
.jn-orb-error { background: #E74C3C; color: #FFF; }
.jn-orb-info { background: #3498DB; color: #FFF; }

.jn-rail { 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; }
.jn-rail::-webkit-scrollbar { display: none; }
.jn-rail-link { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 6px; background: #241424; border: 1px solid #351D35; color: #DCDCDC; font-size: 0.875rem; transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.jn-rail-link:hover { border-color: #B21E3E; color: #F2F2F2; }

.jn-pill { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #2E1B2E; border: 1px solid #4A2A4A; color: #F2F2F2; font-size: 0.875rem; }
.jn-pill > i { color: #00A3A3; }

.jn-shell { width: 100%; max-width: 80rem; margin-inline: auto; }
.jn-narrow { max-width: 66ch; margin-inline: auto; }
.jn-stack, .jn-stack-center { display: block; }
.jn-stack-center { text-align: center; }
.jn-cluster, .jn-cluster-center { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.jn-cluster-center { justify-content: center; }
.jn-mosaic { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1.5rem; }
.jn-lineup { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.jn-cats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
@media (min-width: 48rem) {
  .jn-lineup { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; }
  .jn-cats { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
}
.jn-items { list-style: none; padding: 0; }
.jn-items > li { display: flex; align-items: flex-start; gap: .75rem; }
.jn-items > li + li { margin-block-start: .75rem; }
.jn-items > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #00A3A3; }

.jn-title { position: relative; }
.jn-title::before { content: ""; display: block; width: 100%; height: 1px; background: linear-gradient(90deg, #00A3A3 0, #00A3A3 2.5rem, #351D35 2.5rem, #351D35 100%); margin-bottom: .6rem; }

.jn-box { background: #2E1B2E; border: 1px solid #351D35; border-radius: 10px; box-shadow: 4px 4px 0 #0D060D, inset 0 1px 0 rgba(255,255,255,.05); padding: 2rem; display: flex; flex-direction: column; gap: 1rem; transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.jn-box:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #0D060D, inset 0 1px 0 rgba(255,255,255,.05); }
@media (max-width: 48rem) {
  .jn-box { padding: 1.25rem; }
}
.jn-box > img { width: 100%; height: auto; display: block; }

.jn-path { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; padding: 1rem 0; font-size: 0.875rem; color: #DCDCDC; }
.jn-path a { color: #B2EBF2; }
.jn-path span { color: #F2F2F2; }

.jn-press, .jn-press-sm, .jn-press-full, .jn-press-outline { background: #00A3A3; color: #FFFFFF; border-radius: 9999px; 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(12, 6, 12, 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 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.jn-press:hover, .jn-press-sm:hover, .jn-press-full:hover, .jn-press-outline:hover { background: #00C2C2; 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(12, 6, 12, 0.45); }
.jn-press-sm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.jn-press-full { display: flex; width: 100%; }
.jn-press-outline { background: transparent; background-image: none; color: #F2F2F2; border: 1px solid #4A2A4A; box-shadow: none; }
.jn-press-outline:hover { background: transparent; border-color: #B21E3E; color: #F2F2F2; box-shadow: none; }

.jn-navbar { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.25rem; background: #241424; border-top: 1px solid #351D35; }
.jn-navbar-item { display: flex; flex-direction: column; align-items: center; gap: .25rem; flex: 1 1 0; padding: .5rem 0; font-size: 0.75rem; color: #BDBDBD; }
.jn-navbar-item i { font-size: 1.25rem; }
.jn-navbar-item:hover { color: #00A3A3; }

.jn-cover { background: #2E1B2E; border: 1px solid #351D35; border-radius: 10px; box-shadow: 4px 4px 0 #0D060D, inset 0 1px 0 rgba(255,255,255,.05); display: flex; flex-direction: column; overflow: hidden; text-decoration: none; color: inherit; transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.jn-cover:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #0D060D, inset 0 1px 0 rgba(255,255,255,.05); }
.jn-cover-media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.jn-cover-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.jn-cover:hover .jn-cover-media img { transform: scale(1.04); }
.jn-cover-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #00A3A3; color: #FFFFFF; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.jn-cover:hover .jn-cover-play, .jn-cover:focus-visible .jn-cover-play { opacity: 1; }
@media (hover: none) {
  .jn-cover-play { opacity: 1; }
}
.jn-cover-name { padding: .6rem .75rem; background: #2E1B2E; }
.jn-cover-name h3 { margin: 0; font-size: 0.875rem; color: #F2F2F2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
  .jn-cover-name h3 { white-space: normal; }
}

.jn-fold { background: #2E1B2E; border: 1px solid #351D35; border-radius: 10px; box-shadow: 4px 4px 0 #0D060D, inset 0 1px 0 rgba(255,255,255,.05); transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.jn-fold + .jn-fold { margin-block-start: 1rem; }
.jn-fold[open] { border-color: #B21E3E; }
.jn-fold-q { display: flex; align-items: flex-start; gap: 1rem; padding: 2rem; cursor: pointer; list-style: none; }
.jn-fold-q::-webkit-details-marker { display: none; }
.jn-fold-q h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.jn-fold-q::after { content: "\f078"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #00A3A3; transition: transform 200ms; }
.jn-fold[open] .jn-fold-q::after { transform: rotate(180deg); }
.jn-fold-a { margin: 0; padding: 0 2rem 2rem; }
@media (max-width: 48rem) {
  .jn-fold-q { padding: 1.25rem; }
  .jn-fold-a { padding: 0 1.25rem 1.25rem; }
}

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

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

main > section.jn-belt { background: #241424; padding-block: 4.5rem; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
  main > section.jn-belt { padding-block: 2.5rem; }
}
.jn-splash { background: linear-gradient(180deg, #43162A 0%, #1A0D1A 100%); padding-block: 4.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
  .jn-splash { padding-block: 2.5rem; }
}

.jn-alert, .jn-alert-warning, .jn-alert-info, .jn-alert-success, .jn-alert-error { display: flex; align-items: flex-start; gap: 1rem; padding: 1.25rem; border-radius: 10px; background: #241424; border: 1px solid #351D35; border-left: 4px solid #00A3A3; }
.jn-alert > i, .jn-alert-warning > i, .jn-alert-info > i, .jn-alert-success > i, .jn-alert-error > i { flex: 0 0 auto; margin-top: .2em; color: #00A3A3; }
.jn-alert-success { border-left-color: #2ECC71; }
.jn-alert-warning { border-left-color: #F1C40F; }
.jn-alert-error { border-left-color: #E74C3C; }
.jn-alert-info { border-left-color: #3498DB; }
.jn-alert-success > i { color: #2ECC71; }
.jn-alert-warning > i { color: #F1C40F; }
.jn-alert-error > i { color: #E74C3C; }
.jn-alert-info > i { color: #3498DB; }

.jn-datatable-wrap { background: #2E1B2E; border: 1px solid #351D35; border-radius: 10px; box-shadow: 4px 4px 0 #0D060D, inset 0 1px 0 rgba(255,255,255,.05); overflow-x: auto; max-width: 100%; }
.jn-datatable { width: 100%; table-layout: fixed; border-collapse: collapse; }
.jn-datatable th, .jn-datatable td { padding: 1rem; text-align: start; border-bottom: 1px solid #351D35; vertical-align: top; }
.jn-datatable thead th { background: #2E1B2E; color: #F2F2F2; font-weight: 600; }
.jn-datatable tbody tr:last-child td { border-bottom: 0; }
.jn-datatable td:first-child { color: #BDBDBD; font-weight: 600; }

.jn-sub { font-size: 0.875rem; }
.jn-dim { color: #BDBDBD; }
.jn-middle { text-align: center; }
.jn-ink-accent { color: #00A3A3; }
.jn-ink-success { color: #2ECC71; }
.jn-ink-warning { color: #F1C40F; }
.jn-ink-error { color: #E74C3C; }
.jn-ink-info { color: #3498DB; }

/* page */
.jn-provider-name { font-weight: 700; letter-spacing: 0.02em; }
