/* overflow-guard */
:root { --brand-primary: #b21c35; --brand-primary-hover: #d12541; --brand-secondary: #a8b0b8; --brand-secondary-hover: #c0c8d0; --brand-accent: #00a89d; --background-main: #0b1b0f; --background-surface: #142617; --background-elevated: #1b3421; --background-overlay: rgba(11, 27, 15, 0.8); --text-primary: #f5f5f5; --text-secondary: #dedede; --text-muted: #bdbdbd; --text-brand-contrast: #ffffff; --text-link: #b2f2ef; --text-link-hover: #d1fffd; --button-bg: #00a89d; --button-text: #ffffff; --button-hover-bg: #00c4b9; --button-hover-text: #ffffff; --semantic-success: #4caf50; --success: #4caf50; --semantic-error: #f44336; --error: #f44336; --semantic-warning: #ffb300; --warning: #ffb300; --semantic-info: #2196f3; --info: #2196f3; --border-default: #1c3221; --border-strong: #2a4630; --border-brand: #b21c35; --font-family-headings: Hind Siliguri, Barlow Condensed, sans-serif; --font-family-body: Noto Sans Bengali, Barlow, 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: 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: 76rem; --content-max-width: 76rem; --spacing-reading-max-width: 64ch; --reading-max-width: 64ch; --radius-sm: 6px; --radius-md: 10px; --radius-lg: 14px; --radius-pill: 9999px; --shadow-card: 0 4px 12px rgba(5, 12, 7, 0.35); --shadow-elevated: 0 8px 24px rgba(5, 12, 7, 0.45); --shadow-glow: 0 0 0 1px rgba(0, 168, 157, 0.35), 0 6px 18px rgba(0, 168, 157, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.08); --gradient-brand: linear-gradient(135deg, #b21c35 0%, #d12541 100%); --gradient-hero: linear-gradient(180deg, #37241e 0%, #0b1b0f 100%); --gradient-surface: linear-gradient(#1b3421, #1b3421); --gradient-button: none; --effects-accent-bar: none; --recipes-transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; --transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
*, *::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: #0b1b0f; color: #dedede; font-family: Noto Sans Bengali, Barlow, sans-serif; font-weight: 400; line-height: 1.65; 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, Barlow Condensed, sans-serif; line-height: 1.3; letter-spacing: 0; color: #f5f5f5; }
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: #dedede; }
ul, ol { margin: 0; }
a { color: #b2f2ef; text-decoration: none; transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
a:hover { color: #d1fffd; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #00a89d; 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 > * + *, .jt-holder > * + *, .jt-measure > * + *, .jt-flow > * + *, .jt-flow-center > * + * { margin-block-start: 1rem; }
@media (max-width: 48rem) {
    main > section { padding-block: 1.5rem; }
    main > section > * + *, main > article > * + *, .jt-holder > * + *, .jt-measure > * + *, .jt-flow > * + *, .jt-flow-center > * + * { margin-block-start: 0.75rem; }
}

.jt-token { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #1b3421; border: 1px solid #2a4630; color: #f5f5f5; font-size: 0.875rem; }
.jt-token > i { color: #00a89d; }

.jt-panel { background: #1b3421; border: 1px solid #2a4630; border-radius: 10px; box-shadow: 0 4px 12px rgba(5, 12, 7, 0.35), inset 0 1px 0 rgba(255,255,255,.08); padding: 1rem; display: flex; flex-direction: column; gap: 0.75rem; transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.jt-panel:hover { border-color: #b21c35; box-shadow: 0 0 0 1px rgba(0, 168, 157, 0.35), 0 6px 18px rgba(0, 168, 157, 0.35), inset 0 1px 0 rgba(255,255,255,.08); }
@media (max-width: 48rem) {
    .jt-panel { padding: 1rem; }
}
.jt-panel > img { width: 100%; height: auto; display: block; }

.jt-btn, .jt-btn-sm, .jt-btn-full, .jt-btn-outline { background: #00a89d; color: #ffffff; border-radius: 9999px; min-height: 44px; font-weight: 700; box-shadow: 0 0 0 1px rgba(0, 168, 157, 0.35), 0 6px 18px rgba(0, 168, 157, 0.35); 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 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.jt-btn:hover, .jt-btn-sm:hover, .jt-btn-full:hover, .jt-btn-outline:hover { background: #00c4b9; box-shadow: 0 0 0 1px rgba(0, 168, 157, 0.5), 0 8px 26px rgba(0, 168, 157, 0.5); }
.jt-btn-sm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.jt-btn-full { display: flex; width: 100%; }
.jt-btn-outline { background: transparent; background-image: none; color: #f5f5f5; border: 1px solid #2a4630; box-shadow: none; }
.jt-btn-outline:hover { background: transparent; border-color: #b21c35; color: #f5f5f5; box-shadow: none; }

.jt-orb, .jt-orb-success, .jt-orb-warning, .jt-orb-error, .jt-orb-info { width: 2.75rem; height: 2.75rem; border-radius: 50%; background: linear-gradient(135deg, #b21c35 0%, #d12541 100%); color: #ffffff; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.jt-orb-success { background: #4caf50; color: #fff; }
.jt-orb-warning { background: #ffb300; color: #fff; }
.jt-orb-error { background: #f44336; color: #fff; }
.jt-orb-info { background: #2196f3; color: #fff; }

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

.jt-ticker { 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; }
.jt-ticker::-webkit-scrollbar { display: none; }
.jt-ticker-link { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 6px; background: #142617; border: 1px solid #1c3221; color: #dedede; font-size: 0.875rem; transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.jt-ticker-link:hover { border-color: #b21c35; color: #f5f5f5; }

.jt-trail { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; padding: 1rem 0; font-size: 0.875rem; color: #dedede; }
.jt-trail a { color: #b2f2ef; }
.jt-trail span { color: #f5f5f5; }

.jt-callout, .jt-callout-warning, .jt-callout-info, .jt-callout-success, .jt-callout-error { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 10px; background: #142617; border: 1px solid #1c3221; border-left: 4px solid #00a89d; }
.jt-callout > i, .jt-callout-warning > i, .jt-callout-info > i, .jt-callout-success > i, .jt-callout-error > i { flex: 0 0 auto; margin-top: .2em; color: #00a89d; }
.jt-callout-success { border-left-color: #4caf50; }
.jt-callout-warning { border-left-color: #ffb300; }
.jt-callout-error { border-left-color: #f44336; }
.jt-callout-info { border-left-color: #2196f3; }
.jt-callout-success > i { color: #4caf50; }
.jt-callout-warning > i { color: #ffb300; }
.jt-callout-error > i { color: #f44336; }
.jt-callout-info > i { color: #2196f3; }

main > section.jt-band { background: #142617; border-top: 1px solid #1c3221; border-bottom: 1px solid #1c3221; padding-block: 2.5rem; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    main > section.jt-band { padding-block: 1.5rem; }
}
.jt-splash { background: linear-gradient(180deg, #37241e 0%, #0b1b0f 100%); padding-block: 2.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    .jt-splash { padding-block: 1.5rem; }
}

.jt-play { background: #1b3421; border: 1px solid #2a4630; border-radius: 10px; box-shadow: 0 4px 12px rgba(5, 12, 7, 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 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.jt-play:hover { border-color: #b21c35; box-shadow: 0 0 0 1px rgba(0, 168, 157, 0.35), 0 6px 18px rgba(0, 168, 157, 0.35), inset 0 1px 0 rgba(255,255,255,.08); }
.jt-play-media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.jt-play-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.jt-play:hover .jt-play-media img { transform: scale(1.04); }
.jt-play-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #00a89d; color: #ffffff; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.jt-play:hover .jt-play-play, .jt-play:focus-visible .jt-play-play { opacity: 1; }
@media (hover: none) {
    .jt-play-play { opacity: 1; }
}
.jt-play-name { padding: .6rem .75rem; background: #1b3421; }
.jt-play-name h3 { margin: 0; font-size: 0.875rem; color: #f5f5f5; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
    .jt-play-name h3 { white-space: normal; }
}

.jt-faq { background: #1b3421; border: 1px solid #2a4630; border-radius: 10px; box-shadow: 0 4px 12px rgba(5, 12, 7, 0.35), inset 0 1px 0 rgba(255,255,255,.08); transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.jt-faq + .jt-faq { margin-block-start: 0.75rem; }
.jt-faq[open] { border-color: #b21c35; }
.jt-faq-q { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; cursor: pointer; list-style: none; }
.jt-faq-q::-webkit-details-marker { display: none; }
.jt-faq-q h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.jt-faq-q::after { content: "\f078"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #00a89d; transition: transform 200ms; }
.jt-faq[open] .jt-faq-q::after { transform: rotate(180deg); }
.jt-faq-a { margin: 0; padding: 0 1rem 1rem; }
@media (max-width: 48rem) {
    .jt-faq-q { padding: 1rem; }
    .jt-faq-a { padding: 0 1rem 1rem; }
}

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

.jt-holder { width: 100%; max-width: 76rem; margin-inline: auto; }
.jt-measure { max-width: 64ch; margin-inline: auto; }
.jt-flow, .jt-flow-center { display: block; }
.jt-flow-center { text-align: center; }
.jt-strip, .jt-strip-center { display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem; }
.jt-strip-center { justify-content: center; }
.jt-lattice { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1rem; }
.jt-games { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
.jt-cats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
@media (min-width: 48rem) {
    .jt-games { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
    .jt-cats { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
}
.jt-checklist { list-style: none; padding: 0; }
.jt-checklist > li { display: flex; align-items: flex-start; gap: .75rem; }
.jt-checklist > li + li { margin-block-start: .75rem; }
.jt-checklist > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #00a89d; }

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

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

.jt-minor { font-size: 0.875rem; }
.jt-faint { color: #bdbdbd; }
.jt-middle { text-align: center; }
.jt-shade-accent { color: #00a89d; }
.jt-shade-success { color: #4caf50; }
.jt-shade-warning { color: #ffb300; }
.jt-shade-error { color: #f44336; }
.jt-shade-info { color: #2196f3; }

.jt-ledger-wrap { background: #1b3421; border: 1px solid #2a4630; border-radius: 10px; box-shadow: 0 4px 12px rgba(5, 12, 7, 0.35), inset 0 1px 0 rgba(255,255,255,.08); overflow-x: auto; max-width: 100%; }
.jt-ledger { width: 100%; table-layout: fixed; border-collapse: collapse; }
.jt-ledger th, .jt-ledger td { padding: 0.75rem; text-align: start; border-bottom: 1px solid #1c3221; vertical-align: top; }
.jt-ledger thead th { background: #1b3421; color: #f5f5f5; font-weight: 600; }
.jt-ledger tbody tr:last-child td { border-bottom: 0; }
.jt-ledger td:first-child { color: #bdbdbd; font-weight: 600; }

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

/* page */
.jt-provider-name {
            font-weight: 700;
            letter-spacing: 0.05em;
            font-size: 1.1rem;
        }
