/* overflow-guard */
:root { --brand-primary: #5A6E7A; --brand-primary-hover: #6B828F; --brand-secondary: #8B9BA3; --brand-secondary-hover: #9CAAB2; --brand-accent: #00C88D; --background-main: #0B1A0D; --background-surface: #142515; --background-elevated: #1C311D; --background-overlay: rgba(11, 26, 13, 0.75); --text-primary: #FDFDFD; --text-secondary: #D1D1D1; --text-muted: #BDBDBD; --text-brand-contrast: #FFFFFF; --text-link: #CDE8E2; --text-link-hover: #EBF5F2; --button-bg: #00C88D; --button-text: #000000; --button-hover-bg: #00E6A3; --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: #1C311D; --border-strong: #2A462B; --border-brand: #5A6E7A; --font-family-headings: Hind Siliguri, Sora, 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: 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.3; --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: 78rem; --content-max-width: 78rem; --spacing-reading-max-width: 62ch; --reading-max-width: 62ch; --radius-sm: 8px; --radius-md: 16px; --radius-lg: 24px; --radius-pill: 9999px; --shadow-card: 0 8px 24px rgba(5, 12, 6, 0.4); --shadow-elevated: 0 12px 32px rgba(5, 12, 6, 0.5); --shadow-glow: 0 0 0 1px rgba(0, 200, 141, 0.35), 0 6px 18px rgba(0, 200, 141, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.06); --gradient-brand: linear-gradient(135deg, #5A6E7A 0%, #6B828F 100%); --gradient-hero: linear-gradient(180deg, #23352B 0%, #0B1A0D 100%); --gradient-surface: linear-gradient(135deg, #142515 0%, #1C311D 100%); --gradient-button: none; --effects-accent-bar: #00C88D; --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: #0B1A0D; color: #D1D1D1; font-family: Noto Sans Bengali, Source Sans 3, sans-serif; font-weight: 400; line-height: 1.55; 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: Hind Siliguri, Sora, sans-serif; line-height: 1.3; 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: #D1D1D1; }
ul, ol { margin: 0; }
a { color: #CDE8E2; text-decoration: none; transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
a:hover { color: #EBF5F2; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #00C88D; 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 > * + *, .vrWrap > * + *, .vrProse > * + *, .vrPile > * + *, .vrPileCenter > * + * { margin-block-start: 1.25rem; }
@media (max-width: 48rem) {
    main > section { padding-block: 2rem; }
    main > section > * + *, main > article > * + *, .vrWrap > * + *, .vrProse > * + *, .vrPile > * + *, .vrPileCenter > * + * { margin-block-start: 1rem; }
}

.vrNote, .vrNoteWarning, .vrNoteInfo, .vrNoteSuccess, .vrNoteError { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 16px; background: #142515; border: 1px solid #1C311D; border-left: 4px solid #00C88D; }
.vrNote > i, .vrNoteWarning > i, .vrNoteInfo > i, .vrNoteSuccess > i, .vrNoteError > i { flex: 0 0 auto; margin-top: .2em; color: #00C88D; }
.vrNoteSuccess { border-left-color: #2ECC71; }
.vrNoteWarning { border-left-color: #F1C40F; }
.vrNoteError { border-left-color: #E74C3C; }
.vrNoteInfo { border-left-color: #3498DB; }
.vrNoteSuccess > i { color: #2ECC71; }
.vrNoteWarning > i { color: #F1C40F; }
.vrNoteError > i { color: #E74C3C; }
.vrNoteInfo > i { color: #3498DB; }

.vrMedal, .vrMedalSuccess, .vrMedalWarning, .vrMedalError, .vrMedalInfo { width: 2.75rem; height: 2.75rem; border-radius: 50%; background: linear-gradient(135deg, #5A6E7A 0%, #6B828F 100%); color: #FFFFFF; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.vrMedalSuccess { background: #2ECC71; color: #FFF; }
.vrMedalWarning { background: #F1C40F; color: #FFF; }
.vrMedalError { background: #E74C3C; color: #FFF; }
.vrMedalInfo { background: #3498DB; color: #FFF; }

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

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

.vrTopbar { background: #0B1A0D; border-bottom: 1px solid #1C311D; padding: .75rem 3%; position: sticky; top: 0; z-index: 100; }
.vrTopbarInner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.vrTopbarBrand { display: inline-flex; align-items: center; gap: .5rem; color: #FDFDFD; }
.vrTopbarBrand img { border-radius: 8px; }
.vrTopbarBrand strong { font-size: 16px; font-weight: 400; }
.vrTopbarActions { display: flex; align-items: center; gap: .5rem; }

.vrFaq { background: rgba(28, 49, 29, 0.65); border: 1px solid #1C311D; border-radius: 16px; box-shadow: 0 8px 24px rgba(5, 12, 6, 0.4), inset 0 1px 0 rgba(255,255,255,.06); border-top: 3px solid #00C88D; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.vrFaq + .vrFaq { margin-block-start: 1rem; }
.vrFaq[open] { border-color: #5A6E7A; }
.vrFaqQ { display: flex; align-items: flex-start; gap: 1rem; padding: 1.5rem; cursor: pointer; list-style: none; }
.vrFaqQ::-webkit-details-marker { display: none; }
.vrFaqQ h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.vrFaqQ::after { content: "\f107"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #00C88D; transition: transform 200ms; }
.vrFaq[open] .vrFaqQ::after { transform: rotate(180deg); }
.vrFaqA { margin: 0; padding: 0 1.5rem 1.5rem; }
@media (max-width: 48rem) {
    .vrFaqQ { padding: 1rem; }
    .vrFaqA { padding: 0 1rem 1rem; }
}

.vrSheetWrap { background: rgba(28, 49, 29, 0.65); border: 1px solid #1C311D; border-radius: 16px; box-shadow: 0 8px 24px rgba(5, 12, 6, 0.4), inset 0 1px 0 rgba(255,255,255,.06); border-top: 3px solid #00C88D; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); overflow-x: auto; max-width: 100%; }
.vrSheet { width: 100%; table-layout: fixed; border-collapse: collapse; }
.vrSheet th, .vrSheet td { padding: 1rem; text-align: start; border-bottom: 1px solid #1C311D; vertical-align: top; }
.vrSheet thead th { background: #1C311D; color: #FDFDFD; font-weight: 600; }
.vrSheet tbody tr:last-child td { border-bottom: 0; }
.vrSheet td:first-child { color: #BDBDBD; font-weight: 600; }

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

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

.vrGamecard { background: rgba(28, 49, 29, 0.65); border: 1px solid #1C311D; border-radius: 16px; box-shadow: 0 8px 24px rgba(5, 12, 6, 0.4), inset 0 1px 0 rgba(255,255,255,.06); border-top: 3px solid #00C88D; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); 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; }
.vrGamecard:hover { border-color: #5A6E7A; box-shadow: 0 12px 32px rgba(5, 12, 6, 0.5), inset 0 1px 0 rgba(255,255,255,.06); }
.vrGamecardMedia { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.vrGamecardMedia img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.vrGamecard:hover .vrGamecardMedia img { transform: scale(1.04); }
.vrGamecardPlay { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #00C88D; color: #000000; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.vrGamecard:hover .vrGamecardPlay, .vrGamecard:focus-visible .vrGamecardPlay { opacity: 1; }
@media (hover: none) {
    .vrGamecardPlay { opacity: 1; }
}
.vrGamecardName { padding: .6rem .75rem; background: #1C311D; }
.vrGamecardName h3 { margin: 0; font-size: 0.875rem; color: #FDFDFD; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
    .vrGamecardName h3 { white-space: normal; }
}

.vrWrap { width: 100%; max-width: 78rem; margin-inline: auto; }
.vrProse { max-width: 62ch; margin-inline: auto; }
.vrPile, .vrPileCenter { display: block; }
.vrPileCenter { text-align: center; }
.vrInline, .vrInlineCenter { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.vrInlineCenter { justify-content: center; }
.vrCells { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1.25rem; }
.vrDeck { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.vrBlocks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
@media (min-width: 48rem) {
    .vrDeck { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; }
    .vrBlocks { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
}
.vrTicks { list-style: none; padding: 0; }
.vrTicks > li { display: flex; align-items: flex-start; gap: .75rem; }
.vrTicks > li + li { margin-block-start: .75rem; }
.vrTicks > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #00C88D; }

.vrPress, .vrPressSm, .vrPressFull, .vrPressOutline { background: #00C88D; color: #000000; border-radius: 16px; min-height: 44px; font-weight: 700; box-shadow: 0 0 0 1px rgba(0, 200, 141, 0.35), 0 6px 18px rgba(0, 200, 141, 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; }
.vrPress:hover, .vrPressSm:hover, .vrPressFull:hover, .vrPressOutline:hover { background: #00E6A3; box-shadow: 0 0 0 1px rgba(0, 200, 141, 0.5), 0 8px 26px rgba(0, 200, 141, 0.5); }
.vrPressSm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.vrPressFull { display: flex; width: 100%; }
.vrPressOutline { background: transparent; background-image: none; color: #FDFDFD; border: 1px solid #2A462B; box-shadow: none; }
.vrPressOutline:hover { background: transparent; border-color: #5A6E7A; color: #FDFDFD; box-shadow: none; }

.vrFine { font-size: 0.875rem; }
.vrSoft { color: #BDBDBD; }
.vrMid { text-align: center; }
.vrHueAccent { color: #00C88D; }
.vrHueSuccess { color: #2ECC71; }
.vrHueWarning { color: #F1C40F; }
.vrHueError { color: #E74C3C; }
.vrHueInfo { color: #3498DB; }

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

.vrCard { background: rgba(28, 49, 29, 0.65); border: 1px solid #1C311D; border-radius: 16px; box-shadow: 0 8px 24px rgba(5, 12, 6, 0.4), inset 0 1px 0 rgba(255,255,255,.06); border-top: 3px solid #00C88D; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); padding: 1.5rem; display: flex; flex-direction: column; gap: 1rem; transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.vrCard:hover { border-color: #5A6E7A; box-shadow: 0 12px 32px rgba(5, 12, 6, 0.5), inset 0 1px 0 rgba(255,255,255,.06); }
@media (max-width: 48rem) {
    .vrCard { padding: 1rem; }
}
.vrCard > img { width: 100%; height: auto; display: block; }

.vrRail { 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; }
.vrRail::-webkit-scrollbar { display: none; }
.vrRailLink { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 8px; background: #142515; border: 1px solid #1C311D; color: #D1D1D1; font-size: 0.875rem; transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.vrRailLink:hover { border-color: #5A6E7A; color: #FDFDFD; }

main > section.vrStripe { background: linear-gradient(180deg, #142515 0%, #0B1A0D 100%); padding-block: 3.5rem; }
@media (max-width: 48rem) {
    main > section.vrStripe { padding-block: 2rem; }
}
.vrHero { background: linear-gradient(180deg, #23352B 0%, #0B1A0D 100%); padding-block: 3.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    .vrHero { padding-block: 2rem; }
}

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

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