/* overflow-guard */
:root { --brand-primary: #1B4D3E; --brand-primary-hover: #246351; --brand-secondary: #A68B6D; --brand-secondary-hover: #B89D7D; --brand-accent: #FFB366; --background-main: #1C120C; --background-surface: #261911; --background-elevated: #322218; --background-overlay: rgba(28, 18, 12, 0.75); --text-primary: #FDFBF7; --text-secondary: #E8E2D9; --text-muted: #BDB7AD; --text-brand-contrast: #000000; --text-link: #FFE4C4; --text-link-hover: #FFF5E6; --button-bg: #FFB366; --button-text: #000000; --button-hover-bg: #FFC991; --button-hover-text: #000000; --semantic-success: #4CAF50; --success: #4CAF50; --semantic-error: #D32F2F; --error: #D32F2F; --semantic-warning: #FFA000; --warning: #FFA000; --semantic-info: #1976D2; --info: #1976D2; --border-default: #3D2D24; --border-strong: #4D3D34; --border-brand: #1B4D3E; --font-family-headings: Hind Siliguri, Archivo, 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: 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.25; --line-height-body: 1.55; --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: 80rem; --content-max-width: 80rem; --spacing-reading-max-width: 66ch; --reading-max-width: 66ch; --radius-sm: 4px; --radius-md: 8px; --radius-lg: 12px; --radius-pill: 9999px; --shadow-card: 0 8px 24px rgba(13, 8, 5, 0.4); --shadow-elevated: 0 12px 32px rgba(13, 8, 5, 0.5); --shadow-glow: 0 0 0 1px rgba(255, 179, 102, 0.35), 0 6px 18px rgba(255, 179, 102, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.06); --gradient-brand: linear-gradient(135deg, #1B4D3E 0%, #246351 100%); --gradient-hero: linear-gradient(180deg, #24241B 0%, #1C120C 100%); --gradient-surface: linear-gradient(135deg, #261911 0%, #322218 100%); --gradient-button: none; --effects-accent-bar: #FFB366; --recipes-transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; --transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
*, *::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: #1C120C; color: #E8E2D9; font-family: Noto Sans Bengali, Manrope, sans-serif; font-weight: 400; line-height: 1.55; 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, Archivo, sans-serif; line-height: 1.25; letter-spacing: 0; color: #FDFBF7; }
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: #E8E2D9; }
ul, ol { margin: 0; }
a { color: #FFE4C4; text-decoration: none; transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
a:hover { color: #FFF5E6; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #FFB366; 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 > * + *, .crInner > * + *, .crReading > * + *, .crColumn > * + *, .crColumnCenter > * + * { margin-block-start: 1rem; }
@media (max-width: 48rem) {
    main > section { padding-block: 1.5rem; }
    main > section > * + *, main > article > * + *, .crInner > * + *, .crReading > * + *, .crColumn > * + *, .crColumnCenter > * + * { margin-block-start: 0.75rem; }
}

.crFaq { background: linear-gradient(135deg, #261911 0%, #322218 100%); border: 1px solid #3D2D24; border-radius: 8px; box-shadow: 0 8px 24px rgba(13, 8, 5, 0.4), inset 0 1px 0 rgba(255,255,255,.06); border-top: 3px solid #FFB366; transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.crFaq + .crFaq { margin-block-start: 0.75rem; }
.crFaq[open] { border-color: #1B4D3E; }
.crFaqQ { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; cursor: pointer; list-style: none; }
.crFaqQ::-webkit-details-marker { display: none; }
.crFaqQ h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.crFaqQ::after { content: "\f107"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #FFB366; transition: transform 200ms; }
.crFaq[open] .crFaqQ::after { transform: rotate(180deg); }
.crFaqA { margin: 0; padding: 0 1rem 1rem; }
@media (max-width: 48rem) {
    .crFaqQ { padding: 1rem; }
    .crFaqA { padding: 0 1rem 1rem; }
}

.crCrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; padding: 1rem 0; font-size: 0.875rem; color: #E8E2D9; }
.crCrumbs a { color: #FFE4C4; }
.crCrumbs span { color: #FDFBF7; }

.crHead { background: #1C120C; border-bottom: 1px solid #3D2D24; padding: .75rem 3%; position: sticky; top: 0; z-index: 100; }
.crHeadInner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.crHeadBrand { display: inline-flex; align-items: center; gap: .5rem; color: #FDFBF7; }
.crHeadBrand img { border-radius: 4px; }
.crHeadBrand strong { font-size: 16px; font-weight: 400; }
.crHeadActions { display: flex; align-items: center; gap: .5rem; }

.crNotice, .crNoticeWarning, .crNoticeInfo, .crNoticeSuccess, .crNoticeError { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 8px; background: #261911; border: 1px solid #3D2D24; border-left: 4px solid #FFB366; }
.crNotice > i, .crNoticeWarning > i, .crNoticeInfo > i, .crNoticeSuccess > i, .crNoticeError > i { flex: 0 0 auto; margin-top: .2em; color: #FFB366; }
.crNoticeSuccess { border-left-color: #4CAF50; }
.crNoticeWarning { border-left-color: #FFA000; }
.crNoticeError { border-left-color: #D32F2F; }
.crNoticeInfo { border-left-color: #1976D2; }
.crNoticeSuccess > i { color: #4CAF50; }
.crNoticeWarning > i { color: #FFA000; }
.crNoticeError > i { color: #D32F2F; }
.crNoticeInfo > i { color: #1976D2; }

.crTableWrap { background: linear-gradient(135deg, #261911 0%, #322218 100%); border: 1px solid #3D2D24; border-radius: 8px; box-shadow: 0 8px 24px rgba(13, 8, 5, 0.4), inset 0 1px 0 rgba(255,255,255,.06); border-top: 3px solid #FFB366; overflow-x: auto; max-width: 100%; }
.crTable { width: 100%; table-layout: fixed; border-collapse: collapse; }
.crTable th, .crTable td { padding: 0.75rem; text-align: start; border-bottom: 1px solid #3D2D24; vertical-align: top; }
.crTable thead th { background: #322218; color: #FDFBF7; font-weight: 600; }
.crTable tbody tr:last-child td { border-bottom: 0; }
.crTable td:first-child { color: #BDB7AD; font-weight: 600; }

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

.crCard { background: linear-gradient(135deg, #261911 0%, #322218 100%); border: 1px solid #3D2D24; border-radius: 8px; box-shadow: 0 8px 24px rgba(13, 8, 5, 0.4), inset 0 1px 0 rgba(255,255,255,.06); border-top: 3px solid #FFB366; padding: 1rem; display: flex; flex-direction: column; gap: 0.75rem; transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.crCard:hover { background: linear-gradient(135deg, #261911 0%, #3E2F26 100%); box-shadow: 0 12px 32px rgba(13, 8, 5, 0.5), inset 0 1px 0 rgba(255,255,255,.06); }
@media (max-width: 48rem) {
    .crCard { padding: 1rem; }
}
.crCard > img { width: 100%; height: auto; display: block; }

.crBottom { background: #1C120C; border-top: 1px solid #3D2D24; padding: 3rem 3% 2rem; color: #BDB7AD; }
.crBottomGrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; text-align: center; }
.crBottomCol > p, .crBottomCol > h3 { font-size: 0.875rem; font-weight: 700; color: #FDFBF7; margin: 0 0 .75rem; text-transform: uppercase; letter-spacing: .05em; }
.crBottomCol ul { list-style: none; padding: 0; margin: 0; }
.crBottomCol li + li { margin-block-start: .5rem; }
.crBottomCol a { color: #BDB7AD; font-size: 0.875rem; }
.crBottomCol a:hover { color: #FFF5E6; }
.crBottomMeta { margin-block-start: 2rem; padding-block-start: 1.5rem; border-top: 1px solid #3D2D24; text-align: center; font-size: 0.875rem; }
.crBottomMeta > * + * { margin-block-start: .5rem; }

.crAction, .crActionSm, .crActionFull, .crActionOutline { background: #FFB366; color: #000000; border-radius: 4px; min-height: 44px; font-weight: 700; box-shadow: 0 0 0 1px rgba(255, 179, 102, 0.35), 0 6px 18px rgba(255, 179, 102, 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 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.crAction:hover, .crActionSm:hover, .crActionFull:hover, .crActionOutline:hover { background: #FFC991; box-shadow: 0 0 0 1px rgba(255, 179, 102, 0.5), 0 8px 26px rgba(255, 179, 102, 0.5); }
.crActionSm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.crActionFull { display: flex; width: 100%; }
.crActionOutline { background: transparent; background-image: none; color: #FDFBF7; border: 1px solid #4D3D34; box-shadow: none; }
.crActionOutline:hover { background: transparent; border-color: #1B4D3E; color: #FDFBF7; box-shadow: none; }

.crInner { width: 100%; max-width: 80rem; margin-inline: auto; }
.crReading { max-width: 66ch; margin-inline: auto; }
.crColumn, .crColumnCenter { display: block; }
.crColumnCenter { text-align: center; }
.crCluster, .crClusterCenter { display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem; }
.crClusterCenter { justify-content: center; }
.crGrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1rem; }
.crShowcase { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
.crMenu { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
@media (min-width: 48rem) {
    .crShowcase { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
    .crMenu { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
}
.crBullets { list-style: none; padding: 0; }
.crBullets > li { display: flex; align-items: flex-start; gap: .75rem; }
.crBullets > li + li { margin-block-start: .75rem; }
.crBullets > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #FFB366; }

.crBottombar { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.5rem; background: #261911; border-top: 1px solid #3D2D24; }
.crBottombarItem { display: flex; flex-direction: column; align-items: center; gap: .25rem; flex: 1 1 0; padding: .5rem 0; font-size: 0.75rem; color: #BDB7AD; }
.crBottombarItem i { font-size: 1.25rem; }
.crBottombarItem:hover { color: #FFB366; }

.crTiny { font-size: 0.875rem; }
.crQuiet { color: #BDB7AD; }
.crMid { text-align: center; }
.crHueAccent { color: #FFB366; }
.crHueSuccess { color: #4CAF50; }
.crHueWarning { color: #FFA000; }
.crHueError { color: #D32F2F; }
.crHueInfo { color: #1976D2; }

.crRail { 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; }
.crRail::-webkit-scrollbar { display: none; }
.crRailLink { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 4px; background: #261911; border: 1px solid #3D2D24; color: #E8E2D9; font-size: 0.875rem; transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.crRailLink:hover { border-color: #1B4D3E; color: #FDFBF7; }

main > section.crLayer { background: linear-gradient(180deg, #261911 0%, #1C120C 100%); padding-block: 2.5rem; }
@media (max-width: 48rem) {
    main > section.crLayer { padding-block: 1.5rem; }
}
.crHero { background: linear-gradient(180deg, #24241B 0%, #1C120C 100%); padding-block: 2.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    .crHero { padding-block: 1.5rem; }
}

.crGame { background: linear-gradient(135deg, #261911 0%, #322218 100%); border: 1px solid #3D2D24; border-radius: 8px; box-shadow: 0 8px 24px rgba(13, 8, 5, 0.4), inset 0 1px 0 rgba(255,255,255,.06); border-top: 3px solid #FFB366; display: flex; flex-direction: column; overflow: hidden; text-decoration: none; color: inherit; transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.crGame:hover { background: linear-gradient(135deg, #261911 0%, #3E2F26 100%); box-shadow: 0 12px 32px rgba(13, 8, 5, 0.5), inset 0 1px 0 rgba(255,255,255,.06); }
.crGameMedia { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.crGameMedia img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.crGame:hover .crGameMedia img { transform: scale(1.04); }
.crGamePlay { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #FFB366; color: #000000; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.crGame:hover .crGamePlay, .crGame:focus-visible .crGamePlay { opacity: 1; }
@media (hover: none) {
    .crGamePlay { opacity: 1; }
}
.crGameName { padding: .6rem .75rem; background: #322218; }
.crGameName h3 { margin: 0; font-size: 0.875rem; color: #FDFBF7; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
    .crGameName h3 { white-space: normal; }
}

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

.crMarker { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #322218; border: 1px solid #4D3D34; color: #FDFBF7; font-size: 0.875rem; }
.crMarker > i { color: #FFB366; }

.crMedal, .crMedalSuccess, .crMedalWarning, .crMedalError, .crMedalInfo { width: 2.75rem; height: 2.75rem; border-radius: 4px; background: linear-gradient(135deg, #1B4D3E 0%, #246351 100%); color: #000000; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.crMedalSuccess { background: #4CAF50; color: #FFF; }
.crMedalWarning { background: #FFA000; color: #FFF; }
.crMedalError { background: #D32F2F; color: #FFF; }
.crMedalInfo { background: #1976D2; color: #FFF; }

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