/* overflow-guard */
:root {
  --brand-primary: #1b5e43;
  --brand-primary-hover: #247a56;
  --brand-secondary: #a8b5b2;
  --brand-secondary-hover: #bfcbca;
  --brand-accent: #ffb366;
  --background-main: #0b1426;
  --background-surface: #15213b;
  --background-elevated: #1f2d4c;
  --background-overlay: rgba(11, 20, 38, 0.75);
  --text-primary: #fdfbf7;
  --text-secondary: #e2e2e2;
  --text-muted: #bdbdbd;
  --text-brand-contrast: #ffffff;
  --text-link: #ffe4b5;
  --text-link-hover: #fff5e1;
  --button-bg: #ffb366;
  --button-text: #000000;
  --button-hover-bg: #ffc98c;
  --button-hover-text: #000000;
  --semantic-success: #4caf50;
  --success: #4caf50;
  --semantic-error: #ef5350;
  --error: #ef5350;
  --semantic-warning: #ffb74d;
  --warning: #ffb74d;
  --semantic-info: #4fc3f7;
  --info: #4fc3f7;
  --border-default: #1c2b4a;
  --border-strong: #2c3e61;
  --border-brand: #1b5e43;
  --font-family-headings: Noto Sans Bengali, 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: 600;
  --role-weight-h2: 600;
  --role-weight-h3: 500;
  --role-weight-h4: 500;
  --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.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: 74rem;
  --content-max-width: 74rem;
  --spacing-reading-max-width: 68ch;
  --reading-max-width: 68ch;
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-pill: 9999px;
  --shadow-card: 0 1px 2px rgba(5, 9, 17, 0.5), 0 16px 32px rgba(5, 9, 17, 0.4);
  --shadow-elevated: 0 2px 4px rgba(5, 9, 17, 0.5), 0 24px 48px rgba(5, 9, 17, 0.5);
  --shadow-glow: 0 0 0 1px rgba(255, 179, 102, 0.35), 0 6px 18px rgba(255, 179, 102, 0.35);
  --shadow-inset: inset 0 1px 0 rgba(255,255,255,.06);
  --gradient-brand: linear-gradient(135deg, #1b5e43 0%, #247a56 100%);
  --gradient-hero: linear-gradient(180deg, #162e3d 0%, #0b1426 100%);
  --gradient-surface: linear-gradient(180deg, #1f2d4c 0%, #15213b 100%);
  --gradient-button: none;
  --effects-accent-bar: none;
  --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: #0b1426;
  color: #e2e2e2;
  font-family: Noto Sans Bengali, Manrope, sans-serif;
  font-weight: 400;
  line-height: 1.55;
  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: Noto Sans Bengali, Archivo, sans-serif;
  line-height: 1.35;
  letter-spacing: 0;
  color: #fdfbf7;
}
h1 {
  font-size: 1.8rem;
  font-weight: 600;
}
h2 {
  font-size: 1.5rem;
  font-weight: 600;
}
h3 {
  font-size: 1rem;
  font-weight: 500;
}
h4 {
  font-size: 1rem;
  font-weight: 500;
}
p {
  margin: 0;
  color: #e2e2e2;
}
ul, ol {
  margin: 0;
}
a {
  color: #ffe4b5;
  text-decoration: none;
  transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms;
}
a:hover {
  color: #fff5e1;
}
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 2px solid #ffb366;
  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 > * + *, .wg-frame > * + *, .wg-prose > * + *, .wg-column > * + *, .wg-column-center > * + * {
  margin-block-start: 1.5rem;
}
@media (max-width: 48rem) {
  main > section {
    padding-block: 2.5rem;
  }
  main > section > * + *, main > article > * + *, .wg-frame > * + *, .wg-prose > * + *, .wg-column > * + *, .wg-column-center > * + * {
    margin-block-start: 1rem;
  }
}

.wg-panel {
  background: rgba(31, 45, 76, 0.65);
  border: 1px solid #1c2b4a;
  border-radius: 16px;
  box-shadow: 0 1px 2px rgba(5, 9, 17, 0.5), 0 16px 32px rgba(5, 9, 17, 0.4), inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms;
}
.wg-panel:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 4px rgba(5, 9, 17, 0.5), 0 24px 48px rgba(5, 9, 17, 0.5), inset 0 1px 0 rgba(255,255,255,.06);
}
@media (max-width: 48rem) {
  .wg-panel {
    padding: 1.25rem;
  }
}
.wg-panel > img {
  width: 100%;
  height: auto;
  display: block;
}

.wg-sheet-wrap {
  background: rgba(31, 45, 76, 0.65);
  border: 1px solid #1c2b4a;
  border-radius: 16px;
  box-shadow: 0 1px 2px rgba(5, 9, 17, 0.5), 0 16px 32px rgba(5, 9, 17, 0.4), inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  overflow-x: auto;
  max-width: 100%;
}
.wg-sheet {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.wg-sheet th, .wg-sheet td {
  padding: 1rem;
  text-align: start;
  border-bottom: 1px solid #1c2b4a;
  vertical-align: top;
}
.wg-sheet thead th {
  background: #1f2d4c;
  color: #fdfbf7;
  font-weight: 600;
}
.wg-sheet tbody tr:last-child td {
  border-bottom: 0;
}
.wg-sheet td:first-child {
  color: #bdbdbd;
  font-weight: 600;
}

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

.wg-frame {
  width: 100%;
  max-width: 74rem;
  margin-inline: auto;
}
.wg-prose {
  max-width: 68ch;
  margin-inline: auto;
}
.wg-column, .wg-column-center {
  display: block;
}
.wg-column-center {
  text-align: center;
}
.wg-line, .wg-line-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.wg-line-center {
  justify-content: center;
}
.wg-cells {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
  gap: 1.5rem;
}
.wg-lineup {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.wg-menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 48rem) {
  .wg-lineup {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
  }
  .wg-menu {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
.wg-items {
  list-style: none;
  padding: 0;
}
.wg-items > li {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
}
.wg-items > li + li {
  margin-block-start: .75rem;
}
.wg-items > li > i {
  flex: 0 0 1.25rem;
  text-align: center;
  margin-top: .2em;
  color: #ffb366;
}

.wg-quicknav {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 1000;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 4.75rem;
  background: #15213b;
  border-top: 1px solid #1c2b4a;
}
.wg-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;
}
.wg-quicknav-item i {
  font-size: 1.25rem;
}
.wg-quicknav-item:hover {
  color: #ffb366;
}

main > section.wg-band {
  background: #15213b;
  padding-block: 4.5rem;
}
@media (max-width: 48rem) {
  main > section.wg-band {
    padding-block: 2.5rem;
  }
}
.wg-hero {
  background: linear-gradient(180deg, #162e3d 0%, #0b1426 100%);
  padding-block: 4.5rem;
  text-align: center;
  margin-inline: -3.1915%;
  padding-inline: 3%;
}
@media (max-width: 48rem) {
  .wg-hero {
    padding-block: 2.5rem;
  }
}

.wg-fine {
  font-size: 0.875rem;
}
.wg-dim {
  color: #bdbdbd;
}
.wg-axis {
  text-align: center;
}
.wg-ink-accent {
  color: #ffb366;
}
.wg-ink-success {
  color: #4caf50;
}
.wg-ink-warning {
  color: #ffb74d;
}
.wg-ink-error {
  color: #ef5350;
}
.wg-ink-info {
  color: #4fc3f7;
}

.wg-badge, .wg-badge-success, .wg-badge-warning, .wg-badge-error, .wg-badge-info {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #1b5e43 0%, #247a56 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-weight: 700;
}
.wg-badge-success {
  background: #4caf50;
  color: #fff;
}
.wg-badge-warning {
  background: #ffb74d;
  color: #fff;
}
.wg-badge-error {
  background: #ef5350;
  color: #fff;
}
.wg-badge-info {
  background: #4fc3f7;
  color: #fff;
}

.wg-chips {
  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;
}
.wg-chips::-webkit-scrollbar {
  display: none;
}
.wg-chips-link {
  flex: 0 0 auto;
  white-space: nowrap;
  padding: .5rem 1rem;
  border-radius: 8px;
  background: #15213b;
  border: 1px solid #1c2b4a;
  color: #e2e2e2;
  font-size: 0.875rem;
  transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms;
}
.wg-chips-link:hover {
  border-color: #1b5e43;
  color: #fdfbf7;
}

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

.wg-btn, .wg-btn-sm, .wg-btn-full, .wg-btn-outline {
  background: #ffb366;
  color: #000000;
  border-radius: 16px;
  min-height: 44px;
  font-weight: 700;
  box-shadow: 0 0 0 1px rgba(255, 179, 102, 0.35), 0 6px 18px rgba(255, 179, 102, 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;
}
.wg-btn:hover, .wg-btn-sm:hover, .wg-btn-full:hover, .wg-btn-outline:hover {
  background: #ffc98c;
  box-shadow: 0 0 0 1px rgba(255, 179, 102, 0.5), 0 8px 26px rgba(255, 179, 102, 0.5);
}
.wg-btn-sm {
  min-height: 36px;
  padding: 0 1rem;
  font-size: 0.875rem;
}
.wg-btn-full {
  display: flex;
  width: 100%;
}
.wg-btn-outline {
  background: transparent;
  background-image: none;
  color: #fdfbf7;
  border: 1px solid #2c3e61;
  box-shadow: none;
}
.wg-btn-outline:hover {
  background: transparent;
  border-color: #1b5e43;
  color: #fdfbf7;
  box-shadow: none;
}

.wg-trail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
  padding: 1rem 0;
  font-size: 0.875rem;
  color: #e2e2e2;
}
.wg-trail a {
  color: #ffe4b5;
}
.wg-trail span {
  color: #fdfbf7;
}

.wg-play {
  background: rgba(31, 45, 76, 0.65);
  border: 1px solid #1c2b4a;
  border-radius: 16px;
  box-shadow: 0 1px 2px rgba(5, 9, 17, 0.5), 0 16px 32px rgba(5, 9, 17, 0.4), inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  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;
}
.wg-play:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 4px rgba(5, 9, 17, 0.5), 0 24px 48px rgba(5, 9, 17, 0.5), inset 0 1px 0 rgba(255,255,255,.06);
}
.wg-play-media {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.wg-play-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 200ms;
}
.wg-play:hover .wg-play-media img {
  transform: scale(1.04);
}
.wg-play-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #ffb366;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 150ms;
}
.wg-play:hover .wg-play-play, .wg-play:focus-visible .wg-play-play {
  opacity: 1;
}
@media (hover: none) {
  .wg-play-play {
    opacity: 1;
  }
}
.wg-play {
  position: relative;
}
.wg-play-name {
  position: absolute;
  inset: auto 0 0 0;
  padding: .6rem .75rem;
  background: linear-gradient(180deg, transparent 0%, rgba(11, 20, 38, 0.75) 100%);
}
.wg-play-name h3 {
  margin: 0;
  font-size: 0.875rem;
  color: #fdfbf7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 48rem) {
  .wg-play-name h3 {
    white-space: normal;
  }
}

.wg-notice, .wg-notice-warning, .wg-notice-info, .wg-notice-success, .wg-notice-error {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  border-radius: 16px;
  background: #15213b;
  border: 1px solid #1c2b4a;
  border-left: 4px solid #ffb366;
}
.wg-notice > i, .wg-notice-warning > i, .wg-notice-info > i, .wg-notice-success > i, .wg-notice-error > i {
  flex: 0 0 auto;
  margin-top: .2em;
  color: #ffb366;
}
.wg-notice-success {
  border-left-color: #4caf50;
}
.wg-notice-warning {
  border-left-color: #ffb74d;
}
.wg-notice-error {
  border-left-color: #ef5350;
}
.wg-notice-info {
  border-left-color: #4fc3f7;
}
.wg-notice-success > i {
  color: #4caf50;
}
.wg-notice-warning > i {
  color: #ffb74d;
}
.wg-notice-error > i {
  color: #ef5350;
}
.wg-notice-info > i {
  color: #4fc3f7;
}

.wg-tag {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .4rem 1rem;
  border-radius: 9999px;
  background: #1f2d4c;
  border: 1px solid #2c3e61;
  color: #fdfbf7;
  font-size: 0.875rem;
}
.wg-tag > i {
  color: #ffb366;
}

.wg-header {
  background: #0b1426;
  border-bottom: 1px solid #1c2b4a;
  padding: .75rem 3%;
  position: sticky;
  top: 0;
  z-index: 100;
}
.wg-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.wg-header-brand {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: #fdfbf7;
}
.wg-header-brand img {
  border-radius: 8px;
}
.wg-header-brand strong {
  font-size: 16px;
  font-weight: 400;
}
.wg-header-actions {
  display: flex;
  align-items: center;
  gap: .5rem;
}

.wg-accordion {
  background: rgba(31, 45, 76, 0.65);
  border: 1px solid #1c2b4a;
  border-radius: 16px;
  box-shadow: 0 1px 2px rgba(5, 9, 17, 0.5), 0 16px 32px rgba(5, 9, 17, 0.4), inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms;
}
.wg-accordion + .wg-accordion {
  margin-block-start: 1rem;
}
.wg-accordion[open] {
  border-color: #1b5e43;
}
.wg-accordion-q {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 2rem;
  cursor: pointer;
  list-style: none;
}
.wg-accordion-q::-webkit-details-marker {
  display: none;
}
.wg-accordion-q h3 {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
}
.wg-accordion-q::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  flex: 0 0 auto;
  color: #ffb366;
  transition: transform 200ms;
}
.wg-accordion[open] .wg-accordion-q::after {
  transform: rotate(180deg);
}
.wg-accordion-a {
  margin: 0;
  padding: 0 2rem 2rem;
}
@media (max-width: 48rem) {
  .wg-accordion-q {
    padding: 1.25rem;
  }
  .wg-accordion-a {
    padding: 0 1.25rem 1.25rem;
  }
}

.wg-caption {
  position: relative;
}
.wg-caption::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #ffb366 0, #ffb366 2.5rem, #1c2b4a 2.5rem, #1c2b4a 100%);
  margin-bottom: .6rem;
}

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