/* overflow-guard */
:root { --brand-primary: #00a86b; --brand-primary-hover: #00c282; --brand-secondary: #c0c0b0; --brand-secondary-hover: #d1d1c0; --brand-accent: #d4af37; --background-main: #061c21; --background-surface: #0c282e; --background-elevated: #12343a; --background-overlay: rgba(6, 28, 33, 0.8); --text-primary: #f5f5f0; --text-secondary: #dededa; --text-muted: #bdbdbd; --text-brand-contrast: #000000; --text-link: #e6e6fa; --text-link-hover: #ffffff; --button-bg: #d4af37; --button-text: #000000; --button-hover-bg: #b8962e; --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: #1a3d44; --border-strong: #25525b; --border-brand: #00a86b; --font-family-headings: Rajdhani, Noto Sans Bengali, sans-serif; --font-family-body: Manrope, 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: 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.25; --line-height-body: 1.55; --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: 74rem; --content-max-width: 74rem; --spacing-reading-max-width: 70ch; --reading-max-width: 70ch; --radius-sm: 6px; --radius-md: 12px; --radius-lg: 18px; --radius-pill: 9999px; --shadow-card: 0 1px 2px rgba(3, 13, 15, 0.5), 0 16px 32px rgba(3, 13, 15, 0.4); --shadow-elevated: 0 2px 4px rgba(3, 13, 15, 0.5), 0 24px 48px rgba(3, 13, 15, 0.5); --shadow-glow: 0 0 0 1px rgba(212, 175, 55, 0.35), 0 6px 18px rgba(212, 175, 55, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.06); --gradient-brand: linear-gradient(135deg, #00a86b 0%, #00c282 100%); --gradient-hero: linear-gradient(180deg, #09443b 0%, #061c21 100%); --gradient-surface: linear-gradient(180deg, #12343a 0%, #0c282e 100%); --gradient-button: linear-gradient(135deg, #dcbd5b 0%, #d4af37 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: #061c21; color: #dededa; font-family: Manrope, Noto Sans Bengali, 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: Rajdhani, Noto Sans Bengali, sans-serif; line-height: 1.25; letter-spacing: 0; color: #f5f5f0; }
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: #dededa; }
ul, ol { margin: 0; }
a { color: #e6e6fa; text-decoration: none; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
a:hover { color: #ffffff; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #d4af37; 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 > * + *, .svWrap > * + *, .svCopy > * + *, .svVlist > * + *, .svVlistCenter > * + * { margin-block-start: 1.25rem; }
@media (max-width: 48rem) {
    main > section { padding-block: 2rem; }
    main > section > * + *, main > article > * + *, .svWrap > * + *, .svCopy > * + *, .svVlist > * + *, .svVlistCenter > * + * { margin-block-start: 1rem; }
}

.svAccordion { background: linear-gradient(180deg, #12343a 0%, #0c282e 100%); border: 1px solid #1a3d44; border-radius: 12px; box-shadow: 0 1px 2px rgba(3, 13, 15, 0.5), 0 16px 32px rgba(3, 13, 15, 0.4), inset 0 1px 0 rgba(255,255,255,.06); transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.svAccordion + .svAccordion { margin-block-start: 1rem; }
.svAccordion[open] { border-color: #00a86b; }
.svAccordionQ { display: flex; align-items: flex-start; gap: 1rem; padding: 1.5rem; cursor: pointer; list-style: none; }
.svAccordionQ::-webkit-details-marker { display: none; }
.svAccordionQ h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.svAccordionQ::after { content: "\f078"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #d4af37; transition: transform 200ms; }
.svAccordion[open] .svAccordionQ::after { transform: rotate(180deg); }
.svAccordionA { margin: 0; padding: 0 1.5rem 1.5rem; }
@media (max-width: 48rem) {
    .svAccordionQ { padding: 1rem; }
    .svAccordionA { padding: 0 1rem 1rem; }
}

.svPanel { background: linear-gradient(180deg, #12343a 0%, #0c282e 100%); border: 1px solid #1a3d44; border-radius: 12px; box-shadow: 0 1px 2px rgba(3, 13, 15, 0.5), 0 16px 32px rgba(3, 13, 15, 0.4), inset 0 1px 0 rgba(255,255,255,.06); padding: 1.5rem; display: flex; flex-direction: column; gap: 1rem; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.svPanel:hover { transform: translateY(-2px); box-shadow: 0 2px 4px rgba(3, 13, 15, 0.5), 0 24px 48px rgba(3, 13, 15, 0.5), inset 0 1px 0 rgba(255,255,255,.06); }
@media (max-width: 48rem) {
    .svPanel { padding: 1rem; }
}
.svPanel > img { width: 100%; height: auto; display: block; }

.svFoot { background: #061c21; border-top: 1px solid #1a3d44; padding: 3rem 3% 2rem; color: #bdbdbd; }
.svFootGrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; text-align: center; }
.svFootCol > p, .svFootCol > h3 { font-size: 0.875rem; font-weight: 700; color: #f5f5f0; margin: 0 0 .75rem; text-transform: uppercase; letter-spacing: .05em; }
.svFootCol ul { list-style: none; padding: 0; margin: 0; }
.svFootCol li + li { margin-block-start: .5rem; }
.svFootCol a { color: #bdbdbd; font-size: 0.875rem; }
.svFootCol a:hover { color: #ffffff; }
.svFootMeta { margin-block-start: 2rem; padding-block-start: 1.5rem; border-top: 1px solid #1a3d44; text-align: center; font-size: 0.875rem; }
.svFootMeta > * + * { margin-block-start: .5rem; }

.svBtn, .svBtnSm, .svBtnFull, .svBtnOutline { background: linear-gradient(135deg, #dcbd5b 0%, #d4af37 100%); color: #000000; border-radius: 12px; min-height: 44px; font-weight: 700; box-shadow: 0 6px 16px rgba(212, 175, 55, 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; }
.svBtn:hover, .svBtnSm:hover, .svBtnFull:hover, .svBtnOutline:hover { background: #b8962e; box-shadow: 0 8px 22px rgba(212, 175, 55, 0.4); }
.svBtnSm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.svBtnFull { display: flex; width: 100%; }
.svBtnOutline { background: transparent; background-image: none; color: #f5f5f0; border: 1px solid #25525b; box-shadow: none; }
.svBtnOutline:hover { background: transparent; border-color: #00a86b; color: #f5f5f0; box-shadow: none; }

.svSub { font-size: 0.875rem; }
.svQuiet { color: #bdbdbd; }
.svCentered { text-align: center; }
.svToneAccent { color: #d4af37; }
.svToneSuccess { color: #2ecc71; }
.svToneWarning { color: #f1c40f; }
.svToneError { color: #e74c3c; }
.svToneInfo { color: #3498db; }

.svWrap { width: 100%; max-width: 74rem; margin-inline: auto; }
.svCopy { max-width: 70ch; margin-inline: auto; }
.svVlist, .svVlistCenter { display: block; }
.svVlistCenter { text-align: center; }
.svInline, .svInlineCenter { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.svInlineCenter { justify-content: center; }
.svGrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1.25rem; }
.svGames { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.svCats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
@media (min-width: 48rem) {
    .svGames { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; }
    .svCats { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
}
.svBullets { list-style: none; padding: 0; }
.svBullets > li { display: flex; align-items: flex-start; gap: .75rem; }
.svBullets > li + li { margin-block-start: .75rem; }
.svBullets > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #d4af37; }

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

.svPoster { background: linear-gradient(180deg, #12343a 0%, #0c282e 100%); border: 1px solid #1a3d44; border-radius: 12px; box-shadow: 0 1px 2px rgba(3, 13, 15, 0.5), 0 16px 32px rgba(3, 13, 15, 0.4), inset 0 1px 0 rgba(255,255,255,.06); 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; }
.svPoster:hover { transform: translateY(-2px); box-shadow: 0 2px 4px rgba(3, 13, 15, 0.5), 0 24px 48px rgba(3, 13, 15, 0.5), inset 0 1px 0 rgba(255,255,255,.06); }
.svPosterMedia { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.svPosterMedia img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.svPoster:hover .svPosterMedia img { transform: scale(1.04); }
.svPosterPlay { position: absolute; bottom: .5rem; right: .5rem; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #d4af37; color: #000000; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.svPoster:hover .svPosterPlay, .svPoster:focus-visible .svPosterPlay { opacity: 1; }
@media (hover: none) {
    .svPosterPlay { opacity: 1; }
}
.svPoster { position: relative; }
.svPosterName { position: absolute; inset: auto 0 0 0; padding: .6rem .75rem; background: linear-gradient(180deg, transparent 0%, rgba(6, 28, 33, 0.8) 100%); }
.svPosterName h3 { margin: 0; font-size: 0.875rem; color: #f5f5f0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
    .svPosterName h3 { white-space: normal; }
}

.svMarker { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #12343a; border: 1px solid #25525b; color: #f5f5f0; font-size: 0.875rem; }
.svMarker > i { color: #d4af37; }

.svMemo, .svMemoWarning, .svMemoInfo, .svMemoSuccess, .svMemoError { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 12px; background: #0c282e; border: 1px solid #1a3d44; border-left: 4px solid #d4af37; }
.svMemo > i, .svMemoWarning > i, .svMemoInfo > i, .svMemoSuccess > i, .svMemoError > i { flex: 0 0 auto; margin-top: .2em; color: #d4af37; }
.svMemoSuccess { border-left-color: #2ecc71; }
.svMemoWarning { border-left-color: #f1c40f; }
.svMemoError { border-left-color: #e74c3c; }
.svMemoInfo { border-left-color: #3498db; }
.svMemoSuccess > i { color: #2ecc71; }
.svMemoWarning > i { color: #f1c40f; }
.svMemoError > i { color: #e74c3c; }
.svMemoInfo > i { color: #3498db; }

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

.svLedgerWrap { background: linear-gradient(180deg, #12343a 0%, #0c282e 100%); border: 1px solid #1a3d44; border-radius: 12px; box-shadow: 0 1px 2px rgba(3, 13, 15, 0.5), 0 16px 32px rgba(3, 13, 15, 0.4), inset 0 1px 0 rgba(255,255,255,.06); overflow-x: auto; max-width: 100%; }
.svLedger { width: 100%; table-layout: fixed; border-collapse: collapse; }
.svLedger th, .svLedger td { padding: 1rem; text-align: start; border-bottom: 1px solid #1a3d44; vertical-align: top; }
.svLedger thead th { background: #12343a; color: #f5f5f0; font-weight: 600; }
.svLedger tbody tr:last-child td { border-bottom: 0; }
.svLedger td:first-child { color: #bdbdbd; font-weight: 600; }

.svBadge, .svBadgeSuccess, .svBadgeWarning, .svBadgeError, .svBadgeInfo { width: 2.75rem; height: 2.75rem; border-radius: 50%; background: linear-gradient(135deg, #00a86b 0%, #00c282 100%); color: #000000; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.svBadgeSuccess { background: #2ecc71; color: #fff; }
.svBadgeWarning { background: #f1c40f; color: #fff; }
.svBadgeError { background: #e74c3c; color: #fff; }
.svBadgeInfo { background: #3498db; color: #fff; }

main > section.svBelt { background: #0c282e; padding-block: 3.5rem; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    main > section.svBelt { padding-block: 2rem; }
}
.svStage { background: linear-gradient(180deg, #09443b 0%, #061c21 100%); padding-block: 3.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    .svStage { padding-block: 2rem; }
}

.svTabbar { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.75rem; background: #0c282e; border-top: 1px solid #1a3d44; }
.svTabbarItem { display: flex; flex-direction: column; align-items: center; gap: .25rem; flex: 1 1 0; padding: .5rem 0; font-size: 0.75rem; color: #bdbdbd; }
.svTabbarItem i { font-size: 1.25rem; }
.svTabbarItem:hover { color: #d4af37; }

.svHeader { background: #061c21; border-bottom: 1px solid #1a3d44; padding: .75rem 3%; position: sticky; top: 0; z-index: 100; }
.svHeaderInner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.svHeaderBrand { display: inline-flex; align-items: center; gap: .5rem; color: #f5f5f0; }
.svHeaderBrand img { border-radius: 6px; }
.svHeaderBrand strong { font-size: 16px; font-weight: 400; }
.svHeaderActions { display: flex; align-items: center; gap: .5rem; }

.svCrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; padding: 1rem 0; font-size: 0.875rem; color: #dededa; }
.svCrumbs a { color: #e6e6fa; }
.svCrumbs span { color: #f5f5f0; }

.svChips { 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; }
.svChips::-webkit-scrollbar { display: none; }
.svChipsLink { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 6px; background: #0c282e; border: 1px solid #1a3d44; color: #dededa; font-size: 0.875rem; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.svChipsLink:hover { border-color: #00a86b; color: #f5f5f0; }

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