/* Opta Demo Banner — injected by nginx sub_filter, not in source HTML */

.opta-demo-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: #1e293b;
  color: #f1f5f9;
  text-align: center;
  padding: 10px 16px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 14px;
  line-height: 1.4;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.opta-demo-banner a {
  color: #60a5fa;
  text-decoration: underline;
  font-weight: 600;
}

.opta-demo-banner a:hover {
  color: #93bbfd;
}

/* Push page content down so banner doesn't overlap */
body {
  margin-top: 44px !important;
}
