/* overflow-guard */
:root { --brand-primary: #323232; --brand-primary-hover: #404040; --brand-secondary: #5A5A5A; --brand-secondary-hover: #6E6E6E; --brand-accent: #D4E127; --background-main: #1E0A11; --background-surface: #2A1018; --background-elevated: #361620; --background-overlay: rgba(30, 10, 17, 0.75); --text-primary: #FDFDFD; --text-secondary: #E0E0E0; --text-muted: #BDBDBD; --text-brand-contrast: #000000; --text-link: #E8F2AA; --text-link-hover: #F5F9C4; --button-bg: #D4E127; --button-text: #000000; --button-hover-bg: #B8C61F; --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: #3D1B25; --border-strong: #522431; --border-brand: #323232; --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.35; --line-height-body: 1.6; --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: 72rem; --content-max-width: 72rem; --spacing-reading-max-width: 66ch; --reading-max-width: 66ch; --radius-sm: 4px; --radius-md: 8px; --radius-lg: 12px; --radius-pill: 9999px; --shadow-card: 4px 4px 0 #0F0508; --shadow-elevated: 6px 6px 0 #0F0508; --shadow-glow: 0 0 0 1px rgba(212, 225, 39, 0.35), 0 6px 18px rgba(212, 225, 39, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.05); --gradient-brand: linear-gradient(135deg, #323232 0%, #404040 100%); --gradient-hero: linear-gradient(180deg, #2C171E 0%, #1E0A11 100%); --gradient-surface: linear-gradient(#361620, #361620); --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: #1E0A11; color: #E0E0E0; font-family: Source Sans 3, Noto Sans Bengali, sans-serif; font-weight: 400; line-height: 1.6; 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: Oswald, Noto Sans Bengali, sans-serif; line-height: 1.35; 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: #E8F2AA; text-decoration: none; transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
a:hover { color: #F5F9C4; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #D4E127; 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 > * + *, .ncb_inner > * + *, .ncb_measure > * + *, .ncb_stack > * + *, .ncb_stack_center > * + * { margin-block-start: 1rem; }
@media (max-width: 48rem) {
    main > section { padding-block: 1.5rem; }
    main > section > * + *, main > article > * + *, .ncb_inner > * + *, .ncb_measure > * + *, .ncb_stack > * + *, .ncb_stack_center > * + * { margin-block-start: 0.75rem; }
}

.ncb_gamecard { background: #361620; border: 1px solid #3D1B25; border-radius: 8px; box-shadow: 4px 4px 0 #0F0508, inset 0 1px 0 rgba(255,255,255,.05); 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; }
.ncb_gamecard:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #0F0508, inset 0 1px 0 rgba(255,255,255,.05); }
.ncb_gamecard_media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.ncb_gamecard_media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.ncb_gamecard:hover .ncb_gamecard_media img { transform: scale(1.04); }
.ncb_gamecard_play { position: absolute; bottom: .5rem; right: .5rem; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #D4E127; color: #000000; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.ncb_gamecard:hover .ncb_gamecard_play, .ncb_gamecard:focus-visible .ncb_gamecard_play { opacity: 1; }
@media (hover: none) {
    .ncb_gamecard_play { opacity: 1; }
}
.ncb_gamecard_name { padding: .6rem .75rem; background: #361620; }
.ncb_gamecard_name h3 { margin: 0; font-size: 0.875rem; color: #FDFDFD; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
    .ncb_gamecard_name h3 { white-space: normal; }
}

.ncb_inner { width: 100%; max-width: 72rem; margin-inline: auto; }
.ncb_measure { max-width: 66ch; margin-inline: auto; }
.ncb_stack, .ncb_stack_center { display: block; }
.ncb_stack_center { text-align: center; }
.ncb_cluster, .ncb_cluster_center { display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem; }
.ncb_cluster_center { justify-content: center; }
.ncb_mosaic { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1rem; }
.ncb_lineup { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
.ncb_cats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
@media (min-width: 48rem) {
    .ncb_lineup { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
    .ncb_cats { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
}
.ncb_ticks { list-style: none; padding: 0; }
.ncb_ticks > li { display: flex; align-items: flex-start; gap: .75rem; }
.ncb_ticks > li + li { margin-block-start: .75rem; }
.ncb_ticks > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #D4E127; }

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

.ncb_orb, .ncb_orb_success, .ncb_orb_warning, .ncb_orb_error, .ncb_orb_info { width: 2.75rem; height: 2.75rem; border-radius: 4px; background: linear-gradient(135deg, #323232 0%, #404040 100%); color: #000000; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.ncb_orb_success { background: #2ECC71; color: #FFF; }
.ncb_orb_warning { background: #F1C40F; color: #FFF; }
.ncb_orb_error { background: #E74C3C; color: #FFF; }
.ncb_orb_info { background: #3498DB; color: #FFF; }

.ncb_token { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #361620; border: 1px solid #522431; color: #FDFDFD; font-size: 0.875rem; }
.ncb_token > i { color: #D4E127; }

.ncb_bottombar { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.5rem; background: #2A1018; border-top: 1px solid #3D1B25; }
.ncb_bottombar_item { display: flex; flex-direction: column; align-items: center; gap: .25rem; flex: 1 1 0; padding: .5rem 0; font-size: 0.75rem; color: #BDBDBD; }
.ncb_bottombar_item i { font-size: 1.25rem; }
.ncb_bottombar_item:hover { color: #D4E127; }

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

.ncb_facts_wrap { background: #361620; border: 1px solid #3D1B25; border-radius: 8px; box-shadow: 4px 4px 0 #0F0508, inset 0 1px 0 rgba(255,255,255,.05); overflow-x: auto; max-width: 100%; }
.ncb_facts { width: 100%; table-layout: fixed; border-collapse: collapse; }
.ncb_facts th, .ncb_facts td { padding: 0.75rem; text-align: start; border-bottom: 1px solid #3D1B25; vertical-align: top; }
.ncb_facts thead th { background: #361620; color: #FDFDFD; font-weight: 600; }
.ncb_facts tbody tr:last-child td { border-bottom: 0; }
.ncb_facts td:first-child { color: #BDBDBD; font-weight: 600; }

.ncb_accordion { background: #361620; border: 1px solid #3D1B25; border-radius: 8px; box-shadow: 4px 4px 0 #0F0508, inset 0 1px 0 rgba(255,255,255,.05); transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.ncb_accordion + .ncb_accordion { margin-block-start: 0.75rem; }
.ncb_accordion[open] { border-color: #323232; }
.ncb_accordion_q { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; cursor: pointer; list-style: none; }
.ncb_accordion_q::-webkit-details-marker { display: none; }
.ncb_accordion_q h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.ncb_accordion_q::after { content: "\f0d7"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #D4E127; transition: transform 200ms; }
.ncb_accordion[open] .ncb_accordion_q::after { transform: rotate(180deg); }
.ncb_accordion_a { margin: 0; padding: 0 1rem 1rem; }
@media (max-width: 48rem) {
    .ncb_accordion_q { padding: 1rem; }
    .ncb_accordion_a { padding: 0 1rem 1rem; }
}

.ncb_note, .ncb_note_warning, .ncb_note_info, .ncb_note_success, .ncb_note_error { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 8px; background: #2A1018; border: 1px solid #3D1B25; border-left: 4px solid #D4E127; }
.ncb_note > i, .ncb_note_warning > i, .ncb_note_info > i, .ncb_note_success > i, .ncb_note_error > i { flex: 0 0 auto; margin-top: .2em; color: #D4E127; }
.ncb_note_success { border-left-color: #2ECC71; }
.ncb_note_warning { border-left-color: #F1C40F; }
.ncb_note_error { border-left-color: #E74C3C; }
.ncb_note_info { border-left-color: #3498DB; }
.ncb_note_success > i { color: #2ECC71; }
.ncb_note_warning > i { color: #F1C40F; }
.ncb_note_error > i { color: #E74C3C; }
.ncb_note_info > i { color: #3498DB; }

.ncb_header { background: #1E0A11; border-bottom: 1px solid #3D1B25; padding: .75rem 3%; position: sticky; top: 0; z-index: 100; }
.ncb_header_inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.ncb_header_brand { display: inline-flex; align-items: center; gap: .5rem; color: #FDFDFD; }
.ncb_header_brand img { border-radius: 4px; }
.ncb_header_brand strong { font-size: 16px; font-weight: 400; }
.ncb_header_actions { display: flex; align-items: center; gap: .5rem; }

.ncb_sub { font-size: 0.875rem; }
.ncb_dim { color: #BDBDBD; }
.ncb_middle { text-align: center; }
.ncb_shade_accent { color: #D4E127; }
.ncb_shade_success { color: #2ECC71; }
.ncb_shade_warning { color: #F1C40F; }
.ncb_shade_error { color: #E74C3C; }
.ncb_shade_info { color: #3498DB; }

.ncb_action, .ncb_action_sm, .ncb_action_full, .ncb_action_outline { background: #D4E127; color: #000000; border-radius: 4px; min-height: 44px; font-weight: 700; box-shadow: 0 0 0 1px rgba(212, 225, 39, 0.35), 0 6px 18px rgba(212, 225, 39, 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; }
.ncb_action:hover, .ncb_action_sm:hover, .ncb_action_full:hover, .ncb_action_outline:hover { background: #B8C61F; box-shadow: 0 0 0 1px rgba(212, 225, 39, 0.5), 0 8px 26px rgba(212, 225, 39, 0.5); }
.ncb_action_sm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.ncb_action_full { display: flex; width: 100%; }
.ncb_action_outline { background: transparent; background-image: none; color: #FDFDFD; border: 1px solid #522431; box-shadow: none; }
.ncb_action_outline:hover { background: transparent; border-color: #323232; color: #FDFDFD; box-shadow: none; }

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

.ncb_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; }
.ncb_rail::-webkit-scrollbar { display: none; }
.ncb_rail_link { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 4px; background: #2A1018; border: 1px solid #3D1B25; color: #E0E0E0; font-size: 0.875rem; transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.ncb_rail_link:hover { border-color: #323232; color: #FDFDFD; }

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

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

main > section.ncb_zone { background: #2A1018; padding-block: 2.5rem; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    main > section.ncb_zone { padding-block: 1.5rem; }
}
.ncb_splash { background: linear-gradient(180deg, #2C171E 0%, #1E0A11 100%); padding-block: 2.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    .ncb_splash { padding-block: 1.5rem; }
}

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