/* overflow-guard */
:root { --brand-primary: #006d77; --brand-primary-hover: #00838c; --brand-secondary: #8e9aaf; --brand-secondary-hover: #a3b1c6; --brand-accent: #ff6f61; --background-main: #0d1121; --background-surface: #181c2d; --background-elevated: #22273c; --background-overlay: rgba(13, 17, 33, 0.75); --text-primary: #f8f9fa; --text-secondary: #d1d5db; --text-muted: #bdbdbd; --text-brand-contrast: #ffffff; --text-link: #b2ebf2; --text-link-hover: #e0f7fa; --button-bg: #ff6f61; --button-text: #ffffff; --button-hover-bg: #ff8a7d; --button-hover-text: #ffffff; --semantic-success: #4caf50; --success: #4caf50; --semantic-error: #f44336; --error: #f44336; --semantic-warning: #ffb300; --warning: #ffb300; --semantic-info: #2196f3; --info: #2196f3; --border-default: #2a3045; --border-strong: #3d445c; --border-brand: #006d77; --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.3; --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: 76rem; --content-max-width: 76rem; --spacing-reading-max-width: 64ch; --reading-max-width: 64ch; --radius-sm: 6px; --radius-md: 10px; --radius-lg: 14px; --radius-pill: 9999px; --shadow-card: 0 8px 24px rgba(6, 8, 15, 0.4); --shadow-elevated: 0 12px 32px rgba(6, 8, 15, 0.5); --shadow-glow: 0 0 0 1px rgba(255, 111, 97, 0.35), 0 6px 18px rgba(255, 111, 97, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.06); --gradient-brand: linear-gradient(135deg, #006d77 0%, #00838c 100%); --gradient-hero: linear-gradient(180deg, #132e3d 0%, #0d1121 100%); --gradient-surface: linear-gradient(135deg, #181c2d 0%, #22273c 100%); --gradient-button: none; --effects-accent-bar: #ff6f61; --recipes-transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; --transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
*, *::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: #0d1121; color: #d1d5db; font-family: Noto Sans Bengali, Source Sans 3, sans-serif; font-weight: 400; line-height: 1.6; 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: Noto Serif Bengali, Playfair Display, serif; line-height: 1.3; letter-spacing: 0; color: #f8f9fa; }
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: #d1d5db; }
ul, ol { margin: 0; }
a { color: #b2ebf2; text-decoration: none; transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
a:hover { color: #e0f7fa; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #ff6f61; 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 > * + *, .holder > * + *, .measure > * + *, .flow > * + *, .flow-center > * + * { margin-block-start: 1.5rem; }
@media (max-width: 48rem) {
  main > section { padding-block: 2.5rem; }
  main > section > * + *, main > article > * + *, .holder > * + *, .measure > * + *, .flow > * + *, .flow-center > * + * { margin-block-start: 1rem; }
}

.trail { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; padding: 1rem 0; font-size: 0.875rem; color: #d1d5db; }
.trail a { color: #b2ebf2; }
.trail span { color: #f8f9fa; }

.action, .action-sm, .action-full, .action-outline { background: #ff6f61; 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(6, 8, 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 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.action:hover, .action-sm:hover, .action-full:hover, .action-outline:hover { background: #ff8a7d; 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, 8, 15, 0.45); }
.action-sm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.action-full { display: flex; width: 100%; }
.action-outline { background: transparent; background-image: none; color: #f8f9fa; border: 1px solid #3d445c; box-shadow: none; }
.action-outline:hover { background: transparent; border-color: #006d77; color: #f8f9fa; box-shadow: none; }

.heading { position: relative; }
.heading::before { content: ""; display: block; width: 3rem; height: 6px; background-image: repeating-linear-gradient(90deg, #ff6f61 0 3px, transparent 3px 6px); margin-bottom: .6rem; }

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

.dock { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.75rem; background: #181c2d; border-top: 1px solid #2a3045; }
.dock-item { display: flex; flex-direction: column; align-items: center; gap: .25rem; flex: 1 1 0; padding: .5rem 0; font-size: 0.75rem; color: #bdbdbd; }
.dock-item i { font-size: 1.25rem; }
.dock-item:hover { color: #ff6f61; }

.holder { width: 100%; max-width: 76rem; margin-inline: auto; }
.measure { max-width: 64ch; margin-inline: auto; }
.flow, .flow-center { display: block; }
.flow-center { text-align: center; }
.row, .row-center { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.row-center { justify-content: center; }
.lattice { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1.5rem; }
.deck { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.tiles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
@media (min-width: 48rem) {
  .deck { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; }
  .tiles { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
}
.ticks { list-style: none; padding: 0; }
.ticks > li { display: flex; align-items: flex-start; gap: .75rem; }
.ticks > li + li { margin-block-start: .75rem; }
.ticks > li > i { flex: 0 0 1.25rem; text-align: center; margin-top: .2em; color: #ff6f61; }

.emblem, .emblem-success, .emblem-warning, .emblem-error, .emblem-info { width: 2.75rem; height: 2.75rem; border-radius: 50%; background: linear-gradient(135deg, #006d77 0%, #00838c 100%); color: #ffffff; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-weight: 700; }
.emblem-success { background: #4caf50; color: #fff; }
.emblem-warning { background: #ffb300; color: #fff; }
.emblem-error { background: #f44336; color: #fff; }
.emblem-info { background: #2196f3; color: #fff; }

.qa { background: linear-gradient(135deg, #181c2d 0%, #22273c 100%); border: 1px solid #2a3045; border-radius: 10px; box-shadow: 0 8px 24px rgba(6, 8, 15, 0.4), inset 0 1px 0 rgba(255,255,255,.06); border-top: 3px solid #ff6f61; transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.qa + .qa { margin-block-start: 1rem; }
.qa[open] { border-color: #006d77; }
.qa-q { display: flex; align-items: flex-start; gap: 1rem; padding: 2rem; cursor: pointer; list-style: none; }
.qa-q::-webkit-details-marker { display: none; }
.qa-q h3 { margin: 0; flex: 1 1 auto; min-width: 0; }
.qa-q::after { content: "\f107"; font-family: "Font Awesome 6 Free"; font-weight: 900; flex: 0 0 auto; color: #ff6f61; transition: transform 200ms; }
.qa[open] .qa-q::after { transform: rotate(180deg); }
.qa-a { margin: 0; padding: 0 2rem 2rem; }
@media (max-width: 48rem) {
  .qa-q { padding: 1.25rem; }
  .qa-a { padding: 0 1.25rem 1.25rem; }
}

.memo, .memo-warning, .memo-info, .memo-success, .memo-error { display: flex; align-items: flex-start; gap: 1rem; padding: 1.25rem; border-radius: 10px; background: #181c2d; border: 1px solid #2a3045; border-left: 4px solid #ff6f61; }
.memo > i, .memo-warning > i, .memo-info > i, .memo-success > i, .memo-error > i { flex: 0 0 auto; margin-top: .2em; color: #ff6f61; }
.memo-success { border-left-color: #4caf50; }
.memo-warning { border-left-color: #ffb300; }
.memo-error { border-left-color: #f44336; }
.memo-info { border-left-color: #2196f3; }
.memo-success > i { color: #4caf50; }
.memo-warning > i { color: #ffb300; }
.memo-error > i { color: #f44336; }
.memo-info > i { color: #2196f3; }

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

.minor { font-size: 0.875rem; }
.soft { color: #bdbdbd; }
.axis { text-align: center; }
.tone-accent { color: #ff6f61; }
.tone-success { color: #4caf50; }
.tone-warning { color: #ffb300; }
.tone-error { color: #f44336; }
.tone-info { color: #2196f3; }

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

.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; }
.rail::-webkit-scrollbar { display: none; }
.rail-link { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 6px; background: #181c2d; border: 1px solid #2a3045; color: #d1d5db; font-size: 0.875rem; transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.rail-link:hover { border-color: #006d77; color: #f8f9fa; }

.ledger-wrap { background: linear-gradient(135deg, #181c2d 0%, #22273c 100%); border: 1px solid #2a3045; border-radius: 10px; box-shadow: 0 8px 24px rgba(6, 8, 15, 0.4), inset 0 1px 0 rgba(255,255,255,.06); border-top: 3px solid #ff6f61; overflow-x: auto; max-width: 100%; }
.ledger { width: 100%; table-layout: fixed; border-collapse: collapse; }
.ledger th, .ledger td { padding: 1rem; text-align: start; border-bottom: 1px solid #2a3045; vertical-align: top; }
.ledger thead th { background: #22273c; color: #f8f9fa; font-weight: 600; }
.ledger tbody tr:last-child td { border-bottom: 0; }
.ledger td:first-child { color: #bdbdbd; font-weight: 600; }

.plate { background: linear-gradient(135deg, #181c2d 0%, #22273c 100%); border: 1px solid #2a3045; border-radius: 10px; box-shadow: 0 8px 24px rgba(6, 8, 15, 0.4), inset 0 1px 0 rgba(255,255,255,.06); border-top: 3px solid #ff6f61; padding: 2rem; display: flex; flex-direction: column; gap: 1rem; transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.plate:hover { background: linear-gradient(135deg, #181c2d 0%, #2f3448 100%); box-shadow: 0 12px 32px rgba(6, 8, 15, 0.5), inset 0 1px 0 rgba(255,255,255,.06); }
@media (max-width: 48rem) {
  .plate { padding: 1.25rem; }
}
.plate > img { width: 100%; height: auto; display: block; }

.chip { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #22273c; border: 1px solid #3d445c; color: #f8f9fa; font-size: 0.875rem; }
.chip > i { color: #ff6f61; }

main > section.band { background: linear-gradient(180deg, #181c2d 0%, #0d1121 100%); padding-block: 4.5rem; }
@media (max-width: 48rem) {
  main > section.band { padding-block: 2.5rem; }
}
.stage { background: linear-gradient(180deg, #132e3d 0%, #0d1121 100%); padding-block: 4.5rem; text-align: center; margin-inline: -3.1915%; padding-inline: 3%; }
@media (max-width: 48rem) {
  .stage { padding-block: 2.5rem; }
}

.play { background: linear-gradient(135deg, #181c2d 0%, #22273c 100%); border: 1px solid #2a3045; border-radius: 10px; box-shadow: 0 8px 24px rgba(6, 8, 15, 0.4), inset 0 1px 0 rgba(255,255,255,.06); border-top: 3px solid #ff6f61; display: flex; flex-direction: column; overflow: hidden; text-decoration: none; color: inherit; transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms; }
.play:hover { background: linear-gradient(135deg, #181c2d 0%, #2f3448 100%); box-shadow: 0 12px 32px rgba(6, 8, 15, 0.5), inset 0 1px 0 rgba(255,255,255,.06); }
.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; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #ff6f61; color: #ffffff; 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-name { padding: .6rem .75rem; background: #22273c; }
.play-name h3 { margin: 0; font-size: 0.875rem; color: #f8f9fa; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
  .play-name h3 { white-space: normal; }
}

/* page */
.provider-name-style {
            font-weight: 700;
            letter-spacing: 0.5px;
        }
