:root {
  --ops-bg: #04070d;
  --ops-panel: rgba(8, 15, 26, 0.88);
  --ops-panel-2: rgba(12, 24, 38, 0.86);
  --ops-line: rgba(125, 211, 252, 0.28);
  --ops-text: #e8fbff;
  --ops-muted: #a5bac8;
  --ops-cyan: #67e8f9;
  --ops-teal: #2dd4bf;
  --ops-amber: #fbbf24;
  --ops-red: #fb7185;
  --ops-violet: #c4b5fd;
  --ops-green: #86efac;
  --robot-x: 50%;
  --robot-y: 50%;
}

.futureops-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 16% 8%, rgba(103, 232, 249, 0.16), transparent 28%),
    radial-gradient(circle at 84% 16%, rgba(196, 181, 253, 0.15), transparent 30%),
    radial-gradient(circle at 52% 108%, rgba(251, 191, 36, 0.10), transparent 36%),
    linear-gradient(180deg, #02040a 0%, #08101b 46%, #100d12 100%);
  color: var(--ops-text);
}

.futureops-page::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.28));
  background-size: 48px 48px, 48px 48px, auto;
  mask-image: linear-gradient(180deg, black 0%, transparent 86%);
}

.game-shell {
  position: relative;
  width: min(1600px, calc(100% - 28px));
  padding-top: 18px;
}

.futureops-page .site-nav {
  justify-content: center;
  gap: 10px;
  margin: 0 auto 18px;
  padding: 10px;
  border: 1px solid var(--ops-line);
  border-radius: 16px;
  background: rgba(4, 8, 14, 0.76);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(18px);
}

.futureops-page .site-nav a,
.futureops-page .ghost-button {
  border-color: rgba(103, 232, 249, 0.24);
  background: rgba(16, 24, 32, 0.82);
  color: var(--ops-text);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
}

.game-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 430px);
  gap: 26px;
  margin-bottom: 18px;
  border: 1px solid rgba(103, 232, 249, 0.28);
  border-radius: 24px;
  background:
    linear-gradient(120deg, rgba(45, 212, 191, 0.18), transparent 42%),
    radial-gradient(circle at 82% 28%, rgba(196, 181, 253, 0.18), transparent 30%),
    linear-gradient(300deg, rgba(251, 191, 36, 0.12), transparent 42%),
    rgba(8, 13, 20, 0.86);
  padding: clamp(24px, 4vw, 58px);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.48), inset 0 0 90px rgba(103, 232, 249, 0.05);
}

.game-hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -46% 42%;
  height: 72%;
  background:
    radial-gradient(ellipse at center, rgba(103, 232, 249, 0.24), transparent 52%),
    conic-gradient(from 0.2turn, transparent, rgba(103, 232, 249, 0.12), transparent, rgba(251, 191, 36, 0.08), transparent);
  filter: blur(10px);
  opacity: 0.8;
  pointer-events: none;
}

.game-hero h1 {
  max-width: 980px;
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(50px, 7.2vw, 112px);
  line-height: 0.88;
  letter-spacing: -0.07em;
  text-transform: uppercase;
  text-shadow:
    0 0 24px rgba(103, 232, 249, 0.28),
    0 9px 0 rgba(2, 6, 12, 0.92),
    0 28px 70px rgba(0, 0, 0, 0.5);
}

.game-hero h1 span {
  display: block;
  color: var(--ops-cyan);
}

.futureops-page .eyebrow {
  color: var(--ops-cyan);
}

