/* overflow-guard */
:root { --brand-primary: #008a5e; --brand-primary-hover: #00a674; --brand-secondary: #b8a28a; --brand-secondary-hover: #c9b59f; --brand-accent: #d4af37; --background-main: #1c120c; --background-surface: #261911; --background-elevated: #322218; --background-overlay: rgba(28, 18, 12, 0.75); --text-primary: #fdfbf7; --text-secondary: #e5e1d8; --text-muted: #bdb9b1; --text-brand-contrast: #000000; --text-link: #e6d5b8; --text-link-hover: #f5e9d6; --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: #3d2d24; --border-strong: #4d3b31; --border-brand: #008a5e; --font-family-headings: Hind Siliguri, 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: 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: 80rem; --content-max-width: 80rem; --spacing-reading-max-width: 66ch; --reading-max-width: 66ch; --radius-sm: 8px; --radius-md: 16px; --radius-lg: 24px; --radius-pill: 9999px; --shadow-card: 4px 4px 0 #0e0906; --shadow-elevated: 6px 6px 0 #0e0906; --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,.05); --gradient-brand: linear-gradient(135deg, #008a5e 0%, #00a674 100%); --gradient-hero: linear-gradient(180deg, #1e3222 0%, #1c120c 100%); --gradient-surface: linear-gradient(#322218, #322218); --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: #1c120c; color: #e5e1d8; font-family: Noto Sans Bengali, Manrope, 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: Hind Siliguri, Archivo, sans-serif; line-height: 1.3; letter-spacing: 0; color: #fdfbf7; }
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: #e5e1d8; }
ul, ol { margin: 0; }
a { color: #e6d5b8; text-decoration: none; transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
a:hover { color: #f5e9d6; }
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 > * + *, .shell > * + *, .copy > * + *, .flow > * + *, .flow-center > * + * { margin-block-start: 1.25rem; }
@media (max-width: 48rem) {
  main > section { padding-block: 2rem; }
  main > section > * + *, main > article > * + *, .shell > * + *, .copy > * + *, .flow > * + *, .flow-center > * + * { margin-block-start: 1rem; }
}

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

.notice, .notice-warning, .notice-info, .notice-success, .notice-error { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 16px; background: #261911; border: 1px solid #3d2d24; border-left: 4px solid #d4af37; }
.notice > i, .notice-warning > i, .notice-info > i, .notice-success > i, .notice-error > i { flex: 0 0 auto; margin-top: .2em; color: #d4af37; }
.notice-success { border-left-color: #2ecc71; }
.notice-warning { border-left-color: #f1c40f; }
.notice-error { border-left-color: #e74c3c; }
.notice-info { border-left-color: #3498db; }
.notice-success > i { color: #2ecc71; }
.notice-warning > i { color: #f1c40f; }
.notice-error > i { color: #e74c3c; }
.notice-info > i { color: #3498db; }

.path { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; padding: 1rem 0; font-size: 0.875rem; color: #e5e1d8; }
.path a { color: #e6d5b8; }
.path span { color: #fdfbf7; }

.button, .button-sm, .button-full, .button-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; }
.button:hover, .button-sm:hover, .button-full:hover, .button-outline:hover { background: #b8962d; box-shadow: 0 8px 22px rgba(212, 175, 55, 0.4); }
.button-sm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.button-full { display: flex; width: 100%; }
.button-outline { background: transparent; background-image: none; color: #fdfbf7; border: 1px solid #4d3b31; box-shadow: none; }
.button-outline:hover { background: transparent; border-color: #008a5e; color: #fdfbf7; box-shadow: none; }

.play { background: rgba(50, 34, 24, 0.65); border: 1px solid #3d2d24; border-radius: 16px; box-shadow: 4px 4px 0 #0e0906, 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 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.play:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #0e0906, inset 0 1px 0 rgba(255,255,255,.05); }
.play-media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.play-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms; }
.play:hover .play-media img { transform: scale(1.04); }
.play-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; }
.play:hover .play-play, .play:focus-visible .play-play { opacity: 1; }
@media (hover: none) {
  .play-play { opacity: 1; }
}
.play { position: relative; }
.play-name { position: absolute; inset: auto 0 0 0; padding: .6rem .75rem; background: linear-gradient(180deg, transparent 0%, rgba(28, 18, 12, 0.75) 100%); }
.play-name h3 { margin: 0; font-size: 0.875rem; color: #fdfbf7; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
  .play-name h3 { white-space: normal; }
}

.minor { font-size: 0.875rem; }
.soft { color: #bdb9b1; }
.centered { text-align: center; }
.hue-accent { color: #d4af37; }
.hue-success { color: #2ecc71; }
.hue-warning { color: #f1c40f; }
.hue-error { color: #e74c3c; }
.hue-info { color: #3498db; }

.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; }
.ticker::-webkit-scrollbar { display: none; }
.ticker-link { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 8px; background: #261911; border: 1px solid #3d2d24; color: #e5e1d8; font-size: 0.875rem; transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.ticker-link:hover { border-color: #008a5e; color: #fdfbf7; }

.plate { background: rgba(50, 34, 24, 0.65); border: 1px solid #3d2d24; border-radius: 16px; box-shadow: 4px 4px 0 #0e0906, inset 0 1px 0 rgba(255,255,255,.05); 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; }
.plate:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #0e0906, inset 0 1px 0 rgba(255,255,255,.05); }
@media (max-width: 48rem) {
  .plate { padding: 1rem; }
}
.plate > img { width: 100%; height: auto; display: block; }

.shell { width: 100%; max-width: 80rem; margin-inline: auto; }
.copy { max-width: 66ch; margin-inline: auto; }
.flow, .flow-center { display: block; }
.flow-center { text-align: center; }
.inline, .inline-center { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.inline-center { justify-content: center; }
.cells { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1.25rem; }
.lineup { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.cats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
@media (min-width: 48rem) {
  .lineup { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; }
  .cats { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
}
.bullets { list-style: none; padding: 0; }
.bullets > li { display: flex; align-items: flex-start; gap: .75rem; }
.bullets > li + li { margin-block-start: .75rem; }
.bullets > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #d4af37; }

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

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

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

main > section.zone { background: #261911; padding-block: 3.5rem; }
@media (max-width: 48rem) {
  main > section.zone { padding-block: 2rem; }
}
.stage { background: linear-gradient(180deg, #1e3222 0%, #1c120c 100%); padding-block: 3.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
  .stage { padding-block: 2rem; }
}

.faq { background: rgba(50, 34, 24, 0.65); border: 1px solid #3d2d24; border-radius: 16px; box-shadow: 4px 4px 0 #0e0906, inset 0 1px 0 rgba(255,255,255,.05); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.faq + .faq { margin-block-start: 1rem; }
.faq[open] { border-color: #008a5e; }
.faq-q { display: flex; align-items: flex-start; gap: 1rem; padding: 1.5rem; cursor: pointer; list-style: none; }
.faq-q::-webkit-details-marker { display: none; }
.faq-q h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.faq-q::after { content: "\f078"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #d4af37; transition: transform 200ms; }
.faq[open] .faq-q::after { transform: rotate(180deg); }
.faq-a { margin: 0; padding: 0 1.5rem 1.5rem; }
@media (max-width: 48rem) {
  .faq-q { padding: 1rem; }
  .faq-a { padding: 0 1rem 1rem; }
}

.datatable-wrap { background: rgba(50, 34, 24, 0.65); border: 1px solid #3d2d24; border-radius: 16px; box-shadow: 4px 4px 0 #0e0906, inset 0 1px 0 rgba(255,255,255,.05); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); overflow-x: auto; max-width: 100%; }
.datatable { width: 100%; table-layout: fixed; border-collapse: collapse; }
.datatable th, .datatable td { padding: 1rem; text-align: start; border-bottom: 1px solid #3d2d24; vertical-align: top; }
.datatable thead th { background: #322218; color: #fdfbf7; font-weight: 600; }
.datatable tbody tr:last-child td { border-bottom: 0; }
.datatable td:first-child { color: #bdb9b1; font-weight: 600; }

.medal, .medal-success, .medal-warning, .medal-error, .medal-info { width: 2.75rem; height: 2.75rem; border-radius: 50%; background: linear-gradient(135deg, #008a5e 0%, #00a674 100%); color: #000000; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.medal-success { background: #2ecc71; color: #fff; }
.medal-warning { background: #f1c40f; color: #fff; }
.medal-error { background: #e74c3c; color: #fff; }
.medal-info { background: #3498db; color: #fff; }

.token { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #322218; border: 1px solid #4d3b31; color: #fdfbf7; font-size: 0.875rem; }
.token > i { color: #d4af37; }

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

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