/* overflow-guard */
:root { --brand-primary: #b21a36; --brand-primary-hover: #d12442; --brand-secondary: #c0c0c0; --brand-secondary-hover: #e0e0e0; --brand-accent: #008b8b; --background-main: #1a080d; --background-surface: #240e14; --background-elevated: #2e141a; --background-overlay: rgba(26, 8, 13, 0.75); --text-primary: #fdfdfd; --text-secondary: #e0e0e0; --text-muted: #bdbdbd; --text-brand-contrast: #ffffff; --text-link: #b2e5e5; --text-link-hover: #d1f0f0; --button-bg: #008b8b; --button-text: #ffffff; --button-hover-bg: #00a8a8; --button-hover-text: #ffffff; --semantic-success: #2e7d32; --success: #2e7d32; --semantic-error: #c62828; --error: #c62828; --semantic-warning: #f9a825; --warning: #f9a825; --semantic-info: #1565c0; --info: #1565c0; --border-default: #361a21; --border-strong: #4d2630; --border-brand: #b21a36; --font-family-headings: Noto Sans Bengali, Space Grotesk, 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: 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.35; --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: 75rem; --content-max-width: 75rem; --spacing-reading-max-width: 68ch; --reading-max-width: 68ch; --radius-sm: 6px; --radius-md: 10px; --radius-lg: 14px; --radius-pill: 9999px; --shadow-card: 0 8px 24px rgba(12, 4, 6, 0.4); --shadow-elevated: 0 12px 32px rgba(12, 4, 6, 0.5); --shadow-glow: 0 0 0 1px rgba(0, 139, 139, 0.35), 0 6px 18px rgba(0, 139, 139, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.06); --gradient-brand: linear-gradient(135deg, #b21a36 0%, #d12442 100%); --gradient-hero: linear-gradient(180deg, #43111b 0%, #1a080d 100%); --gradient-surface: linear-gradient(135deg, #240e14 0%, #2e141a 100%); --gradient-button: linear-gradient(135deg, #007272 0%, #008b8b 100%); --effects-accent-bar: #008b8b; --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: #1a080d; color: #e0e0e0; font-family: Noto Sans Bengali, Source Sans 3, sans-serif; font-weight: 400; line-height: 1.65; padding-bottom: 4.75rem; -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, Space Grotesk, 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: 700; }
h3 { font-size: 1rem; font-weight: 600; }
h4 { font-size: 1rem; font-weight: 600; }
p { margin: 0; color: #e0e0e0; }
ul, ol { margin: 0; }
a { color: #b2e5e5; text-decoration: none; transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
a:hover { color: #d1f0f0; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #008b8b; 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 > * + *, .cpjHolder > * + *, .cpjMeasure > * + *, .cpjPile > * + *, .cpjPileCenter > * + * { margin-block-start: 1rem; }
@media (max-width: 48rem) {
    main > section { padding-block: 1.5rem; }
    main > section > * + *, main > article > * + *, .cpjHolder > * + *, .cpjMeasure > * + *, .cpjPile > * + *, .cpjPileCenter > * + * { margin-block-start: 0.75rem; }
}

.cpjFactsWrap { background: linear-gradient(135deg, #240e14 0%, #2e141a 100%); border: 1px solid #361a21; border-radius: 10px; box-shadow: 0 8px 24px rgba(12, 4, 6, 0.4), inset 0 1px 0 rgba(255,255,255,.06); border-top: 3px solid #008b8b; overflow-x: auto; max-width: 100%; }
.cpjFacts { width: 100%; table-layout: fixed; border-collapse: collapse; }
.cpjFacts th, .cpjFacts td { padding: 0.75rem; text-align: start; border-bottom: 1px solid #361a21; vertical-align: top; }
.cpjFacts thead th { background: #2e141a; color: #fdfdfd; font-weight: 600; }
.cpjFacts tbody tr:last-child td { border-bottom: 0; }
.cpjFacts td:first-child { color: #bdbdbd; font-weight: 600; }

.cpjToken { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #2e141a; border: 1px solid #4d2630; color: #fdfdfd; font-size: 0.875rem; }
.cpjToken > i { color: #008b8b; }

.cpjHeadline { position: relative; }
.cpjHeadline::before { content: ""; display: block; width: 2.5rem; height: 3px; background: #008b8b; border-radius: 2px; margin-bottom: .6rem; }

.cpjHeader { background: #1a080d; border-bottom: 1px solid #361a21; padding: .75rem 3%; position: sticky; top: 0; z-index: 100; }
.cpjHeaderInner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.cpjHeaderBrand { display: inline-flex; align-items: center; gap: .5rem; color: #fdfdfd; }
.cpjHeaderBrand img { border-radius: 6px; }
.cpjHeaderBrand strong { font-size: 16px; font-weight: 400; }
.cpjHeaderActions { display: flex; align-items: center; gap: .5rem; }

.cpjPanel { background: linear-gradient(135deg, #240e14 0%, #2e141a 100%); border: 1px solid #361a21; border-radius: 10px; box-shadow: 0 8px 24px rgba(12, 4, 6, 0.4), inset 0 1px 0 rgba(255,255,255,.06); border-top: 3px solid #008b8b; padding: 1rem; display: flex; flex-direction: column; gap: 0.75rem; transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.cpjPanel:hover { background: linear-gradient(135deg, #240e14 0%, #3b2228 100%); box-shadow: 0 12px 32px rgba(12, 4, 6, 0.5), inset 0 1px 0 rgba(255,255,255,.06); }
@media (max-width: 48rem) {
    .cpjPanel { padding: 1rem; }
}
.cpjPanel > img { width: 100%; height: auto; display: block; }

.cpjReveal { background: linear-gradient(135deg, #240e14 0%, #2e141a 100%); border: 1px solid #361a21; border-radius: 10px; box-shadow: 0 8px 24px rgba(12, 4, 6, 0.4), inset 0 1px 0 rgba(255,255,255,.06); border-top: 3px solid #008b8b; transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.cpjReveal + .cpjReveal { margin-block-start: 0.75rem; }
.cpjReveal[open] { border-color: #b21a36; }
.cpjRevealQ { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; cursor: pointer; list-style: none; }
.cpjRevealQ::-webkit-details-marker { display: none; }
.cpjRevealQ h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.cpjRevealQ::after { content: "\f0d7"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #008b8b; transition: transform 200ms; }
.cpjReveal[open] .cpjRevealQ::after { transform: rotate(180deg); }
.cpjRevealA { margin: 0; padding: 0 1rem 1rem; }
@media (max-width: 48rem) {
    .cpjRevealQ { padding: 1rem; }
    .cpjRevealA { padding: 0 1rem 1rem; }
}

.cpjTabbar { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.75rem; background: #240e14; border-top: 1px solid #361a21; }
.cpjTabbarItem { display: flex; flex-direction: column; align-items: center; gap: .25rem; flex: 1 1 0; padding: .5rem 0; font-size: 0.75rem; color: #bdbdbd; }
.cpjTabbarItem i { font-size: 1.25rem; }
.cpjTabbarItem:hover { color: #008b8b; }

.cpjFine { font-size: 0.875rem; }
.cpjMuted { color: #bdbdbd; }
.cpjAxis { text-align: center; }
.cpjTintAccent { color: #008b8b; }
.cpjTintSuccess { color: #2e7d32; }
.cpjTintWarning { color: #f9a825; }
.cpjTintError { color: #c62828; }
.cpjTintInfo { color: #1565c0; }

main > section.cpjLayer { background: linear-gradient(180deg, #240e14 0%, #1a080d 100%); padding-block: 2.5rem; }
@media (max-width: 48rem) {
    main > section.cpjLayer { padding-block: 1.5rem; }
}
.cpjHero { background: linear-gradient(180deg, #43111b 0%, #1a080d 100%); padding-block: 2.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    .cpjHero { padding-block: 1.5rem; }
}

.cpjButton, .cpjButtonSm, .cpjButtonFull, .cpjButtonOutline { background: linear-gradient(135deg, #007272 0%, #008b8b 100%); color: #ffffff; border-radius: 9999px; min-height: 44px; font-weight: 700; box-shadow: 0 6px 16px rgba(0, 139, 139, 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 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.cpjButton:hover, .cpjButtonSm:hover, .cpjButtonFull:hover, .cpjButtonOutline:hover { background: #00a8a8; box-shadow: 0 8px 22px rgba(0, 139, 139, 0.4); }
.cpjButtonSm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.cpjButtonFull { display: flex; width: 100%; }
.cpjButtonOutline { background: transparent; background-image: none; color: #fdfdfd; border: 1px solid #4d2630; box-shadow: none; }
.cpjButtonOutline:hover { background: transparent; border-color: #b21a36; color: #fdfdfd; box-shadow: none; }

.cpjBadge, .cpjBadgeSuccess, .cpjBadgeWarning, .cpjBadgeError, .cpjBadgeInfo { width: 2.75rem; height: 2.75rem; border-radius: 50%; background: linear-gradient(135deg, #b21a36 0%, #d12442 100%); color: #ffffff; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.cpjBadgeSuccess { background: #2e7d32; color: #fff; }
.cpjBadgeWarning { background: #f9a825; color: #fff; }
.cpjBadgeError { background: #c62828; color: #fff; }
.cpjBadgeInfo { background: #1565c0; color: #fff; }

.cpjNotice, .cpjNoticeWarning, .cpjNoticeInfo, .cpjNoticeSuccess, .cpjNoticeError { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 10px; background: #240e14; border: 1px solid #361a21; border-left: 4px solid #008b8b; }
.cpjNotice > i, .cpjNoticeWarning > i, .cpjNoticeInfo > i, .cpjNoticeSuccess > i, .cpjNoticeError > i { flex: 0 0 auto; margin-top: .2em; color: #008b8b; }
.cpjNoticeSuccess { border-left-color: #2e7d32; }
.cpjNoticeWarning { border-left-color: #f9a825; }
.cpjNoticeError { border-left-color: #c62828; }
.cpjNoticeInfo { border-left-color: #1565c0; }
.cpjNoticeSuccess > i { color: #2e7d32; }
.cpjNoticeWarning > i { color: #f9a825; }
.cpjNoticeError > i { color: #c62828; }
.cpjNoticeInfo > i { color: #1565c0; }

.cpjChips { 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; }
.cpjChips::-webkit-scrollbar { display: none; }
.cpjChipsLink { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 6px; background: #240e14; border: 1px solid #361a21; color: #e0e0e0; font-size: 0.875rem; transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.cpjChipsLink:hover { border-color: #b21a36; color: #fdfdfd; }

.cpjColophon { background: #1a080d; border-top: 1px solid #361a21; padding: 3rem 3% 2rem; color: #bdbdbd; }
.cpjColophonGrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; text-align: center; }
.cpjColophonCol > p, .cpjColophonCol > h3 { font-size: 0.875rem; font-weight: 700; color: #fdfdfd; margin: 0 0 .75rem; text-transform: uppercase; letter-spacing: .05em; }
.cpjColophonCol ul { list-style: none; padding: 0; margin: 0; }
.cpjColophonCol li + li { margin-block-start: .5rem; }
.cpjColophonCol a { color: #bdbdbd; font-size: 0.875rem; }
.cpjColophonCol a:hover { color: #d1f0f0; }
.cpjColophonMeta { margin-block-start: 2rem; padding-block-start: 1.5rem; border-top: 1px solid #361a21; text-align: center; font-size: 0.875rem; }
.cpjColophonMeta > * + * { margin-block-start: .5rem; }

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

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

.cpjGamecard { background: linear-gradient(135deg, #240e14 0%, #2e141a 100%); border: 1px solid #361a21; border-radius: 10px; box-shadow: 0 8px 24px rgba(12, 4, 6, 0.4), inset 0 1px 0 rgba(255,255,255,.06); border-top: 3px solid #008b8b; 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; }
.cpjGamecard:hover { background: linear-gradient(135deg, #240e14 0%, #3b2228 100%); box-shadow: 0 12px 32px rgba(12, 4, 6, 0.5), inset 0 1px 0 rgba(255,255,255,.06); }
.cpjGamecardMedia { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.cpjGamecardMedia img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.cpjGamecard:hover .cpjGamecardMedia img { transform: scale(1.04); }
.cpjGamecardPlay { position: absolute; bottom: .5rem; right: .5rem; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #008b8b; color: #ffffff; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.cpjGamecard:hover .cpjGamecardPlay, .cpjGamecard:focus-visible .cpjGamecardPlay { opacity: 1; }
@media (hover: none) {
    .cpjGamecardPlay { opacity: 1; }
}
.cpjGamecard { position: relative; }
.cpjGamecardName { position: absolute; inset: auto 0 0 0; padding: .6rem .75rem; background: linear-gradient(180deg, transparent 0%, rgba(26, 8, 13, 0.75) 100%); }
.cpjGamecardName h3 { margin: 0; font-size: 0.875rem; color: #fdfdfd; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
    .cpjGamecardName h3 { white-space: normal; }
}

.cpjHolder { width: 100%; max-width: 75rem; margin-inline: auto; }
.cpjMeasure { max-width: 68ch; margin-inline: auto; }
.cpjPile, .cpjPileCenter { display: block; }
.cpjPileCenter { text-align: center; }
.cpjCluster, .cpjClusterCenter { display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem; }
.cpjClusterCenter { justify-content: center; }
.cpjGrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1rem; }
.cpjLineup { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
.cpjBlocks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
@media (min-width: 48rem) {
    .cpjLineup { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
    .cpjBlocks { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
}
.cpjPoints { list-style: none; padding: 0; }
.cpjPoints > li { display: flex; align-items: flex-start; gap: .75rem; }
.cpjPoints > li + li { margin-block-start: .75rem; }
.cpjPoints > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #008b8b; }

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