.game-hero .hero-copy {
  max-width: 820px;
  color: #c8d9e2;
  font-size: 19px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.futureops-page .primary-link,
.futureops-page .primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(45, 212, 191, 0.68);
  border-radius: 999px;
  background: linear-gradient(180deg, #70f5e6, #0f766e);
  color: #02110f;
  box-shadow: 0 14px 34px rgba(45, 212, 191, 0.24);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 950;
}

.cabinet-card {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  align-self: stretch;
  border: 1px solid rgba(251, 191, 36, 0.32);
  border-radius: 20px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(145deg, rgba(251, 191, 36, 0.10), rgba(103, 232, 249, 0.06)),
    rgba(3, 7, 12, 0.62);
  background-size: 24px 24px, 24px 24px, auto, auto;
  padding: 22px;
  box-shadow: inset 0 0 44px rgba(251, 191, 36, 0.06);
}

.cabinet-card strong {
  color: var(--ops-amber);
  font-size: 22px;
  text-transform: uppercase;
}

.cabinet-card span {
  border: 1px solid rgba(103, 232, 249, 0.22);
  border-radius: 12px;
  background: rgba(8, 13, 20, 0.76);
  padding: 12px;
  color: #d7eef7;
  font-weight: 800;
}

.game-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.46fr) minmax(360px, 0.54fr);
  gap: 16px;
  align-items: start;
}

.futureops-page .panel,
.play-panel,
.console-panel {
  border: 1px solid rgba(103, 232, 249, 0.20);
  border-radius: 18px;
  background: var(--ops-panel);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  color: var(--ops-text);
  backdrop-filter: blur(16px);
}

.game-topline {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
  margin-bottom: 14px;
}

.game-topline h2,
.console-panel h2,
.proof-panel h2,
.audit-panel h2 {
  color: #ffffff;
}

.day-clock {
  display: grid;
  min-width: 124px;
  justify-items: center;
  border: 1px solid rgba(251, 191, 36, 0.38);
  border-radius: 16px;
  background: rgba(251, 191, 36, 0.08);
  padding: 10px;
  box-shadow: inset 0 0 28px rgba(251, 191, 36, 0.06);
}

.day-clock span {
  color: var(--ops-muted);
  font-size: 12px;
  font-weight: 900;
}

.day-clock strong {
  color: var(--ops-amber);
  font-size: 36px;
  line-height: 1;
}

.task-card,
.director-card {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
  border: 1px solid rgba(103, 232, 249, 0.22);
  border-radius: 16px;
  background:
    linear-gradient(105deg, rgba(103, 232, 249, 0.10), transparent 48%),
    rgba(8, 13, 20, 0.72);
  padding: 14px;
}

.task-card > span,
.director-card > span {
  width: fit-content;
  border: 1px solid rgba(45, 212, 191, 0.34);
  border-radius: 999px;
  color: var(--ops-cyan);
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.task-card p,
.director-card p {
  margin: 0;
  color: #c8d9e2;
  line-height: 1.45;
}

.director-card strong {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.1;
}

.task-card dl,
.consequence-strip,
.compact-score,
.summary-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

.task-card dl div,
.consequence-strip div,
.compact-score div,
.summary-stats div {
  border: 1px solid rgba(103, 232, 249, 0.18);
  border-radius: 12px;
  background: rgba(3, 7, 12, 0.56);
  padding: 10px;
}

.task-card dt,
.consequence-strip span,
.compact-score span,
.summary-stats span {
  color: var(--ops-muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.task-card dd,
.consequence-strip strong,
.compact-score strong,
.summary-stats strong {
  display: block;
  margin: 4px 0 0;
  color: #ffffff;
  font-size: 20px;
}

.consequence-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 14px;
}

.consequence-strip div {
  background:
    linear-gradient(135deg, rgba(251, 191, 36, 0.08), rgba(103, 232, 249, 0.04)),
    rgba(3, 7, 12, 0.56);
}

.game-board {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  border: 2px solid rgba(103, 232, 249, 0.26);
  border-radius: 22px;
  isolation: isolate;
  background:
    radial-gradient(circle at var(--robot-x) var(--robot-y), rgba(103, 232, 249, 0.22), transparent 20%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 3px, transparent 3px 18px),
    linear-gradient(180deg, rgba(5, 10, 18, 0.06), rgba(2, 4, 8, 0.62)),
    linear-gradient(125deg, #10192b 0%, #07101b 46%, #0a1117 100%);
  background-size: auto, 36px 100%, auto, auto;
  outline: none;
  box-shadow:
    inset 0 -70px 120px rgba(0, 0, 0, 0.38),
    inset 0 0 70px rgba(103, 232, 249, 0.08),
    0 26px 80px rgba(0, 0, 0, 0.36);
  perspective: 950px;
  transform-style: preserve-3d;
}

.game-board::before {
  content: "";
  position: absolute;
  left: -18%;
  right: -18%;
  bottom: -20%;
  height: 78%;
  background:
    linear-gradient(rgba(103, 232, 249, 0.10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(103, 232, 249, 0.12) 1px, transparent 1px),
    linear-gradient(180deg, rgba(103, 232, 249, 0.05), rgba(251, 191, 36, 0.04));
  background-size: 54px 54px, 54px 54px, auto;
  transform: rotateX(64deg);
  transform-origin: bottom;
  opacity: 0.76;
}

.game-board::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--robot-x) var(--robot-y), transparent 0 18%, rgba(0, 0, 0, 0.08) 32%, rgba(0, 0, 0, 0.34) 100%),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 7px);
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.28;
  z-index: 20;
}

