/*
  Nightfall Market SellAuth theme.
  Presentation-only CSS. SellAuth routes, forms, product data, checkout,
  auth, cart, and invoice logic remain inside the original template hooks.
*/

:root {
  --nf-bg: #050308;
  --nf-bg-2: #08040d;
  --nf-card: rgba(16, 10, 24, 0.82);
  --nf-card-2: rgba(19, 13, 29, 0.86);
  --nf-card-3: rgba(27, 18, 42, 0.76);
  --nf-border: rgba(190, 140, 255, 0.14);
  --nf-border-2: rgba(190, 140, 255, 0.24);
  --nf-text: #faf7ff;
  --nf-soft: #d9cdee;
  --nf-muted: #9c8dad;
  --nf-faint: rgba(250, 247, 255, 0.48);
  --nf-purple: #8b5cf6;
  --nf-purple-2: #b982ff;
  --nf-purple-3: #5b21b6;
  --nf-green: #77e0a2;
  --nf-red: #ff6b8a;
  --nf-width: 1180px;
  --nf-pad: 24px;
  --nf-pad-mobile: 16px;
  --nf-radius-sm: 14px;
  --nf-radius: 20px;
  --nf-radius-lg: 24px;
  --nf-shadow: 0 22px 70px rgba(0, 0, 0, 0.38);
  --nf-glow: 0 0 42px rgba(139, 92, 246, 0.18);
}

/* Nightfall QA polish pass */
.nf-hero-search {
  display: none !important;
}

.nf-hero-content {
  padding-bottom: clamp(46px, 7vw, 84px);
}

.nf-category-strip {
  margin-top: 26px;
  gap: 9px 18px;
}

.nf-category-strip span {
  font-weight: 760;
  letter-spacing: 0;
}

.nf-signal-panel {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  max-width: 1000px;
  margin: 0 auto;
}

.nf-signal-copy,
.nf-stat-card {
  border: 1px solid rgba(190, 140, 255, .16);
  background:
    radial-gradient(circle at 18% 0%, rgba(185, 130, 255, .14), transparent 16rem),
    rgba(13, 8, 20, .74);
  border-radius: 18px;
  box-shadow: 0 16px 42px rgba(0, 0, 0, .24);
}

.nf-signal-copy {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 210px;
}

.nf-signal-copy span {
  color: var(--nf-purple-2);
  font-size: .72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.nf-signal-copy strong {
  display: block;
  max-width: 360px;
  margin-top: 18px;
  color: var(--nf-text);
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.nf-signal-copy p {
  max-width: 420px;
  margin: 18px 0 0;
  color: rgba(250, 247, 255, .58);
  line-height: 1.65;
}

.nf-signal-panel .nf-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.nf-signal-panel .nf-stat-card {
  min-height: 98px;
  padding: 18px;
}

.nf-signal-panel .nf-stat-card strong {
  font-size: clamp(1.8rem, 3.4vw, 2.55rem);
  line-height: 1;
}

.nf-signal-panel .nf-stat-card span {
  margin-top: 8px;
  color: rgba(250, 247, 255, .68);
  font-size: .88rem;
}

.nf-legal-page {
  padding-top: clamp(58px, 8vw, 96px);
}

.nf-legal-head {
  grid-template-columns: minmax(0, .72fr) minmax(280px, .45fr);
  align-items: center;
  margin-bottom: 24px;
}

.nf-legal-card {
  display: grid;
  gap: 18px;
  border-color: rgba(190, 140, 255, .18);
  background:
    linear-gradient(180deg, rgba(17, 10, 26, .9), rgba(8, 5, 13, .94)),
    radial-gradient(circle at 12% 0%, rgba(139, 92, 246, .16), transparent 18rem);
}

.nf-legal-card.editor h2 {
  margin: 20px 0 0;
  color: var(--nf-text);
  font-size: 1.05rem;
  line-height: 1.25;
}

.nf-legal-card.editor p {
  margin: 0;
  max-width: 74ch;
}

.nf-legal-card.editor ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.nf-legal-card.editor li {
  position: relative;
  padding-left: 18px;
}

.nf-legal-card.editor li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .7em;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--nf-purple-2);
  box-shadow: 0 0 14px rgba(185, 130, 255, .5);
}

.nf-footer-col a[href*="instagram"],
.nf-social-card[href*="instagram"] {
  display: none !important;
}

.nf-quantity-control {
  display: grid !important;
  grid-template-columns: 44px minmax(0, 1fr) 44px !important;
  align-items: stretch;
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(190, 140, 255, .18);
  border-radius: 12px !important;
  background: rgba(8, 5, 13, .58);
  overflow: hidden;
}

.nf-quantity-control button {
  width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: rgba(250, 247, 255, .06) !important;
  color: var(--nf-text) !important;
  box-shadow: none !important;
}

.nf-quantity-control button:hover:not(:disabled) {
  background: rgba(139, 92, 246, .28) !important;
}

.nf-quantity-control input {
  width: 100% !important;
  min-width: 0 !important;
  height: 44px !important;
  padding: 0 14px !important;
  border: 0 !important;
  background: rgba(19, 13, 29, .76) !important;
  text-align: left !important;
  color: var(--nf-text) !important;
  font-weight: 760;
  appearance: textfield;
}

.nf-quantity-control input::-webkit-outer-spin-button,
.nf-quantity-control input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

.nf-purchase-form form > div > .flex.flex-col.gap-4.lg\:flex-row {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 900px) {
  .nf-signal-panel,
  .nf-legal-head {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .nf-signal-panel .nf-stat-grid,
  .nf-purchase-form form > div > .flex.flex-col.gap-4.lg\:flex-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .nf-legal-card {
    padding: 22px;
  }
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--nf-bg);
  scrollbar-color: rgba(139, 92, 246, .55) rgba(255, 255, 255, .04);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body.nf-body,
body {
  min-width: 320px;
  overflow-x: hidden;
  color: var(--nf-text);
  background:
    radial-gradient(circle at 14% 6%, rgba(139, 92, 246, .16), transparent 28rem),
    radial-gradient(circle at 82% 10%, rgba(185, 130, 255, .12), transparent 24rem),
    linear-gradient(180deg, var(--nf-bg) 0%, var(--nf-bg-2) 52%, var(--nf-bg) 100%) !important;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html.nf-menu-open,
html.nf-menu-open body {
  overflow: hidden !important;
  overscroll-behavior: none;
}

a,
button,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}

button,
a,
[role="button"] {
  touch-action: manipulation;
}

.nf-background {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  overflow: hidden;
}

.nf-background::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .28;
  background-image:
    linear-gradient(rgba(255, 255, 255, .02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .02) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, .48) 55%, transparent 94%);
}

.nf-background::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .26;
  background:
    radial-gradient(circle at 12% 24%, rgba(255,255,255,.08) 0 1px, transparent 1px),
    radial-gradient(circle at 72% 18%, rgba(255,255,255,.06) 0 1px, transparent 1px),
    radial-gradient(circle at 86% 70%, rgba(255,255,255,.06) 0 1px, transparent 1px);
  background-size: 190px 190px, 260px 260px, 340px 340px;
  animation: nf-drift 32s linear infinite;
}

