/* overflow-guard */
:root {
  --brand-primary: #2E5BFF;
  --brand-primary-hover: #1D46D1;
  --brand-secondary: #5C7BBD;
  --brand-secondary-hover: #4A65A3;
  --brand-accent: #FF9F43;
  --background-main: #121B2B;
  --background-surface: #1C2638;
  --background-elevated: #263146;
  --background-overlay: rgba(18, 27, 43, 0.75);
  --text-primary: #FDFDFD;
  --text-secondary: #E0E0E0;
  --text-muted: #BDBDBD;
  --text-brand-contrast: #FFFFFF;
  --text-link: #D1E4FF;
  --text-link-hover: #B8D1FF;
  --button-bg: #FF9F43;
  --button-text: #000000;
  --button-hover-bg: #E68A00;
  --button-hover-text: #000000;
  --semantic-success: #4CAF50;
  --success: #4CAF50;
  --semantic-error: #F44336;
  --error: #F44336;
  --semantic-warning: #FFC107;
  --warning: #FFC107;
  --semantic-info: #2196F3;
  --info: #2196F3;
  --border-default: #2C384D;
  --border-strong: #3D4B63;
  --border-brand: #2E5BFF;
  --font-family-headings: Oswald, Noto Sans Bengali, sans-serif;
  --font-family-body: Source Sans 3, Noto Sans Bengali, 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.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: 72rem;
  --content-max-width: 72rem;
  --spacing-reading-max-width: 64ch;
  --reading-max-width: 64ch;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-pill: 9999px;
  --shadow-card: 0 1px 2px rgba(8, 12, 19, 0.5), 0 16px 32px rgba(8, 12, 19, 0.4);
  --shadow-elevated: 0 2px 4px rgba(8, 12, 19, 0.5), 0 24px 48px rgba(8, 12, 19, 0.5);
  --shadow-glow: 0 0 0 1px rgba(255, 159, 67, 0.35), 0 6px 18px rgba(255, 159, 67, 0.35);
  --shadow-inset: inset 0 1px 0 rgba(255,255,255,.06);
  --gradient-brand: linear-gradient(135deg, #2E5BFF 0%, #1D46D1 100%);
  --gradient-hero: linear-gradient(180deg, #203264 0%, #121B2B 100%);
  --gradient-surface: linear-gradient(180deg, #263146 0%, #1C2638 100%);
  --gradient-button: linear-gradient(135deg, #FFB065 0%, #FF9F43 100%);
  --effects-accent-bar: none;
  --recipes-transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms;
  --transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms;
}
*, *::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: #E0E0E0;
  font-family: Source Sans 3, Noto Sans Bengali, 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: Oswald, Noto Sans Bengali, sans-serif;
  line-height: 1.25;
  letter-spacing: 0;
  color: #FDFDFD;
}
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: #E0E0E0;
}
ul, ol {
  margin: 0;
}
a {
  color: #D1E4FF;
  text-decoration: none;
  transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms;
}
a:hover {
  color: #B8D1FF;
}
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 2px solid #FF9F43;
  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 > * + *, .dp-shell > * + *, .dp-prose > * + *, .dp-pile > * + *, .dp-pile-center > * + * {
  margin-block-start: 1.5rem;
}
@media (max-width: 48rem) {
  main > section {
    padding-block: 2.5rem;
  }
  main > section > * + *, main > article > * + *, .dp-shell > * + *, .dp-prose > * + *, .dp-pile > * + *, .dp-pile-center > * + * {
    margin-block-start: 1rem;
  }
}

main > section.dp-belt {
  background: #1C2638;
  padding-block: 4.5rem;
  margin-inline: -3.1915%;
  padding-inline: 3%;
}
@media (max-width: 48rem) {
  main > section.dp-belt {
    padding-block: 2.5rem;
  }
}
.dp-splash {
  background: linear-gradient(180deg, #203264 0%, #121B2B 100%);
  padding-block: 4.5rem;
  text-align: center;
  margin-inline: -3.1915%;
  padding-inline: 3%;
}
@media (max-width: 48rem) {
  .dp-splash {
    padding-block: 2.5rem;
  }
}

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

.dp-notice, .dp-notice-warning, .dp-notice-info, .dp-notice-success, .dp-notice-error {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  border-radius: 8px;
  background: #1C2638;
  border: 1px solid #2C384D;
  border-left: 4px solid #FF9F43;
}
.dp-notice > i, .dp-notice-warning > i, .dp-notice-info > i, .dp-notice-success > i, .dp-notice-error > i {
  flex: 0 0 auto;
  margin-top: .2em;
  color: #FF9F43;
}
.dp-notice-success {
  border-left-color: #4CAF50;
}
.dp-notice-warning {
  border-left-color: #FFC107;
}
.dp-notice-error {
  border-left-color: #F44336;
}
.dp-notice-info {
  border-left-color: #2196F3;
}
.dp-notice-success > i {
  color: #4CAF50;
}
.dp-notice-warning > i {
  color: #FFC107;
}
.dp-notice-error > i {
  color: #F44336;
}
.dp-notice-info > i {
  color: #2196F3;
}

.dp-crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
  padding: 1rem 0;
  font-size: 0.875rem;
  color: #E0E0E0;
}
.dp-crumbs a {
  color: #D1E4FF;
}
.dp-crumbs span {
  color: #FDFDFD;
}

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

.dp-topic {
  position: relative;
}
.dp-topic::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #FF9F43 0, #FF9F43 2.5rem, #2C384D 2.5rem, #2C384D 100%);
  margin-bottom: .6rem;
}

.dp-quicknav {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 1000;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 4.5rem;
  background: #1C2638;
  border-top: 1px solid #2C384D;
}
.dp-quicknav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .25rem;
  flex: 1 1 0;
  padding: .5rem 0;
  font-size: 0.75rem;
  color: #BDBDBD;
}
.dp-quicknav-item i {
  font-size: 1.25rem;
}
.dp-quicknav-item:hover {
  color: #FF9F43;
}