.game-board:focus {
  border-color: rgba(45, 212, 191, 0.68);
}

.camera-hud {
  position: absolute;
  z-index: 7;
  left: 18px;
  right: 18px;
  top: 16px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: rgba(232, 251, 255, 0.76);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  pointer-events: none;
}

.parallax-city {
  position: absolute;
  left: -4%;
  right: -4%;
  height: 18%;
  pointer-events: none;
}

.layer-back {
  z-index: 0;
  top: 11%;
  opacity: 0.32;
  background:
    linear-gradient(90deg, transparent 0 3%, rgba(103, 232, 249, 0.16) 3% 8%, transparent 8% 11%, rgba(196, 181, 253, 0.15) 11% 20%, transparent 20% 27%, rgba(103, 232, 249, 0.11) 27% 38%, transparent 38% 45%, rgba(251, 191, 36, 0.10) 45% 50%, transparent 50% 58%, rgba(103, 232, 249, 0.16) 58% 71%, transparent 71% 78%, rgba(196, 181, 253, 0.12) 78% 92%, transparent 92% 100%);
  filter: blur(1px);
}

.layer-front {
  z-index: 1;
  bottom: 14%;
  height: 12%;
  opacity: 0.24;
  background:
    linear-gradient(90deg, rgba(45, 212, 191, 0.16) 0 6%, transparent 6% 13%, rgba(103, 232, 249, 0.12) 13% 22%, transparent 22% 31%, rgba(251, 191, 36, 0.11) 31% 42%, transparent 42% 50%, rgba(196, 181, 253, 0.13) 50% 60%, transparent 60% 73%, rgba(103, 232, 249, 0.13) 73% 88%, transparent 88% 100%);
}

