/* overflow-guard */
:root { --brand-primary: #5E35B1; --brand-primary-hover: #7C4DFF; --brand-secondary: #B3A2C7; --brand-secondary-hover: #D1C4E9; --brand-accent: #00E676; --background-main: #120D2B; --background-surface: #1C153A; --background-elevated: #261F4B; --background-overlay: rgba(18, 13, 43, 0.75); --text-primary: #FDFBFF; --text-secondary: #E0E0E0; --text-muted: #BDBDBD; --text-brand-contrast: #FFFFFF; --text-link: #C8FFD8; --text-link-hover: #E0FFE0; --button-bg: #00E676; --button-text: #000000; --button-hover-bg: #00C853; --button-hover-text: #000000; --semantic-success: #4CAF50; --success: #4CAF50; --semantic-error: #FF5252; --error: #FF5252; --semantic-warning: #FFB300; --warning: #FFB300; --semantic-info: #448AFF; --info: #448AFF; --border-default: #2D254D; --border-strong: #3F356B; --border-brand: #5E35B1; --font-family-headings: Hind Siliguri, Barlow Condensed, sans-serif; --font-family-body: Noto Sans Bengali, Barlow, 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.35; --line-height-body: 1.65; --letter-spacing-heading: 0; --letter-spacing-body: 0; --spacing-section-desktop: 4.5rem; --section-desktop: 4.5rem; --spacing-item-desktop: 1.5rem; --item-desktop: 1.5rem; --spacing-section-mobile: 2.5rem; --section-mobile: 2.5rem; --spacing-item-mobile: 1rem; --item-mobile: 1rem; --spacing-container-pad-desktop: 2.5rem; --container-pad-desktop: 2.5rem; --spacing-container-pad-mobile: 1.25rem; --container-pad-mobile: 1.25rem; --spacing-card-pad-desktop: 2rem; --card-pad-desktop: 2rem; --spacing-card-pad-mobile: 1.25rem; --card-pad-mobile: 1.25rem; --spacing-content-max-width: 75rem; --content-max-width: 75rem; --spacing-reading-max-width: 66ch; --reading-max-width: 66ch; --radius-sm: 4px; --radius-md: 8px; --radius-lg: 12px; --radius-pill: 9999px; --shadow-card: 0 1px 2px rgba(8, 6, 19, 0.5), 0 16px 32px rgba(8, 6, 19, 0.4); --shadow-elevated: 0 2px 4px rgba(8, 6, 19, 0.5), 0 24px 48px rgba(8, 6, 19, 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, #5E35B1 0%, #7C4DFF 100%); --gradient-hero: linear-gradient(180deg, #2B1C54 0%, #120D2B 100%); --gradient-surface: linear-gradient(180deg, #261F4B 0%, #1C153A 100%); --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: #120D2B; color: #E0E0E0; font-family: Noto Sans Bengali, Barlow, 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: Hind Siliguri, Barlow Condensed, sans-serif; line-height: 1.35; letter-spacing: 0; color: #FDFBFF; }
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: #C8FFD8; text-decoration: none; transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
a:hover { color: #E0FFE0; }
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: 4.5rem; }
main > section > * + *, main > article > * + *, .wtm_inner > * + *, .wtm_reading > * + *, .wtm_vlist > * + *, .wtm_vlist_center > * + * { margin-block-start: 1.5rem; }
@media (max-width: 48rem) {
  main > section { padding-block: 2.5rem; }
  main > section > * + *, main > article > * + *, .wtm_inner > * + *, .wtm_reading > * + *, .wtm_vlist > * + *, .wtm_vlist_center > * + * { margin-block-start: 1rem; }
}

.wtm_callout, .wtm_callout_warning, .wtm_callout_info, .wtm_callout_success, .wtm_callout_error { display: flex; align-items: flex-start; gap: 1rem; padding: 1.25rem; border-radius: 8px; background: #1C153A; border: 1px solid #2D254D; border-left: 4px solid #00E676; }
.wtm_callout > i, .wtm_callout_warning > i, .wtm_callout_info > i, .wtm_callout_success > i, .wtm_callout_error > i { flex: 0 0 auto; margin-top: .2em; color: #00E676; }
.wtm_callout_success { border-left-color: #4CAF50; }
.wtm_callout_warning { border-left-color: #FFB300; }
.wtm_callout_error { border-left-color: #FF5252; }
.wtm_callout_info { border-left-color: #448AFF; }
.wtm_callout_success > i { color: #4CAF50; }
.wtm_callout_warning > i { color: #FFB300; }
.wtm_callout_error > i { color: #FF5252; }
.wtm_callout_info > i { color: #448AFF; }

.wtm_headline { position: relative; }
.wtm_headline::before { content: ""; display: block; width: 100%; height: 1px; background: linear-gradient(90deg, #00E676 0, #00E676 2.5rem, #2D254D 2.5rem, #2D254D 100%); margin-bottom: .6rem; }

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

.wtm_small { font-size: 0.875rem; }
.wtm_dim { color: #BDBDBD; }
.wtm_axis { text-align: center; }
.wtm_shade_accent { color: #00E676; }
.wtm_shade_success { color: #4CAF50; }
.wtm_shade_warning { color: #FFB300; }
.wtm_shade_error { color: #FF5252; }
.wtm_shade_info { color: #448AFF; }

.wtm_emblem, .wtm_emblem_success, .wtm_emblem_warning, .wtm_emblem_error, .wtm_emblem_info { width: 2.75rem; height: 2.75rem; border-radius: 4px; background: linear-gradient(135deg, #5E35B1 0%, #7C4DFF 100%); color: #FFFFFF; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.wtm_emblem_success { background: #4CAF50; color: #FFF; }
.wtm_emblem_warning { background: #FFB300; color: #FFF; }
.wtm_emblem_error { background: #FF5252; color: #FFF; }
.wtm_emblem_info { background: #448AFF; color: #FFF; }

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

main > section.wtm_zone { background: #1C153A; padding-block: 4.5rem; }
@media (max-width: 48rem) {
  main > section.wtm_zone { padding-block: 2.5rem; }
}
.wtm_intro { background: linear-gradient(180deg, #2B1C54 0%, #120D2B 100%); padding-block: 4.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
  .wtm_intro { padding-block: 2.5rem; }
}

.wtm_cta, .wtm_cta_sm, .wtm_cta_full, .wtm_cta_outline { background: #00E676; color: #000000; border-radius: 4px; 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 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.wtm_cta:hover, .wtm_cta_sm:hover, .wtm_cta_full:hover, .wtm_cta_outline:hover { background: #00C853; box-shadow: 0 0 0 1px rgba(0, 230, 118, 0.5), 0 8px 26px rgba(0, 230, 118, 0.5); }
.wtm_cta_sm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.wtm_cta_full { display: flex; width: 100%; }
.wtm_cta_outline { background: transparent; background-image: none; color: #FDFBFF; border: 1px solid #3F356B; box-shadow: none; }
.wtm_cta_outline:hover { background: transparent; border-color: #5E35B1; color: #FDFBFF; box-shadow: none; }

.wtm_head { background: #120D2B; border-bottom: 1px solid #2D254D; padding: .75rem 3%; position: sticky; top: 0; z-index: 100; }
.wtm_head_inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.wtm_head_brand { display: inline-flex; align-items: center; gap: .5rem; color: #FDFBFF; }
.wtm_head_brand img { border-radius: 4px; }
.wtm_head_brand strong { font-size: 16px; font-weight: 400; }
.wtm_head_actions { display: flex; align-items: center; gap: .5rem; }

.wtm_game { background: linear-gradient(180deg, #261F4B 0%, #1C153A 100%); border: 1px solid #2D254D; border-radius: 8px; box-shadow: 0 1px 2px rgba(8, 6, 19, 0.5), 0 16px 32px rgba(8, 6, 19, 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 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.wtm_game:hover { transform: translateY(-2px); box-shadow: 0 2px 4px rgba(8, 6, 19, 0.5), 0 24px 48px rgba(8, 6, 19, 0.5), inset 0 1px 0 rgba(255,255,255,.06); }
.wtm_game_media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.wtm_game_media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.wtm_game:hover .wtm_game_media img { transform: scale(1.04); }
.wtm_game_play { 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; }
.wtm_game:hover .wtm_game_play, .wtm_game:focus-visible .wtm_game_play { opacity: 1; }
@media (hover: none) {
  .wtm_game_play { opacity: 1; }
}
.wtm_game_name { padding: .6rem .75rem; background: #261F4B; }
.wtm_game_name h3 { margin: 0; font-size: 0.875rem; color: #FDFBFF; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
  .wtm_game_name h3 { white-space: normal; }
}

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

.wtm_inner { width: 100%; max-width: 75rem; margin-inline: auto; }
.wtm_reading { max-width: 66ch; margin-inline: auto; }
.wtm_vlist, .wtm_vlist_center { display: block; }
.wtm_vlist_center { text-align: center; }
.wtm_cluster, .wtm_cluster_center { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.wtm_cluster_center { justify-content: center; }
.wtm_grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1.5rem; }
.wtm_lineup { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.wtm_cats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
@media (min-width: 48rem) {
  .wtm_lineup { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; }
  .wtm_cats { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
}
.wtm_items { list-style: none; padding: 0; }
.wtm_items > li { display: flex; align-items: flex-start; gap: .75rem; }
.wtm_items > li + li { margin-block-start: .75rem; }
.wtm_items > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #00E676; }

.wtm_datatable_wrap { background: linear-gradient(180deg, #261F4B 0%, #1C153A 100%); border: 1px solid #2D254D; border-radius: 8px; box-shadow: 0 1px 2px rgba(8, 6, 19, 0.5), 0 16px 32px rgba(8, 6, 19, 0.4), inset 0 1px 0 rgba(255,255,255,.06); overflow-x: auto; max-width: 100%; }
.wtm_datatable { width: 100%; table-layout: fixed; border-collapse: collapse; }
.wtm_datatable th, .wtm_datatable td { padding: 1rem; text-align: start; border-bottom: 1px solid #2D254D; vertical-align: top; }
.wtm_datatable thead th { background: #261F4B; color: #FDFBFF; font-weight: 600; }
.wtm_datatable tbody tr:last-child td { border-bottom: 0; }
.wtm_datatable td:first-child { color: #BDBDBD; font-weight: 600; }

.wtm_marker { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #261F4B; border: 1px solid #3F356B; color: #FDFBFF; font-size: 0.875rem; }
.wtm_marker > i { color: #00E676; }

.wtm_bottom { background: #120D2B; border-top: 1px solid #2D254D; padding: 3rem 3% 2rem; color: #BDBDBD; }
.wtm_bottom_grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; text-align: center; }
.wtm_bottom_col > p, .wtm_bottom_col > h3 { font-size: 0.875rem; font-weight: 700; color: #FDFBFF; margin: 0 0 .75rem; text-transform: uppercase; letter-spacing: .05em; }
.wtm_bottom_col ul { list-style: none; padding: 0; margin: 0; }
.wtm_bottom_col li + li { margin-block-start: .5rem; }
.wtm_bottom_col a { color: #BDBDBD; font-size: 0.875rem; }
.wtm_bottom_col a:hover { color: #E0FFE0; }
.wtm_bottom_meta { margin-block-start: 2rem; padding-block-start: 1.5rem; border-top: 1px solid #2D254D; text-align: center; font-size: 0.875rem; }
.wtm_bottom_meta > * + * { margin-block-start: .5rem; }

.wtm_faq { background: linear-gradient(180deg, #261F4B 0%, #1C153A 100%); border: 1px solid #2D254D; border-radius: 8px; box-shadow: 0 1px 2px rgba(8, 6, 19, 0.5), 0 16px 32px rgba(8, 6, 19, 0.4), inset 0 1px 0 rgba(255,255,255,.06); transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.wtm_faq + .wtm_faq { margin-block-start: 1rem; }
.wtm_faq[open] { border-color: #5E35B1; }
.wtm_faq_q { display: flex; align-items: flex-start; gap: 1rem; padding: 2rem; cursor: pointer; list-style: none; }
.wtm_faq_q::-webkit-details-marker { display: none; }
.wtm_faq_q h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.wtm_faq_q::after { content: "\f0d7"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #00E676; transition: transform 200ms; }
.wtm_faq[open] .wtm_faq_q::after { transform: rotate(180deg); }
.wtm_faq_a { margin: 0; padding: 0 2rem 2rem; }
@media (max-width: 48rem) {
  .wtm_faq_q { padding: 1.25rem; }
  .wtm_faq_a { padding: 0 1.25rem 1.25rem; }
}

.wtm_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; }
.wtm_scroller::-webkit-scrollbar { display: none; }
.wtm_scroller_link { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 4px; background: #1C153A; border: 1px solid #2D254D; color: #E0E0E0; font-size: 0.875rem; transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.wtm_scroller_link:hover { border-color: #5E35B1; color: #FDFBFF; }

.wtm_panel { background: linear-gradient(180deg, #261F4B 0%, #1C153A 100%); border: 1px solid #2D254D; border-radius: 8px; box-shadow: 0 1px 2px rgba(8, 6, 19, 0.5), 0 16px 32px rgba(8, 6, 19, 0.4), inset 0 1px 0 rgba(255,255,255,.06); padding: 2rem; display: flex; flex-direction: column; gap: 1rem; transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.wtm_panel:hover { transform: translateY(-2px); box-shadow: 0 2px 4px rgba(8, 6, 19, 0.5), 0 24px 48px rgba(8, 6, 19, 0.5), inset 0 1px 0 rgba(255,255,255,.06); }
@media (max-width: 48rem) {
  .wtm_panel { padding: 1.25rem; }
}
.wtm_panel > img { width: 100%; height: auto; display: block; }

/* page */
.wtm_provider_name {
            font-weight: 700;
            letter-spacing: 0.5px;
            font-size: 1.1rem;
        }
