:root {
  --focus-color: #38bdf8;
  --switch-active: #a78bfa;
  --switch-active-text: #100d1c;
  --fx-ink: #090a12;
  --fx-panel: rgba(20, 18, 31, 0.94);
  --fx-node: #29263d;
  --fx-line: #625a8b;
  --fx-text: #e9e8f2;
  --fx-muted: #9691af;
  --fx-blue: #3a6bc5;
  --fx-media: #e67e22;
  --fx-cyan: #22d3ee;
  --fx-purple: #7c5ce7;
  --fx-green: #2ecc71;
  --fx-red: #e74c3c;
  --brand-red: #f5223d;
}

.concept-a2 {
  overflow-x: hidden;
  overflow-y: auto;
  color: var(--fx-text);
  background: var(--fx-ink);
}

.stage-a2 {
  position: fixed;
}

.stage-a2::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(7, 7, 16, 0.86) 0%, rgba(8, 8, 17, 0.48) 48%, rgba(8, 8, 15, 0.72) 69%, rgba(7, 7, 13, 0.92) 100%),
    linear-gradient(0deg, rgba(7, 7, 14, 0.9), transparent 48%, rgba(7, 7, 14, 0.46));
}

.stage-a2 video {
  filter: saturate(0.72) contrast(1.08);
}

.fx-backgrid {
  position: fixed;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(112, 105, 154, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(112, 105, 154, 0.12) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000 0%, #000 62%, transparent 84%);
}

.film-grain-a2 {
  position: fixed;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  opacity: 0.11;
  background-image: repeating-radial-gradient(circle at 17% 31%, transparent 0 1px, rgba(255, 255, 255, 0.14) 1px 2px);
  background-size: 7px 7px;
  mix-blend-mode: soft-light;
}

.shell-a2 {
  position: relative;
  z-index: 3;
  min-height: 100svh;
  display: grid;
  grid-template-rows: 72px 1fr;
  transition: filter 180ms ease;
}

.topbar-a2 {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(210px, 0.8fr) minmax(360px, 1.4fr) auto;
  align-items: center;
  gap: 28px;
  padding: 0 clamp(20px, 3.2vw, 52px);
  border-bottom: 1px solid rgba(157, 151, 196, 0.28);
  background: rgba(9, 9, 18, 0.56);
}

.brand-a2 {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}

.brand-a2:focus-visible {
  outline: 2px solid var(--focus-color);
  outline-offset: 5px;
}

.brand-logo-a2 {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 5px 14px rgba(245, 34, 61, 0.22));
}

.brand-a2 > span:last-child {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.brand-a2 strong,
.brand-a2 small,
.context-a2,
.graph-toolbar,
.runtime-a2,
.parameter-head,
.parameter-section-title,
.session-grid-a2,
.eyebrow-a2 {
  font-family: Consolas, "SFMono-Regular", monospace;
}

.brand-a2 strong {
  font-size: 13px;
  letter-spacing: 0.08em;
}

.brand-a2 small {
  overflow: hidden;
  color: rgba(233, 232, 242, 0.5);
  font-size: 8px;
  letter-spacing: 0.17em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.context-a2 {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(233, 232, 242, 0.48);
  font-size: 10px;
  white-space: nowrap;
}

.context-a2 strong {
  overflow: hidden;
  color: rgba(233, 232, 242, 0.86);
  font-weight: 500;
  text-overflow: ellipsis;
}

.context-root {
  color: var(--fx-cyan);
}

.context-a2 em {
  margin-left: auto;
  padding: 4px 6px;
  color: #c8b8ff;
  border: 1px solid rgba(167, 139, 250, 0.54);
  font-style: normal;
  letter-spacing: 0.08em;
}

.top-actions-a2 {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(233, 232, 242, 0.76);
  font-size: 11px;
}

.top-actions-a2 .prototype-switcher {
  border-color: rgba(185, 179, 214, 0.42);
}

.top-actions-a2 .prototype-switcher a {
  min-width: 32px;
}

.motion-toggle-a2 {
  border-color: rgba(185, 179, 214, 0.42);
}

.motion-toggle-a2::before {
  background: var(--fx-cyan);
  box-shadow: 0 0 10px rgba(34, 211, 238, 0.72);
}

.layout-a2 {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 470px);
}

.story-a2 {
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-rows: auto minmax(280px, 1fr) auto;
  gap: 18px;
  padding: clamp(24px, 3.5vw, 48px) clamp(24px, 4.4vw, 68px) 24px;
}

.story-copy-a2 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 360px);
  grid-template-rows: auto auto;
  column-gap: 32px;
  align-items: end;
}

