/* overflow-guard */
:root { --brand-primary: #2e5bff; --brand-primary-hover: #1d46d1; --brand-secondary: #a5b4fc; --brand-secondary-hover: #c7d2fe; --brand-accent: #ff8c32; --background-main: #121a26; --background-surface: #1b2331; --background-elevated: #252e3f; --background-overlay: rgba(18, 26, 38, 0.75); --text-primary: #fdfdfd; --text-secondary: #d1d5db; --text-muted: #b5b9c1; --text-brand-contrast: #ffffff; --text-link: #c3e0ff; --text-link-hover: #e0efff; --button-bg: #ff8c32; --button-text: #000000; --button-hover-bg: #e67b2a; --button-hover-text: #000000; --semantic-success: #4ade80; --success: #4ade80; --semantic-error: #f87171; --error: #f87171; --semantic-warning: #fbbf24; --warning: #fbbf24; --semantic-info: #60a5fa; --info: #60a5fa; --border-default: #2d3748; --border-strong: #3f4b5c; --border-brand: #2e5bff; --font-family-headings: Noto Sans Bengali, Montserrat, sans-serif; --font-family-body: Noto Sans Bengali, Lato, 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.35; --line-height-body: 1.55; --letter-spacing-heading: 0; --letter-spacing-body: 0; --spacing-section-desktop: 3.5rem; --section-desktop: 3.5rem; --spacing-item-desktop: 1.25rem; --item-desktop: 1.25rem; --spacing-section-mobile: 2rem; --section-mobile: 2rem; --spacing-item-mobile: 1rem; --item-mobile: 1rem; --spacing-container-pad-desktop: 2rem; --container-pad-desktop: 2rem; --spacing-container-pad-mobile: 1rem; --container-pad-mobile: 1rem; --spacing-card-pad-desktop: 1.5rem; --card-pad-desktop: 1.5rem; --spacing-card-pad-mobile: 1rem; --card-pad-mobile: 1rem; --spacing-content-max-width: 78rem; --content-max-width: 78rem; --spacing-reading-max-width: 66ch; --reading-max-width: 66ch; --radius-sm: 6px; --radius-md: 12px; --radius-lg: 18px; --radius-pill: 9999px; --shadow-card: 0 4px 12px rgba(8, 12, 17, 0.35); --shadow-elevated: 0 8px 24px rgba(8, 12, 17, 0.45); --shadow-glow: 0 0 0 1px rgba(255, 140, 50, 0.35), 0 6px 18px rgba(255, 140, 50, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.08); --gradient-brand: linear-gradient(135deg, #2e5bff 0%, #1d46d1 100%); --gradient-hero: linear-gradient(180deg, #1f2f5e 0%, #121a26 100%); --gradient-surface: linear-gradient(#252e3f, #252e3f); --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: #121a26; color: #d1d5db; font-family: Noto Sans Bengali, Lato, sans-serif; font-weight: 400; line-height: 1.55; 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: Noto Sans Bengali, Montserrat, sans-serif; line-height: 1.35; letter-spacing: 0; color: #fdfdfd; }
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: #d1d5db; }
ul, ol { margin: 0; }
a { color: #c3e0ff; text-decoration: none; transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
a:hover { color: #e0efff; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #ff8c32; 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: 3.5rem; }
main > section > * + *, main > article > * + *, .jgg_holder > * + *, .jgg_prose > * + *, .jgg_column > * + *, .jgg_column_center > * + * { margin-block-start: 1.25rem; }
@media (max-width: 48rem) {
    main > section { padding-block: 2rem; }
    main > section > * + *, main > article > * + *, .jgg_holder > * + *, .jgg_prose > * + *, .jgg_column > * + *, .jgg_column_center > * + * { margin-block-start: 1rem; }
}

.jgg_dock { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.25rem; background: #1b2331; border-top: 1px solid #2d3748; }
.jgg_dock_item { display: flex; flex-direction: column; align-items: center; gap: .25rem; flex: 1 1 0; padding: .5rem 0; font-size: 0.75rem; color: #b5b9c1; }
.jgg_dock_item i { font-size: 1.25rem; }
.jgg_dock_item:hover { color: #ff8c32; }

.jgg_qa { background: #252e3f; border: 1px solid #3f4b5c; border-radius: 12px; box-shadow: 0 4px 12px rgba(8, 12, 17, 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; }
.jgg_qa + .jgg_qa { margin-block-start: 1rem; }
.jgg_qa[open] { border-color: #2e5bff; }
.jgg_qa_q { display: flex; align-items: flex-start; gap: 1rem; padding: 1.5rem; cursor: pointer; list-style: none; }
.jgg_qa_q::-webkit-details-marker { display: none; }
.jgg_qa_q h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.jgg_qa_q::after { content: "\f107"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #ff8c32; transition: transform 200ms; }
.jgg_qa[open] .jgg_qa_q::after { transform: rotate(180deg); }
.jgg_qa_a { margin: 0; padding: 0 1.5rem 1.5rem; }
@media (max-width: 48rem) {
    .jgg_qa_q { padding: 1rem; }
    .jgg_qa_a { padding: 0 1rem 1rem; }
}

.jgg_holder { width: 100%; max-width: 78rem; margin-inline: auto; }
.jgg_prose { max-width: 66ch; margin-inline: auto; }
.jgg_column, .jgg_column_center { display: block; }
.jgg_column_center { text-align: center; }
.jgg_row, .jgg_row_center { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.jgg_row_center { justify-content: center; }
.jgg_lattice { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1.25rem; }
.jgg_shelf { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.jgg_menu { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
@media (min-width: 48rem) {
    .jgg_shelf { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; }
    .jgg_menu { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
}
.jgg_ticks { list-style: none; padding: 0; }
.jgg_ticks > li { display: flex; align-items: flex-start; gap: .75rem; }
.jgg_ticks > li + li { margin-block-start: .75rem; }
.jgg_ticks > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #ff8c32; }

.jgg_badge, .jgg_badge_success, .jgg_badge_warning, .jgg_badge_error, .jgg_badge_info { width: 2.75rem; height: 2.75rem; border-radius: 50%; background: linear-gradient(135deg, #2e5bff 0%, #1d46d1 100%); color: #ffffff; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.jgg_badge_success { background: #4ade80; color: #fff; }
.jgg_badge_warning { background: #fbbf24; color: #fff; }
.jgg_badge_error { background: #f87171; color: #fff; }
.jgg_badge_info { background: #60a5fa; color: #fff; }

.jgg_button, .jgg_button_sm, .jgg_button_full, .jgg_button_outline { background: #ff8c32; color: #000000; border-radius: 12px; 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(8, 12, 17, 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 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.jgg_button:hover, .jgg_button_sm:hover, .jgg_button_full:hover, .jgg_button_outline:hover { background: #e67b2a; 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(8, 12, 17, 0.45); }
.jgg_button_sm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.jgg_button_full { display: flex; width: 100%; }
.jgg_button_outline { background: transparent; background-image: none; color: #fdfdfd; border: 1px solid #3f4b5c; box-shadow: none; }
.jgg_button_outline:hover { background: transparent; border-color: #2e5bff; color: #fdfdfd; box-shadow: none; }

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

.jgg_token { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #252e3f; border: 1px solid #3f4b5c; color: #fdfdfd; font-size: 0.875rem; }
.jgg_token > i { color: #ff8c32; }

.jgg_callout, .jgg_callout_warning, .jgg_callout_info, .jgg_callout_success, .jgg_callout_error { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 12px; background: #1b2331; border: 1px solid #2d3748; border-left: 4px solid #ff8c32; }
.jgg_callout > i, .jgg_callout_warning > i, .jgg_callout_info > i, .jgg_callout_success > i, .jgg_callout_error > i { flex: 0 0 auto; margin-top: .2em; color: #ff8c32; }
.jgg_callout_success { border-left-color: #4ade80; }
.jgg_callout_warning { border-left-color: #fbbf24; }
.jgg_callout_error { border-left-color: #f87171; }
.jgg_callout_info { border-left-color: #60a5fa; }
.jgg_callout_success > i { color: #4ade80; }
.jgg_callout_warning > i { color: #fbbf24; }
.jgg_callout_error > i { color: #f87171; }
.jgg_callout_info > i { color: #60a5fa; }

.jgg_plate { background: #252e3f; border: 1px solid #3f4b5c; border-radius: 12px; box-shadow: 0 4px 12px rgba(8, 12, 17, 0.35), inset 0 1px 0 rgba(255,255,255,.08); padding: 1.5rem; display: flex; flex-direction: column; gap: 1rem; transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.jgg_plate:hover { border-color: #2e5bff; box-shadow: 0 0 0 1px rgba(255, 140, 50, 0.35), 0 6px 18px rgba(255, 140, 50, 0.35), inset 0 1px 0 rgba(255,255,255,.08); }
@media (max-width: 48rem) {
    .jgg_plate { padding: 1rem; }
}
.jgg_plate > img { width: 100%; height: auto; display: block; }

.jgg_scroller { 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; }
.jgg_scroller::-webkit-scrollbar { display: none; }
.jgg_scroller_link { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 6px; background: #1b2331; border: 1px solid #2d3748; color: #d1d5db; font-size: 0.875rem; transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.jgg_scroller_link:hover { border-color: #2e5bff; color: #fdfdfd; }

.jgg_datatable_wrap { background: #252e3f; border: 1px solid #3f4b5c; border-radius: 12px; box-shadow: 0 4px 12px rgba(8, 12, 17, 0.35), inset 0 1px 0 rgba(255,255,255,.08); overflow-x: auto; max-width: 100%; }
.jgg_datatable { width: 100%; table-layout: fixed; border-collapse: collapse; }
.jgg_datatable th, .jgg_datatable td { padding: 1rem; text-align: start; border-bottom: 1px solid #2d3748; vertical-align: top; }
.jgg_datatable thead th { background: #252e3f; color: #fdfdfd; font-weight: 600; }
.jgg_datatable tbody tr:last-child td { border-bottom: 0; }
.jgg_datatable td:first-child { color: #b5b9c1; font-weight: 600; }

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

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

main > section.jgg_zone { background: #1b2331; border-top: 1px solid #2d3748; border-bottom: 1px solid #2d3748; padding-block: 3.5rem; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    main > section.jgg_zone { padding-block: 2rem; }
}
.jgg_intro { background: linear-gradient(180deg, #1f2f5e 0%, #121a26 100%); padding-block: 3.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    .jgg_intro { padding-block: 2rem; }
}

.jgg_poster { background: #252e3f; border: 1px solid #3f4b5c; border-radius: 12px; box-shadow: 0 4px 12px rgba(8, 12, 17, 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; }
.jgg_poster:hover { border-color: #2e5bff; box-shadow: 0 0 0 1px rgba(255, 140, 50, 0.35), 0 6px 18px rgba(255, 140, 50, 0.35), inset 0 1px 0 rgba(255,255,255,.08); }
.jgg_poster_media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.jgg_poster_media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.jgg_poster:hover .jgg_poster_media img { transform: scale(1.04); }
.jgg_poster_play { position: absolute; top: .5rem; right: .5rem; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #ff8c32; color: #000000; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.jgg_poster:hover .jgg_poster_play, .jgg_poster:focus-visible .jgg_poster_play { opacity: 1; }
@media (hover: none) {
    .jgg_poster_play { opacity: 1; }
}
.jgg_poster_name { padding: .6rem .75rem; background: #252e3f; }
.jgg_poster_name h3 { margin: 0; font-size: 0.875rem; color: #fdfdfd; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
    .jgg_poster_name h3 { white-space: normal; }
}

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

.jgg_minor { font-size: 0.875rem; }
.jgg_faint { color: #b5b9c1; }
.jgg_centered { text-align: center; }
.jgg_hue_accent { color: #ff8c32; }
.jgg_hue_success { color: #4ade80; }
.jgg_hue_warning { color: #fbbf24; }
.jgg_hue_error { color: #f87171; }
.jgg_hue_info { color: #60a5fa; }

.jgg_topic { text-transform: uppercase; letter-spacing: .04em; }

/* page */
.jgg_provider_name {
            font-weight: 700;
            letter-spacing: 0.02em;
            font-size: 1.1rem;
        }
