/* Minimalist siyah-antrasit-gri tema için ek stiller */
body {
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  background: #ededed;
}
.swiper-slide {
  background: #232323;
  color: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 4px 16px 0 #18181833;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.7rem 0.2rem 0.7rem 0.2rem;
  margin-bottom: 0.2rem;
  width: 100%;
}
.swiper-slide img {
  width: 100%;
  max-width: 170px;
  max-height: 170px;
  border-radius: 1rem;
  object-fit: cover;
  box-shadow: 0 2px 8px 0 #0002;
  margin-bottom: 0.7rem;
  background: #181818;
}
#watermarkModal {
  backdrop-filter: blur(2px);
}
input, textarea {
  background: #232323;
  color: #fff;
  border: 1px solid #444;
}
input:focus, textarea:focus {
  outline: 2px solid #888;
}
#progressBar {
  background: #444;
}
#toast {
  background: #232323;
  color: #fff;
}
.swiper-pagination { display: none !important; }

/* Fotoğraf Yükle butonu için ekstra efekt */
.upload-btn-hero {
  box-shadow: 0 8px 32px 0 #0005;
  transition: transform 0.18s cubic-bezier(.4,2,.3,1), box-shadow 0.18s;
}
.upload-btn-hero:hover {
  transform: scale(1.07) translateY(-2px);
  box-shadow: 0 16px 40px 0 #0007;
} 