/* overflow-guard */
:root { --brand-primary: #1b5e42; --brand-primary-hover: #247a56; --brand-secondary: #b8a37e; --brand-secondary-hover: #c9b592; --brand-accent: #ffb366; --background-main: #0d0f1e; --background-surface: #171b2d; --background-elevated: #21263d; --background-overlay: rgba(13, 15, 30, 0.75); --text-primary: #fdfbfa; --text-secondary: #dedbd5; --text-muted: #bdbbb5; --text-brand-contrast: #000000; --text-link: #ffe4c4; --text-link-hover: #fff5e6; --button-bg: #ffb366; --button-text: #000000; --button-hover-bg: #ffc88c; --button-hover-text: #000000; --semantic-success: #4caf50; --success: #4caf50; --semantic-error: #e53935; --error: #e53935; --semantic-warning: #ffb300; --warning: #ffb300; --semantic-info: #2196f3; --info: #2196f3; --border-default: #2a304a; --border-strong: #3d4566; --border-brand: #1b5e42; --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: 600; --role-weight-h2: 600; --role-weight-h3: 500; --role-weight-h4: 500; --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.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: 72rem; --content-max-width: 72rem; --spacing-reading-max-width: 62ch; --reading-max-width: 62ch; --radius-sm: 8px; --radius-md: 16px; --radius-lg: 24px; --radius-pill: 9999px; --shadow-card: 4px 4px 0 #06080f; --shadow-elevated: 6px 6px 0 #06080f; --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,.05); --gradient-brand: linear-gradient(135deg, #1b5e42 0%, #247a56 100%); --gradient-hero: linear-gradient(180deg, #182a32 0%, #0d0f1e 100%); --gradient-surface: linear-gradient(#21263d, #21263d); --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: #0d0f1e; color: #dedbd5; font-family: Noto Sans Bengali, Lato, 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, Montserrat, sans-serif; line-height: 1.25; letter-spacing: 0; color: #fdfbfa; }
h1 { font-size: 1.8rem; font-weight: 600; }
h2 { font-size: 1.5rem; font-weight: 600; }
h3 { font-size: 1rem; font-weight: 500; }
h4 { font-size: 1rem; font-weight: 500; }
p { margin: 0; color: #dedbd5; }
ul, ol { margin: 0; }
a { color: #ffe4c4; text-decoration: none; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
a:hover { color: #fff5e6; }
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: 4.5rem; }
main > section > * + *, main > article > * + *, .pg-holder > * + *, .pg-reading > * + *, .pg-flow > * + *, .pg-flow-center > * + * { margin-block-start: 1.5rem; }
@media (max-width: 48rem) {
    main > section { padding-block: 2.5rem; }
    main > section > * + *, main > article > * + *, .pg-holder > * + *, .pg-reading > * + *, .pg-flow > * + *, .pg-flow-center > * + * { margin-block-start: 1rem; }
}

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

.pg-callout, .pg-callout-warning, .pg-callout-info, .pg-callout-success, .pg-callout-error { display: flex; align-items: flex-start; gap: 1rem; padding: 1.25rem; border-radius: 16px; background: #171b2d; border: 1px solid #2a304a; border-left: 4px solid #ffb366; }
.pg-callout > i, .pg-callout-warning > i, .pg-callout-info > i, .pg-callout-success > i, .pg-callout-error > i { flex: 0 0 auto; margin-top: .2em; color: #ffb366; }
.pg-callout-success { border-left-color: #4caf50; }
.pg-callout-warning { border-left-color: #ffb300; }
.pg-callout-error { border-left-color: #e53935; }
.pg-callout-info { border-left-color: #2196f3; }
.pg-callout-success > i { color: #4caf50; }
.pg-callout-warning > i { color: #ffb300; }
.pg-callout-error > i { color: #e53935; }
.pg-callout-info > i { color: #2196f3; }

.pg-bottombar { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.5rem; background: #171b2d; border-top: 1px solid #2a304a; }
.pg-bottombar-item { display: flex; flex-direction: column; align-items: center; gap: .25rem; flex: 1 1 0; padding: .5rem 0; font-size: 0.75rem; color: #bdbbb5; }
.pg-bottombar-item i { font-size: 1.25rem; }
.pg-bottombar-item:hover { color: #ffb366; }

.pg-faq { background: rgba(33, 38, 61, 0.65); border: 1px solid #2a304a; border-radius: 16px; box-shadow: 4px 4px 0 #06080f, inset 0 1px 0 rgba(255,255,255,.05); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.pg-faq + .pg-faq { margin-block-start: 1rem; }
.pg-faq[open] { border-color: #1b5e42; }
.pg-faq-q { display: flex; align-items: flex-start; gap: 1rem; padding: 2rem; cursor: pointer; list-style: none; }
.pg-faq-q::-webkit-details-marker { display: none; }
.pg-faq-q h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.pg-faq-q::after { content: "\f078"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #ffb366; transition: transform 200ms; }
.pg-faq[open] .pg-faq-q::after { transform: rotate(180deg); }
.pg-faq-a { margin: 0; padding: 0 2rem 2rem; }
@media (max-width: 48rem) {
    .pg-faq-q { padding: 1.25rem; }
    .pg-faq-a { padding: 0 1.25rem 1.25rem; }
}

.pg-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; padding: 1rem 0; font-size: 0.875rem; color: #dedbd5; }
.pg-breadcrumb a { color: #ffe4c4; }
.pg-breadcrumb span { color: #fdfbfa; }

.pg-action, .pg-action-sm, .pg-action-full, .pg-action-outline { background: #ffb366; color: #000000; border-radius: 16px; min-height: 44px; font-weight: 700; box-shadow: inset 0 1px 0 rgba(255,255,255,.22), inset 0 -1px 0 rgba(0,0,0,.35), 0 2px 6px rgba(6, 7, 14, 0.4); 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; }
.pg-action:hover, .pg-action-sm:hover, .pg-action-full:hover, .pg-action-outline:hover { background: #ffc88c; transform: translateY(-1px); box-shadow: inset 0 1px 0 rgba(255,255,255,.22), inset 0 -1px 0 rgba(0,0,0,.35), 0 4px 10px rgba(6, 7, 14, 0.45); }
.pg-action-sm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.pg-action-full { display: flex; width: 100%; }
.pg-action-outline { background: transparent; background-image: none; color: #fdfbfa; border: 1px solid #3d4566; box-shadow: none; }
.pg-action-outline:hover { background: transparent; border-color: #1b5e42; color: #fdfbfa; box-shadow: none; }

.pg-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; }
.pg-ticker::-webkit-scrollbar { display: none; }
.pg-ticker-link { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 8px; background: #171b2d; border: 1px solid #2a304a; color: #dedbd5; font-size: 0.875rem; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.pg-ticker-link:hover { border-color: #1b5e42; color: #fdfbfa; }

.pg-topbar { background: #0d0f1e; border-bottom: 1px solid #2a304a; padding: .75rem 3%; position: sticky; top: 0; z-index: 100; }
.pg-topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.pg-topbar-brand { display: inline-flex; align-items: center; gap: .5rem; color: #fdfbfa; }
.pg-topbar-brand img { border-radius: 8px; }
.pg-topbar-brand strong { font-size: 16px; font-weight: 400; }
.pg-topbar-actions { display: flex; align-items: center; gap: .5rem; }

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

.pg-table-wrap { background: rgba(33, 38, 61, 0.65); border: 1px solid #2a304a; border-radius: 16px; box-shadow: 4px 4px 0 #06080f, inset 0 1px 0 rgba(255,255,255,.05); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); overflow-x: auto; max-width: 100%; }
.pg-table { width: 100%; table-layout: fixed; border-collapse: collapse; }
.pg-table th, .pg-table td { padding: 1rem; text-align: start; border-bottom: 1px solid #2a304a; vertical-align: top; }
.pg-table thead th { background: #21263d; color: #fdfbfa; font-weight: 600; }
.pg-table tbody tr:last-child td { border-bottom: 0; }
.pg-table td:first-child { color: #bdbbb5; font-weight: 600; }

.pg-pill { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #21263d; border: 1px solid #3d4566; color: #fdfbfa; font-size: 0.875rem; }
.pg-pill > i { color: #ffb366; }

.pg-game { background: rgba(33, 38, 61, 0.65); border: 1px solid #2a304a; border-radius: 16px; box-shadow: 4px 4px 0 #06080f, inset 0 1px 0 rgba(255,255,255,.05); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); 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; }
.pg-game:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #06080f, inset 0 1px 0 rgba(255,255,255,.05); }
.pg-game-media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.pg-game-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.pg-game:hover .pg-game-media img { transform: scale(1.04); }
.pg-game-play { position: absolute; top: .5rem; right: .5rem; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #ffb366; color: #000000; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.pg-game:hover .pg-game-play, .pg-game:focus-visible .pg-game-play { opacity: 1; }
@media (hover: none) {
    .pg-game-play { opacity: 1; }
}
.pg-game-name { padding: .6rem .75rem; background: #21263d; }
.pg-game-name h3 { margin: 0; font-size: 0.875rem; color: #fdfbfa; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
    .pg-game-name h3 { white-space: normal; }
}

.pg-orb, .pg-orb-success, .pg-orb-warning, .pg-orb-error, .pg-orb-info { width: 2.75rem; height: 2.75rem; border-radius: 50%; background: linear-gradient(135deg, #1b5e42 0%, #247a56 100%); color: #000000; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.pg-orb-success { background: #4caf50; color: #fff; }
.pg-orb-warning { background: #ffb300; color: #fff; }
.pg-orb-error { background: #e53935; color: #fff; }
.pg-orb-info { background: #2196f3; color: #fff; }

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

.pg-holder { width: 100%; max-width: 72rem; margin-inline: auto; }
.pg-reading { max-width: 62ch; margin-inline: auto; }
.pg-flow, .pg-flow-center { display: block; }
.pg-flow-center { text-align: center; }
.pg-strip, .pg-strip-center { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.pg-strip-center { justify-content: center; }
.pg-mosaic { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1.5rem; }
.pg-shelf { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.pg-menu { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
@media (min-width: 48rem) {
    .pg-shelf { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; }
    .pg-menu { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
}
.pg-ticks { list-style: none; padding: 0; }
.pg-ticks > li { display: flex; align-items: flex-start; gap: .75rem; }
.pg-ticks > li + li { margin-block-start: .75rem; }
.pg-ticks > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #ffb366; }

main > section.pg-layer { background: #171b2d; padding-block: 4.5rem; }
@media (max-width: 48rem) {
    main > section.pg-layer { padding-block: 2.5rem; }
}
.pg-hero { background: linear-gradient(180deg, #182a32 0%, #0d0f1e 100%); padding-block: 4.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    .pg-hero { padding-block: 2.5rem; }
}

.pg-box { background: rgba(33, 38, 61, 0.65); border: 1px solid #2a304a; border-radius: 16px; box-shadow: 4px 4px 0 #06080f, inset 0 1px 0 rgba(255,255,255,.05); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); padding: 2rem; display: flex; flex-direction: column; gap: 1rem; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.pg-box:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #06080f, inset 0 1px 0 rgba(255,255,255,.05); }
@media (max-width: 48rem) {
    .pg-box { padding: 1.25rem; }
}
.pg-box > img { width: 100%; height: auto; display: block; }

.pg-minor { font-size: 0.875rem; }
.pg-soft { color: #bdbbb5; }
.pg-centered { text-align: center; }
.pg-shade-accent { color: #ffb366; }
.pg-shade-success { color: #4caf50; }
.pg-shade-warning { color: #ffb300; }
.pg-shade-error { color: #e53935; }
.pg-shade-info { color: #2196f3; }

/* page */
.pg-provider-name { font-weight: 700; letter-spacing: 0.5px; color: var(--text-primary); }