.eyebrow-a2 {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px;
  color: rgba(233, 232, 242, 0.48);
  font-size: 9px;
  letter-spacing: 0.16em;
}

.eyebrow-a2 span:first-child {
  color: #b9a8f5;
}

.story-copy-a2 h1 {
  margin: 0;
  font-size: clamp(42px, 5.4vw, 76px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.06em;
  text-shadow: 0 4px 32px rgba(0, 0, 0, 0.36);
}

.story-copy-a2 > p:last-child {
  max-width: 340px;
  margin: 0 0 4px;
  color: rgba(233, 232, 242, 0.62);
  font-size: 13px;
  line-height: 1.75;
}

.fx-graph {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(159, 151, 201, 0.34);
  background: rgba(17, 15, 31, 0.52);
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.23);
  transition: opacity 180ms ease, filter 180ms ease;
}

.graph-toolbar {
  position: relative;
  z-index: 1;
  height: 34px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 22px;
  padding: 0 12px;
  color: rgba(233, 232, 242, 0.44);
  border-bottom: 1px solid rgba(159, 151, 201, 0.24);
  background: rgba(35, 32, 54, 0.82);
  font-size: 8px;
  letter-spacing: 0.1em;
}

.graph-toolbar span:first-child {
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(233, 232, 242, 0.76);
}

.signal-dot {
  width: 5px;
  height: 5px;
  display: inline-block;
  background: var(--fx-green);
  box-shadow: 0 0 9px rgba(46, 204, 113, 0.7);
}

.fx-network {
  position: absolute;
  inset: 34px 0 0;
  width: 100%;
  height: calc(100% - 34px);
  min-height: 0;
  display: block;
}

.network-ground {
  fill: rgba(18, 16, 34, 0.74);
}

.axis-line {
  fill: none;
  stroke: rgba(91, 220, 239, 0.17);
  stroke-width: 1;
  stroke-dasharray: 5 8;
}

.wire,
.wire-flow,
.graph-annotation path,
.procedural-mark path {
  fill: none;
  vector-effect: non-scaling-stroke;
}

.wire {
  stroke: rgba(98, 90, 139, 0.92);
  stroke-width: 3;
}

.wire-ghost {
  stroke: rgba(98, 90, 139, 0.4);
  stroke-width: 2;
  stroke-dasharray: 5 7;
}

.wire-flow {
  stroke: var(--fx-cyan);
  stroke-width: 2;
  stroke-dasharray: 8 24;
  stroke-dashoffset: 180;
  opacity: 0.74;
  animation: fx-wire-flow 2.4s linear infinite, fx-wire-reveal 1.2s cubic-bezier(0.2, 0.72, 0.25, 1) both;
}

.wire-flow.wire-prompt { animation-delay: 0s, 0.42s; }
.wire-flow.wire-media { animation-delay: 0s, 0.58s; }
.wire-flow.wire-main { animation-delay: 0s, 0.78s; }
.wire-flow.wire-output { animation-delay: 0s, 0.96s; }

.node-shadow {
  fill: rgba(0, 0, 0, 0.34);
}

.node-frame {
  fill: rgba(42, 38, 61, 0.96);
  stroke: rgba(166, 158, 205, 0.6);
  stroke-width: 1.2;
}

