/* Pitchestra v2: performance layer and cinematic inner pages */
.cursor-orb,
.cursor-dot {
  left: 0;
  top: 0;
  transform: none;
  will-change: transform;
}
html {
  scroll-behavior: auto;
}
.noise {
  display: none !important;
}
#starfield,
.aurora {
  position: absolute !important;
  top: 0;
  left: 0;
  right: auto !important;
  bottom: auto !important;
  width: 100% !important;
  height: 100vh;
  max-height: 100vh;
}
.nav-shell {
  backdrop-filter: none !important;
  background: rgba(5, 6, 8, 0.96);
}
body.scrolling * {
  animation-play-state: paused !important;
}
.section {
  content-visibility: auto;
  contain-intrinsic-size: 900px;
}
.reveal {
  transform: translateY(22px);
  transition-duration: 0.55s;
}
.field,
.expert,
.rule,
.phase,
.signal-card,
.demo-shell {
  contain: paint;
}
.progress i {
  will-change: transform;
}
.aurora {
  filter: none;
  background:
    radial-gradient(
      circle at var(--mx) var(--my),
      rgba(67, 232, 255, 0.06),
      transparent 18%
    ),
    radial-gradient(
      circle at 75% 30%,
      rgba(139, 92, 255, 0.065),
      transparent 22%
    ),
    radial-gradient(circle at 35% 75%, rgba(255, 184, 0, 0.04), transparent 24%);
}
.noise {
  opacity: 0.02;
}
.nav-shell {
  backdrop-filter: blur(10px);
}
section:not(.motion-active) *,
.ticker:not(.motion-active) * {
  animation-play-state: paused !important;
}
.field,
.expert,
.rule,
.phase,
.signal-card,
.demo-shell {
  will-change: auto;
}
.inner-page {
  background: #050608;
}
.inner-page main {
  overflow: hidden;
}
.inner-page .neo-subhero {
  min-height: 100vh;
  padding: 150px 6vw 90px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--line);
  position: relative;
}
.neo-subhero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(
    to bottom,
    transparent 4%,
    #000 28%,
    transparent 95%
  );
}
.sub-code {
  position: absolute;
  left: 2vw;
  top: 53%;
  transform: rotate(-90deg) translateX(-50%);
  transform-origin: left;
  font: 9px DM Mono;
  color: #5e6670;
  letter-spacing: 0.2em;
}
.subhero-grid {
  width: min(1400px, 100%);
  margin: auto;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 5vw;
  position: relative;
}
.neo-subhero h1 {
  font-size: clamp(64px, 7.1vw, 116px);
  line-height: 0.82;
  letter-spacing: -0.075em;
  margin: 30px 0 34px;
}
.neo-subhero h1 span {
  color: var(--acid);
  text-shadow: 0 0 35px rgba(255, 184, 0, 0.16);
}
.neo-subhero p {
  font-size: 16px;
  line-height: 1.8;
  max-width: 650px;
  color: #9ca3ad;
  border-left: 1px solid var(--cyan);
  padding-left: 20px;
}
.market-orbit,
.protocol-orbit,
.neural-map {
  height: min(620px, 68vh);
  position: relative;
  display: grid;
  place-items: center;
}
.market-rings,
.market-rings i {
  position: absolute;
  inset: 10%;
  border: 1px solid rgba(67, 232, 255, 0.17);
  border-radius: 50%;
}
.market-rings:before,
.market-rings:after {
  content: "";
  position: absolute;
  inset: -8%;
  border: 1px dashed rgba(255, 184, 0, 0.2);
  border-radius: 50%;
  animation: spin 30s linear infinite;
}
.market-rings:after {
  inset: 18%;
  border-color: rgba(139, 92, 255, 0.25);
  animation-direction: reverse;
  animation-duration: 18s;
}
.market-rings i:nth-child(1) {
  inset: 22%;
  border-color: rgba(255, 184, 0, 0.2);
}
.market-rings i:nth-child(2) {
  inset: 36%;
  border-style: dashed;
}
.market-rings i:nth-child(3) {
  inset: 3%;
  border-style: dotted;
}
.market-core {
  width: 145px;
  height: 145px;
  border: 1px solid rgba(67, 232, 255, 0.45);
  transform: rotate(45deg);
  display: grid;
  place-content: center;
  text-align: center;
  background: rgba(67, 232, 255, 0.045);
  box-shadow:
    inset 0 0 45px rgba(67, 232, 255, 0.08),
    0 0 55px rgba(67, 232, 255, 0.08);
}
.market-core > * {
  transform: rotate(-45deg);
}
.market-core b {
  font-size: 52px;
  color: var(--acid);
  line-height: 1;
}
.market-core span {
  font: 8px/1.5 DM Mono;
  color: #82909a;
  letter-spacing: 0.16em;
}
.orbit-tag {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  background: rgba(7, 9, 12, 0.88);
  padding: 13px 15px;
  min-width: 155px;
  font: 8px DM Mono;
  color: #858d97;
  letter-spacing: 0.12em;
}
.orbit-tag:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: var(--cyan);
  box-shadow: 0 0 8px var(--cyan);
  flex: 0 0 auto;
}
.orbit-tag em {
  float: none;
  margin-left: auto;
  padding-left: 12px;
  color: var(--acid);
}