.minimap {
  position: absolute;
  z-index: 8;
  right: 18px;
  bottom: 18px;
  width: 132px;
  height: 92px;
  border: 1px solid rgba(103, 232, 249, 0.24);
  border-radius: 12px;
  background:
    linear-gradient(rgba(103, 232, 249, 0.10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(103, 232, 249, 0.10) 1px, transparent 1px),
    rgba(2, 6, 12, 0.68);
  background-size: 18px 18px, 18px 18px, auto;
  box-shadow: inset 0 0 22px rgba(103, 232, 249, 0.07), 0 12px 28px rgba(0, 0, 0, 0.26);
  pointer-events: none;
}

.minimap::before {
  content: "FLOOR";
  position: absolute;
  left: 9px;
  top: 7px;
  color: rgba(232, 251, 255, 0.58);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.map-node {
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid rgba(103, 232, 249, 0.5);
  border-radius: 3px;
  background: rgba(103, 232, 249, 0.16);
}

.active-map-node {
  border-color: rgba(251, 191, 36, 0.95);
  background: rgba(251, 191, 36, 0.72);
  box-shadow: 0 0 16px rgba(251, 191, 36, 0.7);
}

.map-mail { left: 18px; top: 24px; }
.map-eng { left: 59px; top: 20px; }
.map-finance { right: 18px; top: 24px; }
.map-security { left: 18px; bottom: 16px; }
.map-data { left: 59px; bottom: 12px; }
.map-cloud { right: 18px; bottom: 16px; }

.skyline {
  position: absolute;
  inset: 6% 4% auto;
  height: 20%;
  background:
    linear-gradient(90deg, rgba(103, 232, 249, 0.14) 0 5%, transparent 5% 8%, rgba(103, 232, 249, 0.09) 8% 16%, transparent 16% 20%, rgba(196, 181, 253, 0.12) 20% 33%, transparent 33% 38%, rgba(103, 232, 249, 0.10) 38% 48%, transparent 48% 54%, rgba(251, 191, 36, 0.08) 54% 62%, transparent 62% 68%, rgba(103, 232, 249, 0.13) 68% 79%, transparent 79% 84%, rgba(196, 181, 253, 0.12) 84% 100%);
  filter: blur(0.2px);
  opacity: 0.75;
  mask-image: linear-gradient(180deg, black, transparent);
}

.atrium-light {
  position: absolute;
  z-index: 1;
  width: 34%;
  height: 78%;
  top: -16%;
  background: linear-gradient(180deg, rgba(103, 232, 249, 0.24), transparent);
  filter: blur(10px);
  opacity: 0.55;
  transform: skewX(-18deg);
  pointer-events: none;
}

.light-a { left: 15%; }
.light-b { right: 12%; background: linear-gradient(180deg, rgba(251, 191, 36, 0.16), transparent); }

.floor-shadow {
  position: absolute;
  z-index: 1;
  left: 18%;
  right: 18%;
  bottom: 8%;
  height: 18%;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.54), transparent 70%);
  pointer-events: none;
}

.room {
  position: absolute;
  z-index: 2;
  display: grid;
  grid-template-rows: 1fr auto;
  place-items: center;
  width: 24%;
  height: 20%;
  border: 1px solid rgba(103, 232, 249, 0.24);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 38%),
    linear-gradient(130deg, rgba(103, 232, 249, 0.11), rgba(3, 7, 12, 0.76));
  color: #d7f7ff;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  pointer-events: none;
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.25), inset 0 0 40px rgba(103, 232, 249, 0.04);
}

.room b {
  position: relative;
  display: block;
  width: 54px;
  height: 40px;
  margin-top: 18px;
  border: 2px solid rgba(232, 251, 255, 0.56);
  border-radius: 10px;
  background: rgba(103, 232, 249, 0.13);
  box-shadow: inset 0 0 18px rgba(103, 232, 249, 0.08);
}

.room b::before,
.room b::after {
  content: "";
  position: absolute;
}

.room-mail b::before {
  inset: 10px 8px;
  border: 2px solid rgba(251, 191, 36, 0.85);
  border-top: 0;
  transform: skewY(-14deg);
}

.room-eng b::before {
  left: 10px;
  right: 10px;
  top: 9px;
  height: 8px;
  background: rgba(45, 212, 191, 0.82);
  box-shadow: 0 12px 0 rgba(103, 232, 249, 0.6);
}

.room-finance b::before {
  left: 15px;
  top: 8px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 2px solid rgba(251, 191, 36, 0.88);
}

.room-security b::before {
  left: 14px;
  top: 6px;
  width: 24px;
  height: 28px;
  clip-path: polygon(50% 0, 90% 18%, 80% 78%, 50% 100%, 20% 78%, 10% 18%);
  background: rgba(251, 113, 133, 0.58);
}

