/* overflow-guard */
:root { --brand-primary: #b21e31; --brand-primary-hover: #c42b3d; --brand-secondary: #a8b0b8; --brand-secondary-hover: #bcc4cd; --brand-accent: #00b2a9; --background-main: #0a1a0d; --background-surface: #112513; --background-elevated: #18301a; --background-overlay: rgba(10, 26, 13, 0.8); --text-primary: #f5f7f8; --text-secondary: #d1d9db; --text-muted: #b0b8b9; --text-brand-contrast: #ffffff; --text-link: #b2f5f3; --text-link-hover: #cffffe; --button-bg: #00b2a9; --button-text: #000000; --button-hover-bg: #00d1c8; --button-hover-text: #000000; --semantic-success: #2e8b57; --success: #2e8b57; --semantic-error: #d32f2f; --error: #d32f2f; --semantic-warning: #fbc02d; --warning: #fbc02d; --semantic-info: #2196f3; --info: #2196f3; --border-default: #1b321d; --border-strong: #2d4d31; --border-brand: #b21e31; --font-family-headings: Hind Siliguri, Oswald, 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: 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.3; --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: 70ch; --reading-max-width: 70ch; --radius-sm: 6px; --radius-md: 12px; --radius-lg: 18px; --radius-pill: 9999px; --shadow-card: 4px 4px 0 #050d06; --shadow-elevated: 6px 6px 0 #050d06; --shadow-glow: 0 0 0 1px rgba(0, 178, 169, 0.35), 0 6px 18px rgba(0, 178, 169, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.05); --gradient-brand: linear-gradient(135deg, #b21e31 0%, #c42b3d 100%); --gradient-hero: linear-gradient(180deg, #34231a 0%, #0a1a0d 100%); --gradient-surface: linear-gradient(#18301a, #18301a); --gradient-button: none; --effects-accent-bar: none; --recipes-transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; --transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
*, *::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: #0a1a0d; color: #d1d9db; font-family: Noto Sans Bengali, Source Sans 3, sans-serif; font-weight: 400; line-height: 1.55; 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, Oswald, sans-serif; line-height: 1.3; letter-spacing: 0; color: #f5f7f8; }
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: #d1d9db; }
ul, ol { margin: 0; }
a { color: #b2f5f3; text-decoration: none; transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
a:hover { color: #cffffe; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #00b2a9; 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 > * + *, .qqHolder > * + *, .qqCopy > * + *, .qqStack > * + *, .qqStackCenter > * + * { margin-block-start: 1rem; }
@media (max-width: 48rem) {
    main > section { padding-block: 1.5rem; }
    main > section > * + *, main > article > * + *, .qqHolder > * + *, .qqCopy > * + *, .qqStack > * + *, .qqStackCenter > * + * { margin-block-start: 0.75rem; }
}

.qqSlab { background: #18301a; border: 1px solid #1b321d; border-radius: 12px; box-shadow: 4px 4px 0 #050d06, inset 0 1px 0 rgba(255,255,255,.05); padding: 1rem; display: flex; flex-direction: column; gap: 0.75rem; transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.qqSlab:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #050d06, inset 0 1px 0 rgba(255,255,255,.05); }
@media (max-width: 48rem) {
    .qqSlab { padding: 1rem; }
}
.qqSlab > img { width: 100%; height: auto; display: block; }

.qqButton, .qqButtonSm, .qqButtonFull, .qqButtonOutline { background: #00b2a9; color: #000000; border-radius: 12px; min-height: 44px; font-weight: 700; box-shadow: 0 0 0 1px rgba(0, 178, 169, 0.35), 0 6px 18px rgba(0, 178, 169, 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 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.qqButton:hover, .qqButtonSm:hover, .qqButtonFull:hover, .qqButtonOutline:hover { background: #00d1c8; box-shadow: 0 0 0 1px rgba(0, 178, 169, 0.5), 0 8px 26px rgba(0, 178, 169, 0.5); }
.qqButtonSm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.qqButtonFull { display: flex; width: 100%; }
.qqButtonOutline { background: transparent; background-image: none; color: #f5f7f8; border: 1px solid #2d4d31; box-shadow: none; }
.qqButtonOutline:hover { background: transparent; border-color: #b21e31; color: #f5f7f8; box-shadow: none; }

.qqFine { font-size: 0.875rem; }
.qqQuiet { color: #b0b8b9; }
.qqCenter { text-align: center; }
.qqShadeAccent { color: #00b2a9; }
.qqShadeSuccess { color: #2e8b57; }
.qqShadeWarning { color: #fbc02d; }
.qqShadeError { color: #d32f2f; }
.qqShadeInfo { color: #2196f3; }

.qqBadge, .qqBadgeSuccess, .qqBadgeWarning, .qqBadgeError, .qqBadgeInfo { width: 2.75rem; height: 2.75rem; border-radius: 50%; background: linear-gradient(135deg, #b21e31 0%, #c42b3d 100%); color: #ffffff; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.qqBadgeSuccess { background: #2e8b57; color: #fff; }
.qqBadgeWarning { background: #fbc02d; color: #fff; }
.qqBadgeError { background: #d32f2f; color: #fff; }
.qqBadgeInfo { background: #2196f3; color: #fff; }

main > section.qqLayer { background: #112513; padding-block: 2.5rem; }
@media (max-width: 48rem) {
    main > section.qqLayer { padding-block: 1.5rem; }
}
.qqStage { background: linear-gradient(180deg, #34231a 0%, #0a1a0d 100%); padding-block: 2.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    .qqStage { padding-block: 1.5rem; }
}

.qqTopic { position: relative; }
.qqTopic::before { content: ""; display: block; width: 3rem; height: 6px; background-image: repeating-linear-gradient(90deg, #00b2a9 0 3px, transparent 3px 6px); margin-bottom: .6rem; }

.qqHolder { width: 100%; max-width: 80rem; margin-inline: auto; }
.qqCopy { max-width: 70ch; margin-inline: auto; }
.qqStack, .qqStackCenter { display: block; }
.qqStackCenter { text-align: center; }
.qqLine, .qqLineCenter { display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem; }
.qqLineCenter { justify-content: center; }
.qqLattice { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1rem; }
.qqGames { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
.qqMenu { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
@media (min-width: 48rem) {
    .qqGames { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
    .qqMenu { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
}
.qqChecklist { list-style: none; padding: 0; }
.qqChecklist > li { display: flex; align-items: flex-start; gap: .75rem; }
.qqChecklist > li + li { margin-block-start: .75rem; }
.qqChecklist > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #00b2a9; }

.qqPoster { background: #18301a; border: 1px solid #1b321d; border-radius: 12px; box-shadow: 4px 4px 0 #050d06, inset 0 1px 0 rgba(255,255,255,.05); display: flex; flex-direction: column; overflow: hidden; text-decoration: none; color: inherit; transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.qqPoster:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #050d06, inset 0 1px 0 rgba(255,255,255,.05); }
.qqPosterMedia { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.qqPosterMedia img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.qqPoster:hover .qqPosterMedia img { transform: scale(1.04); }
.qqPosterPlay { position: absolute; bottom: .5rem; right: .5rem; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #00b2a9; color: #000000; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.qqPoster:hover .qqPosterPlay, .qqPoster:focus-visible .qqPosterPlay { opacity: 1; }
@media (hover: none) {
    .qqPosterPlay { opacity: 1; }
}
.qqPoster { position: relative; }
.qqPosterName { position: absolute; inset: auto 0 0 0; padding: .6rem .75rem; background: linear-gradient(180deg, transparent 0%, rgba(10, 26, 13, 0.8) 100%); }
.qqPosterName h3 { margin: 0; font-size: 0.875rem; color: #f5f7f8; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
    .qqPosterName h3 { white-space: normal; }
}

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

.qqTopbar { background: #0a1a0d; border-bottom: 1px solid #1b321d; padding: .75rem 3%; position: sticky; top: 0; z-index: 100; }
.qqTopbarInner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.qqTopbarBrand { display: inline-flex; align-items: center; gap: .5rem; color: #f5f7f8; }
.qqTopbarBrand img { border-radius: 6px; }
.qqTopbarBrand strong { font-size: 16px; font-weight: 400; }
.qqTopbarActions { display: flex; align-items: center; gap: .5rem; }

.qqTableWrap { background: #18301a; border: 1px solid #1b321d; border-radius: 12px; box-shadow: 4px 4px 0 #050d06, inset 0 1px 0 rgba(255,255,255,.05); overflow-x: auto; max-width: 100%; }
.qqTable { width: 100%; table-layout: fixed; border-collapse: collapse; }
.qqTable th, .qqTable td { padding: 0.75rem; text-align: start; border-bottom: 1px solid #1b321d; vertical-align: top; }
.qqTable thead th { background: #18301a; color: #f5f7f8; font-weight: 600; }
.qqTable tbody tr:last-child td { border-bottom: 0; }
.qqTable td:first-child { color: #b0b8b9; font-weight: 600; }

.qqAccordion { background: #18301a; border: 1px solid #1b321d; border-radius: 12px; box-shadow: 4px 4px 0 #050d06, inset 0 1px 0 rgba(255,255,255,.05); transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.qqAccordion + .qqAccordion { margin-block-start: 0.75rem; }
.qqAccordion[open] { border-color: #b21e31; }
.qqAccordionQ { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; cursor: pointer; list-style: none; }
.qqAccordionQ::-webkit-details-marker { display: none; }
.qqAccordionQ h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.qqAccordionQ::after { content: "\f0d7"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #00b2a9; transition: transform 200ms; }
.qqAccordion[open] .qqAccordionQ::after { transform: rotate(180deg); }
.qqAccordionA { margin: 0; padding: 0 1rem 1rem; }
@media (max-width: 48rem) {
    .qqAccordionQ { padding: 1rem; }
    .qqAccordionA { padding: 0 1rem 1rem; }
}

.qqRail { 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; }
.qqRail::-webkit-scrollbar { display: none; }
.qqRailLink { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 6px; background: #112513; border: 1px solid #1b321d; color: #d1d9db; font-size: 0.875rem; transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.qqRailLink:hover { border-color: #b21e31; color: #f5f7f8; }

.qqToken { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #18301a; border: 1px solid #2d4d31; color: #f5f7f8; font-size: 0.875rem; }
.qqToken > i { color: #00b2a9; }

.qqPath { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; padding: 1rem 0; font-size: 0.875rem; color: #d1d9db; }
.qqPath a { color: #b2f5f3; }
.qqPath span { color: #f5f7f8; }

.qqBottombar { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.75rem; background: #112513; border-top: 1px solid #1b321d; }
.qqBottombarItem { display: flex; flex-direction: column; align-items: center; gap: .25rem; flex: 1 1 0; padding: .5rem 0; font-size: 0.75rem; color: #b0b8b9; }
.qqBottombarItem i { font-size: 1.25rem; }
.qqBottombarItem:hover { color: #00b2a9; }

.qqAlert, .qqAlertWarning, .qqAlertInfo, .qqAlertSuccess, .qqAlertError { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 12px; background: #112513; border: 1px solid #1b321d; border-left: 4px solid #00b2a9; }
.qqAlert > i, .qqAlertWarning > i, .qqAlertInfo > i, .qqAlertSuccess > i, .qqAlertError > i { flex: 0 0 auto; margin-top: .2em; color: #00b2a9; }
.qqAlertSuccess { border-left-color: #2e8b57; }
.qqAlertWarning { border-left-color: #fbc02d; }
.qqAlertError { border-left-color: #d32f2f; }
.qqAlertInfo { border-left-color: #2196f3; }
.qqAlertSuccess > i { color: #2e8b57; }
.qqAlertWarning > i { color: #fbc02d; }
.qqAlertError > i { color: #d32f2f; }
.qqAlertInfo > i { color: #2196f3; }

.qqBase { background: #0a1a0d; border-top: 1px solid #1b321d; padding: 3rem 3% 2rem; color: #b0b8b9; }
.qqBaseGrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; text-align: center; }
.qqBaseCol > p, .qqBaseCol > h3 { font-size: 0.875rem; font-weight: 700; color: #f5f7f8; margin: 0 0 .75rem; text-transform: uppercase; letter-spacing: .05em; }
.qqBaseCol ul { list-style: none; padding: 0; margin: 0; }
.qqBaseCol li + li { margin-block-start: .5rem; }
.qqBaseCol a { color: #b0b8b9; font-size: 0.875rem; }
.qqBaseCol a:hover { color: #cffffe; }
.qqBaseMeta { margin-block-start: 2rem; padding-block-start: 1.5rem; border-top: 1px solid #1b321d; text-align: center; font-size: 0.875rem; }
.qqBaseMeta > * + * { margin-block-start: .5rem; }

/* page */
.qqProviderName { font-weight: 700; letter-spacing: 0.5px; }
