/* overflow-guard */
:root { --brand-primary: #b21e35; --brand-primary-hover: #d12a42; --brand-secondary: #c0c0c8; --brand-secondary-hover: #d1d1d9; --brand-accent: #00c4b4; --background-main: #061b20; --background-surface: #0c272d; --background-elevated: #123339; --background-overlay: rgba(6, 27, 32, 0.75); --text-primary: #f2f2f7; --text-secondary: #d1d1d6; --text-muted: #b0b0b8; --text-brand-contrast: #ffffff; --text-link: #b2f0ef; --text-link-hover: #d1fffd; --button-bg: #00c4b4; --button-text: #000000; --button-hover-bg: #00e5d6; --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: #163a41; --border-strong: #224d56; --border-brand: #b21e35; --font-family-headings: Noto Sans Bengali, Space Grotesk, sans-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: 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.35; --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: 78rem; --content-max-width: 78rem; --spacing-reading-max-width: 62ch; --reading-max-width: 62ch; --radius-sm: 8px; --radius-md: 16px; --radius-lg: 24px; --radius-pill: 9999px; --shadow-card: 0 1px 2px rgba(3, 12, 14, 0.5), 0 16px 32px rgba(3, 12, 14, 0.4); --shadow-elevated: 0 2px 4px rgba(3, 12, 14, 0.5), 0 24px 48px rgba(3, 12, 14, 0.5); --shadow-glow: 0 0 0 1px rgba(0, 196, 180, 0.35), 0 6px 18px rgba(0, 196, 180, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.06); --gradient-brand: linear-gradient(135deg, #b21e35 0%, #d12a42 100%); --gradient-hero: linear-gradient(180deg, #31252f 0%, #061b20 100%); --gradient-surface: linear-gradient(180deg, #123339 0%, #0c272d 100%); --gradient-button: linear-gradient(135deg, #2ecfc2 0%, #00c4b4 100%); --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: #061b20; color: #d1d1d6; font-family: Noto Sans Bengali, Source Sans 3, sans-serif; font-weight: 400; line-height: 1.6; 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: Noto Sans Bengali, Space Grotesk, sans-serif; line-height: 1.35; letter-spacing: 0; color: #f2f2f7; }
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: #d1d1d6; }
ul, ol { margin: 0; }
a { color: #b2f0ef; text-decoration: none; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
a:hover { color: #d1fffd; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #00c4b4; 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 > * + *, .trShell > * + *, .trProse > * + *, .trStack > * + *, .trStackCenter > * + * { margin-block-start: 1rem; }
@media (max-width: 48rem) {
    main > section { padding-block: 1.5rem; }
    main > section > * + *, main > article > * + *, .trShell > * + *, .trProse > * + *, .trStack > * + *, .trStackCenter > * + * { margin-block-start: 0.75rem; }
}

.trRoute { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; padding: 1rem 0; font-size: 0.875rem; color: #d1d1d6; }
.trRoute a { color: #b2f0ef; }
.trRoute span { color: #f2f2f7; }

.trShell { width: 100%; max-width: 78rem; margin-inline: auto; }
.trProse { max-width: 62ch; margin-inline: auto; }
.trStack, .trStackCenter { display: block; }
.trStackCenter { text-align: center; }
.trRow, .trRowCenter { display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem; }
.trRowCenter { justify-content: center; }
.trMosaic { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1rem; }
.trGames { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
.trCats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
@media (min-width: 48rem) {
    .trGames { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
    .trCats { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
}
.trTicks { list-style: none; padding: 0; }
.trTicks > li { display: flex; align-items: flex-start; gap: .75rem; }
.trTicks > li + li { margin-block-start: .75rem; }
.trTicks > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #00c4b4; }

.trChips { 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; }
.trChips::-webkit-scrollbar { display: none; }
.trChipsLink { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 8px; background: #0c272d; border: 1px solid #163a41; color: #d1d1d6; font-size: 0.875rem; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.trChipsLink:hover { border-color: #b21e35; color: #f2f2f7; }

.trAppbar { background: #061b20; border-bottom: 1px solid #163a41; padding: .75rem 3%; position: sticky; top: 0; z-index: 100; }
.trAppbarInner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.trAppbarBrand { display: inline-flex; align-items: center; gap: .5rem; color: #f2f2f7; }
.trAppbarBrand img { border-radius: 8px; }
.trAppbarBrand strong { font-size: 16px; font-weight: 400; }
.trAppbarActions { display: flex; align-items: center; gap: .5rem; }

main > section.trZone { background: #0c272d; padding-block: 2.5rem; }
@media (max-width: 48rem) {
    main > section.trZone { padding-block: 1.5rem; }
}
.trSplash { background: linear-gradient(180deg, #31252f 0%, #061b20 100%); padding-block: 2.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
    .trSplash { padding-block: 1.5rem; }
}

.trDock { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.5rem; background: #0c272d; border-top: 1px solid #163a41; }
.trDockItem { display: flex; flex-direction: column; align-items: center; gap: .25rem; flex: 1 1 0; padding: .5rem 0; font-size: 0.75rem; color: #b0b0b8; }
.trDockItem i { font-size: 1.25rem; }
.trDockItem:hover { color: #00c4b4; }

.trPress, .trPressSm, .trPressFull, .trPressOutline { background: linear-gradient(135deg, #2ecfc2 0%, #00c4b4 100%); color: #000000; border-radius: 16px; min-height: 44px; font-weight: 700; box-shadow: 0 6px 16px rgba(0, 196, 180, 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 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.trPress:hover, .trPressSm:hover, .trPressFull:hover, .trPressOutline:hover { background: #00e5d6; box-shadow: 0 8px 22px rgba(0, 196, 180, 0.4); }
.trPressSm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.trPressFull { display: flex; width: 100%; }
.trPressOutline { background: transparent; background-image: none; color: #f2f2f7; border: 1px solid #224d56; box-shadow: none; }
.trPressOutline:hover { background: transparent; border-color: #b21e35; color: #f2f2f7; box-shadow: none; }

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

.trFaq { background: rgba(18, 51, 57, 0.65); border: 1px solid #163a41; border-radius: 16px; box-shadow: 0 1px 2px rgba(3, 12, 14, 0.5), 0 16px 32px rgba(3, 12, 14, 0.4), inset 0 1px 0 rgba(255,255,255,.06); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.trFaq + .trFaq { margin-block-start: 0.75rem; }
.trFaq[open] { border-color: #b21e35; }
.trFaqQ { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; cursor: pointer; list-style: none; }
.trFaqQ::-webkit-details-marker { display: none; }
.trFaqQ h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.trFaqQ::after { content: "\f078"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #00c4b4; transition: transform 200ms; }
.trFaq[open] .trFaqQ::after { transform: rotate(180deg); }
.trFaqA { margin: 0; padding: 0 1rem 1rem; }
@media (max-width: 48rem) {
    .trFaqQ { padding: 1rem; }
    .trFaqA { padding: 0 1rem 1rem; }
}

.trBase { background: #061b20; border-top: 1px solid #163a41; padding: 3rem 3% 2rem; color: #b0b0b8; }
.trBaseGrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; text-align: center; }
.trBaseCol > p, .trBaseCol > h3 { font-size: 0.875rem; font-weight: 700; color: #f2f2f7; margin: 0 0 .75rem; text-transform: uppercase; letter-spacing: .05em; }
.trBaseCol ul { list-style: none; padding: 0; margin: 0; }
.trBaseCol li + li { margin-block-start: .5rem; }
.trBaseCol a { color: #b0b0b8; font-size: 0.875rem; }
.trBaseCol a:hover { color: #d1fffd; }
.trBaseMeta { margin-block-start: 2rem; padding-block-start: 1.5rem; border-top: 1px solid #163a41; text-align: center; font-size: 0.875rem; }
.trBaseMeta > * + * { margin-block-start: .5rem; }

.trMemo, .trMemoWarning, .trMemoInfo, .trMemoSuccess, .trMemoError { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 16px; background: #0c272d; border: 1px solid #163a41; border-left: 4px solid #00c4b4; }
.trMemo > i, .trMemoWarning > i, .trMemoInfo > i, .trMemoSuccess > i, .trMemoError > i { flex: 0 0 auto; margin-top: .2em; color: #00c4b4; }
.trMemoSuccess { border-left-color: #2ecc71; }
.trMemoWarning { border-left-color: #f1c40f; }
.trMemoError { border-left-color: #e74c3c; }
.trMemoInfo { border-left-color: #3498db; }
.trMemoSuccess > i { color: #2ecc71; }
.trMemoWarning > i { color: #f1c40f; }
.trMemoError > i { color: #e74c3c; }
.trMemoInfo > i { color: #3498db; }

.trFactsWrap { background: rgba(18, 51, 57, 0.65); border: 1px solid #163a41; border-radius: 16px; box-shadow: 0 1px 2px rgba(3, 12, 14, 0.5), 0 16px 32px rgba(3, 12, 14, 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%; }
.trFacts { width: 100%; table-layout: fixed; border-collapse: collapse; }
.trFacts th, .trFacts td { padding: 0.75rem; text-align: start; border-bottom: 1px solid #163a41; vertical-align: top; }
.trFacts thead th { background: #123339; color: #f2f2f7; font-weight: 600; }
.trFacts tbody tr:last-child td { border-bottom: 0; }
.trFacts td:first-child { color: #b0b0b8; font-weight: 600; }

.trPlay { background: rgba(18, 51, 57, 0.65); border: 1px solid #163a41; border-radius: 16px; box-shadow: 0 1px 2px rgba(3, 12, 14, 0.5), 0 16px 32px rgba(3, 12, 14, 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 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.trPlay:hover { transform: translateY(-2px); box-shadow: 0 2px 4px rgba(3, 12, 14, 0.5), 0 24px 48px rgba(3, 12, 14, 0.5), inset 0 1px 0 rgba(255,255,255,.06); }
.trPlayMedia { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.trPlayMedia img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.trPlay:hover .trPlayMedia img { transform: scale(1.04); }
.trPlayPlay { position: absolute; top: .5rem; right: .5rem; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #00c4b4; color: #000000; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 150ms; }
.trPlay:hover .trPlayPlay, .trPlay:focus-visible .trPlayPlay { opacity: 1; }
@media (hover: none) {
    .trPlayPlay { opacity: 1; }
}
.trPlay { position: relative; }
.trPlayName { position: absolute; inset: auto 0 0 0; padding: .6rem .75rem; background: linear-gradient(180deg, transparent 0%, rgba(6, 27, 32, 0.75) 100%); }
.trPlayName h3 { margin: 0; font-size: 0.875rem; color: #f2f2f7; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
    .trPlayName h3 { white-space: normal; }
}

.trFine { font-size: 0.875rem; }
.trDim { color: #b0b0b8; }
.trMiddle { text-align: center; }
.trToneAccent { color: #00c4b4; }
.trToneSuccess { color: #2ecc71; }
.trToneWarning { color: #f1c40f; }
.trToneError { color: #e74c3c; }
.trToneInfo { color: #3498db; }

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

.trMedal, .trMedalSuccess, .trMedalWarning, .trMedalError, .trMedalInfo { width: 2.75rem; height: 2.75rem; border-radius: 50%; background: linear-gradient(135deg, #b21e35 0%, #d12a42 100%); color: #ffffff; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.trMedalSuccess { background: #2ecc71; color: #fff; }
.trMedalWarning { background: #f1c40f; color: #fff; }
.trMedalError { background: #e74c3c; color: #fff; }
.trMedalInfo { background: #3498db; color: #fff; }

.trPill { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #123339; border: 1px solid #224d56; color: #f2f2f7; font-size: 0.875rem; }
.trPill > i { color: #00c4b4; }

.trPlate { background: rgba(18, 51, 57, 0.65); border: 1px solid #163a41; border-radius: 16px; box-shadow: 0 1px 2px rgba(3, 12, 14, 0.5), 0 16px 32px rgba(3, 12, 14, 0.4), inset 0 1px 0 rgba(255,255,255,.06); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); padding: 1rem; display: flex; flex-direction: column; gap: 0.75rem; transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms; }
.trPlate:hover { transform: translateY(-2px); box-shadow: 0 2px 4px rgba(3, 12, 14, 0.5), 0 24px 48px rgba(3, 12, 14, 0.5), inset 0 1px 0 rgba(255,255,255,.06); }
@media (max-width: 48rem) {
    .trPlate { padding: 1rem; }
}
.trPlate > img { width: 100%; height: auto; display: block; }

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