.room-data b::before {
  left: 11px;
  top: 8px;
  width: 30px;
  height: 10px;
  border-radius: 999px;
  background: rgba(103, 232, 249, 0.7);
  box-shadow: 0 10px 0 rgba(103, 232, 249, 0.48), 0 20px 0 rgba(103, 232, 249, 0.34);
}

.room-cloud b::before {
  left: 8px;
  top: 15px;
  width: 36px;
  height: 14px;
  border-radius: 999px;
  background: rgba(196, 181, 253, 0.68);
  box-shadow: -5px -5px 0 rgba(196, 181, 253, 0.46), 9px -7px 0 rgba(103, 232, 249, 0.4);
}

.room span {
  position: relative;
  z-index: 2;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(3, 7, 12, 0.62);
}

.room i {
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 14%;
  height: 18%;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(103, 232, 249, 0.45), transparent);
  opacity: 0.38;
}

.active-room {
  border-color: rgba(251, 191, 36, 0.72);
  box-shadow:
    0 0 34px rgba(251, 191, 36, 0.15),
    0 24px 48px rgba(0, 0, 0, 0.28),
    inset 0 0 36px rgba(251, 191, 36, 0.08);
}

.room-mail { left: 4%; top: 8%; }
.room-eng { left: 38%; top: 5%; }
.room-finance { right: 4%; top: 8%; }
.room-security { left: 4%; bottom: 7%; }
.room-data { left: 38%; bottom: 4%; }
.room-cloud { right: 4%; bottom: 7%; }

.zone {
  position: absolute;
  z-index: 5;
  min-width: 150px;
  border: 1px solid rgba(251, 191, 36, 0.36);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.18), transparent 34%),
    rgba(251, 191, 36, 0.11);
  color: var(--ops-amber);
  padding: 11px 13px;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: 0 0 26px rgba(251, 191, 36, 0.10), inset 0 0 20px rgba(251, 191, 36, 0.06);
  cursor: pointer;
}

.zone span {
  position: relative;
  z-index: 2;
}

.zone::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -24px;
  width: 2px;
  height: 22px;
  background: linear-gradient(transparent, rgba(251, 191, 36, 0.7));
  box-shadow: 0 0 14px rgba(251, 191, 36, 0.4);
}

.zone::after {
  content: "";
  position: absolute;
  inset: -11px;
  border: 1px solid rgba(251, 191, 36, 0.14);
  border-radius: inherit;
  opacity: 0.7;
}

.zone:hover,
.active-zone {
  border-color: rgba(45, 212, 191, 0.82);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.22), transparent 34%),
    rgba(45, 212, 191, 0.19);
  color: var(--ops-cyan);
  box-shadow: 0 0 36px rgba(45, 212, 191, 0.28), inset 0 0 28px rgba(45, 212, 191, 0.08);
}

.zone-execute { left: 43%; top: 28%; }
.zone-evidence { left: 18%; top: 42%; }
.zone-sandbox { right: 18%; top: 42%; }
.zone-review { left: 43%; top: 51%; }
.zone-rollback { left: 18%; top: 62%; }
.zone-stop { right: 18%; top: 62%; }

.robot {
  position: absolute;
  z-index: 6;
  width: 74px;
  height: 108px;
  transform: translate(-50%, -72%);
  transition: left 92ms linear, top 92ms linear, filter 160ms ease;
  filter: drop-shadow(0 0 18px rgba(103, 232, 249, 0.48));
  transform-origin: 50% 80%;
}

.robot::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 2px;
  bottom: 6px;
  background:
    linear-gradient(90deg, transparent 0 12px, rgba(255, 255, 255, 0.08) 12px 14px, transparent 14px 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.10), transparent 42%);
  opacity: 0.8;
  pointer-events: none;
}

