@font-face {
  font-family: "Instrument Sans";
  src: url("./assets/fonts/instrument-sans-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Sans";
  src: url("./assets/fonts/instrument-sans-500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Sans";
  src: url("./assets/fonts/instrument-sans-600.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Sans";
  src: url("./assets/fonts/instrument-sans-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --black: #060709;
  --white: #f3f4f4;
  --muted: #9299a2;
  --line: #d7dce0;
  --blue: #86bad3;
  --blue-bright: #add9ea;
  --sand: #d7bb91;
  --sand-bright: #ebd2aa;
  --sans: "Instrument Sans", "Helvetica Neue", Arial, "Noto Sans SC", sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% 30%, rgba(52, 70, 88, 0.11), transparent 42%),
    var(--black);
  color: var(--white);
  font-family: var(--sans);
  font-synthesis: none;
  text-rendering: geometricPrecision;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
figure {
  margin: 0;
}

.site-header,
main {
  width: min(1880px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  border-bottom: 1px solid #24282d;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand-logo {
  display: block;
  width: 210px;
  height: auto;
}

.site-header p {
  color: #777e87;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.architecture-figure {
  padding: 18px 0 30px;
}

.diagram-scroll {
  overflow-x: auto;
  outline: none;
  scrollbar-color: #444b53 transparent;
  scrollbar-width: thin;
}

.diagram-scroll:focus-visible {
  box-shadow: inset 0 0 0 1px var(--blue);
}

.architecture-svg {
  display: block;
  width: 100%;
  min-width: 1320px;
  height: auto;
  font-family: var(--sans);
}

.is-embed body {
  overflow: hidden;
}

.is-embed .site-header {
  display: none;
}

.is-embed main {
  width: 100%;
}

.is-embed .architecture-figure {
  padding: 0;
}

.is-embed .diagram-scroll {
  overflow: hidden;
}

.is-embed .architecture-svg {
  width: 100%;
  min-width: 0;
}

.background {
  fill: url("#background-glow");
}

.background-haze {
  pointer-events: none;
}

.world-haze {
  fill: #38566b;
  opacity: 0.025;
}

.robot-haze {
  fill: #72afc9;
  opacity: 0.022;
}

.section-label {
  fill: #757c85;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.header-rule {
  stroke: #24282d;
  stroke-width: 1;
}

.feedback {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

.slow-feedback {
  stroke: #719db5;
}

.fast-feedback {
  stroke: #cdd2d6;
}

.feedback-copy {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.075em;
}

.slow-copy {
  fill: #88abc0;
}

.fast-copy {
  fill: #b8bdc2;
}

.input-label {
  fill: #a5abb2;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.065em;
}

.blue-label {
  fill: #8eb7cc;
}

.frame-shadow {
  fill: #11151a;
  stroke: #3e4851;
  stroke-width: 1;
}

.frame-shadow-one {
  opacity: 0.68;
}

.frame-shadow-two {
  opacity: 0.34;
}

.camera-frame {
  fill: #11151a;
  stroke: #8f9ba5;
  stroke-width: 1.25;
}

.camera-corner,
.camera-focus {
  fill: none;
  stroke: rgba(219, 233, 240, 0.54);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.15;
}

.camera-focus {
  opacity: 0.54;
}

.camera-focus-inner {
  fill: rgba(213, 233, 242, 0.38);
  stroke-width: 0.9;
}

.scan-line {
  fill: rgba(181, 220, 238, 0.58);
  filter: drop-shadow(0 0 4px rgba(147, 205, 231, 0.58));
  animation: camera-scan 4.8s ease-in-out infinite;
}

.input-meta {
  fill: #777e86;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.075em;
}

.language-title {
  fill: #f0f1f2;
  font-size: 26px;
  font-weight: 450;
  letter-spacing: -0.025em;
}

.state-box {
  fill: #121519;
  stroke: #5b626a;
  stroke-width: 1.2;
}

.state-title {
  fill: #e8eaeb;
  font-size: 18px;
  font-weight: 450;
}

.state-dot {
  fill: var(--sand);
  filter: drop-shadow(0 0 4px rgba(215, 187, 145, 0.52));
}

.model-shell {
  fill: url("#model-shell");
  stroke: #44515c;
  stroke-width: 1.35;
}

.model-grid {
  fill: url("#micro-grid");
  pointer-events: none;
}

.model-inner-line {
  fill: none;
  stroke: rgba(255, 255, 255, 0.068);
  stroke-width: 1;
}

.model-header-rule {
  stroke: rgba(255, 255, 255, 0.09);
  stroke-width: 1;
}

.model-symbol-dot {
  fill: #91aabb;
}

.model-type {
  fill: #eef1ef;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.045em;
}

.model-name {
  fill: #f4f5f5;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.16em;
}

.input-wire,
.context-wire,
.output-wire {
  fill: none;
  stroke: var(--line);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.state-wire {
  stroke: #b8bec3;
}

.context-wire {
  stroke: url("#context-flow");
}

.wire-node {
  fill: #f2f3f4;
}

.world-node {
  fill: var(--blue-bright);
  filter: drop-shadow(0 0 5px rgba(134, 186, 211, 0.5));
}

.motion-node {
  fill: var(--sand-bright);
  filter: drop-shadow(0 0 5px rgba(215, 187, 145, 0.48));
}

.wire-label {
  fill: #969da5;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.expert-chamber .chamber-surface {
  stroke-width: 1.15;
}

.unified-expert-shell .unified-surface {
  fill: url("#unified-field");
  stroke: none;
  filter: url("#panel-shadow");
}

.unified-expert-shell .unified-border {
  fill: none;
  stroke: #626863;
  stroke-width: 1.15;
}

.expert-chamber .chamber-surface {
  fill: transparent !important;
  stroke: none !important;
  filter: none;
}

.world-chamber .chamber-surface {
  fill: url("#world-chamber");
  stroke: #4d7890;
}

.motion-chamber .chamber-surface {
  fill: url("#motion-chamber");
  stroke: #756553;
}

.world-chamber .chamber-aura {
  fill: #4e89a7;
  opacity: 0.1;
}

.motion-chamber .chamber-aura {
  fill: #aa865a;
  opacity: 0.085;
}

.world-aura {
  fill: url("#world-aura");
}

.motion-aura {
  fill: url("#motion-aura");
}

.expert-label {
  fill: #f4f5f5;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.045em;
}

.world-label {
  fill: #c8e3ef;
}

.motion-label {
  fill: #ead5b3;
}

.expert-title {
  fill: #f5f6f6;
  font-size: 34px;
  font-weight: 450;
  letter-spacing: -0.043em;
}

.expert-description {
  fill: rgba(244, 246, 247, 0.72);
  font-size: 14px;
  font-weight: 400;
}

.panel-rule {
  stroke: rgba(255, 255, 255, 0.16);
  stroke-width: 1;
}

.panel-meta {
  fill: rgba(246, 247, 247, 0.7);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.065em;
}

.world-topography,
.motion-topography {
  fill: none;
  stroke-linecap: round;
  stroke-width: 1;
}

.world-topography {
  stroke: rgba(167, 211, 230, 0.13);
}

.motion-topography {
  stroke: rgba(231, 203, 163, 0.12);
}

.world-ray {
  fill: none;
  stroke: rgba(160, 207, 228, 0.13);
  stroke-width: 1;
}

.world-depth-frame {
  fill: rgba(104, 162, 189, 0.035);
  stroke: rgba(164, 211, 232, 0.38);
  stroke-width: 1;
}

.depth-three {
  opacity: 0.28;
}

.depth-two {
  opacity: 0.48;
}

.depth-one {
  fill: #0a1117;
  opacity: 0.9;
}

.world-frame-tint {
  fill: rgba(52, 105, 131, 0.25);
}

.world-frame-grid {
  fill: none;
  stroke: rgba(208, 234, 244, 0.15);
  stroke-width: 0.7;
}

.world-frame-corners {
  fill: none;
  stroke: rgba(212, 236, 245, 0.72);
  stroke-linecap: round;
  stroke-width: 1.2;
}

.world-particles path {
  fill: none;
  stroke: rgba(164, 216, 236, 0.22);
  stroke-width: 0.9;
}

.world-particles circle {
  fill: #acd9eb;
  opacity: 0.72;
  filter: drop-shadow(0 0 4px rgba(134, 196, 222, 0.48));
}

.world-scan {
  fill: url("#world-flow");
  opacity: 0.8;
  filter: drop-shadow(0 0 5px rgba(132, 196, 222, 0.48));
  animation: world-scan 4.8s ease-in-out infinite;
}

.motion-energy-line {
  fill: none;
  stroke: url("#motion-flow");
  stroke-linecap: round;
  stroke-width: 1.1;
  stroke-dasharray: 10 8;
  animation: motion-flow 5s linear infinite;
}

.motion-latent-image {
  opacity: 0.94;
  filter: saturate(0.84) contrast(1.08) brightness(1.06);
}

.motion-latent-tint {
  fill: rgba(56, 41, 26, 0.08);
  pointer-events: none;
}

.context-core {
  pointer-events: none;
}

.cache-input-wire {
  fill: none;
  stroke: rgba(215, 221, 217, 0.42);
  stroke-width: 1;
  stroke-dasharray: 4 4;
}

.context-halo {
  fill: #7191a0;
  opacity: 0.09;
}

.context-orbit {
  fill: #11171c;
  stroke-width: 1;
  transform-box: fill-box;
  transform-origin: center;
}

.orbit-outer {
  stroke: url("#context-flow");
  stroke-dasharray: 30 9 3 8;
  animation: orbit 18s linear infinite;
}

.orbit-inner {
  stroke: rgba(208, 219, 224, 0.4);
  stroke-dasharray: 4 7;
  animation: orbit-reverse 14s linear infinite;
}

.symbiotic-attention-links {
  fill: none;
  stroke: #dbe2e5;
  stroke-linecap: round;
  stroke-width: 1;
  stroke-dasharray: 3 3;
  animation: symbiotic-attention-flow 3.8s linear infinite;
}

.symbiotic-attention-nodes circle {
  fill: #dbe2e5;
  opacity: 0.76;
  filter: drop-shadow(0 0 3px rgba(219, 226, 229, 0.34));
  animation: symbiotic-attention-pulse 3.8s ease-in-out infinite;
}

.symbiotic-attention-nodes .symbiotic-center-node {
  fill: #f2f4f3;
  opacity: 1;
  animation-delay: -1.9s;
}

@keyframes symbiotic-attention-flow {
  to { stroke-dashoffset: -24; }
}

@keyframes symbiotic-attention-pulse {
  0%, 100% { opacity: 0.4; }
  34%, 68% { opacity: 1; }
}

.context-core .context-title {
  fill: #f3f4f4;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.context-core .context-meta {
  fill: #a9b0b6;
  font-size: 8.5px;
  font-weight: 500;
  letter-spacing: 0.09em;
}


.output-label {
  fill: #9299a1;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.output-title {
  fill: #f2f3f4;
  font-size: 16px;
  font-weight: 500;
}

.pd-capsule rect {
  fill: #15181c;
  stroke: #697078;
  stroke-width: 1.15;
}

.pd-capsule text {
  fill: #f4f4f5;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.07em;
}

.robot-aura {
  fill: url("#robot-aura");
}

.robot-ground {
  fill: rgba(116, 147, 163, 0.09);
  stroke: rgba(154, 182, 196, 0.14);
  stroke-width: 1;
}

.robot-product {
  filter:
    drop-shadow(0 22px 21px rgba(0, 0, 0, 0.38))
    drop-shadow(0 0 12px rgba(105, 169, 198, 0.08));
}

.robot-label,
.robot-output {
  fill: #a5abb2;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.095em;
}

.sensor-port,
.state-port {
  stroke: #101419;
  stroke-width: 1.5;
}

.sensor-port {
  fill: #a9deee;
  filter: drop-shadow(0 0 6px rgba(105, 202, 233, 0.66));
}

.state-port {
  fill: #e3c59a;
  filter: drop-shadow(0 0 5px rgba(221, 189, 143, 0.54));
}

.signal {
  pointer-events: none;
}

.signal-slow {
  fill: #9bc6dc;
  filter: drop-shadow(0 0 4px rgba(124, 186, 215, 0.56));
}

.signal-fast {
  fill: #f5f5f5;
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.48));
}

.signal-fast-two {
  opacity: 0.62;
}

@keyframes camera-scan {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.22;
  }
  50% {
    transform: translateY(118px);
    opacity: 0.82;
  }
}

@keyframes world-scan {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.2;
  }
  50% {
    transform: translateY(102px);
    opacity: 0.85;
  }
}

@keyframes motion-flow {
  to {
    stroke-dashoffset: -90;
  }
}

@keyframes orbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes orbit-reverse {
  to {
    transform: rotate(-360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .signal {
    display: none;
  }

  .scan-line,
  .world-scan,
  .motion-energy-line,
  .context-orbit {
    animation: none;
  }
}

@media (max-width: 760px) {
  .site-header,
  main {
    width: calc(100% - 24px);
  }

  .site-header p {
    display: none;
  }

  .architecture-figure {
    padding-top: 12px;
  }
}

@media print {
  body {
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .site-header,
  main {
    width: 100%;
  }

  .architecture-svg {
    min-width: 0;
  }
}

/* Neutral technical palette aligned with the black-and-white brand mark. */
:root {
  --black: #101210;
  --white: #f1f2ef;
  --muted: #909490;
  --line: #c9ccc8;
  --blue: #929a96;
  --blue-bright: #c9cfcb;
  --sand: #a8aaa5;
  --sand-bright: #dedfda;
}

body {
  background: #101210;
}

.world-haze,
.robot-haze {
  fill: #9ba29e;
  opacity: 0.018;
}

.slow-feedback,
.fast-feedback {
  stroke: #a9aeaa;
}

.slow-copy,
.fast-copy,
.blue-label {
  fill: #aeb3af;
}

.scan-line,
.world-scan {
  fill: #c7ccc8;
  filter: drop-shadow(0 0 3px rgba(220, 224, 220, 0.28));
}

.state-dot,
.wire-node,
.world-node,
.motion-node {
  fill: #d6d9d5;
  filter: drop-shadow(0 0 3px rgba(230, 233, 229, 0.25));
}

.world-chamber .chamber-surface,
.motion-chamber .chamber-surface {
  fill: #202320;
  stroke: #626863;
}

.world-chamber .chamber-aura,
.motion-chamber .chamber-aura {
  fill: #a8ada9;
  opacity: 0.055;
}

.world-aura,
.motion-aura,
.robot-aura {
  fill: rgba(186, 191, 187, 0.055);
}

.world-label,
.motion-label {
  fill: #e0e2de;
}

.world-topography,
.motion-topography,
.world-ray {
  stroke: rgba(211, 215, 211, 0.12);
}

.world-depth-frame {
  fill: rgba(194, 199, 195, 0.03);
  stroke: rgba(205, 210, 206, 0.34);
}

.world-frame-tint,
.motion-latent-tint {
  fill: rgba(40, 43, 41, 0.24);
}

.world-frame-grid,
.world-particles path {
  stroke: rgba(218, 221, 218, 0.17);
}

.world-frame-corners,
.world-particles circle,
.sensor-port,
.state-port,
.signal-slow,
.signal-fast {
  fill: #daddd9;
  stroke: #daddd9;
  filter: drop-shadow(0 0 3px rgba(224, 227, 223, 0.3));
}

.motion-latent-image {
  filter: grayscale(1) contrast(1.08) brightness(0.9);
}

.context-halo {
  fill: #aeb3af;
  opacity: 0.06;
}

.orbit-outer,
.orbit-inner {
  stroke: #9da29e;
}

/* Figure 02 refinement: live input, one shared expert enclosure, and signal-state motion. */
.camera-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.82) contrast(1.08) brightness(0.92);
}

.language-title {
  font-size: 20px;
  font-style: oblique 12deg;
  font-synthesis: style;
  font-weight: 400;
  letter-spacing: -0.018em;
  transform: skewX(-12deg);
  transform-box: fill-box;
  transform-origin: left center;
}

.state-box {
  fill: #101411;
  stroke: #5b625d;
}

.state-grid {
  fill: none;
  stroke: rgba(219, 223, 219, 0.1);
  stroke-width: 1;
}

.harmonic {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform-box: fill-box;
  transform-origin: center;
}

.harmonic-primary {
  stroke: #e1e4e0;
  stroke-width: 2;
  filter: drop-shadow(0 0 4px rgba(231, 235, 231, 0.24));
  animation: harmonic-drift 3.2s linear infinite;
}

.harmonic-secondary {
  stroke: #8f9691;
  stroke-width: 1.1;
  opacity: 0.58;
  animation: harmonic-drift-soft 4.8s linear infinite;
}

.state-scan {
  stroke: rgba(232, 235, 232, 0.48);
  stroke-width: 1;
  filter: drop-shadow(0 0 4px rgba(232, 235, 232, 0.32));
  animation: state-scan 3.6s ease-in-out infinite;
}

.unified-surface {
  fill: url("#unified-field");
}

.unified-border {
  fill: none;
  stroke: #6b716c;
  stroke-width: 1.2;
}

.unified-glow {
  fill: url("#unified-glow");
  pointer-events: none;
}

.unified-topography {
  fill: none;
  stroke: rgba(215, 219, 215, 0.09);
  stroke-linecap: round;
  stroke-width: 1;
}

.expert-title-single {
  font-size: 26px;
  letter-spacing: -0.038em;
}

.predictive-surface {
  fill: rgba(11, 14, 12, 0.58);
  stroke: rgba(210, 215, 211, 0.19);
  stroke-width: 1;
}

.vision-token-bank rect {
  fill: rgba(184, 199, 207, 0.14);
  stroke: rgba(205, 215, 220, 0.38);
  stroke-width: 0.8;
  animation: context-token-pulse 4.2s ease-in-out infinite;
}

.vision-token-bank rect:nth-child(2),
.vision-token-bank rect:nth-child(5) {
  animation-delay: -2.8s;
}

.vision-token-bank rect:nth-child(3),
.vision-token-bank rect:nth-child(6) {
  animation-delay: -1.4s;
}

.language-token-bank path {
  fill: none;
  stroke: rgba(214, 220, 216, 0.5);
  stroke-linecap: round;
  stroke-width: 2;
  stroke-dasharray: 18 6;
  animation: context-language-flow 4.2s linear infinite;
}

.context-fusion-link,
.context-relation {
  fill: none;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}

.context-fusion-link {
  stroke: rgba(207, 216, 211, 0.45);
  stroke-width: 1.15;
  stroke-dasharray: 5 5;
}

.language-fusion-link {
  stroke: rgba(143, 164, 174, 0.58);
}

.context-field-halo {
  fill: rgba(163, 181, 188, 0.08);
  stroke: rgba(205, 215, 210, 0.12);
  stroke-width: 1;
}

.context-field-lattice path {
  fill: none;
  stroke: rgba(208, 218, 212, 0.42);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1;
  stroke-dasharray: 5 4;
  animation: context-relation-flow 5.2s linear infinite;
}

.context-field-lattice circle {
  fill: #dce4df;
  opacity: 0.82;
  filter: drop-shadow(0 0 4px rgba(222, 231, 225, 0.34));
  animation: context-lattice-pulse 3.6s ease-in-out infinite;
}

.context-field-lattice circle:nth-of-type(even) {
  animation-delay: -1.8s;
}

.context-relation {
  stroke: rgba(205, 213, 208, 0.38);
  stroke-width: 1;
  stroke-dasharray: 6 5;
  animation: context-relation-flow 4.6s linear infinite;
}

.relation-b {
  stroke: rgba(151, 172, 181, 0.62);
  animation-duration: 3.8s;
}

.relation-c {
  opacity: 0.72;
  animation-duration: 5.4s;
}

.context-entity > rect {
  fill: rgba(25, 31, 27, 0.9);
  stroke: rgba(207, 215, 210, 0.35);
  stroke-width: 1;
}

.context-entity circle,
.context-entity > rect:last-child,
.context-entity path {
  fill: rgba(207, 217, 212, 0.82);
}

.context-entity path {
  stroke: none;
}

.context-flow-packet,
.context-relation-packet {
  fill: #e8eeea;
  filter: drop-shadow(0 0 4px rgba(224, 232, 227, 0.46));
}

.context-flow-packet-two {
  fill: #a8c0cb;
}

.motion-visual-border {
  fill: none;
  stroke: rgba(210, 215, 211, 0.19);
  stroke-width: 1;
}

.motion-energy-line-secondary {
  stroke: rgba(218, 222, 218, 0.55);
  stroke-dasharray: 5 10;
  opacity: 0.72;
  animation-duration: 6.4s;
}

.motion-vector-nodes circle {
  fill: #e1e4e0;
  opacity: 0.78;
  filter: drop-shadow(0 0 4px rgba(226, 230, 226, 0.3));
}

.cache-input-wire {
  stroke: rgba(224, 228, 224, 0.48);
  stroke-dasharray: 5 5;
}

.context-core .context-title {
  fill: #f1f3f0;
  font-size: 11.5px;
  letter-spacing: 0.055em;
}

.context-plate {
  fill: rgba(13, 16, 14, 0.94);
  stroke: rgba(220, 224, 220, 0.24);
  stroke-width: 1;
}

@keyframes harmonic-drift {
  to { transform: translateX(-128px); }
}

@keyframes harmonic-drift-soft {
  to { transform: translateX(-104px); }
}

@keyframes state-scan {
  0%, 100% { transform: translateX(0); opacity: 0.18; }
  50% { transform: translateX(218px); opacity: 0.78; }
}

@keyframes context-token-pulse {
  0%, 100% { fill: rgba(184, 199, 207, 0.1); stroke: rgba(205, 215, 220, 0.26); }
  28%, 52% { fill: rgba(184, 199, 207, 0.3); stroke: rgba(224, 231, 234, 0.64); }
}

@keyframes context-language-flow {
  to { stroke-dashoffset: -48; }
}

@keyframes context-relation-flow {
  to { stroke-dashoffset: -44; }
}

@keyframes context-lattice-pulse {
  0%, 100% { opacity: 0.42; }
  38%, 68% { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .harmonic,
  .state-scan,
  .vision-token-bank rect,
  .language-token-bank path,
  .context-field-lattice path,
  .context-field-lattice circle,
  .context-relation,
  .symbiotic-attention-links,
  .symbiotic-attention-nodes circle {
    animation: none;
  }
}