.node-head--text { fill: var(--fx-blue); }
.node-head--media { fill: var(--fx-media); }
.node-head--merge { fill: #168da5; }
.node-head--generate { fill: var(--fx-purple); }
.node-head--output { fill: #258f51; }

.node-head-cut {
  stroke: rgba(255, 255, 255, 0.15);
}

.node-title,
.node-type,
.node-detail,
.node-status,
.procedural-mark text,
.graph-annotation text {
  font-family: Consolas, monospace;
}

.node-title {
  fill: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.6px;
}

.node-type {
  fill: rgba(239, 237, 248, 0.76);
  font-size: 9px;
  letter-spacing: 0.55px;
}

.node-detail {
  fill: rgba(239, 237, 248, 0.43);
  font-size: 7.5px;
  letter-spacing: 0.4px;
}

.node-status {
  fill: rgba(239, 237, 248, 0.5);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1px;
}

.port {
  stroke: #171524;
  stroke-width: 2;
}

.port--text { fill: #62a1ff; }
.port--media { fill: #ff9f43; }
.port--merge { fill: var(--fx-cyan); }
.port--generate { fill: #b79cff; }

.flag { stroke: rgba(6, 6, 12, 0.72); stroke-width: 1; }
.flag--display { fill: #3498db; }
.flag--render { fill: #a77bf3; }
.flag--cache { fill: var(--fx-red); }

.fx-node {
  opacity: 0;
  transform: translateY(9px);
  transform-box: fill-box;
  transform-origin: center;
  animation: fx-node-in 520ms cubic-bezier(0.16, 0.84, 0.32, 1) forwards;
  animation-delay: calc(180ms + var(--node-order) * 115ms);
}

.fx-node.is-cooking .node-frame {
  stroke: var(--fx-cyan);
  stroke-width: 2;
}

.fx-node.is-cooking .node-status,
.fx-node.is-ready .node-status {
  fill: #8ff5c1;
}

.node-ring {
  fill: none;
  stroke: rgba(34, 211, 238, 0.12);
  stroke-width: 1;
  stroke-dasharray: 3 10;
  transform-box: fill-box;
  transform-origin: center;
  animation: fx-ring 11s linear infinite;
}

.fx-node--generate.is-cooking .node-ring,
.fx-node--output.is-ready .node-frame {
  stroke: rgba(46, 204, 113, 0.92);
  filter: drop-shadow(0 0 8px rgba(46, 204, 113, 0.26));
}

.signal-pulse {
  opacity: 0;
  animation: fx-pulse-visibility 6.4s linear infinite;
}

.signal-pulse--text { fill: #62a1ff; animation-delay: 0.8s; }
.signal-pulse--media { fill: #ff9f43; animation-delay: 1.15s; }
.signal-pulse--merge { fill: var(--fx-cyan); animation-delay: 2.4s; }
.signal-pulse--output { fill: #b79cff; animation-delay: 3.8s; }

.procedural-mark rect {
  fill: rgba(18, 16, 32, 0.5);
  stroke: rgba(156, 148, 199, 0.26);
}

.procedural-mark text {
  fill: rgba(233, 232, 242, 0.38);
  font-size: 7px;
  letter-spacing: 0.5px;
}

.procedural-mark path {
  stroke: rgba(34, 211, 238, 0.6);
  stroke-width: 1.2;
  transform: translate(20px, 12px);
  stroke-dasharray: 3 5;
  animation: fx-lissajous 6.4s linear infinite;
}

.procedural-mark circle {
  fill: var(--fx-media);
  transform: translate(20px, 12px);
}

.graph-annotation text {
  fill: rgba(233, 232, 242, 0.33);
  font-size: 8px;
  letter-spacing: 0.9px;
}

.graph-annotation path {
  stroke: rgba(233, 232, 242, 0.18);
  stroke-width: 1;
}

.mobile-flow {
  display: none;
}

.runtime-a2 {
  min-height: 42px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(170px, auto) auto;
  align-items: center;
  gap: 24px;
  color: rgba(233, 232, 242, 0.48);
  font-size: 8px;
}

.runtime-a2 > div:not(.flag-key) {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.runtime-a2 small {
  letter-spacing: 0.12em;
}

.runtime-a2 strong {
  overflow: hidden;
  color: rgba(233, 232, 242, 0.84);
  font-size: 9px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.flag-key {
  display: flex;
  gap: 11px;
}

.flag-key span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.flag-key i {
  width: 6px;
  height: 6px;
  display: inline-block;
}

.key-display { background: #3498db; }
.key-render { background: #a77bf3; }
.key-cache { background: var(--fx-red); }

.login-panel-a2 {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 clamp(28px, 3.2vw, 48px) 30px;
  border-left: 1px solid rgba(157, 151, 196, 0.3);
  background: var(--fx-panel);
  box-shadow: -30px 0 90px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px) saturate(0.74);
}

.parameter-head {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(233, 232, 242, 0.48);
  border-bottom: 1px solid rgba(157, 151, 196, 0.25);
  font-size: 9px;
  letter-spacing: 0.11em;
}

.parameter-status {
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(233, 232, 242, 0.72);
}

.parameter-status i {
  width: 6px;
  height: 6px;
  background: var(--fx-green);
  box-shadow: 0 0 9px rgba(46, 204, 113, 0.65);
}

.node-identity-a2 {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: clamp(28px, 5vh, 48px) 0 24px;
}

.identity-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  overflow: hidden;
  align-self: center;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.identity-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.node-identity-a2 small {
  display: block;
  margin-bottom: 7px;
  color: #a59ebb;
  font: 9px/1 Consolas, monospace;
  letter-spacing: 0.08em;
}

.node-identity-a2 h2 {
  margin: 0;
  font-size: clamp(28px, 2.8vw, 40px);
  font-weight: 600;
  letter-spacing: -0.045em;
}

.identity-flags {
  align-self: start;
  display: flex;
  gap: 5px;
}

.identity-flags span {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  color: #0c0b13;
  background: #3498db;
  font: 700 8px/1 Consolas, monospace;
}

.identity-flags span:last-child {
  background: #f0b43c;
}

.parameter-section-title {
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 9px;
  color: #d8d3e8;
  border: 1px solid rgba(157, 151, 196, 0.26);
  background: rgba(67, 61, 91, 0.38);
  font-size: 9px;
  letter-spacing: 0.09em;
}

.panel-intro-a2 {
  max-width: 360px;
  margin: 15px 0 22px;
  color: rgba(233, 232, 242, 0.53);
  font-size: 12px;
  line-height: 1.65;
}

.login-form-a2 {
  max-width: none;
  gap: 16px;
}

.login-panel-a2 {
  --input-border: rgba(157, 151, 196, 0.4);
  --input-bg: rgba(9, 8, 18, 0.42);
  --placeholder: rgba(233, 232, 242, 0.3);
}

.login-form-a2 .field-label {
  color: rgba(233, 232, 242, 0.7);
  font-family: Consolas, monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
}

.login-form-a2 .field input {
  height: 50px;
  padding-left: 22px;
}

.field-port {
  position: absolute;
  top: 50%;
  left: -5px;
  width: 9px;
  height: 9px;
  border: 2px solid #171524;
  border-radius: 50%;
  transform: translateY(-50%);
}

.field-port--text { background: #62a1ff; }
.field-port--media { background: #ff9f43; }

.submit-a2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #0d0c15;
  background: #a78bfa;
}

.submit-a2:disabled {
  cursor: wait;
  filter: saturate(0.55) brightness(0.8);
}

.submit-route {
  display: flex;
  align-items: center;
  gap: 8px;
}

.submit-route i {
  width: 34px;
  height: 1px;
  background: currentColor;
}

.submit-route b {
  font-size: 18px;
  font-weight: 400;
}

.login-panel-a2 .form-status.is-success {
  color: #8ff5c1;
}

.login-panel-a2 .form-status.is-error {
  color: #ff8a91;
}

.parameter-section-title--session {
  margin-top: clamp(24px, 4vh, 38px);
}

.session-grid-a2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-left: 1px solid rgba(157, 151, 196, 0.22);
}

.session-grid-a2 div {
  min-width: 0;
  display: grid;
  gap: 5px;
  padding: 10px;
  border-right: 1px solid rgba(157, 151, 196, 0.22);
  border-bottom: 1px solid rgba(157, 151, 196, 0.22);
}

.session-grid-a2 dt {
  color: rgba(233, 232, 242, 0.34);
  font-size: 8px;
  letter-spacing: 0.1em;
}

.session-grid-a2 dd {
  overflow: hidden;
  margin: 0;
  color: rgba(233, 232, 242, 0.74);
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.session-grid-a2 .status-ready-a2 {
  color: #7de3a6;
}

.panel-footer-a2 {
  margin-top: auto;
  padding-top: 22px;
}

.meta-a2 {
  margin-top: 0;
  padding-top: 0;
  color: rgba(233, 232, 242, 0.38);
  font-size: 10px;
}

.meta-a2 a {
  color: rgba(233, 232, 242, 0.72);
}

.icp-link-a2 {
  display: flex;
  width: fit-content;
  margin: 13px auto 0;
  padding: 11px 16px 0;
  color: rgba(233, 232, 242, 0.46);
  border-top: 1px solid rgba(157, 151, 196, 0.18);
  text-align: center;
  text-decoration: none;
  font: 10px/1.4 Consolas, "Microsoft YaHei UI", sans-serif;
  letter-spacing: 0.06em;
}

.icp-link-a2:hover {
  color: rgba(233, 232, 242, 0.74);
}

.icp-link-a2:focus-visible {
  outline: 2px solid var(--focus-color);
  outline-offset: 3px;
}

.is-form-focused .fx-graph {
  opacity: 0.72;
  filter: saturate(0.75);
}

.is-motion-paused .wire-flow,
.is-motion-paused .fx-node,
.is-motion-paused .node-ring,
.is-motion-paused .signal-pulse,
.is-motion-paused .procedural-mark path {
  animation-play-state: paused !important;
}

@keyframes fx-node-in {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fx-wire-flow {
  to { stroke-dashoffset: -180; }
}

@keyframes fx-wire-reveal {
  from { opacity: 0; stroke-dasharray: 1 600; }
  to { opacity: 0.74; stroke-dasharray: 8 24; }
}

@keyframes fx-ring {
  to { transform: rotate(360deg); }
}

@keyframes fx-pulse-visibility {
  0%, 4% { opacity: 0; }
  7%, 28% { opacity: 1; }
  34%, 100% { opacity: 0; }
}

@keyframes fx-lissajous {
  to { stroke-dashoffset: -80; }
}

@media (max-width: 1180px) {
  .concept-a2 {
    overflow: auto;
  }

  .topbar-a2 {
    grid-template-columns: minmax(190px, 1fr) auto;
  }

  .context-a2 {
    display: none;
  }

  .layout-a2 {
    grid-template-columns: 1fr;
  }

  .login-panel-a2 {
    order: -1;
  }

  .story-a2 {
    order: 1;
  }

  .story-a2 {
    min-height: 650px;
    grid-template-rows: auto 360px auto;
  }

  .login-panel-a2 {
    min-height: 720px;
    border-top: 1px solid rgba(157, 151, 196, 0.3);
    border-left: 0;
  }

  .node-identity-a2 h2 {
    font-size: 38px;
  }
}

@media (max-width: 720px) {
  .shell-a2 {
    grid-template-rows: 66px 1fr;
  }

  .topbar-a2 {
    gap: 12px;
    padding: 0 16px;
  }

  .brand-a2 small,
  .motion-toggle-a2 span,
  .prototype-switcher a[href="concept-b.html"],
  .prototype-switcher a[href="concept-c.html"] {
    display: none;
  }

  .brand-logo-a2 {
    width: 36px;
    height: 36px;
  }

  .top-actions-a2 {
    gap: 7px;
  }

  .motion-toggle-a2 {
    width: 38px;
    min-height: 38px;
    justify-content: center;
    padding: 0;
  }

  .story-a2 {
    min-height: 500px;
    grid-template-rows: auto auto auto;
    gap: 18px;
    padding: 38px 18px 22px;
  }

  .story-copy-a2 {
    display: block;
  }

  .story-copy-a2 h1 {
    font-size: clamp(40px, 13vw, 56px);
  }

  .story-copy-a2 > p:last-child {
    margin-top: 18px;
    font-size: 13px;
  }

  .fx-graph {
    min-height: 172px;
  }

  .graph-toolbar {
    grid-template-columns: 1fr auto;
  }

  .graph-toolbar span:last-child {
    display: none;
  }

  .fx-network {
    display: none;
  }

  .mobile-flow {
    min-height: 137px;
    display: grid;
    grid-template-columns: minmax(74px, 1fr) 22px minmax(74px, 1fr) 22px minmax(64px, 0.8fr);
    align-items: center;
    gap: 4px;
    padding: 18px 12px;
    background-image:
      linear-gradient(rgba(112, 105, 154, 0.14) 1px, transparent 1px),
      linear-gradient(90deg, rgba(112, 105, 154, 0.14) 1px, transparent 1px);
    background-size: 18px 18px;
  }

  .mobile-node {
    min-height: 56px;
    display: grid;
    align-content: center;
    gap: 5px;
    padding: 8px;
    color: #fff;
    border: 1px solid rgba(215, 209, 238, 0.52);
    background: linear-gradient(#168da5 0 18px, rgba(42, 38, 61, 0.96) 18px);
    font: 700 8px/1 Consolas, monospace;
  }

  .mobile-node--gen { background: linear-gradient(var(--fx-purple) 0 18px, rgba(42, 38, 61, 0.96) 18px); }
  .mobile-node--out { background: linear-gradient(#258f51 0 18px, rgba(42, 38, 61, 0.96) 18px); }

  .mobile-node small {
    margin-top: 7px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 6.5px;
  }

  .mobile-flow > i {
    height: 2px;
    background: var(--fx-cyan);
    box-shadow: 7px 0 0 -1px var(--fx-cyan);
  }

  .runtime-a2 {
    grid-template-columns: 1fr auto;
  }

  .runtime-a2 > div:nth-child(2),
  .flag-key {
    display: none;
  }

  .login-panel-a2 {
    min-height: 700px;
    padding: 0 20px 26px;
  }

  .node-identity-a2 {
    padding-top: 32px;
  }

  .node-identity-a2 h2 {
    font-size: 32px;
  }

  .identity-flags {
    display: none;
  }

  .login-form-a2 .field input {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fx-node {
    opacity: 1;
    transform: none;
  }

  .wire-flow,
  .node-ring,
  .signal-pulses,
  .procedural-mark path {
    animation: none !important;
  }

  .wire-flow {
    stroke-dasharray: 8 24;
    stroke-dashoffset: 0;
  }
}
