/* overflow-guard */
:root {
  --brand-primary: #00a86b;
  --brand-primary-hover: #00c282;
  --brand-secondary: #b8c1c8;
  --brand-secondary-hover: #d1d9e0;
  --brand-accent: #d4af37;
  --background-main: #081d21;
  --background-surface: #122a30;
  --background-elevated: #1c383e;
  --background-overlay: rgba(8, 29, 33, 0.75);
  --text-primary: #fdfdfd;
  --text-secondary: #e0e0e0;
  --text-muted: #bdbdbd;
  --text-brand-contrast: #000000;
  --text-link: #e6d9b3;
  --text-link-hover: #fff4d1;
  --button-bg: #d4af37;
  --button-text: #000000;
  --button-hover-bg: #b8962e;
  --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: #1c383e;
  --border-strong: #2a4d54;
  --border-brand: #00a86b;
  --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: 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.55;
  --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: 80rem;
  --content-max-width: 80rem;
  --spacing-reading-max-width: 70ch;
  --reading-max-width: 70ch;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --radius-pill: 9999px;
  --shadow-card: 0 4px 12px rgba(4, 13, 15, 0.35);
  --shadow-elevated: 0 8px 24px rgba(4, 13, 15, 0.45);
  --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,.08);
  --gradient-brand: linear-gradient(135deg, #00a86b 0%, #00c282 100%);
  --gradient-hero: linear-gradient(180deg, #0e463d 0%, #081d21 100%);
  --gradient-surface: linear-gradient(#1c383e, #1c383e);
  --gradient-button: linear-gradient(135deg, #dcbd5b 0%, #d4af37 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: #081d21;
  color: #e0e0e0;
  font-family: Hind Siliguri, Barlow, sans-serif;
  font-weight: 400;
  line-height: 1.55;
  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.25;
  letter-spacing: 0;
  color: #fdfdfd;
}
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: #e0e0e0;
}
ul, ol {
  margin: 0;
}
a {
  color: #e6d9b3;
  text-decoration: none;
  transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms;
}
a:hover {
  color: #fff4d1;
}
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: 4.5rem;
}
main > section > * + *, main > article > * + *, .tpShell > * + *, .tpCopy > * + *, .tpFlow > * + *, .tpFlowCenter > * + * {
  margin-block-start: 1.5rem;
}
@media (max-width: 48rem) {
  main > section {
    padding-block: 2.5rem;
  }
  main > section > * + *, main > article > * + *, .tpShell > * + *, .tpCopy > * + *, .tpFlow > * + *, .tpFlowCenter > * + * {
    margin-block-start: 1rem;
  }
}

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

.tpBottombar {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 1000;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 4.5rem;
  background: #122a30;
  border-top: 1px solid #1c383e;
}
.tpBottombarItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .25rem;
  flex: 1 1 0;
  padding: .5rem 0;
  font-size: 0.75rem;
  color: #bdbdbd;
}
.tpBottombarItem i {
  font-size: 1.25rem;
}
.tpBottombarItem:hover {
  color: #d4af37;
}

.tpSub {
  font-size: 0.875rem;
}
.tpMuted {
  color: #bdbdbd;
}
.tpCenter {
  text-align: center;
}
.tpShadeAccent {
  color: #d4af37;
}
.tpShadeSuccess {
  color: #2ecc71;
}
.tpShadeWarning {
  color: #f1c40f;
}
.tpShadeError {
  color: #e74c3c;
}
.tpShadeInfo {
  color: #3498db;
}

.tpChip {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .4rem 1rem;
  border-radius: 9999px;
  background: #1c383e;
  border: 1px solid #2a4d54;
  color: #fdfdfd;
  font-size: 0.875rem;
}
.tpChip > i {
  color: #d4af37;
}

.tpCrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
  padding: 1rem 0;
  font-size: 0.875rem;
  color: #e0e0e0;
}
.tpCrumbs a {
  color: #e6d9b3;
}
.tpCrumbs span {
  color: #fdfdfd;
}

.tpTicker {
  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;
}
.tpTicker::-webkit-scrollbar {
  display: none;
}
.tpTickerLink {
  flex: 0 0 auto;
  white-space: nowrap;
  padding: .5rem 1rem;
  border-radius: 6px;
  background: #122a30;
  border: 1px solid #1c383e;
  color: #e0e0e0;
  font-size: 0.875rem;
  transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms;
}
.tpTickerLink:hover {
  border-color: #00a86b;
  color: #fdfdfd;
}

