/* overflow-guard */
:root { --brand-primary: #006D77; --brand-primary-hover: #00838D; --brand-secondary: #8B9A9E; --brand-secondary-hover: #A0B0B5; --brand-accent: #FF6B6B; --background-main: #081C21; --background-surface: #122A31; --background-elevated: #1C3B43; --background-overlay: rgba(8, 28, 33, 0.75); --text-primary: #FDFDFD; --text-secondary: #DDE2E4; --text-muted: #BCC3C6; --text-brand-contrast: #FFFFFF; --text-link: #D1E8FF; --text-link-hover: #FFFFFF; --button-bg: #FF6B6B; --button-text: #FFFFFF; --button-hover-bg: #FF4D4D; --button-hover-text: #FFFFFF; --semantic-success: #4CAF50; --success: #4CAF50; --semantic-error: #E53935; --error: #E53935; --semantic-warning: #FFB300; --warning: #FFB300; --semantic-info: #2196F3; --info: #2196F3; --border-default: #1D3B43; --border-strong: #2D5B66; --border-brand: #006D77; --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.25; --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: 68ch; --reading-max-width: 68ch; --radius-sm: 6px; --radius-md: 12px; --radius-lg: 18px; --radius-pill: 9999px; --shadow-card: 4px 4px 0 #040E10; --shadow-elevated: 6px 6px 0 #040E10; --shadow-glow: 0 0 0 1px rgba(255, 107, 107, 0.35), 0 6px 18px rgba(255, 107, 107, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.05); --gradient-brand: linear-gradient(135deg, #006D77 0%, #00838D 100%); --gradient-hero: linear-gradient(180deg, #0E3940 0%, #081C21 100%); --gradient-surface: linear-gradient(#1C3B43, #1C3B43); --gradient-button: none; --effects-accent-bar: none; --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: #081C21; color: #DDE2E4; font-family: Noto Sans Bengali, Source Sans 3, sans-serif; font-weight: 400; line-height: 1.65; 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: Noto Serif Bengali, Playfair Display, serif; line-height: 1.25; 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: #DDE2E4; }
ul, ol { margin: 0; }
a { color: #D1E8FF; text-decoration: none; transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
a:hover { color: #FFFFFF; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #FF6B6B; 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 > * + *, .xnrWrap > * + *, .xnrCopy > * + *, .xnrColumn > * + *, .xnrColumnCenter > * + * { margin-block-start: 1rem; }
@media (max-width: 48rem) {
  main > section { padding-block: 1.5rem; }
  main > section > * + *, main > article > * + *, .xnrWrap > * + *, .xnrCopy > * + *, .xnrColumn > * + *, .xnrColumnCenter > * + * { margin-block-start: 0.75rem; }
}

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

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

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

.xnrTiny { font-size: 0.875rem; }
.xnrSoft { color: #BCC3C6; }
.xnrCentered { text-align: center; }
.xnrInkAccent { color: #FF6B6B; }
.xnrInkSuccess { color: #4CAF50; }
.xnrInkWarning { color: #FFB300; }
.xnrInkError { color: #E53935; }
.xnrInkInfo { color: #2196F3; }

.xnrAction, .xnrActionSm, .xnrActionFull, .xnrActionOutline { background: #FF6B6B; color: #FFFFFF; border-radius: 12px; min-height: 44px; font-weight: 700; box-shadow: 0 0 0 1px rgba(255, 107, 107, 0.35), 0 6px 18px rgba(255, 107, 107, 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; }
.xnrAction:hover, .xnrActionSm:hover, .xnrActionFull:hover, .xnrActionOutline:hover { background: #FF4D4D; box-shadow: 0 0 0 1px rgba(255, 107, 107, 0.5), 0 8px 26px rgba(255, 107, 107, 0.5); }
.xnrActionSm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.xnrActionFull { display: flex; width: 100%; }
.xnrActionOutline { background: transparent; background-image: none; color: #FDFDFD; border: 1px solid #2D5B66; box-shadow: none; }
.xnrActionOutline:hover { background: transparent; border-color: #006D77; color: #FDFDFD; box-shadow: none; }

.xnrChips { 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; }
.xnrChips::-webkit-scrollbar { display: none; }
.xnrChipsLink { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 6px; background: #122A31; border: 1px solid #1D3B43; color: #DDE2E4; font-size: 0.875rem; transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.xnrChipsLink:hover { border-color: #006D77; color: #FDFDFD; }

.xnrGamecard { background: #1C3B43; border: 1px solid #1D3B43; border-radius: 12px; box-shadow: 4px 4px 0 #040E10, inset 0 1px 0 rgba(255,255,255,.05); 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; }
.xnrGamecard:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #040E10, inset 0 1px 0 rgba(255,255,255,.05); }
.xnrGamecardMedia { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.xnrGamecardMedia img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.xnrGamecard:hover .xnrGamecardMedia img { transform: scale(1.04); }
.xnrGamecardPlay { position: absolute; bottom: .5rem; right: .5rem; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #FF6B6B; color: #FFFFFF; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.xnrGamecard:hover .xnrGamecardPlay, .xnrGamecard:focus-visible .xnrGamecardPlay { opacity: 1; }
@media (hover: none) {
  .xnrGamecardPlay { opacity: 1; }
}
.xnrGamecard { position: relative; }
.xnrGamecardName { position: absolute; inset: auto 0 0 0; padding: .6rem .75rem; background: linear-gradient(180deg, transparent 0%, rgba(8, 28, 33, 0.75) 100%); }
.xnrGamecardName h3 { margin: 0; font-size: 0.875rem; color: #FDFDFD; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
  .xnrGamecardName h3 { white-space: normal; }
}

.xnrWrap { width: 100%; max-width: 72rem; margin-inline: auto; }
.xnrCopy { max-width: 68ch; margin-inline: auto; }
.xnrColumn, .xnrColumnCenter { display: block; }
.xnrColumnCenter { text-align: center; }
.xnrInline, .xnrInlineCenter { display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem; }
.xnrInlineCenter { justify-content: center; }
.xnrMosaic { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1rem; }
.xnrShelf { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
.xnrBlocks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
@media (min-width: 48rem) {
  .xnrShelf { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
  .xnrBlocks { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
}
.xnrBullets { list-style: none; padding: 0; }
.xnrBullets > li { display: flex; align-items: flex-start; gap: .75rem; }
.xnrBullets > li + li { margin-block-start: .75rem; }
.xnrBullets > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #FF6B6B; }

.xnrNote, .xnrNoteWarning, .xnrNoteInfo, .xnrNoteSuccess, .xnrNoteError { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 12px; background: #122A31; border: 1px solid #1D3B43; border-left: 4px solid #FF6B6B; }
.xnrNote > i, .xnrNoteWarning > i, .xnrNoteInfo > i, .xnrNoteSuccess > i, .xnrNoteError > i { flex: 0 0 auto; margin-top: .2em; color: #FF6B6B; }
.xnrNoteSuccess { border-left-color: #4CAF50; }
.xnrNoteWarning { border-left-color: #FFB300; }
.xnrNoteError { border-left-color: #E53935; }
.xnrNoteInfo { border-left-color: #2196F3; }
.xnrNoteSuccess > i { color: #4CAF50; }
.xnrNoteWarning > i { color: #FFB300; }
.xnrNoteError > i { color: #E53935; }
.xnrNoteInfo > i { color: #2196F3; }

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

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

.xnrBadge, .xnrBadgeSuccess, .xnrBadgeWarning, .xnrBadgeError, .xnrBadgeInfo { width: 2.75rem; height: 2.75rem; border-radius: 50%; background: linear-gradient(135deg, #006D77 0%, #00838D 100%); color: #FFFFFF; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.xnrBadgeSuccess { background: #4CAF50; color: #FFF; }
.xnrBadgeWarning { background: #FFB300; color: #FFF; }
.xnrBadgeError { background: #E53935; color: #FFF; }
.xnrBadgeInfo { background: #2196F3; color: #FFF; }

.xnrFactsWrap { background: #1C3B43; border: 1px solid #1D3B43; border-radius: 12px; box-shadow: 4px 4px 0 #040E10, inset 0 1px 0 rgba(255,255,255,.05); overflow-x: auto; max-width: 100%; }
.xnrFacts { width: 100%; table-layout: fixed; border-collapse: collapse; }
.xnrFacts th, .xnrFacts td { padding: 0.75rem; text-align: start; border-bottom: 1px solid #1D3B43; vertical-align: top; }
.xnrFacts thead th { background: #1C3B43; color: #FDFDFD; font-weight: 600; }
.xnrFacts tbody tr:last-child td { border-bottom: 0; }
.xnrFacts td:first-child { color: #BCC3C6; font-weight: 600; }

.xnrReveal { background: #1C3B43; border: 1px solid #1D3B43; border-radius: 12px; box-shadow: 4px 4px 0 #040E10, inset 0 1px 0 rgba(255,255,255,.05); transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.xnrReveal + .xnrReveal { margin-block-start: 0.75rem; }
.xnrReveal[open] { border-color: #006D77; }
.xnrRevealQ { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; cursor: pointer; list-style: none; }
.xnrRevealQ::-webkit-details-marker { display: none; }
.xnrRevealQ h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.xnrRevealQ::after { content: "\f107"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #FF6B6B; transition: transform 200ms; }
.xnrReveal[open] .xnrRevealQ::after { transform: rotate(180deg); }
.xnrRevealA { margin: 0; padding: 0 1rem 1rem; }
@media (max-width: 48rem) {
  .xnrRevealQ { padding: 1rem; }
  .xnrRevealA { padding: 0 1rem 1rem; }
}

.xnrChip { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #1C3B43; border: 1px solid #2D5B66; color: #FDFDFD; font-size: 0.875rem; }
.xnrChip > i { color: #FF6B6B; }

.xnrQuicknav { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.5rem; background: #122A31; border-top: 1px solid #1D3B43; }
.xnrQuicknavItem { display: flex; flex-direction: column; align-items: center; gap: .25rem; flex: 1 1 0; padding: .5rem 0; font-size: 0.75rem; color: #BCC3C6; }
.xnrQuicknavItem i { font-size: 1.25rem; }
.xnrQuicknavItem:hover { color: #FF6B6B; }

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

main > section.xnrBelt { background: #122A31; padding-block: 2.5rem; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
  main > section.xnrBelt { padding-block: 1.5rem; }
}
.xnrHero { background: linear-gradient(180deg, #0E3940 0%, #081C21 100%); padding-block: 2.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
  .xnrHero { padding-block: 1.5rem; }
}

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