.nf-background span {
  position: absolute;
  width: 34rem;
  height: 34rem;
  border-radius: 999px;
  filter: blur(92px);
  opacity: .22;
  background: rgba(139, 92, 246, .34);
}

.nf-background span:nth-child(1) { left: -12rem; top: 7rem; }
.nf-background span:nth-child(2) { right: -14rem; top: 24rem; background: rgba(185, 130, 255, .26); }
.nf-background span:nth-child(3) { left: 30%; bottom: -18rem; background: rgba(91, 33, 182, .32); }

@keyframes nf-drift {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-34px, 24px, 0); }
}

::selection {
  color: white;
  background: rgba(139, 92, 246, .72);
}

[x-cloak] {
  display: none !important;
}

.nf-section,
.nf-product-card,
.nf-feedback-card,
.nf-content-card,
.nf-cart-item,
.nf-cart-summary,
.nf-mobile-menu {
  backface-visibility: hidden;
}

.nf-product-card,
.nf-feedback-card,
.nf-nav-cta,
.nf-hero-actions a,
.nf-mobile-trigger,
.nf-mobile-menu {
  transform: translateZ(0);
}

@supports (content-visibility: auto) {
  .nf-section:not(.nf-hero):not(.nf-navbar):not(.nf-announcement),
  .nf-footer {
    content-visibility: auto;
    contain-intrinsic-size: 1px 720px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
}

.container {
  width: min(100% - calc(var(--nf-pad) * 2), var(--nf-width)) !important;
  max-width: var(--nf-width) !important;
  margin-inline: auto !important;
  padding-inline: 0 !important;
}

.nf-announcement {
  position: relative;
  z-index: 90;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background:
    linear-gradient(90deg, rgba(78, 32, 143, .96), rgba(148, 85, 246, .96), rgba(86, 37, 166, .96));
  color: #fff;
  box-shadow: 0 12px 36px rgba(76, 29, 149, .24);
}

.nf-announcement-inner {
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 var(--nf-pad);
  font-size: .78rem;
  font-weight: 850;
  color: #fff;
  text-shadow: 0 1px 14px rgba(0, 0, 0, .32);
}

.nf-announcement-inner > div {
  width: min(100%, var(--nf-width));
}

.nf-announcement a,
.nf-announcement p,
.nf-announcement span {
  color: inherit !important;
}

.component {
  position: relative;
}

.nf-section {
  padding: 72px 0;
}

.components > .component:first-child:not(.nf-hero) {
  padding-top: 72px;
}

h1, h2, h3, h4, p, a, button, input, select, textarea, label {
  letter-spacing: 0 !important;
}

h1, h2, h3, h4 {
  color: var(--nf-text) !important;
}

p {
  color: var(--nf-muted);
}

/* Navbar */
header {
  z-index: 70 !important;
}

.nf-navbar-shell {
  min-height: 76px;
  border-bottom: 1px solid rgba(190, 140, 255, .11);
  background: rgba(5, 3, 8, .78);
  backdrop-filter: blur(22px);
  box-shadow: 0 10px 34px rgba(0, 0, 0, .26);
}

.nf-navbar-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  min-height: 76px;
}

.nf-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: white;
  font-weight: 900;
  font-size: 1.22rem;
}

.nf-brand img {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border: 1px solid rgba(190, 140, 255, .24);
  border-radius: 13px;
  object-fit: cover;
  box-shadow: 0 0 26px rgba(139, 92, 246, .25);
}

.nf-brand span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nf-navlinks,
.nf-navbar-actions {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nf-navlinks {
  justify-content: center;
}

.nf-navbar-actions {
  justify-content: flex-end;
}

.nf-navlinks a,
.nf-nav-action,
.nf-nav-proof {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: rgba(250, 247, 255, .72);
  font-size: .9rem;
  font-weight: 800;
  transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}

.nf-navlinks a:hover,
.nf-navlinks a.is-active,
.nf-nav-action:hover {
  color: white;
  background: rgba(255, 255, 255, .055);
  border-color: rgba(190, 140, 255, .12);
}

.nf-nav-proof {
  gap: 7px;
  color: rgba(250, 247, 255, .68);
  border-color: rgba(190, 140, 255, .16);
  background: rgba(255, 255, 255, .045);
}

.nf-nav-proof i {
  color: var(--nf-purple-2);
}

.nf-nav-cta,
.nf-hero-actions a:first-child,
button[type="submit"],
form button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 15px;
  color: white !important;
  background: linear-gradient(135deg, var(--nf-purple), var(--nf-purple-2)) !important;
  box-shadow: 0 12px 34px rgba(139, 92, 246, .25);
  font-weight: 900;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.nf-nav-cta:hover,
.nf-hero-actions a:first-child:hover,
button[type="submit"]:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 16px 44px rgba(139, 92, 246, .34);
}

.nf-mobile-trigger {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(190, 140, 255, .14);
  border-radius: 13px;
  background: rgba(255, 255, 255, .055);
}

.nf-mobile-trigger span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: white;
  transition: transform .2s ease;
}

.nf-mobile-trigger .rotate-a { transform: translateY(6px) rotate(45deg); }
.nf-mobile-trigger .rotate-b { transform: translateY(-6px) rotate(-45deg); }

.nf-mobile-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  opacity: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, .58);
  backdrop-filter: blur(12px);
  transition: opacity .2s ease;
}

.nf-mobile-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

.nf-mobile-menu {
  position: fixed;
  top: 76px;
  left: 16px;
  right: 16px;
  z-index: 90;
  padding: 16px;
  border: 1px solid var(--nf-border-2);
  border-radius: 20px;
  background: rgba(10, 6, 16, .96);
  box-shadow: var(--nf-shadow);
  transform: translateY(-10px) scale(.98);
  opacity: 0;
  pointer-events: none;
  transition: transform .2s ease, opacity .2s ease;
}

.nf-mobile-menu.is-open {
  transform: translateY(0) scale(1);
  opacity: 1;
  pointer-events: auto;
}

.nf-mobile-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  font-weight: 900;
  margin-bottom: 12px;
}

.nf-mobile-menu-head button {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(190, 140, 255, .14);
  border-radius: 12px;
  background: rgba(255, 255, 255, .055);
  color: white;
}

.nf-mobile-menu-links {
  display: grid;
  gap: 8px;
}

.nf-mobile-menu-links a {
  min-height: 44px;
  padding: 12px 14px;
  border: 1px solid rgba(190, 140, 255, .12);
  border-radius: 14px;
  color: rgba(250, 247, 255, .78);
  background: rgba(255, 255, 255, .035);
  font-weight: 850;
}

.nf-mobile-menu-links a.is-active {
  color: white;
  border-color: rgba(190, 140, 255, .26);
  background: rgba(139, 92, 246, .16);
}

