.street-bg {
  background: radial-gradient(ellipse at 30% 20%, #1a2a4a 0%, #0a0e18 55%, #050508 100%);
}

.street-container {
  max-width: 1100px;
}

.street-badge {
  font-size: 11px;
  letter-spacing: 0.12em;
  opacity: 0.85;
}

.street-hero .hero-title .line2 {
  color: #7dd3fc;
}

.street-panel .street-status-list {
  display: grid;
  gap: 10px;
}

.street-status-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.street-status-row span {
  opacity: 0.7;
}

.street-footnote {
  margin-top: 16px;
  font-size: 12px;
  opacity: 0.55;
  line-height: 1.5;
}
