/* overflow-guard */
:root {
  --brand-primary: #3f51b5;
  --brand-primary-hover: #4d62c7;
  --brand-secondary: #aab2c0;
  --brand-secondary-hover: #bcc3d1;
  --brand-accent: #e6f23e;
  --background-main: #121b2b;
  --background-surface: #1c2638;
  --background-elevated: #263146;
  --background-overlay: rgba(18, 27, 43, 0.75);
  --text-primary: #f5f7fa;
  --text-secondary: #d1d5db;
  --text-muted: #b0b5bf;
  --text-brand-contrast: #000000;
  --text-link: #d6e7ff;
  --text-link-hover: #ffffff;
  --button-bg: #e6f23e;
  --button-text: #000000;
  --button-hover-bg: #c9d635;
  --button-hover-text: #000000;
  --semantic-success: #4caf50;
  --success: #4caf50;
  --semantic-error: #ef5350;
  --error: #ef5350;
  --semantic-warning: #ffb74d;
  --warning: #ffb74d;
  --semantic-info: #42a5f5;
  --info: #42a5f5;
  --border-default: #2d3a52;
  --border-strong: #3e4d68;
  --border-brand: #3f51b5;
  --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: 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.65;
  --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: 72rem;
  --content-max-width: 72rem;
  --spacing-reading-max-width: 66ch;
  --reading-max-width: 66ch;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-pill: 9999px;
  --shadow-card: 0 8px 24px rgba(8, 12, 19, 0.4);
  --shadow-elevated: 0 12px 32px rgba(8, 12, 19, 0.5);
  --shadow-glow: 0 0 0 1px rgba(230, 242, 62, 0.35), 0 6px 18px rgba(230, 242, 62, 0.35);
  --shadow-inset: inset 0 1px 0 rgba(255,255,255,.06);
  --gradient-brand: linear-gradient(135deg, #3f51b5 0%, #4d62c7 100%);
  --gradient-hero: linear-gradient(180deg, #242f54 0%, #121b2b 100%);
  --gradient-surface: linear-gradient(135deg, #1c2638 0%, #263146 100%);
  --gradient-button: none;
  --effects-accent-bar: #e6f23e;
  --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: #121b2b;
  color: #d1d5db;
  font-family: Noto Sans Bengali, Manrope, sans-serif;
  font-weight: 400;
  line-height: 1.65;
  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.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: #d6e7ff;
  text-decoration: none;
  transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms;
}
a:hover {
  color: #ffffff;
}
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 2px solid #e6f23e;
  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 > * + *, .tqFrame > * + *, .tqCopy > * + *, .tqFlow > * + *, .tqFlowCenter > * + * {
  margin-block-start: 1rem;
}
@media (max-width: 48rem) {
  main > section {
    padding-block: 1.5rem;
  }
  main > section > * + *, main > article > * + *, .tqFrame > * + *, .tqCopy > * + *, .tqFlow > * + *, .tqFlowCenter > * + * {
    margin-block-start: 0.75rem;
  }
}

.tqTabbar {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 1000;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 4.75rem;
  background: #1c2638;
  border-top: 1px solid #2d3a52;
}
.tqTabbarItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .25rem;
  flex: 1 1 0;
  padding: .5rem 0;
  font-size: 0.75rem;
  color: #b0b5bf;
}
.tqTabbarItem i {
  font-size: 1.25rem;
}
.tqTabbarItem:hover {
  color: #e6f23e;
}

.tqTiny {
  font-size: 0.875rem;
}
.tqFaint {
  color: #b0b5bf;
}
.tqAxis {
  text-align: center;
}
.tqToneAccent {
  color: #e6f23e;
}
.tqToneSuccess {
  color: #4caf50;
}
.tqToneWarning {
  color: #ffb74d;
}
.tqToneError {
  color: #ef5350;
}
.tqToneInfo {
  color: #42a5f5;
}

.tqAlert, .tqAlertWarning, .tqAlertInfo, .tqAlertSuccess, .tqAlertError {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  border-radius: 8px;
  background: #1c2638;
  border: 1px solid #2d3a52;
  border-left: 4px solid #e6f23e;
}
.tqAlert > i, .tqAlertWarning > i, .tqAlertInfo > i, .tqAlertSuccess > i, .tqAlertError > i {
  flex: 0 0 auto;
  margin-top: .2em;
  color: #e6f23e;
}
.tqAlertSuccess {
  border-left-color: #4caf50;
}
.tqAlertWarning {
  border-left-color: #ffb74d;
}
.tqAlertError {
  border-left-color: #ef5350;
}
.tqAlertInfo {
  border-left-color: #42a5f5;
}
.tqAlertSuccess > i {
  color: #4caf50;
}
.tqAlertWarning > i {
  color: #ffb74d;
}
.tqAlertError > i {
  color: #ef5350;
}
.tqAlertInfo > i {
  color: #42a5f5;
}

.tqBadge, .tqBadgeSuccess, .tqBadgeWarning, .tqBadgeError, .tqBadgeInfo {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 4px;
  background: linear-gradient(135deg, #3f51b5 0%, #4d62c7 100%);
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-weight: 700;
}
.tqBadgeSuccess {
  background: #4caf50;
  color: #fff;
}
.tqBadgeWarning {
  background: #ffb74d;
  color: #fff;
}
.tqBadgeError {
  background: #ef5350;
  color: #fff;
}
.tqBadgeInfo {
  background: #42a5f5;
  color: #fff;
}

.tqButton, .tqButtonSm, .tqButtonFull, .tqButtonOutline {
  background: #e6f23e;
  color: #000000;
  border-radius: 4px;
  min-height: 44px;
  font-weight: 700;
  box-shadow: 0 0 0 1px rgba(230, 242, 62, 0.35), 0 6px 18px rgba(230, 242, 62, 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 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms;
}
.tqButton:hover, .tqButtonSm:hover, .tqButtonFull:hover, .tqButtonOutline:hover {
  background: #c9d635;
  box-shadow: 0 0 0 1px rgba(230, 242, 62, 0.5), 0 8px 26px rgba(230, 242, 62, 0.5);
}
.tqButtonSm {
  min-height: 36px;
  padding: 0 1rem;
  font-size: 0.875rem;
}
.tqButtonFull {
  display: flex;
  width: 100%;
}
.tqButtonOutline {
  background: transparent;
  background-image: none;
  color: #f5f7fa;
  border: 1px solid #3e4d68;
  box-shadow: none;
}
.tqButtonOutline:hover {
  background: transparent;
  border-color: #3f51b5;
  color: #f5f7fa;
  box-shadow: none;
}

.tqMasthead {
  background: #121b2b;
  border-bottom: 1px solid #2d3a52;
  padding: .75rem 3%;
  position: sticky;
  top: 0;
  z-index: 100;
}
.tqMastheadInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.tqMastheadBrand {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: #f5f7fa;
}
.tqMastheadBrand img {
  border-radius: 4px;
}
.tqMastheadBrand strong {
  font-size: 16px;
  font-weight: 400;
}
.tqMastheadActions {
  display: flex;
  align-items: center;
  gap: .5rem;
}

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

.tqPoster {
  background: linear-gradient(135deg, #1c2638 0%, #263146 100%);
  border: 1px solid #2d3a52;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(8, 12, 19, 0.4), inset 0 1px 0 rgba(255,255,255,.06);
  border-top: 3px solid #e6f23e;
  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;
}
.tqPoster:hover {
  background: linear-gradient(135deg, #1c2638 0%, #333d51 100%);
  box-shadow: 0 12px 32px rgba(8, 12, 19, 0.5), inset 0 1px 0 rgba(255,255,255,.06);
}
.tqPosterMedia {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.tqPosterMedia img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 200ms;
}
.tqPoster:hover .tqPosterMedia img {
  transform: scale(1.04);
}
.tqPosterPlay {
  position: absolute;
  top: .5rem;
  right: .5rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #e6f23e;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 150ms;
}
.tqPoster:hover .tqPosterPlay, .tqPoster:focus-visible .tqPosterPlay {
  opacity: 1;
}
@media (hover: none) {
  .tqPosterPlay {
    opacity: 1;
  }
}
.tqPosterName {
  padding: .6rem .75rem;
  background: #263146;
}
.tqPosterName h3 {
  margin: 0;
  font-size: 0.875rem;
  color: #f5f7fa;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 48rem) {
  .tqPosterName h3 {
    white-space: normal;
  }
}

.tqPanel {
  background: linear-gradient(135deg, #1c2638 0%, #263146 100%);
  border: 1px solid #2d3a52;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(8, 12, 19, 0.4), inset 0 1px 0 rgba(255,255,255,.06);
  border-top: 3px solid #e6f23e;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms;
}
.tqPanel:hover {
  background: linear-gradient(135deg, #1c2638 0%, #333d51 100%);
  box-shadow: 0 12px 32px rgba(8, 12, 19, 0.5), inset 0 1px 0 rgba(255,255,255,.06);
}
@media (max-width: 48rem) {
  .tqPanel {
    padding: 1rem;
  }
}
.tqPanel > img {
  width: 100%;
  height: auto;
  display: block;
}

main > section.tqLayer {
  background: linear-gradient(180deg, #1c2638 0%, #121b2b 100%);
  padding-block: 2.5rem;
  margin-inline: -3.1915%;
  padding-inline: 3%;
}
@media (max-width: 48rem) {
  main > section.tqLayer {
    padding-block: 1.5rem;
  }
}
.tqHero {
  background: linear-gradient(180deg, #242f54 0%, #121b2b 100%);
  padding-block: 2.5rem;
  text-align: center;
  margin-inline: -3.1915%;
  padding-inline: 3%;
}
@media (max-width: 48rem) {
  .tqHero {
    padding-block: 1.5rem;
  }
}

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

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

.tqAccordion {
  background: linear-gradient(135deg, #1c2638 0%, #263146 100%);
  border: 1px solid #2d3a52;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(8, 12, 19, 0.4), inset 0 1px 0 rgba(255,255,255,.06);
  border-top: 3px solid #e6f23e;
  transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms;
}
.tqAccordion + .tqAccordion {
  margin-block-start: 0.75rem;
}
.tqAccordion[open] {
  border-color: #3f51b5;
}
.tqAccordionQ {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  cursor: pointer;
  list-style: none;
}
.tqAccordionQ::-webkit-details-marker {
  display: none;
}
.tqAccordionQ h3 {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
}
.tqAccordionQ::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  flex: 0 0 auto;
  color: #e6f23e;
  transition: transform 200ms;
}
.tqAccordion[open] .tqAccordionQ::after {
  transform: rotate(180deg);
}
.tqAccordionA {
  margin: 0;
  padding: 0 1rem 1rem;
}
@media (max-width: 48rem) {
  .tqAccordionQ {
    padding: 1rem;
  }
  .tqAccordionA {
    padding: 0 1rem 1rem;
  }
}

.tqScroller {
  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;
}
.tqScroller::-webkit-scrollbar {
  display: none;
}
.tqScrollerLink {
  flex: 0 0 auto;
  white-space: nowrap;
  padding: .5rem 1rem;
  border-radius: 4px;
  background: #1c2638;
  border: 1px solid #2d3a52;
  color: #d1d5db;
  font-size: 0.875rem;
  transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms;
}
.tqScrollerLink:hover {
  border-color: #3f51b5;
  color: #f5f7fa;
}

.tqToken {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .4rem 1rem;
  border-radius: 9999px;
  background: #263146;
  border: 1px solid #3e4d68;
  color: #f5f7fa;
  font-size: 0.875rem;
}
.tqToken > i {
  color: #e6f23e;
}

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

.tqFrame {
  width: 100%;
  max-width: 72rem;
  margin-inline: auto;
}
.tqCopy {
  max-width: 66ch;
  margin-inline: auto;
}
.tqFlow, .tqFlowCenter {
  display: block;
}
.tqFlowCenter {
  text-align: center;
}
.tqStrip, .tqStripCenter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
.tqStripCenter {
  justify-content: center;
}
.tqGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
  gap: 1rem;
}
.tqShowcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
.tqCats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
@media (min-width: 48rem) {
  .tqShowcase {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }
  .tqCats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}
.tqBullets {
  list-style: none;
  padding: 0;
}
.tqBullets > li {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
}
.tqBullets > li + li {
  margin-block-start: .75rem;
}
.tqBullets > li > i {
  flex: 0 0 1.25rem;
  text-align: center;
  margin-top: .2em;
  color: #e6f23e;
}

.tqLedgerWrap {
  background: linear-gradient(135deg, #1c2638 0%, #263146 100%);
  border: 1px solid #2d3a52;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(8, 12, 19, 0.4), inset 0 1px 0 rgba(255,255,255,.06);
  border-top: 3px solid #e6f23e;
  overflow-x: auto;
  max-width: 100%;
}
.tqLedger {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.tqLedger th, .tqLedger td {
  padding: 0.75rem;
  text-align: start;
  border-bottom: 1px solid #2d3a52;
  vertical-align: top;
}
.tqLedger thead th {
  background: #263146;
  color: #f5f7fa;
  font-weight: 600;
}
.tqLedger tbody tr:last-child td {
  border-bottom: 0;
}
.tqLedger td:first-child {
  color: #b0b5bf;
  font-weight: 600;
}

/* page */
.tqProviderName {
            font-weight: 700;
            letter-spacing: 0.5px;
            display: block;
            margin-bottom: 4px;
        }