.dp-chip {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .4rem 1rem;
  border-radius: 9999px;
  background: #263146;
  border: 1px solid #3D4B63;
  color: #FDFDFD;
  font-size: 0.875rem;
}
.dp-chip > i {
  color: #FF9F43;
}

.dp-plate {
  background: linear-gradient(180deg, #263146 0%, #1C2638 100%);
  border: 1px solid #2C384D;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(8, 12, 19, 0.5), 0 16px 32px rgba(8, 12, 19, 0.4), inset 0 1px 0 rgba(255,255,255,.06);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms;
}
.dp-plate:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 4px rgba(8, 12, 19, 0.5), 0 24px 48px rgba(8, 12, 19, 0.5), inset 0 1px 0 rgba(255,255,255,.06);
}
@media (max-width: 48rem) {
  .dp-plate {
    padding: 1.25rem;
  }
}
.dp-plate > img {
  width: 100%;
  height: auto;
  display: block;
}

.dp-cover {
  background: linear-gradient(180deg, #263146 0%, #1C2638 100%);
  border: 1px solid #2C384D;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(8, 12, 19, 0.5), 0 16px 32px rgba(8, 12, 19, 0.4), inset 0 1px 0 rgba(255,255,255,.06);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms;
}
.dp-cover:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 4px rgba(8, 12, 19, 0.5), 0 24px 48px rgba(8, 12, 19, 0.5), inset 0 1px 0 rgba(255,255,255,.06);
}
.dp-cover-media {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.dp-cover-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 200ms;
}
.dp-cover:hover .dp-cover-media img {
  transform: scale(1.04);
}
.dp-cover-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #FF9F43;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 150ms;
}
.dp-cover:hover .dp-cover-play, .dp-cover:focus-visible .dp-cover-play {
  opacity: 1;
}
@media (hover: none) {
  .dp-cover-play {
    opacity: 1;
  }
}
.dp-cover-name {
  padding: .6rem .75rem;
  background: #263146;
}
.dp-cover-name h3 {
  margin: 0;
  font-size: 0.875rem;
  color: #FDFDFD;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 48rem) {
  .dp-cover-name h3 {
    white-space: normal;
  }
}

