/* Section: header (Figma 1:10) — Green ticker tape, repeated to overflow 1728px */
#sec-header {
  font-family: "OCR A Std", "Share Tech Mono", monospace;
}
#sec-header #header-ticker {
  display: flex;
  align-items: center;
  height: 80px;
  width: 100%;
  overflow: hidden;
}
#sec-header .tk-track { --tk-dur: 42s; }
#sec-header .header-tick {
  flex: none;
  font-size: 18px;
  line-height: 1;
  color: #000;
  padding-right: 20px;
  white-space: nowrap;
}
