/* overflow-guard */
:root { --brand-primary: #5D2E6B; --brand-primary-hover: #723B81; --brand-secondary: #A89BA8; --brand-secondary-hover: #BDB2BD; --brand-accent: #00E676; --background-main: #081C16; --background-surface: #122821; --background-elevated: #1B332C; --background-overlay: rgba(8, 28, 22, 0.75); --text-primary: #FDFDFD; --text-secondary: #E0E0E0; --text-muted: #BDBDBD; --text-brand-contrast: #FFFFFF; --text-link: #C1FFD7; --text-link-hover: #E0FFE8; --button-bg: #00E676; --button-text: #000000; --button-hover-bg: #00C853; --button-hover-text: #000000; --semantic-success: #4CAF50; --success: #4CAF50; --semantic-error: #EF5350; --error: #EF5350; --semantic-warning: #FFB74D; --warning: #FFB74D; --semantic-info: #4FC3F7; --info: #4FC3F7; --border-default: #1D3B32; --border-strong: #2A4D43; --border-brand: #5D2E6B; --font-family-headings: Noto Serif Bengali, Playfair Display, 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.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: 72rem; --content-max-width: 72rem; --spacing-reading-max-width: 64ch; --reading-max-width: 64ch; --radius-sm: 6px; --radius-md: 12px; --radius-lg: 18px; --radius-pill: 9999px; --shadow-card: 0 1px 2px rgba(4, 13, 10, 0.5), 0 16px 32px rgba(4, 13, 10, 0.4); --shadow-elevated: 0 2px 4px rgba(4, 13, 10, 0.5), 0 24px 48px rgba(4, 13, 10, 0.5); --shadow-glow: 0 0 0 1px rgba(0, 230, 118, 0.35), 0 6px 18px rgba(0, 230, 118, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.06); --gradient-brand: linear-gradient(135deg, #5D2E6B 0%, #723B81 100%); --gradient-hero: linear-gradient(180deg, #222931 0%, #081C16 100%); --gradient-surface: linear-gradient(180deg, #1B332C 0%, #122821 100%); --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: #081C16; color: #E0E0E0; font-family: Noto Sans Bengali, Source Sans 3, sans-serif; font-weight: 400; line-height: 1.65; padding-bottom: 4.25rem; -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 Serif Bengali, Playfair Display, serif; line-height: 1.3; letter-spacing: 0; color: #FDFDFD; }
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: #E0E0E0; }
ul, ol { margin: 0; }
a { color: #C1FFD7; text-decoration: none; transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
a:hover { color: #E0FFE8; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #00E676; 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 > * + *, .spWrap > * + *, .spProse > * + *, .spFlow > * + *, .spFlowCenter > * + * { margin-block-start: 1rem; }
@media (max-width: 48rem) {
  main > section { padding-block: 1.5rem; }
  main > section > * + *, main > article > * + *, .spWrap > * + *, .spProse > * + *, .spFlow > * + *, .spFlowCenter > * + * { margin-block-start: 0.75rem; }
}

.spFactsWrap { background: linear-gradient(180deg, #1B332C 0%, #122821 100%); border: 1px solid #1D3B32; border-radius: 12px; box-shadow: 0 1px 2px rgba(4, 13, 10, 0.5), 0 16px 32px rgba(4, 13, 10, 0.4), inset 0 1px 0 rgba(255,255,255,.06); overflow-x: auto; max-width: 100%; }
.spFacts { width: 100%; table-layout: fixed; border-collapse: collapse; }
.spFacts th, .spFacts td { padding: 0.75rem; text-align: start; border-bottom: 1px solid #1D3B32; vertical-align: top; }
.spFacts thead th { background: #1B332C; color: #FDFDFD; font-weight: 600; }
.spFacts tbody tr:last-child td { border-bottom: 0; }
.spFacts td:first-child { color: #BDBDBD; font-weight: 600; }

.spRoute { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; padding: 1rem 0; font-size: 0.875rem; color: #E0E0E0; }
.spRoute a { color: #C1FFD7; }
.spRoute span { color: #FDFDFD; }

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

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

.spQa { background: linear-gradient(180deg, #1B332C 0%, #122821 100%); border: 1px solid #1D3B32; border-radius: 12px; box-shadow: 0 1px 2px rgba(4, 13, 10, 0.5), 0 16px 32px rgba(4, 13, 10, 0.4), inset 0 1px 0 rgba(255,255,255,.06); transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.spQa + .spQa { margin-block-start: 0.75rem; }
.spQa[open] { border-color: #5D2E6B; }
.spQaQ { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; cursor: pointer; list-style: none; }
.spQaQ::-webkit-details-marker { display: none; }
.spQaQ h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.spQaQ::after { content: "\f107"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #00E676; transition: transform 200ms; }
.spQa[open] .spQaQ::after { transform: rotate(180deg); }
.spQaA { margin: 0; padding: 0 1rem 1rem; }
@media (max-width: 48rem) {
  .spQaQ { padding: 1rem; }
  .spQaA { padding: 0 1rem 1rem; }
}

main > section.spStripe { background: #122821; padding-block: 2.5rem; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
  main > section.spStripe { padding-block: 1.5rem; }
}
.spSplash { background: linear-gradient(180deg, #222931 0%, #081C16 100%); padding-block: 2.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
  .spSplash { padding-block: 1.5rem; }
}

.spTabbar { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.25rem; background: #122821; border-top: 1px solid #1D3B32; }
.spTabbarItem { display: flex; flex-direction: column; align-items: center; gap: .25rem; flex: 1 1 0; padding: .5rem 0; font-size: 0.75rem; color: #BDBDBD; }
.spTabbarItem i { font-size: 1.25rem; }
.spTabbarItem:hover { color: #00E676; }

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

.spFooter { background: #081C16; border-top: 1px solid #1D3B32; padding: 3rem 3% 2rem; color: #BDBDBD; }
.spFooterGrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; text-align: center; }
.spFooterCol > p, .spFooterCol > h3 { font-size: 0.875rem; font-weight: 700; color: #FDFDFD; margin: 0 0 .75rem; text-transform: uppercase; letter-spacing: .05em; }
.spFooterCol ul { list-style: none; padding: 0; margin: 0; }
.spFooterCol li + li { margin-block-start: .5rem; }
.spFooterCol a { color: #BDBDBD; font-size: 0.875rem; }
.spFooterCol a:hover { color: #E0FFE8; }
.spFooterMeta { margin-block-start: 2rem; padding-block-start: 1.5rem; border-top: 1px solid #1D3B32; text-align: center; font-size: 0.875rem; }
.spFooterMeta > * + * { margin-block-start: .5rem; }

.spChip { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #1B332C; border: 1px solid #2A4D43; color: #FDFDFD; font-size: 0.875rem; }
.spChip > i { color: #00E676; }

.spWrap { width: 100%; max-width: 72rem; margin-inline: auto; }
.spProse { max-width: 64ch; margin-inline: auto; }
.spFlow, .spFlowCenter { display: block; }
.spFlowCenter { text-align: center; }
.spStrip, .spStripCenter { display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem; }
.spStripCenter { justify-content: center; }
.spGrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1rem; }
.spDeck { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
.spCats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
@media (min-width: 48rem) {
  .spDeck { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
  .spCats { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
}
.spPoints { list-style: none; padding: 0; }
.spPoints > li { display: flex; align-items: flex-start; gap: .75rem; }
.spPoints > li + li { margin-block-start: .75rem; }
.spPoints > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #00E676; }

.spGame { background: linear-gradient(180deg, #1B332C 0%, #122821 100%); border: 1px solid #1D3B32; border-radius: 12px; box-shadow: 0 1px 2px rgba(4, 13, 10, 0.5), 0 16px 32px rgba(4, 13, 10, 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 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.spGame:hover { transform: translateY(-2px); box-shadow: 0 2px 4px rgba(4, 13, 10, 0.5), 0 24px 48px rgba(4, 13, 10, 0.5), inset 0 1px 0 rgba(255,255,255,.06); }
.spGameMedia { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.spGameMedia img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.spGame:hover .spGameMedia img { transform: scale(1.04); }
.spGamePlay { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #00E676; color: #000000; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.spGame:hover .spGamePlay, .spGame:focus-visible .spGamePlay { opacity: 1; }
@media (hover: none) {
  .spGamePlay { opacity: 1; }
}
.spGame { position: relative; }
.spGameName { position: absolute; inset: auto 0 0 0; padding: .6rem .75rem; background: linear-gradient(180deg, transparent 0%, rgba(8, 28, 22, 0.75) 100%); }
.spGameName h3 { margin: 0; font-size: 0.875rem; color: #FDFDFD; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
  .spGameName h3 { white-space: normal; }
}

.spHead { background: #081C16; border-bottom: 1px solid #1D3B32; padding: .75rem 3%; position: sticky; top: 0; z-index: 100; }
.spHeadInner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.spHeadBrand { display: inline-flex; align-items: center; gap: .5rem; color: #FDFDFD; }
.spHeadBrand img { border-radius: 6px; }
.spHeadBrand strong { font-size: 16px; font-weight: 400; }
.spHeadActions { display: flex; align-items: center; gap: .5rem; }

.spAlert, .spAlertWarning, .spAlertInfo, .spAlertSuccess, .spAlertError { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 12px; background: #122821; border: 1px solid #1D3B32; border-left: 4px solid #00E676; }
.spAlert > i, .spAlertWarning > i, .spAlertInfo > i, .spAlertSuccess > i, .spAlertError > i { flex: 0 0 auto; margin-top: .2em; color: #00E676; }
.spAlertSuccess { border-left-color: #4CAF50; }
.spAlertWarning { border-left-color: #FFB74D; }
.spAlertError { border-left-color: #EF5350; }
.spAlertInfo { border-left-color: #4FC3F7; }
.spAlertSuccess > i { color: #4CAF50; }
.spAlertWarning > i { color: #FFB74D; }
.spAlertError > i { color: #EF5350; }
.spAlertInfo > i { color: #4FC3F7; }

.spRail { 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; }
.spRail::-webkit-scrollbar { display: none; }
.spRailLink { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 6px; background: #122821; border: 1px solid #1D3B32; color: #E0E0E0; font-size: 0.875rem; transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.spRailLink:hover { border-color: #5D2E6B; color: #FDFDFD; }

.spBadge, .spBadgeSuccess, .spBadgeWarning, .spBadgeError, .spBadgeInfo { width: 2.75rem; height: 2.75rem; border-radius: 50%; background: linear-gradient(135deg, #5D2E6B 0%, #723B81 100%); color: #FFFFFF; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.spBadgeSuccess { background: #4CAF50; color: #FFF; }
.spBadgeWarning { background: #FFB74D; color: #FFF; }
.spBadgeError { background: #EF5350; color: #FFF; }
.spBadgeInfo { background: #4FC3F7; color: #FFF; }

.spPress, .spPressSm, .spPressFull, .spPressOutline { background: #00E676; color: #000000; border-radius: 12px; min-height: 44px; font-weight: 700; box-shadow: 0 0 0 1px rgba(0, 230, 118, 0.35), 0 6px 18px rgba(0, 230, 118, 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; }
.spPress:hover, .spPressSm:hover, .spPressFull:hover, .spPressOutline:hover { background: #00C853; box-shadow: 0 0 0 1px rgba(0, 230, 118, 0.5), 0 8px 26px rgba(0, 230, 118, 0.5); }
.spPressSm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.spPressFull { display: flex; width: 100%; }
.spPressOutline { background: transparent; background-image: none; color: #FDFDFD; border: 1px solid #2A4D43; box-shadow: none; }
.spPressOutline:hover { background: transparent; border-color: #5D2E6B; color: #FDFDFD; box-shadow: none; }

.spMinor { font-size: 0.875rem; }
.spQuiet { color: #BDBDBD; }
.spAxis { text-align: center; }
.spHueAccent { color: #00E676; }
.spHueSuccess { color: #4CAF50; }
.spHueWarning { color: #FFB74D; }
.spHueError { color: #EF5350; }
.spHueInfo { color: #4FC3F7; }

/* page */
.spProviderName {
            font-weight: 700;
            letter-spacing: 0.5px;
            display: block;
            margin-bottom: 4px;
        }