/* Hero */
.nf-hero {
  padding: 18px 0 0;
}

.nf-hero-panel {
  position: relative;
  width: min(100% - 24px, 1280px);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--nf-border);
  border-radius: 0 0 30px 30px;
  background:
    linear-gradient(180deg, rgba(29, 19, 46, .88), rgba(9, 5, 15, .9)),
    radial-gradient(circle at 50% 18%, rgba(139, 92, 246, .22), transparent 34rem);
  box-shadow: var(--nf-shadow);
}

.nf-hero-grid {
  position: absolute;
  inset: 0;
  opacity: .2;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(circle at center, #000 0%, transparent 72%);
}

.nf-hero-content {
  position: relative;
  z-index: 1;
  max-width: 880px;
  margin: 0 auto;
  padding: clamp(72px, 9vw, 104px) 0 clamp(60px, 7vw, 84px);
  text-align: center;
}

.nf-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 14px;
  color: #cdb7ff;
  font-size: .78rem;
  line-height: 1.1;
  font-weight: 900;
}

.nf-hero h1 {
  margin: 0;
  color: white !important;
  font-size: clamp(44px, 6vw, 76px) !important;
  line-height: .98 !important;
  font-weight: 950 !important;
}

.nf-hero h1 span,
.text-accent-500 {
  color: #c7a7ff !important;
}

.nf-hero-copy {
  max-width: 690px;
  margin: 20px auto 0;
  color: rgba(250, 247, 255, .68);
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.65;
}

.nf-trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  max-width: 700px;
  margin: 24px auto 0;
}

.nf-trust-row span,
.nf-footer-chips span,
.nf-card-badges span,
.nf-page-badges span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(190, 140, 255, .14);
  border-radius: 999px;
  color: rgba(250, 247, 255, .74);
  background: rgba(255, 255, 255, .045);
  font-size: .76rem;
  font-weight: 850;
  white-space: nowrap;
}

.nf-trust-row i,
.nf-footer-chips i,
.nf-card-badges i {
  color: var(--nf-purple-2);
}

.nf-hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.nf-hero-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 15px !important;
  color: rgba(250, 247, 255, .86);
  font-weight: 900;
}

.nf-hero-actions a:not(:first-child) {
  border: 1px solid transparent;
}

.nf-hero-actions a:not(:first-child):hover {
  color: white;
  background: rgba(255, 255, 255, .055);
  border-color: rgba(190, 140, 255, .14);
}

.nf-hero-search {
  max-width: 620px;
  margin: 20px auto 0;
}

.nf-category-strip {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 840px;
  margin: 18px auto 0;
}

.nf-category-strip span {
  padding: 7px 10px;
  border: 1px solid rgba(190, 140, 255, .1);
  border-radius: 999px;
  color: rgba(250, 247, 255, .54);
  background: rgba(0, 0, 0, .18);
  font-size: .75rem;
  font-weight: 780;
}

/* Sections */
.nf-section-head {
  max-width: 720px;
  margin: 0 auto 32px;
  text-align: center;
}

.nf-section-head h2,
.nf-section-row h2,
.nf-about-copy h2,
.nf-page-hero h1 {
  margin: 0;
  font-size: clamp(34px, 4.4vw, 54px) !important;
  line-height: 1.04 !important;
  font-weight: 950 !important;
}

.nf-section-head p,
.nf-section-row p,
.nf-about-copy p,
.nf-page-hero p {
  max-width: 680px;
  margin: 14px auto 0;
  color: rgba(250, 247, 255, .62);
  font-size: 1rem;
  line-height: 1.65;
}

.nf-section-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 440px);
  align-items: end;
  gap: 24px;
  margin-bottom: 28px;
}

.nf-section-row p {
  margin: 0;
}

/* Products */
.nf-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.nf-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--nf-border);
  border-radius: var(--nf-radius);
  color: var(--nf-text);
  background: linear-gradient(180deg, rgba(26, 17, 39, .82), rgba(12, 7, 18, .92));
  box-shadow: 0 14px 38px rgba(0, 0, 0, .27);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.nf-product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle at 50% 0%, rgba(139, 92, 246, .2), transparent 16rem);
  transition: opacity .22s ease;
}

.nf-product-card:hover {
  transform: translateY(-3px);
  border-color: var(--nf-border-2);
  box-shadow: 0 20px 54px rgba(0, 0, 0, .38), var(--nf-glow);
}

.nf-product-card:hover::after {
  opacity: 1;
}

.nf-product-media {
  position: relative;
  flex: 0 0 auto;
  aspect-ratio: 16 / 9;
  margin: 10px 10px 0;
  overflow: hidden;
  border: 1px solid rgba(190, 140, 255, .1);
  border-radius: 16px;
  background: rgba(0, 0, 0, .24);
}

.nf-product-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .26s ease, filter .26s ease;
}

.nf-product-card:hover .nf-product-media img {
  transform: scale(1.035);
  filter: saturate(1.06) contrast(1.04);
}

.nf-product-fallback,
.nf-product-empty-media {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: 180px;
  color: rgba(199, 167, 255, .8);
  background: radial-gradient(circle at center, rgba(139, 92, 246, .2), transparent 65%);
  font-size: 3rem;
}

.nf-card-badges {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.nf-card-badges span {
  min-height: 26px;
  padding: 5px 8px;
  border-color: rgba(255, 255, 255, .14);
  background: rgba(8, 5, 15, .62);
  font-size: .68rem;
  backdrop-filter: blur(12px);
}

.nf-card-badges span[style] {
  border-color: color-mix(in srgb, var(--badge-color) 60%, transparent);
}

.nf-product-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 16px;
}

.nf-product-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.nf-product-title-row h3 {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: white !important;
  font-size: 1.08rem !important;
  line-height: 1.28 !important;
  font-weight: 900 !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nf-arrow {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(190, 140, 255, .16);
  border-radius: 12px;
  color: #d6c0ff;
  background: rgba(255, 255, 255, .055);
  transition: transform .2s ease, background .2s ease;
}

.nf-product-card:hover .nf-arrow {
  transform: translateX(2px);
  background: rgba(139, 92, 246, .18);
}

.nf-product-meta {
  min-height: 1.55rem;
  margin: 6px 0 18px;
  color: rgba(250, 247, 255, .56);
  font-size: .88rem;
}

.nf-product-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}

.nf-label {
  display: block;
  margin-bottom: 3px;
  color: rgba(250, 247, 255, .42);
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .16em !important;
  text-transform: uppercase;
}

.nf-price {
  color: #d6c0ff;
  font-size: 1.02rem;
  font-weight: 950;
}

.nf-slash-price {
  color: rgba(250, 247, 255, .42);
  font-size: .78rem;
  text-decoration: line-through;
}

.nf-product-card-horizontal {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 14px;
  padding: 10px;
}

.nf-product-card-horizontal .nf-product-media {
  margin: 0;
}

.nf-product-card-horizontal .nf-product-body {
  padding: 4px 4px 4px 0;
}

