/* overflow-guard */
:root {
    --brand-primary: #008F68;
    --brand-primary-hover: #00A67C;
    --brand-secondary: #B8A58D;
    --brand-secondary-hover: #C9B8A2;
    --brand-accent: #D4AF37;
    --background-main: #1C0B1C;
    --background-surface: #281328;
    --background-elevated: #321B32;
    --background-overlay: rgba(28, 11, 28, 0.75);
    --text-primary: #FDFBFA;
    --text-secondary: #E2E0DE;
    --text-muted: #BDBBBA;
    --text-brand-contrast: #FFFFFF;
    --text-link: #E6D5B3;
    --text-link-hover: #F5E6C8;
    --button-bg: #D4AF37;
    --button-text: #000000;
    --button-hover-bg: #B8962D;
    --button-hover-text: #000000;
    --semantic-success: #2ECC71;
    --success: #2ECC71;
    --semantic-error: #E74C3C;
    --error: #E74C3C;
    --semantic-warning: #F1C40F;
    --warning: #F1C40F;
    --semantic-info: #3498DB;
    --info: #3498DB;
    --border-default: #3A223A;
    --border-strong: #4D2D4D;
    --border-brand: #008F68;
    --font-family-headings: Oswald, Noto Sans Bengali, sans-serif;
    --font-family-body: Source Sans 3, 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: 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.3;
    --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: 72rem;
    --content-max-width: 72rem;
    --spacing-reading-max-width: 66ch;
    --reading-max-width: 66ch;
    --radius-sm: 8px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --radius-pill: 9999px;
    --shadow-card: 0 1px 2px rgba(13, 5, 13, 0.5), 0 16px 32px rgba(13, 5, 13, 0.4);
    --shadow-elevated: 0 2px 4px rgba(13, 5, 13, 0.5), 0 24px 48px rgba(13, 5, 13, 0.5);
    --shadow-glow: 0 0 0 1px rgba(212, 175, 55, 0.35), 0 6px 18px rgba(212, 175, 55, 0.35);
    --shadow-inset: inset 0 1px 0 rgba(255,255,255,.06);
    --gradient-brand: linear-gradient(135deg, #008F68 0%, #00A67C 100%);
    --gradient-hero: linear-gradient(180deg, #1F2E36 0%, #1C0B1C 100%);
    --gradient-surface: linear-gradient(180deg, #321B32 0%, #281328 100%);
    --gradient-button: linear-gradient(135deg, #DCBD5B 0%, #D4AF37 100%);
    --effects-accent-bar: none;
    --recipes-transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms;
    --transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms;
}
*, *::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: #1C0B1C;
    color: #E2E0DE;
    font-family: Source Sans 3, Noto Sans Bengali, sans-serif;
    font-weight: 400;
    line-height: 1.55;
    padding-bottom: 4.75rem;
    -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: Oswald, Noto Sans Bengali, sans-serif;
    line-height: 1.3;
    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: #E2E0DE;
}
ul, ol {
    margin: 0;
}
a {
    color: #E6D5B3;
    text-decoration: none;
    transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms;
}
a:hover {
    color: #F5E6C8;
}
a:focus-visible, button:focus-visible, summary:focus-visible {
    outline: 2px solid #D4AF37;
    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 > * + *, .tgz-frame > * + *, .tgz-copy > * + *, .tgz-vlist > * + *, .tgz-vlist-center > * + * {
    margin-block-start: 1.25rem;
}
@media (max-width: 48rem) {
    main > section {
        padding-block: 2rem;
    }
    main > section > * + *, main > article > * + *, .tgz-frame > * + *, .tgz-copy > * + *, .tgz-vlist > * + *, .tgz-vlist-center > * + * {
        margin-block-start: 1rem;
    }
}

.tgz-frame {
    width: 100%;
    max-width: 72rem;
    margin-inline: auto;
}
.tgz-copy {
    max-width: 66ch;
    margin-inline: auto;
}
.tgz-vlist, .tgz-vlist-center {
    display: block;
}
.tgz-vlist-center {
    text-align: center;
}
.tgz-cluster, .tgz-cluster-center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}
.tgz-cluster-center {
    justify-content: center;
}
.tgz-lattice {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
    gap: 1.25rem;
}
.tgz-showcase {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
.tgz-picks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
@media (min-width: 48rem) {
    .tgz-showcase {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1.25rem;
    }
    .tgz-picks {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.25rem;
    }
}
.tgz-checklist {
    list-style: none;
    padding: 0;
}
.tgz-checklist > li {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
}
.tgz-checklist > li + li {
    margin-block-start: .75rem;
}
.tgz-checklist > li > i {
    flex: 0 0 1.25rem;
    text-align: center;
    margin-top: .2em;
    color: #D4AF37;
}

.tgz-callout, .tgz-callout-warning, .tgz-callout-info, .tgz-callout-success, .tgz-callout-error {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    border-radius: 16px;
    background: #281328;
    border: 1px solid #3A223A;
    border-left: 4px solid #D4AF37;
}
.tgz-callout > i, .tgz-callout-warning > i, .tgz-callout-info > i, .tgz-callout-success > i, .tgz-callout-error > i {
    flex: 0 0 auto;
    margin-top: .2em;
    color: #D4AF37;
}
.tgz-callout-success {
    border-left-color: #2ECC71;
}
.tgz-callout-warning {
    border-left-color: #F1C40F;
}
.tgz-callout-error {
    border-left-color: #E74C3C;
}
.tgz-callout-info {
    border-left-color: #3498DB;
}
.tgz-callout-success > i {
    color: #2ECC71;
}
.tgz-callout-warning > i {
    color: #F1C40F;
}
.tgz-callout-error > i {
    color: #E74C3C;
}
.tgz-callout-info > i {
    color: #3498DB;
}

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

.tgz-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;
}
.tgz-rail::-webkit-scrollbar {
    display: none;
}
.tgz-rail-link {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: .5rem 1rem;
    border-radius: 8px;
    background: #281328;
    border: 1px solid #3A223A;
    color: #E2E0DE;
    font-size: 0.875rem;
    transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms;
}
.tgz-rail-link:hover {
    border-color: #008F68;
    color: #FDFBFA;
}

.tgz-navbar {
    position: fixed;
    inset: auto 0 0 0;
    z-index: 1000;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 4.75rem;
    background: #281328;
    border-top: 1px solid #3A223A;
}
.tgz-navbar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .25rem;
    flex: 1 1 0;
    padding: .5rem 0;
    font-size: 0.75rem;
    color: #BDBBBA;
}
.tgz-navbar-item i {
    font-size: 1.25rem;
}
.tgz-navbar-item:hover {
    color: #D4AF37;
}

.tgz-badge, .tgz-badge-success, .tgz-badge-warning, .tgz-badge-error, .tgz-badge-info {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #008F68 0%, #00A67C 100%);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    font-weight: 700;
}
.tgz-badge-success {
    background: #2ECC71;
    color: #FFF;
}
.tgz-badge-warning {
    background: #F1C40F;
    color: #FFF;
}
.tgz-badge-error {
    background: #E74C3C;
    color: #FFF;
}
.tgz-badge-info {
    background: #3498DB;
    color: #FFF;
}

.tgz-btn, .tgz-btn-sm, .tgz-btn-full, .tgz-btn-outline {
    background: linear-gradient(135deg, #DCBD5B 0%, #D4AF37 100%);
    color: #000000;
    border-radius: 16px;
    min-height: 44px;
    font-weight: 700;
    box-shadow: 0 6px 16px rgba(212, 175, 55, 0.3);
    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 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms;
}
.tgz-btn:hover, .tgz-btn-sm:hover, .tgz-btn-full:hover, .tgz-btn-outline:hover {
    background: #B8962D;
    box-shadow: 0 8px 22px rgba(212, 175, 55, 0.4);
}
.tgz-btn-sm {
    min-height: 36px;
    padding: 0 1rem;
    font-size: 0.875rem;
}
.tgz-btn-full {
    display: flex;
    width: 100%;
}
.tgz-btn-outline {
    background: transparent;
    background-image: none;
    color: #FDFBFA;
    border: 1px solid #4D2D4D;
    box-shadow: none;
}
.tgz-btn-outline:hover {
    background: transparent;
    border-color: #008F68;
    color: #FDFBFA;
    box-shadow: none;
}

.tgz-card {
    background: rgba(50, 27, 50, 0.65);
    border: 1px solid #3A223A;
    border-radius: 16px;
    box-shadow: 0 1px 2px rgba(13, 5, 13, 0.5), 0 16px 32px rgba(13, 5, 13, 0.4), inset 0 1px 0 rgba(255,255,255,.06);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms;
}
.tgz-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 4px rgba(13, 5, 13, 0.5), 0 24px 48px rgba(13, 5, 13, 0.5), inset 0 1px 0 rgba(255,255,255,.06);
}
@media (max-width: 48rem) {
    .tgz-card {
        padding: 1rem;
    }
}
.tgz-card > img {
    width: 100%;
    height: auto;
    display: block;
}

.tgz-pill {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .4rem 1rem;
    border-radius: 9999px;
    background: #321B32;
    border: 1px solid #4D2D4D;
    color: #FDFBFA;
    font-size: 0.875rem;
}
.tgz-pill > i {
    color: #D4AF37;
}

main > section.tgz-band {
    background: #281328;
    padding-block: 3.5rem;
    margin-inline: -3.1915%;
    padding-inline: 3%;
}
@media (max-width: 48rem) {
    main > section.tgz-band {
        padding-block: 2rem;
    }
}
.tgz-splash {
    background: linear-gradient(180deg, #1F2E36 0%, #1C0B1C 100%);
    padding-block: 3.5rem;
    text-align: center;
    margin-inline: -3.1915%;
    padding-inline: 3%;
}
@media (max-width: 48rem) {
    .tgz-splash {
        padding-block: 2rem;
    }
}

.tgz-tiny {
    font-size: 0.875rem;
}
.tgz-dim {
    color: #BDBBBA;
}
.tgz-centered {
    text-align: center;
}
.tgz-ink-accent {
    color: #D4AF37;
}
.tgz-ink-success {
    color: #2ECC71;
}
.tgz-ink-warning {
    color: #F1C40F;
}
.tgz-ink-error {
    color: #E74C3C;
}
.tgz-ink-info {
    color: #3498DB;
}

.tgz-game {
    background: rgba(50, 27, 50, 0.65);
    border: 1px solid #3A223A;
    border-radius: 16px;
    box-shadow: 0 1px 2px rgba(13, 5, 13, 0.5), 0 16px 32px rgba(13, 5, 13, 0.4), inset 0 1px 0 rgba(255,255,255,.06);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms;
}
.tgz-game:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 4px rgba(13, 5, 13, 0.5), 0 24px 48px rgba(13, 5, 13, 0.5), inset 0 1px 0 rgba(255,255,255,.06);
}
.tgz-game-media {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.tgz-game-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 200ms;
}
.tgz-game:hover .tgz-game-media img {
    transform: scale(1.04);
}
.tgz-game-play {
    position: absolute;
    bottom: .5rem;
    right: .5rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #D4AF37;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 150ms;
}
.tgz-game:hover .tgz-game-play, .tgz-game:focus-visible .tgz-game-play {
    opacity: 1;
}
@media (hover: none) {
    .tgz-game-play {
        opacity: 1;
    }
}
.tgz-game-name {
    padding: .6rem .75rem;
    background: #321B32;
}
.tgz-game-name h3 {
    margin: 0;
    font-size: 0.875rem;
    color: #FDFBFA;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (min-width: 48rem) {
    .tgz-game-name h3 {
        white-space: normal;
    }
}

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

.tgz-path {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem;
    padding: 1rem 0;
    font-size: 0.875rem;
    color: #E2E0DE;
}
.tgz-path a {
    color: #E6D5B3;
}
.tgz-path span {
    color: #FDFBFA;
}

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

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

.tgz-qa {
    background: rgba(50, 27, 50, 0.65);
    border: 1px solid #3A223A;
    border-radius: 16px;
    box-shadow: 0 1px 2px rgba(13, 5, 13, 0.5), 0 16px 32px rgba(13, 5, 13, 0.4), inset 0 1px 0 rgba(255,255,255,.06);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms;
}
.tgz-qa + .tgz-qa {
    margin-block-start: 1rem;
}
.tgz-qa[open] {
    border-color: #008F68;
}
.tgz-qa-q {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    cursor: pointer;
    list-style: none;
}
.tgz-qa-q::-webkit-details-marker {
    display: none;
}
.tgz-qa-q h3 {
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
}
.tgz-qa-q::after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    flex: 0 0 auto;
    color: #D4AF37;
    transition: transform 200ms;
}
.tgz-qa[open] .tgz-qa-q::after {
    transform: rotate(180deg);
}
.tgz-qa-a {
    margin: 0;
    padding: 0 1.5rem 1.5rem;
}
@media (max-width: 48rem) {
    .tgz-qa-q {
        padding: 1rem;
    }
    .tgz-qa-a {
        padding: 0 1rem 1rem;
    }
}

.tgz-ledger-wrap {
    background: rgba(50, 27, 50, 0.65);
    border: 1px solid #3A223A;
    border-radius: 16px;
    box-shadow: 0 1px 2px rgba(13, 5, 13, 0.5), 0 16px 32px rgba(13, 5, 13, 0.4), inset 0 1px 0 rgba(255,255,255,.06);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    overflow-x: auto;
    max-width: 100%;
}
.tgz-ledger {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.tgz-ledger th, .tgz-ledger td {
    padding: 1rem;
    text-align: start;
    border-bottom: 1px solid #3A223A;
    vertical-align: top;
}
.tgz-ledger thead th {
    background: #321B32;
    color: #FDFBFA;
    font-weight: 600;
}
.tgz-ledger tbody tr:last-child td {
    border-bottom: 0;
}
.tgz-ledger td:first-child {
    color: #BDBBBA;
    font-weight: 600;
}

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