/* Hero-only reveal. The five-layer Scroll Craft chart keeps its own state. */
.hero-terminal.has-hero-spotlight .term-chart-wrap { pointer-events: auto; cursor: crosshair; }
.hero-terminal.has-hero-spotlight .term-statusbar { pointer-events: auto; gap: 18px; min-height: 55px; padding: 6px 14px; }
.hero-terminal.has-hero-spotlight .term-disclosure { margin-left: 0; }
.hero-spotlight-layer { pointer-events: none; }
.hero-reveal-toggle {
  display: inline-flex; align-items: center; gap: 10px; flex: none;
  min-height: 44px; padding: 8px 11px;
  border: 1px solid #36504c; border-radius: 6px;
  color: #bfddd8; background: #11201f;
  font-size: 10px; font-weight: 500; letter-spacing: .015em;
  transition: background-color 180ms, border-color 180ms, color 180ms;
}
.hero-reveal-toggle:hover { background: #18312e; border-color: #447d73; color: #e2fff9; }
.hero-reveal-toggle:focus-visible { outline-offset: 2px; }
.hero-reveal-toggle[aria-pressed="true"] { color: #85eee0; border-color: #398075; background: #14312c; }
.hero-reveal-icon { font-size: 17px; line-height: 1; font-weight: 500; color: #00d4c8; }
.hero-reveal-label { min-width: 75px; }
.hero-reveal-switch { width: 20px; height: 11px; border: 1px solid #55736e; border-radius: 10px; position: relative; }
.hero-reveal-switch::after { content: ''; position: absolute; width: 5px; height: 5px; top: 2px; left: 2px; border-radius: 50%; background: #8bafa8; transition: transform 180ms, background-color 180ms; }
.hero-reveal-toggle[aria-pressed="true"] .hero-reveal-switch::after { transform: translateX(9px); background: #00d4c8; }
.hero-reveal-hint { color: #a2b5b5; font-size: 9px; letter-spacing: .02em; }
.hero-terminal.has-hero-spotlight .term-shell { transition: border-color 250ms, box-shadow 250ms; }
.hero[data-hero-reveal="spotlight"] .term-shell,
.hero[data-hero-reveal="all"] .term-shell { border-color: #43615f; box-shadow: 0 35px 100px #0006, inset 0 1px #70978d30, 0 0 38px #00d4c808; }
@media (min-width: 901px) and (max-height: 800px) {
  .hero .hero-art { top: 60px; }
}
@media (max-width: 620px) {
  .hero-terminal.has-hero-spotlight .term-statusbar { min-height: 54px; gap: 8px 12px; padding: 5px 8px; flex-wrap: nowrap; }
  .hero-reveal-toggle { gap: 8px; padding-inline: 9px; font-size: 10px; }
  .hero-reveal-hint { max-width: 135px; font-size: 8px; line-height: 1.5; }
  .hero-terminal.has-hero-spotlight .term-disclosure { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-reveal-toggle, .hero-reveal-switch::after, .hero-terminal.has-hero-spotlight .term-shell { transition: none; }
}
