/* overflow-guard */
:root { --brand-primary: #3f4bcc; --brand-primary-hover: #525ddf; --brand-secondary: #a8b0c5; --brand-secondary-hover: #c0c8d9; --brand-accent: #e6f23e; --background-main: #210b12; --background-surface: #2b1119; --background-elevated: #351721; --background-overlay: rgba(33, 11, 18, 0.75); --text-primary: #fdfdfd; --text-secondary: #e0e0e0; --text-muted: #bdbdbd; --text-brand-contrast: #ffffff; --text-link: #d1e8b0; --text-link-hover: #eaf5d0; --button-bg: #e6f23e; --button-text: #000000; --button-hover-bg: #c9d635; --button-hover-text: #000000; --semantic-success: #4caf50; --success: #4caf50; --semantic-error: #ef5350; --error: #ef5350; --semantic-warning: #ffb74d; --warning: #ffb74d; --semantic-info: #64b5f6; --info: #64b5f6; --border-default: #3d1b25; --border-strong: #522431; --border-brand: #3f4bcc; --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.3; --line-height-body: 1.65; --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: 75rem; --content-max-width: 75rem; --spacing-reading-max-width: 62ch; --reading-max-width: 62ch; --radius-sm: 6px; --radius-md: 12px; --radius-lg: 18px; --radius-pill: 9999px; --shadow-card: 4px 4px 0 #100609; --shadow-elevated: 6px 6px 0 #100609; --shadow-glow: 0 0 0 1px rgba(230, 242, 62, 0.35), 0 6px 18px rgba(230, 242, 62, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.05); --gradient-brand: linear-gradient(135deg, #3f4bcc 0%, #525ddf 100%); --gradient-hero: linear-gradient(180deg, #2f1e40 0%, #210b12 100%); --gradient-surface: linear-gradient(#351721, #351721); --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: #210b12; color: #e0e0e0; font-family: Manrope, Noto Sans Bengali, 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: Rajdhani, Noto Sans Bengali, sans-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: #d1e8b0; text-decoration: none; transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
a:hover { color: #eaf5d0; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #e6f23e; 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 > * + *, .zv_shell > * + *, .zv_copy > * + *, .zv_vlist > * + *, .zv_vlist_center > * + * { margin-block-start: 1.25rem; }
@media (max-width: 48rem) {
  main > section { padding-block: 2rem; }
  main > section > * + *, main > article > * + *, .zv_shell > * + *, .zv_copy > * + *, .zv_vlist > * + *, .zv_vlist_center > * + * { margin-block-start: 1rem; }
}

.zv_trail { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; padding: 1rem 0; font-size: 0.875rem; color: #e0e0e0; }
.zv_trail a { color: #d1e8b0; }
.zv_trail span { color: #fdfdfd; }

.zv_card { background: #351721; border: 1px solid #3d1b25; border-radius: 12px; box-shadow: 4px 4px 0 #100609, 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; }
.zv_card:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #100609, inset 0 1px 0 rgba(255,255,255,.05); }
@media (max-width: 48rem) {
  .zv_card { padding: 1rem; }
}
.zv_card > img { width: 100%; height: auto; display: block; }

.zv_button, .zv_button_sm, .zv_button_full, .zv_button_outline { background: #e6f23e; color: #000000; border-radius: 12px; min-height: 44px; font-weight: 700; box-shadow: 0 0 0 1px rgba(230, 242, 62, 0.35), 0 6px 18px rgba(230, 242, 62, 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; }
.zv_button:hover, .zv_button_sm:hover, .zv_button_full:hover, .zv_button_outline:hover { background: #c9d635; box-shadow: 0 0 0 1px rgba(230, 242, 62, 0.5), 0 8px 26px rgba(230, 242, 62, 0.5); }
.zv_button_sm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.zv_button_full { display: flex; width: 100%; }
.zv_button_outline { background: transparent; background-image: none; color: #fdfdfd; border: 1px solid #522431; box-shadow: none; }
.zv_button_outline:hover { background: transparent; border-color: #3f4bcc; color: #fdfdfd; box-shadow: none; }

.zv_gamecard { background: #351721; border: 1px solid #3d1b25; border-radius: 12px; box-shadow: 4px 4px 0 #100609, 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; }
.zv_gamecard:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #100609, inset 0 1px 0 rgba(255,255,255,.05); }
.zv_gamecard_media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.zv_gamecard_media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.zv_gamecard:hover .zv_gamecard_media img { transform: scale(1.04); }
.zv_gamecard_play { position: absolute; top: .5rem; right: .5rem; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #e6f23e; color: #000000; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.zv_gamecard:hover .zv_gamecard_play, .zv_gamecard:focus-visible .zv_gamecard_play { opacity: 1; }
@media (hover: none) {
  .zv_gamecard_play { opacity: 1; }
}
.zv_gamecard { position: relative; }
.zv_gamecard_name { position: absolute; inset: auto 0 0 0; padding: .6rem .75rem; background: linear-gradient(180deg, transparent 0%, rgba(33, 11, 18, 0.75) 100%); }
.zv_gamecard_name h3 { margin: 0; font-size: 0.875rem; color: #fdfdfd; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
  .zv_gamecard_name h3 { white-space: normal; }
}

main > section.zv_layer { background: #2b1119; padding-block: 3.5rem; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
  main > section.zv_layer { padding-block: 2rem; }
}
.zv_splash { background: linear-gradient(180deg, #2f1e40 0%, #210b12 100%); padding-block: 3.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
  .zv_splash { padding-block: 2rem; }
}

.zv_topbar { background: #210b12; border-bottom: 1px solid #3d1b25; padding: .75rem 3%; position: sticky; top: 0; z-index: 100; }
.zv_topbar_inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.zv_topbar_brand { display: inline-flex; align-items: center; gap: .5rem; color: #fdfdfd; }
.zv_topbar_brand img { border-radius: 6px; }
.zv_topbar_brand strong { font-size: 16px; font-weight: 400; }
.zv_topbar_actions { display: flex; align-items: center; gap: .5rem; }

.zv_minor { font-size: 0.875rem; }
.zv_muted { color: #bdbdbd; }
.zv_axis { text-align: center; }
.zv_ink_accent { color: #e6f23e; }
.zv_ink_success { color: #4caf50; }
.zv_ink_warning { color: #ffb74d; }
.zv_ink_error { color: #ef5350; }
.zv_ink_info { color: #64b5f6; }

.zv_orb, .zv_orb_success, .zv_orb_warning, .zv_orb_error, .zv_orb_info { width: 2.75rem; height: 2.75rem; border-radius: 50%; background: linear-gradient(135deg, #3f4bcc 0%, #525ddf 100%); color: #ffffff; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.zv_orb_success { background: #4caf50; color: #fff; }
.zv_orb_warning { background: #ffb74d; color: #fff; }
.zv_orb_error { background: #ef5350; color: #fff; }
.zv_orb_info { background: #64b5f6; color: #fff; }

.zv_scroller { 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; }
.zv_scroller::-webkit-scrollbar { display: none; }
.zv_scroller_link { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 6px; background: #2b1119; border: 1px solid #3d1b25; color: #e0e0e0; font-size: 0.875rem; transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.zv_scroller_link:hover { border-color: #3f4bcc; color: #fdfdfd; }

.zv_foot { background: #210b12; border-top: 1px solid #3d1b25; padding: 3rem 3% 2rem; color: #bdbdbd; }
.zv_foot_grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; text-align: center; }
.zv_foot_col > p, .zv_foot_col > h3 { font-size: 0.875rem; font-weight: 700; color: #fdfdfd; margin: 0 0 .75rem; text-transform: uppercase; letter-spacing: .05em; }
.zv_foot_col ul { list-style: none; padding: 0; margin: 0; }
.zv_foot_col li + li { margin-block-start: .5rem; }
.zv_foot_col a { color: #bdbdbd; font-size: 0.875rem; }
.zv_foot_col a:hover { color: #eaf5d0; }
.zv_foot_meta { margin-block-start: 2rem; padding-block-start: 1.5rem; border-top: 1px solid #3d1b25; text-align: center; font-size: 0.875rem; }
.zv_foot_meta > * + * { margin-block-start: .5rem; }

.zv_tabbar { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.25rem; background: #2b1119; border-top: 1px solid #3d1b25; }
.zv_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; }
.zv_tabbar_item i { font-size: 1.25rem; }
.zv_tabbar_item:hover { color: #e6f23e; }

.zv_alert, .zv_alert_warning, .zv_alert_info, .zv_alert_success, .zv_alert_error { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 12px; background: #2b1119; border: 1px solid #3d1b25; border-left: 4px solid #e6f23e; }
.zv_alert > i, .zv_alert_warning > i, .zv_alert_info > i, .zv_alert_success > i, .zv_alert_error > i { flex: 0 0 auto; margin-top: .2em; color: #e6f23e; }
.zv_alert_success { border-left-color: #4caf50; }
.zv_alert_warning { border-left-color: #ffb74d; }
.zv_alert_error { border-left-color: #ef5350; }
.zv_alert_info { border-left-color: #64b5f6; }
.zv_alert_success > i { color: #4caf50; }
.zv_alert_warning > i { color: #ffb74d; }
.zv_alert_error > i { color: #ef5350; }
.zv_alert_info > i { color: #64b5f6; }

.zv_faq { background: #351721; border: 1px solid #3d1b25; border-radius: 12px; box-shadow: 4px 4px 0 #100609, inset 0 1px 0 rgba(255,255,255,.05); transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.zv_faq + .zv_faq { margin-block-start: 1rem; }
.zv_faq[open] { border-color: #3f4bcc; }
.zv_faq_q { display: flex; align-items: flex-start; gap: 1rem; padding: 1.5rem; cursor: pointer; list-style: none; }
.zv_faq_q::-webkit-details-marker { display: none; }
.zv_faq_q h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.zv_faq_q::after { content: "\f107"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #e6f23e; transition: transform 200ms; }
.zv_faq[open] .zv_faq_q::after { transform: rotate(180deg); }
.zv_faq_a { margin: 0; padding: 0 1.5rem 1.5rem; }
@media (max-width: 48rem) {
  .zv_faq_q { padding: 1rem; }
  .zv_faq_a { padding: 0 1rem 1rem; }
}

.zv_shell { width: 100%; max-width: 75rem; margin-inline: auto; }
.zv_copy { max-width: 62ch; margin-inline: auto; }
.zv_vlist, .zv_vlist_center { display: block; }
.zv_vlist_center { text-align: center; }
.zv_strip, .zv_strip_center { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.zv_strip_center { justify-content: center; }
.zv_grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1.25rem; }
.zv_games { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.zv_blocks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
@media (min-width: 48rem) {
  .zv_games { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; }
  .zv_blocks { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
}
.zv_ticks { list-style: none; padding: 0; }
.zv_ticks > li { display: flex; align-items: flex-start; gap: .75rem; }
.zv_ticks > li + li { margin-block-start: .75rem; }
.zv_ticks > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #e6f23e; }

.zv_chip { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #351721; border: 1px solid #522431; color: #fdfdfd; font-size: 0.875rem; }
.zv_chip > i { color: #e6f23e; }

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

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

.zv_datatable_wrap { background: #351721; border: 1px solid #3d1b25; border-radius: 12px; box-shadow: 4px 4px 0 #100609, inset 0 1px 0 rgba(255,255,255,.05); overflow-x: auto; max-width: 100%; }
.zv_datatable { width: 100%; table-layout: fixed; border-collapse: collapse; }
.zv_datatable th, .zv_datatable td { padding: 1rem; text-align: start; border-bottom: 1px solid #3d1b25; vertical-align: top; }
.zv_datatable thead th { background: #351721; color: #fdfdfd; font-weight: 600; }
.zv_datatable tbody tr:last-child td { border-bottom: 0; }
.zv_datatable td:first-child { color: #bdbdbd; font-weight: 600; }

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