/* overflow-guard */
:root {
  --brand-primary: #008C6B;
  --brand-primary-hover: #00A382;
  --brand-secondary: #B8C2C9;
  --brand-secondary-hover: #D1D9DF;
  --brand-accent: #D4AF37;
  --background-main: #121B28;
  --background-surface: #1C2636;
  --background-elevated: #263143;
  --background-overlay: rgba(18, 27, 40, 0.75);
  --text-primary: #FDFDFD;
  --text-secondary: #E0E0E0;
  --text-muted: #BDBDBD;
  --text-brand-contrast: #FFFFFF;
  --text-link: #E5DBCB;
  --text-link-hover: #F5EFE0;
  --button-bg: #D4AF37;
  --button-text: #000000;
  --button-hover-bg: #B8962E;
  --button-hover-text: #000000;
  --semantic-success: #28A745;
  --success: #28A745;
  --semantic-error: #DC3545;
  --error: #DC3545;
  --semantic-warning: #FFC107;
  --warning: #FFC107;
  --semantic-info: #17A2B8;
  --info: #17A2B8;
  --border-default: #2D394D;
  --border-strong: #3F4D63;
  --border-brand: #008C6B;
  --font-family-headings: Hind Siliguri, Barlow Condensed, sans-serif;
  --font-family-body: Noto Sans Bengali, 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.35;
  --line-height-body: 1.6;
  --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: 78rem;
  --content-max-width: 78rem;
  --spacing-reading-max-width: 66ch;
  --reading-max-width: 66ch;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --radius-pill: 9999px;
  --shadow-card: 0 4px 12px rgba(8, 12, 18, 0.35);
  --shadow-elevated: 0 8px 24px rgba(8, 12, 18, 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, #008C6B 0%, #00A382 100%);
  --gradient-hero: linear-gradient(180deg, #163C42 0%, #121B28 100%);
  --gradient-surface: linear-gradient(#263143, #263143);
  --gradient-button: linear-gradient(135deg, #DCBD5B 0%, #D4AF37 100%);
  --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: #121B28;
  color: #E0E0E0;
  font-family: Noto Sans Bengali, 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: #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: #E5DBCB;
  text-decoration: none;
  transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms;
}
a:hover {
  color: #F5EFE0;
}
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: 2.5rem;
}
main > section > * + *, main > article > * + *, .rg_holder > * + *, .rg_copy > * + *, .rg_pile > * + *, .rg_pile_center > * + * {
  margin-block-start: 1rem;
}
@media (max-width: 48rem) {
  main > section {
    padding-block: 1.5rem;
  }
  main > section > * + *, main > article > * + *, .rg_holder > * + *, .rg_copy > * + *, .rg_pile > * + *, .rg_pile_center > * + * {
    margin-block-start: 0.75rem;
  }
}

.rg_panel {
  background: #263143;
  border: 1px solid #3F4D63;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(8, 12, 18, 0.35), inset 0 1px 0 rgba(255,255,255,.08);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms;
}
.rg_panel:hover {
  border-color: #008C6B;
  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) {
  .rg_panel {
    padding: 1rem;
  }
}
.rg_panel > img {
  width: 100%;
  height: auto;
  display: block;
}

.rg_ticker {
  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;
}
.rg_ticker::-webkit-scrollbar {
  display: none;
}
.rg_ticker_link {
  flex: 0 0 auto;
  white-space: nowrap;
  padding: .5rem 1rem;
  border-radius: 6px;
  background: #1C2636;
  border: 1px solid #2D394D;
  color: #E0E0E0;
  font-size: 0.875rem;
  transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms;
}
.rg_ticker_link:hover {
  border-color: #008C6B;
  color: #FDFDFD;
}

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

.rg_holder {
  width: 100%;
  max-width: 78rem;
  margin-inline: auto;
}
.rg_copy {
  max-width: 66ch;
  margin-inline: auto;
}
.rg_pile, .rg_pile_center {
  display: block;
}
.rg_pile_center {
  text-align: center;
}
.rg_strip, .rg_strip_center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
.rg_strip_center {
  justify-content: center;
}
.rg_matrix {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
  gap: 1rem;
}
.rg_lineup {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
.rg_blocks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
@media (min-width: 48rem) {
  .rg_lineup {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }
  .rg_blocks {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}
.rg_ticks {
  list-style: none;
  padding: 0;
}
.rg_ticks > li {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
}
.rg_ticks > li + li {
  margin-block-start: .75rem;
}
.rg_ticks > li > i {
  flex: 0 0 1.25rem;
  text-align: center;
  margin-top: .2em;
  color: #D4AF37;
}

.rg_faq {
  background: #263143;
  border: 1px solid #3F4D63;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(8, 12, 18, 0.35), inset 0 1px 0 rgba(255,255,255,.08);
  transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms;
}
.rg_faq + .rg_faq {
  margin-block-start: 0.75rem;
}
.rg_faq[open] {
  border-color: #008C6B;
}
.rg_faq_q {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  cursor: pointer;
  list-style: none;
}
.rg_faq_q::-webkit-details-marker {
  display: none;
}
.rg_faq_q h3 {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
}
.rg_faq_q::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  flex: 0 0 auto;
  color: #D4AF37;
  transition: transform 200ms;
}
.rg_faq[open] .rg_faq_q::after {
  transform: rotate(180deg);
}
.rg_faq_a {
  margin: 0;
  padding: 0 1rem 1rem;
}
@media (max-width: 48rem) {
  .rg_faq_q {
    padding: 1rem;
  }
  .rg_faq_a {
    padding: 0 1rem 1rem;
  }
}

.rg_memo, .rg_memo_warning, .rg_memo_info, .rg_memo_success, .rg_memo_error {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  border-radius: 10px;
  background: #1C2636;
  border: 1px solid #2D394D;
  border-left: 4px solid #D4AF37;
}
.rg_memo > i, .rg_memo_warning > i, .rg_memo_info > i, .rg_memo_success > i, .rg_memo_error > i {
  flex: 0 0 auto;
  margin-top: .2em;
  color: #D4AF37;
}
.rg_memo_success {
  border-left-color: #28A745;
}
.rg_memo_warning {
  border-left-color: #FFC107;
}
.rg_memo_error {
  border-left-color: #DC3545;
}
.rg_memo_info {
  border-left-color: #17A2B8;
}
.rg_memo_success > i {
  color: #28A745;
}
.rg_memo_warning > i {
  color: #FFC107;
}
.rg_memo_error > i {
  color: #DC3545;
}
.rg_memo_info > i {
  color: #17A2B8;
}

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

.rg_marker {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .4rem 1rem;
  border-radius: 9999px;
  background: #263143;
  border: 1px solid #3F4D63;
  color: #FDFDFD;
  font-size: 0.875rem;
}
.rg_marker > i {
  color: #D4AF37;
}

.rg_cover {
  background: #263143;
  border: 1px solid #3F4D63;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(8, 12, 18, 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 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms;
}
.rg_cover:hover {
  border-color: #008C6B;
  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);
}
.rg_cover_media {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.rg_cover_media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 200ms;
}
.rg_cover:hover .rg_cover_media img {
  transform: scale(1.04);
}
.rg_cover_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  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;
}
.rg_cover:hover .rg_cover_play, .rg_cover:focus-visible .rg_cover_play {
  opacity: 1;
}
@media (hover: none) {
  .rg_cover_play {
    opacity: 1;
  }
}
.rg_cover_name {
  padding: .6rem .75rem;
  background: #263143;
}
.rg_cover_name h3 {
  margin: 0;
  font-size: 0.875rem;
  color: #FDFDFD;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 48rem) {
  .rg_cover_name h3 {
    white-space: normal;
  }
}

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

.rg_badge, .rg_badge_success, .rg_badge_warning, .rg_badge_error, .rg_badge_info {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #008C6B 0%, #00A382 100%);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-weight: 700;
}
.rg_badge_success {
  background: #28A745;
  color: #FFF;
}
.rg_badge_warning {
  background: #FFC107;
  color: #FFF;
}
.rg_badge_error {
  background: #DC3545;
  color: #FFF;
}
.rg_badge_info {
  background: #17A2B8;
  color: #FFF;
}

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

.rg_appbar {
  background: #121B28;
  border-bottom: 1px solid #2D394D;
  padding: .75rem 3%;
  position: sticky;
  top: 0;
  z-index: 100;
}
.rg_appbar_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.rg_appbar_brand {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: #FDFDFD;
}
.rg_appbar_brand img {
  border-radius: 6px;
}
.rg_appbar_brand strong {
  font-size: 16px;
  font-weight: 400;
}
.rg_appbar_actions {
  display: flex;
  align-items: center;
  gap: .5rem;
}

main > section.rg_band {
  background: #1C2636;
  border-top: 1px solid #2D394D;
  border-bottom: 1px solid #2D394D;
  padding-block: 2.5rem;
  margin-inline: -3.1915%;
  padding-inline: 3%;
}
@media (max-width: 48rem) {
  main > section.rg_band {
    padding-block: 1.5rem;
  }
}
.rg_hero {
  background: linear-gradient(180deg, #163C42 0%, #121B28 100%);
  padding-block: 2.5rem;
  text-align: center;
  margin-inline: -3.1915%;
  padding-inline: 3%;
}
@media (max-width: 48rem) {
  .rg_hero {
    padding-block: 1.5rem;
  }
}

.rg_press, .rg_press_sm, .rg_press_full, .rg_press_outline {
  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 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms;
}
.rg_press:hover, .rg_press_sm:hover, .rg_press_full:hover, .rg_press_outline:hover {
  background: #B8962E;
  box-shadow: 0 8px 22px rgba(212, 175, 55, 0.4);
}
.rg_press_sm {
  min-height: 36px;
  padding: 0 1rem;
  font-size: 0.875rem;
}
.rg_press_full {
  display: flex;
  width: 100%;
}
.rg_press_outline {
  background: transparent;
  background-image: none;
  color: #FDFDFD;
  border: 1px solid #3F4D63;
  box-shadow: none;
}
.rg_press_outline:hover {
  background: transparent;
  border-color: #008C6B;
  color: #FDFDFD;
  box-shadow: none;
}

.rg_facts_wrap {
  background: #263143;
  border: 1px solid #3F4D63;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(8, 12, 18, 0.35), inset 0 1px 0 rgba(255,255,255,.08);
  overflow-x: auto;
  max-width: 100%;
}
.rg_facts {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.rg_facts th, .rg_facts td {
  padding: 0.75rem;
  text-align: start;
  border-bottom: 1px solid #2D394D;
  vertical-align: top;
}
.rg_facts thead th {
  background: #263143;
  color: #FDFDFD;
  font-weight: 600;
}
.rg_facts tbody tr:last-child td {
  border-bottom: 0;
}
.rg_facts td:first-child {
  color: #BDBDBD;
  font-weight: 600;
}

.rg_dock {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 1000;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 4.5rem;
  background: #1C2636;
  border-top: 1px solid #2D394D;
}
.rg_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;
}
.rg_dock_item i {
  font-size: 1.25rem;
}
.rg_dock_item:hover {
  color: #D4AF37;
}

.rg_minor {
  font-size: 0.875rem;
}
.rg_quiet {
  color: #BDBDBD;
}
.rg_center {
  text-align: center;
}
.rg_shade_accent {
  color: #D4AF37;
}
.rg_shade_success {
  color: #28A745;
}
.rg_shade_warning {
  color: #FFC107;
}
.rg_shade_error {
  color: #DC3545;
}
.rg_shade_info {
  color: #17A2B8;
}

/* page */
.rg_provider_name {
            font-weight: 700;
            letter-spacing: 0.5px;
            font-size: 1.1rem;
            color: var(--text-primary);
        }
