/* overflow-guard */
:root {
  --brand-primary: #1B5E42;
  --brand-primary-hover: #247A55;
  --brand-secondary: #C8D5B9;
  --brand-secondary-hover: #B5C2A4;
  --brand-accent: #FFB366;
  --background-main: #0A1C16;
  --background-surface: #11271D;
  --background-elevated: #183126;
  --background-overlay: rgba(10, 28, 22, 0.8);
  --text-primary: #FDFBFA;
  --text-secondary: #E2E2E2;
  --text-muted: #BDBDBD;
  --text-brand-contrast: #FFFFFF;
  --text-link: #FFE4C4;
  --text-link-hover: #FFF5E6;
  --button-bg: #FFB366;
  --button-text: #1A1A1A;
  --button-hover-bg: #FFC991;
  --button-hover-text: #1A1A1A;
  --semantic-success: #4CAF50;
  --success: #4CAF50;
  --semantic-error: #EF5350;
  --error: #EF5350;
  --semantic-warning: #FFB74D;
  --warning: #FFB74D;
  --semantic-info: #64B5F6;
  --info: #64B5F6;
  --border-default: #1B362B;
  --border-strong: #2A4D3E;
  --border-brand: #1B5E42;
  --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: 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.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: 76rem;
  --content-max-width: 76rem;
  --spacing-reading-max-width: 64ch;
  --reading-max-width: 64ch;
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-pill: 9999px;
  --shadow-card: 0 8px 24px rgba(4, 13, 10, 0.4);
  --shadow-elevated: 0 12px 32px rgba(4, 13, 10, 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, #1B5E42 0%, #247A55 100%);
  --gradient-hero: linear-gradient(180deg, #133325 0%, #0A1C16 100%);
  --gradient-surface: linear-gradient(135deg, #11271D 0%, #183126 100%);
  --gradient-button: linear-gradient(135deg, #D19354 0%, #FFB366 100%);
  --effects-accent-bar: #FFB366;
  --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: #0A1C16;
  color: #E2E2E2;
  font-family: Noto Sans Bengali, Barlow, sans-serif;
  font-weight: 400;
  line-height: 1.55;
  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.25;
  letter-spacing: 0;
  color: #FDFBFA;
}
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: #FFE4C4;
  text-decoration: none;
  transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms;
}
a:hover {
  color: #FFF5E6;
}
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: 2.5rem;
}
main > section > * + *, main > article > * + *, .nk-frame > * + *, .nk-narrow > * + *, .nk-column > * + *, .nk-column-center > * + * {
  margin-block-start: 1rem;
}
@media (max-width: 48rem) {
  main > section {
    padding-block: 1.5rem;
  }
  main > section > * + *, main > article > * + *, .nk-frame > * + *, .nk-narrow > * + *, .nk-column > * + *, .nk-column-center > * + * {
    margin-block-start: 0.75rem;
  }
}

.nk-route {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
  padding: 1rem 0;
  font-size: 0.875rem;
  color: #E2E2E2;
}
.nk-route a {
  color: #FFE4C4;
}
.nk-route span {
  color: #FDFBFA;
}

.nk-table-wrap {
  background: rgba(24, 49, 38, 0.65);
  border: 1px solid #1B362B;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(4, 13, 10, 0.4), inset 0 1px 0 rgba(255,255,255,.06);
  border-top: 3px solid #FFB366;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  overflow-x: auto;
  max-width: 100%;
}
.nk-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.nk-table th, .nk-table td {
  padding: 0.75rem;
  text-align: start;
  border-bottom: 1px solid #1B362B;
  vertical-align: top;
}
.nk-table thead th {
  background: #183126;
  color: #FDFBFA;
  font-weight: 600;
}
.nk-table tbody tr:last-child td {
  border-bottom: 0;
}
.nk-table td:first-child {
  color: #BDBDBD;
  font-weight: 600;
}

.nk-token {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .4rem 1rem;
  border-radius: 9999px;
  background: #183126;
  border: 1px solid #2A4D3E;
  color: #FDFBFA;
  font-size: 0.875rem;
}
.nk-token > i {
  color: #FFB366;
}

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

.nk-medal, .nk-medal-success, .nk-medal-warning, .nk-medal-error, .nk-medal-info {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #1B5E42 0%, #247A55 100%);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-weight: 700;
}
.nk-medal-success {
  background: #4CAF50;
  color: #FFF;
}
.nk-medal-warning {
  background: #FFB74D;
  color: #FFF;
}
.nk-medal-error {
  background: #EF5350;
  color: #FFF;
}
.nk-medal-info {
  background: #64B5F6;
  color: #FFF;
}

.nk-memo, .nk-memo-warning, .nk-memo-info, .nk-memo-success, .nk-memo-error {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  border-radius: 16px;
  background: #11271D;
  border: 1px solid #1B362B;
  border-left: 4px solid #FFB366;
}
.nk-memo > i, .nk-memo-warning > i, .nk-memo-info > i, .nk-memo-success > i, .nk-memo-error > i {
  flex: 0 0 auto;
  margin-top: .2em;
  color: #FFB366;
}
.nk-memo-success {
  border-left-color: #4CAF50;
}
.nk-memo-warning {
  border-left-color: #FFB74D;
}
.nk-memo-error {
  border-left-color: #EF5350;
}
.nk-memo-info {
  border-left-color: #64B5F6;
}
.nk-memo-success > i {
  color: #4CAF50;
}
.nk-memo-warning > i {
  color: #FFB74D;
}
.nk-memo-error > i {
  color: #EF5350;
}
.nk-memo-info > i {
  color: #64B5F6;
}

.nk-fold {
  background: rgba(24, 49, 38, 0.65);
  border: 1px solid #1B362B;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(4, 13, 10, 0.4), inset 0 1px 0 rgba(255,255,255,.06);
  border-top: 3px solid #FFB366;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms;
}
.nk-fold + .nk-fold {
  margin-block-start: 0.75rem;
}
.nk-fold[open] {
  border-color: #1B5E42;
}
.nk-fold-q {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  cursor: pointer;
  list-style: none;
}
.nk-fold-q::-webkit-details-marker {
  display: none;
}
.nk-fold-q h3 {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
}
.nk-fold-q::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  flex: 0 0 auto;
  color: #FFB366;
  transition: transform 200ms;
}
.nk-fold[open] .nk-fold-q::after {
  transform: rotate(180deg);
}
.nk-fold-a {
  margin: 0;
  padding: 0 1rem 1rem;
}
@media (max-width: 48rem) {
  .nk-fold-q {
    padding: 1rem;
  }
  .nk-fold-a {
    padding: 0 1rem 1rem;
  }
}

.nk-cta, .nk-cta-sm, .nk-cta-full, .nk-cta-outline {
  background: linear-gradient(135deg, #D19354 0%, #FFB366 100%);
  color: #1A1A1A;
  border-radius: 16px;
  min-height: 44px;
  font-weight: 700;
  box-shadow: 0 6px 16px rgba(255, 179, 102, 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 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms;
}
.nk-cta:hover, .nk-cta-sm:hover, .nk-cta-full:hover, .nk-cta-outline:hover {
  background: #FFC991;
  box-shadow: 0 8px 22px rgba(255, 179, 102, 0.4);
}
.nk-cta-sm {
  min-height: 36px;
  padding: 0 1rem;
  font-size: 0.875rem;
}
.nk-cta-full {
  display: flex;
  width: 100%;
}
.nk-cta-outline {
  background: transparent;
  background-image: none;
  color: #FDFBFA;
  border: 1px solid #2A4D3E;
  box-shadow: none;
}
.nk-cta-outline:hover {
  background: transparent;
  border-color: #1B5E42;
  color: #FDFBFA;
  box-shadow: none;
}

.nk-title {
  text-transform: uppercase;
  letter-spacing: .04em;
}

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

.nk-jumpbar {
  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;
}
.nk-jumpbar::-webkit-scrollbar {
  display: none;
}
.nk-jumpbar-link {
  flex: 0 0 auto;
  white-space: nowrap;
  padding: .5rem 1rem;
  border-radius: 8px;
  background: #11271D;
  border: 1px solid #1B362B;
  color: #E2E2E2;
  font-size: 0.875rem;
  transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms;
}
.nk-jumpbar-link:hover {
  border-color: #1B5E42;
  color: #FDFBFA;
}

.nk-cover {
  background: rgba(24, 49, 38, 0.65);
  border: 1px solid #1B362B;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(4, 13, 10, 0.4), inset 0 1px 0 rgba(255,255,255,.06);
  border-top: 3px solid #FFB366;
  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;
}
.nk-cover:hover {
  border-color: #1B5E42;
  box-shadow: 0 12px 32px rgba(4, 13, 10, 0.5), inset 0 1px 0 rgba(255,255,255,.06);
}
.nk-cover-media {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.nk-cover-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 200ms;
}
.nk-cover:hover .nk-cover-media img {
  transform: scale(1.04);
}
.nk-cover-play {
  position: absolute;
  top: .5rem;
  right: .5rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #FFB366;
  color: #1A1A1A;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 150ms;
}
.nk-cover:hover .nk-cover-play, .nk-cover:focus-visible .nk-cover-play {
  opacity: 1;
}
@media (hover: none) {
  .nk-cover-play {
    opacity: 1;
  }
}
.nk-cover {
  position: relative;
}
.nk-cover-name {
  position: absolute;
  inset: auto 0 0 0;
  padding: .6rem .75rem;
  background: linear-gradient(180deg, transparent 0%, rgba(10, 28, 22, 0.8) 100%);
}
.nk-cover-name h3 {
  margin: 0;
  font-size: 0.875rem;
  color: #FDFBFA;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 48rem) {
  .nk-cover-name h3 {
    white-space: normal;
  }
}

.nk-dock {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 1000;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 4.5rem;
  background: #11271D;
  border-top: 1px solid #1B362B;
}
.nk-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;
}
.nk-dock-item i {
  font-size: 1.25rem;
}
.nk-dock-item:hover {
  color: #FFB366;
}

.nk-sub {
  font-size: 0.875rem;
}
.nk-muted {
  color: #BDBDBD;
}
.nk-centered {
  text-align: center;
}
.nk-tone-accent {
  color: #FFB366;
}
.nk-tone-success {
  color: #4CAF50;
}
.nk-tone-warning {
  color: #FFB74D;
}
.nk-tone-error {
  color: #EF5350;
}
.nk-tone-info {
  color: #64B5F6;
}

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

main > section.nk-zone {
  background: linear-gradient(180deg, #11271D 0%, #0A1C16 100%);
  padding-block: 2.5rem;
}
@media (max-width: 48rem) {
  main > section.nk-zone {
    padding-block: 1.5rem;
  }
}
.nk-hero {
  background: linear-gradient(180deg, #133325 0%, #0A1C16 100%);
  padding-block: 2.5rem;
  text-align: center;
  margin-inline: -3.1915%;
  padding-inline: 3%;
}
@media (max-width: 48rem) {
  .nk-hero {
    padding-block: 1.5rem;
  }
}

.nk-panel {
  background: rgba(24, 49, 38, 0.65);
  border: 1px solid #1B362B;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(4, 13, 10, 0.4), inset 0 1px 0 rgba(255,255,255,.06);
  border-top: 3px solid #FFB366;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: color 200ms, background-color 200ms, box-shadow 200ms, border-color 200ms, transform 200ms;
}
.nk-panel:hover {
  border-color: #1B5E42;
  box-shadow: 0 12px 32px rgba(4, 13, 10, 0.5), inset 0 1px 0 rgba(255,255,255,.06);
}
@media (max-width: 48rem) {
  .nk-panel {
    padding: 1rem;
  }
}
.nk-panel > img {
  width: 100%;
  height: auto;
  display: block;
}

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

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