/* Reduced safe batch: presentation and resilience only. */
.certain-panel .intel-scroll-track {
  animation-timing-function: steps(var(--intel-step-count, 1), end);
}

.certain-panel .intel-row[data-title-lines="1"] .intel-copy,
.certain-panel .intel-row[data-title-lines="2"] .intel-copy {
  align-self: center;
}

.certain-panel .intel-row[data-title-lines="3"] .intel-copy {
  align-self: center;
  padding-top: 0;
}

.asset-icon img.asset-logo-contrast {
  filter: grayscale(1) brightness(0) invert(1);
  opacity: 0.9;
}

.window-loading {
  pointer-events: none;
}

.loading-line {
  display: block;
  width: 64%;
  height: 12px;
  margin: 10px 0;
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(255,255,255,.06), rgba(255,255,255,.16), rgba(255,255,255,.06));
  background-size: 220% 100%;
  animation: oddsq-loading 1.25s linear infinite;
}

.loading-line-wide { width: 92%; height: 16px; }
.loading-line-short { width: 38%; }

.window-retry {
  margin-top: 16px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  padding: 8px 16px;
  color: #fff;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

@keyframes oddsq-loading {
  to { background-position: -220% 0; }
}

@media (max-width: 720px) {
  .footer-brand span {
    font-size: 9px;
    line-height: 1.2;
  }
}

@media (prefers-reduced-motion: reduce) {
  .window-loading .loading-line { animation: none; }
}