.dp-fold {
  background: linear-gradient(180deg, #263146 0%, #1C2638 100%);
  border: 1px solid #2C384D;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(8, 12, 19, 0.5), 0 16px 32px rgba(8, 12, 19, 0.4), inset 0 1px 0 rgba(255,255,255,.06);
  transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms;
}
.dp-fold + .dp-fold {
  margin-block-start: 1rem;
}
.dp-fold[open] {
  border-color: #2E5BFF;
}
.dp-fold-q {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 2rem;
  cursor: pointer;
  list-style: none;
}
.dp-fold-q::-webkit-details-marker {
  display: none;
}
.dp-fold-q h3 {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
}
.dp-fold-q::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  flex: 0 0 auto;
  color: #FF9F43;
  transition: transform 200ms;
}
.dp-fold[open] .dp-fold-q::after {
  transform: rotate(180deg);
}
.dp-fold-a {
  margin: 0;
  padding: 0 2rem 2rem;
}
@media (max-width: 48rem) {
  .dp-fold-q {
    padding: 1.25rem;
  }
  .dp-fold-a {
    padding: 0 1.25rem 1.25rem;
  }
}

.dp-badge, .dp-badge-success, .dp-badge-warning, .dp-badge-error, .dp-badge-info {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 4px;
  background: linear-gradient(135deg, #2E5BFF 0%, #1D46D1 100%);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-weight: 700;
}
.dp-badge-success {
  background: #4CAF50;
  color: #FFF;
}
.dp-badge-warning {
  background: #FFC107;
  color: #FFF;
}
.dp-badge-error {
  background: #F44336;
  color: #FFF;
}
.dp-badge-info {
  background: #2196F3;
  color: #FFF;
}

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

.dp-datatable-wrap {
  background: linear-gradient(180deg, #263146 0%, #1C2638 100%);
  border: 1px solid #2C384D;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(8, 12, 19, 0.5), 0 16px 32px rgba(8, 12, 19, 0.4), inset 0 1px 0 rgba(255,255,255,.06);
  overflow-x: auto;
  max-width: 100%;
}
.dp-datatable {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.dp-datatable th, .dp-datatable td {
  padding: 1rem;
  text-align: start;
  border-bottom: 1px solid #2C384D;
  vertical-align: top;
}
.dp-datatable thead th {
  background: #263146;
  color: #FDFDFD;
  font-weight: 600;
}
.dp-datatable tbody tr:last-child td {
  border-bottom: 0;
}
.dp-datatable td:first-child {
  color: #BDBDBD;
  font-weight: 600;
}

.dp-tiny {
  font-size: 0.875rem;
}
.dp-muted {
  color: #BDBDBD;
}
.dp-middle {
  text-align: center;
}
.dp-shade-accent {
  color: #FF9F43;
}
.dp-shade-success {
  color: #4CAF50;
}
.dp-shade-warning {
  color: #FFC107;
}
.dp-shade-error {
  color: #F44336;
}
.dp-shade-info {
  color: #2196F3;
}

.dp-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;
}
.dp-scroller::-webkit-scrollbar {
  display: none;
}
.dp-scroller-link {
  flex: 0 0 auto;
  white-space: nowrap;
  padding: .5rem 1rem;
  border-radius: 4px;
  background: #1C2638;
  border: 1px solid #2C384D;
  color: #E0E0E0;
  font-size: 0.875rem;
  transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms;
}
.dp-scroller-link:hover {
  border-color: #2E5BFF;
  color: #FDFDFD;
}

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

.dp-btn, .dp-btn-sm, .dp-btn-full, .dp-btn-outline {
  background: linear-gradient(135deg, #FFB065 0%, #FF9F43 100%);
  color: #000000;
  border-radius: 4px;
  min-height: 44px;
  font-weight: 700;
  box-shadow: 0 6px 16px rgba(255, 159, 67, 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 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms;
}
.dp-btn:hover, .dp-btn-sm:hover, .dp-btn-full:hover, .dp-btn-outline:hover {
  background: #E68A00;
  box-shadow: 0 8px 22px rgba(255, 159, 67, 0.4);
}
.dp-btn-sm {
  min-height: 36px;
  padding: 0 1rem;
  font-size: 0.875rem;
}
.dp-btn-full {
  display: flex;
  width: 100%;
}
.dp-btn-outline {
  background: transparent;
  background-image: none;
  color: #FDFDFD;
  border: 1px solid #3D4B63;
  box-shadow: none;
}
.dp-btn-outline:hover {
  background: transparent;
  border-color: #2E5BFF;
  color: #FDFDFD;
  box-shadow: none;
}

/* page */
.dp-provider-name {
            font-weight: 700;
            letter-spacing: 0.5px;
            color: var(--text-primary);
        }
