.pwa-v2-gate-overlay {
  position: fixed;
  inset: 0;
  z-index: 2300;
  background: rgba(0, 0, 0, 0.72);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.pwa-v2-gate-panel {
  width: 100%;
  max-width: 340px;
  background: linear-gradient(180deg, #252a45 0%, #151829 100%);
  border-radius: 16px;
  padding: 24px 20px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.pwa-v2-gate-panel h3 {
  margin: 0 0 8px;
  font-size: 18px;
  color: #fff;
}

.pwa-v2-gate-hint {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 20px;
  line-height: 1.5;
}

.pwa-v2-gate-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pwa-v2-gate-btn {
  padding: 12px 16px;
  border-radius: 10px;
  border: none;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.pwa-v2-gate-btn-install {
  background: linear-gradient(90deg, #f5c518, #e6a800);
  color: #1a1200;
}

.pwa-v2-gate-btn-skip {
  background: transparent;
  color: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.pwa-v2-gate-btn-browser {
  background: rgba(255, 255, 255, 0.1);
  color: #a8b4ff;
  font-size: 13px;
}
