/* overflow-guard */
:root { --brand-primary: #800020; --brand-primary-hover: #960028; --brand-secondary: #C0C0C0; --brand-secondary-hover: #D3D3D3; --brand-accent: #A5F2FF; --background-main: #0B1A0D; --background-surface: #132414; --background-elevated: #1B321C; --background-overlay: rgba(11, 26, 13, 0.75); --text-primary: #F8F9FA; --text-secondary: #E0E0E0; --text-muted: #BDBDBD; --text-brand-contrast: #FFFFFF; --text-link: #B8EFFF; --text-link-hover: #D1F5FF; --button-bg: #A5F2FF; --button-text: #0B1A0D; --button-hover-bg: #C2F9FF; --button-hover-text: #0B1A0D; --semantic-success: #2E7D32; --success: #2E7D32; --semantic-error: #C62828; --error: #C62828; --semantic-warning: #F9A825; --warning: #F9A825; --semantic-info: #1565C0; --info: #1565C0; --border-default: #1C3220; --border-strong: #2A4830; --border-brand: #800020; --font-family-headings: Hind Siliguri, Montserrat, sans-serif; --font-family-body: Noto Sans Bengali, Lato, 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: 800; --role-weight-h2: 700; --role-weight-h3: 700; --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: 78rem; --content-max-width: 78rem; --spacing-reading-max-width: 68ch; --reading-max-width: 68ch; --radius-sm: 4px; --radius-md: 8px; --radius-lg: 12px; --radius-pill: 9999px; --shadow-card: 4px 4px 0 #060D06; --shadow-elevated: 6px 6px 0 #060D06; --shadow-glow: 0 0 0 1px rgba(165, 242, 255, 0.35), 0 6px 18px rgba(165, 242, 255, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.05); --gradient-brand: linear-gradient(135deg, #800020 0%, #960028 100%); --gradient-hero: linear-gradient(180deg, #2B1C17 0%, #0B1A0D 100%); --gradient-surface: linear-gradient(#1B321C, #1B321C); --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: #0B1A0D; color: #E0E0E0; font-family: Noto Sans Bengali, Lato, 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, Montserrat, sans-serif; line-height: 1.25; letter-spacing: 0; color: #F8F9FA; }
h1 { font-size: 1.8rem; font-weight: 800; }
h2 { font-size: 1.5rem; font-weight: 700; }
h3 { font-size: 1rem; font-weight: 700; }
h4 { font-size: 1rem; font-weight: 600; }
p { margin: 0; color: #E0E0E0; }
ul, ol { margin: 0; }
a { color: #B8EFFF; text-decoration: none; transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
a:hover { color: #D1F5FF; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #A5F2FF; 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 > * + *, .bmk-holder > * + *, .bmk-reading > * + *, .bmk-pile > * + *, .bmk-pile-center > * + * { margin-block-start: 1.25rem; }
@media (max-width: 48rem) {
  main > section { padding-block: 2rem; }
  main > section > * + *, main > article > * + *, .bmk-holder > * + *, .bmk-reading > * + *, .bmk-pile > * + *, .bmk-pile-center > * + * { margin-block-start: 1rem; }
}

.bmk-disc, .bmk-disc-success, .bmk-disc-warning, .bmk-disc-error, .bmk-disc-info { width: 2.75rem; height: 2.75rem; border-radius: 4px; background: linear-gradient(135deg, #800020 0%, #960028 100%); color: #FFFFFF; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.bmk-disc-success { background: #2E7D32; color: #FFF; }
.bmk-disc-warning { background: #F9A825; color: #FFF; }
.bmk-disc-error { background: #C62828; color: #FFF; }
.bmk-disc-info { background: #1565C0; color: #FFF; }

.bmk-header { background: #0B1A0D; border-bottom: 1px solid #1C3220; padding: .75rem 3%; position: sticky; top: 0; z-index: 100; }
.bmk-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.bmk-header-brand { display: inline-flex; align-items: center; gap: .5rem; color: #F8F9FA; }
.bmk-header-brand img { border-radius: 4px; }
.bmk-header-brand strong { font-size: 16px; font-weight: 400; }
.bmk-header-actions { display: flex; align-items: center; gap: .5rem; }

.bmk-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; padding: 1rem 0; font-size: 0.875rem; color: #E0E0E0; }
.bmk-breadcrumb a { color: #B8EFFF; }
.bmk-breadcrumb span { color: #F8F9FA; }

.bmk-holder { width: 100%; max-width: 78rem; margin-inline: auto; }
.bmk-reading { max-width: 68ch; margin-inline: auto; }
.bmk-pile, .bmk-pile-center { display: block; }
.bmk-pile-center { text-align: center; }
.bmk-cluster, .bmk-cluster-center { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.bmk-cluster-center { justify-content: center; }
.bmk-lattice { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1.25rem; }
.bmk-shelf { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.bmk-picks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
@media (min-width: 48rem) {
  .bmk-shelf { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; }
  .bmk-picks { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
}
.bmk-checklist { list-style: none; padding: 0; }
.bmk-checklist > li { display: flex; align-items: flex-start; gap: .75rem; }
.bmk-checklist > li + li { margin-block-start: .75rem; }
.bmk-checklist > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #A5F2FF; }

.bmk-tabbar { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.75rem; background: #132414; border-top: 1px solid #1C3220; }
.bmk-tabbar-item { display: flex; flex-direction: column; align-items: center; gap: .25rem; flex: 1 1 0; padding: .5rem 0; font-size: 0.75rem; color: #BDBDBD; }
.bmk-tabbar-item i { font-size: 1.25rem; }
.bmk-tabbar-item:hover { color: #A5F2FF; }

.bmk-button, .bmk-button-sm, .bmk-button-full, .bmk-button-outline { background: #A5F2FF; color: #0B1A0D; border-radius: 4px; min-height: 44px; font-weight: 700; box-shadow: 0 0 0 1px rgba(165, 242, 255, 0.35), 0 6px 18px rgba(165, 242, 255, 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; }
.bmk-button:hover, .bmk-button-sm:hover, .bmk-button-full:hover, .bmk-button-outline:hover { background: #C2F9FF; box-shadow: 0 0 0 1px rgba(165, 242, 255, 0.5), 0 8px 26px rgba(165, 242, 255, 0.5); }
.bmk-button-sm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.bmk-button-full { display: flex; width: 100%; }
.bmk-button-outline { background: transparent; background-image: none; color: #F8F9FA; border: 1px solid #2A4830; box-shadow: none; }
.bmk-button-outline:hover { background: transparent; border-color: #800020; color: #F8F9FA; box-shadow: none; }

.bmk-minor { font-size: 0.875rem; }
.bmk-quiet { color: #BDBDBD; }
.bmk-centered { text-align: center; }
.bmk-tone-accent { color: #A5F2FF; }
.bmk-tone-success { color: #2E7D32; }
.bmk-tone-warning { color: #F9A825; }
.bmk-tone-error { color: #C62828; }
.bmk-tone-info { color: #1565C0; }

.bmk-reveal { background: #1B321C; border: 1px solid #1C3220; border-radius: 8px; box-shadow: 4px 4px 0 #060D06, inset 0 1px 0 rgba(255,255,255,.05); transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.bmk-reveal + .bmk-reveal { margin-block-start: 1rem; }
.bmk-reveal[open] { border-color: #800020; }
.bmk-reveal-q { display: flex; align-items: flex-start; gap: 1rem; padding: 1.5rem; cursor: pointer; list-style: none; }
.bmk-reveal-q::-webkit-details-marker { display: none; }
.bmk-reveal-q h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.bmk-reveal-q::after { content: "\f078"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #A5F2FF; transition: transform 200ms; }
.bmk-reveal[open] .bmk-reveal-q::after { transform: rotate(180deg); }
.bmk-reveal-a { margin: 0; padding: 0 1.5rem 1.5rem; }
@media (max-width: 48rem) {
  .bmk-reveal-q { padding: 1rem; }
  .bmk-reveal-a { padding: 0 1rem 1rem; }
}

.bmk-pair, .bmk-box.bmk-pair { display: flex; flex-direction: row; align-items: flex-start; gap: 1rem; }
.bmk-pair-body { flex: 1 1 auto; min-width: 0; }
.bmk-pair-body > * + * { margin-block-start: .5rem; }

.bmk-note, .bmk-note-warning, .bmk-note-info, .bmk-note-success, .bmk-note-error { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 8px; background: #132414; border: 1px solid #1C3220; border-left: 4px solid #A5F2FF; }
.bmk-note > i, .bmk-note-warning > i, .bmk-note-info > i, .bmk-note-success > i, .bmk-note-error > i { flex: 0 0 auto; margin-top: .2em; color: #A5F2FF; }
.bmk-note-success { border-left-color: #2E7D32; }
.bmk-note-warning { border-left-color: #F9A825; }
.bmk-note-error { border-left-color: #C62828; }
.bmk-note-info { border-left-color: #1565C0; }
.bmk-note-success > i { color: #2E7D32; }
.bmk-note-warning > i { color: #F9A825; }
.bmk-note-error > i { color: #C62828; }
.bmk-note-info > i { color: #1565C0; }

main > section.bmk-zone { background: #132414; padding-block: 3.5rem; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
  main > section.bmk-zone { padding-block: 2rem; }
}
.bmk-opening { background: linear-gradient(180deg, #2B1C17 0%, #0B1A0D 100%); padding-block: 3.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
  .bmk-opening { padding-block: 2rem; }
}

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

.bmk-game { background: #1B321C; border: 1px solid #1C3220; border-radius: 8px; box-shadow: 4px 4px 0 #060D06, 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; }
.bmk-game:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #060D06, inset 0 1px 0 rgba(255,255,255,.05); }
.bmk-game-media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.bmk-game-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.bmk-game:hover .bmk-game-media img { transform: scale(1.04); }
.bmk-game-play { position: absolute; top: .5rem; right: .5rem; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #A5F2FF; color: #0B1A0D; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.bmk-game:hover .bmk-game-play, .bmk-game:focus-visible .bmk-game-play { opacity: 1; }
@media (hover: none) {
  .bmk-game-play { opacity: 1; }
}
.bmk-game { position: relative; }
.bmk-game-name { position: absolute; inset: auto 0 0 0; padding: .6rem .75rem; background: linear-gradient(180deg, transparent 0%, rgba(11, 26, 13, 0.75) 100%); }
.bmk-game-name h3 { margin: 0; font-size: 0.875rem; color: #F8F9FA; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
  .bmk-game-name h3 { white-space: normal; }
}

.bmk-box { background: #1B321C; border: 1px solid #1C3220; border-radius: 8px; box-shadow: 4px 4px 0 #060D06, inset 0 1px 0 rgba(255,255,255,.05); padding: 1.5rem; display: flex; flex-direction: column; gap: 1rem; transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.bmk-box:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #060D06, inset 0 1px 0 rgba(255,255,255,.05); }
@media (max-width: 48rem) {
  .bmk-box { padding: 1rem; }
}
.bmk-box > img { width: 100%; height: auto; display: block; }

.bmk-sheet-wrap { background: #1B321C; border: 1px solid #1C3220; border-radius: 8px; box-shadow: 4px 4px 0 #060D06, inset 0 1px 0 rgba(255,255,255,.05); overflow-x: auto; max-width: 100%; }
.bmk-sheet { width: 100%; table-layout: fixed; border-collapse: collapse; }
.bmk-sheet th, .bmk-sheet td { padding: 1rem; text-align: start; border-bottom: 1px solid #1C3220; vertical-align: top; }
.bmk-sheet thead th { background: #1B321C; color: #F8F9FA; font-weight: 600; }
.bmk-sheet tbody tr:last-child td { border-bottom: 0; }
.bmk-sheet td:first-child { color: #BDBDBD; font-weight: 600; }

.bmk-ticker { 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; }
.bmk-ticker::-webkit-scrollbar { display: none; }
.bmk-ticker-link { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 4px; background: #132414; border: 1px solid #1C3220; color: #E0E0E0; font-size: 0.875rem; transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.bmk-ticker-link:hover { border-color: #800020; color: #F8F9FA; }

.bmk-token { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #1B321C; border: 1px solid #2A4830; color: #F8F9FA; font-size: 0.875rem; }
.bmk-token > i { color: #A5F2FF; }

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

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