/* overflow-guard */
:root {
  --brand-primary: #2C3E50;
  --brand-primary-hover: #34495E;
  --brand-secondary: #7F8C8D;
  --brand-secondary-hover: #95A5A6;
  --brand-accent: #BFFF00;
  --background-main: #1D0A11;
  --background-surface: #291018;
  --background-elevated: #331620;
  --background-overlay: rgba(29, 10, 17, 0.75);
  --text-primary: #FDFDFD;
  --text-secondary: #E0E0E0;
  --text-muted: #BDBDBD;
  --text-brand-contrast: #000000;
  --text-link: #DFFFC0;
  --text-link-hover: #F5FFD6;
  --button-bg: #BFFF00;
  --button-text: #000000;
  --button-hover-bg: #A8E600;
  --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: #3D1C26;
  --border-strong: #522632;
  --border-brand: #2C3E50;
  --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: 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: 80rem;
  --content-max-width: 80rem;
  --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(13, 4, 8, 0.4);
  --shadow-elevated: 0 12px 32px rgba(13, 4, 8, 0.5);
  --shadow-glow: 0 0 0 1px rgba(191, 255, 0, 0.35), 0 6px 18px rgba(191, 255, 0, 0.35);
  --shadow-inset: inset 0 1px 0 rgba(255,255,255,.06);
  --gradient-brand: linear-gradient(135deg, #2C3E50 0%, #34495E 100%);
  --gradient-hero: linear-gradient(180deg, #2A1A24 0%, #1D0A11 100%);
  --gradient-surface: linear-gradient(135deg, #291018 0%, #331620 100%);
  --gradient-button: linear-gradient(135deg, #CBFF2E 0%, #BFFF00 100%);
  --effects-accent-bar: #BFFF00;
  --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: #1D0A11;
  color: #E0E0E0;
  font-family: Source Sans 3, Noto Sans Bengali, 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: 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: #DFFFC0;
  text-decoration: none;
  transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms;
}
a:hover {
  color: #F5FFD6;
}
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 2px solid #BFFF00;
  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 > * + *, .hvjWrap > * + *, .hvjCopy > * + *, .hvjColumn > * + *, .hvjColumnCenter > * + * {
  margin-block-start: 1rem;
}
@media (max-width: 48rem) {
  main > section {
    padding-block: 1.5rem;
  }
  main > section > * + *, main > article > * + *, .hvjWrap > * + *, .hvjCopy > * + *, .hvjColumn > * + *, .hvjColumnCenter > * + * {
    margin-block-start: 0.75rem;
  }
}

.hvjCta, .hvjCtaSm, .hvjCtaFull, .hvjCtaOutline {
  background: linear-gradient(135deg, #CBFF2E 0%, #BFFF00 100%);
  color: #000000;
  border-radius: 4px;
  min-height: 44px;
  font-weight: 700;
  box-shadow: 0 6px 16px rgba(191, 255, 0, 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;
}
.hvjCta:hover, .hvjCtaSm:hover, .hvjCtaFull:hover, .hvjCtaOutline:hover {
  background: #A8E600;
  box-shadow: 0 8px 22px rgba(191, 255, 0, 0.4);
}
.hvjCtaSm {
  min-height: 36px;
  padding: 0 1rem;
  font-size: 0.875rem;
}
.hvjCtaFull {
  display: flex;
  width: 100%;
}
.hvjCtaOutline {
  background: transparent;
  background-image: none;
  color: #FDFDFD;
  border: 1px solid #522632;
  box-shadow: none;
}
.hvjCtaOutline:hover {
  background: transparent;
  border-color: #2C3E50;
  color: #FDFDFD;
  box-shadow: none;
}

.hvjOrb, .hvjOrbSuccess, .hvjOrbWarning, .hvjOrbError, .hvjOrbInfo {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 4px;
  background: linear-gradient(135deg, #2C3E50 0%, #34495E 100%);
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-weight: 700;
}
.hvjOrbSuccess {
  background: #2ECC71;
  color: #FFF;
}
.hvjOrbWarning {
  background: #F1C40F;
  color: #FFF;
}
.hvjOrbError {
  background: #E74C3C;
  color: #FFF;
}
.hvjOrbInfo {
  background: #3498DB;
  color: #FFF;
}

.hvjDatatableWrap {
  background: linear-gradient(135deg, #291018 0%, #331620 100%);
  border: 1px solid #3D1C26;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(13, 4, 8, 0.4), inset 0 1px 0 rgba(255,255,255,.06);
  border-top: 3px solid #BFFF00;
  overflow-x: auto;
  max-width: 100%;
}
.hvjDatatable {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.hvjDatatable th, .hvjDatatable td {
  padding: 0.75rem;
  text-align: start;
  border-bottom: 1px solid #3D1C26;
  vertical-align: top;
}
.hvjDatatable thead th {
  background: #331620;
  color: #FDFDFD;
  font-weight: 600;
}
.hvjDatatable tbody tr:last-child td {
  border-bottom: 0;
}
.hvjDatatable td:first-child {
  color: #BDBDBD;
  font-weight: 600;
}

.hvjSub {
  font-size: 0.875rem;
}
.hvjDim {
  color: #BDBDBD;
}
.hvjCentered {
  text-align: center;
}
.hvjHueAccent {
  color: #BFFF00;
}
.hvjHueSuccess {
  color: #2ECC71;
}
.hvjHueWarning {
  color: #F1C40F;
}
.hvjHueError {
  color: #E74C3C;
}
.hvjHueInfo {
  color: #3498DB;
}

.hvjJumpbar {
  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;
}
.hvjJumpbar::-webkit-scrollbar {
  display: none;
}
.hvjJumpbarLink {
  flex: 0 0 auto;
  white-space: nowrap;
  padding: .5rem 1rem;
  border-radius: 4px;
  background: #291018;
  border: 1px solid #3D1C26;
  color: #E0E0E0;
  font-size: 0.875rem;
  transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms;
}
.hvjJumpbarLink:hover {
  border-color: #2C3E50;
  color: #FDFDFD;
}

.hvjGame {
  background: linear-gradient(135deg, #291018 0%, #331620 100%);
  border: 1px solid #3D1C26;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(13, 4, 8, 0.4), inset 0 1px 0 rgba(255,255,255,.06);
  border-top: 3px solid #BFFF00;
  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;
}
.hvjGame:hover {
  background: linear-gradient(135deg, #291018 0%, #3F242D 100%);
  box-shadow: 0 12px 32px rgba(13, 4, 8, 0.5), inset 0 1px 0 rgba(255,255,255,.06);
}
.hvjGameMedia {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.hvjGameMedia img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 200ms;
}
.hvjGame:hover .hvjGameMedia img {
  transform: scale(1.04);
}
.hvjGamePlay {
  position: absolute;
  bottom: .5rem;
  right: .5rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #BFFF00;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 150ms;
}
.hvjGame:hover .hvjGamePlay, .hvjGame:focus-visible .hvjGamePlay {
  opacity: 1;
}
@media (hover: none) {
  .hvjGamePlay {
    opacity: 1;
  }
}
.hvjGameName {
  padding: .6rem .75rem;
  background: #331620;
}
.hvjGameName h3 {
  margin: 0;
  font-size: 0.875rem;
  color: #FDFDFD;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 48rem) {
  .hvjGameName h3 {
    white-space: normal;
  }
}

.hvjWrap {
  width: 100%;
  max-width: 80rem;
  margin-inline: auto;
}
.hvjCopy {
  max-width: 66ch;
  margin-inline: auto;
}
.hvjColumn, .hvjColumnCenter {
  display: block;
}
.hvjColumnCenter {
  text-align: center;
}
.hvjRow, .hvjRowCenter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
.hvjRowCenter {
  justify-content: center;
}
.hvjMosaic {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
  gap: 1rem;
}
.hvjDeck {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
.hvjPicks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
@media (min-width: 48rem) {
  .hvjDeck {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }
  .hvjPicks {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}
.hvjPoints {
  list-style: none;
  padding: 0;
}
.hvjPoints > li {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
}
.hvjPoints > li + li {
  margin-block-start: .75rem;
}
.hvjPoints > li > i {
  flex: 0 0 1.25rem;
  text-align: center;
  margin-top: .2em;
  color: #BFFF00;
}

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

.hvjAppbar {
  background: #1D0A11;
  border-bottom: 1px solid #3D1C26;
  padding: .75rem 3%;
  position: sticky;
  top: 0;
  z-index: 100;
}
.hvjAppbarInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.hvjAppbarBrand {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: #FDFDFD;
}
.hvjAppbarBrand img {
  border-radius: 4px;
}
.hvjAppbarBrand strong {
  font-size: 16px;
  font-weight: 400;
}
.hvjAppbarActions {
  display: flex;
  align-items: center;
  gap: .5rem;
}

main > section.hvjBand {
  background: linear-gradient(180deg, #291018 0%, #1D0A11 100%);
  padding-block: 2.5rem;
}
@media (max-width: 48rem) {
  main > section.hvjBand {
    padding-block: 1.5rem;
  }
}
.hvjStage {
  background: linear-gradient(180deg, #2A1A24 0%, #1D0A11 100%);
  padding-block: 2.5rem;
  text-align: center;
  margin-inline: -3.1915%;
  padding-inline: 3%;
}
@media (max-width: 48rem) {
  .hvjStage {
    padding-block: 1.5rem;
  }
}

.hvjSlab {
  background: linear-gradient(135deg, #291018 0%, #331620 100%);
  border: 1px solid #3D1C26;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(13, 4, 8, 0.4), inset 0 1px 0 rgba(255,255,255,.06);
  border-top: 3px solid #BFFF00;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms;
}
.hvjSlab:hover {
  background: linear-gradient(135deg, #291018 0%, #3F242D 100%);
  box-shadow: 0 12px 32px rgba(13, 4, 8, 0.5), inset 0 1px 0 rgba(255,255,255,.06);
}
@media (max-width: 48rem) {
  .hvjSlab {
    padding: 1rem;
  }
}
.hvjSlab > img {
  width: 100%;
  height: auto;
  display: block;
}

.hvjQuicknav {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 1000;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 4.75rem;
  background: #291018;
  border-top: 1px solid #3D1C26;
}
.hvjQuicknavItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .25rem;
  flex: 1 1 0;
  padding: .5rem 0;
  font-size: 0.75rem;
  color: #BDBDBD;
}
.hvjQuicknavItem i {
  font-size: 1.25rem;
}
.hvjQuicknavItem:hover {
  color: #BFFF00;
}

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

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

.hvjFold {
  background: linear-gradient(135deg, #291018 0%, #331620 100%);
  border: 1px solid #3D1C26;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(13, 4, 8, 0.4), inset 0 1px 0 rgba(255,255,255,.06);
  border-top: 3px solid #BFFF00;
  transition: color 120ms, background-color 120ms, box-shadow 120ms, border-color 120ms, transform 120ms;
}
.hvjFold + .hvjFold {
  margin-block-start: 0.75rem;
}
.hvjFold[open] {
  border-color: #2C3E50;
}
.hvjFoldQ {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  cursor: pointer;
  list-style: none;
}
.hvjFoldQ::-webkit-details-marker {
  display: none;
}
.hvjFoldQ h3 {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
}
.hvjFoldQ::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  flex: 0 0 auto;
  color: #BFFF00;
  transition: transform 200ms;
}
.hvjFold[open] .hvjFoldQ::after {
  transform: rotate(180deg);
}
.hvjFoldA {
  margin: 0;
  padding: 0 1rem 1rem;
}
@media (max-width: 48rem) {
  .hvjFoldQ {
    padding: 1rem;
  }
  .hvjFoldA {
    padding: 0 1rem 1rem;
  }
}

.hvjChip {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .4rem 1rem;
  border-radius: 9999px;
  background: #331620;
  border: 1px solid #522632;
  color: #FDFDFD;
  font-size: 0.875rem;
}
.hvjChip > i {
  color: #BFFF00;
}

.hvjCallout, .hvjCalloutWarning, .hvjCalloutInfo, .hvjCalloutSuccess, .hvjCalloutError {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  border-radius: 8px;
  background: #291018;
  border: 1px solid #3D1C26;
  border-left: 4px solid #BFFF00;
}
.hvjCallout > i, .hvjCalloutWarning > i, .hvjCalloutInfo > i, .hvjCalloutSuccess > i, .hvjCalloutError > i {
  flex: 0 0 auto;
  margin-top: .2em;
  color: #BFFF00;
}
.hvjCalloutSuccess {
  border-left-color: #2ECC71;
}
.hvjCalloutWarning {
  border-left-color: #F1C40F;
}
.hvjCalloutError {
  border-left-color: #E74C3C;
}
.hvjCalloutInfo {
  border-left-color: #3498DB;
}
.hvjCalloutSuccess > i {
  color: #2ECC71;
}
.hvjCalloutWarning > i {
  color: #F1C40F;
}
.hvjCalloutError > i {
  color: #E74C3C;
}
.hvjCalloutInfo > i {
  color: #3498DB;
}

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

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