/* Remvx — Industries page */

.industry-block {
  padding: 4.5rem 0;
  border-bottom: 1px solid var(--border);
}

.industry-block--alt {
  background: linear-gradient(180deg, #080808 0%, #050505 100%);
}

.industry-block__grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .industry-block__grid {
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
  }

  .industry-block__grid--reverse .industry-block__visual {
    order: -1;
  }
}

.industry-block__icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.75rem;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.industry-block__icon--blue {
  background: rgba(59, 130, 246, 0.12);
  border: 1px solid rgba(59, 130, 246, 0.35);
  color: #60a5fa;
}

.industry-block__icon--red {
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.35);
  color: #f87171;
}

.industry-block__icon--slate {
  background: rgba(161, 161, 170, 0.08);
  border: 1px solid rgba(161, 161, 170, 0.25);
  color: #e4e4e7;
}

.industry-block__title {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}

.industry-block__lead {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--muted);
}

.industry-checklist {
  margin-top: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.industry-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #d4d4d8;
}

.industry-checklist__mark {
  flex-shrink: 0;
  margin-top: 0.15rem;
  color: var(--tile-accent, #ef4444);
}

.industry-block--software { --tile-accent: #3b82f6; }
.industry-block--healthcare { --tile-accent: #ef4444; }
.industry-block--federal { --tile-accent: #a1a1aa; }
.industry-block--finance { --tile-accent: #eab308; }

/* Dashboard mockup frame */
.dash-mockup {
  border-radius: 1rem;
  border: 1px solid #222;
  background: #0a0a0a;
  box-shadow:
    0 32px 80px -32px rgba(0, 0, 0, 0.9),
    0 0 0 1px rgba(255, 255, 255, 0.03);
  overflow: hidden;
}

.dash-mockup__chrome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.55rem 0.85rem;
  border-bottom: 1px solid #1f1f1f;
  background: linear-gradient(180deg, #111 0%, #0c0c0c 100%);
}

.dash-mockup__dots {
  display: flex;
  gap: 0.35rem;
}

.dash-mockup__dots span {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #333;
}

.dash-mockup__dots span:nth-child(1) { background: #ef4444; opacity: 0.7; }
.dash-mockup__dots span:nth-child(2) { background: #eab308; opacity: 0.7; }
.dash-mockup__dots span:nth-child(3) { background: #22c55e; opacity: 0.7; }

.dash-mockup__brand {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-width: 0;
}

.dash-mockup__brand img {
  width: 1.35rem;
  height: 1.35rem;
  object-fit: contain;
  flex-shrink: 0;
}

.dash-mockup__brand span {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #71717a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dash-mockup__status {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.5625rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #4ade80;
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
  border: 1px solid rgba(74, 222, 128, 0.3);
  background: rgba(74, 222, 128, 0.06);
  flex-shrink: 0;
}

.dash-mockup__body {
  position: relative;
}

.dash-mockup__body img {
  display: block;
  width: 100%;
  height: auto;
}

.dash-mockup--compact .dash-mockup__body {
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 1fr);
  min-height: 14rem;
}

.dash-mockup__sidebar {
  border-right: 1px solid #1a1a1a;
  background: #080808;
  padding: 0.65rem 0.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.dash-mockup__nav {
  height: 1.65rem;
  border-radius: 0.4rem;
  background: #111;
  border: 1px solid #222;
}

.dash-mockup__nav--active {
  border-color: rgba(239, 68, 68, 0.4);
  background: rgba(239, 68, 68, 0.08);
  box-shadow: inset 2px 0 0 #ef4444;
}

.dash-mockup__main {
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.dash-mockup__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}

.dash-mockup__stat {
  padding: 0.5rem 0.55rem;
  border-radius: 0.45rem;
  border: 1px solid #1f1f1f;
  background: #0c0c0c;
}

.dash-mockup__stat-label {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.5rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #52525b;
}

.dash-mockup__stat-value {
  margin-top: 0.2rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
}

.dash-mockup__table {
  flex: 1;
  border-radius: 0.45rem;
  border: 1px solid #1f1f1f;
  background: #080808;
  overflow: hidden;
}

.dash-mockup__table-head {
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.8fr;
  gap: 0.35rem;
  padding: 0.4rem 0.55rem;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.5rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #52525b;
  border-bottom: 1px solid #1a1a1a;
  background: #0c0c0c;
}

.dash-mockup__table-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.8fr;
  gap: 0.35rem;
  padding: 0.4rem 0.55rem;
  font-size: 0.625rem;
  color: #a1a1aa;
  border-bottom: 1px solid #141414;
}

.dash-mockup__table-row:last-child {
  border-bottom: none;
}

.dash-mockup__table-row .is-ok {
  color: #4ade80;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.5625rem;
}

/* Federal governance console */
.gov-console {
  border-radius: 1rem;
  border: 1px solid #262626;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.02) 0%, transparent 50%),
    #060606;
  box-shadow: 0 28px 70px -28px rgba(0, 0, 0, 0.85);
  overflow: hidden;
  position: relative;
}

.gov-console::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.35;
  pointer-events: none;
}

.gov-console__head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid #222;
  background: linear-gradient(180deg, #0d0d0d, #080808);
}

.gov-console__brand {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.gov-console__brand img {
  width: 1.75rem;
  height: 1.75rem;
  object-fit: contain;
  padding: 0.2rem;
  border-radius: 0.45rem;
  border: 1px solid rgba(239, 68, 68, 0.3);
  background: #0a0a0a;
}

.gov-console__brand h3 {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}

.gov-console__brand p {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.5625rem;
  color: #52525b;
  margin: 0.1rem 0 0;
  letter-spacing: 0.04em;
}

.gov-console__badge {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.5625rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fca5a5;
  padding: 0.25rem 0.5rem;
  border-radius: 0.35rem;
  border: 1px solid rgba(239, 68, 68, 0.35);
  background: rgba(239, 68, 68, 0.08);
}

.gov-console__body {
  position: relative;
  z-index: 1;
  padding: 1rem;
  display: grid;
  gap: 0.75rem;
}

.gov-console__desc {
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #71717a;
  margin: 0;
  text-align: center;
}

.gov-console__vars {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.6875rem;
  line-height: 1.85;
  padding: 0.85rem 1rem;
  border-radius: 0.65rem;
  border: 1px solid #2a2a2a;
  background: #0a0a0a;
  color: #a1a1aa;
}

.gov-console__vars .var-name {
  color: #e4e4e7;
}

.gov-console__vars .var-val {
  color: #4ade80;
}

.gov-console__vars .var-val--warn,
.var-val--warn {
  color: #fbbf24;
}

.gov-console__footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.45rem;
}

.gov-console__metric {
  padding: 0.55rem 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid #1f1f1f;
  background: #080808;
  text-align: center;
}

.gov-console__metric span {
  display: block;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.5rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #52525b;
}

.gov-console__metric strong {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.6875rem;
  color: #fff;
}

/* Healthcare compliance panel */
.hc-panel {
  border-radius: 1rem;
  border: 1px solid #222;
  background: #060606;
  box-shadow: 0 28px 70px -28px rgba(0, 0, 0, 0.85);
  overflow: hidden;
}

.hc-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #1f1f1f;
  background: #0a0a0a;
}

.hc-panel__head-brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.hc-panel__head-brand img {
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
}

.hc-panel__head span {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}

.hc-panel__rows {
  padding: 0.35rem;
}

.hc-panel__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.55rem 0.65rem;
  border-radius: 0.45rem;
  font-size: 0.75rem;
}

.hc-panel__row:hover {
  background: #0c0c0c;
}

.hc-panel__row--alert {
  border-left: 2px solid #ef4444;
  background: rgba(239, 68, 68, 0.05);
}

.hc-panel__label {
  color: #a1a1aa;
}

.hc-panel__value {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.6875rem;
  color: #4ade80;
  flex-shrink: 0;
}

.hc-panel__value--muted {
  color: #71717a;
}

/* Finance cards */
.finance-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .finance-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.finance-card {
  padding: 1.35rem;
  border-radius: 1rem;
  border: 1px solid var(--border);
  background: var(--surface);
  text-align: left;
  transition: border-color 0.25s;
}

.finance-card:hover {
  border-color: #333;
}

.finance-card--accent {
  border-top: 2px solid #ef4444;
}

.finance-card h4 {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.45rem;
}

.finance-card p {
  font-size: 0.8125rem;
  line-height: 1.6;
  color: var(--muted-2);
  margin: 0;
}

/* ── Industries hero — animated compliance scene ── */
.page-hero__visual:has(.ind-hero-scene) {
  min-height: 300px;
  border-color: rgba(239, 68, 68, 0.22);
  background: radial-gradient(ellipse 80% 70% at 50% 40%, rgba(239, 68, 68, 0.07), transparent 65%), #060606;
}

.ind-hero-scene {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.ind-hero-scene__grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse 85% 75% at 50% 50%, black 20%, transparent 78%);
  -webkit-mask-image: radial-gradient(ellipse 85% 75% at 50% 50%, black 20%, transparent 78%);
}

.ind-hero-scene__scan {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(239, 68, 68, 0.5), transparent);
  box-shadow: 0 0 18px rgba(239, 68, 68, 0.35);
  animation: ind-scan-sweep 4.5s ease-in-out infinite;
  opacity: 0.7;
}

@keyframes ind-scan-sweep {
  0%, 100% { top: 12%; opacity: 0; }
  8% { opacity: 0.7; }
  50% { top: 88%; opacity: 0.5; }
  92% { opacity: 0; }
}

.ind-hero-scene__links {
  position: absolute;
  inset: 8% 6%;
  width: 88%;
  height: 84%;
  pointer-events: none;
}

.ind-hero-link {
  stroke: rgba(239, 68, 68, 0.28);
  stroke-width: 1;
  stroke-dasharray: 5 6;
  animation: ind-link-flow 3s linear infinite;
}

.ind-hero-link:nth-child(2) { animation-delay: 0.6s; }
.ind-hero-link:nth-child(3) { animation-delay: 1.2s; }
.ind-hero-link:nth-child(4) { animation-delay: 1.8s; }

@keyframes ind-link-flow {
  to { stroke-dashoffset: -22; }
}

.ind-sector {
  position: absolute;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.5625rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 0.3rem 0.55rem;
  border-radius: 999px;
  border: 1px solid #2a2a2a;
  background: rgba(10, 10, 10, 0.92);
  color: #a1a1aa;
  animation: ind-sector-float 4s ease-in-out infinite;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}

.ind-sector--health { top: 10%; left: 8%; color: #fca5a5; border-color: rgba(239, 68, 68, 0.35); animation-delay: 0s; }
.ind-sector--fed { top: 8%; right: 10%; color: #e4e4e7; border-color: rgba(161, 161, 170, 0.35); animation-delay: 0.8s; }
.ind-sector--finance { bottom: 14%; left: 6%; color: #fcd34d; border-color: rgba(234, 179, 8, 0.35); animation-delay: 1.6s; }
.ind-sector--tech { bottom: 12%; right: 8%; color: #93c5fd; border-color: rgba(59, 130, 246, 0.35); animation-delay: 2.4s; }

@keyframes ind-sector-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

.ind-hero-console {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(17rem, 78%);
  padding: 0.85rem 0.9rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(239, 68, 68, 0.3);
  background: linear-gradient(165deg, rgba(20, 20, 20, 0.98), rgba(8, 8, 8, 0.98));
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.65),
    0 0 40px rgba(239, 68, 68, 0.1);
  animation: ind-console-glow 3.5s ease-in-out infinite;
}

@keyframes ind-console-glow {
  0%, 100% { box-shadow: 0 20px 50px rgba(0, 0, 0, 0.65), 0 0 30px rgba(239, 68, 68, 0.08); }
  50% { box-shadow: 0 24px 56px rgba(0, 0, 0, 0.7), 0 0 48px rgba(239, 68, 68, 0.18); }
}

.ind-hero-console__head {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.65rem;
}

.ind-hero-console__head img {
  width: 1.75rem;
  height: 1.75rem;
  object-fit: contain;
  padding: 0.15rem;
  border-radius: 0.4rem;
  border: 1px solid rgba(239, 68, 68, 0.3);
  background: #0a0a0a;
}

.ind-hero-console__head strong {
  display: block;
  font-size: 0.75rem;
  color: #fff;
  letter-spacing: 0.02em;
}

.ind-hero-console__head span {
  display: block;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.5rem;
  color: #52525b;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 0.1rem;
}

.ind-hero-console__metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.35rem;
  margin-bottom: 0.55rem;
}

.ind-hero-console__metrics div {
  padding: 0.4rem 0.35rem;
  border-radius: 0.45rem;
  border: 1px solid #1f1f1f;
  background: #080808;
  text-align: center;
}

.ind-hero-console__metrics span {
  display: block;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.45rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #52525b;
}

.ind-hero-console__metrics strong {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.8125rem;
  color: #fff;
}

.ind-hero-console__metrics .is-live {
  color: #4ade80;
  animation: ind-live-pulse 2s ease-in-out infinite;
}

.ind-hero-console__metrics .is-on {
  color: #60a5fa;
}

@keyframes ind-live-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.55; }
}

.ind-hero-console__track {
  height: 3px;
  border-radius: 999px;
  background: #1a1a1a;
  overflow: hidden;
  margin-bottom: 0.55rem;
}

.ind-hero-console__fill {
  height: 100%;
  width: 35%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ef4444, #fca5a5);
  animation: ind-bar-progress 3s ease-in-out infinite;
}

@keyframes ind-bar-progress {
  0% { width: 28%; margin-left: 0; }
  50% { width: 72%; margin-left: 12%; }
  100% { width: 35%; margin-left: 0; }
}

.ind-hero-console__flags {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.ind-hero-console__flags code {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.5rem;
  color: #71717a;
  letter-spacing: 0.02em;
}

/* ── Software & Technology — Deploy API console ── */
.sw-console {
  border-radius: 1rem;
  border: 1px solid #222;
  background: #080808;
  box-shadow:
    0 32px 80px -32px rgba(0, 0, 0, 0.9),
    0 0 48px rgba(59, 130, 246, 0.06);
  overflow: hidden;
}

.sw-console__chrome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.55rem 0.85rem;
  border-bottom: 1px solid #1f1f1f;
  background: linear-gradient(180deg, #111 0%, #0c0c0c 100%);
}

.sw-console__env {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.5625rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #93c5fd;
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
  border: 1px solid rgba(59, 130, 246, 0.35);
  background: rgba(59, 130, 246, 0.08);
  flex-shrink: 0;
}

.sw-console__body {
  padding: 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.sw-console__terminal {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.6875rem;
  line-height: 1.75;
  padding: 0.75rem 0.85rem;
  border-radius: 0.65rem;
  border: 1px solid #1f1f1f;
  background: #050505;
  color: #71717a;
}

.sw-console__line--dim { color: #52525b; font-size: 0.625rem; }
.sw-console__line--ok { color: #4ade80; }
.sw-console__line--ok span { color: #22c55e; margin-right: 0.25rem; }
.sw-console__line--active { color: #d4d4d8; }

.sw-console__prompt {
  color: #60a5fa;
  font-weight: 600;
  margin-right: 0.35rem;
}

.sw-console__cursor {
  display: inline-block;
  width: 0.4rem;
  height: 0.75rem;
  background: #60a5fa;
  margin-left: 2px;
  vertical-align: text-bottom;
  animation: sw-cursor-blink 1s step-end infinite;
}

@keyframes sw-cursor-blink {
  50% { opacity: 0; }
}

.sw-console__pipeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.35rem;
}

.sw-console__step {
  position: relative;
  text-align: center;
  padding: 0.45rem 0.25rem 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid #1f1f1f;
  background: #0a0a0a;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.5625rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #52525b;
}

.sw-console__step::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  right: 10%;
  height: 2px;
  border-radius: 999px;
  background: #1f1f1f;
}

.sw-console__step.is-done {
  color: #4ade80;
  border-color: rgba(34, 197, 94, 0.25);
}

.sw-console__step.is-done::after {
  background: #22c55e;
}

.sw-console__step.is-active {
  color: #93c5fd;
  border-color: rgba(59, 130, 246, 0.35);
  background: rgba(59, 130, 246, 0.06);
  animation: sw-step-pulse 2s ease-in-out infinite;
}

.sw-console__step.is-active::after {
  background: linear-gradient(90deg, #3b82f6, #93c5fd);
  animation: sw-step-bar 2s ease-in-out infinite;
}

@keyframes sw-step-pulse {
  0%, 100% { box-shadow: 0 0 0 rgba(59, 130, 246, 0); }
  50% { box-shadow: 0 0 20px rgba(59, 130, 246, 0.15); }
}

@keyframes sw-step-bar {
  0%, 100% { transform: scaleX(0.4); }
  50% { transform: scaleX(1); }
}

.sw-console__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}

.sw-console__stat {
  padding: 0.55rem 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid #1f1f1f;
  background: #0a0a0a;
  text-align: center;
}

.sw-console__stat-label {
  display: block;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.5rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #52525b;
}

.sw-console__stat-value {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
}

.sw-console__stat-value--live {
  color: #93c5fd;
  animation: ind-live-pulse 2.5s ease-in-out infinite;
}

.sw-console__stat-value--ok {
  color: #4ade80;
}

@media (prefers-reduced-motion: reduce) {
  .ind-hero-scene__scan,
  .ind-hero-link,
  .ind-sector,
  .ind-hero-console,
  .ind-hero-console__fill,
  .ind-hero-console__metrics .is-live,
  .sw-console__cursor,
  .sw-console__step.is-active,
  .sw-console__stat-value--live {
    animation: none !important;
  }
}
