/* overflow-guard */
:root { --brand-primary: #3a3f4b; --brand-primary-hover: #4a5161; --brand-secondary: #a8adb5; --brand-secondary-hover: #bfc3cc; --brand-accent: #e01b24; --background-main: #0b1526; --background-surface: #152137; --background-elevated: #1f2c47; --background-overlay: rgba(11, 21, 38, 0.75); --text-primary: #f5f7fa; --text-secondary: #d1d5db; --text-muted: #b0b5bf; --text-brand-contrast: #ffffff; --text-link: #ffb3b8; --text-link-hover: #ffe0e2; --button-bg: #e01b24; --button-text: #ffffff; --button-hover-bg: #c0161e; --button-hover-text: #ffffff; --semantic-success: #2ecc71; --success: #2ecc71; --semantic-error: #e74c3c; --error: #e74c3c; --semantic-warning: #f1c40f; --warning: #f1c40f; --semantic-info: #3498db; --info: #3498db; --border-default: #1f2c47; --border-strong: #2d3d5c; --border-brand: #3a3f4b; --font-family-headings: Hind Siliguri, Barlow Condensed, sans-serif; --font-family-body: Hind Siliguri, Barlow, 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: 800; --role-weight-h2: 700; --role-weight-h3: 700; --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.35; --line-height-body: 1.6; --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: 76rem; --content-max-width: 76rem; --spacing-reading-max-width: 70ch; --reading-max-width: 70ch; --radius-sm: 4px; --radius-md: 8px; --radius-lg: 12px; --radius-pill: 9999px; --shadow-card: 4px 4px 0 #060a13; --shadow-elevated: 6px 6px 0 #060a13; --shadow-glow: 0 0 0 1px rgba(224, 27, 36, 0.35), 0 6px 18px rgba(224, 27, 36, 0.35); --shadow-inset: inset 0 1px 0 rgba(255,255,255,.05); --gradient-brand: linear-gradient(135deg, #3a3f4b 0%, #4a5161 100%); --gradient-hero: linear-gradient(180deg, #1d283b 0%, #0b1526 100%); --gradient-surface: linear-gradient(#1f2c47, #1f2c47); --gradient-button: none; --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: #0b1526; color: #d1d5db; font-family: Hind Siliguri, Barlow, 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: Hind Siliguri, Barlow Condensed, sans-serif; line-height: 1.35; letter-spacing: 0; color: #f5f7fa; }
h1 { font-size: 1.8rem; font-weight: 800; }
h2 { font-size: 1.5rem; font-weight: 700; }
h3 { font-size: 1rem; font-weight: 700; }
h4 { font-size: 1rem; font-weight: 600; }
p { margin: 0; color: #d1d5db; }
ul, ol { margin: 0; }
a { color: #ffb3b8; text-decoration: none; transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
a:hover { color: #ffe0e2; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #e01b24; 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 > * + *, .wrap > * + *, .measure > * + *, .flow > * + *, .flow--center > * + * { margin-block-start: 1.25rem; }
@media (max-width: 48rem) {
  main > section { padding-block: 2rem; }
  main > section > * + *, main > article > * + *, .wrap > * + *, .measure > * + *, .flow > * + *, .flow--center > * + * { margin-block-start: 1rem; }
}

.wrap { width: 100%; max-width: 76rem; margin-inline: auto; }
.measure { max-width: 70ch; 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; }
.grid { 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; }
.tiles { 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; }
  .tiles { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
}
.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: #e01b24; }

.medal, .medal--success, .medal--warning, .medal--error, .medal--info { width: 2.75rem; height: 2.75rem; border-radius: 4px; background: linear-gradient(135deg, #3a3f4b 0%, #4a5161 100%); color: #ffffff; 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; }

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

.press, .press--sm, .press--full, .press--outline { background: #e01b24; color: #ffffff; border-radius: 4px; min-height: 44px; font-weight: 700; box-shadow: 0 0 0 1px rgba(224, 27, 36, 0.35), 0 6px 18px rgba(224, 27, 36, 0.35); 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; }
.press:hover, .press--sm:hover, .press--full:hover, .press--outline:hover { background: #c0161e; box-shadow: 0 0 0 1px rgba(224, 27, 36, 0.5), 0 8px 26px rgba(224, 27, 36, 0.5); }
.press--sm { min-height: 36px; padding: 0 1rem; font-size: 0.875rem; }
.press--full { display: flex; width: 100%; }
.press--outline { background: transparent; background-image: none; color: #f5f7fa; border: 1px solid #2d3d5c; box-shadow: none; }
.press--outline:hover { background: transparent; border-color: #3a3f4b; color: #f5f7fa; box-shadow: none; }

.colophon { background: #0b1526; border-top: 1px solid #1f2c47; padding: 3rem 3% 2rem; color: #b0b5bf; }
.colophon__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; text-align: center; }
.colophon__col > p, .colophon__col > h3 { font-size: 0.875rem; font-weight: 700; color: #f5f7fa; margin: 0 0 .75rem; text-transform: uppercase; letter-spacing: .05em; }
.colophon__col ul { list-style: none; padding: 0; margin: 0; }
.colophon__col li + li { margin-block-start: .5rem; }
.colophon__col a { color: #b0b5bf; font-size: 0.875rem; }
.colophon__col a:hover { color: #ffe0e2; }
.colophon__meta { margin-block-start: 2rem; padding-block-start: 1.5rem; border-top: 1px solid #1f2c47; text-align: center; font-size: 0.875rem; }
.colophon__meta > * + * { margin-block-start: .5rem; }

.scroller { 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; }
.scroller::-webkit-scrollbar { display: none; }
.scroller__link { flex: 0 0 auto; white-space: nowrap; padding: .5rem 1rem; border-radius: 4px; background: #152137; border: 1px solid #1f2c47; color: #d1d5db; font-size: 0.875rem; transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.scroller__link:hover { border-color: #3a3f4b; color: #f5f7fa; }

.navbar { position: fixed; inset: auto 0 0 0; z-index: 1000; display: flex; justify-content: space-around; align-items: center; height: 4.5rem; background: #152137; border-top: 1px solid #1f2c47; }
.navbar__item { display: flex; flex-direction: column; align-items: center; gap: .25rem; flex: 1 1 0; padding: .5rem 0; font-size: 0.75rem; color: #b0b5bf; }
.navbar__item i { font-size: 1.25rem; }
.navbar__item:hover { color: #e01b24; }

.topbar { background: #0b1526; border-bottom: 1px solid #1f2c47; padding: .75rem 3%; position: sticky; top: 0; z-index: 100; }
.topbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.topbar__brand { display: inline-flex; align-items: center; gap: .5rem; color: #f5f7fa; }
.topbar__brand img { border-radius: 4px; }
.topbar__brand strong { font-size: 16px; font-weight: 400; }
.topbar__actions { display: flex; align-items: center; gap: .5rem; }

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

.play { background: #1f2c47; border: 1px solid #1f2c47; border-radius: 8px; box-shadow: 4px 4px 0 #060a13, inset 0 1px 0 rgba(255,255,255,.05); 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 #060a13, 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; top: .5rem; right: .5rem; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #e01b24; 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 { position: relative; }
.play__name { position: absolute; inset: auto 0 0 0; padding: .6rem .75rem; background: linear-gradient(180deg, transparent 0%, rgba(11, 21, 38, 0.75) 100%); }
.play__name h3 { margin: 0; font-size: 0.875rem; color: #f5f7fa; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 48rem) {
  .play__name h3 { white-space: normal; }
}

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

.tag { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem 1rem; border-radius: 9999px; background: #1f2c47; border: 1px solid #2d3d5c; color: #f5f7fa; font-size: 0.875rem; }
.tag > i { color: #e01b24; }

.datatable__wrap { background: #1f2c47; border: 1px solid #1f2c47; border-radius: 8px; box-shadow: 4px 4px 0 #060a13, inset 0 1px 0 rgba(255,255,255,.05); 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 #1f2c47; vertical-align: top; }
.datatable thead th { background: #1f2c47; color: #f5f7fa; font-weight: 600; }
.datatable tbody tr:last-child td { border-bottom: 0; }
.datatable td:first-child { color: #b0b5bf; font-weight: 600; }

.faq { background: #1f2c47; border: 1px solid #1f2c47; border-radius: 8px; box-shadow: 4px 4px 0 #060a13, inset 0 1px 0 rgba(255,255,255,.05); transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.faq + .faq { margin-block-start: 1rem; }
.faq[open] { border-color: #3a3f4b; }
.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: #e01b24; 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; }
}

.memo, .memo--warning, .memo--info, .memo--success, .memo--error { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 8px; background: #152137; border: 1px solid #1f2c47; border-left: 4px solid #e01b24; }
.memo > i, .memo--warning > i, .memo--info > i, .memo--success > i, .memo--error > i { flex: 0 0 auto; margin-top: .2em; color: #e01b24; }
.memo--success { border-left-color: #2ecc71; }
.memo--warning { border-left-color: #f1c40f; }
.memo--error { border-left-color: #e74c3c; }
.memo--info { border-left-color: #3498db; }
.memo--success > i { color: #2ecc71; }
.memo--warning > i { color: #f1c40f; }
.memo--error > i { color: #e74c3c; }
.memo--info > i { color: #3498db; }

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

.card { background: #1f2c47; border: 1px solid #1f2c47; border-radius: 8px; box-shadow: 4px 4px 0 #060a13, inset 0 1px 0 rgba(255,255,255,.05); padding: 1.5rem; display: flex; flex-direction: column; gap: 1rem; transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms; }
.card:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #060a13, inset 0 1px 0 rgba(255,255,255,.05); }
@media (max-width: 48rem) {
  .card { padding: 1rem; }
}
.card > img { width: 100%; height: auto; display: block; }

.minor { font-size: 0.875rem; }
.faint { color: #b0b5bf; }
.middle { text-align: center; }
.tone--accent { color: #e01b24; }
.tone--success { color: #2ecc71; }
.tone--warning { color: #f1c40f; }
.tone--error { color: #e74c3c; }
.tone--info { color: #3498db; }

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