.robot-head {
  position: absolute;
  left: 18px;
  top: 8px;
  width: 38px;
  height: 32px;
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 14px 14px 12px 12px;
  background:
    radial-gradient(circle at 34% 44%, #021016 0 3px, transparent 4px),
    radial-gradient(circle at 66% 44%, #021016 0 3px, transparent 4px),
    linear-gradient(180deg, #b9fbff, #37d7e6 42%, #0f766e);
  box-shadow: inset 0 0 16px rgba(255, 255, 255, 0.34), 0 8px 18px rgba(0, 0, 0, 0.34);
}

.robot-head::before {
  content: "";
  position: absolute;
  left: 15px;
  top: -12px;
  width: 8px;
  height: 12px;
  border-radius: 999px 999px 0 0;
  background: var(--ops-cyan);
  box-shadow: 0 0 13px rgba(103, 232, 249, 0.82);
}

.robot-core {
  position: absolute;
  left: 14px;
  top: 38px;
  width: 46px;
  height: 42px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 18px 18px 14px 14px;
  background:
    radial-gradient(circle at 50% 42%, rgba(251, 191, 36, 0.92) 0 5px, transparent 7px),
    linear-gradient(145deg, #67e8f9, #1f9ea0 45%, #172033);
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.18), 0 14px 22px rgba(0, 0, 0, 0.34);
}

.robot-arm,
.robot-leg {
  position: absolute;
  border-radius: 999px;
  background: linear-gradient(180deg, #c4b5fd, #5573a7);
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.24);
}

.robot-arm {
  top: 46px;
  width: 10px;
  height: 34px;
}

.robot-arm.left { left: 4px; transform: rotate(16deg); }
.robot-arm.right { right: 4px; transform: rotate(-16deg); }

.robot-leg {
  top: 76px;
  width: 12px;
  height: 28px;
}

.robot-leg.left { left: 22px; }
.robot-leg.right { right: 22px; }

.robot-shadow {
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: -3px;
  height: 16px;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.56), transparent 72%);
}

.robot[data-facing="left"] { scale: -1 1; }
.robot[data-facing="up"] { filter: drop-shadow(0 0 12px rgba(196, 181, 253, 0.45)); }
.robot[data-facing="right"] { scale: 1 1; }

.verdict-card {
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 18%;
  width: min(360px, calc(100% - 36px));
  border: 1px solid rgba(103, 232, 249, 0.36);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(103, 232, 249, 0.16), transparent 46%),
    rgba(3, 7, 12, 0.88);
  padding: 16px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42), inset 0 0 30px rgba(103, 232, 249, 0.08);
  transform: translateX(-50%);
  animation: verdict-pop 420ms ease;
}

