/* site/hero-exploder.css */
.hero-graph-vector .hero-traces,
.hero-graph-vector .hero-signal,
.hero-graph-vector .hero-signal-trail {
  pointer-events: none;
}
.hero-plane-targets path {
  cursor: pointer;
  stroke: #b7d4ff;
  stroke-opacity: 0;
  stroke-width: .8;
  vector-effect: non-scaling-stroke;
  transition: stroke-opacity .3s;
}
.hero-plane-targets path:hover {
  stroke-opacity: .35;
}
.hero--graphs .graph-hero-art figcaption {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 10px 16px;
}
.hero--graphs .graph-hero-art figcaption > span:last-child {
  margin: 0;
  text-align: right;
  white-space: nowrap;
}
.hero--graphs .hero-graph-controls {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  grid-column: 1/-1;
}
.hero--graphs .hero-graph-controls button {
  display: inline-flex;
  flex: none;
  align-items: center;
  gap: 8px;
  min-height: 52px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0;
  text-transform: none;
  text-align: left;
  white-space: nowrap;
  color: #a5c0e2;
}
.hero--graphs .hero-graph-controls button > span:first-child {
  font-size: 12px;
  color: #85a7d2;
}
.hero--graphs .hero-graph-controls button:is(:hover, [data-active=true]) {
  color: #e1edff;
  border-color: #9cbfea;
}
.hero--graphs .hero-graph-controls button:focus-visible {
  outline: 2px solid #cde5ff;
  outline-offset: 4px;
}
.hero--graphs .hero-explode-hint {
  display: block;
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0;
  text-transform: none;
  color: #a3bfdf;
  white-space: normal;
}
.hero-exploder {
  box-sizing: border-box;
  width: calc(100vw - 48px);
  max-width: 1180px;
  max-height: calc(100dvh - 48px);
  margin: auto;
  padding: 30px 34px 32px;
  border: 1px solid #7aa2d361;
  box-shadow: 0 30px 100px #02091399;
  background: #08182e;
  color: #d8e7fc;
  overflow: auto;
  overscroll-behavior: contain;
  color-scheme: dark;
}
.hero-exploder::backdrop {
  background: #030d1ddd;
  backdrop-filter: blur(5px);
}
.hero-study-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.hero-study-header > div > p {
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #8eb1df;
  margin: 0 0 10px;
}
.hero-study-header h2 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -.035em;
  color: #e9f3ff;
  margin: 0;
}
.hero-study-actions {
  display: flex;
  flex: none;
  align-items: center;
  gap: 10px;
}
.hero-study-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 16px;
  border: 1px solid #92bcec6b;
  background: #15365344;
  color: #d1e5ff;
  font: inherit;
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
  transition: background .2s, border-color .2s;
}
.hero-study-assembly {
  min-width: 124px;
}
.hero-study-actions .hero-study-close {
  min-width: 72px;
  background: transparent;
}
.hero-study-actions button:hover {
  background: #21496b80;
  border-color: #c4dfff;
}
.hero-study-tabs {
  display: flex;
  gap: 26px;
  border-bottom: 1px solid #8daed438;
  margin-top: 25px;
}
.hero-study-tabs button {
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  color: #9bb8dd;
  font: inherit;
  font-size: 14px;
  min-height: 52px;
  padding: 12px 0;
}
.hero-study-tabs button[aria-selected=true] {
  border-color: #c5e2ff;
  color: #e0efff;
}
.hero-exploder button:focus-visible {
  outline: 2px solid #cae3ff;
  outline-offset: 4px;
}
.hero-study-body {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, 1fr);
  gap: 36px;
  align-items: center;
  padding-top: 28px;
}
.hero-study-visual {
  position: relative;
  min-width: 0;
  background:
    radial-gradient(
      ellipse,
      #1d477b35,
      transparent 72%);
  border: 1px solid #84aedd2e;
}
.hero-study-view {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border-bottom: 1px solid #84aedd26;
  color: #a6c4e9;
  font-size: 12px;
  line-height: 1.7;
}
.hero-study-svg {
  display: block;
  width: 100%;
  height: auto;
  min-height: 300px;
  overflow: visible;
}
.hero-study-data {
  display: block;
  padding: 0 18px 16px;
  text-align: right;
  font-size: 12px;
  line-height: 1.6;
  color: #91abd0;
}
.hero-study-explanation {
  min-width: 0;
}
#hero-study-note {
  font-size: 16px;
  line-height: 1.85;
  color: #b3cbe9;
  margin: 0 0 20px;
}
.hero-study-layers {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}
.hero-study-layers li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 14px;
  border-top: 1px solid #8badD530;
  padding: 18px 0;
}
.hero-study-layers li > span {
  font-size: 12px;
  color: #8dB5e9;
  line-height: 1.8;
  padding-top: 2px;
}
.hero-study-layers h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  color: #e0eeff;
  margin: 0 0 5px;
}
.hero-study-layers p {
  font-size: 14px;
  line-height: 1.85;
  color: #a6bfdF;
  margin: 0;
}
@media (max-width: 800px) {
  .hero-exploder {
    padding: 24px;
    width: calc(100vw - 32px);
    max-height: calc(100dvh - 32px);
  }
  .hero-study-body {
    display: block;
    padding-top: 22px;
  }
  .hero-study-explanation {
    margin-top: 24px;
  }
  .hero-study-svg {
    min-height: 0;
    max-height: 370px;
  }
  .hero-study-layers {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }
  .hero-study-layers li {
    display: block;
  }
  .hero-study-layers li > span {
    display: block;
    margin-bottom: 8px;
  }
  .hero-study-tabs {
    gap: 24px;
  }
  .hero-study-header h2 {
    font-size: 30px;
  }
}
@media (max-width: 550px) {
  .hero--graphs .hero-graph-controls {
    gap: 8px;
  }
  .hero--graphs .hero-graph-controls button {
    min-height: 44px;
  }
  .hero-exploder {
    padding: 22px 18px;
    width: calc(100vw - 20px);
    max-height: calc(100dvh - 20px);
  }
  .hero-study-header {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }
  .hero-study-header h2 {
    font-size: 26px;
  }
  .hero-study-header > div > p {
    font-size: 12px;
    letter-spacing: .025em;
  }
  .hero-study-actions button {
    padding: 10px 12px;
    font-size: 14px;
  }
  .hero-study-assembly {
    flex: 1;
  }
  .hero-study-tabs {
    gap: 18px;
    margin-top: 20px;
  }
  .hero-study-tabs button {
    font-size: 14px;
    line-height: 1.6;
    white-space: normal;
    text-align: left;
  }
  .hero-study-body {
    padding-top: 20px;
  }
  .hero-study-view {
    padding: 13px 14px;
  }
  .hero-study-layers {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .hero-study-layers li {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 13px;
  }
  .hero-study-layers li > span {
    margin: 0;
  }
  .hero-study-explanation {
    margin-top: 20px;
  }
  .hero-study-layers p {
    font-size: 14px;
  }
}
@media (forced-colors: active) {
  .hero-exploder {
    background: Canvas;
    color: CanvasText;
  }
  .hero-exploder :is(p, h2, h3, span, button) {
    color: CanvasText;
  }
  .hero-study-tabs button[aria-selected=true] {
    border-color: Highlight;
  }
}
@media (min-width: 1101px) {
  .hero--graphs .graph-hero-art figcaption {
    padding-right: 26%;
  }
}
@media (min-width: 801px) and (max-width: 1100px) {
  .hero--graphs .graph-hero-art figcaption {
    padding-left: 6%;
    padding-right: 44%;
  }
}
@media (max-width: 1100px) {
  .hero--graphs .hero-graph-controls {
    gap: 8px;
  }
  .hero--graphs .hero-graph-controls button > span:first-child {
    display: none;
  }
}