.nf-card-badges-inline {
  position: static;
  margin: 8px 0;
}

/* Product page */
.nf-product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .9fr) 370px;
  gap: 24px;
  align-items: start;
}

.nf-product-layout > *,
.nf-product-info,
.nf-buy-column,
.nf-purchase-form,
.nf-purchase-form form {
  min-width: 0;
  max-width: 100%;
}

.nf-product-gallery,
.nf-content-card,
.nf-price-card,
.nf-purchase-form > form > div,
.nf-about-card,
.nf-legal-card {
  border: 1px solid var(--nf-border);
  border-radius: var(--nf-radius-lg);
  background: linear-gradient(180deg, rgba(19, 13, 29, .86), rgba(10, 6, 16, .9));
  box-shadow: 0 16px 42px rgba(0, 0, 0, .25);
  backdrop-filter: blur(18px);
}

.nf-product-gallery {
  overflow: hidden;
  min-width: 0;
  max-width: 100%;
}

.nf-product-gallery > img,
.nf-product-gallery .splide,
.nf-product-gallery .splide__track,
.nf-product-gallery .splide__list,
.nf-product-gallery .splide__slide {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.nf-product-gallery .splide__track {
  overflow: hidden !important;
}

.nf-product-gallery .splide__slide {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.nf-product-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nf-product-thumbs {
  padding: 10px;
}

.nf-product-thumbs .splide__slide {
  border: 1px solid rgba(190, 140, 255, .16);
  border-radius: 12px;
  opacity: .58;
}

.nf-product-thumbs .splide__slide.is-active {
  opacity: 1;
  border-color: rgba(190, 140, 255, .42) !important;
}

.nf-product-heading h1 {
  margin: 0;
  font-size: clamp(38px, 5vw, 62px) !important;
  line-height: 1 !important;
  font-weight: 950 !important;
}

.nf-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  min-height: 34px;
  margin-top: 14px;
  padding: 7px 11px;
  border: 1px solid var(--nf-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, .045);
  color: rgba(250, 247, 255, .76);
  font-size: .82rem;
  font-weight: 850;
}

.nf-status-pill > span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  box-shadow: 0 0 16px currentColor;
}

.nf-product-tabs {
  margin-top: 24px;
}

.nf-tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.nf-tab-list button {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--nf-border);
  border-radius: 999px;
  color: rgba(250, 247, 255, .72);
  background: rgba(255, 255, 255, .045);
  font-weight: 850;
}

.nf-tab-list button.is-active {
  color: white;
  border-color: var(--nf-border-2);
  background: rgba(139, 92, 246, .16);
}

.nf-content-card {
  padding: 22px;
}

.nf-preview-form {
  display: grid;
  gap: 16px;
}

.nf-field {
  display: grid;
  gap: 8px;
}

.nf-preview-form button {
  width: fit-content;
  min-width: 172px;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 16px;
  color: white;
  background: linear-gradient(135deg, #8b5cf6, #c084fc);
  box-shadow: 0 16px 34px rgba(139, 92, 246, .2);
  font-weight: 950;
}

.nf-preview-summary {
  display: grid;
  gap: 12px;
  align-content: start;
}

.nf-preview-summary h2 {
  margin: 0 0 4px;
}

.nf-preview-summary p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0;
  color: rgba(250, 247, 255, .68);
}

.nf-preview-summary strong {
  color: white;
}

.editor {
  color: rgba(250, 247, 255, .72) !important;
  line-height: 1.7;
}

.editor h1, .editor h2, .editor h3, .editor h4 {
  color: white !important;
}

.editor a {
  color: #c7a7ff;
}

.nf-buy-column {
  position: sticky;
  top: 96px;
}

.nf-price-card {
  padding: 20px;
}

.nf-live-price {
  color: #d6c0ff;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 950;
}

.nf-price-card p {
  margin: 8px 0 0;
  color: rgba(250, 247, 255, .58);
}

.nf-page-badges,
.nf-product-trust {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.nf-page-badges span {
  --badge-color: var(--nf-purple);
  justify-content: flex-start;
  border-color: color-mix(in srgb, var(--badge-color) 55%, transparent);
}

.nf-purchase-form {
  margin-top: 12px;
}

.nf-product-trust {
  padding: 16px;
  border: 1px solid var(--nf-border);
  border-radius: var(--nf-radius);
  background: rgba(255, 255, 255, .035);
}

.nf-product-trust div {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(250, 247, 255, .68);
  font-size: .86rem;
  font-weight: 760;
}

.nf-product-trust i {
  color: var(--nf-purple-2);
}

/* Forms */
input,
select,
textarea,
.choices__inner {
  min-height: 46px !important;
  border: 1px solid rgba(190, 140, 255, .17) !important;
  border-radius: 14px !important;
  color: white !important;
  background: rgba(255, 255, 255, .055) !important;
  box-shadow: none !important;
  outline: none !important;
}

textarea {
  min-height: 116px !important;
}

input:focus,
select:focus,
textarea:focus,
.choices.is-focused .choices__inner {
  border-color: rgba(185, 130, 255, .62) !important;
  box-shadow: 0 0 0 4px rgba(139, 92, 246, .14) !important;
}

label {
  color: rgba(250, 247, 255, .78) !important;
  font-size: .86rem;
  font-weight: 850;
}

button,
a[class*="rounded"],
.choices__button {
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}

button:hover {
  transform: translateY(-1px);
}

button:active {
  transform: translateY(0);
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
  border: 1px solid var(--nf-border-2) !important;
  border-radius: 14px !important;
  background: #100a18 !important;
  color: white !important;
}

.choices__item--selectable.is-highlighted {
  background: rgba(139, 92, 246, .18) !important;
}

.text-red-500 {
  color: var(--nf-red) !important;
}

.text-green-500 {
  color: var(--nf-green) !important;
}

/* Stats/About/Socials/FAQ */
.nf-stat-grid,
.nf-feature-grid,
.nf-social-grid,
.nf-faq-grid,
.nf-feedback-grid {
  display: grid;
  gap: 16px;
}

.nf-stat-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nf-stat-card,
.nf-feature-card,
.nf-social-card,
.nf-faq-card,
.nf-feedback-card,
.nf-status-card,
.nf-empty-state {
  border: 1px solid var(--nf-border);
  border-radius: var(--nf-radius);
  background: rgba(16, 10, 24, .78);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .22);
}

.nf-stat-card {
  padding: 22px;
}

.nf-stat-card strong {
  display: block;
  color: white;
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1;
  font-weight: 950;
}

.nf-stat-card span {
  display: block;
  margin-top: 6px;
  color: rgba(250, 247, 255, .72);
  font-weight: 850;
}

.nf-about-card {
  display: grid;
  grid-template-columns: .9fr 1.4fr;
  gap: 28px;
  padding: 28px;
}

.nf-about-copy p {
  margin-inline: 0;
}

.nf-feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nf-feature-card {
  display: flex;
  gap: 14px;
  padding: 18px;
}

