/* overflow-guard */
:root { --brand-primary: #1B4D3E; --brand-primary-hover: #256351; --brand-secondary: #A89F91; --brand-secondary-hover: #BDB4A6; --brand-accent: #FFB366; --background-main: #1C120C; --background-surface: #261911; --background-elevated: #322218; --background-overlay: rgba(28, 18, 12, 0.75); --text-primary: #FDFBFA; --text-secondary: #EAE6E1; --text-muted: #BDBBBA; --text-brand-contrast: #FFFFFF; --text-link: #FFE5C4; --text-link-hover: #FFF0D9; --button-bg: #FFB366; --button-text: #1C120C; --button-hover-bg: #FFC996; --button-hover-text: #1C120C; --semantic-success: #4CAF50; --success: #4CAF50; --semantic-error: #EF5350; --error: #EF5350; --semantic-warning: #FFB74D; --warning: #FFB74D; --semantic-info: #4FC3F7; --info: #4FC3F7; --border-default: #3D2C22; --border-strong: #5C4335; --border-brand: #1B4D3E; --font-family-headings: Noto Sans Bengali, Archivo, 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.35; --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: 80rem; --content-max-width: 80rem; --spacing-reading-max-width: 64ch; --reading-max-width: 64ch; --radius-sm: 4px; --radius-md: 8px; --radius-lg: 12px; --radius-pill: 9999px; --shadow-card: 0 4px 12px rgba(13, 8, 5, 0.35); --shadow-elevated: 0 8px 24px rgba(13, 8, 5, 0.45); --shadow-glow: 0 0 0 1px rgba(255, 179, 102, 0.35), 0 6px 18px rgba(255, 179, 102, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.08); --gradient-brand: linear-gradient(135deg, #1B4D3E 0%, #256351 100%); --gradient-hero: linear-gradient(180deg, #24241B 0%, #1C120C 100%); --gradient-surface: linear-gradient(#322218, #322218); --gradient-button: none; --effects-accent-bar: none; --recipes-transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; --transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
*, *::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: #1C120C; color: #EAE6E1; font-family: Noto Sans Bengali, Manrope, sans-serif; font-weight: 400; line-height: 1.55; 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: Noto Sans Bengali, Archivo, sans-serif; line-height: 1.35; letter-spacing: 0; color: #FDFBFA; }
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: #EAE6E1; }
ul, ol { margin: 0; }
a { color: #FFE5C4; text-decoration: none; transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
a:hover { color: #FFF0D9; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #FFB366; 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 > * + *, .hpk_frame > * + *, .hpk_narrow > * + *, .hpk_stack > * + *, .hpk_stack_center > * + * { margin-block-start: 1.25rem; }
@media (max-width: 48rem) {
    main > section { padding-block: 2rem; }
    main > section > * + *, main > article > * + *, .hpk_frame > * + *, .hpk_narrow > * + *, .hpk_stack > * + *, .hpk_stack_center > * + * { margin-block-start: 1rem; }
}

main > section.hpk_band { background: #261911; border-top: 1px solid #3D2C22; border-bottom: 1px solid #3D2C22; padding-block: 3.5rem; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    main > section.hpk_band { padding-block: 2rem; }
}
.hpk_splash { background: linear-gradient(180deg, #24241B 0%, #1C120C 100%); padding-block: 3.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    .hpk_splash { padding-block: 2rem; }
}

.hpk_trail { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; padding: 1rem 0; font-size: 0.875rem; color: #EAE6E1; }
.hpk_trail a { color: #FFE5C4; }
.hpk_trail span { color: #FDFBFA; }

.hpk_qa { background: #322218; border: 1px solid #5C4335; border-radius: 8px; box-shadow: 0 4px 12px rgba(13, 8, 5, 0.35), inset 0 1px 0 rgba(255,255,255,.08); transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.hpk_qa + .hpk_qa { margin-block-start: 1rem; }
.hpk_qa[open] { border-color: #1B4D3E; }
.hpk_qa_q { display: flex; align-items: flex-start; gap: 1rem; padding: 1.5rem; cursor: pointer; list-style: none; }
.hpk_qa_q::-webkit-details-marker { display: none; }
.hpk_qa_q h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.hpk_qa_q::after { content: "\f0d7"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #FFB366; transition: transform 200ms; }
.hpk_qa[open] .hpk_qa_q::after { transform: rotate(180deg); }
.hpk_qa_a { margin: 0; padding: 0 1.5rem 1.5rem; }
@media (max-width: 48rem) {
    .hpk_qa_q { padding: 1rem; }
    .hpk_qa_a { padding: 0 1rem 1rem; }
}

.hpk_game { background: #322218; border: 1px solid #5C4335; border-radius: 8px; box-shadow: 0 4px 12px rgba(13, 8, 5, 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 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.hpk_game:hover { border-color: #1B4D3E; box-shadow: 0 0 0 1px rgba(255, 179, 102, 0.35), 0 6px 18px rgba(255, 179, 102, 0.35), inset 0 1px 0 rgba(255,255,255,.08); }
.hpk_game_media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.hpk_game_media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.hpk_game:hover .hpk_game_media img { transform: scale(1.04); }
.hpk_game_play { position: absolute; top: .5rem; right: .5rem; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #FFB366; color: #1C120C; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.hpk_game:hover .hpk_game_play, .hpk_game:focus-visible .hpk_game_play { opacity: 1; }
@media (hover: none) {
    .hpk_game_play { opacity: 1; }
}
.hpk_game_name { padding: .6rem .75rem; background: #322218; }
.hpk_game_name h3 { margin: 0; font-size: 0.875rem; color: #FDFBFA; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
    .hpk_game_name h3 { white-space: normal; }
}

.hpk_callout, .hpk_callout_warning, .hpk_callout_info, .hpk_callout_success, .hpk_callout_error { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 8px; background: #261911; border: 1px solid #3D2C22; border-left: 4px solid #FFB366; }
.hpk_callout > i, .hpk_callout_warning > i, .hpk_callout_info > i, .hpk_callout_success > i, .hpk_callout_error > i { flex: 0 0 auto; margin-top: .2em; color: #FFB366; }
.hpk_callout_success { border-left-color: #4CAF50; }
.hpk_callout_warning { border-left-color: #FFB74D; }
.hpk_callout_error { border-left-color: #EF5350; }
.hpk_callout_info { border-left-color: #4FC3F7; }
.hpk_callout_success > i { color: #4CAF50; }
.hpk_callout_warning > i { color: #FFB74D; }
.hpk_callout_error > i { color: #EF5350; }
.hpk_callout_info > i { color: #4FC3F7; }

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

.hpk_base { background: #1C120C; border-top: 1px solid #3D2C22; padding: 3rem 3% 2rem; color: #BDBBBA; }
.hpk_base_grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; text-align: center; }
.hpk_base_col > p, .hpk_base_col > h3 { font-size: 0.875rem; font-weight: 700; color: #FDFBFA; margin: 0 0 .75rem; text-transform: uppercase; letter-spacing: .05em; }
.hpk_base_col ul { list-style: none; padding: 0; margin: 0; }
.hpk_base_col li + li { margin-block-start: .5rem; }
.hpk_base_col a { color: #BDBBBA; font-size: 0.875rem; }
.hpk_base_col a:hover { color: #FFF0D9; }
.hpk_base_meta { margin-block-start: 2rem; padding-block-start: 1.5rem; border-top: 1px solid #3D2C22; text-align: center; font-size: 0.875rem; }
.hpk_base_meta > * + * { margin-block-start: .5rem; }

.hpk_masthead { background: #1C120C; border-bottom: 1px solid #3D2C22; padding: .75rem 3%; position: sticky; top: 0; z-index: 100; }
.hpk_masthead_inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.hpk_masthead_brand { display: inline-flex; align-items: center; gap: .5rem; color: #FDFBFA; }
.hpk_masthead_brand img { border-radius: 4px; }
.hpk_masthead_brand strong { font-size: 16px; font-weight: 400; }
.hpk_masthead_actions { display: flex; align-items: center; gap: .5rem; }

.hpk_rail { 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; }
.hpk_rail::-webkit-scrollbar { display: none; }
.hpk_rail_link { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 4px; background: #261911; border: 1px solid #3D2C22; color: #EAE6E1; font-size: 0.875rem; transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.hpk_rail_link:hover { border-color: #1B4D3E; color: #FDFBFA; }

.hpk_panel { background: #322218; border: 1px solid #5C4335; border-radius: 8px; box-shadow: 0 4px 12px rgba(13, 8, 5, 0.35), inset 0 1px 0 rgba(255,255,255,.08); padding: 1.5rem; display: flex; flex-direction: column; gap: 1rem; transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.hpk_panel:hover { border-color: #1B4D3E; box-shadow: 0 0 0 1px rgba(255, 179, 102, 0.35), 0 6px 18px rgba(255, 179, 102, 0.35), inset 0 1px 0 rgba(255,255,255,.08); }
@media (max-width: 48rem) {
    .hpk_panel { padding: 1rem; }
}
.hpk_panel > img { width: 100%; height: auto; display: block; }

.hpk_table_wrap { background: #322218; border: 1px solid #5C4335; border-radius: 8px; box-shadow: 0 4px 12px rgba(13, 8, 5, 0.35), inset 0 1px 0 rgba(255,255,255,.08); overflow-x: auto; max-width: 100%; }
.hpk_table { width: 100%; table-layout: fixed; border-collapse: collapse; }
.hpk_table th, .hpk_table td { padding: 1rem; text-align: start; border-bottom: 1px solid #3D2C22; vertical-align: top; }
.hpk_table thead th { background: #322218; color: #FDFBFA; font-weight: 600; }
.hpk_table tbody tr:last-child td { border-bottom: 0; }
.hpk_table td:first-child { color: #BDBBBA; font-weight: 600; }

.hpk_quicknav { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.25rem; background: #261911; border-top: 1px solid #3D2C22; }
.hpk_quicknav_item { display: flex; flex-direction: column; align-items: center; gap: .25rem; flex: 1 1 0; padding: .5rem 0; font-size: 0.75rem; color: #BDBBBA; }
.hpk_quicknav_item i { font-size: 1.25rem; }
.hpk_quicknav_item:hover { color: #FFB366; }

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

.hpk_frame { width: 100%; max-width: 80rem; margin-inline: auto; }
.hpk_narrow { max-width: 64ch; margin-inline: auto; }
.hpk_stack, .hpk_stack_center { display: block; }
.hpk_stack_center { text-align: center; }
.hpk_strip, .hpk_strip_center { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.hpk_strip_center { justify-content: center; }
.hpk_cells { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1.25rem; }
.hpk_showcase { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.hpk_tiles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
@media (min-width: 48rem) {
    .hpk_showcase { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; }
    .hpk_tiles { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
}
.hpk_ticks { list-style: none; padding: 0; }
.hpk_ticks > li { display: flex; align-items: flex-start; gap: .75rem; }
.hpk_ticks > li + li { margin-block-start: .75rem; }
.hpk_ticks > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #FFB366; }

.hpk_badge, .hpk_badge_success, .hpk_badge_warning, .hpk_badge_error, .hpk_badge_info { width: 2.75rem; height: 2.75rem; border-radius: 4px; background: linear-gradient(135deg, #1B4D3E 0%, #256351 100%); color: #FFFFFF; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.hpk_badge_success { background: #4CAF50; color: #FFF; }
.hpk_badge_warning { background: #FFB74D; color: #FFF; }
.hpk_badge_error { background: #EF5350; color: #FFF; }
.hpk_badge_info { background: #4FC3F7; color: #FFF; }

.hpk_sub { font-size: 0.875rem; }
.hpk_faint { color: #BDBBBA; }
.hpk_axis { text-align: center; }
.hpk_shade_accent { color: #FFB366; }
.hpk_shade_success { color: #4CAF50; }
.hpk_shade_warning { color: #FFB74D; }
.hpk_shade_error { color: #EF5350; }
.hpk_shade_info { color: #4FC3F7; }

.hpk_pill { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #322218; border: 1px solid #5C4335; color: #FDFBFA; font-size: 0.875rem; }
.hpk_pill > i { color: #FFB366; }

.hpk_btn, .hpk_btn_sm, .hpk_btn_full, .hpk_btn_outline { background: #FFB366; color: #1C120C; border-radius: 4px; min-height: 44px; font-weight: 700; box-shadow: 0 0 0 1px rgba(255, 179, 102, 0.35), 0 6px 18px rgba(255, 179, 102, 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 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms; }
.hpk_btn:hover, .hpk_btn_sm:hover, .hpk_btn_full:hover, .hpk_btn_outline:hover { background: #FFC996; box-shadow: 0 0 0 1px rgba(255, 179, 102, 0.5), 0 8px 26px rgba(255, 179, 102, 0.5); }
.hpk_btn_sm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.hpk_btn_full { display: flex; width: 100%; }
.hpk_btn_outline { background: transparent; background-image: none; color: #FDFBFA; border: 1px solid #5C4335; box-shadow: none; }
.hpk_btn_outline:hover { background: transparent; border-color: #1B4D3E; color: #FDFBFA; box-shadow: none; }

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