/* Prototype chrome only — the shared look lives in ../style.css */
.proto-tag {
  font-size: 10px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--acid); border: 1px solid var(--hair); border-radius: 3px;
  padding: 5px 9px; margin-right: 8px;
}
.hud-right { display: flex; align-items: center; gap: 4px; }
a.ghost { text-decoration: none; display: inline-flex; align-items: center; }
.proto-hint {
  position: fixed; left: 50%; bottom: 18px; transform: translateX(-50%);
  z-index: 25; font-size: 11.5px; letter-spacing: .06em; color: var(--ink-3);
  text-align: center; pointer-events: none; max-width: 90vw;
}
