/* ClaudeWar shared design tokens */
:root {
  --cw-bg: #080A0C;
  --cw-bg-panel: #0e1012;
  --cw-bg-elevated: #111416;
  --cw-orange: #ff6b00;
  --cw-orange-alt: #f97316;
  --cw-green: #00FF41;
  --cw-text: #E0E0E0;
  --cw-muted: #CCCCCC;
  --cw-border: #1e2022;
  --cw-border-dash: #2a2d30;
  --cw-font-mono: 'Share Tech Mono', 'Courier New', Courier, monospace;
  --cw-font-display: 'Bebas Neue', sans-serif;
}

@keyframes cwLivePulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.55; }
}

.cw-livestream-top-banner {
  display: block;
  text-align: center;
  padding: 8px;
  background: #ff0000;
  color: #fff;
  font-family: var(--cw-font-mono);
  font-weight: bold;
  text-decoration: none;
  animation: cwLivePulse 1.2s infinite;
  position: relative;
  z-index: 10060;
}

.cw-livestream-pump-cta {
  display: block;
  text-align: center;
  margin-top: 10px;
  padding: 10px;
  background: #ff6b00;
  color: #000;
  font-family: var(--cw-font-mono);
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.5px;
  text-decoration: none;
  line-height: 1.4;
  animation: cwLivePulse 1.2s infinite;
}
