/* Prism secondary pages shared visual system */
.page-shell {
  position: relative;
  min-height: 100vh;
  background: transparent;
  overflow-x: clip;
  color: var(--ink);
}
html {
  scrollbar-width: thin;
  scrollbar-color: #3a3b42 transparent;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: transparent;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: #3a3b42;
  border-radius: 999px;
  border: 3px solid transparent;
  background-clip: padding-box;
}
html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
  background: #52535c;
  border: 3px solid transparent;
  background-clip: padding-box;
}
html::-webkit-scrollbar-corner,
body::-webkit-scrollbar-corner {
  background: transparent;
}
.page-lights {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.page-light {
  position: absolute;
  width: 42vw;
  height: 16vw;
  min-height: 120px;
  border-radius: 999px;
  filter: blur(110px);
  opacity: .08;
  animation: page-drift 24s ease-in-out infinite alternate;
}
.page-light.l-red { background: #d94a68; top: 8%; left: -10%; animation-duration: 28s; }
.page-light.l-blue { background: #5079a5; top: 42%; right: -12%; opacity: .09; animation-duration: 22s; animation-delay: -5s; }
.page-light.l-green { background: #5d9075; bottom: 12%; left: 30%; opacity: .07; animation-duration: 26s; animation-delay: -9s; }
.page-light.l-gold { background: #c9a84a; top: 70%; right: 20%; width: 28vw; height: 10vw; opacity: .06; animation-duration: 30s; }
@keyframes page-drift {
  from { transform: translate3d(0,0,0) scale(1); }
  to { transform: translate3d(4%,-3%,0) scale(1.06); }
}
.page-cubes { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.page-cube {
  position: absolute; width: 16px; height: 16px; background: #3a3d44;
  border-radius: 3px; opacity: .22; box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
  animation: cube-drift 22s ease-in-out infinite;
}
.page-cube.c1 { top: 16%; left: 6%; }
.page-cube.c2 { top: 48%; right: 8%; width: 12px; height: 12px; animation-delay: -6s; opacity: .18; }
.page-cube.c3 { top: 72%; left: 14%; width: 10px; height: 10px; animation-delay: -11s; border: 1px solid rgba(217,74,104,.35); }
.page-cube.c4 { top: 28%; right: 22%; width: 14px; height: 14px; animation-delay: -3s; border: 1px solid rgba(80,121,165,.3); }
@keyframes cube-drift {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}
.page-main { position: relative; z-index: 1; }
.page-footer {
  position: relative; z-index: 1;
  margin-top: 2rem; padding: 3.5rem 0 6rem;
  border-top: 1px solid rgba(255,255,255,.06);
  background: linear-gradient(to bottom, rgba(8,9,10,.2), rgba(8,9,10,.55));
}
.page-footer::before {
  content: "";
  position: absolute; left: 50%; top: 0; transform: translate(-50%,-50%);
  display: flex; width: min(280px, 60vw); height: 3px;
  background: linear-gradient(90deg, #d94a68, #d97842, #c9a84a, #5d9075, #5079a5, #775487);
  border-radius: 2px; opacity: .75;
}
.wrap { width: min(100% - clamp(2rem, 6vw, 5rem), 1220px); margin-inline: auto; }
.wrap-wide { width: min(100% - clamp(2rem, 5vw, 4rem), 1350px); margin-inline: auto; }
.wrap-narrow { width: min(100% - 2rem, 720px); margin-inline: auto; }
.wrap-table { width: min(100% - 2rem, 1300px); margin-inline: auto; }
.crumb {
  font-size: .82rem; color: var(--muted); padding: 1rem 0 .25rem; opacity: .85;
}
.crumb a { color: var(--muted); }
.crumb a:hover { color: var(--ink); }
.sec-label {
  font-size: .72rem; letter-spacing: .16em; text-transform: uppercase;
  font-weight: 650; color: var(--muted); margin-bottom: .75rem;
}
.sec-label.accent-red { color: #e87894; }
.sec-label.accent-orange { color: #e09a6a; }
.sec-label.accent-yellow { color: #d4b86a; }
.sec-label.accent-green { color: #7eb896; }
.sec-label.accent-blue { color: #7a9fc4; }
.sec-label.accent-purple { color: #a080b8; }
.page-h1 {
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 5.2vw, 4.75rem);
  line-height: .98; letter-spacing: -.03em; font-weight: 750;
  color: var(--ink); margin: 0 0 1rem;
}
.page-lead {
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  line-height: 1.65; color: var(--muted); max-width: 38ch; margin: 0;
}
.section-h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.6vw, 3.35rem);
  line-height: 1.05; letter-spacing: -.02em; font-weight: 700;
  margin: 0 0 1rem; color: var(--ink);
}
.section-pad { padding-block: clamp(4.5rem, 9vw, 7.5rem); }
.shot-frame {
  background: linear-gradient(145deg, rgba(17, 19, 24, 0.72), rgba(7, 8, 11, 0.55));
  border: 1px solid rgba(255,255,255,.09);
  border-radius: .65rem;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.04);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.shot-frame:hover {
  transform: translateY(-3px);
  border-color: rgba(255,255,255,.16);
  box-shadow: 0 36px 100px rgba(0,0,0,.42);
}
.shot-bar {
  display: flex; align-items: center; gap: .45rem;
  padding: .5rem .75rem; background: rgba(10,11,13,.92);
  border-bottom: 1px solid rgba(255,255,255,.06);
  font-size: .72rem; color: var(--muted);
}
.shot-dot { width: .5rem; height: .5rem; border-radius: 50%; }
.shot-dot.r { background: #d94a68; }
.shot-dot.o { background: #d97842; }
.shot-dot.y { background: #c9a84a; }
.shot-dot.g { background: #5d9075; }
.shot-dot.b { background: #5079a5; }
.shot-dot.v { background: #775487; }
.shot-glow {
  position: relative;
}
.shot-glow::before {
  content: "";
  position: absolute; inset: 8% -4%;
  z-index: -1; border-radius: 50%;
  background: radial-gradient(circle, var(--glow, rgba(217,74,104,.14)), transparent 68%);
  filter: blur(8px);
}

/* Features page screenshot gallery */
.feat-gallery {
  display: grid;
  gap: 1.25rem;
  align-items: stretch;
}
.feat-gallery-pair,
.feat-gallery-stack,
.feat-gallery-ui {
  grid-template-columns: 1fr;
  max-width: none;
  margin-inline: 0;
}
@media (min-width: 900px) {
  .feat-gallery-pair,
  .feat-gallery-stack,
  .feat-gallery-ui {
    grid-template-columns: 1fr 1fr;
    gap: 1.35rem;
  }
}
.feat-shot,
.feat-shot-wide,
.feat-shot-detail {
  position: relative;
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  border-radius: .75rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: linear-gradient(160deg, rgba(16, 18, 24, 0.88), rgba(7, 8, 11, 0.72));
  overflow: hidden;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.28);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.feat-shot::before {
  content: "";
  position: absolute;
  inset: 12% 8%;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(circle, var(--glow, rgba(255, 75, 114, 0.14)), transparent 68%);
  filter: blur(42px);
}
.feat-shot:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.34);
}
.feat-shot-chrome {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: .4rem;
  min-height: 2.4rem;
  padding: .65rem .85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-family: var(--nx-font-mono, ui-monospace, monospace);
  font-size: .72rem;
  color: var(--muted, #9399a8);
}
.feat-shot-label { margin-left: .25rem; }
.feat-shot-btn {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  flex: 0 0 auto;
  aspect-ratio: 16 / 10;
  border: 0;
  padding: 0;
  background: #0a0c10;
  cursor: zoom-in;
  overflow: hidden;
}
.feat-shot-btn img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}
.feat-shot figcaption {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  margin: 0;
  min-height: 3.1rem;
  padding: .7rem .9rem .85rem;
  font-size: .86rem;
  line-height: 1.45;
  color: var(--muted, #9399a8);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(0, 0, 0, 0.22);
}
.shot-dot.c { background: #34d2ff; }
.shot-dot.p { background: #ff4b72; }
body:has(.feat-hero) .feat-gallery {
  text-align: left;
}
body:has(.feat-hero) .feat-shot figcaption {
  text-align: left;
}
.prism-card {
  position: relative;
  background: linear-gradient(145deg, rgba(28,30,34,.88), rgba(11,12,14,.76));
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px;
  padding: 1.25rem 1.35rem;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.prism-card.text-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: clamp(2.25rem, 4vw, 3.25rem);
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
}
.prism-card.text-center .nx-h2 {
  text-align: center;
  margin-inline: auto;
  max-width: 18em;
  text-wrap: balance;
}
.prism-card.text-center .nx-h2::after {
  margin-inline: auto;
}
.prism-card.text-center .nx-lead,
.prism-card.text-center p {
  text-align: center;
  margin-inline: auto;
  max-width: min(42rem, 100%);
  text-wrap: balance;
}
.prism-card.text-center .nx-btn {
  align-self: center;
}
.prism-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255,255,255,.14);
  box-shadow: 0 18px 48px rgba(0,0,0,.3);
}
.prism-card.edge::before {
  content: "";
  position: absolute; left: 0; top: 0; width: 48px; height: 2px;
  background: var(--section-accent, #d94a68);
}
.band-divider {
  display: flex; gap: .4rem; align-items: center;
  width: min(100% - 2rem, 1220px); margin: 0 auto; padding: .5rem 0;
}
.band-divider span {
  height: 3px; border-radius: 1px; transform: skewX(-16deg);
}
.instance-tile {
  background: linear-gradient(145deg, rgba(30,32,36,.9), rgba(12,13,15,.78));
  border: 1px solid rgba(255,255,255,.09);
  border-radius: .5rem; padding: .85rem 1rem;
  box-shadow: 0 14px 40px rgba(0,0,0,.28);
  min-width: 160px;
}
.instance-tile .mark {
  width: .45rem; height: .45rem; border-radius: 50%; display: inline-block; margin-right: .4rem;
}
.feat-layout {
  display: grid;
  gap: 2.5rem;
  width: min(100% - clamp(2rem, 5vw, 4rem), 1350px);
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .feat-layout {
    grid-template-columns: 13.5rem minmax(0, 1fr);
    gap: 2.75rem;
    align-items: start;
  }
}
.feat-map {
  background: linear-gradient(160deg, rgba(24,26,30,.92), rgba(12,13,15,.82));
  border: 1px solid rgba(255,255,255,.08);
  border-radius: .75rem; padding: 1.1rem 1rem;
}
@media (min-width: 1024px) {
  .feat-map {
    position: sticky; top: 5.75rem;
  }
}
.feat-map-mobile {
  display: flex; gap: .45rem; overflow-x: auto; padding-bottom: .35rem;
  margin-bottom: 1.5rem; -webkit-overflow-scrolling: touch;
}
.feat-map-mobile a {
  flex: 0 0 auto; padding: .45rem .75rem; border-radius: 999px;
  border: 1px solid rgba(255,255,255,.1); color: var(--muted); font-size: .85rem;
  background: rgba(16,17,20,.75); white-space: nowrap;
}
.feat-map-mobile a.is-active { color: var(--ink); border-color: rgba(255,255,255,.22); }
@media (min-width: 1024px) {
  .feat-map-mobile { display: none !important; }
  .feat-map-desktop { display: block !important; }
}
@media (max-width: 1023px) {
  .feat-map-desktop { display: none !important; }
}
.feat-map a {
  display: flex; align-items: center; gap: .65rem;
  padding: .55rem .4rem; color: var(--muted); font-size: .92rem; border-radius: .35rem;
  transition: color .15s ease, background .15s ease, box-shadow .15s ease;
}
.feat-map a:hover, .feat-map a.is-active {
  color: var(--ink); background: rgba(255,255,255,.04);
  box-shadow: inset 2px 0 0 var(--map-dot, #d94a68);
}
.feat-map .dot {
  width: .55rem; height: .55rem; border-radius: 50%; flex-shrink: 0;
}
.prism-fragment {
  position: absolute; pointer-events: none; opacity: .35;
  height: 3px; border-radius: 1px; transform: skewX(-18deg);
  background: linear-gradient(90deg, var(--f1,#d94a68), var(--f2,#5079a5));
}
.meta-inline {
  display: flex; flex-wrap: wrap; gap: .75rem 1.35rem;
  margin-top: 1.35rem; padding-top: 1.1rem;
  border-top: 1px solid rgba(255,255,255,.07);
  color: var(--muted); font-size: .92rem;
}
.meta-inline strong {
  color: var(--ink); font-weight: 650; margin-right: .35rem;
}
.faq-row button .q-mark {
  font-family: var(--font-mono);
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1;
  width: 1.65rem;
  height: 1.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: .4rem;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}
.faq-row.is-open button .q-mark {
  color: var(--q, #d94a68);
  border-color: color-mix(in srgb, var(--q, #d94a68) 45%, transparent);
  background: color-mix(in srgb, var(--q, #d94a68) 12%, transparent);
  transform: rotate(45deg);
}
.faq-row:hover {
  border-color: color-mix(in srgb, var(--q, #d94a68) 35%, rgba(255,255,255,.12));
  box-shadow:
    inset 3px 0 0 color-mix(in srgb, var(--q, #d94a68) 70%, transparent),
    0 12px 36px rgba(0,0,0,.28),
    0 0 0 1px color-mix(in srgb, var(--q, #d94a68) 12%, transparent);
  transform: translateY(-2px);
  background: rgba(20,22,26,.78);
}
.faq-row:hover button .q-mark {
  color: var(--q, #d94a68);
  border-color: color-mix(in srgb, var(--q, #d94a68) 40%, transparent);
}
.platform-ico {
  width: 1.35rem; height: 1.35rem; flex-shrink: 0; opacity: .9;
}
.platform-row .plat-main {
  display: flex; align-items: flex-start; gap: .85rem;
}
.control-strip {
  display: flex; flex-wrap: wrap; gap: .5rem;
  margin-top: 1.25rem;
}
.control-strip span {
  padding: .4rem .75rem; border-radius: .35rem;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(16,17,20,.75); font-size: .85rem; color: var(--muted);
}
.flow-stack {
  display: grid; gap: .65rem; max-width: 280px;
}
.flow-step {
  display: flex; align-items: center; gap: .75rem;
  padding: .7rem .9rem;
  background: rgba(18,19,22,.82);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: .45rem;
  font-size: .92rem;
}
.flow-step .pip {
  width: .55rem; height: .55rem; border-radius: 2px; flex-shrink: 0;
}
.flow-arrow { color: var(--muted); text-align: center; font-size: .85rem; opacity: .7; }
.mono-panel {
  font-family: var(--font-mono);
  background: rgba(10,11,13,.88);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: .55rem;
  padding: 1.15rem 1.25rem;
  font-size: .82rem;
  color: var(--muted);
  line-height: 1.7;
}
.mono-panel .ok { color: #7eb896; }
.mono-panel .warn { color: #d4b86a; }
.mono-panel .bad { color: #e87894; }
.cap-table {
  width: 100%; border-collapse: collapse; font-size: .92rem;
  background: rgba(16,17,20,.82);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: .65rem; overflow: hidden;
}
.cap-table th, .cap-table td {
  padding: .85rem 1rem; text-align: left;
  border-bottom: 1px solid rgba(255,255,255,.06);
  vertical-align: top;
}
.cap-table th {
  background: rgba(22,24,28,.95);
  font-weight: 650; color: var(--ink);
  position: sticky; top: 0; z-index: 1;
}
.cap-table tr:nth-child(even) td { background: rgba(255,255,255,.015); }
.cap-table .yes { color: #7eb896; }
.cap-table .row-pip {
  display: inline-block; width: 3px; height: 1.1em; margin-right: .55rem;
  border-radius: 1px; vertical-align: middle;
}
.release-console {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  position: relative;
  overflow: visible;
  max-width: 40rem;
  margin-inline: auto;
  text-align: center;
}
.release-console::before { display: none; }
.release-console .nx-kicker {
  justify-content: center;
}
.release-console .nx-h1 {
  text-align: center;
  margin-inline: auto;
  text-wrap: balance;
}
.release-console .nx-muted {
  text-align: center;
}
.release-console .status-board {
  text-align: left;
  margin-inline: auto;
  max-width: 28rem;
}
.platform-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1.25rem 1.35rem;
  background: linear-gradient(145deg, rgba(26,28,32,.88), rgba(12,13,15,.75));
  border: 1px solid rgba(255,255,255,.08);
  border-radius: .65rem;
  border-left: 3px solid var(--edge, #d94a68);
  margin-bottom: .85rem;
  transition: transform .2s ease, border-color .2s ease;
}
.platform-row:hover {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.14);
}
.timeline { position: relative; padding-left: 1.5rem; }
.timeline::before {
  content: ""; position: absolute; left: .4rem; top: .4rem; bottom: .4rem; width: 2px;
  background: linear-gradient(#d94a68, #c9a84a, #5079a5, #775487);
}
.timeline-item {
  position: relative; margin-bottom: 1.35rem;
  padding: 1rem 1.15rem;
  background: rgba(16,17,20,.78);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: .55rem;
}
.timeline-item::before {
  content: ""; position: absolute; left: -1.28rem; top: 1.15rem;
  width: .65rem; height: .65rem; border-radius: 50%;
  background: var(--node, #d94a68);
  box-shadow: 0 0 0 3px rgba(8,9,10,.9);
}
.guide-rail {
  position: sticky; top: 5.5rem;
  background: rgba(16,17,20,.82);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: .65rem;
  padding: 1rem;
}
.guide-rail a {
  display: block; padding: .45rem .5rem; color: var(--muted); font-size: .9rem;
  border-radius: .3rem;
}
.guide-rail a:hover { color: var(--ink); background: rgba(255,255,255,.04); }
.step-seq { display: grid; gap: 0; }
.step-row {
  display: grid; grid-template-columns: 3rem 1fr; gap: 1rem;
  position: relative; padding-bottom: 1.35rem;
}
.step-row:not(:last-child)::before {
  content: ""; position: absolute; left: 1.05rem; top: 2rem; bottom: 0; width: 2px;
  background: linear-gradient(var(--step, #5079a5), transparent);
  opacity: .55;
}
.step-num {
  font-family: var(--font-mono); font-size: .85rem; color: var(--step, #5079a5);
  font-weight: 650; padding-top: .15rem;
}
.callout {
  border-left: 3px solid var(--tone, #d94a68);
  background: rgba(255,255,255,.03);
  padding: .85rem 1rem; border-radius: 0 .4rem .4rem 0;
  margin: .85rem 0;
}
.callout.error { --tone: #d94a68; }
.callout.check { --tone: #c9a84a; }
.callout.fixed { --tone: #5d9075; }
.faq-tabs {
  display: flex; flex-wrap: wrap; gap: .35rem .85rem;
  margin: 1.5rem 0 1.75rem;
  border-bottom: 1px solid rgba(255,255,255,.07);
  padding-bottom: .35rem;
}
.faq-tabs button {
  background: transparent; border: 0; color: var(--muted);
  font: inherit; font-size: .9rem; font-weight: 550;
  padding: .55rem .2rem; cursor: pointer;
  border-bottom: 2px solid transparent; margin-bottom: -1px;
  transition: color .18s ease, border-color .18s ease;
}
.faq-tabs button:hover { color: var(--ink); }
.faq-tabs button.is-active {
  color: var(--ink);
  border-bottom-color: var(--tab, #d94a68);
}
/* Shared secondary-page hero (features / faq / download / guides / trust) */
.page-hero,
.feat-hero,
.faq-hero,
.dl-hero,
.guide-hero,
.trust-hero {
  position: relative;
  isolation: isolate;
  padding-block: clamp(3rem, 7vw, 5rem) clamp(2rem, 4vw, 3rem) !important;
  overflow: hidden;
}
.page-hero::before,
.feat-hero::before,
.faq-hero::before,
.dl-hero::before,
.guide-hero::before,
.trust-hero::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 18%;
  width: min(42rem, 90vw);
  height: 14rem;
  transform: translateX(-50%);
  background:
    radial-gradient(ellipse at center, rgba(217,74,104,.16), transparent 68%),
    radial-gradient(ellipse at 70% 40%, rgba(80,121,165,.12), transparent 60%);
  filter: blur(8px);
  z-index: -1;
  pointer-events: none;
  animation: page-hero-glow 8s ease-in-out infinite alternate;
}
.guide-hero::before {
  background:
    radial-gradient(ellipse at center, rgba(80,121,165,.18), transparent 68%),
    radial-gradient(ellipse at 70% 40%, rgba(93,144,117,.1), transparent 60%);
}
.trust-hero::before {
  background:
    radial-gradient(ellipse at center, rgba(93,144,117,.18), transparent 68%),
    radial-gradient(ellipse at 70% 40%, rgba(80,121,165,.1), transparent 60%);
}
.faq-hero::before {
  background:
    radial-gradient(ellipse at center, rgba(119,84,135,.18), transparent 68%),
    radial-gradient(ellipse at 70% 40%, rgba(217,74,104,.1), transparent 60%);
}
.page-hero::after,
.feat-hero::after,
.faq-hero::after,
.dl-hero::after,
.guide-hero::after,
.trust-hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8%;
  width: min(18rem, 50vw);
  height: 3px;
  transform: translateX(-50%) skewX(-18deg);
  background: linear-gradient(90deg, transparent, #d94a68, #c9a84a, #5079a5, transparent);
  opacity: .55;
  border-radius: 2px;
  z-index: -1;
  pointer-events: none;
}
@keyframes page-hero-glow {
  from { opacity: .75; transform: translateX(-50%) scale(1); }
  to { opacity: 1; transform: translateX(-50%) scale(1.06); }
}
.page-hero-inner,
.feat-hero-inner,
.faq-hero-inner {
  text-align: center;
  max-width: 40rem;
  margin-inline: auto;
  animation: page-hero-rise .7s ease both;
}
.dl-hero .release-console {
  animation: page-hero-rise .7s ease both;
}
@keyframes page-hero-rise {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
.page-hero-inner .nx-kicker,
.feat-hero-inner .nx-kicker,
.faq-hero-inner .nx-kicker,
.dl-hero .nx-kicker {
  justify-content: center;
  margin-inline: auto;
  margin-bottom: 1.1rem;
  padding: .4rem .85rem;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, currentColor 40%, transparent);
  background: color-mix(in srgb, currentColor 12%, transparent);
  box-shadow: 0 0 24px color-mix(in srgb, currentColor 14%, transparent);
  font-size: .72rem;
  letter-spacing: .16em;
  width: fit-content;
}
.page-hero-inner .nx-h1,
.feat-hero-inner .nx-h1,
.faq-hero-inner .nx-h1,
.dl-hero .nx-h1 {
  text-align: center;
  margin: 0 auto .95rem;
  max-width: 15em;
  font-size: clamp(1.85rem, 3.6vw, 2.85rem) !important;
  line-height: 1.12;
  letter-spacing: -.025em;
  text-wrap: balance;
  text-shadow:
    0 2px 24px rgba(0,0,0,.45),
    0 0 40px rgba(217,74,104,.1);
}
.page-hero-inner .nx-h1::after,
.feat-hero-inner .nx-h1::after,
.faq-hero-inner .nx-h1::after,
.dl-hero .nx-h1::after {
  content: "";
  display: block;
  width: 3.5rem;
  height: 2px;
  margin: 1rem auto 0;
  border-radius: 1px;
  background: linear-gradient(90deg, currentColor, transparent);
  opacity: .7;
  box-shadow: 0 0 14px rgba(217,74,104,.35);
}
.page-hero-inner .nx-lead,
.feat-hero-inner .nx-lead,
.faq-hero-inner .nx-lead,
.dl-hero .nx-muted {
  margin: 0 auto 1.5rem;
  max-width: 34rem;
  text-align: center;
  text-wrap: balance;
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  line-height: 1.65;
  color: rgba(220,224,232,.88);
}
.page-hero-board {
  margin: 1.25rem auto 0;
  max-width: 22rem;
  text-align: left;
}
.page-hero-actions,
.feat-hero-actions,
.dl-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  justify-content: center;
  margin-top: .15rem;
}
.page-hero-actions .nx-btn,
.feat-hero-actions .nx-btn,
.dl-hero-actions .nx-btn {
  min-width: 9.5rem;
  justify-content: center;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.page-hero-actions .nx-btn-primary,
.feat-hero-actions .nx-btn-primary,
.dl-hero-actions .nx-btn-primary {
  box-shadow: 0 10px 28px rgba(217,74,104,.28);
}
.page-hero-actions .nx-btn-primary:hover,
.feat-hero-actions .nx-btn-primary:hover,
.dl-hero-actions .nx-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(217,74,104,.38);
}
.page-hero-actions .nx-btn-ghost:hover,
.feat-hero-actions .nx-btn-ghost:hover,
.dl-hero-actions .nx-btn-ghost:hover {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.28);
}
.page-section-center {
  text-align: center;
  max-width: 44rem;
  margin-inline: auto;
}
.page-section-center .nx-kicker {
  justify-content: center;
  width: fit-content;
  margin-inline: auto;
}
.page-section-center .nx-h2 {
  text-align: center;
  margin-inline: auto;
}
.page-section-center .nx-h2::after { margin-inline: auto; }
.page-section-center .measure,
.page-section-center .nx-muted {
  margin-inline: auto;
  text-align: center;
}
.page-section-center .tree {
  margin-inline: auto;
  text-align: left;
  max-width: 28rem;
}

/* Center titles across secondary pages */
.nx-page-body.page-center,
.page-canvas.page-center h1.nx-h1,
.nx-page-body.page-center,
.page-canvas.page-center h2.nx-h2,
.nx-page-body.page-center,
.page-canvas.page-center .nx-involve-block > h3 {
  text-align: center;
  margin-inline: auto;
  text-wrap: balance;
}
.nx-page-body.page-center,
.page-canvas.page-center h2.nx-h2::after {
  margin-inline: auto;
}
.nx-page-body.page-center,
.page-canvas.page-center .section-pad > .wrap > .nx-kicker,
.nx-page-body.page-center,
.page-canvas.page-center .section-pad > .nx-wrap > .nx-kicker,
.nx-page-body.page-center,
.page-canvas.page-center .page-section-center > .nx-kicker,
.nx-page-body.page-center,
.page-canvas.page-center .sponsors-panel > .nx-kicker {
  justify-content: center;
  width: fit-content;
  margin-inline: auto;
}
.nx-page-body.page-center,
.page-canvas.page-center .section-pad > .wrap > .nx-lead,
.nx-page-body.page-center,
.page-canvas.page-center .section-pad > .wrap > .nx-muted,
.nx-page-body.page-center,
.page-canvas.page-center .section-pad > .nx-wrap > .nx-muted,
.nx-page-body.page-center,
.page-canvas.page-center .sponsors-panel > .nx-muted {
  text-align: center;
  margin-inline: auto;
  text-wrap: balance;
}
.nx-page-body.page-center,
.page-canvas.page-center .faq-tabs {
  justify-content: center;
}
.nx-page-body.page-center,
.page-canvas.page-center #platforms .platform-row,
.nx-page-body.page-center,
.page-canvas.page-center .platform-row {
  max-width: 920px;
  margin-inline: auto;
}
.nx-page-body.page-center,
.page-canvas.page-center .shot-glow.max-w-4xl,
.nx-page-body.page-center,
.page-canvas.page-center .shot-glow.max-w-3xl {
  margin-inline: auto;
}

/* Features page — center all section titles */
body:has(.feat-hero) .nx-page-body,
body:has(.feat-hero) .page-canvas h2.nx-h2,
body:has(.feat-hero) .nx-page-body,
body:has(.feat-hero) .page-canvas .nx-involve-block > h3 {
  text-align: center;
  margin-inline: auto;
  text-wrap: balance;
}
body:has(.feat-hero) .nx-page-body,
body:has(.feat-hero) .page-canvas h2.nx-h2::after {
  margin-inline: auto;
}
body:has(.feat-hero) .section-pad .wrap > .nx-kicker,
body:has(.feat-hero) .nx-involve-block > .nx-kicker {
  justify-content: center;
  width: fit-content;
  margin-inline: auto;
}
body:has(.feat-hero) .section-pad .wrap > .nx-lead {
  text-align: center;
  margin-inline: auto;
  text-wrap: balance;
}
body:has(.feat-hero) .nx-involve-block > h3 {
  text-align: center;
}
body:has(.feat-hero) .nx-involve-block > p {
  text-align: center;
  margin-inline: auto;
  max-width: 62ch;
}
body:has(.feat-hero) .nx-other-list {
  justify-items: center;
  text-align: center;
}
body:has(.feat-hero) .nx-other-list li {
  max-width: 62ch;
}
body:has(.feat-hero) .nx-backers {
  margin-inline: auto;
}
body:has(.feat-hero) .nx-sponsor-logos {
  justify-content: center;
}
body:has(.feat-hero) .shot-glow.max-w-4xl {
  margin-inline: auto;
}
@media (prefers-reduced-motion: reduce) {
  .page-hero::before,
  .feat-hero::before,
  .faq-hero::before,
  .dl-hero::before,
  .guide-hero::before,
  .trust-hero::before,
  .page-hero-inner,
  .feat-hero-inner,
  .faq-hero-inner,
  .dl-hero .release-console {
    animation: none !important;
  }
  .page-hero-actions .nx-btn:hover,
  .feat-hero-actions .nx-btn:hover,
  .dl-hero-actions .nx-btn:hover { transform: none; }
}
.faq-row {
  border: 1px solid rgba(255,255,255,.08);
  border-radius: .65rem;
  background: linear-gradient(155deg, rgba(22,24,29,.78), rgba(12,13,16,.7));
  margin-bottom: .75rem;
  overflow: hidden;
  transition:
    border-color .22s ease,
    background .22s ease,
    box-shadow .22s ease,
    transform .22s ease;
}
.faq-row.is-open {
  border-color: color-mix(in srgb, var(--q, #d94a68) 40%, rgba(255,255,255,.14));
  background: linear-gradient(155deg, rgba(28,30,36,.92), rgba(16,17,21,.88));
  box-shadow:
    inset 3px 0 0 var(--q, #d94a68),
    0 16px 44px rgba(0,0,0,.32),
    0 0 28px color-mix(in srgb, var(--q, #d94a68) 12%, transparent);
  transform: translateY(-1px);
}
.faq-row button {
  width: 100%; text-align: left; background: transparent; border: 0;
  color: var(--ink); font: inherit; font-weight: 650;
  padding: 1.1rem 1.2rem; cursor: pointer;
  display: flex; justify-content: space-between; gap: 1rem; align-items: center;
  transition: color .18s ease;
}
.faq-row button:hover { color: #fff; }
.faq-row .panel {
  padding: 0 1.2rem 1.2rem;
  color: var(--muted);
  animation: faq-panel-in .28s ease;
}
@keyframes faq-panel-in {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  .faq-row,
  .faq-row button .q-mark,
  .faq-row .panel {
    transition: none !important;
    animation: none !important;
  }
  .faq-row:hover,
  .faq-row.is-open { transform: none; }
}
.status-board {
  display: grid; gap: .55rem;
  background: rgba(14,15,17,.8);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: .65rem; padding: 1.1rem;
}
.status-board .row {
  display: flex; justify-content: space-between; gap: 1rem;
  font-size: .9rem; padding: .45rem .2rem;
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.status-board .ok { color: #7eb896; }
.status-board .warn { color: #d4b86a; }
.status-board .bad { color: #e87894; }
.trust-grid {
  display: grid; gap: 0;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: .65rem; overflow: hidden;
  background: rgba(14,15,17,.72);
}
.trust-grid dt, .trust-grid dd {
  margin: 0; padding: 1rem 1.15rem;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.trust-grid dt {
  font-weight: 650; color: var(--ink);
  background: rgba(255,255,255,.02);
}
.trust-grid dd { color: var(--muted); padding-top: 0; }
@media (min-width: 800px) {
  .trust-grid {
    grid-template-columns: 12rem 1fr;
  }
  .trust-grid dt { border-right: 1px solid rgba(255,255,255,.06); }
}
.tree {
  font-family: var(--font-mono); font-size: .85rem; color: var(--muted);
  background: rgba(10,11,13,.88); border: 1px solid rgba(255,255,255,.08);
  border-radius: .55rem; padding: 1.15rem 1.25rem; line-height: 1.75;
}
.header-bar {
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem;
  min-height: 64px; padding-block: .75rem;
}
.header-brand { justify-self: start; }
.desktop-nav { justify-self: center; display: flex; align-items: center; gap: 1.35rem; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: .6rem; }
#site-header {
  position: sticky; top: 0; z-index: 50;
  border-bottom: 1px solid transparent; background: transparent;
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}
#site-header.is-scrolled {
  background: rgba(7,8,9,.88);
  border-bottom-color: rgba(255,255,255,.06);
  backdrop-filter: blur(12px);
}
.nav-link { color: var(--muted); font-size: .92rem; font-weight: 550; }
.nav-link:hover, .nav-link[aria-current="page"] { color: var(--ink); }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .7rem 1.15rem; border-radius: .45rem; font-weight: 650; font-size: .95rem;
  border: 1px solid transparent; transition: transform .15s ease, background .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-soft); color: #fff; box-shadow: 0 8px 24px rgba(214,69,106,.25); }
.btn-ghost {
  background: rgba(14,15,17,.45); border-color: rgba(255,255,255,.12); color: var(--ink);
}
.btn-ghost:hover { border-color: rgba(255,255,255,.22); }
.btn-verify { background: rgba(93,144,117,.2); border-color: rgba(93,144,117,.45); color: #b6dfc4; }
#mobile-nav {
  display: none; position: absolute; inset: 100% 0 auto 0;
  background: rgba(12,13,15,.94); border-bottom: 1px solid rgba(255,255,255,.06);
  padding: 1rem 1.25rem 1.25rem; backdrop-filter: blur(12px);
}
#mobile-nav.is-open { display: block; }
.float-dl {
  position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 40;
  height: 3.25rem; width: auto; min-width: 0;
  padding: 0 1.15rem 0 .9rem; border-radius: 999px;
  background: var(--accent); color: #fff;
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  box-shadow: 0 10px 28px rgba(0,0,0,.5);
  font-family: var(--font-body, inherit); font-size: .92rem; font-weight: 650;
  letter-spacing: .01em; text-decoration: none;
}
.float-dl:hover { transform: translateY(-3px); color: #fff; }
.float-dl img { width: 1.35rem; height: 1.35rem; flex-shrink: 0; }
.float-dl .float-dl-label { line-height: 1; white-space: nowrap; }
.lightbox {
  position: fixed; inset: 0; z-index: 100; display: none;
  align-items: center; justify-content: center; background: rgba(0,0,0,.88); padding: 1.5rem;
}
.lightbox.is-open { display: flex; }
.lightbox img { max-height: min(88vh, 900px); max-width: min(94vw, 1100px); border-radius: .4rem; }
.lightbox-close {
  position: absolute; top: 1rem; right: 1rem; width: 2.5rem; height: 2.5rem;
  border: 1px solid rgba(255,255,255,.12); background: rgba(18,18,20,.95); color: var(--ink);
  border-radius: .4rem; cursor: pointer; font-size: 1.25rem;
}
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
@media (max-width: 899px) {
  .header-bar { display: flex; justify-content: space-between; }
  .desktop-nav { display: none !important; }
  .guide-desktop-rail { display: none !important; }
  .guide-mobile-tabs { display: flex !important; }
}
@media (min-width: 900px) {
  #menu-toggle { display: none !important; }
  #mobile-nav, #mobile-nav.is-open { display: none !important; }
  .guide-mobile-tabs { display: none !important; }
}
.guide-mobile-tabs {
  display: none; gap: .5rem; overflow-x: auto; padding-bottom: .5rem; margin-bottom: 1rem;
}
.guide-mobile-tabs a {
  flex: 0 0 auto; padding: .45rem .75rem; border-radius: 999px;
  border: 1px solid rgba(255,255,255,.1); color: var(--muted); font-size: .85rem;
  background: rgba(16,17,20,.75);
}
@media (prefers-reduced-motion: reduce) {
  .page-light, .page-cube { animation: none !important; }
  .btn:hover, .shot-frame:hover, .prism-card:hover, .platform-row:hover, .float-dl:hover { transform: none !important; }
}
