/* ALKN NODE-4 · pre-launch banner
   Remove this file + the <link>/<div class="alkn-prelaunch-banner">
   references from every HTML page on go-live. */

.alkn-prelaunch-banner {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #1a1a1a;
  color: #ffd60a;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  padding: 6px 12px;
  border-bottom: 1px solid #333;
  line-height: 1.4;
}

.alkn-prelaunch-banner strong {
  color: #ffd60a;
}

.alkn-prelaunch-banner .sep {
  color: #555;
  margin: 0 8px;
}
