:root {
  color-scheme:dark;
  --bg:#08141d;
  --panel:#0d1e29;
  --panel2:#102430;
  --line:#ffffff13;
  --muted:#889ca9;
  --text:#edf3f4;
  --cyan:#86d5d8;
  --cyan-dim:#17383f;
  --amber:#e5b775;
  --red:#ec8d8d;
  --green:#88c7b3;
  --blue:#80b1d7;
  font-family:Arial,Helvetica,sans-serif;
  font-synthesis:none
}
* {
  box-sizing:border-box
}
body {
  margin:0;
  background:var(--bg);
  color:var(--text)
}
button,a {
  -webkit-tap-highlight-color:transparent
}
button {
  font:inherit;
  cursor:pointer
}
button:disabled {
  cursor:default;
  opacity:.35
}
button:focus-visible,a:focus-visible {
  outline:3px solid var(--amber);
  outline-offset:5px
}
button {
  color:inherit
}
button svg {
  width:23px;
  height:23px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.5
}
a {
  color:inherit;
  text-decoration:none
}
.app-shell {
  max-width:2200px;
  min-height:100svh;
  margin:auto;
  display:flex;
  flex-direction:column;
  padding:0 3.2vw
}
.topbar {
  height:110px;
  display:flex;
  align-items:center;
  gap:40px;
  border-bottom:1px solid var(--line);
  flex-shrink:0
}
.brand {
  display:flex;
  align-items:center;
  gap:11px;
  letter-spacing:2.5px;
  font-size:25px;
  font-weight:800
}
.brand small {
  display:block;
  font-size:7px;
  letter-spacing:3.4px;
  text-align:center;
  margin-top:6px;
  color:#adbcc5
}
.brand-mark {
  width:29px;
  height:31px;
  display:flex;
  align-items:center;
  gap:4px;
  transform:skew(-24deg)
}
.brand-mark i {
  height:26px;
  width:5px;
  background:#df4953
}
.brand-mark i:nth-child(2) {
  height:34px
}
.product {
  display:flex;
  flex-direction:column;
  gap:6px;
  border-left:1px solid #ffffff26;
  padding-left:31px;
  font-size:11px;
  letter-spacing:2px;
  color:var(--muted)
}
.product strong {
  font-size:19px;
  color:var(--text);
  letter-spacing:4px
}
.header-controls {
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:13px
}
.live-status {
  display:flex;
  align-items:center;
  gap:9px;
  font-size:10px;
  letter-spacing:1.7px;
  margin-right:20px;
  color:#aab9c2
}
.live-status i,.status-dot {
  width:6px;
  height:6px;
  background:var(--cyan);
  border-radius:50%;
  display:inline-block;
  box-shadow:0 0 10px #86d5d833
}
.icon-button {
  border:1px solid #ffffff1b;
  background:transparent;
  width:39px;
  height:39px;
  display:grid;
  place-items:center;
  border-radius:50%;
  font-size:18px;
  color:#b2c4ce;
  transition:.2s
}
.icon-button:hover {
  color:white;
  background:#ffffff0c;
  border-color:#ffffff40
}
main {
  flex:1;
  display:flex;
  flex-direction:column;
  outline:none
}
.footer {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:21px 0;
  font-size:9px;
  letter-spacing:1.5px;
  color:#677f8d;
  border-top:1px solid var(--line);
  gap:20px
}
.footer b {
  padding:0 12px
}
.footer-right {
  display:flex;
  align-items:center;
  gap:6px
}
.footer-right strong {
  font-weight:400;
  color:#b2c2cc
}
.footer-cross {
  margin-left:25px;
  font-size:22px;
  color:var(--cyan)
}
.eyebrow {
  font-size:12px;
  letter-spacing:2.4px;
  font-weight:600;
  color:var(--cyan);
  display:flex;
  align-items:center;
  gap:12px
}
.eyebrow:before {
  content:"";
  width:22px;
  height:1px;
  background:currentColor
}
h1,h2,h3,p {
  margin-top:0
}
h1 {
  font-size:clamp(66px,6.35vw,124px);
  line-height:.98;
  letter-spacing:-5px;
  font-weight:600;
  margin:31px 0
}
h1 span {
  color:var(--cyan);
  font-weight:400
}
h2 {
  font-size:clamp(30px,2.7vw,50px);
  font-weight:500;
  letter-spacing:-1.5px;
  line-height:1.15;
  margin:17px 0
}
h3 {
  font-weight:500
}
p {
  color:var(--muted);
  line-height:1.7;
  font-size:17px
}
.primary,.secondary {
  min-height:58px;
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:35px;
  border:1px solid var(--cyan);
  padding:0 26px;
  background:var(--cyan);
  color:#0b252b;
  font-size:13px;
  font-weight:700;
  letter-spacing:1.1px;
  border-radius:3px;
  transition:background .2s,transform .2s
}
.primary:hover:not(:disabled) {
  background:#acf1ef;
  transform:translateY(-1px)
}
.primary span,.secondary span {
  font-size:22px;
  font-weight:400
}
.secondary {
  background:transparent;
  color:var(--text);
  border-color:#ffffff2b
}
.secondary:hover {
  background:#ffffff0a
}
.text-button {
  background:none;
  border:0;
  padding:12px;
  color:var(--muted);
  font-size:13px
}
.text-button:hover {
  color:var(--text)
}
.hero {
  display:grid;
  grid-template-columns:47% 53%;
  min-height:590px;
  flex:1;
  position:relative;
  align-items:center;
  padding:48px 0 28px
}
.hero-copy {
  z-index:2;
  padding:25px 0 30px 2.6vw
}
.hero-kicker {
  font-size:15px;
  letter-spacing:3px;
  line-height:1.7;
  font-weight:500;
  margin:0 0 20px;
  color:#ccd8de
}
.hero-description {
  max-width:400px;
  font-size:16px;
  line-height:1.8
}
.hero-actions {
  display:flex;
  align-items:center;
  gap:24px;
  margin-top:32px
}
.duration {
  font-size:12px;
  color:var(--muted);
  line-height:1.7;
  display:flex;
  align-items:center;
  gap:10px
}
.duration svg {
  width:20px;
  fill:none;
  stroke:#8099a8;
  stroke-width:1.5
}
.duration strong {
  color:#c0d0d8;
  font-weight:400
}
.hero-stage {
  position:relative;
  height:570px;
  min-width:0;
  margin-left:-40px
}
.hero-stage:before {
  position:absolute;
  content:"";
  inset:0;
  background:radial-gradient(ellipse,#12354455,transparent 70%);
  pointer-events:none
}
.hero-chart {
  width:100%;
  height:100%;
  overflow:visible
}
.map-grid {
  stroke:#94b8c5;
  stroke-width:.5;
  opacity:.095
}
.coast {
  fill:#193440;
  stroke:#46616c;
  stroke-width:1;
  opacity:.52
}
.contour {
  fill:none;
  stroke:#567e8a;
  stroke-width:.6;
  opacity:.18
}
.radar-circle {
  stroke:#719cae;
  stroke-width:.7;
  fill:none;
  opacity:.23
}
.radar-axis {
  stroke:#718b98;
  stroke-width:.6;
  stroke-dasharray:3 7;
  opacity:.24
}
.map-tiny {
  font:8px monospace;
  fill:#6b899a;
  letter-spacing:1.2px
}
.connection {
  stroke:#76bec7;
  stroke-width:.8;
  stroke-dasharray:4 5;
  opacity:.26
}
.hero-sweep {
  transform-origin:360px 285px;
  animation:sweep 32s linear infinite;
  opacity:.35
}
.hero-contact {
  animation:contact-drift 18s ease-in-out infinite alternate
}
.hero-contact:nth-of-type(even) {
  animation-delay:-9s
}
.map-label {
  font:11px Arial;
  fill:#b8cbd4;
  letter-spacing:1.4px
}
.hero-track-card {
  position:absolute;
  right:4%;
  top:40%;
  width:210px;
  padding:16px 17px;
  background:#102631ed;
  border:1px solid #86d5d849;
  box-shadow:0 8px 32px #0002
}
.hero-track-card:before {
  content:"";
  height:20px;
  width:2px;
  background:var(--cyan);
  position:absolute;
  left:-1px;
  top:15px
}
.hero-track-card .micro {
  font-size:9px;
  letter-spacing:1.4px;
  color:var(--cyan)
}
.hero-track-card strong {
  display:block;
  font-weight:500;
  font-size:15px;
  margin:9px 0 13px
}
.source-chips {
  display:flex;
  gap:7px;
  flex-wrap:wrap
}
.source-chips span {
  font:9px monospace;
  color:#a8b7bf;
  background:#ffffff05;
  border:1px solid #ffffff12;
  padding:4px 6px
}
.hero-map-head {
  position:absolute;
  top:16px;
  left:14%;
  right:0;
  display:flex;
  justify-content:space-between;
  font-size:9px;
  color:#658596;
  letter-spacing:1.4px
}
.hero-map-bottom {
  position:absolute;
  bottom:17px;
  left:16%;
  right:3%;
  display:flex;
  justify-content:space-between;
  font:9px monospace;
  color:#6d8b9c;
  letter-spacing:1px
}
.legend-inline {
  display:flex;
  gap:20px;
  align-items:center
}
.legend-inline span {
  display:flex;
  align-items:center;
  gap:7px
}
.tiny-shape {
  width:5px;
  height:5px;
  background:var(--cyan);
  display:inline-block
}
.tiny-shape.amber {
  background:var(--amber)
}
.journey {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  padding:28px 3vw 32px;
  border-top:1px solid var(--line);
  gap:28px
}
.journey-item {
  display:flex;
  gap:18px;
  align-items:flex-start;
  position:relative
}
.journey-item:not(:last-child):after {
  content:"→";
  color:#405969;
  position:absolute;
  right:0;
  top:16px
}
.journey-number {
  font:12px monospace;
  color:#567b8b;
  padding-top:5px
}
.journey-item h3 {
  font-size:16px;
  margin:0 0 7px
}
.journey-item p {
  font-size:12px;
  margin:0;
  color:#718997
}
.journey-item.active .journey-number {
  color:var(--cyan)
}
.section-top {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin:32px 0 23px
}
.section-top h2 {
  margin-bottom:9px
}
.section-top p {
  margin:0;
  font-size:16px
}
.phase-tag {
  font:11px monospace;
  letter-spacing:2px;
  color:var(--muted)
}
.phase-tag strong {
  color:var(--cyan);
  font-weight:400
}
.timer {
  display:flex;
  align-items:center;
  gap:22px;
  border-left:1px solid var(--line);
  padding-left:28px
}
.timer-label {
  font-size:11px;
  color:var(--muted);
  letter-spacing:1.5px
}
.timer-value {
  font:38px monospace;
  font-variant-numeric:tabular-nums;
  letter-spacing:-2px;
  color:#d8e5eb
}
.work-layout {
  display:grid;
  grid-template-columns:minmax(0,1fr) 310px;
  gap:22px;
  flex:1;
  margin-bottom:25px
}
.sensor-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:15px
}
.sensor-panel,.unified-map {
  border:1px solid #ffffff14;
  background:linear-gradient(135deg,#10232c,#0a1a24);
  position:relative;
  min-width:0;
  overflow:hidden
}
.panel-top {
  height:42px;
  padding:0 15px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:1px solid #ffffff0a;
  font-size:11px;
  letter-spacing:1.5px;
  background:#ffffff02
}
.panel-top span {
  display:flex;
  gap:8px;
  align-items:center
}
.panel-top small {
  color:var(--muted);
  font:10px monospace
}
.sensor-body {
  height:260px;
  position:relative
}
.sensor-map {
  position:absolute;
  inset:0;
  width:100%;
  height:100%
}
.observation {
  position:absolute;
  left:calc(var(--x)*1%);
  top:calc(var(--y)*1%);
  transform:translate(-50%,-50%);
  background:#0c1e28b8;
  border:1px solid transparent;
  border-radius:3px;
  min-width:93px;
  min-height:49px;
  padding:5px 7px;
  text-align:left;
  color:var(--source);
  display:grid;
  grid-template-columns:14px 1fr;
  align-items:center;
  column-gap:7px;
  transition:border-color .2s,background .2s;
  z-index:2
}
.observation .obs-name {
  font:11px monospace;
  letter-spacing:.1px;
  white-space:nowrap
}
.observation small {
  font-size:10px;
  color:#8ea5b3;
  grid-column:2;
  white-space:nowrap;
  line-height:1.8
}
.observation:hover {
  border-color:#ffffff47;
  background:#172c37
}
.observation.selected {
  border-color:var(--cyan);
  background:#1a3b43;
  box-shadow:0 0 0 3px #86d5d815
}
.observation.matched {
  border-color:#74c5c04d;
  background:#17403955;
  opacity:.7
}
.observation:disabled {
  opacity:.7
}
.observation.matched:after {
  content:"✓";
  position:absolute;
  right:-6px;
  top:-7px;
  width:17px;
  height:17px;
  border-radius:50%;
  background:#315b59;
  color:#ddfffa;
  display:grid;
  place-items:center;
  font-size:10px
}
.shape {
  display:inline-block;
  width:10px;
  height:10px;
  border:1.5px solid currentColor;
  flex-shrink:0
}
.shape.radar {
  border-radius:50%;
  color:var(--green)
}
.shape.uav {
  color:var(--amber)
}
.shape.eo {
  transform:rotate(45deg);
  width:8px;
  height:8px;
  color:var(--blue)
}
.shape.external {
  color:#bac5d4;
  clip-path:polygon(50% 0,100% 100%,0 100%);
  background:currentColor
}
.own-ship {
  position:absolute;
  left:50%;
  bottom:8px;
  transform:translateX(-50%);
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:3px;
  z-index:3;
  pointer-events:none
}
.own-ship svg {
  height:31px;
  width:24px;
  fill:#bacfd7;
  stroke:#e6f9ff;
  stroke-width:1.1;
  filter:drop-shadow(0 0 5px #a8dce433)
}
.own-ship span {
  font:9px monospace;
  letter-spacing:1px;
  color:#d1e4ec;
  background:#0b1b24;
  padding:3px 7px;
  border:1px solid #627e8933
}
.task-panel {
  padding:24px;
  background:#0e202b;
  border:1px solid var(--line);
  display:flex;
  flex-direction:column;
  min-width:0
}
.task-panel .eyebrow {
  font-size:10px;
  letter-spacing:1.4px
}
.task-panel h3 {
  font-size:25px;
  line-height:1.2;
  letter-spacing:-.5px;
  margin:19px 0 10px
}
.task-panel p {
  font-size:14px;
  line-height:1.6
}
.progress-dots {
  display:flex;
  gap:7px;
  margin:12px 0 20px
}
.progress-dots span {
  height:4px;
  flex:1;
  background:#29404c;
  border-radius:4px
}
.progress-dots span.complete {
  background:var(--cyan)
}
.selection-slot {
  padding:13px 12px;
  border:1px dashed #ffffff20;
  margin:0 0 10px;
  min-height:66px;
  color:#637e8d;
  font-size:12px;
  display:flex;
  justify-content:center;
  flex-direction:column;
  gap:6px
}
.selection-slot.filled {
  border-style:solid;
  border-color:#86d5d842;
  background:#86d5d808
}
.selection-slot strong {
  font-weight:500;
  color:#d3e3e9;
  font-size:13px
}
.selection-slot small {
  font-size:11px;
  color:#93adbb
}
.task-panel .primary {
  width:100%;
  font-size:11px;
  padding:0 16px;
  gap:8px;
  margin-top:8px
}
.panel-bottom {
  margin-top:auto;
  padding-top:22px
}
.hint {
  font-size:12px!important;
  line-height:1.6;
  color:#7c97a6!important;
  padding-top:17px;
  border-top:1px solid #ffffff10
}
.small-stats {
  display:flex;
  justify-content:space-between;
  font-size:11px;
  color:#829dab;
  margin-top:17px
}
.small-stats b {
  font-weight:400;
  color:#c5d8df
}
.phase-strip {
  display:flex;
  justify-content:center;
  gap:32px;
  margin:0 0 25px;
  color:#536e7e;
  font-size:10px;
  letter-spacing:1.2px
}
.phase-strip span {
  display:flex;
  align-items:center;
  gap:8px
}
.phase-strip i {
  font-style:normal;
  font:10px monospace;
  border:1px solid #324956;
  width:20px;
  height:20px;
  display:grid;
  place-items:center;
  border-radius:50%
}
.phase-strip .active {
  color:var(--cyan)
}
.phase-strip .active i {
  border-color:var(--cyan)
}
.tutorial-layout {
  display:grid;
  grid-template-columns:1.35fr 1fr;
  gap:60px;
  align-items:center;
  flex:1;
  padding:30px 5vw 50px
}
.tutorial-visual {
  height:430px;
  position:relative;
  background:radial-gradient(ellipse,#17344166,transparent 70%)
}
.tutorial-copy {
  max-width:470px
}
.tutorial-copy h2 {
  font-size:39px
}
.tutorial-copy p {
  font-size:18px
}
.tutorial-copy .primary {
  margin-top:18px
}
.tutorial-symbol {
  position:absolute;
  border:1px solid #ffffff20;
  background:#122b37;
  width:112px;
  height:96px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  flex-direction:column;
  border-radius:5px;
  transition:all .6s
}
.tutorial-symbol .shape {
  width:19px;
  height:19px
}
.tutorial-symbol span:last-child {
  font-size:10px;
  letter-spacing:1px
}
.tutorial-symbol.chosen {
  background:#20464e;
  border-color:var(--cyan)
}
.tutorial-symbol.chosen:after {
  content:'✓';
  position:absolute;
  right:9px;
  top:6px;
  font-size:13px;
  color:var(--cyan)
}
.tutorial-symbol:nth-of-type(1) {
  left:12%;
  top:22%
}
.tutorial-symbol:nth-of-type(2) {
  right:12%;
  top:22%
}
.tutorial-symbol:nth-of-type(3) {
  left:calc(50% - 56px);
  bottom:6%
}
.tutorial-visual.merged .tutorial-symbol {
  left:calc(50% - 56px);
  right:auto;
  top:calc(50% - 48px);
  bottom:auto;
  opacity:0;
  pointer-events:none
}
.tutorial-ship {
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  pointer-events:none
}
.tutorial-ship svg {
  width:85px;
  height:140px;
  fill:#17313d;
  stroke:#658e9c;
  stroke-width:1.5
}
.tutorial-merge-label {
  position:absolute;
  top:66%;
  left:50%;
  transform:translateX(-50%);
  font:13px monospace;
  letter-spacing:2px;
  color:var(--cyan);
  white-space:nowrap;
  padding:10px 18px;
  border:1px solid #86d5d836;
  background:#102c35
}
.tutorial-progress {
  font-size:12px;
  color:var(--cyan);
  margin:20px 0
}
.tutorial-candidates {
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:16px;
  height:100%;
  padding:20px
}
.tutorial-candidate {
  display:flex;
  align-items:center;
  gap:20px;
  text-align:left;
  border:1px solid #ffffff17;
  background:#10232d;
  padding:20px 24px
}
.tutorial-candidate:hover {
  background:#18323d
}
.tutorial-candidate b {
  font:25px monospace;
  color:#7896a7
}
.tutorial-candidate span {
  font-size:17px
}
.tutorial-candidate small {
  display:block;
  margin-top:6px;
  color:var(--muted);
  font-size:13px
}
.tutorial-candidate.correct {
  border-color:var(--amber)
}
.tutorial-candidate.correct b,.tutorial-candidate.correct small {
  color:var(--amber)
}
.mission-list {
  display:flex;
  flex-direction:column;
  gap:25px;
  margin-top:35px
}
.mission-list div {
  display:flex;
  align-items:center;
  gap:19px;
  font-size:18px;
  color:#b8ccd5
}
.mission-list i {
  font:12px monospace;
  color:var(--cyan);
  padding:12px;
  border:1px solid #86d5d833;
  border-radius:50%
}
.unified-map {
  min-height:560px;
  position:relative
}
.unified-map .map-field {
  position:absolute;
  inset:42px 0 0
}
.unified-map .own-ship {
  bottom:5%
}
.unified-map .own-ship svg {
  width:39px;
  height:62px
}
.unified-map .own-ship span {
  font-size:12px;
  padding:6px 13px
}
.track-node {
  position:absolute;
  left:calc(var(--x)*1%);
  top:calc(var(--y)*1%);
  transform:translate(-50%,-50%);
  text-align:left;
  background:#0b202ad9;
  border:1px solid #54738038;
  padding:12px;
  min-width:136px;
  z-index:2;
  display:flex;
  gap:13px;
  transition:.2s
}
.track-node:hover,.track-node.selected {
  background:#183943;
  border-color:var(--cyan)
}
.track-node .track-glyph {
  font-size:19px;
  line-height:1.2;
  color:var(--cyan)
}
.track-node strong {
  font:12px monospace;
  font-weight:400;
  letter-spacing:.6px;
  display:block;
  margin-bottom:6px
}
.track-node small {
  display:block;
  font-size:11px;
  color:#839fae;
  margin-top:5px
}
.track-node.priority {
  border-color:#d5a86682
}
.track-node.priority .track-glyph,.track-node.priority strong {
  color:var(--amber)
}
.priority-tag {
  display:inline-block;
  color:var(--amber)!important;
  font:9px monospace!important;
  letter-spacing:.4px
}
.fusion-orbit {
  position:absolute;
  width:7px;
  height:7px;
  border:1px solid var(--cyan);
  top:50%;
  left:25%;
  pointer-events:none;
  opacity:0;
  animation:fuse 1.5s ease-out both
}
.fusion-orbit:nth-child(2) {
  --fx:65px;
  --fy:-30px;
  animation-delay:.1s
}
.fusion-orbit:nth-child(3) {
  --fx:-45px;
  --fy:20px;
  animation-delay:.2s
}
.fusion-orbit:nth-child(4) {
  --fx:30px;
  --fy:40px;
  animation-delay:.3s
}
.track-details {
  margin:18px 0;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px
}
.track-details dt {
  font-size:10px;
  color:var(--muted);
  letter-spacing:1px;
  margin-bottom:7px
}
.track-details dd {
  font-size:16px;
  margin:0;
  color:#d5e3e8
}
.track-details .wide {
  grid-column:1/-1
}
.verified-source {
  font-size:11px;
  display:flex;
  justify-content:space-between;
  padding:8px 0;
  color:#9bb4c0;
  border-bottom:1px solid #ffffff08
}
.verified-source b {
  color:var(--cyan);
  font-weight:400
}
.amber-box {
  padding:12px 14px;
  margin:16px 0;
  background:#e5b77508;
  border:1px solid #e5b7752b;
  color:var(--amber);
  font-size:11px;
  line-height:1.7;
  letter-spacing:.5px
}
.priority-layout {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px;
  flex:1;
  margin-bottom:26px
}
.candidate-area {
  display:flex;
  flex-direction:column;
  gap:15px
}
.candidate-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px
}
.candidate {
  padding:23px;
  text-align:left;
  border:1px solid #ffffff1b;
  background:#10222d;
  transition:.2s;
  min-height:179px
}
.candidate:hover,.candidate.selected {
  border-color:var(--cyan);
  background:#15303a
}
.candidate .candidate-label {
  font:11px monospace;
  color:var(--muted);
  letter-spacing:1px
}
.candidate h3 {
  font-size:20px;
  margin:17px 0 10px
}
.candidate p {
  font-size:14px;
  margin:0
}
.candidate .speed {
  font:23px monospace;
  color:#d1e2e9;
  margin-bottom:10px
}
.candidate .speed small {
  font-size:12px;
  color:var(--muted)
}
.decision-actions {
  margin-top:auto;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  padding-top:10px
}
.decision-actions p {
  font-size:13px;
  margin:0
}
.decision-actions .primary {
  font-size:10px;
  padding:0 18px;
  gap:14px
}
.result-section {
  max-width:1160px;
  width:100%;
  margin:auto;
  padding:40px 0;
  text-align:center
}
.result-section .eyebrow {
  justify-content:center
}
.result-section h2 {
  font-size:44px
}
.result-section>p {
  font-size:16px
}
.round-metrics {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  margin:32px 0 40px;
  background:#0e222e;
  border:1px solid var(--line);
  padding:35px 20px
}
.round-metrics div+div {
  border-left:1px solid #ffffff12
}
.round-metrics small {
  display:block;
  color:var(--muted);
  font-size:13px;
  margin-bottom:18px
}
.round-metrics strong {
  font:32px monospace;
  color:var(--text);
  font-weight:400
}
.round-metrics strong.cyan {
  color:var(--cyan);
  font-size:24px
}
.result-note {
  font-size:15px;
  color:#98acb7;
  margin:20px auto 30px;
  max-width:640px;
  line-height:1.7
}
.comparison {
  display:grid;
  grid-template-columns:1fr 1fr;
  text-align:left;
  gap:22px;
  margin:30px 0
}
.comparison-card {
  padding:28px 32px;
  border:1px solid #ffffff16;
  background:#10212c
}
.comparison-card.integrated {
  border-color:#86d5d84d;
  background:linear-gradient(125deg,#163440,#102530)
}
.comparison-card h3 {
  font-size:13px;
  letter-spacing:2px;
  color:#9cafba;
  margin:0 0 23px;
  display:flex;
  align-items:center;
  justify-content:space-between
}
.comparison-card.integrated h3 {
  color:var(--cyan)
}
.comparison-time {
  font:59px monospace;
  letter-spacing:-3px;
  margin-bottom:24px
}
.comparison-time span {
  font:12px Arial;
  letter-spacing:0;
  color:var(--muted);
  display:block;
  margin-top:7px
}
.comparison-row {
  display:flex;
  justify-content:space-between;
  gap:15px;
  border-top:1px solid #ffffff0e;
  padding:13px 0 0;
  margin-top:13px;
  color:#91aab9;
  font-size:14px
}
.comparison-row strong {
  color:#d4e2e8;
  font-size:13px;
  font-weight:400
}
.comparison-card.integrated .comparison-row strong {
  color:var(--cyan)
}
.outcome {
  font-size:15px;
  color:var(--cyan);
  margin:20px 0
}
.value-flow {
  display:flex;
  justify-content:center;
  align-items:center;
  gap:22px;
  font:10px monospace;
  color:#75909f;
  letter-spacing:1px;
  margin:30px 0
}
.value-flow b {
  color:#486c7b;
  font-size:16px;
  font-weight:400
}
.final-line {
  font-size:23px;
  font-weight:400;
  margin:22px 0;
  color:#d1e1e7;
  letter-spacing:.2px
}
.result-section.final {
  padding:27px 0
}
.result-section.final h2 {
  font-size:35px;
  margin:15px 0 8px
}
.result-section.final .primary {
  min-height:52px
}
.toast {
  position:fixed;
  bottom:80px;
  left:50%;
  transform:translate(-50%,15px);
  opacity:0;
  pointer-events:none;
  z-index:20;
  padding:17px 25px;
  max-width:90vw;
  box-shadow:0 8px 40px #0005;
  background:#14363e;
  border:1px solid #76c3c76b;
  color:#cff6f3;
  font-size:13px;
  letter-spacing:.6px;
  transition:.2s
}
.toast.visible {
  opacity:1;
  transform:translate(-50%,0)
}
.toast.error {
  background:#392429;
  border-color:#c77b805e;
  color:#ffc5c5
}
dialog {
  max-width:570px;
  width:calc(100% - 36px);
  padding:42px;
  border:1px solid #537582;
  background:#0e222e;
  color:var(--text);
  box-shadow:0 20px 100px #0007
}
dialog::backdrop {
  background:#020b12cc;
  backdrop-filter:blur(8px)
}
dialog h2 {
  font-size:32px
}
dialog p {
  font-size:15px
}
.dialog-close {
  position:absolute;
  top:14px;
  right:14px
}
.help-note {
  padding:18px;
  background:#ffffff04;
  border:1px solid #ffffff10;
  font-size:12px;
  line-height:1.7;
  color:#9aafb9
}
.shortcuts {
  font-size:11px!important;
  margin-top:20px
}
kbd {
  font:11px monospace;
  padding:3px 6px;
  background:#ffffff0c;
  border:1px solid #ffffff20;
  margin-right:5px
}
#debug {
  position:fixed;
  z-index:25;
  bottom:15px;
  left:15px;
  max-width:600px;
  max-height:50vh;
  overflow:auto;
  background:#040a0ff5;
  border:1px solid #e5b775;
  padding:17px;
  color:#c4d6e2;
  font:11px/1.5 monospace;
  white-space:pre-wrap
}
.screen-enter {
  animation:enter .4s ease-out
}
.mobile-map-label {
  position:absolute;
  bottom:12px;
  left:16px;
  font:9px monospace;
  color:#54798b;
  letter-spacing:1px
}
.tutorial-counter {
  display:flex;
  gap:7px;
  margin-bottom:25px
}
.tutorial-counter i {
  width:25px;
  height:3px;
  background:#2d4755
}
.tutorial-counter i.active {
  background:var(--cyan)
}
@keyframes sweep {
  to {
    transform:rotate(360deg)
  }
}
@keyframes contact-drift {
  to {
    transform:translate(4px,-7px)
  }
}
@keyframes fuse {
  0% {
    transform:translate(var(--fx,30px),var(--fy,-40px));
    opacity:.9
  }
  80% {
    opacity:.9
  }
  100% {
    transform:translate(0,0);
    opacity:0
  }
}
@keyframes enter {
  from {
    opacity:0;
    transform:translateY(6px)
  }
  to {
    opacity:1;
    transform:translateY(0)
  }
}
@media(min-width:1700px) {
  .topbar {
    height:125px
  }
  .hero {
    min-height:690px
  }
  .hero-stage {
    height:650px
  }
  .hero-description {
    font-size:20px;
    max-width:470px
  }
  .hero-kicker {
    font-size:19px
  }
  .primary,.secondary {
    min-height:66px;
    font-size:16px
  }
  .duration {
    font-size:15px
  }
  .journey-item h3 {
    font-size:20px
  }
  .journey-item p {
    font-size:16px
  }
  .journey {
    padding-top:32px;
    padding-bottom:38px
  }
  .footer {
    font-size:11px;
    padding:25px 0
  }
  .work-layout {
    grid-template-columns:minmax(0,1fr) 370px;
    gap:27px
  }
  .sensor-body {
    height:315px
  }
  .panel-top {
    height:48px;
    font-size:14px
  }
  .panel-top small {
    font-size:12px
  }
  .observation {
    min-width:125px;
    min-height:58px
  }
  .observation .obs-name {
    font-size:14px
  }
  .observation small {
    font-size:13px
  }
  .own-ship span {
    font-size:11px
  }
  .task-panel {
    padding:30px
  }
  .task-panel p {
    font-size:18px
  }
  .task-panel h3 {
    font-size:32px
  }
  .selection-slot {
    min-height:84px
  }
  .selection-slot strong {
    font-size:17px
  }
  .selection-slot small {
    font-size:14px
  }
  .task-panel .primary {
    font-size:14px
  }
  .hint {
    font-size:16px!important
  }
  .small-stats {
    font-size:14px
  }
  .section-top p {
    font-size:20px
  }
  .unified-map {
    min-height:680px
  }
  .track-node {
    padding:17px;
    min-width:174px
  }
  .track-node strong {
    font-size:16px
  }
  .track-node small {
    font-size:15px
  }
  .priority-tag {
    font-size:12px!important
  }
  .track-details dd {
    font-size:20px
  }
  .track-details dt,.verified-source {
    font-size:14px
  }
  .amber-box {
    font-size:14px
  }
  .candidate {
    min-height:215px
  }
  .candidate h3 {
    font-size:24px
  }
  .candidate p {
    font-size:18px
  }
  .candidate .candidate-label {
    font-size:14px
  }
  .candidate .speed {
    font-size:28px
  }
  .decision-actions .primary {
    font-size:14px
  }
  .tutorial-copy h2 {
    font-size:48px
  }
  .tutorial-copy p,.mission-list div {
    font-size:23px
  }
  .tutorial-visual {
    height:540px
  }
  .tutorial-candidate span {
    font-size:22px
  }
  .tutorial-candidate small {
    font-size:18px
  }
  .tutorial-symbol {
    width:140px;
    height:120px
  }
  .tutorial-symbol:nth-of-type(3) {
    left:calc(50% - 70px)
  }
  .tutorial-symbol span:last-child {
    font-size:13px
  }
  .result-section.final h2 {
    font-size:45px
  }
  .comparison-row {
    font-size:19px
  }
  .comparison-row strong {
    font-size:18px
  }
  .comparison-card {
    padding:32px 40px
  }
  .comparison-card h3 {
    font-size:16px
  }
  .comparison-time {
    font-size:72px
  }
  .comparison-time span {
    font-size:16px
  }
  .value-flow {
    font-size:13px
  }
  .result-section.final .primary {
    min-height:60px
  }
  .final-line {
    font-size:29px
  }
  .outcome {
    font-size:18px
  }
}
@media(max-width:1100px) {
  .app-shell {
    padding:0 24px
  }
  .topbar {
    height:87px;
    gap:25px
  }
  .live-status {
    display:none
  }
  .hero-copy {
    padding-left:10px
  }
  .hero {
    grid-template-columns:49% 51%;
    min-height:550px
  }
  .hero-stage {
    height:460px;
    margin-left:-30px
  }
  .hero-track-card {
    right:0;
    width:175px;
    padding:14px
  }
  .hero-actions {
    gap:15px;
    align-items:flex-start;
    flex-direction:column
  }
  .hero h1 {
    font-size:67px;
    letter-spacing:-3px
  }
  .hero-kicker {
    font-size:12px;
    letter-spacing:1.8px
  }
  .hero-description {
    font-size:15px
  }
  .journey {
    padding-left:0;
    padding-right:0;
    gap:17px
  }
  .journey-item {
    gap:10px
  }
  .journey-item p {
    font-size:11px;
    max-width:140px
  }
  .journey-item h3 {
    font-size:14px
  }
  .work-layout {
    grid-template-columns:1fr 260px;
    gap:14px
  }
  .task-panel {
    padding:19px
  }
  .sensor-body {
    height:230px
  }
  .observation {
    min-width:75px;
    padding:4px;
    gap:3px
  }
  .observation .obs-name {
    font-size:9px
  }
  .observation small {
    font-size:8px
  }
  .own-ship span {
    font-size:7px
  }
  .priority-layout {
    grid-template-columns:1fr 1fr;
    gap:15px
  }
  .candidate {
    padding:17px
  }
  .candidate h3 {
    font-size:17px
  }
  .candidate p {
    font-size:12px
  }
  .decision-actions {
    flex-direction:column;
    align-items:stretch
  }
  .track-node {
    min-width:105px;
    padding:8px;
    gap:6px
  }
  .track-node strong {
    font-size:10px
  }
  .track-node small {
    font-size:9px
  }
  .tutorial-layout {
    padding:20px 0 35px;
    gap:25px
  }
  .tutorial-copy h2 {
    font-size:32px
  }
  .tutorial-copy p {
    font-size:16px
  }
  .footer {
    font-size:8px;
    letter-spacing:.8px
  }
  .footer-right {
    display:none
  }
}
@media(max-width:760px) {
  .app-shell {
    padding:0 18px
  }
  .topbar {
    height:78px;
    gap:18px
  }
  .brand {
    font-size:19px
  }
  .brand small {
    font-size:5px;
    letter-spacing:2.5px
  }
  .brand-mark {
    width:21px;
    height:24px;
    gap:3px
  }
  .brand-mark i {
    height:20px;
    width:4px
  }
  .brand-mark i:nth-child(2) {
    height:26px
  }
  .product {
    padding-left:18px;
    font-size:8px;
    letter-spacing:.8px
  }
  .product strong {
    font-size:14px;
    letter-spacing:3px
  }
  .header-controls {
    gap:7px
  }
  .icon-button {
    width:32px;
    height:32px
  }
  .header-controls .icon-button:last-child {
    display:none
  }
  .hero {
    grid-template-columns:1fr;
    min-height:0;
    padding:38px 0 0
  }
  .hero-copy {
    padding:0 7px
  }
  .hero h1 {
    font-size:clamp(56px,13vw,92px);
    letter-spacing:-3px;
    margin:23px 0
  }
  .hero-kicker {
    font-size:12px
  }
  .hero-description {
    font-size:15px;
    max-width:90%;
    margin-bottom:0
  }
  .hero-actions {
    flex-direction:row;
    align-items:center;
    margin-top:24px;
    gap:20px
  }
  .primary {
    font-size:11px;
    gap:22px;
    padding:0 20px;
    min-height:54px
  }
  .duration {
    font-size:10px;
    gap:6px
  }
  .hero-stage {
    height:380px;
    margin:0
  }
  .hero-track-card {
    top:39%;
    right:2%;
    width:155px;
    padding:12px
  }
  .hero-track-card strong {
    font-size:12px
  }
  .hero-map-head {
    top:12px;
    left:5%
  }
  .hero-map-bottom {
    bottom:0;
    left:5%;
    font-size:7px
  }
  .legend-inline {
    gap:10px
  }
  .journey {
    grid-template-columns:1fr 1fr;
    gap:23px;
    margin-top:20px;
    padding:25px 0
  }
  .journey-item:nth-child(2):after {
    display:none
  }
  .journey-item p {
    max-width:none
  }
  .footer {
    font-size:7px;
    line-height:1.8;
    padding:17px 0
  }
  .footer b {
    padding:0 5px
  }
  .section-top {
    align-items:flex-start;
    margin:26px 0 20px
  }
  .section-top h2 {
    font-size:28px
  }
  .section-top p {
    font-size:13px;
    max-width:280px
  }
  .phase-tag {
    font-size:9px;
    letter-spacing:1px
  }
  .timer {
    padding-left:12px;
    gap:8px;
    flex-direction:column;
    align-items:flex-end
  }
  .timer-label {
    font-size:8px
  }
  .timer-value {
    font-size:27px
  }
  .work-layout {
    grid-template-columns:1fr
  }
  .sensor-grid {
    gap:9px
  }
  .sensor-body {
    height:220px
  }
  .panel-top {
    padding:0 8px;
    letter-spacing:.5px;
    font-size:9px
  }
  .panel-top small {
    font-size:8px
  }
  .observation {
    min-width:62px;
    grid-template-columns:8px 1fr;
    min-height:45px
  }
  .observation .shape {
    width:6px;
    height:6px
  }
  .observation .obs-name {
    font-size:8px
  }
  .observation small {
    font-size:7px
  }
  .task-panel {
    padding:22px
  }
  .task-panel h3 {
    margin-top:13px
  }
  .task-panel .primary {
    font-size:12px
  }
  .selection-slot {
    min-height:56px
  }
  .panel-bottom {
    padding-top:5px
  }
  .phase-strip {
    gap:13px;
    font-size:8px;
    letter-spacing:.2px
  }
  .phase-strip i {
    width:17px;
    height:17px;
    font-size:8px
  }
  .tutorial-layout {
    grid-template-columns:1fr;
    gap:10px;
    padding:0 0 30px
  }
  .tutorial-visual {
    height:310px;
    order:2
  }
  .tutorial-copy {
    max-width:none
  }
  .tutorial-copy h2 {
    font-size:30px;
    margin:12px 0
  }
  .tutorial-copy p {
    font-size:15px
  }
  .tutorial-copy .primary {
    margin-top:0
  }
  .tutorial-counter {
    margin:10px 0 20px
  }
  .tutorial-symbol {
    width:95px;
    height:79px
  }
  .tutorial-symbol:nth-of-type(3) {
    left:calc(50% - 47.5px)
  }
  .tutorial-symbol span:last-child {
    font-size:8px
  }
  .tutorial-candidates {
    padding:10px 0;
    gap:10px
  }
  .tutorial-candidate {
    padding:13px 20px
  }
  .tutorial-candidate span {
    font-size:16px
  }
  .tutorial-candidate small {
    font-size:12px
  }
  .mission-list {
    gap:18px;
    margin:20px 0
  }
  .mission-list div {
    font-size:16px
  }
  .priority-layout {
    grid-template-columns:1fr
  }
  .unified-map {
    min-height:420px
  }
  .track-node {
    min-width:102px
  }
  .track-node small {
    font-size:9px
  }
  .track-node .track-glyph {
    font-size:14px
  }
  .priority-tag {
    font-size:7px!important
  }
  .unified-map .own-ship svg {
    height:43px
  }
  .unified-map .own-ship span {
    font-size:10px
  }
  .candidate-grid {
    gap:10px
  }
  .candidate {
    min-height:162px;
    padding:16px
  }
  .candidate .speed {
    font-size:21px
  }
  .decision-actions {
    gap:12px
  }
  .decision-actions .primary {
    font-size:11px
  }
  .result-section {
    padding:35px 0
  }
  .result-section h2 {
    font-size:34px
  }
  .round-metrics {
    grid-template-columns:1fr 1fr;
    gap:30px 0;
    padding:25px 10px
  }
  .round-metrics div:nth-child(3) {
    border-left:0
  }
  .round-metrics small {
    font-size:12px
  }
  .round-metrics strong {
    font-size:27px
  }
  .round-metrics strong.cyan {
    font-size:21px
  }
  .comparison {
    gap:11px;
    margin:24px 0
  }
  .comparison-card {
    padding:20px 13px
  }
  .comparison-card h3 {
    font-size:10px;
    letter-spacing:.7px;
    line-height:1.6
  }
  .comparison-time {
    font-size:40px
  }
  .comparison-time span {
    font-size:10px
  }
  .comparison-row {
    font-size:11px;
    flex-direction:column;
    gap:7px
  }
  .comparison-row strong {
    font-size:12px
  }
  .result-section.final h2 {
    font-size:30px
  }
  .value-flow {
    gap:8px;
    font-size:8px;
    line-height:1.6;
    letter-spacing:0
  }
  .value-flow b {
    font-size:12px
  }
  .final-line {
    font-size:19px
  }
  .result-section>p {
    font-size:14px
  }
  .toast {
    font-size:11px;
    padding:14px 18px;
    width:max-content;
    bottom:30px
  }
  .mission-art {
    display:none
  }
}
@media(prefers-reduced-motion:reduce) {
  *,*:before,*:after {
    animation:none!important;
    transition:none!important;
    scroll-behavior:auto!important
  }
}
/* Keep the complete command workspace within a 1080p exhibition screen. */
@media(min-width:1700px) {
  .topbar {
    height:105px
  }
  .section-top {
    margin:24px 0 20px
  }
  .section-top h2 {
    font-size:44px;
    margin-top:13px
  }
  .section-top p {
    font-size:18px;
    line-height:1.5
  }
  .sensor-body {
    height:275px
  }
  .sensor-panel .panel-top {
    height:42px;
    font-size:16px
  }
  .observation {
    min-width:148px;
    min-height:64px;
    padding:6px 8px
  }
  .observation .obs-name {
    font-size:18px
  }
  .observation small {
    font-size:15px;
    line-height:1.6
  }
  .sensor-panel .own-ship {
    bottom:9px
  }
  .sensor-panel .own-ship svg {
    height:35px
  }
  .sensor-panel .own-ship span {
    font-size:14px
  }
  .task-panel {
    padding:24px
  }
  .task-panel h3 {
    font-size:28px;
    margin:16px 0 10px
  }
  .task-panel p {
    font-size:16px;
    line-height:1.55;
    margin-bottom:12px
  }
  .selection-slot {
    min-height:68px;
    padding:10px 12px;
    font-size:15px
  }
  .selection-slot strong {
    font-size:16px
  }
  .selection-slot small {
    font-size:13px
  }
  .task-panel .primary {
    min-height:58px;
    font-size:15px
  }
  .hint {
    font-size:14px!important;
    padding-top:13px
  }
  .panel-bottom {
    padding-top:10px
  }
  .progress-dots {
    margin:10px 0 16px
  }
  .small-stats {
    margin-top:12px
  }
  .unified-map {
    min-height:630px
  }
  .track-node strong {
    font-size:18px
  }
  .track-node small {
    font-size:16px
  }
  .unified-map .own-ship span {
    font-size:18px
  }
  .track-details {
    margin:14px 0;
    gap:14px
  }
  .track-details dd {
    font-size:18px
  }
  .verified-source {
    font-size:14px;
    padding:7px 0
  }
  .amber-box {
    margin:13px 0
  }
  .footer {
    padding:17px 0
  }
  .hero {
    min-height:650px
  }
  .hero-stage {
    height:610px
  }
}
@media(min-width:761px) and (max-height:820px) {
  .topbar {
    height:80px
  }
  .section-top {
    margin:20px 0 16px
  }
  .section-top h2 {
    font-size:32px;
    margin-top:10px
  }
  .section-top p {
    font-size:14px
  }
  .sensor-body {
    height:210px
  }
  .task-panel {
    padding:18px
  }
  .task-panel h3 {
    font-size:24px;
    margin:12px 0 8px
  }
  .task-panel p {
    font-size:13px;
    line-height:1.5;
    margin-bottom:10px
  }
  .selection-slot {
    min-height:52px;
    padding:8px 10px;
    gap:4px
  }
  .task-panel .primary {
    min-height:48px
  }
  .task-panel .hint {
    font-size:11px!important
  }
  .progress-dots {
    margin:8px 0 13px
  }
  .panel-bottom {
    padding-top:8px
  }
  .small-stats {
    margin-top:10px
  }
  .footer {
    padding:13px 0
  }
  .phase-strip {
    margin-bottom:17px
  }
  .unified-map {
    min-height:490px
  }
  .hero {
    min-height:510px;
    padding-top:28px
  }
  .hero-stage {
    height:460px
  }
  .hero h1 {
    font-size:90px
  }
  .journey {
    padding:23px 3vw
  }
  .track-details {
    margin:12px 0;
    gap:14px
  }
  .track-details dd {
    font-size:15px
  }
  .verified-source {
    padding:6px 0
  }
  .amber-box {
    margin:10px 0;
    padding:10px 12px
  }
}
@media(max-width:760px) {
  .sensor-grid {
    grid-template-columns:1fr
  }
  .sensor-body {
    height:260px
  }
  .panel-top {
    font-size:11px
  }
  .observation {
    min-width:103px;
    padding:5px 7px;
    gap:6px;
    grid-template-columns:10px 1fr
  }
  .observation .obs-name {
    font-size:12px
  }
  .observation small {
    font-size:10px;
    line-height:1.6
  }
  .observation .shape {
    width:8px;
    height:8px
  }
  .own-ship span {
    font-size:10px
  }
  .unified-map {
    min-height:510px
  }
  .hero-actions .primary {
    white-space:nowrap;
    font-size:10px;
    padding:0 16px;
    gap:18px
  }
  .duration {
    min-width:99px
  }
  .hero-track-card {
    right:0;
    width:148px
  }
  .hero-map-head {
    font-size:8px
  }
}
.tutorial-visual.merged .tutorial-symbol {
  animation:tutorial-merge .75s ease-in both;
  --tx:-130px;
  --ty:-70px
}
.tutorial-visual.merged .tutorial-symbol:nth-of-type(2) {
  --tx:130px;
  --ty:-70px
}
.tutorial-visual.merged .tutorial-symbol:nth-of-type(3) {
  --tx:0px;
  --ty:110px
}
.tutorial-merge-label {
  animation:enter .5s .4s both
}
.observation.matched {
  animation:match-confirm .65s ease-out
}
.track-node.priority .track-glyph {
  animation:attention 3s ease-in-out infinite
}
@keyframes tutorial-merge {
  from {
    transform:translate(var(--tx),var(--ty));
    opacity:1
  }
  to {
    transform:translate(0,0) scale(.4);
    opacity:0
  }
}
@keyframes match-confirm {
  from {
    box-shadow:0 0 0 5px #86d5d844
  }
  to {
    box-shadow:0 0 0 0 #86d5d800
  }
}
@keyframes attention {
  50% {
    opacity:.45
  }
}
@media(prefers-reduced-motion:reduce) {
  .tutorial-visual.merged .tutorial-symbol {
    opacity:0
  }
  .tutorial-merge-label {
    opacity:1
  }
}
@media(min-width:1700px) {
  .observation .obs-name {
    font-size:16px
  }
  .observation small {
    font-size:14px
  }
  .observation {
    min-width:140px;
    column-gap:5px;
    padding:6px
  }
  .hero-description {
    font-size:20px
  }
}
@media(max-width:760px) {
  .sensor-body {
    height:340px
  }
  .observation {
    min-width:94px;
    column-gap:4px;
    padding:5px
  }
  .observation .obs-name {
    font-size:11px
  }
  .observation small {
    font-size:10px
  }
  .observation .shape {
    width:7px;
    height:7px
  }
}
@media(min-width:1700px) {
  .result-section.final {
    padding:20px 0
  }
  .final .comparison {
    margin:22px 0
  }
  .final .comparison-card {
    padding:24px 32px
  }
  .final .comparison-card h3 {
    margin-bottom:16px
  }
  .final .comparison-time {
    font-size:60px;
    margin-bottom:18px
  }
  .final .comparison-row {
    padding-top:9px;
    margin-top:9px;
    font-size:18px
  }
  .final .comparison-row strong {
    font-size:17px
  }
  .final .value-flow {
    margin:22px 0
  }
  .final .final-line {
    margin:18px 0
  }
  .final .outcome {
    margin:16px 0
  }
}
