/* overflow-guard */
:root {
    --brand-primary: #3D424D;
    --brand-primary-hover: #4E5461;
    --brand-secondary: #A8ADB5;
    --brand-secondary-hover: #BCC0C7;
    --brand-accent: #D11A3C;
    --background-main: #081D21;
    --background-surface: #122B31;
    --background-elevated: #1C3D43;
    --background-overlay: rgba(8, 29, 33, 0.8);
    --text-primary: #F2F2F2;
    --text-secondary: #DCDCDC;
    --text-muted: #BDBDBD;
    --text-brand-contrast: #FFFFFF;
    --text-link: #FFC8D0;
    --text-link-hover: #FFE0E5;
    --button-bg: #D11A3C;
    --button-text: #FFFFFF;
    --button-hover-bg: #B01433;
    --button-hover-text: #FFFFFF;
    --semantic-success: #28A745;
    --success: #28A745;
    --semantic-error: #DC3545;
    --error: #DC3545;
    --semantic-warning: #FFC107;
    --warning: #FFC107;
    --semantic-info: #17A2B8;
    --info: #17A2B8;
    --border-default: #1A363B;
    --border-strong: #2C4D54;
    --border-brand: #3D424D;
    --font-family-headings: Noto Serif Bengali, Playfair Display, serif;
    --font-family-body: Noto Sans Bengali, Source Sans 3, 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: 700;
    --role-weight-h2: 700;
    --role-weight-h3: 600;
    --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.25;
    --line-height-body: 1.6;
    --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: 74rem;
    --content-max-width: 74rem;
    --spacing-reading-max-width: 62ch;
    --reading-max-width: 62ch;
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 14px;
    --radius-pill: 9999px;
    --shadow-card: 0 8px 24px rgba(4, 13, 15, 0.4);
    --shadow-elevated: 0 12px 32px rgba(4, 13, 15, 0.5);
    --shadow-glow: 0 0 0 1px rgba(209, 26, 60, 0.35), 0 6px 18px rgba(209, 26, 60, 0.35);
    --shadow-inset: inset 0 1px 0 rgba(255,255,255,.06);
    --gradient-brand: linear-gradient(135deg, #3D424D 0%, #4E5461 100%);
    --gradient-hero: linear-gradient(180deg, #1B3037 0%, #081D21 100%);
    --gradient-surface: linear-gradient(135deg, #122B31 0%, #1C3D43 100%);
    --gradient-button: none;
    --effects-accent-bar: #D11A3C;
    --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: #081D21;
    color: #DCDCDC;
    font-family: Noto Sans Bengali, Source Sans 3, 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: Noto Serif Bengali, Playfair Display, serif;
    line-height: 1.25;
    letter-spacing: 0;
    color: #F2F2F2;
}
h1 {
    font-size: 1.8rem;
    font-weight: 700;
}
h2 {
    font-size: 1.5rem;
    font-weight: 700;
}
h3 {
    font-size: 1rem;
    font-weight: 600;
}
h4 {
    font-size: 1rem;
    font-weight: 600;
}
p {
    margin: 0;
    color: #DCDCDC;
}
ul, ol {
    margin: 0;
}
a {
    color: #FFC8D0;
    text-decoration: none;
    transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms;
}
a:hover {
    color: #FFE0E5;
}
a:focus-visible, button:focus-visible, summary:focus-visible {
    outline: 2px solid #D11A3C;
    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 > * + *, .tj_holder > * + *, .tj_measure > * + *, .tj_stack > * + *, .tj_stack_center > * + * {
    margin-block-start: 1.5rem;
}
@media (max-width: 48rem) {
    main > section {
        padding-block: 2.5rem;
    }
    main > section > * + *, main > article > * + *, .tj_holder > * + *, .tj_measure > * + *, .tj_stack > * + *, .tj_stack_center > * + * {
        margin-block-start: 1rem;
    }
}

.tj_breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem;
    padding: 1rem 0;
    font-size: 0.875rem;
    color: #DCDCDC;
}
.tj_breadcrumb a {
    color: #FFC8D0;
}
.tj_breadcrumb span {
    color: #F2F2F2;
}

.tj_appbar {
    background: #081D21;
    border-bottom: 1px solid #1A363B;
    padding: .75rem 3%;
    position: sticky;
    top: 0;
    z-index: 100;
}
.tj_appbar_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.tj_appbar_brand {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color: #F2F2F2;
}
.tj_appbar_brand img {
    border-radius: 6px;
}
.tj_appbar_brand strong {
    font-size: 16px;
    font-weight: 400;
}
.tj_appbar_actions {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.tj_bottombar {
    position: fixed;
    inset: auto 0 0 0;
    z-index: 1000;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 4.25rem;
    background: #122B31;
    border-top: 1px solid #1A363B;
}
.tj_bottombar_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .25rem;
    flex: 1 1 0;
    padding: .5rem 0;
    font-size: 0.75rem;
    color: #BDBDBD;
}
.tj_bottombar_item i {
    font-size: 1.25rem;
}
.tj_bottombar_item:hover {
    color: #D11A3C;
}

main > section.tj_stripe {
    background: linear-gradient(180deg, #122B31 0%, #081D21 100%);
    padding-block: 4.5rem;
}
@media (max-width: 48rem) {
    main > section.tj_stripe {
        padding-block: 2.5rem;
    }
}
.tj_splash {
    background: linear-gradient(180deg, #1B3037 0%, #081D21 100%);
    padding-block: 4.5rem;
    text-align: center;
    margin-inline: -3.1915%;
    padding-inline: 3%;
}
@media (max-width: 48rem) {
    .tj_splash {
        padding-block: 2.5rem;
    }
}

.tj_slab {
    background: linear-gradient(135deg, #122B31 0%, #1C3D43 100%);
    border: 1px solid #1A363B;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(4, 13, 15, 0.4), inset 0 1px 0 rgba(255,255,255,.06);
    border-top: 3px solid #D11A3C;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms;
}
.tj_slab:hover {
    background: linear-gradient(135deg, #122B31 0%, #2A494E 100%);
    box-shadow: 0 12px 32px rgba(4, 13, 15, 0.5), inset 0 1px 0 rgba(255,255,255,.06);
}
@media (max-width: 48rem) {
    .tj_slab {
        padding: 1.25rem;
    }
}
.tj_slab > img {
    width: 100%;
    height: auto;
    display: block;
}

.tj_gamecard {
    background: linear-gradient(135deg, #122B31 0%, #1C3D43 100%);
    border: 1px solid #1A363B;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(4, 13, 15, 0.4), inset 0 1px 0 rgba(255,255,255,.06);
    border-top: 3px solid #D11A3C;
    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;
}
.tj_gamecard:hover {
    background: linear-gradient(135deg, #122B31 0%, #2A494E 100%);
    box-shadow: 0 12px 32px rgba(4, 13, 15, 0.5), inset 0 1px 0 rgba(255,255,255,.06);
}
.tj_gamecard_media {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.tj_gamecard_media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 200ms;
}
.tj_gamecard:hover .tj_gamecard_media img {
    transform: scale(1.04);
}
.tj_gamecard_play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #D11A3C;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 150ms;
}
.tj_gamecard:hover .tj_gamecard_play, .tj_gamecard:focus-visible .tj_gamecard_play {
    opacity: 1;
}
@media (hover: none) {
    .tj_gamecard_play {
        opacity: 1;
    }
}
.tj_gamecard_name {
    padding: .6rem .75rem;
    background: #1C3D43;
}
.tj_gamecard_name h3 {
    margin: 0;
    font-size: 0.875rem;
    color: #F2F2F2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (min-width: 48rem) {
    .tj_gamecard_name h3 {
        white-space: normal;
    }
}

.tj_holder {
    width: 100%;
    max-width: 74rem;
    margin-inline: auto;
}
.tj_measure {
    max-width: 62ch;
    margin-inline: auto;
}
.tj_stack, .tj_stack_center {
    display: block;
}
.tj_stack_center {
    text-align: center;
}
.tj_line, .tj_line_center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}
.tj_line_center {
    justify-content: center;
}
.tj_mosaic {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
    gap: 1.5rem;
}
.tj_deck {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
.tj_picks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
@media (min-width: 48rem) {
    .tj_deck {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1.5rem;
    }
    .tj_picks {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.5rem;
    }
}
.tj_checklist {
    list-style: none;
    padding: 0;
}
.tj_checklist > li {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
}
.tj_checklist > li + li {
    margin-block-start: .75rem;
}
.tj_checklist > li > i {
    flex: 0 0 1.25rem;
    text-align: center;
    margin-top: .2em;
    color: #D11A3C;
}

.tj_badge, .tj_badge_success, .tj_badge_warning, .tj_badge_error, .tj_badge_info {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #3D424D 0%, #4E5461 100%);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    font-weight: 700;
}
.tj_badge_success {
    background: #28A745;
    color: #FFF;
}
.tj_badge_warning {
    background: #FFC107;
    color: #FFF;
}
.tj_badge_error {
    background: #DC3545;
    color: #FFF;
}
.tj_badge_info {
    background: #17A2B8;
    color: #FFF;
}

.tj_faq {
    background: linear-gradient(135deg, #122B31 0%, #1C3D43 100%);
    border: 1px solid #1A363B;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(4, 13, 15, 0.4), inset 0 1px 0 rgba(255,255,255,.06);
    border-top: 3px solid #D11A3C;
    transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms;
}
.tj_faq + .tj_faq {
    margin-block-start: 1rem;
}
.tj_faq[open] {
    border-color: #3D424D;
}
.tj_faq_q {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 2rem;
    cursor: pointer;
    list-style: none;
}
.tj_faq_q::-webkit-details-marker {
    display: none;
}
.tj_faq_q h3 {
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
}
.tj_faq_q::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    flex: 0 0 auto;
    color: #D11A3C;
    transition: transform 200ms;
}
.tj_faq[open] .tj_faq_q::after {
    transform: rotate(180deg);
}
.tj_faq_a {
    margin: 0;
    padding: 0 2rem 2rem;
}
@media (max-width: 48rem) {
    .tj_faq_q {
        padding: 1.25rem;
    }
    .tj_faq_a {
        padding: 0 1.25rem 1.25rem;
    }
}

.tj_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;
}
.tj_rail::-webkit-scrollbar {
    display: none;
}
.tj_rail_link {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: .5rem 1rem;
    border-radius: 6px;
    background: #122B31;
    border: 1px solid #1A363B;
    color: #DCDCDC;
    font-size: 0.875rem;
    transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms;
}
.tj_rail_link:hover {
    border-color: #3D424D;
    color: #F2F2F2;
}

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

.tj_foot {
    background: #081D21;
    border-top: 1px solid #1A363B;
    padding: 3rem 3% 2rem;
    color: #BDBDBD;
}
.tj_foot_grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    text-align: center;
}
.tj_foot_col > p, .tj_foot_col > h3 {
    font-size: 0.875rem;
    font-weight: 700;
    color: #F2F2F2;
    margin: 0 0 .75rem;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.tj_foot_col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tj_foot_col li + li {
    margin-block-start: .5rem;
}
.tj_foot_col a {
    color: #BDBDBD;
    font-size: 0.875rem;
}
.tj_foot_col a:hover {
    color: #FFE0E5;
}
.tj_foot_meta {
    margin-block-start: 2rem;
    padding-block-start: 1.5rem;
    border-top: 1px solid #1A363B;
    text-align: center;
    font-size: 0.875rem;
}
.tj_foot_meta > * + * {
    margin-block-start: .5rem;
}

.tj_pill {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .4rem 1rem;
    border-radius: 9999px;
    background: #1C3D43;
    border: 1px solid #2C4D54;
    color: #F2F2F2;
    font-size: 0.875rem;
}
.tj_pill > i {
    color: #D11A3C;
}

.tj_note, .tj_note_warning, .tj_note_info, .tj_note_success, .tj_note_error {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem;
    border-radius: 10px;
    background: #122B31;
    border: 1px solid #1A363B;
    border-left: 4px solid #D11A3C;
}
.tj_note > i, .tj_note_warning > i, .tj_note_info > i, .tj_note_success > i, .tj_note_error > i {
    flex: 0 0 auto;
    margin-top: .2em;
    color: #D11A3C;
}
.tj_note_success {
    border-left-color: #28A745;
}
.tj_note_warning {
    border-left-color: #FFC107;
}
.tj_note_error {
    border-left-color: #DC3545;
}
.tj_note_info {
    border-left-color: #17A2B8;
}
.tj_note_success > i {
    color: #28A745;
}
.tj_note_warning > i {
    color: #FFC107;
}
.tj_note_error > i {
    color: #DC3545;
}
.tj_note_info > i {
    color: #17A2B8;
}

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

.tj_table_wrap {
    background: linear-gradient(135deg, #122B31 0%, #1C3D43 100%);
    border: 1px solid #1A363B;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(4, 13, 15, 0.4), inset 0 1px 0 rgba(255,255,255,.06);
    border-top: 3px solid #D11A3C;
    overflow-x: auto;
    max-width: 100%;
}
.tj_table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.tj_table th, .tj_table td {
    padding: 1rem;
    text-align: start;
    border-bottom: 1px solid #1A363B;
    vertical-align: top;
}
.tj_table thead th {
    background: #1C3D43;
    color: #F2F2F2;
    font-weight: 600;
}
.tj_table tbody tr:last-child td {
    border-bottom: 0;
}
.tj_table td:first-child {
    color: #BDBDBD;
    font-weight: 600;
}

.tj_small {
    font-size: 0.875rem;
}
.tj_quiet {
    color: #BDBDBD;
}
.tj_centered {
    text-align: center;
}
.tj_tone_accent {
    color: #D11A3C;
}
.tj_tone_success {
    color: #28A745;
}
.tj_tone_warning {
    color: #FFC107;
}
.tj_tone_error {
    color: #DC3545;
}
.tj_tone_info {
    color: #17A2B8;
}

.tj_action, .tj_action_sm, .tj_action_full, .tj_action_outline {
    background: #D11A3C;
    color: #FFFFFF;
    border-radius: 9999px;
    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(4, 13, 15, 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 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms;
}
.tj_action:hover, .tj_action_sm:hover, .tj_action_full:hover, .tj_action_outline:hover {
    background: #B01433;
    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(4, 13, 15, 0.45);
}
.tj_action_sm {
    min-height: 36px;
    padding: 0 1rem;
    font-size: 0.875rem;
}
.tj_action_full {
    display: flex;
    width: 100%;
}
.tj_action_outline {
    background: transparent;
    background-image: none;
    color: #F2F2F2;
    border: 1px solid #2C4D54;
    box-shadow: none;
}
.tj_action_outline:hover {
    background: transparent;
    border-color: #3D424D;
    color: #F2F2F2;
    box-shadow: none;
}

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