.tpShell {
  width: 100%;
  max-width: 80rem;
  margin-inline: auto;
}
.tpCopy {
  max-width: 70ch;
  margin-inline: auto;
}
.tpFlow, .tpFlowCenter {
  display: block;
}
.tpFlowCenter {
  text-align: center;
}
.tpCluster, .tpClusterCenter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.tpClusterCenter {
  justify-content: center;
}
.tpGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
  gap: 1.5rem;
}
.tpDeck {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.tpTiles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 48rem) {
  .tpDeck {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
  }
  .tpTiles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
.tpChecklist {
  list-style: none;
  padding: 0;
}
.tpChecklist > li {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
}
.tpChecklist > li + li {
  margin-block-start: .75rem;
}
.tpChecklist > li > i {
  flex: 0 0 1.25rem;
  text-align: center;
  margin-top: .2em;
  color: #d4af37;
}

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

.tpAction, .tpActionSm, .tpActionFull, .tpActionOutline {
  background: linear-gradient(135deg, #dcbd5b 0%, #d4af37 100%);
  color: #000000;
  border-radius: 9999px;
  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 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms;
}
.tpAction:hover, .tpActionSm:hover, .tpActionFull:hover, .tpActionOutline:hover {
  background: #b8962e;
  box-shadow: 0 8px 22px rgba(212, 175, 55, 0.4);
}
.tpActionSm {
  min-height: 36px;
  padding: 0 1rem;
  font-size: 0.875rem;
}
.tpActionFull {
  display: flex;
  width: 100%;
}
.tpActionOutline {
  background: transparent;
  background-image: none;
  color: #fdfdfd;
  border: 1px solid #2a4d54;
  box-shadow: none;
}
.tpActionOutline:hover {
  background: transparent;
  border-color: #00a86b;
  color: #fdfdfd;
  box-shadow: none;
}

.tpDisc, .tpDiscSuccess, .tpDiscWarning, .tpDiscError, .tpDiscInfo {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #00a86b 0%, #00c282 100%);
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-weight: 700;
}
.tpDiscSuccess {
  background: #2ecc71;
  color: #fff;
}
.tpDiscWarning {
  background: #f1c40f;
  color: #fff;
}
.tpDiscError {
  background: #e74c3c;
  color: #fff;
}
.tpDiscInfo {
  background: #3498db;
  color: #fff;
}

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

.tpDatatableWrap {
  background: #1c383e;
  border: 1px solid #2a4d54;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(4, 13, 15, 0.35), inset 0 1px 0 rgba(255,255,255,.08);
  overflow-x: auto;
  max-width: 100%;
}
.tpDatatable {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.tpDatatable th, .tpDatatable td {
  padding: 1rem;
  text-align: start;
  border-bottom: 1px solid #1c383e;
  vertical-align: top;
}
.tpDatatable thead th {
  background: #1c383e;
  color: #fdfdfd;
  font-weight: 600;
}
.tpDatatable tbody tr:last-child td {
  border-bottom: 0;
}
.tpDatatable td:first-child {
  color: #bdbdbd;
  font-weight: 600;
}

.tpFold {
  background: #1c383e;
  border: 1px solid #2a4d54;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(4, 13, 15, 0.35), inset 0 1px 0 rgba(255,255,255,.08);
  transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms;
}
.tpFold + .tpFold {
  margin-block-start: 1rem;
}
.tpFold[open] {
  border-color: #00a86b;
}
.tpFoldQ {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 2rem;
  cursor: pointer;
  list-style: none;
}
.tpFoldQ::-webkit-details-marker {
  display: none;
}
.tpFoldQ h3 {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
}
.tpFoldQ::after {
  content: "\f0d7";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  flex: 0 0 auto;
  color: #d4af37;
  transition: transform 200ms;
}
.tpFold[open] .tpFoldQ::after {
  transform: rotate(180deg);
}
.tpFoldA {
  margin: 0;
  padding: 0 2rem 2rem;
}
@media (max-width: 48rem) {
  .tpFoldQ {
    padding: 1.25rem;
  }
  .tpFoldA {
    padding: 0 1.25rem 1.25rem;
  }
}

.tpSlab {
  background: #1c383e;
  border: 1px solid #2a4d54;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(4, 13, 15, 0.35), inset 0 1px 0 rgba(255,255,255,.08);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: color 180ms, background-color 180ms, box-shadow 180ms, border-color 180ms, transform 180ms;
}
.tpSlab:hover {
  border-color: #00a86b;
  box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.35), 0 6px 18px rgba(212, 175, 55, 0.35), inset 0 1px 0 rgba(255,255,255,.08);
}
@media (max-width: 48rem) {
  .tpSlab {
    padding: 1.25rem;
  }
}
.tpSlab > img {
  width: 100%;
  height: auto;
  display: block;
}

.tpPlay {
  background: #1c383e;
  border: 1px solid #2a4d54;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(4, 13, 15, 0.35), inset 0 1px 0 rgba(255,255,255,.08);
  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;
}
.tpPlay:hover {
  border-color: #00a86b;
  box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.35), 0 6px 18px rgba(212, 175, 55, 0.35), inset 0 1px 0 rgba(255,255,255,.08);
}
.tpPlayMedia {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.tpPlayMedia img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 200ms;
}
.tpPlay:hover .tpPlayMedia img {
  transform: scale(1.04);
}
.tpPlayPlay {
  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;
}
.tpPlay:hover .tpPlayPlay, .tpPlay:focus-visible .tpPlayPlay {
  opacity: 1;
}
@media (hover: none) {
  .tpPlayPlay {
    opacity: 1;
  }
}
.tpPlayName {
  padding: .6rem .75rem;
  background: #1c383e;
}
.tpPlayName h3 {
  margin: 0;
  font-size: 0.875rem;
  color: #fdfdfd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 48rem) {
  .tpPlayName h3 {
    white-space: normal;
  }
}

.tpAlert, .tpAlertWarning, .tpAlertInfo, .tpAlertSuccess, .tpAlertError {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  border-radius: 10px;
  background: #122a30;
  border: 1px solid #1c383e;
  border-left: 4px solid #d4af37;
}
.tpAlert > i, .tpAlertWarning > i, .tpAlertInfo > i, .tpAlertSuccess > i, .tpAlertError > i {
  flex: 0 0 auto;
  margin-top: .2em;
  color: #d4af37;
}
.tpAlertSuccess {
  border-left-color: #2ecc71;
}
.tpAlertWarning {
  border-left-color: #f1c40f;
}
.tpAlertError {
  border-left-color: #e74c3c;
}
.tpAlertInfo {
  border-left-color: #3498db;
}
.tpAlertSuccess > i {
  color: #2ecc71;
}
.tpAlertWarning > i {
  color: #f1c40f;
}
.tpAlertError > i {
  color: #e74c3c;
}
.tpAlertInfo > i {
  color: #3498db;
}

main > section.tpBand {
  background: #122a30;
  border-top: 1px solid #1c383e;
  border-bottom: 1px solid #1c383e;
  padding-block: 4.5rem;
  margin-inline: -3.1915%;
  padding-inline: 3%;
}
@media (max-width: 48rem) {
  main > section.tpBand {
    padding-block: 2.5rem;
  }
}
.tpIntro {
  background: linear-gradient(180deg, #0e463d 0%, #081d21 100%);
  padding-block: 4.5rem;
  text-align: center;
  margin-inline: -3.1915%;
  padding-inline: 3%;
}
@media (max-width: 48rem) {
  .tpIntro {
    padding-block: 2.5rem;
  }
}

.tpHead {
  background: #081d21;
  border-bottom: 1px solid #1c383e;
  padding: .75rem 3%;
  position: sticky;
  top: 0;
  z-index: 100;
}
.tpHeadInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.tpHeadBrand {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: #fdfdfd;
}
.tpHeadBrand img {
  border-radius: 6px;
}
.tpHeadBrand strong {
  font-size: 16px;
  font-weight: 400;
}
.tpHeadActions {
  display: flex;
  align-items: center;
  gap: .5rem;
}

/* page */
.tpProviderName {
            font-weight: 700;
            letter-spacing: 0.02em;
            display: block;
            margin-bottom: 0.25rem;
        }