.nf-feature-card > span,
.nf-social-card > span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(190, 140, 255, .22);
  border-radius: 14px;
  color: var(--nf-purple-2);
  background: rgba(139, 92, 246, .14);
}

.nf-feature-card h4 {
  margin: 0 0 6px;
  font-size: 1rem;
}

.nf-feature-card p {
  margin: 0;
  color: rgba(250, 247, 255, .58);
  font-size: .9rem;
  line-height: 1.5;
}

.nf-social-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.nf-social-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
  color: white;
  font-weight: 900;
}

.nf-faq-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nf-faq-card {
  padding: 0;
  overflow: hidden;
}

.nf-faq-card button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  min-height: 58px;
  padding: 18px;
  border: 0;
  color: white;
  background: transparent;
  text-align: left;
  font-weight: 900;
}

.nf-faq-card i {
  color: var(--nf-purple-2);
  transition: transform .2s ease;
}

.nf-faq-card i.is-open {
  transform: rotate(180deg);
}

.nf-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .22s ease;
}

.nf-faq-answer p {
  margin: 0;
  padding: 0 18px 18px;
  color: rgba(250, 247, 255, .62);
  line-height: 1.55;
}

/* Feedback */
.nf-feedback-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nf-feedback-grid-page {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nf-feedback-card {
  padding: 18px;
  cursor: pointer;
}

.nf-feedback-stars {
  display: flex;
  gap: 4px;
  color: var(--nf-purple-2);
  font-size: .86rem;
}

.nf-feedback-message {
  margin: 14px 0 18px;
  color: rgba(250, 247, 255, .72);
  line-height: 1.55;
  word-break: break-word;
}

.nf-feedback-message.is-clamped,
.nf-feedback-reply.is-clamped p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.nf-feedback-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: rgba(250, 247, 255, .46);
  font-size: .78rem;
}

.nf-feedback-foot strong {
  color: #c7a7ff;
}

.nf-feedback-reply {
  margin-top: 14px;
  padding: 12px;
  border-left: 2px solid rgba(190, 140, 255, .4);
  border-radius: 0 12px 12px 0;
  background: rgba(255, 255, 255, .045);
}

.nf-feedback-reply span {
  color: #c7a7ff;
  font-size: .76rem;
  font-weight: 900;
}

.nf-feedback-reply p {
  margin: 5px 0 0;
  color: rgba(250, 247, 255, .62);
}

.nf-page-hero {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.nf-rating-summary {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 18px;
  padding: 10px 14px;
  border: 1px solid var(--nf-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, .045);
}

.nf-rating-summary strong {
  color: white;
}

.nf-rating-summary span {
  color: rgba(250, 247, 255, .58);
  font-size: .86rem;
  font-weight: 850;
}

.nf-center-action {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.nf-center-action a {
  min-height: 44px;
  padding: 12px 18px;
  border: 1px solid var(--nf-border);
  border-radius: 14px;
  color: white;
  background: rgba(255, 255, 255, .055);
  font-weight: 900;
}

.nf-empty-state {
  display: grid;
  place-items: center;
  min-height: 160px;
  padding: 24px;
  text-align: center;
}

.nf-empty-state i {
  color: var(--nf-purple-2);
  font-size: 1.6rem;
  margin-bottom: 10px;
}

/* Legal/status */
.nf-legal-card {
  max-width: 920px;
  margin: 0 auto;
  padding: 28px;
}

.nf-status-list,
.nf-status-stack {
  display: grid;
  gap: 12px;
}

.nf-status-group {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
}

.nf-status-group h2 {
  margin: 0;
  font-size: 1.35rem !important;
}

.nf-status-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  color: white;
}

.nf-status-card h3 {
  margin: 0 0 4px;
  font-size: 1rem !important;
}

.nf-status-card div > span:not(.nf-status-pill span) {
  color: rgba(250, 247, 255, .52);
  font-size: .84rem;
}

/* Modal */
.nf-modal-wrap {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.nf-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .72);
  backdrop-filter: blur(12px);
}

.nf-modal-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 820px);
  max-height: min(820px, calc(100vh - 48px));
  overflow: auto;
  padding: 20px;
  border: 1px solid var(--nf-border-2);
  border-radius: 24px;
  background: rgba(8, 5, 15, .96);
  box-shadow: var(--nf-shadow), var(--nf-glow);
}

.nf-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.nf-modal-head h3 {
  margin: 0;
  font-size: 1.45rem !important;
}

.nf-modal-head button {
  width: 40px;
  height: 40px;
  border: 1px solid var(--nf-border);
  border-radius: 13px;
  color: white;
  background: rgba(255, 255, 255, .055);
}

.nf-modal-products {
  display: grid;
  gap: 12px;
}

/* Footer */
.nf-footer {
  padding: 46px 0;
  border-top: 1px solid rgba(190, 140, 255, .1);
  background: rgba(5, 3, 8, .72);
}

.nf-footer-grid-main {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(160px, .55fr) minmax(160px, .55fr);
  gap: 36px;
}

.nf-footer-brand img {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  margin-bottom: 12px;
}

.nf-footer-brand strong,
.nf-footer-col h3 {
  display: block;
  color: white;
  font-size: 1rem;
  font-weight: 950;
  margin-bottom: 10px;
}

.nf-footer-brand p {
  max-width: 520px;
  color: rgba(250, 247, 255, .62);
  line-height: 1.6;
}

.nf-footer-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.nf-footer-chips span {
  min-height: 30px;
  padding: 6px 10px;
  font-size: .72rem;
}

.nf-footer-col a {
  display: block;
  width: fit-content;
  color: rgba(250, 247, 255, .58);
  margin-top: 8px;
  transition: color .18s ease;
}

.nf-footer-col a:hover {
  color: white;
}

.nf-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(190, 140, 255, .08);
}

.nf-footer-bottom p,
.nf-footer-bottom span {
  margin: 0;
  color: rgba(250, 247, 255, .46);
  font-size: .84rem;
}

/* Legacy wrappers and generic SellAuth surfaces */
.searchbar,
form[action*="search"] {
  width: min(100%, 620px);
  margin-inline: auto;
}

.grecaptcha-badge {
  visibility: hidden;
}

[class*="bg-white/5"],
[class*="bg-black/5"] {
  border-color: var(--nf-border) !important;
}

.fixed[role="dialog"] > div > div:last-child,
[aria-modal="true"] .inline-block,
.modal,
.group-modal {
  border: 1px solid var(--nf-border-2) !important;
  border-radius: 22px !important;
  background: rgba(8, 5, 15, .96) !important;
  box-shadow: var(--nf-shadow), var(--nf-glow);
  backdrop-filter: blur(22px);
}

@media (max-width: 1100px) {
  .nf-product-layout {
    grid-template-columns: minmax(0, 1fr) 360px;
  }

  .nf-product-info {
    grid-column: 1 / -1;
    order: 3;
  }

  .nf-buy-column {
    position: static;
  }
}

