/* Kıbrıs VIP Geceler — alt sayfalarda paylaşılan stiller */
html,
body {
  background-color: #0a0710;
}

::selection {
  background: #ff2d95;
  color: #0a0710;
}

.text-gradient-gold {
  background: linear-gradient(90deg, #ff6ec7 0%, #ff2d95 50%, #c026d3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-neon {
  background: linear-gradient(90deg, #c026d3 0%, #a855f7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.card-hover {
  transition: transform .4s cubic-bezier(.2, .8, .2, 1), box-shadow .4s ease, border-color .4s ease;
}

.card-hover:hover {
  transform: translateY(-10px);
  border-color: rgba(255, 45, 149, .5);
  box-shadow: 0 20px 50px -12px rgba(255, 45, 149, .3);
}

.btn-glow {
  transition: transform .3s ease, box-shadow .3s ease, filter .3s ease;
  box-shadow: 0 0 25px rgba(255, 45, 149, .5);
}

.btn-glow:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 45px rgba(255, 45, 149, .85);
  filter: brightness(1.08);
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #0a0710;
}

::-webkit-scrollbar-thumb {
  background: #3a2440;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background: #ff2d95;
}

#mobileMenu {
  transition: max-height .4s ease, opacity .3s ease;
}

.prose-night p {
  margin-bottom: 1.1rem;
  line-height: 1.85;
}
