.genz-btn {
  font-size: 1.1rem;
  padding: 12px 20px;
  border-radius: 12px;
  border: none;
  transition: all 0.25s ease;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.genz-btn:hover {
  transform: scale(1.05);
  opacity: 0.95;
}

.genz-create {
  background: #6366f1;
  color: #fff;
}

.genz-save {
  background: #10b981;
  color: white;
}

.genz-share {
  background: #f59e0b;
  color: black;
}

.genz-scan {
  background: #3b82f6;
  color: white;
}

.genz-outline {
  background: white;
  color: #111827;
  border: 2px solid #d1d5db;
}

@media (max-width: 600px) {
  .genz-btn {
    width: 100%;
    justify-content: center;
  }
}