@media (max-width: 900px) {
  .nf-section {
    padding: 56px 0;
  }

  .nf-navbar-shell,
  .nf-navbar-inner {
    min-height: 64px;
  }

  .nf-navbar-inner {
    display: flex;
    justify-content: space-between;
  }

  .nf-navlinks,
  .nf-navbar-actions {
    display: none;
  }

  .nf-mobile-trigger {
    display: block;
  }

  .nf-brand img {
    width: 36px;
    height: 36px;
  }

  .nf-brand {
    font-size: 1rem;
  }

  .nf-mobile-menu {
    top: 72px;
  }

  .nf-product-grid,
  .nf-feedback-grid,
  .nf-feedback-grid-page,
  .nf-stat-grid,
  .nf-feature-grid,
  .nf-faq-grid-two,
  .nf-footer-grid-main,
  .nf-product-layout,
  .nf-about-card,
  .nf-section-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .nf-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  :root {
    --nf-pad: var(--nf-pad-mobile);
  }

  .nf-section {
    padding: 44px 0;
  }

  .nf-hero {
    padding-top: 10px;
  }

  .nf-hero-panel {
    width: min(100% - 12px, 1280px);
    border-radius: 0 0 22px 22px;
  }

  .nf-hero-content {
    padding: 48px 0 38px;
  }

  .nf-hero h1 {
    font-size: clamp(34px, 11vw, 40px) !important;
    line-height: 1.04 !important;
  }

  .nf-hero-copy {
    margin-top: 14px;
    font-size: 15px;
  }

  .nf-trust-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
  }

  .nf-trust-row span {
    min-height: 34px;
    padding: 7px 8px;
    font-size: .68rem;
  }

  .nf-hero-actions {
    gap: 8px;
  }

  .nf-hero-actions a {
    min-height: 44px;
    padding: 0 14px;
    font-size: .86rem;
  }

  .nf-category-strip {
    justify-content: flex-start;
    max-height: 68px;
    overflow: hidden;
  }

  .nf-section-head {
    margin-bottom: 24px;
  }

  .nf-section-head h2,
  .nf-section-row h2,
  .nf-about-copy h2,
  .nf-page-hero h1 {
    font-size: clamp(29px, 8.5vw, 40px) !important;
  }

  .nf-product-media {
    margin: 8px 8px 0;
  }

  .nf-product-body {
    padding: 14px;
  }

  .nf-product-card-horizontal {
    grid-template-columns: 110px minmax(0, 1fr);
  }

  .nf-product-card-horizontal .nf-arrow {
    display: none;
  }

  .nf-about-card,
  .nf-content-card,
  .nf-price-card,
  .nf-purchase-form > form > div,
  .nf-legal-card {
    border-radius: 18px;
  }

  .nf-about-card,
  .nf-legal-card {
    padding: 18px;
  }

  .nf-feature-card,
  .nf-stat-card,
  .nf-feedback-card,
  .nf-status-card {
    padding: 16px;
  }

  .nf-status-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .nf-footer {
    padding: 36px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

/* Nightfall refinement pass: quieter, sharper, less template-like. */
.nf-hero {
  padding: 34px 0 16px;
}

.nf-hero-panel {
  width: 100%;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 50% 22%, rgba(139, 92, 246, .18), transparent 30rem),
    linear-gradient(180deg, rgba(20, 11, 31, .34), rgba(5, 3, 8, 0));
  box-shadow: none;
}

.nf-hero-grid {
  opacity: .08;
  mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, .42) 48%, transparent 100%);
}

.nf-hero-content {
  max-width: 940px;
  padding: clamp(42px, 7vw, 72px) 0 clamp(34px, 5vw, 56px);
}

.nf-hero h1 {
  max-width: 840px;
  margin-inline: auto;
  font-size: clamp(46px, 5.7vw, 72px) !important;
  letter-spacing: 0 !important;
}

.nf-hero-copy {
  max-width: 640px;
  margin-top: 18px;
  color: rgba(250, 247, 255, .64);
}

.nf-trust-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  max-width: 760px;
  margin-top: 22px;
}

.nf-trust-row span,
.nf-category-strip span {
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(250, 247, 255, .48);
  font-size: .78rem;
}

.nf-trust-row span + span::before,
.nf-category-strip span + span::before {
  content: "";
  width: 4px;
  height: 4px;
  margin-right: 14px;
  border-radius: 999px;
  background: rgba(190, 140, 255, .38);
}

.nf-hero-actions a,
.nf-nav-cta,
.nf-purchase-form form > div > .flex.flex-col.gap-4 button {
  min-height: 42px !important;
  padding: 0 16px !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 24px rgba(139, 92, 246, .18) !important;
}

.nf-hero-search {
  max-width: 560px;
  margin-top: 20px;
}

.nf-hero-search input,
.nf-hero-search [type="search"] {
  min-height: 46px !important;
}

.nf-category-strip {
  max-width: 780px;
  margin-top: 18px;
}

.nf-section {
  padding: 62px 0;
}

.nf-product-grid {
  gap: 16px;
}

.nf-product-card {
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(18, 11, 28, .9), rgba(8, 5, 13, .94));
  box-shadow: 0 10px 28px rgba(0, 0, 0, .22);
}

.nf-product-media {
  border-radius: 12px;
}

.nf-product-fallback {
  background:
    radial-gradient(circle at 50% 35%, rgba(185, 130, 255, .18), transparent 14rem),
    linear-gradient(180deg, rgba(31, 19, 48, .86), rgba(12, 7, 18, .96));
}

.nf-card-badges {
  gap: 6px;
}

.nf-card-badges span,
.nf-page-badges span {
  min-height: 26px;
  padding: 5px 8px;
  font-size: .68rem;
  background: rgba(8, 5, 13, .66);
}

.nf-product-layout {
  grid-template-columns: minmax(300px, .92fr) minmax(320px, .9fr) minmax(330px, 370px);
  gap: 22px;
}

.nf-product-heading h1 {
  font-size: clamp(44px, 4.8vw, 62px) !important;
}

.nf-buy-column {
  top: 112px;
}

.nf-price-card,
.nf-purchase-form > form > div,
.nf-product-trust,
.nf-content-card {
  border-radius: 18px;
}

.nf-price-card {
  padding: 18px;
}

.nf-live-price {
  font-size: clamp(34px, 4vw, 48px);
}

.nf-purchase-form form > div {
  padding: 18px !important;
}

.nf-purchase-form label {
  font-size: .84rem;
}

.nf-purchase-form button {
  font-weight: 850 !important;
}

.nf-purchase-form form > div > .flex.flex-col.gap-4 {
  gap: 10px !important;
}

.nf-product-trust {
  padding: 18px;
}

.nf-status-head,
.nf-legal-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 500px);
  align-items: end;
  gap: 24px;
  margin-bottom: 28px;
}

.nf-status-head h1,
.nf-legal-head h1 {
  margin: 0;
  font-size: clamp(38px, 5vw, 58px) !important;
  line-height: 1 !important;
  font-weight: 950 !important;
}

