/* overflow-guard */
:root {
  --brand-primary: #2e5bff;
  --brand-primary-hover: #4d7bff;
  --brand-secondary: #a5b4fc;
  --brand-secondary-hover: #c7d2fe;
  --brand-accent: #ff8c32;
  --background-main: #0a1b0c;
  --background-surface: #122615;
  --background-elevated: #1b331e;
  --background-overlay: rgba(10, 27, 12, 0.8);
  --text-primary: #fdfdfd;
  --text-secondary: #e0e0e0;
  --text-muted: #bdbdbd;
  --text-brand-contrast: #ffffff;
  --text-link: #b3d1ff;
  --text-link-hover: #d6e4ff;
  --button-bg: #ff8c32;
  --button-text: #000000;
  --button-hover-bg: #ff9d4d;
  --button-hover-text: #000000;
  --semantic-success: #4ade80;
  --success: #4ade80;
  --semantic-error: #f87171;
  --error: #f87171;
  --semantic-warning: #fbbf24;
  --warning: #fbbf24;
  --semantic-info: #60a5fa;
  --info: #60a5fa;
  --border-default: #1c3622;
  --border-strong: #2d4d33;
  --border-brand: #2e5bff;
  --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: 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.65;
  --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: 68ch;
  --reading-max-width: 68ch;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --radius-pill: 9999px;
  --shadow-card: 0 1px 2px rgba(4, 12, 5, 0.5), 0 16px 32px rgba(4, 12, 5, 0.4);
  --shadow-elevated: 0 2px 4px rgba(4, 12, 5, 0.5), 0 24px 48px rgba(4, 12, 5, 0.5);
  --shadow-glow: 0 0 0 1px rgba(255, 140, 50, 0.35), 0 6px 18px rgba(255, 140, 50, 0.35);
  --shadow-inset: inset 0 1px 0 rgba(255,255,255,.06);
  --gradient-brand: linear-gradient(135deg, #2e5bff 0%, #4d7bff 100%);
  --gradient-hero: linear-gradient(180deg, #183248 0%, #0a1b0c 100%);
  --gradient-surface: linear-gradient(180deg, #1b331e 0%, #122615 100%);
  --gradient-button: none;
  --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: #0a1b0c;
  color: #e0e0e0;
  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: #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: #b3d1ff;
  text-decoration: none;
  transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms;
}
a:hover {
  color: #d6e4ff;
}
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 2px solid #ff8c32;
  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 > * + *, .pfv-inner > * + *, .pfv-prose > * + *, .pfv-column > * + *, .pfv-column-center > * + * {
  margin-block-start: 1.5rem;
}
@media (max-width: 48rem) {
  main > section {
    padding-block: 2.5rem;
  }
  main > section > * + *, main > article > * + *, .pfv-inner > * + *, .pfv-prose > * + *, .pfv-column > * + *, .pfv-column-center > * + * {
    margin-block-start: 1rem;
  }
}

.pfv-game {
  background: linear-gradient(180deg, #1b331e 0%, #122615 100%);
  border: 1px solid #1c3622;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(4, 12, 5, 0.5), 0 16px 32px rgba(4, 12, 5, 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;
}
.pfv-game:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 4px rgba(4, 12, 5, 0.5), 0 24px 48px rgba(4, 12, 5, 0.5), inset 0 1px 0 rgba(255,255,255,.06);
}
.pfv-game-media {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.pfv-game-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 200ms;
}
.pfv-game:hover .pfv-game-media img {
  transform: scale(1.04);
}
.pfv-game-play {
  position: absolute;
  bottom: .5rem;
  right: .5rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #ff8c32;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 150ms;
}
.pfv-game:hover .pfv-game-play, .pfv-game:focus-visible .pfv-game-play {
  opacity: 1;
}
@media (hover: none) {
  .pfv-game-play {
    opacity: 1;
  }
}
.pfv-game {
  position: relative;
}
.pfv-game-name {
  position: absolute;
  inset: auto 0 0 0;
  padding: .6rem .75rem;
  background: linear-gradient(180deg, transparent 0%, rgba(10, 27, 12, 0.8) 100%);
}
.pfv-game-name h3 {
  margin: 0;
  font-size: 0.875rem;
  color: #fdfdfd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 48rem) {
  .pfv-game-name h3 {
    white-space: normal;
  }
}

.pfv-minor {
  font-size: 0.875rem;
}
.pfv-dim {
  color: #bdbdbd;
}
.pfv-center {
  text-align: center;
}
.pfv-tint-accent {
  color: #ff8c32;
}
.pfv-tint-success {
  color: #4ade80;
}
.pfv-tint-warning {
  color: #fbbf24;
}
.pfv-tint-error {
  color: #f87171;
}
.pfv-tint-info {
  color: #60a5fa;
}

.pfv-press, .pfv-press-sm, .pfv-press-full, .pfv-press-outline {
  background: #ff8c32;
  color: #000000;
  border-radius: 9999px;
  min-height: 44px;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22), inset 0 -1px 0 rgba(0,0,0,.35), 0 2px 6px rgba(4, 12, 5, 0.4);
  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;
}
.pfv-press:hover, .pfv-press-sm:hover, .pfv-press-full:hover, .pfv-press-outline:hover {
  background: #ff9d4d;
  transform: translateY(-1px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22), inset 0 -1px 0 rgba(0,0,0,.35), 0 4px 10px rgba(4, 12, 5, 0.45);
}
.pfv-press-sm {
  min-height: 36px;
  padding: 0 1rem;
  font-size: 0.875rem;
}
.pfv-press-full {
  display: flex;
  width: 100%;
}
.pfv-press-outline {
  background: transparent;
  background-image: none;
  color: #fdfdfd;
  border: 1px solid #2d4d33;
  box-shadow: none;
}
.pfv-press-outline:hover {
  background: transparent;
  border-color: #2e5bff;
  color: #fdfdfd;
  box-shadow: none;
}

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

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

.pfv-navbar {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 1000;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 4.75rem;
  background: #122615;
  border-top: 1px solid #1c3622;
}
.pfv-navbar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .25rem;
  flex: 1 1 0;
  padding: .5rem 0;
  font-size: 0.75rem;
  color: #bdbdbd;
}
.pfv-navbar-item i {
  font-size: 1.25rem;
}
.pfv-navbar-item:hover {
  color: #ff8c32;
}

main > section.pfv-zone {
  background: #122615;
  padding-block: 4.5rem;
  margin-inline: -3.1915%;
  padding-inline: 3%;
}
@media (max-width: 48rem) {
  main > section.pfv-zone {
    padding-block: 2.5rem;
  }
}
.pfv-intro {
  background: linear-gradient(180deg, #183248 0%, #0a1b0c 100%);
  padding-block: 4.5rem;
  text-align: center;
  margin-inline: -3.1915%;
  padding-inline: 3%;
}
@media (max-width: 48rem) {
  .pfv-intro {
    padding-block: 2.5rem;
  }
}

.pfv-faq {
  background: linear-gradient(180deg, #1b331e 0%, #122615 100%);
  border: 1px solid #1c3622;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(4, 12, 5, 0.5), 0 16px 32px rgba(4, 12, 5, 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;
}
.pfv-faq + .pfv-faq {
  margin-block-start: 1rem;
}
.pfv-faq[open] {
  border-color: #2e5bff;
}
.pfv-faq-q {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 2rem;
  cursor: pointer;
  list-style: none;
}
.pfv-faq-q::-webkit-details-marker {
  display: none;
}
.pfv-faq-q h3 {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
}
.pfv-faq-q::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  flex: 0 0 auto;
  color: #ff8c32;
  transition: transform 200ms;
}
.pfv-faq[open] .pfv-faq-q::after {
  transform: rotate(180deg);
}
.pfv-faq-a {
  margin: 0;
  padding: 0 2rem 2rem;
}
@media (max-width: 48rem) {
  .pfv-faq-q {
    padding: 1.25rem;
  }
  .pfv-faq-a {
    padding: 0 1.25rem 1.25rem;
  }
}

.pfv-pill {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .4rem 1rem;
  border-radius: 9999px;
  background: #1b331e;
  border: 1px solid #2d4d33;
  color: #fdfdfd;
  font-size: 0.875rem;
}
.pfv-pill > i {
  color: #ff8c32;
}

.pfv-disc, .pfv-disc-success, .pfv-disc-warning, .pfv-disc-error, .pfv-disc-info {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #2e5bff 0%, #4d7bff 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-weight: 700;
}
.pfv-disc-success {
  background: #4ade80;
  color: #fff;
}
.pfv-disc-warning {
  background: #fbbf24;
  color: #fff;
}
.pfv-disc-error {
  background: #f87171;
  color: #fff;
}
.pfv-disc-info {
  background: #60a5fa;
  color: #fff;
}

.pfv-notice, .pfv-notice-warning, .pfv-notice-info, .pfv-notice-success, .pfv-notice-error {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  border-radius: 10px;
  background: #122615;
  border: 1px solid #1c3622;
  border-left: 4px solid #ff8c32;
}
.pfv-notice > i, .pfv-notice-warning > i, .pfv-notice-info > i, .pfv-notice-success > i, .pfv-notice-error > i {
  flex: 0 0 auto;
  margin-top: .2em;
  color: #ff8c32;
}
.pfv-notice-success {
  border-left-color: #4ade80;
}
.pfv-notice-warning {
  border-left-color: #fbbf24;
}
.pfv-notice-error {
  border-left-color: #f87171;
}
.pfv-notice-info {
  border-left-color: #60a5fa;
}
.pfv-notice-success > i {
  color: #4ade80;
}
.pfv-notice-warning > i {
  color: #fbbf24;
}
.pfv-notice-error > i {
  color: #f87171;
}
.pfv-notice-info > i {
  color: #60a5fa;
}

.pfv-plate {
  background: linear-gradient(180deg, #1b331e 0%, #122615 100%);
  border: 1px solid #1c3622;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(4, 12, 5, 0.5), 0 16px 32px rgba(4, 12, 5, 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;
}
.pfv-plate:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 4px rgba(4, 12, 5, 0.5), 0 24px 48px rgba(4, 12, 5, 0.5), inset 0 1px 0 rgba(255,255,255,.06);
}
@media (max-width: 48rem) {
  .pfv-plate {
    padding: 1.25rem;
  }
}
.pfv-plate > img {
  width: 100%;
  height: auto;
  display: block;
}

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

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

.pfv-route {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
  padding: 1rem 0;
  font-size: 0.875rem;
  color: #e0e0e0;
}
.pfv-route a {
  color: #b3d1ff;
}
.pfv-route span {
  color: #fdfdfd;
}

.pfv-headline {
  position: relative;
}
.pfv-headline::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 3px;
  background: #ff8c32;
  border-radius: 2px;
  margin-bottom: .6rem;
}

.pfv-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;
}
.pfv-scroller::-webkit-scrollbar {
  display: none;
}
.pfv-scroller-link {
  flex: 0 0 auto;
  white-space: nowrap;
  padding: .5rem 1rem;
  border-radius: 6px;
  background: #122615;
  border: 1px solid #1c3622;
  color: #e0e0e0;
  font-size: 0.875rem;
  transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms;
}
.pfv-scroller-link:hover {
  border-color: #2e5bff;
  color: #fdfdfd;
}

.pfv-sheet-wrap {
  background: linear-gradient(180deg, #1b331e 0%, #122615 100%);
  border: 1px solid #1c3622;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(4, 12, 5, 0.5), 0 16px 32px rgba(4, 12, 5, 0.4), inset 0 1px 0 rgba(255,255,255,.06);
  overflow-x: auto;
  max-width: 100%;
}
.pfv-sheet {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.pfv-sheet th, .pfv-sheet td {
  padding: 1rem;
  text-align: start;
  border-bottom: 1px solid #1c3622;
  vertical-align: top;
}
.pfv-sheet thead th {
  background: #1b331e;
  color: #fdfdfd;
  font-weight: 600;
}
.pfv-sheet tbody tr:last-child td {
  border-bottom: 0;
}
.pfv-sheet td:first-child {
  color: #bdbdbd;
  font-weight: 600;
}

/* page */
.pfv-provider-name {
            font-weight: 700;
            letter-spacing: 0.02em;
            color: var(--text-primary);
        }
