.v2-validation-banner {
  position: fixed;
  left: 240px;
  right: 0;
  top: 64px;
  z-index: 9990;
  background: #ecfdf5;
  border-bottom: 1px solid #bbf7d0;
  color: #166534;
  padding: 10px 32px;
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  gap: 10px;
  align-items: center;
}

.v2-validation-banner strong {
  color: #14532d;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.v2-classic-link {
  position: fixed;
  left: 264px;
  bottom: 32px;
  z-index: 9991;
  border-radius: 10px;
  background: rgba(255,255,255,.92);
  color: #334155;
  padding: 8px 12px;
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(15,23,42,.16);
  border: 1px solid #e2e8f0;
  backdrop-filter: blur(8px);
}

.v2-safe-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, .42);
  padding: 24px;
}

.v2-safe-modal.open {
  display: flex;
}

.v2-safe-card {
  width: min(420px, 100%);
  background: white;
  color: #0f172a;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 24px 60px rgba(15,23,42,.22);
  padding: 24px;
  font-family: "Work Sans", sans-serif;
}

.v2-safe-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 850;
}

.v2-safe-card p {
  margin: 0 0 18px;
  color: #475569;
  font-size: 14px;
  line-height: 1.45;
}

.v2-safe-card button {
  border: 0;
  border-radius: 10px;
  background: #5c1d4a;
  color: white;
  padding: 10px 16px;
  font-weight: 800;
  cursor: pointer;
}

@media (max-width: 760px) {
  .v2-validation-banner {
    left: 0;
    top: 0;
    padding: 8px 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }

  .v2-classic-link {
    left: 16px;
    bottom: 16px;
  }
}