.nf-status-head p,
.nf-legal-head p {
  margin: 0;
  color: rgba(250, 247, 255, .58);
  line-height: 1.65;
}

.nf-status-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.nf-status-group {
  margin: 0;
}

.nf-status-group h2 {
  padding: 0 2px;
  color: rgba(250, 247, 255, .62) !important;
  font-size: .82rem !important;
  text-transform: uppercase;
}

.nf-status-card {
  min-height: 82px;
  padding: 16px;
  border: 1px solid var(--nf-border);
  border-radius: 16px;
  background: rgba(15, 9, 23, .72);
}

.nf-status-card:hover {
  border-color: rgba(190, 140, 255, .28);
  background: rgba(21, 13, 32, .82);
}

.nf-status-card .nf-status-pill {
  margin: 0;
  min-height: 30px;
}

.nf-legal-head {
  max-width: 980px;
  margin-inline: auto;
}

.nf-legal-card {
  max-width: 980px;
  padding: 34px;
  border-radius: 18px;
  background: rgba(12, 7, 18, .78);
}

.nf-legal-card.editor {
  font-size: 1rem;
}

.nf-legal-card.editor p,
.nf-legal-card.editor li {
  color: rgba(250, 247, 255, .66);
}

@media (max-width: 1100px) {
  .nf-product-layout {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
  }
}

@media (max-width: 900px) {
  .nf-status-head,
  .nf-legal-head,
  .nf-status-board {
    grid-template-columns: minmax(0, 1fr);
  }

  .nf-product-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .nf-product-gallery,
  .nf-product-info,
  .nf-buy-column {
    grid-column: auto;
    width: 100%;
  }

  .nf-product-gallery {
    order: 1;
  }

  .nf-product-info {
    order: 2;
  }

  .nf-buy-column {
    order: 3;
  }
}

@media (max-width: 640px) {
  .nf-hero {
    padding-top: 18px;
  }

  .nf-hero-content {
    padding: 34px 0 26px;
  }

  .nf-hero h1 {
    font-size: clamp(34px, 10vw, 40px) !important;
  }

  .nf-trust-row,
  .nf-category-strip {
    justify-content: center;
    gap: 9px 12px;
  }

  .nf-trust-row span,
  .nf-category-strip span {
    font-size: .7rem;
  }

  .nf-trust-row span + span::before,
  .nf-category-strip span + span::before {
    display: none;
  }

  .nf-product-layout {
    gap: 16px;
  }

  .nf-status-card {
    min-height: auto;
  }

  .nf-legal-card {
    padding: 20px;
  }
}

/* Nightfall final QA overrides */
.nf-hero-search {
  display: none !important;
}

.nf-hero-content {
  padding-bottom: clamp(46px, 7vw, 84px) !important;
}

.nf-category-strip {
  margin-top: 26px !important;
  gap: 9px 18px !important;
}

.nf-category-strip span {
  font-weight: 760 !important;
  letter-spacing: 0 !important;
}

.nf-signal-panel {
  display: grid !important;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  max-width: 1000px;
  margin: 0 auto;
}

.nf-signal-copy,
.nf-signal-panel .nf-stat-card {
  border: 1px solid rgba(190, 140, 255, .16);
  background:
    radial-gradient(circle at 18% 0%, rgba(185, 130, 255, .14), transparent 16rem),
    rgba(13, 8, 20, .74);
  border-radius: 18px;
  box-shadow: 0 16px 42px rgba(0, 0, 0, .24);
}

.nf-signal-copy {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 210px;
}

.nf-signal-copy span {
  color: var(--nf-purple-2);
  font-size: .72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.nf-signal-copy strong {
  display: block;
  max-width: 360px;
  margin-top: 18px;
  color: var(--nf-text);
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.nf-signal-copy p {
  max-width: 420px;
  margin: 18px 0 0;
  color: rgba(250, 247, 255, .58);
  line-height: 1.65;
}

.nf-signal-panel .nf-stat-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.nf-signal-panel .nf-stat-card {
  min-height: 98px;
  padding: 18px;
}

.nf-signal-panel .nf-stat-card strong {
  font-size: clamp(1.8rem, 3.4vw, 2.55rem);
  line-height: 1;
}

.nf-signal-panel .nf-stat-card span {
  margin-top: 8px;
  color: rgba(250, 247, 255, .68);
  font-size: .88rem;
}

.nf-legal-page {
  padding-top: clamp(58px, 8vw, 96px);
}

.nf-legal-head {
  grid-template-columns: minmax(0, .72fr) minmax(280px, .45fr);
  align-items: center;
  margin-bottom: 24px;
}

.nf-legal-card {
  display: grid;
  gap: 18px;
  border-color: rgba(190, 140, 255, .18);
  background:
    linear-gradient(180deg, rgba(17, 10, 26, .9), rgba(8, 5, 13, .94)),
    radial-gradient(circle at 12% 0%, rgba(139, 92, 246, .16), transparent 18rem);
}

.nf-legal-card.editor h2 {
  margin: 20px 0 0;
  color: var(--nf-text);
  font-size: 1.05rem;
  line-height: 1.25;
}

.nf-legal-card.editor p {
  margin: 0;
  max-width: 74ch;
}

.nf-legal-card.editor ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.nf-legal-card.editor li {
  position: relative;
  padding-left: 18px;
}

.nf-legal-card.editor li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .7em;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--nf-purple-2);
  box-shadow: 0 0 14px rgba(185, 130, 255, .5);
}

.nf-footer-col a[href*="instagram"],
.nf-social-card[href*="instagram"] {
  display: none !important;
}

.nf-quantity-control {
  display: grid !important;
  grid-template-columns: 44px minmax(0, 1fr) 44px !important;
  align-items: stretch;
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(190, 140, 255, .18);
  border-radius: 12px !important;
  background: rgba(8, 5, 13, .58);
  overflow: hidden;
}

.nf-quantity-control button {
  width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: rgba(250, 247, 255, .06) !important;
  color: var(--nf-text) !important;
  box-shadow: none !important;
}

.nf-quantity-control button:hover:not(:disabled) {
  background: rgba(139, 92, 246, .28) !important;
}

.nf-quantity-control input {
  width: 100% !important;
  min-width: 0 !important;
  height: 44px !important;
  padding: 0 14px !important;
  border: 0 !important;
  background: rgba(19, 13, 29, .76) !important;
  text-align: left !important;
  color: var(--nf-text) !important;
  font-weight: 760;
  appearance: textfield;
}

.nf-quantity-control input::-webkit-outer-spin-button,
.nf-quantity-control input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

.nf-purchase-form form > div > .flex.flex-col.gap-4.lg\:flex-row {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 900px) {
  .nf-signal-panel,
  .nf-legal-head {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .nf-signal-panel .nf-stat-grid,
  .nf-purchase-form form > div > .flex.flex-col.gap-4.lg\:flex-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .nf-legal-card {
    padding: 22px !important;
  }
}

/* Nightfall release fixes */
body header.sticky {
  top: 0 !important;
  z-index: 80 !important;
  display: block !important;
  overflow: visible !important;
  border-bottom: 1px solid rgba(190, 140, 255, .11);
  background:
    linear-gradient(180deg, rgba(7, 3, 11, .99), rgba(6, 3, 10, .965)),
    rgba(6, 3, 10, .98) !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .34);
  backdrop-filter: blur(18px);
}

