/* overflow-guard */
:root {
  --brand-primary: #006D77;
  --brand-primary-hover: #00838C;
  --brand-secondary: #8E9AAF;
  --brand-secondary-hover: #A3B1C6;
  --brand-accent: #FF6B6B;
  --background-main: #0C0F1D;
  --background-surface: #161A2C;
  --background-elevated: #21263D;
  --background-overlay: rgba(12, 15, 29, 0.75);
  --text-primary: #F8F9FA;
  --text-secondary: #D1D5DB;
  --text-muted: #B0B3B8;
  --text-brand-contrast: #FFFFFF;
  --text-link: #BFE7F2;
  --text-link-hover: #DDF5FF;
  --button-bg: #FF6B6B;
  --button-text: #FFFFFF;
  --button-hover-bg: #FF4D4D;
  --button-hover-text: #FFFFFF;
  --semantic-success: #4CAF50;
  --success: #4CAF50;
  --semantic-error: #F44336;
  --error: #F44336;
  --semantic-warning: #FFB300;
  --warning: #FFB300;
  --semantic-info: #2196F3;
  --info: #2196F3;
  --border-default: #1E243B;
  --border-strong: #2D3552;
  --border-brand: #006D77;
  --font-family-headings: Noto Serif Bengali, Playfair Display, serif;
  --font-family-body: Noto Sans Bengali, Source Sans 3, 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.3;
  --line-height-body: 1.65;
  --letter-spacing-heading: 0;
  --letter-spacing-body: 0;
  --spacing-section-desktop: 3.5rem;
  --section-desktop: 3.5rem;
  --spacing-item-desktop: 1.25rem;
  --item-desktop: 1.25rem;
  --spacing-section-mobile: 2rem;
  --section-mobile: 2rem;
  --spacing-item-mobile: 1rem;
  --item-mobile: 1rem;
  --spacing-container-pad-desktop: 2rem;
  --container-pad-desktop: 2rem;
  --spacing-container-pad-mobile: 1rem;
  --container-pad-mobile: 1rem;
  --spacing-card-pad-desktop: 1.5rem;
  --card-pad-desktop: 1.5rem;
  --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: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --radius-pill: 9999px;
  --shadow-card: 0 1px 2px rgba(5, 7, 13, 0.5), 0 16px 32px rgba(5, 7, 13, 0.4);
  --shadow-elevated: 0 2px 4px rgba(5, 7, 13, 0.5), 0 24px 48px rgba(5, 7, 13, 0.5);
  --shadow-glow: 0 0 0 1px rgba(255, 107, 107, 0.35), 0 6px 18px rgba(255, 107, 107, 0.35);
  --shadow-inset: inset 0 1px 0 rgba(255,255,255,.06);
  --gradient-brand: linear-gradient(135deg, #006D77 0%, #00838C 100%);
  --gradient-hero: linear-gradient(180deg, #112C3C 0%, #0C0F1D 100%);
  --gradient-surface: linear-gradient(180deg, #21263D 0%, #161A2C 100%);
  --gradient-button: linear-gradient(135deg, #D15858 0%, #FF6B6B 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: #0C0F1D;
  color: #D1D5DB;
  font-family: Noto Sans Bengali, Source Sans 3, 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: Noto Serif Bengali, Playfair Display, serif;
  line-height: 1.3;
  letter-spacing: 0;
  color: #F8F9FA;
}
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: #D1D5DB;
}
ul, ol {
  margin: 0;
}
a {
  color: #BFE7F2;
  text-decoration: none;
  transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms;
}
a:hover {
  color: #DDF5FF;
}
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 2px solid #FF6B6B;
  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: 3.5rem;
}
main > section > * + *, main > article > * + *, .holder > * + *, .reading > * + *, .flow > * + *, .flow-center > * + * {
  margin-block-start: 1.25rem;
}
@media (max-width: 48rem) {
  main > section {
    padding-block: 2rem;
  }
  main > section > * + *, main > article > * + *, .holder > * + *, .reading > * + *, .flow > * + *, .flow-center > * + * {
    margin-block-start: 1rem;
  }
}

.sub {
  font-size: 0.875rem;
}
.dim {
  color: #B0B3B8;
}
.centered {
  text-align: center;
}
.shade-accent {
  color: #FF6B6B;
}
.shade-success {
  color: #4CAF50;
}
.shade-warning {
  color: #FFB300;
}
.shade-error {
  color: #F44336;
}
.shade-info {
  color: #2196F3;
}

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

.reveal {
  background: linear-gradient(180deg, #21263D 0%, #161A2C 100%);
  border: 1px solid #1E243B;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(5, 7, 13, 0.5), 0 16px 32px rgba(5, 7, 13, 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;
}
.reveal + .reveal {
  margin-block-start: 1rem;
}
.reveal[open] {
  border-color: #006D77;
}
.reveal-q {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  cursor: pointer;
  list-style: none;
}
.reveal-q::-webkit-details-marker {
  display: none;
}
.reveal-q h3 {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
}
.reveal-q::after {
  content: "\f0d7";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  flex: 0 0 auto;
  color: #FF6B6B;
  transition: transform 200ms;
}
.reveal[open] .reveal-q::after {
  transform: rotate(180deg);
}
.reveal-a {
  margin: 0;
  padding: 0 1.5rem 1.5rem;
}
@media (max-width: 48rem) {
  .reveal-q {
    padding: 1rem;
  }
  .reveal-a {
    padding: 0 1rem 1rem;
  }
}

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

.plate {
  background: linear-gradient(180deg, #21263D 0%, #161A2C 100%);
  border: 1px solid #1E243B;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(5, 7, 13, 0.5), 0 16px 32px rgba(5, 7, 13, 0.4), inset 0 1px 0 rgba(255,255,255,.06);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms;
}
.plate:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 4px rgba(5, 7, 13, 0.5), 0 24px 48px rgba(5, 7, 13, 0.5), inset 0 1px 0 rgba(255,255,255,.06);
}
@media (max-width: 48rem) {
  .plate {
    padding: 1rem;
  }
}
.plate > img {
  width: 100%;
  height: auto;
  display: block;
}

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

.cta, .cta-sm, .cta-full, .cta-outline {
  background: linear-gradient(135deg, #D15858 0%, #FF6B6B 100%);
  color: #FFFFFF;
  border-radius: 9999px;
  min-height: 44px;
  font-weight: 700;
  box-shadow: 0 6px 16px rgba(255, 107, 107, 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;
}
.cta:hover, .cta-sm:hover, .cta-full:hover, .cta-outline:hover {
  background: #FF4D4D;
  box-shadow: 0 8px 22px rgba(255, 107, 107, 0.4);
}
.cta-sm {
  min-height: 36px;
  padding: 0 1rem;
  font-size: 0.875rem;
}
.cta-full {
  display: flex;
  width: 100%;
}
.cta-outline {
  background: transparent;
  background-image: none;
  color: #F8F9FA;
  border: 1px solid #2D3552;
  box-shadow: none;
}
.cta-outline:hover {
  background: transparent;
  border-color: #006D77;
  color: #F8F9FA;
  box-shadow: none;
}

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
  padding: 1rem 0;
  font-size: 0.875rem;
  color: #D1D5DB;
}
.breadcrumb a {
  color: #BFE7F2;
}
.breadcrumb span {
  color: #F8F9FA;
}

.dock {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 1000;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 4.75rem;
  background: #161A2C;
  border-top: 1px solid #1E243B;
}
.dock-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .25rem;
  flex: 1 1 0;
  padding: .5rem 0;
  font-size: 0.75rem;
  color: #B0B3B8;
}
.dock-item i {
  font-size: 1.25rem;
}
.dock-item:hover {
  color: #FF6B6B;
}

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

main > section.band {
  background: #161A2C;
  padding-block: 3.5rem;
}
@media (max-width: 48rem) {
  main > section.band {
    padding-block: 2rem;
  }
}
.splash {
  background: linear-gradient(180deg, #112C3C 0%, #0C0F1D 100%);
  padding-block: 3.5rem;
  text-align: center;
  margin-inline: -3.1915%;
  padding-inline: 3%;
}
@media (max-width: 48rem) {
  .splash {
    padding-block: 2rem;
  }
}

.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;
}
.ticker::-webkit-scrollbar {
  display: none;
}
.ticker-link {
  flex: 0 0 auto;
  white-space: nowrap;
  padding: .5rem 1rem;
  border-radius: 6px;
  background: #161A2C;
  border: 1px solid #1E243B;
  color: #D1D5DB;
  font-size: 0.875rem;
  transition: color 150ms, background-color 150ms, box-shadow 150ms, border-color 150ms, transform 150ms;
}
.ticker-link:hover {
  border-color: #006D77;
  color: #F8F9FA;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .4rem 1rem;
  border-radius: 9999px;
  background: #21263D;
  border: 1px solid #2D3552;
  color: #F8F9FA;
  font-size: 0.875rem;
}
.chip > i {
  color: #FF6B6B;
}

.medal, .medal-success, .medal-warning, .medal-error, .medal-info {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #006D77 0%, #00838C 100%);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-weight: 700;
}
.medal-success {
  background: #4CAF50;
  color: #FFF;
}
.medal-warning {
  background: #FFB300;
  color: #FFF;
}
.medal-error {
  background: #F44336;
  color: #FFF;
}
.medal-info {
  background: #2196F3;
  color: #FFF;
}

.sheet-wrap {
  background: linear-gradient(180deg, #21263D 0%, #161A2C 100%);
  border: 1px solid #1E243B;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(5, 7, 13, 0.5), 0 16px 32px rgba(5, 7, 13, 0.4), inset 0 1px 0 rgba(255,255,255,.06);
  overflow-x: auto;
  max-width: 100%;
}
.sheet {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.sheet th, .sheet td {
  padding: 1rem;
  text-align: start;
  border-bottom: 1px solid #1E243B;
  vertical-align: top;
}
.sheet thead th {
  background: #21263D;
  color: #F8F9FA;
  font-weight: 600;
}
.sheet tbody tr:last-child td {
  border-bottom: 0;
}
.sheet td:first-child {
  color: #B0B3B8;
  font-weight: 600;
}

.holder {
  width: 100%;
  max-width: 80rem;
  margin-inline: auto;
}
.reading {
  max-width: 66ch;
  margin-inline: auto;
}
.flow, .flow-center {
  display: block;
}
.flow-center {
  text-align: center;
}
.inline, .inline-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.inline-center {
  justify-content: center;
}
.cells {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
  gap: 1.25rem;
}
.shelf {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.picks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 48rem) {
  .shelf {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
  }
  .picks {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }
}
.points {
  list-style: none;
  padding: 0;
}
.points > li {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
}
.points > li + li {
  margin-block-start: .75rem;
}
.points > li > i {
  flex: 0 0 1.25rem;
  text-align: center;
  margin-top: .2em;
  color: #FF6B6B;
}

.notice, .notice-warning, .notice-info, .notice-success, .notice-error {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  border-radius: 10px;
  background: #161A2C;
  border: 1px solid #1E243B;
  border-left: 4px solid #FF6B6B;
}
.notice > i, .notice-warning > i, .notice-info > i, .notice-success > i, .notice-error > i {
  flex: 0 0 auto;
  margin-top: .2em;
  color: #FF6B6B;
}
.notice-success {
  border-left-color: #4CAF50;
}
.notice-warning {
  border-left-color: #FFB300;
}
.notice-error {
  border-left-color: #F44336;
}
.notice-info {
  border-left-color: #2196F3;
}
.notice-success > i {
  color: #4CAF50;
}
.notice-warning > i {
  color: #FFB300;
}
.notice-error > i {
  color: #F44336;
}
.notice-info > i {
  color: #2196F3;
}

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