/* overflow-guard */
:root { --brand-primary: #006d77; --brand-primary-hover: #00838d; --brand-secondary: #8e9aaf; --brand-secondary-hover: #a3b1c6; --brand-accent: #ff6b6b; --background-main: #1a0b1a; --background-surface: #241224; --background-elevated: #2e1a2e; --background-overlay: rgba(26, 11, 26, 0.75); --text-primary: #fdfdfd; --text-secondary: #e0e0e0; --text-muted: #bdbdbd; --text-brand-contrast: #ffffff; --text-link: #c0f0f0; --text-link-hover: #e0ffff; --button-bg: #ff6b6b; --button-text: #ffffff; --button-hover-bg: #ff4f4f; --button-hover-text: #ffffff; --semantic-success: #4caf50; --success: #4caf50; --semantic-error: #f44336; --error: #f44336; --semantic-warning: #ffb300; --warning: #ffb300; --semantic-info: #2196f3; --info: #2196f3; --border-default: #351c35; --border-strong: #4a2b4a; --border-brand: #006d77; --font-family-headings: Hind Siliguri, Rajdhani, sans-serif; --font-family-body: Noto Sans Bengali, Manrope, 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.3; --line-height-body: 1.6; --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: 66ch; --reading-max-width: 66ch; --radius-sm: 4px; --radius-md: 8px; --radius-lg: 12px; --radius-pill: 9999px; --shadow-card: 0 4px 12px rgba(12, 5, 12, 0.35); --shadow-elevated: 0 8px 24px rgba(12, 5, 12, 0.45); --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,.08); --gradient-brand: linear-gradient(135deg, #006d77 0%, #00838d 100%); --gradient-hero: linear-gradient(180deg, #1c2636 0%, #1a0b1a 100%); --gradient-surface: linear-gradient(#2e1a2e, #2e1a2e); --gradient-button: none; --effects-accent-bar: none; --recipes-transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; --transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
*, *::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: #1a0b1a; color: #e0e0e0; font-family: Noto Sans Bengali, Manrope, sans-serif; font-weight: 400; line-height: 1.6; 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, Rajdhani, sans-serif; line-height: 1.3; letter-spacing: 0; color: #fdfdfd; }
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: #c0f0f0; text-decoration: none; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
a:hover { color: #e0ffff; }
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 > * + *, .hd_wrap > * + *, .hd_copy > * + *, .hd_column > * + *, .hd_column_center > * + * { margin-block-start: 1rem; }
@media (max-width: 48rem) {
    main > section { padding-block: 1.5rem; }
    main > section > * + *, main > article > * + *, .hd_wrap > * + *, .hd_copy > * + *, .hd_column > * + *, .hd_column_center > * + * { margin-block-start: 0.75rem; }
}

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

.hd_note, .hd_note_warning, .hd_note_info, .hd_note_success, .hd_note_error { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 8px; background: #241224; border: 1px solid #351c35; border-left: 4px solid #ff6b6b; }
.hd_note > i, .hd_note_warning > i, .hd_note_info > i, .hd_note_success > i, .hd_note_error > i { flex: 0 0 auto; margin-top: .2em; color: #ff6b6b; }
.hd_note_success { border-left-color: #4caf50; }
.hd_note_warning { border-left-color: #ffb300; }
.hd_note_error { border-left-color: #f44336; }
.hd_note_info { border-left-color: #2196f3; }
.hd_note_success > i { color: #4caf50; }
.hd_note_warning > i { color: #ffb300; }
.hd_note_error > i { color: #f44336; }
.hd_note_info > i { color: #2196f3; }

.hd_dock { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.25rem; background: #241224; border-top: 1px solid #351c35; }
.hd_dock_item { display: flex; flex-direction: column; align-items: center; gap: .25rem; flex: 1 1 0; padding: .5rem 0; font-size: 0.75rem; color: #bdbdbd; }
.hd_dock_item i { font-size: 1.25rem; }
.hd_dock_item:hover { color: #ff6b6b; }

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

.hd_press, .hd_press_sm, .hd_press_full, .hd_press_outline { background: #ff6b6b; color: #ffffff; border-radius: 4px; 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 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.hd_press:hover, .hd_press_sm:hover, .hd_press_full:hover, .hd_press_outline:hover { background: #ff4f4f; box-shadow: 0 0 0 1px rgba(255, 107, 107, 0.5), 0 8px 26px rgba(255, 107, 107, 0.5); }
.hd_press_sm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.hd_press_full { display: flex; width: 100%; }
.hd_press_outline { background: transparent; background-image: none; color: #fdfdfd; border: 1px solid #4a2b4a; box-shadow: none; }
.hd_press_outline:hover { background: transparent; border-color: #006d77; color: #fdfdfd; box-shadow: none; }

main > section.hd_layer { background: #241224; border-top: 1px solid #351c35; border-bottom: 1px solid #351c35; padding-block: 2.5rem; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    main > section.hd_layer { padding-block: 1.5rem; }
}
.hd_intro { background: linear-gradient(180deg, #1c2636 0%, #1a0b1a 100%); padding-block: 2.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    .hd_intro { padding-block: 1.5rem; }
}

.hd_box { background: #2e1a2e; border: 1px solid #4a2b4a; border-radius: 8px; box-shadow: 0 4px 12px rgba(12, 5, 12, 0.35), inset 0 1px 0 rgba(255,255,255,.08); padding: 1rem; display: flex; flex-direction: column; gap: 0.75rem; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.hd_box:hover { border-color: #006d77; box-shadow: 0 0 0 1px rgba(255, 107, 107, 0.35), 0 6px 18px rgba(255, 107, 107, 0.35), inset 0 1px 0 rgba(255,255,255,.08); }
@media (max-width: 48rem) {
    .hd_box { padding: 1rem; }
}
.hd_box > img { width: 100%; height: auto; display: block; }

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

.hd_chip { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #2e1a2e; border: 1px solid #4a2b4a; color: #fdfdfd; font-size: 0.875rem; }
.hd_chip > i { color: #ff6b6b; }

.hd_game { background: #2e1a2e; border: 1px solid #4a2b4a; border-radius: 8px; box-shadow: 0 4px 12px rgba(12, 5, 12, 0.35), inset 0 1px 0 rgba(255,255,255,.08); display: flex; flex-direction: column; overflow: hidden; text-decoration: none; color: inherit; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.hd_game:hover { border-color: #006d77; box-shadow: 0 0 0 1px rgba(255, 107, 107, 0.35), 0 6px 18px rgba(255, 107, 107, 0.35), inset 0 1px 0 rgba(255,255,255,.08); }
.hd_game_media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.hd_game_media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.hd_game:hover .hd_game_media img { transform: scale(1.04); }
.hd_game_play { 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; }
.hd_game:hover .hd_game_play, .hd_game:focus-visible .hd_game_play { opacity: 1; }
@media (hover: none) {
    .hd_game_play { opacity: 1; }
}
.hd_game { position: relative; }
.hd_game_name { position: absolute; inset: auto 0 0 0; padding: .6rem .75rem; background: linear-gradient(180deg, transparent 0%, rgba(26, 11, 26, 0.75) 100%); }
.hd_game_name h3 { margin: 0; font-size: 0.875rem; color: #fdfdfd; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
    .hd_game_name h3 { white-space: normal; }
}

.hd_reveal { background: #2e1a2e; border: 1px solid #4a2b4a; border-radius: 8px; box-shadow: 0 4px 12px rgba(12, 5, 12, 0.35), inset 0 1px 0 rgba(255,255,255,.08); transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.hd_reveal + .hd_reveal { margin-block-start: 0.75rem; }
.hd_reveal[open] { border-color: #006d77; }
.hd_reveal_q { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; cursor: pointer; list-style: none; }
.hd_reveal_q::-webkit-details-marker { display: none; }
.hd_reveal_q h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.hd_reveal_q::after { content: "\f107"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #ff6b6b; transition: transform 200ms; }
.hd_reveal[open] .hd_reveal_q::after { transform: rotate(180deg); }
.hd_reveal_a { margin: 0; padding: 0 1rem 1rem; }
@media (max-width: 48rem) {
    .hd_reveal_q { padding: 1rem; }
    .hd_reveal_a { padding: 0 1rem 1rem; }
}

.hd_wrap { width: 100%; max-width: 72rem; margin-inline: auto; }
.hd_copy { max-width: 66ch; margin-inline: auto; }
.hd_column, .hd_column_center { display: block; }
.hd_column_center { text-align: center; }
.hd_cluster, .hd_cluster_center { display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem; }
.hd_cluster_center { justify-content: center; }
.hd_matrix { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1rem; }
.hd_lineup { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
.hd_cats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
@media (min-width: 48rem) {
    .hd_lineup { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
    .hd_cats { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
}
.hd_bullets { list-style: none; padding: 0; }
.hd_bullets > li { display: flex; align-items: flex-start; gap: .75rem; }
.hd_bullets > li + li { margin-block-start: .75rem; }
.hd_bullets > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #ff6b6b; }

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

.hd_appbar { background: #1a0b1a; border-bottom: 1px solid #351c35; padding: .75rem 3%; position: sticky; top: 0; z-index: 100; }
.hd_appbar_inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.hd_appbar_brand { display: inline-flex; align-items: center; gap: .5rem; color: #fdfdfd; }
.hd_appbar_brand img { border-radius: 4px; }
.hd_appbar_brand strong { font-size: 16px; font-weight: 400; }
.hd_appbar_actions { display: flex; align-items: center; gap: .5rem; }

.hd_orb, .hd_orb_success, .hd_orb_warning, .hd_orb_error, .hd_orb_info { width: 2.75rem; height: 2.75rem; border-radius: 4px; 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; }
.hd_orb_success { background: #4caf50; color: #fff; }
.hd_orb_warning { background: #ffb300; color: #fff; }
.hd_orb_error { background: #f44336; color: #fff; }
.hd_orb_info { background: #2196f3; color: #fff; }

.hd_small { font-size: 0.875rem; }
.hd_quiet { color: #bdbdbd; }
.hd_center { text-align: center; }
.hd_hue_accent { color: #ff6b6b; }
.hd_hue_success { color: #4caf50; }
.hd_hue_warning { color: #ffb300; }
.hd_hue_error { color: #f44336; }
.hd_hue_info { color: #2196f3; }

.hd_datatable_wrap { background: #2e1a2e; border: 1px solid #4a2b4a; border-radius: 8px; box-shadow: 0 4px 12px rgba(12, 5, 12, 0.35), inset 0 1px 0 rgba(255,255,255,.08); overflow-x: auto; max-width: 100%; }
.hd_datatable { width: 100%; table-layout: fixed; border-collapse: collapse; }
.hd_datatable th, .hd_datatable td { padding: 0.75rem; text-align: start; border-bottom: 1px solid #351c35; vertical-align: top; }
.hd_datatable thead th { background: #2e1a2e; color: #fdfdfd; font-weight: 600; }
.hd_datatable tbody tr:last-child td { border-bottom: 0; }
.hd_datatable td:first-child { color: #bdbdbd; font-weight: 600; }

.hd_chips { 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; }
.hd_chips::-webkit-scrollbar { display: none; }
.hd_chips_link { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 4px; background: #241224; border: 1px solid #351c35; color: #e0e0e0; font-size: 0.875rem; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.hd_chips_link:hover { border-color: #006d77; color: #fdfdfd; }

/* page */
.hd_provider_name {
            font-weight: 700;
            letter-spacing: 0.02em;
            font-size: 1.1rem;
        }
