/* overflow-guard */
:root { --brand-primary: #800020; --brand-primary-hover: #9a002b; --brand-secondary: #b8a48d; --brand-secondary-hover: #c9b8a3; --brand-accent: #a5d8ff; --background-main: #0c0e1b; --background-surface: #151828; --background-elevated: #1c2138; --background-overlay: rgba(12, 14, 27, 0.8); --text-primary: #fdfdfd; --text-secondary: #e0e0e0; --text-muted: #bdbdbd; --text-brand-contrast: #ffffff; --text-link: #d1e9ff; --text-link-hover: #e6f4ff; --button-bg: #a5d8ff; --button-text: #0c0e1b; --button-hover-bg: #c2e4ff; --button-hover-text: #0c0e1b; --semantic-success: #4caf50; --success: #4caf50; --semantic-error: #f44336; --error: #f44336; --semantic-warning: #ffb300; --warning: #ffb300; --semantic-info: #2196f3; --info: #2196f3; --border-default: #24293d; --border-strong: #3a425c; --border-brand: #800020; --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: 600; --role-weight-h2: 600; --role-weight-h3: 500; --role-weight-h4: 500; --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.25; --line-height-body: 1.6; --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: 68ch; --reading-max-width: 68ch; --radius-sm: 8px; --radius-md: 16px; --radius-lg: 24px; --radius-pill: 9999px; --shadow-card: 4px 4px 0 #06070e; --shadow-elevated: 6px 6px 0 #06070e; --shadow-glow: 0 0 0 1px rgba(165, 216, 255, 0.35), 0 6px 18px rgba(165, 216, 255, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.05); --gradient-brand: linear-gradient(135deg, #800020 0%, #9a002b 100%); --gradient-hero: linear-gradient(180deg, #2d1326 0%, #0c0e1b 100%); --gradient-surface: linear-gradient(#1c2138, #1c2138); --gradient-button: linear-gradient(135deg, #87b1d1 0%, #a5d8ff 100%); --effects-accent-bar: none; --recipes-transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; --transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
*, *::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: #0c0e1b; color: #e0e0e0; font-family: Noto Sans Bengali, Manrope, sans-serif; font-weight: 400; line-height: 1.6; 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: Hind Siliguri, Rajdhani, sans-serif; line-height: 1.25; letter-spacing: 0; color: #fdfdfd; }
h1 { font-size: 1.8rem; font-weight: 600; }
h2 { font-size: 1.5rem; font-weight: 600; }
h3 { font-size: 1rem; font-weight: 500; }
h4 { font-size: 1rem; font-weight: 500; }
p { margin: 0; color: #e0e0e0; }
ul, ol { margin: 0; }
a { color: #d1e9ff; text-decoration: none; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
a:hover { color: #e6f4ff; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #a5d8ff; 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 > * + *, .cpjWrap > * + *, .cpjMeasure > * + *, .cpjVlist > * + *, .cpjVlistCenter > * + * { margin-block-start: 1.25rem; }
@media (max-width: 48rem) {
    main > section { padding-block: 2rem; }
    main > section > * + *, main > article > * + *, .cpjWrap > * + *, .cpjMeasure > * + *, .cpjVlist > * + *, .cpjVlistCenter > * + * { margin-block-start: 1rem; }
}

.cpjWrap { width: 100%; max-width: 78rem; margin-inline: auto; }
.cpjMeasure { max-width: 68ch; margin-inline: auto; }
.cpjVlist, .cpjVlistCenter { display: block; }
.cpjVlistCenter { text-align: center; }
.cpjRow, .cpjRowCenter { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.cpjRowCenter { justify-content: center; }
.cpjMatrix { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1.25rem; }
.cpjDeck { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.cpjPicks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
@media (min-width: 48rem) {
    .cpjDeck { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; }
    .cpjPicks { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
}
.cpjTicks { list-style: none; padding: 0; }
.cpjTicks > li { display: flex; align-items: flex-start; gap: .75rem; }
.cpjTicks > li + li { margin-block-start: .75rem; }
.cpjTicks > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #a5d8ff; }

.cpjTiny { font-size: 0.875rem; }
.cpjMuted { color: #bdbdbd; }
.cpjMiddle { text-align: center; }
.cpjShadeAccent { color: #a5d8ff; }
.cpjShadeSuccess { color: #4caf50; }
.cpjShadeWarning { color: #ffb300; }
.cpjShadeError { color: #f44336; }
.cpjShadeInfo { color: #2196f3; }

.cpjTabbar { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.75rem; background: #151828; border-top: 1px solid #24293d; }
.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: #a5d8ff; }

.cpjFold { background: rgba(28, 33, 56, 0.65); border: 1px solid #24293d; border-radius: 16px; box-shadow: 4px 4px 0 #06070e, inset 0 1px 0 rgba(255,255,255,.05); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.cpjFold + .cpjFold { margin-block-start: 1rem; }
.cpjFold[open] { border-color: #800020; }
.cpjFoldQ { display: flex; align-items: flex-start; gap: 1rem; padding: 1.5rem; cursor: pointer; list-style: none; }
.cpjFoldQ::-webkit-details-marker { display: none; }
.cpjFoldQ h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.cpjFoldQ::after { content: "\f0d7"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #a5d8ff; transition: transform 200ms; }
.cpjFold[open] .cpjFoldQ::after { transform: rotate(180deg); }
.cpjFoldA { margin: 0; padding: 0 1.5rem 1.5rem; }
@media (max-width: 48rem) {
    .cpjFoldQ { padding: 1rem; }
    .cpjFoldA { padding: 0 1rem 1rem; }
}

.cpjJumpbar { 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; }
.cpjJumpbar::-webkit-scrollbar { display: none; }
.cpjJumpbarLink { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 8px; background: #151828; border: 1px solid #24293d; color: #e0e0e0; font-size: 0.875rem; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.cpjJumpbarLink:hover { border-color: #800020; color: #fdfdfd; }

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

.cpjAction, .cpjActionSm, .cpjActionFull, .cpjActionOutline { background: linear-gradient(135deg, #87b1d1 0%, #a5d8ff 100%); color: #0c0e1b; border-radius: 16px; min-height: 44px; font-weight: 700; box-shadow: 0 6px 16px rgba(165, 216, 255, 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 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.cpjAction:hover, .cpjActionSm:hover, .cpjActionFull:hover, .cpjActionOutline:hover { background: #c2e4ff; box-shadow: 0 8px 22px rgba(165, 216, 255, 0.4); }
.cpjActionSm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.cpjActionFull { display: flex; width: 100%; }
.cpjActionOutline { background: transparent; background-image: none; color: #fdfdfd; border: 1px solid #3a425c; box-shadow: none; }
.cpjActionOutline:hover { background: transparent; border-color: #800020; color: #fdfdfd; box-shadow: none; }

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

.cpjNotice, .cpjNoticeWarning, .cpjNoticeInfo, .cpjNoticeSuccess, .cpjNoticeError { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 16px; background: #151828; border: 1px solid #24293d; border-left: 4px solid #a5d8ff; }
.cpjNotice > i, .cpjNoticeWarning > i, .cpjNoticeInfo > i, .cpjNoticeSuccess > i, .cpjNoticeError > i { flex: 0 0 auto; margin-top: .2em; color: #a5d8ff; }
.cpjNoticeSuccess { border-left-color: #4caf50; }
.cpjNoticeWarning { border-left-color: #ffb300; }
.cpjNoticeError { border-left-color: #f44336; }
.cpjNoticeInfo { border-left-color: #2196f3; }
.cpjNoticeSuccess > i { color: #4caf50; }
.cpjNoticeWarning > i { color: #ffb300; }
.cpjNoticeError > i { color: #f44336; }
.cpjNoticeInfo > i { color: #2196f3; }

.cpjBox { background: rgba(28, 33, 56, 0.65); border: 1px solid #24293d; border-radius: 16px; box-shadow: 4px 4px 0 #06070e, inset 0 1px 0 rgba(255,255,255,.05); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); padding: 1.5rem; display: flex; flex-direction: column; gap: 1rem; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.cpjBox:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #06070e, inset 0 1px 0 rgba(255,255,255,.05); }
@media (max-width: 48rem) {
    .cpjBox { padding: 1rem; }
}
.cpjBox > img { width: 100%; height: auto; display: block; }

.cpjEmblem, .cpjEmblemSuccess, .cpjEmblemWarning, .cpjEmblemError, .cpjEmblemInfo { width: 2.75rem; height: 2.75rem; border-radius: 50%; background: linear-gradient(135deg, #800020 0%, #9a002b 100%); color: #ffffff; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.cpjEmblemSuccess { background: #4caf50; color: #fff; }
.cpjEmblemWarning { background: #ffb300; color: #fff; }
.cpjEmblemError { background: #f44336; color: #fff; }
.cpjEmblemInfo { background: #2196f3; color: #fff; }

.cpjHead { background: #0c0e1b; border-bottom: 1px solid #24293d; padding: .75rem 3%; position: sticky; top: 0; z-index: 100; }
.cpjHeadInner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.cpjHeadBrand { display: inline-flex; align-items: center; gap: .5rem; color: #fdfdfd; }
.cpjHeadBrand img { border-radius: 8px; }
.cpjHeadBrand strong { font-size: 16px; font-weight: 400; }
.cpjHeadActions { display: flex; align-items: center; gap: .5rem; }

main > section.cpjLayer { background: #151828; padding-block: 3.5rem; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    main > section.cpjLayer { padding-block: 2rem; }
}
.cpjHero { background: linear-gradient(180deg, #2d1326 0%, #0c0e1b 100%); padding-block: 3.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    .cpjHero { padding-block: 2rem; }
}

.cpjCover { background: rgba(28, 33, 56, 0.65); border: 1px solid #24293d; border-radius: 16px; box-shadow: 4px 4px 0 #06070e, inset 0 1px 0 rgba(255,255,255,.05); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); display: flex; flex-direction: column; overflow: hidden; text-decoration: none; color: inherit; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.cpjCover:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #06070e, inset 0 1px 0 rgba(255,255,255,.05); }
.cpjCoverMedia { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.cpjCoverMedia img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.cpjCover:hover .cpjCoverMedia img { transform: scale(1.04); }
.cpjCoverPlay { position: absolute; top: .5rem; right: .5rem; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #a5d8ff; color: #0c0e1b; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.cpjCover:hover .cpjCoverPlay, .cpjCover:focus-visible .cpjCoverPlay { opacity: 1; }
@media (hover: none) {
    .cpjCoverPlay { opacity: 1; }
}
.cpjCover { position: relative; }
.cpjCoverName { position: absolute; inset: auto 0 0 0; padding: .6rem .75rem; background: linear-gradient(180deg, transparent 0%, rgba(12, 14, 27, 0.8) 100%); }
.cpjCoverName h3 { margin: 0; font-size: 0.875rem; color: #fdfdfd; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
    .cpjCoverName h3 { white-space: normal; }
}

.cpjDatatableWrap { background: rgba(28, 33, 56, 0.65); border: 1px solid #24293d; border-radius: 16px; box-shadow: 4px 4px 0 #06070e, inset 0 1px 0 rgba(255,255,255,.05); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); overflow-x: auto; max-width: 100%; }
.cpjDatatable { width: 100%; table-layout: fixed; border-collapse: collapse; }
.cpjDatatable th, .cpjDatatable td { padding: 1rem; text-align: start; border-bottom: 1px solid #24293d; vertical-align: top; }
.cpjDatatable thead th { background: #1c2138; color: #fdfdfd; font-weight: 600; }
.cpjDatatable tbody tr:last-child td { border-bottom: 0; }
.cpjDatatable td:first-child { color: #bdbdbd; font-weight: 600; }

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

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

.cpjToken { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #1c2138; border: 1px solid #3a425c; color: #fdfdfd; font-size: 0.875rem; }
.cpjToken > i { color: #a5d8ff; }

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