/* version-gate — banner "ricarica" (voce 0.6). Prefisso vg-, palette v2. */
.vg-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 10000;
  display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap;
  padding: 12px 16px; background: #003E54; color: #FDF3D7;
  font: 500 14px/1.4 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, .18);
}
.vg-bar[hidden] { display: none; }
.vg-msg { max-width: 60ch; }
.vg-btn {
  border: 0; border-radius: 8px; padding: 8px 14px; cursor: pointer;
  background: #F4B942; color: #003E54; font: inherit; font-weight: 700;
}
.vg-btn:hover, .vg-btn:focus-visible { filter: brightness(1.06); outline: 2px solid #FDF3D7; outline-offset: 2px; }
@media (max-width: 480px) { .vg-bar { font-size: 13px; padding: 10px 12px; } }