.motion-active .market-orbit .orbit-tag {
  animation: market-tag-float 4.8s ease-in-out infinite;
}
.motion-active .market-orbit .orbit-tag:nth-of-type(2) { animation-delay: -1.2s; }
.motion-active .market-orbit .orbit-tag:nth-of-type(3) { animation-delay: -2.4s; }
.motion-active .market-orbit .orbit-tag:nth-of-type(4) { animation-delay: -3.6s; }
.motion-active .protocol-orbit .stack-line {
  animation: protocol-signal 4.2s ease-in-out infinite;
}
.motion-active .protocol-orbit .stack-line:nth-of-type(2) { animation-delay: -1.05s; }
.motion-active .protocol-orbit .stack-line:nth-of-type(3) { animation-delay: -2.1s; }
.motion-active .protocol-orbit .stack-line:nth-of-type(4) { animation-delay: -3.15s; }
.motion-active .neural-map .node {
  animation: expert-node-pulse 3.8s ease-in-out infinite;
}
.motion-active .neural-map .node:nth-of-type(2n) { animation-delay: -1.3s; }
.motion-active .neural-map .node:nth-of-type(3n) { animation-delay: -2.6s; }

@keyframes market-tag-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}
@keyframes protocol-signal {
  0%, 100% { border-color: rgba(255, 255, 255, 0.08); }
  50% { border-color: rgba(67, 232, 255, 0.32); box-shadow: 0 0 22px rgba(67, 232, 255, 0.08); }
}
@keyframes expert-node-pulse {
  0%, 100% { box-shadow: 0 0 8px rgba(67, 232, 255, 0.16); }
  50% { box-shadow: 0 0 22px rgba(67, 232, 255, 0.38); }
}
.orbit-tag.t1 {
  top: 16%;
  left: 3%;
}
.orbit-tag.t2 {
  top: 28%;
  right: -2%;
}
.orbit-tag.t3 {
  bottom: 21%;
  left: 0;
}
.orbit-tag.t4 {
  right: 2%;
  bottom: 12%;
}
.matrix-label,
.map-status {
  position: absolute;
  bottom: 2%;
  font: 8px DM Mono;
  color: #59626d;
  letter-spacing: 0.16em;
}
.neo-fields {
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.neo-fields .field {
  min-height: 410px;
  padding: 26px;
  background: linear-gradient(
    150deg,
    rgba(255, 255, 255, 0.035),
    rgba(255, 255, 255, 0.008)
  );
  position: relative;
  overflow: hidden;
  display: flex;
}
.neo-fields .field:before {
  content: "";
  position: absolute;
  inset: auto -40% -60% 20%;
  height: 280px;
  background: radial-gradient(circle, var(--cyan), transparent 65%);
  opacity: 0.04;
  transition: 0.4s;
}
.neo-fields .field:hover:before {
  opacity: 0.12;
  bottom: -45%;
}
.field-top i {
  font-style: normal;
  color: var(--acid);
}
.field-glyph {
  width: 74px;
  height: 74px;
  border: 1px solid rgba(67, 232, 255, 0.3);
  display: grid;
  place-items: center;
  font: 24px DM Mono;
  color: var(--cyan);
  transform: rotate(45deg);
  margin: 58px 0 35px;
  box-shadow: inset 0 0 25px rgba(67, 232, 255, 0.06);
}
.field-glyph:first-letter {
  transform: rotate(-45deg);
}
.neo-fields .field h3 {
  margin: 0 0 12px;
}
.neo-fields .field p {
  margin: 0 0 22px;
}
.field-scan {
  height: 2px;
  background: #20252c;
  margin-top: auto;
  margin-bottom: 22px;
}
.field-scan span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--cyan), var(--acid));
  box-shadow: 0 0 8px var(--cyan);
}
.neo-fields .btn {
  width: 100%;
}
.protocol-orbit {
  perspective: 800px;
}
.stack-core {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: 1px solid rgba(255, 184, 0, 0.45);
  display: grid;
  place-content: center;
  text-align: center;
  background: radial-gradient(circle, rgba(255, 184, 0, 0.13), transparent 65%);
  box-shadow: 0 0 70px rgba(255, 184, 0, 0.08);
  z-index: 2;
}
.stack-core span {
  font-size: 52px;
  font-weight: 900;
  color: var(--acid);
}
.stack-core b {
  font: 8px/1.5 DM Mono;
  letter-spacing: 0.18em;
}
.stack-line {
  position: absolute;
  left: 5%;
  right: 5%;
  height: 56px;
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: 50px 1fr auto;
  align-items: center;
  padding: 0 18px;
  background: rgba(7, 9, 12, 0.78);
  font: 8px DM Mono;
  letter-spacing: 0.13em;
  transform-style: preserve-3d;
}
.stack-line i {
  font-style: normal;
  color: var(--cyan);
}
.stack-line em {
  color: #62ff9b;
}
.stack-line.s1 {
  top: 12%;
  transform: perspective(500px) rotateY(-8deg);
}
.stack-line.s2 {
  top: 30%;
  transform: perspective(500px) rotateY(7deg);
}
.stack-line.s3 {
  bottom: 30%;
  transform: perspective(500px) rotateY(-7deg);
}
.stack-line.s4 {
  bottom: 12%;
  transform: perspective(500px) rotateY(8deg);
}
.protocol-beam {
  position: absolute;
  top: 5%;
  bottom: 5%;
  left: 50%;
  width: 1px;
  background: linear-gradient(
    transparent,
    var(--cyan),
    var(--acid),
    transparent
  );
  box-shadow: 0 0 10px var(--cyan);
}
.rules-timeline {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  position: relative;
}
.timeline-beam {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(
    transparent,
    var(--cyan),
    var(--acid),
    transparent
  );
  opacity: 0.4;
}
.rules-timeline .rule {
  min-height: 300px;
  border: 1px solid var(--line);
  padding: 30px;
  position: relative;
  background: rgba(255, 255, 255, 0.016);
  overflow: hidden;
  transform-style: preserve-3d;
}
.rules-timeline .rule:after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -90px;
  bottom: -90px;
  border: 1px solid rgba(67, 232, 255, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 25px rgba(67, 232, 255, 0.02),
    0 0 0 50px rgba(67, 232, 255, 0.015);
}
.rules-timeline .rule > b {
  position: absolute;
  right: 25px;
  top: 18px;
  font-size: 75px;
  color: rgba(255, 255, 255, 0.055);
}
.rules-timeline .rule > span {
  font: 9px DM Mono;
  color: var(--cyan);
  letter-spacing: 0.16em;
}
.rules-timeline .rule h3 {
  font-size: 26px;
  margin: 80px 0 15px;
}
.rules-timeline .rule p {
  max-width: 470px;
  color: #858d97;
  line-height: 1.7;
}
.rules-timeline .rule > em {
  position: absolute;
  bottom: 25px;
  font: 8px DM Mono;
  color: var(--acid);
  letter-spacing: 0.14em;
}
.protocol-console,
.expert-console {
  padding-top: 40px;
}
.console-wide {
  border: 1px solid rgba(67, 232, 255, 0.22);
  background: rgba(7, 9, 12, 0.75);
}
.console-rail {
  height: 55px;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 25px;
  padding: 0 24px;
  font: 8px DM Mono;
  letter-spacing: 0.14em;
  color: #707984;
}
.console-rail i {
  height: 1px;
  background: linear-gradient(90deg, var(--cyan), transparent);
}
.console-rail em {
  color: #62ff9b;
}
.console-body {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 45px;
  align-items: center;
  padding: 55px;
}
.console-body small {
  font: 8px DM Mono;
  color: #6c7580;
  letter-spacing: 0.14em;
}
.console-body blockquote {
  font-size: 26px;
  line-height: 1.5;
  margin: 20px 0;
}
.console-body h3 {
  font-size: 25px;
  line-height: 1.4;
  margin: 20px 0;
}
.console-arrow {
  font-size: 45px;
  color: var(--acid);
  text-shadow: 0 0 20px rgba(255, 184, 0, 0.3);
}
.neural-map {
  border-radius: 50%;
  background: repeating-radial-gradient(
    circle,
    transparent 0 48px,
    rgba(67, 232, 255, 0.08) 49px 50px
  );
  animation: mapPulse 5s ease-in-out infinite;
}
.neural-core {
  width: 120px;
  height: 120px;
  border: 1px solid var(--acid);
  transform: rotate(45deg);
  display: grid;
  place-content: center;
  text-align: center;
  background: #0b0d10;
  z-index: 3;
  box-shadow: 0 0 45px rgba(255, 184, 0, 0.12);
}
.neural-core > * {
  transform: rotate(-45deg);
}
.neural-core b {
  font-size: 35px;
}
.neural-core span {
  font: 8px DM Mono;
  color: var(--acid);
}
.node {
  position: absolute;
  width: 82px;
  height: 82px;
  border: 1px solid rgba(67, 232, 255, 0.36);
  border-radius: 50%;
  display: grid;
  place-content: center;
  text-align: center;
  background: #080a0d;
  box-shadow: 0 0 25px rgba(67, 232, 255, 0.06);
  z-index: 2;
}
.node b {
  color: var(--cyan);
  font: 17px DM Mono;
}
.node span {
  font: 7px DM Mono;
  color: #747c86;
  margin-top: 5px;
}
.node.n1 {
  top: 9%;
  left: 19%;
}
.node.n2 {
  top: 17%;
  right: 12%;
}
.node.n3 {
  bottom: 14%;
  left: 11%;
}
.node.n4 {
  bottom: 8%;
  right: 22%;
}
.neural-map .link {
  position: absolute;
  width: 32%;
  height: 1px;
  background: linear-gradient(90deg, var(--cyan), rgba(67, 232, 255, 0.05));
  transform-origin: left;
  left: 50%;
  top: 50%;
  z-index: 1;
}
.neural-map .l1 {
  transform: rotate(-140deg);
}
.neural-map .l2 {
  transform: rotate(-44deg);
}
.neural-map .l3 {
  transform: rotate(144deg);
}
.neural-map .l4 {
  transform: rotate(44deg);
}
@keyframes mapPulse {
  50% {
    filter: brightness(1.2);
  }
}
.neo-experts {
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.neo-experts .expert {
  min-height: 475px;
  padding: 25px;
  background: linear-gradient(
    150deg,
    rgba(255, 255, 255, 0.032),
    rgba(255, 255, 255, 0.007)
  );
  position: relative;
  overflow: hidden;
}
.neo-experts .avatar {
  width: 90px;
  height: 90px;
  border: 1px solid rgba(67, 232, 255, 0.35);
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: relative;
  margin: 25px 0 42px;
  background: radial-gradient(
    circle,
    rgba(67, 232, 255, 0.13),
    transparent 66%
  );
}
.neo-experts .avatar:before,
.neo-experts .avatar:after {
  content: "";
  position: absolute;
  inset: -10px;
  border: 1px dashed rgba(255, 184, 0, 0.2);
  border-radius: 50%;
  animation: spin 13s linear infinite;
}
.neo-experts .avatar:after {
  inset: 12px;
  border-color: rgba(139, 92, 255, 0.25);
  animation-direction: reverse;
}
.neo-experts .avatar span {
  font: 22px DM Mono;
  color: var(--cyan);
}
.expert-status {
  position: absolute;
  top: 28px;
  right: 20px;
  font: 7px DM Mono;
  color: #66707a;
  letter-spacing: 0.12em;
}
.expert-status i {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #62ff9b;
  box-shadow: 0 0 8px #62ff9b;
  margin-right: 6px;
}
.neo-experts .expert h3 {
  font-size: 28px;
  margin: 0 0 5px;
}
.neo-experts .role {
  font: 9px DM Mono;
  color: var(--acid);
  letter-spacing: 0.1em;
}
.neo-experts .expert p {
  margin: 18px 0;
}
.expert-signal {
  display: flex;
  gap: 4px;
  align-items: end;
  height: 20px;
  margin-top: auto;
  margin-bottom: 20px;
}
.expert-signal i {
  display: block;
  width: 3px;
  background: var(--cyan);
  height: 40%;
  box-shadow: 0 0 5px var(--cyan);
}
.expert-signal i:nth-child(2) {
  height: 80%;
}
.expert-signal i:nth-child(3) {
  height: 55%;
}
.expert-signal i:nth-child(4) {
  height: 100%;
}
.expert-signal i:nth-child(5) {
  height: 65%;
}
.neo-experts .btn {
  width: 100%;
}
.btn.btn-chat {
  margin-top: 8px;
  border-color: rgba(98, 255, 155, 0.34);
  background: rgba(98, 255, 155, 0.055);
  color: #9fffc0;
}
.btn.btn-chat:hover {
  border-color: rgba(98, 255, 155, 0.72);
  background: rgba(98, 255, 155, 0.11);
  color: #d8ffe5;
}
@media (max-width: 1100px) {
  .subhero-grid {
    grid-template-columns: 1fr;
  }
  .market-orbit,
  .protocol-orbit,
  .neural-map {
    height: 520px;
  }
  .neo-fields,
  .neo-experts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 650px) {
  .inner-page .neo-subhero {
    padding: 125px 20px 70px;
    min-height: auto;
  }
  .neo-subhero h1 {
    font-size: 52px;
  }
  .sub-code {
    display: none;
  }
  .market-orbit,
  .protocol-orbit,
  .neural-map {
    height: 430px;
  }
  .orbit-tag {
    min-width: 120px;
    padding: 9px;
    font-size: 6px;
  }
  .orbit-tag.t1 {
    left: -4%;
  }
  .orbit-tag.t2 {
    right: -4%;
  }
  .stack-line {
    left: 0;
    right: 0;
  }
  .neo-fields,
  .neo-experts,
  .rules-timeline {
    grid-template-columns: 1fr;
  }
  .timeline-beam {
    display: none;
  }
  .console-body {
    grid-template-columns: 1fr;
    padding: 28px;
    gap: 18px;
  }
  .console-arrow {
    transform: rotate(90deg);
  }
  .console-rail em {
    display: none;
  }
  .neo-subhero .hero-actions {
    flex-direction: column;
  }
  .neo-subhero .hero-actions .btn {
    width: 100%;
  }
  .field-glyph {
    margin-top: 40px;
  }
}

/* Controlled chromatic pass: vivid by section, still fast and premium */
:root {
  --magenta: #ff4fd8;
  --rose: #ff5e8a;
  --mint: #5cffbd;
}

/* Home / signal spectrum */
.home .manifesto {
  background:
    radial-gradient(
      circle at 6% 36%,
      rgba(67, 232, 255, 0.055),
      transparent 26%
    ),
    radial-gradient(
      circle at 92% 70%,
      rgba(139, 92, 255, 0.07),
      transparent 28%
    );
}
.home article.phase:nth-of-type(1) {
  border-color: rgba(67, 232, 255, 0.19);
}
.home article.phase:nth-of-type(2) {
  border-color: rgba(255, 184, 0, 0.19);
}
.home article.phase:nth-of-type(3) {
  border-color: rgba(255, 79, 216, 0.19);
}
.home article.phase:nth-of-type(1) .phase-icon {
  color: var(--cyan);
  text-shadow: 0 0 30px rgba(67, 232, 255, 0.3);
}
.home article.phase:nth-of-type(2) .phase-icon {
  color: var(--acid);
  text-shadow: 0 0 30px rgba(255, 184, 0, 0.24);
}
.home article.phase:nth-of-type(3) .phase-icon {
  color: var(--magenta);
  text-shadow: 0 0 30px rgba(255, 79, 216, 0.24);
}
.home article.phase:nth-of-type(2) .phase-foot i {
  background: linear-gradient(90deg, var(--acid) 68%, #222 68%);
}
.home article.phase:nth-of-type(3) .phase-foot i {
  background: linear-gradient(90deg, var(--magenta) 68%, #222 68%);
}
.home .signal-card:nth-of-type(2) em,
.home .signal-card:nth-of-type(2) b {
  color: var(--violet);
}
.home .signal-card:nth-of-type(3) em,
.home .signal-card:nth-of-type(3) b {
  color: var(--magenta);
}
.home .signal-card:nth-of-type(4) em,
.home .signal-card:nth-of-type(4) b {
  color: var(--acid);
}
.home .signal-card:nth-of-type(2):after {
  background: radial-gradient(circle, var(--violet), transparent 60%);
}
.home .signal-card:nth-of-type(3):after {
  background: radial-gradient(circle, var(--magenta), transparent 60%);
}
.home .signal-card:nth-of-type(4):after {
  background: radial-gradient(circle, var(--acid), transparent 60%);
}

/* Markets / cool spectrum with selected warm signals */
.inner-page:not(.protocol-page):not(.experts-page) .neo-subhero h1 span {
  background: linear-gradient(105deg, var(--cyan), #8af4ff 42%, var(--violet));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
}
.market-section {
  background:
    radial-gradient(
      circle at 8% 20%,
      rgba(67, 232, 255, 0.065),
      transparent 24%
    ),
    radial-gradient(
      circle at 94% 58%,
      rgba(139, 92, 255, 0.065),
      transparent 27%
    );
}
.neo-fields article.field:nth-of-type(4n + 1) .field-glyph {
  color: var(--cyan);
  border-color: rgba(67, 232, 255, 0.34);
}
.neo-fields article.field:nth-of-type(4n + 2) .field-glyph {
  color: var(--magenta);
  border-color: rgba(255, 79, 216, 0.34);
  box-shadow: inset 0 0 25px rgba(255, 79, 216, 0.06);
}
.neo-fields article.field:nth-of-type(4n + 3) .field-glyph {
  color: var(--violet);
  border-color: rgba(139, 92, 255, 0.38);
  box-shadow: inset 0 0 25px rgba(139, 92, 255, 0.07);
}
.neo-fields article.field:nth-of-type(4n) .field-glyph {
  color: var(--acid);
  border-color: rgba(255, 184, 0, 0.34);
  box-shadow: inset 0 0 25px rgba(255, 184, 0, 0.06);
}
.neo-fields article.field:nth-of-type(4n + 2) .field-scan span {
  background: linear-gradient(90deg, var(--magenta), var(--violet));
  box-shadow: 0 0 8px var(--magenta);
}
.neo-fields article.field:nth-of-type(4n + 3) .field-scan span {
  background: linear-gradient(90deg, var(--violet), var(--cyan));
  box-shadow: 0 0 8px var(--violet);
}
.neo-fields article.field:nth-of-type(4n) .field-scan span {
  background: linear-gradient(90deg, var(--acid), var(--rose));
  box-shadow: 0 0 8px var(--acid);
}

/* Protocol / amber authority with violet-magenta depth */
.protocol-page .neo-subhero h1 span {
  background: linear-gradient(105deg, var(--acid), #ffd66b 43%, var(--magenta));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
}
.protocol-page .rules-section {
  background:
    radial-gradient(
      circle at 92% 18%,
      rgba(255, 79, 216, 0.06),
      transparent 24%
    ),
    radial-gradient(circle at 8% 74%, rgba(255, 184, 0, 0.055), transparent 25%);
}
.protocol-page .timeline-beam,
.protocol-page .protocol-beam {
  background: linear-gradient(
    transparent,
    var(--cyan),
    var(--acid),
    var(--magenta),
    var(--violet),
    transparent
  );
}
.protocol-page article.rule:nth-of-type(2n) > span {
  color: var(--magenta);
}
.protocol-page article.rule:nth-of-type(2n) > em {
  color: var(--violet);
}
.protocol-page article.rule:nth-of-type(2n):after {
  border-color: rgba(255, 79, 216, 0.14);
  box-shadow:
    0 0 0 25px rgba(255, 79, 216, 0.022),
    0 0 0 50px rgba(139, 92, 255, 0.016);
}
.protocol-page article.rule:nth-of-type(4n) {
  border-color: rgba(139, 92, 255, 0.19);
}
.protocol-page article.rule:nth-of-type(4n + 2) {
  border-color: rgba(255, 79, 216, 0.17);
}

/* Experts / neural violet-magenta spectrum */
.experts-page .neo-subhero h1 span {
  background: linear-gradient(
    105deg,
    var(--cyan),
    var(--violet) 48%,
    var(--magenta)
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
}
.experts-page .experts-section {
  background:
    radial-gradient(
      circle at 5% 28%,
      rgba(139, 92, 255, 0.07),
      transparent 24%
    ),
    radial-gradient(
      circle at 94% 70%,
      rgba(255, 79, 216, 0.06),
      transparent 27%
    );
}
.experts-page .neural-map {
  background: repeating-radial-gradient(
    circle,
    transparent 0 48px,
    rgba(139, 92, 255, 0.1) 49px 50px
  );
}
.experts-page .neural-core {
  border-color: var(--magenta);
  box-shadow: 0 0 45px rgba(255, 79, 216, 0.14);
}
.experts-page .neural-core span {
  color: var(--magenta);
}
.neo-experts article.expert:nth-of-type(4n + 2) .avatar {
  border-color: rgba(139, 92, 255, 0.4);
  background: radial-gradient(
    circle,
    rgba(139, 92, 255, 0.15),
    transparent 66%
  );
}
.neo-experts article.expert:nth-of-type(4n + 2) .avatar span,
.neo-experts article.expert:nth-of-type(4n + 2) .role {
  color: var(--violet);
}
.neo-experts article.expert:nth-of-type(4n + 2) .expert-signal i {
  background: var(--violet);
  box-shadow: 0 0 5px var(--violet);
}
.neo-experts article.expert:nth-of-type(4n + 3) .avatar {
  border-color: rgba(255, 79, 216, 0.4);
  background: radial-gradient(
    circle,
    rgba(255, 79, 216, 0.14),
    transparent 66%
  );
}
.neo-experts article.expert:nth-of-type(4n + 3) .avatar span,
.neo-experts article.expert:nth-of-type(4n + 3) .role {
  color: var(--magenta);
}
.neo-experts article.expert:nth-of-type(4n + 3) .expert-signal i {
  background: var(--magenta);
  box-shadow: 0 0 5px var(--magenta);
}
.neo-experts article.expert:nth-of-type(4n) .avatar {
  border-color: rgba(255, 184, 0, 0.4);
  background: radial-gradient(circle, rgba(255, 184, 0, 0.13), transparent 66%);
}
.neo-experts article.expert:nth-of-type(4n) .avatar span,
.neo-experts article.expert:nth-of-type(4n) .role {
  color: var(--acid);
}
.neo-experts article.expert:nth-of-type(4n) .expert-signal i {
  background: var(--acid);
  box-shadow: 0 0 5px var(--acid);
}

/* Unified conversion zone */
.final-cta {
  background:
    radial-gradient(
      circle at 18% 70%,
      rgba(67, 232, 255, 0.07),
      transparent 25%
    ),
    radial-gradient(
      circle at 82% 26%,
      rgba(255, 79, 216, 0.07),
      transparent 26%
    ),
    linear-gradient(180deg, transparent, rgba(139, 92, 255, 0.025));
}
.final-cta .eyebrow {
  background: linear-gradient(
    90deg,
    var(--cyan),
    var(--violet),
    var(--magenta)
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Live AI Pitch Lab */
.lab-form textarea#context {
  min-height: 76px;
}
.lab-form textarea#question {
  min-height: 70px;
}
.output {
  position: relative;
}
.ai-meta {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 16px;
  margin-bottom: 25px;
  font: 8px DM Mono;
  color: var(--cyan);
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.ai-meta span:last-child {
  color: var(--magenta);
}
.ai-answer {
  font-size: 14px;
  line-height: 1.78;
  color: #c7ccd3;
}
.ai-answer strong {
  color: #fff;
}
.ai-error {
  border-left: 2px solid var(--rose);
  padding: 18px 20px;
  background: rgba(255, 94, 138, 0.045);
  color: #aeb5be;
  line-height: 1.7;
}
.ai-error h4 {
  color: var(--rose);
  margin: 0 0 12px;
}
.ai-error small {
  color: #69717b;
}
.output > .btn {
  margin-top: 26px;
}
#generate[disabled] {
  opacity: 0.58;
  pointer-events: none;
}
.typing {
  font: 9px DM Mono;
  color: var(--cyan);
  letter-spacing: 0.15em;
}

/* Interaction reliability and readability pass */
a,
button,
select {
  cursor: pointer;
}
textarea,
input {
  cursor: text;
}
.custom-cursor body,
.custom-cursor a,
.custom-cursor button,
.custom-cursor select,
.custom-cursor textarea,
.custom-cursor input {
  cursor: none !important;
}
.cursor-orb,
.cursor-dot {
  z-index: 1100 !important;
}
.hero:before,
.neo-subhero:before,
.field:before,
.signal-card:after,
.phase:before,
.vortex,
.rings,
.market-rings,
.protocol-beam,
.timeline-beam,
.neural-map .link {
  pointer-events: none;
}
a:focus-visible,
button:focus-visible,
select:focus-visible,
textarea:focus-visible,
input:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
}
body {
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.links {
  font-size: 11px;
  line-height: 1.5;
}
.btn {
  font-size: 11px;
  line-height: 1.35;
}
.brand em,
.sys {
  font-size: 10px;
  line-height: 1.5;
}
.kicker,
.eyebrow,
.hero-index,
.section-code,
.sub-code,
.scroll-cue,
.manifesto-copy > p:first-child {
  font-size: 11px;
  line-height: 1.55;
}
.core-label,
.coords,
.boot small,
.micro-proof,
.hud small,
.hud em,
.data-strip span,
.phase small,
.demo-shell small,
.demo-top,
.demo-output span,
.signal-card > span,
.signal-card em,
.field-top,
.field a,
.chip,
footer,
.matrix-label,
.map-status,
.market-core span,
.stack-core b,
.orbit-tag,
.console-rail,
.console-body small,
.neural-core span,
.node span,
.expert-status,
.role,
.rules-timeline .rule > span,
.rules-timeline .rule > em {
  font-size: 10px;
  line-height: 1.55;
}
.stack-line,
.phase-foot {
  font-size: 10px;
  line-height: 1.5;
}
.brand em,
.sys,
.hero-index,
.section-code,
.sub-code,
.scroll-cue,
.coords,
.hud small,
.data-strip span,
.phase small,
.demo-shell small,
.phase-foot,
.demo-top,
.demo-output span,
.signal-card > span,
.field-top,
footer,
.matrix-label,
.map-status,
.market-core span,
.orbit-tag,
.console-rail,
.console-body small,
.node span,
.expert-status {
  color: #929ca8;
}
.phase p,
.field p,
.card p,
.expert p,
.play p,
.analysis p,
.rules-timeline .rule p {
  font-size: 14px;
  line-height: 1.72;
}
.hud b {
  font-size: 13px;
}
.hud-b p {
  font-size: 11px;
  line-height: 1.55;
}
.lab-form label {
  font-size: 11px;
  line-height: 1.5;
  color: #929dab;
}
.lab-form select,
.lab-form textarea {
  min-height: 46px;
  font-size: 14px;
  line-height: 1.55;
}
.lab-form textarea::placeholder {
  color: #87919d;
  opacity: 1;
}
.lab-form textarea#context,
.lab-form textarea#question {
  min-height: 90px;
}
.output {
  font-size: 14px;
  line-height: 1.75;
}
.output h4 {
  font-size: 11px;
  line-height: 1.5;
}
.ai-meta,
.typing {
  font-size: 10px;
  line-height: 1.5;
}
.ai-answer {
  font-size: 15px;
  line-height: 1.8;
}
.ai-heading {
  display: block;
  margin: 18px 0 5px;
  color: var(--cyan) !important;
  font-size: 16px;
  line-height: 1.45;
}
.ai-bullet {
  display: block;
  padding-left: 2px;
}
.empty b,
.empty small {
  font-size: 11px;
  line-height: 1.5;
}
@media (max-width: 1000px) {
  .custom-cursor body {
    cursor: auto !important;
  }
  .custom-cursor a,
  .custom-cursor button,
  .custom-cursor select {
    cursor: pointer !important;
  }
  .custom-cursor textarea,
  .custom-cursor input {
    cursor: text !important;
  }
  .cursor-orb,
  .cursor-dot {
    display: none !important;
  }
}
@media (max-width: 650px) {
  .links,
  .btn,
  .kicker,
  .eyebrow,
  .lab-form label {
    font-size: 11px;
  }
  .phase p,
  .field p,
  .card p,
  .expert p,
  .play p,
  .analysis p,
  .rules-timeline .rule p,
  .output {
    font-size: 14px;
  }
  .lab-form select,
  .lab-form textarea,
  .ai-answer {
    font-size: 15px;
  }
}

/* Launch readability polish: keep the cinematic micro-type, but do not make
   navigation, controls, or supporting labels depend on 9-10px text. */
@media (min-width: 651px) {
  .links,
  .btn {
    font-size: 12px;
  }

  .brand em,
  .sys,
  .core-label,
  .coords,
  .micro-proof,
  .hud small,
  .hud em,
  .data-strip span,
  .phase small,
  .demo-shell small,
  .demo-top,
  .demo-output span,
  .signal-card > span,
  .signal-card em,
  .field-top,
  .field a,
  .chip,
  footer,
  .matrix-label,
  .map-status,
  .market-core span,
  .stack-core b,
  .orbit-tag,
  .console-rail,
  .console-body small,
  .neural-core span,
  .node span,
  .expert-status,
  .role,
  .rules-timeline .rule > span,
  .rules-timeline .rule > em,
  .stack-line,
  .phase-foot,
  .ai-meta,
  .typing {
    font-size: 11px;
  }

  .kicker,
  .eyebrow,
  .hero-index,
  .section-code,
  .sub-code,
  .scroll-cue,
  .manifesto-copy > p:first-child,
  .lab-form label {
    font-size: 12px;
  }

  .phase p,
  .field p,
  .card p,
  .expert p,
  .play p,
  .analysis p,
  .rules-timeline .rule p {
    font-size: 15px;
  }
}

/* Final readability pass: preserve the cinematic hierarchy while making all
   meaningful interface copy comfortable to read on the dark canvas. */
:root {
  --muted: #aeb7c1;
  --violet: #a98bff;
  --magenta: #ff72e3;
}

.links a,
.brand em,
.sys,
.hero-index,
.section-code,
.sub-code,
.scroll-cue,
.coords,
.micro-proof,
.phase-no,
.hud small,
.data-strip span,
.phase small,
.phase-foot,
.demo-shell small,
.demo-top,
.demo-output span,
.signal-card > span,
.field-top,
footer,
.matrix-label,
.map-status,
.market-core span,
.orbit-tag,
.console-rail,
.console-body small,
.node span,
.expert-status {
  color: #aeb7c1;
}

.lead,
.section-head > p,
.neo-subhero p,
.manifesto-copy .right,
.phase p,
.field p,
.card p,
.expert p,
.play p,
.analysis p,
.rules-timeline .rule p,
.final-cta p {
  color: #b8c0c9;
}

.manifesto h2 span {
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.78);
}

.member-logout {
  color: #ffbf32 !important;
}

@media (min-width: 651px) {
  .links,
  .btn,
  .kicker,
  .eyebrow,
  .hero-index,
  .section-code,
  .sub-code,
  .scroll-cue,
  .boot small,
  .ticker,
  .ticker span,
  .manifesto-copy > p:first-child,
  .core-label,
  .coords,
  .micro-proof,
  .micro-proof span,
  .phase-no,
  .hud small,
  .hud em,
  .data-strip span,
  .phase small,
  .phase-foot,
  .demo-shell small,
  .demo-top,
  .demo-output span,
  .signal-card > span,
  .signal-card em,
  .field-top,
  .field a,
  .chip,
  footer,
  .matrix-label,
  .map-status,
  .market-core span,
  .stack-core b,
  .stack-line,
  .orbit-tag,
  .console-rail,
  .console-body small,
  .neural-core span,
  .node span,
  .expert-status,
  .neo-experts .role,
  .rules-timeline .rule > span,
  .rules-timeline .rule > em,
  .lab-form label,
  .output h4,
  .ai-meta,
  .typing,
  .empty b,
  .empty small {
    font-size: 12px;
    line-height: 1.55;
  }

  .phase p,
  .field p,
  .card p,
  .expert p,
  .play p,
  .analysis p,
  .rules-timeline .rule p,
  .output {
    font-size: 15px;
  }

  .hud-b p {
    font-size: 13px;
    color: #b8c0c9;
  }
}

@media (max-width: 650px) {
  .core-label,
  .coords,
  .micro-proof,
  .micro-proof span,
  .phase-no,
  .hud small,
  .hud em,
  .data-strip span,
  .phase small,
  .phase-foot,
  .demo-shell small,
  .demo-top,
  .demo-output span,
  .signal-card > span,
  .signal-card em,
  .field-top,
  .field a,
  .chip,
  footer,
  .matrix-label,
  .map-status,
  .market-core span,
  .orbit-tag,
  .stack-line,
  .console-rail,
  .console-body small,
  .node span,
  .expert-status,
  .neo-experts .role {
    font-size: 11px;
    line-height: 1.55;
  }
}
