.rnv2-lock { pointer-events: auto; }

.rnv2-lock--partial {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background: linear-gradient(to bottom, transparent, #fff 40%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 24px;
}

.rnv2-lock--full {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  background: #f9fafb;
  border-radius: 12px;
  border: 1px dashed #d1d5db;
}

.rnv2-lock__content { text-align: center; }

.rnv2-lock__icon { font-size: 36px; margin: 0 0 8px; }

.rnv2-lock__text {
  margin: 0 0 12px;
  font-size: 15px;
  color: #4b5563;
  font-weight: 500;
}

.rnv2-lock__btn {
  min-height: 40px;
  padding: 0 24px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(135deg, #6c5ce7, #a29bfe);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(108, 92, 231, 0.3);
  transition: transform 0.15s;
}

.rnv2-lock__btn:active { transform: scale(0.96); }