.verdict-card span {
  display: block;
  color: var(--ops-muted);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.verdict-card strong {
  display: block;
  margin-top: 4px;
  color: #ffffff;
  font-size: 42px;
  line-height: 1;
}

.verdict-card p {
  margin: 8px 0 0;
  color: #c8d9e2;
  line-height: 1.35;
}

.verdict-card ul {
  margin: 10px 0 0;
  padding-left: 18px;
  color: #d9f3fb;
  font-size: 13px;
  line-height: 1.35;
}

.verdict-good {
  border-color: rgba(45, 212, 191, 0.62);
}

.verdict-mixed {
  border-color: rgba(251, 191, 36, 0.58);
}

.verdict-bad {
  border-color: rgba(251, 113, 133, 0.64);
}

@keyframes verdict-pop {
  0% { opacity: 0; transform: translateX(-50%) translateY(12px) scale(0.96); }
  100% { opacity: 1; transform: translateX(-50%) translateY(0) scale(1); }
}

.robot-step .robot-arm.left,
.robot-step .robot-leg.right {
  animation: gait-forward 180ms ease;
}

.robot-step .robot-arm.right,
.robot-step .robot-leg.left {
  animation: gait-back 180ms ease;
}

@keyframes gait-forward {
  50% { transform: translateY(-4px) rotate(24deg); }
}

@keyframes gait-back {
  50% { transform: translateY(3px) rotate(-24deg); }
}

.choice-strong {
  animation: board-strong 700ms ease;
}

.choice-risk {
  animation: board-risk 700ms ease;
}

@keyframes board-strong {
  35% { box-shadow: inset 0 0 90px rgba(45, 212, 191, 0.22), 0 0 60px rgba(45, 212, 191, 0.14); }
}

@keyframes board-risk {
  35% { box-shadow: inset 0 0 100px rgba(251, 113, 133, 0.24), 0 0 60px rgba(251, 113, 133, 0.18); }
}

.game-actions {
  margin-top: 14px;
}

.zone-status {
  margin: 10px 0 0;
  border-left: 3px solid rgba(103, 232, 249, 0.56);
  color: #c8d9e2;
  padding-left: 10px;
  font-weight: 800;
}

.console-panel {
  position: sticky;
  top: 14px;
}

.compact-score {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 14px;
}

.decision-log {
  display: grid;
  gap: 10px;
  max-height: 420px;
  overflow: auto;
}

.decision-log article,
.decision-log > p,
.summary-panel {
  border: 1px solid rgba(103, 232, 249, 0.18);
  border-radius: 14px;
  background: rgba(3, 7, 12, 0.58);
  padding: 12px;
}

.decision-log strong {
  display: block;
  color: #ffffff;
}

.decision-log span {
  display: block;
  margin-top: 4px;
  color: var(--ops-cyan);
  font-size: 13px;
  font-weight: 900;
}

.decision-log p {
  margin: 6px 0 0;
  color: #c8d9e2;
  line-height: 1.35;
}

.log-risk {
  border-color: rgba(251, 113, 133, 0.34) !important;
}

.log-good {
  border-color: rgba(45, 212, 191, 0.34) !important;
}

.summary-panel {
  margin-top: 14px;
}

.summary-stats {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.summary-timeline {
  display: grid;
  gap: 8px;
  margin: 12px 0;
  padding-left: 0;
  list-style: none;
}

.summary-timeline li {
  border: 1px solid rgba(103, 232, 249, 0.18);
  border-radius: 12px;
  background: rgba(3, 7, 12, 0.54);
  padding: 10px;
}

.summary-timeline strong,
.summary-timeline span {
  display: block;
}

.summary-timeline strong {
  color: #ffffff;
}

.summary-timeline span {
  margin-top: 4px;
  color: var(--ops-muted);
  font-size: 12px;
  line-height: 1.35;
}

.proof-grid {
  gap: 14px;
}

.futureops-page .proof-panel p,
.futureops-page .audit-panel p {
  color: #c8d9e2;
}

.futureops-page .proof-stat {
  border: 1px solid rgba(103, 232, 249, 0.18);
  border-radius: 12px;
  background: rgba(8, 13, 20, 0.76);
  color: var(--ops-text);
}

.futureops-page .proof-stat span {
  color: var(--ops-muted);
}

@media (max-width: 1040px) {
  .game-hero,
  .game-layout {
    grid-template-columns: 1fr;
  }

  .console-panel {
    position: static;
  }

  .task-card dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .game-board {
    min-height: 560px;
  }

  .room {
    width: 28%;
    height: 18%;
    font-size: 10px;
  }

  .zone {
    min-width: 112px;
    padding: 9px;
    font-size: 10px;
  }

  .zone-execute,
  .zone-review {
    left: 35%;
  }

  .zone-evidence,
  .zone-rollback {
    left: 5%;
  }

  .zone-sandbox,
  .zone-stop {
    right: 5%;
  }

  .consequence-strip,
  .compact-score,
  .summary-stats {
    grid-template-columns: 1fr;
  }

  .robot {
    width: 58px;
    height: 86px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .robot,
  .robot-step .robot-arm.left,
  .robot-step .robot-leg.right,
  .robot-step .robot-arm.right,
  .robot-step .robot-leg.left,
  .choice-strong,
  .choice-risk {
    animation: none;
    transition: none;
  }
}