body header.sticky .component,
body header.sticky .nf-announcement,
body header.sticky .nf-navbar-shell {
  margin: 0 !important;
}

.nf-announcement {
  min-height: 30px !important;
  border: 0 !important;
}

.nf-announcement-inner {
  min-height: 30px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.nf-navbar-shell {
  min-height: 76px !important;
  border-top: 0 !important;
  background: transparent !important;
}

.nf-navbar-inner {
  min-height: 76px !important;
}

.nf-navbar,
.nf-navbar > div,
.nf-navbar-shell,
.nf-navbar-shell .container,
.nf-navbar-inner {
  overflow: visible !important;
}

.nf-mobile-backdrop {
  z-index: 900 !important;
}

.nf-mobile-menu {
  z-index: 910 !important;
  max-height: calc(100dvh - 120px);
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.nf-body .component:first-of-type {
  margin-top: 0 !important;
}

.nf-hero {
  margin-top: 0 !important;
}

.nf-legal-page {
  padding-top: clamp(48px, 7vw, 82px) !important;
}

.nf-legal-head {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start !important;
  gap: 14px;
  max-width: 980px !important;
  margin: 0 auto 24px !important;
  text-align: left !important;
}

.nf-legal-head h1 {
  max-width: 820px !important;
  margin: 0 !important;
  text-align: left !important;
  font-size: clamp(3rem, 5vw, 4.85rem) !important;
  line-height: .96 !important;
}

.nf-legal-head p {
  margin: 6px 0 0 !important;
  text-align: left !important;
}

.nf-cart-page .container {
  max-width: 1180px !important;
  padding-inline: 24px !important;
}

.nf-cart-hero {
  padding: clamp(48px, 6vw, 74px) 0 clamp(30px, 4vw, 48px) !important;
}

.nf-cart-title {
  max-width: 760px;
  margin-inline: auto;
  margin-bottom: 0 !important;
}

.nf-cart-title h1 {
  font-size: clamp(3rem, 5.4vw, 4.35rem) !important;
  line-height: .98 !important;
  letter-spacing: 0 !important;
}

.nf-cart-title p {
  max-width: 560px;
  margin-inline: auto;
  color: rgba(250, 247, 255, .62) !important;
  font-size: 1rem !important;
}

.nf-cart-content {
  padding: 0 !important;
}

.nf-cart-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 24px !important;
  align-items: start;
  max-width: 1180px;
  margin: 0 auto clamp(72px, 8vw, 112px) !important;
}

.nf-cart-list,
.nf-cart-summary {
  width: auto !important;
}

.nf-cart-summary {
  position: sticky;
  top: 126px;
}

.nf-cart-items {
  gap: 16px !important;
}

.nf-cart-item {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 16px !important;
  border: 1px solid rgba(190, 140, 255, .16) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 8% 0%, rgba(139, 92, 246, .12), transparent 16rem),
    rgba(10, 6, 15, .74) !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .18);
}

.nf-cart-item > .flex-1 {
  min-width: 0;
}

.nf-cart-item img {
  border: 1px solid rgba(190, 140, 255, .14);
}

.nf-cart-item-actions {
  display: grid !important;
  grid-template-columns: 142px 92px 28px;
  gap: 18px !important;
  align-items: center !important;
  justify-content: end !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.nf-cart-quantity-control {
  display: grid !important;
  grid-template-columns: 40px 62px 40px !important;
  width: 142px !important;
  max-width: 142px !important;
  height: 42px;
  min-height: 42px;
  border: 1px solid rgba(190, 140, 255, .18);
  border-radius: 12px !important;
  background: rgba(8, 5, 13, .72);
  overflow: hidden;
  box-shadow: none !important;
}

.nf-cart-quantity-control button {
  width: 40px !important;
  height: 40px !important;
  min-height: 40px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: rgba(250, 247, 255, .065) !important;
  color: var(--nf-text) !important;
}

.nf-cart-quantity-control button:hover:not(:disabled) {
  background: rgba(139, 92, 246, .3) !important;
}

.nf-cart-quantity-control input {
  width: 62px !important;
  min-width: 62px !important;
  height: 40px !important;
  padding: 0 !important;
  border: 0 !important;
  background: rgba(19, 13, 29, .82) !important;
  color: var(--nf-text) !important;
  text-align: center !important;
  font-weight: 800 !important;
  appearance: textfield;
}

.nf-cart-quantity-control input::-webkit-outer-spin-button,
.nf-cart-quantity-control input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

.nf-cart-summary-card {
  padding: 22px !important;
  border: 1px solid rgba(190, 140, 255, .2) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(185, 130, 255, .14), transparent 15rem),
    rgba(13, 8, 20, .84) !important;
  box-shadow: 0 20px 54px rgba(0, 0, 0, .26);
}

.nf-cart-summary-card button[type="submit"] {
  min-height: 48px;
  margin-top: 18px !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #8b5cf6 0%, #c084fc 100%) !important;
  box-shadow: 0 14px 36px rgba(139, 92, 246, .24);
}

@media (max-width: 1024px) {
  .nf-cart-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .nf-cart-summary {
    position: static;
  }
}

@media (max-width: 760px) {
  .nf-navbar-shell,
  .nf-navbar-inner {
    min-height: 86px !important;
  }

  .nf-announcement,
  .nf-announcement-inner {
    min-height: 34px !important;
  }

  .nf-mobile-backdrop {
    top: 120px !important;
  }

  .nf-mobile-menu {
    position: fixed !important;
    top: 134px !important;
    left: 16px !important;
    right: 16px !important;
    max-height: calc(100dvh - 154px) !important;
    padding: 18px !important;
    border-radius: 22px !important;
  }

  .nf-cart-page .container {
    padding-inline: 16px !important;
  }

  .nf-cart-hero {
    padding: 44px 0 30px !important;
  }

  .nf-cart-title h1 {
    font-size: clamp(2.7rem, 10.4vw, 3.45rem) !important;
  }

  .nf-legal-head h1 {
    font-size: clamp(3rem, 12vw, 4.4rem) !important;
  }

  .nf-cart-layout {
    gap: 18px !important;
    margin-bottom: 72px !important;
  }

  .nf-cart-item {
    grid-template-columns: minmax(0, 1fr);
    padding: 14px !important;
  }

  .nf-cart-item-actions {
    grid-template-columns: 142px minmax(82px, 1fr) 28px;
    gap: 12px !important;
    padding-top: 14px !important;
    border-top: 1px solid rgba(190, 140, 255, .11) !important;
  }

  .nf-cart-summary-card {
    padding: 20px !important;
  }
}
