* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Satoshi', sans-serif !important;
}

body {
  background: #000;
  color: #fff;
}

/* BACKGROUND */
.background {
  position: fixed;
  inset: 0;
  background: url("bg.jpg") center/cover no-repeat;
filter: blur(30px) brightness(0.9) saturate(1.1);
  opacity: 0.5;
  transform: scale(1.2);
  z-index: -3;
}

.spacer {
  height: 24px;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 16px;
flex-shrink: 0;
}

.video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

@media (max-width: 600px) {
  .modal {
    max-height: 90vh;
  }
}

#modalContent::-webkit-scrollbar {
  width: 6px;
}

#modalContent::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.25);
  border-radius: 6px;
}


/* STRONG BLACK VIGNETTE */
.vignette {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
  background: radial-gradient(
    ellipse at center,
    rgba(0,0,0,0) 25%,
    rgba(0,0,0,0.85) 65%,
    rgba(0,0,0,1) 100%
  );
}

/* LAYOUT */
.app {
  max-width: 420px;
  margin: auto;
  padding: 20px;
}

.avatar-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

.song-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.song-type {
  font-size: 12px;
  color: #4FC3F7;
  font-weight: 600;
  text-transform: uppercase;
}

.release-date {
  font-size: 12px;
  opacity: 0.7;
}


.avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
box-shadow:
    0 0 25px rgba(0, 0, 0, 0.35),
    0 0 60px rgba(0, 0, 0, 0.15);
}

.socials {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin: 20px 0;
}

.divider {
  height: 1px;
  background: rgba(255,255,255,0.1);
  margin: 24px 0;
}

/* BLOCKS */
.block {
  background: rgba(22,22,22,0.65);
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 14px;
  cursor: pointer;
  transition: transform .15s ease, background .15s ease;
}

.block:hover:not(.songs-section) {
  background: rgba(22,22,22,0.85);
  transform: scale(0.97);
}

.preview {
  font-size: 13px;
  opacity: 0.7;
}

.readmore {
  font-size: 12px;
  opacity: 0.6;
}

.events {
  display: flex;
  gap: 12px;
}

#songs .block {
  display: flex;
  align-items: center;
  gap: 12px;
}

#songs img {
  width: 54px;
  height: 54px;
  border-radius: 8px;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.65);
  backdrop-filter: blur(22px);
  z-index: 10;

  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

 transition:
    opacity 0.3s ease,
    visibility 0s linear 0.3s;
}

.modal-backdrop.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;

  transition:
    opacity 0.3s ease;
}


body.modal-open {
  position: fixed;
  width: 100%;
  overflow: hidden;
}








.modal .close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
 background: transparent;
  border: none;
  color: #ffffff;
  font-size: 22px;
  cursor: pointer;
  transition: color 0.2s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

/* Hover */
.modal .close:hover {
  color: #4FC3F7;
  transform: scale(1.1);
}

/* Click */
.modal .close:active {
  color: #4FC3F7;
  box-shadow: 0 0 12px rgba(79, 195, 247, 0.8);
  transform: scale(0.95);
}

@keyframes pop {
  from { transform: scale(0.92); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.close {
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  float: right;
  cursor: pointer;
}

/* PLATFORM BUTTONS — HOVER + ACTIVE NET */
.modal-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 18px;
}

.modal-buttons a {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #fff;
  background: #161616;
  padding: 14px;
  border-radius: 12px;
  transition:
    background .15s ease,
    transform .12s ease,
    box-shadow .15s ease;
}

#modalContent {
  overflow-y: auto;
  padding-right: 8px;
}



/* HOVER */
.modal-buttons a:hover {
  transform: scale(0.97);
}

/* CLICK (ACTIVE) */
.modal-buttons a:active {
  transform: scale(0.94);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.15);
}

/* PLATFORM COLORS */
.modal-buttons a.spotify:hover { background: #1db954; }
.modal-buttons a.spotify:active { background: #14833b; }

.modal-buttons a.apple:hover { background: #fc3c44; }
.modal-buttons a.apple:active { background: #c12a30; }

.modal-buttons a.youtube:hover { background: #ff0000; }
.modal-buttons a.youtube:active { background: #b80000; }

.modal-buttons a.ytmusic:hover { background: #ff0033; }
.modal-buttons a.ytmusic:active { background: #b8002a; }

/* FONT AWESOME FIX */
.fa,
.fa-brands,
.fa-solid,
.fa-regular {
  font-family: "Font Awesome 6 Brands",
               "Font Awesome 6 Free" !important;
  font-style: normal;
}

#stars {
  position: fixed;
  inset: -20%;
  width: 140%;
  height: 140%;
  z-index: -2;
  pointer-events: none;
  transform: scale(1.2);
}



/* ================= CONTACT FORM (MODERN) ================= */

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 10px;
}

/* INPUT & TEXTAREA */
.contact-form input,
.contact-form textarea {
  width: 100%;
  background: rgba(18,18,18,0.9);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 14px 16px;
  color: #fff;
  font-size: 14px;
  outline: none;
  transition:
    border 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

/* PLACEHOLDER */
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255,255,255,0.35);
}

/* TEXTAREA */
.contact-form textarea {
  resize: none;
  min-height: 120px;
}

/* FOCUS EFFECT */
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #4FC3F7;
  box-shadow: 0 0 0 2px rgba(79,195,247,0.25);
  background: rgba(20,20,20,0.95);
}

/* SUBMIT BUTTON */
.contact-form button {
  margin-top: 6px;
  width: 100%;
  background: linear-gradient(
    135deg,
    #4FC3F7,
    #81D4FA
  );
  color: #000;
  border: none;
  border-radius: 16px;
  padding: 14px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    filter 0.15s ease;
}

/* BUTTON HOVER */
.contact-form button:hover {
  transform: scale(0.97);
  box-shadow: 0 0 20px rgba(79,195,247,0.6);
  filter: brightness(1.05);
}

/* BUTTON ACTIVE */
.contact-form button:active {
  transform: scale(0.94);
  box-shadow: 0 0 30px rgba(79,195,247,0.9);
}

/* ========================================================= */



/* ================= NEW BADGE ================= */

.new-badge {
  display: inline-block; /* iOS için şart */
  margin-left: 8px;
  padding: 2px 8px;

  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;

  color: #eaf4ff;
  background: linear-gradient(135deg, #1f6cff, #4fc3f7);
  border-radius: 999px;

  animation: pulse 1.4s ease-in-out infinite;

  /* iOS FIX */
  transform: translateZ(0);
  will-change: transform, opacity;
}



@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.08);
    opacity: 0.85;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}



/* ================= SCROLL REVEAL ================= */
.reveal {
  opacity: 0;
  transform: translateY(40px) scale(0.98);
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: opacity, transform;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Daha yumuşak mobil animasyon */
@media (max-width: 600px) {
  .reveal {
    transform: translateY(30px);
  }
}




/* ================= FORM SUCCESS MESSAGE ================= */
.form-success {
  text-align: center;
  padding: 30px 10px;
  animation: successFade 0.4s ease;
}

.form-success i {
  font-size: 38px;
  color: #4FC3F7;
  margin-bottom: 14px;
}

.form-success h4 {
  margin-bottom: 8px;
}

.form-success p {
  font-size: 13px;
  opacity: 0.75;
}

@keyframes successFade {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* ================= EVENTS MODAL ================= */

.events-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* ===== 3 COLUMN EVENT LAYOUT ===== */

.event-card {
  display: grid;
  grid-template-columns: 70px 1fr 36px;
  align-items: center;
  gap: 14px;
  cursor: pointer;
}

.event-map {
  font-size: 18px;
  opacity: 0.7;
  transition: opacity .2s ease, transform .2s ease;
}

.event-card:hover .event-map {
  opacity: 1;
  transform: scale(1.1);
}

.event-card:hover {
  background: rgba(22,22,22,0.95);
}

/* MOBILE */
@media (max-width: 480px) {
  .event-card {
    grid-template-columns: 60px 1fr 30px;
  }
}


/* DATE */
.event-date {
  min-width: 70px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.08);
  padding-right: 12px;
}

.event-date .day {
  font-size: 22px;
  font-weight: 800;
  color: #4FC3F7;
}

.event-date .month {
  font-size: 12px;
  opacity: 0.7;
}

/* INFO */
.event-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.event-info strong {
  font-size: 14px;
}

.event-info span {
  font-size: 12px;
  opacity: 0.65;
}

/* UPCOMING BADGE */
.event-badge {
  margin-left: auto;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #4FC3F7, #81D4FA);
  color: #000;
}

.event-info a {
  color: #fff;
  text-decoration: none;
}

.event-info a:hover {
  text-decoration: underline;
  color: #4FC3F7;
}


/* ================= FOOTER ================= */

.footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

  text-align: center;
  padding: 24px 16px 12px;

  font-size: 12px;
  letter-spacing: 0.4px;
  opacity: 0.45;

  margin-left: auto;
  margin-right: auto;
  transition: opacity 0.2s ease;
}

.footer:hover {
  opacity: 0.7;
}

/* Mobil */
@media (max-width: 480px) {
  .footer {
    font-size: 11px;
    padding-bottom: 10px;
  }
}

.footer p {
  margin: 0;
}

/* ================= FINAL MODAL SYSTEM (TEK KAYNAK) ================= */

.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.65);
  backdrop-filter: blur(22px);
  z-index: 10;

  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

transition:
  opacity 0.6s ease,
  visibility 0s linear 0.6s;

}

.modal-backdrop.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* MODAL */
.modal {
  max-height: 70vh;
  width: 90%;
  max-width: 360px;

  background: rgba(22,22,22,0.96);
  border-radius: 18px;
  padding: 20px;

  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;

 opacity: 0;
transform: translateY(80px) scale(0.94);


transition:
  opacity 0.8s ease,
  transform 0.85s cubic-bezier(.16,1,.3,1);

  will-change: opacity, transform;
}

/* AÇIK */
.modal-backdrop.active .modal {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* KAPANIŞ */
.modal.closing {
  opacity: 0;
  transform: translateY(40px) scale(0.96);
}

/* Modal içerik fade */
.modal-content {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.modal.closing .modal-content {
  opacity: 0;
  transform: translateY(10px);
}

.modal-content {
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 0.45s ease,
    transform 0.45s ease;
  transition-delay: 0.15s;
}

.modal-backdrop.active .modal-content {
  opacity: 1;
  transform: translateY(0);
}

/* ================= INTRO ANIMATION ================= */

.intro-hidden {
  opacity: 0;
  transform: translateY(20px) scale(0.98);
}

.intro-show {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition:
    opacity 0.6s ease,
    transform 0.6s cubic-bezier(.22,1,.36,1);
}

/* Sosyal ikonlar için gecikmeli animasyon */
.socials a {
  opacity: 0;
  transform: translateY(12px);
}

.socials.show a {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}

.socials.show a:nth-child(1) { transition-delay: 0.05s; }
.socials.show a:nth-child(2) { transition-delay: 0.12s; }
.socials.show a:nth-child(3) { transition-delay: 0.19s; }
.socials.show a:nth-child(4) { transition-delay: 0.26s; }
.socials.show a:nth-child(5) { transition-delay: 0.33s; }

/* ================= ABOUT TEXT HIGHLIGHT ================= */
.about-name {
  color: #4FC3F7;
  font-weight: 600;
}

.about-highlight {
  color: #4FC3F7;
}

.about-song {
  color: #4FC3F7;
  font-style: italic;
}

/* ================= ADMIN LOGIN BUTTON ================= */
.admin-login-btn {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 9999;

  width: 44px;
  height: 44px;
  border-radius: 999px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(22,22,22,0.65);
  border: 1px solid rgba(255,255,255,0.10);

  text-decoration: none;
  color: rgba(255,255,255,0.9);

  backdrop-filter: blur(14px);

  transition:
    transform 0.18s ease,
    background 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease;
}

.admin-login-btn i {
  font-size: 16px;
  color: inherit;
}

/* Hover efekti */
.admin-login-btn:hover {
  transform: scale(1.08);
  background: rgba(22,22,22,0.92);
  border-color: rgba(79,195,247,0.55);
  color: #4FC3F7;
  box-shadow: 0 0 18px rgba(79,195,247,0.35);
}

/* Click efekti */
.admin-login-btn:active {
  transform: scale(0.96);
  box-shadow: 0 0 28px rgba(79,195,247,0.55);
}

/* Mobil: biraz daha küçük */
@media (max-width: 480px) {
  .admin-login-btn {
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
  }
  .admin-login-btn i {
    font-size: 15px;
  }
}

/* Tooltip */
.admin-login-btn {
  position: fixed;
  overflow: visible;
}

.admin-tooltip {
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  transform: translateY(-50%);

  background: rgba(12, 12, 12, 0.92);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.95);

  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3px;

  padding: 7px 10px;
  border-radius: 999px;

  white-space: nowrap;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  backdrop-filter: blur(12px);

  transition: 0.18s ease;
}

.admin-tooltip::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translateY(-50%) rotate(45deg);

  width: 10px;
  height: 10px;

  background: rgba(12, 12, 12, 0.92);
  border-right: 1px solid rgba(255,255,255,0.12);
  border-top: 1px solid rgba(255,255,255,0.12);
}

.admin-login-btn:hover .admin-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(-4px);
}

/* ================= LANGUAGE TOGGLE BUTTON ================= */
.lang-toggle-btn {
  position: fixed;
  top: 18px;
  left: 18px;
  z-index: 9999;

  width: 44px;
  height: 44px;
  border-radius: 999px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(22,22,22,0.65);
  border: 1px solid rgba(255,255,255,0.10);

  color: rgba(255,255,255,0.9);
  cursor: pointer;

  backdrop-filter: blur(14px);

  transition:
    transform 0.18s ease,
    background 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease;
}

.lang-toggle-btn .flag {
  font-size: 18px;
  line-height: 1;
}

/* Hover efekti admin butonla birebir */
.lang-toggle-btn:hover {
  transform: scale(1.08);
  background: rgba(22,22,22,0.92);
  border-color: rgba(79,195,247,0.55);
  color: #4FC3F7;
  box-shadow: 0 0 18px rgba(79,195,247,0.35);
}

.lang-toggle-btn:active {
  transform: scale(0.96);
  box-shadow: 0 0 28px rgba(79,195,247,0.55);
}

/* Tooltip yönü: sol buton → tooltip sağa çıksın */
.lang-toggle-btn .admin-tooltip {
  top: 50%;
  left: calc(100% + 10px);
  right: auto;
  transform: translateY(-50%);
}

.lang-toggle-btn .admin-tooltip::after {
  left: -6px;
  right: auto;
  transform: translateY(-50%) rotate(45deg);

  border-left: 1px solid rgba(255,255,255,0.12);
  border-bottom: 1px solid rgba(255,255,255,0.12);
  border-right: none;
  border-top: none;
}

.lang-toggle-btn:hover .admin-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(4px);
}

/* Mobil */
@media (max-width: 480px) {
  .lang-toggle-btn {
    top: 12px;
    left: 12px;
    width: 40px;
    height: 40px;
  }
  .lang-toggle-btn .flag {
    font-size: 17px;
  }
}

/* Events başlıkları TR/EN aynı ölçüde kalsın */
.events .block h3{
  white-space: pre-line;      /* "Past\nEvents" iki satır olur */
  line-height: 1.05;
  margin-bottom: 10px;
}

/* Sadece başlığa 2 satırlık sabit alan veriyoruz (blok büyümesin) */
.events .block h3{
  display: -webkit-box;
  -webkit-line-clamp: 2;      /* max 2 satır */
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(2 * 1.05em);
}

/* EVENTS layout fix: TR/EN aynı genişlikte kalsın */
.events{
  display: flex;
  gap: 16px;
  align-items: stretch;
}

.events .block{
  flex: 1 1 0;
  min-width: 0;
}
.lang-toggle-btn .lang-badge{
  width: 28px;
  height: 28px;
  border-radius: 999px;

  display: inline-block;

  /* bayrak ortalama */
  background-position: center center;
  background-repeat: no-repeat;

  /* cover kırpar, contain kırpmaz */
  background-size: contain;

  background-color: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);

  box-shadow:
    0 0 10px rgba(0,0,0,0.25),
    inset 0 0 10px rgba(255,255,255,0.03);

  transition: 0.18s ease;
}

/* Hover glow */
.lang-toggle-btn:hover .lang-badge{
  border-color: rgba(79,195,247,0.45);
  box-shadow:
    0 0 14px rgba(79,195,247,0.25),
    inset 0 0 10px rgba(255,255,255,0.04);
}

/* Badge içinde yazı asla görünmesin */
.lang-toggle-btn .lang-badge{
  font-size: 0 !important;
  color: transparent !important;
  line-height: 0 !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
}

/* ================= LANGUAGE LOADING OVERLAY ================= */
.lang-loading{
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;

  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.lang-loading.active{
  display: flex;
}

.lang-loading-box{
  width: min(420px, 92vw);
  border-radius: 22px;
  padding: 18px 18px 16px;

  background: rgba(20,20,20,0.92);
  border: 1px solid rgba(255,255,255,0.10);

  box-shadow:
    0 10px 45px rgba(0,0,0,0.55),
    inset 0 0 20px rgba(255,255,255,0.04);

  text-align: center;
}

.lang-spinner{
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin: 4px auto 12px;

  border: 3px solid rgba(255,255,255,0.15);
  border-top-color: rgba(79,195,247,0.95);

  animation: spin 0.9s linear infinite;
}

.lang-loading-title{
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #fff;
}

.lang-loading-sub{
  margin-top: 6px;
  font-size: 12px;
  opacity: 0.75;
  color: #fff;
}

@keyframes spin{
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* mobilde daha iyi */
@media (max-width: 520px){
  .lang-loading-box{
    border-radius: 18px;
    padding: 16px;
  }
}

/* ================= PUSH TOGGLE BUTTON ================= */
.push-toggle-btn{
  position: fixed;
  top: 72px;      /* ✅ language butonunun altına */
  left: 18px;     /* ✅ aynı hizaya */
  z-index: 9999;

  width: 44px;
  height: 44px;
  border-radius: 999px;

  display:flex;
  align-items:center;
  justify-content:center;

  background: rgba(22,22,22,0.65);
  border: 1px solid rgba(255,255,255,0.10);

  color: rgba(255,255,255,0.9);
  cursor:pointer;

  backdrop-filter: blur(14px);

  transition:
    transform 0.18s ease,
    background 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease;
}


.push-toggle-btn:hover{
  transform: scale(1.08);
  background: rgba(22,22,22,0.92);
  border-color: rgba(79,195,247,0.55);
  color: #4FC3F7;
  box-shadow: 0 0 18px rgba(79,195,247,0.35);
}

.push-toggle-btn:active{
  transform: scale(0.96);
  box-shadow: 0 0 28px rgba(79,195,247,0.55);
}

/* Tooltip yönü: push butonu → tooltip sağa çıksın */
.push-toggle-btn .admin-tooltip{
  top: 50%;
  left: calc(100% + 10px);
  right: auto;
  transform: translateY(-50%);
}

.push-toggle-btn .admin-tooltip::after{
  left: -6px;
  right: auto;
  transform: translateY(-50%) rotate(45deg);

  border-left: 1px solid rgba(255,255,255,0.12);
  border-bottom: 1px solid rgba(255,255,255,0.12);
  border-right: none;
  border-top: none;
}

.push-toggle-btn:hover .admin-tooltip{
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(4px);
}

/* aktif: bildirim açık glow */
.push-toggle-btn.active{
  border-color: rgba(79,195,247,0.65);
  color: #4FC3F7;
  box-shadow: 0 0 22px rgba(79,195,247,0.35);
}

/* pasif: kapalı görünüm */
.push-toggle-btn.off{
  opacity: .8;
}

@media (max-width:480px){
  .push-toggle-btn{
    top: 62px;   /* ✅ language altına */
    left: 12px;
    width: 40px;
    height: 40px;
  }
}



/* ================= SONGS SECTION (ONE GLASS BLOCK) ================= */
.songs-section{
  padding: 14px 14px 10px;
}

/* header */
.songs-header-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding: 4px 6px 10px;
}

.songs-header-left{
  display:flex;
  align-items:center;
  gap:10px;
}

.songs-header-left i{
  color:#4FC3F7;
  font-size:16px;
  opacity:0.95;
}

.songs-header-left h3{
  margin:0;
  font-size:15px;
  font-weight:800;
  letter-spacing:0.2px;
}

.songs-count{
  min-width: 34px;
  height: 26px;
  padding: 0 10px;
  border-radius: 999px;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:12px;
  font-weight:800;

  color:#fff;
  opacity:0.85;

  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
}

/* divider inside the glass block */
.songs-divider{
  height: 1px;
  margin: 0 6px 10px;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0),
    rgba(255,255,255,0.10),
    rgba(255,255,255,0)
  );
}

/* songs list inside same block */
.songs-list .block{
  margin: 10px 0 0;          /* normal gap */
}

/* içerideki şarkı kartlarının cam blocktan taşmaması için ufak uyum */
.songs-list .block:first-child{
  margin-top: 0;
}

/* ================= SONGS SECTION HOVER FIX ================= */
/* songs header bloğu hover alınca ASLA değişmesin */
.songs-section,
.songs-section:hover{
  background: rgba(22,22,22,0.65) !important;
  transform: none !important;
  box-shadow: none !important;
  border-color: rgba(255,255,255,0.10) !important;
}


/* Sadece şarkı kartları hover alınca belirginleşsin */
.songs-list .block{
  transition: 0.18s ease;
}

.songs-list .block:hover{
  background: rgba(255,255,255,0.065) !important;
  border-color: rgba(255,255,255,0.12) !important;
  box-shadow:
    0 12px 34px rgba(0,0,0,0.42),
    inset 0 0 22px rgba(255,255,255,0.03) !important;
}

.songs-section{
  cursor: default;
}

/* ================= PREMIUM SONG MODAL ================= */

.modal{
  background: rgba(15,15,15,0.92) !important;
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow:
    0 25px 80px rgba(0,0,0,0.75),
    inset 0 0 24px rgba(255,255,255,0.03);
}

/* Modal title premium */
#modalTitle{
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.3px;
  color: #4FC3F7;
}

/* Video alanı daha premium */
.video-wrapper{
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.04);
  box-shadow:
    0 20px 60px rgba(0,0,0,0.55),
    inset 0 0 18px rgba(255,255,255,0.03);
}

.video-wrapper iframe{
  border-radius: 16px;
}

/* Buttons alanı */
.modal-buttons{
  margin-top: 18px;
  gap: 12px;
}

/* Butonlar artık daha “platform kartı” */
.modal-buttons a{
  position: relative;
  overflow: hidden;
  border-radius: 16px;

  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);

  padding: 14px 14px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.2px;

  box-shadow:
    0 12px 40px rgba(0,0,0,0.35),
    inset 0 0 20px rgba(255,255,255,0.02);

  transition: 0.18s ease;
}

.modal-buttons a i{
  font-size: 18px;
  opacity: 0.95;
}

/* Butonlara soft premium shine */
.modal-buttons a::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 10%,
    rgba(255,255,255,0.12),
    rgba(255,255,255,0) 60%);
  opacity: 0;
  transition: 0.25s ease;
}

.modal-buttons a:hover{
  transform: translateY(-2px) scale(0.99);
  border-color: rgba(255,255,255,0.16);
}

.modal-buttons a:hover::before{
  opacity: 1;
}

.modal-buttons a:active{
  transform: scale(0.97);
}

/* Platform renklendirme - daha modern */
.modal-buttons a.youtube:hover{
  border-color: rgba(255,0,0,0.35);
  box-shadow: 0 16px 50px rgba(255,0,0,0.12);
}

.modal-buttons a.ytmusic:hover{
  border-color: rgba(255,0,51,0.35);
  box-shadow: 0 16px 50px rgba(255,0,51,0.12);
}

.modal-buttons a.spotify:hover{
  border-color: rgba(29,185,84,0.35);
  box-shadow: 0 16px 50px rgba(29,185,84,0.12);
}

.modal-buttons a.apple:hover{
  border-color: rgba(252,60,68,0.35);
  box-shadow: 0 16px 50px rgba(252,60,68,0.12);
}

/* Close buton daha modern */
.modal .close{
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.05);
  display: grid;
  place-items: center;
}

.modal .close:hover{
  background: rgba(79,195,247,0.12);
  border-color: rgba(79,195,247,0.35);
}

/* Mobil modal biraz daha rahat */
@media (max-width: 520px){
  .modal{
    width: 92%;
    max-width: 380px;
    padding: 18px;
    border-radius: 20px;
  }
}

/* mini bilgi satırı */
.song-modal-meta{
  margin: -6px 0 14px;
  font-size: 12px;
  opacity: 0.65;
  letter-spacing: 0.2px;
}

/* modal başlığı altındaki mini bilgi */
.song-modal-meta{
  margin: 6px 0 10px;     /* başlığa yakın + video ile az boşluk */
  font-size: 11px;        /* daha küçük */
  line-height: 1.2;
  opacity: 0.55;
  letter-spacing: 0.2px;
}

/* video ile meta arası boşluğu iyice azalt */
.song-modal-video{
  margin-top: 6px !important;
  margin-bottom: 14px !important;
}

/* SOSYAL İKONLAR - PREMIUM HOVER */
.socials a{
  color:#fff;
  font-size:26px;

  /* ✅ underline çizgisini tamamen kapat */
  text-decoration: none !important;

  /* ✅ transform çalışması için şart */
  display: inline-flex;
  align-items: center;
  justify-content: center;

  transition:
    transform .22s cubic-bezier(.2,1,.3,1),
    opacity .18s ease,
    filter .22s ease;

  will-change: transform, filter;
transform: translateZ(0);

}

/* Hover = yukarı kalk + glow + hafif dönme */
.socials a:hover{
  transform: translateY(-3px) scale(1.06);
  opacity: 0.95;
  filter: drop-shadow(0 0 12px rgba(79,195,247,0.45));
}


/* tıklayınca basılma */
.socials a:active{
  transform: translateY(-1px) scale(1.03);
  opacity: 0.9;
}


/* Eğer tarayıcı linke underline ekliyorsa bunu da garantiye al */
.socials a:focus,
.socials a:visited{
  text-decoration: none !important;
}

/* ================= iOS PUSH INSTALL MODAL ================= */
.ios-install-modal{
  position: fixed;
  inset: 0;
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(0,0,0,.65);
  backdrop-filter: blur(12px);
}

.ios-install-box{
  width: 100%;
  max-width: 420px;
  background: rgba(20,20,20,.92);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  padding: 18px 16px;
  color: #fff;
  box-shadow: 0 15px 50px rgba(0,0,0,.55);
}

.ios-install-box h3{
  margin: 0 0 10px;
  font-size: 18px;
  color: #4FC3F7;
}

.ios-install-box p{
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.45;
  opacity: .9;
}

.ios-install-box ol{
  margin: 0 0 14px;
  padding-left: 18px;
  font-size: 13px;
  line-height: 1.45;
  opacity: .95;
}

.ios-install-box button{
  width: 100%;
  border: none;
  padding: 11px 14px;
  border-radius: 14px;
  background: #4FC3F7;
  color: #000;
  font-weight: 700;
  cursor: pointer;
}

.ios-install-steps {
  margin-top: 14px;
  display: grid;
  gap: 14px;
}

.ios-step-group {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 14px;
  padding: 12px 12px;
}

.ios-step-group h4 {
  margin: 0 0 8px 0;
  font-size: 14px;
  color: #4FC3F7;
}

.ios-step-group ol {
  margin: 0;
  padding-left: 18px;
}

.ios-step-group li {
  margin: 6px 0;
  font-size: 13px;
  opacity: 0.95;
}

/* ✅ iOS Install Modal FIX */
.ios-install-box{
  max-height: 82vh;          /* ekranı aşmasın */
  overflow: hidden;          /* içeriği box içinde tut */
  display: flex;
  flex-direction: column;
}

#iosInstallClose{
  position: sticky;          /* ✅ buton hep altta kalsın */
  bottom: 0;
  width: 100%;
  margin-top: auto;
  z-index: 5;
}

/* ✅ iOS modal: içerik scroll + buton sticky fix */
.ios-install-box{
  max-height: 82vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* ✅ BUTON DIŞINDAKİ HER ŞEY scroll olsun */
.ios-install-box > h3,
.ios-install-box > p{
  flex: 0 0 auto;
}

/* ✅ burada scroll olacak alan */
.ios-install-steps{
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 14px; /* buton üstüne binmesin */
}

/* ✅ buton aşağı sabit */
#iosInstallClose{
  flex: 0 0 auto;
  margin-top: 12px;
  position: sticky;
  bottom: 0;
  z-index: 10;
}

#appLoader{ display:none; }
/* ================= iOS PWA PRO LOADER ================= */
#appLoader{
  position: fixed;
  inset: 0;
  z-index: 99999999;

  /* ✅ artık transparan değil, siteyi FULL kapatır */
  background: #000;

  display: none;
  overflow: hidden;
}

/* bg blur image (same vibe as homepage) */
#appLoader .app-loader-bg{
  position: absolute;
  inset: -10%;
  background: url("css/bg.jpg") center/cover no-repeat;
  filter: blur(34px) brightness(0.85) saturate(1.2);
  opacity: 0.95;
  transform: scale(1.2);
  z-index: 0;
}

/* glow layers */
#appLoader::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    radial-gradient(circle at 50% 35%,
      rgba(79,195,247,0.26),
      rgba(0,0,0,0) 55%),
    radial-gradient(circle at 20% 70%,
      rgba(255,255,255,0.10),
      rgba(0,0,0,0) 55%);
}

/* stars */
#loaderStars{
  position:absolute;
  inset:-20%;
  width:140%;
  height:140%;
  z-index:2;
  pointer-events:none;
  transform:scale(1.2);
  opacity: 0.75;
}

/* vignette */
#appLoader .app-loader-vignette{
  position:absolute;
  inset:0;
  z-index:3;
  background: radial-gradient(
    ellipse at center,
    rgba(0,0,0,0.15) 10%,
    rgba(0,0,0,0.90) 70%,
    rgba(0,0,0,1) 100%
  );
}

/* center content */
#appLoader .app-loader-center{
  position:absolute;
  inset:0;
  z-index:4;

  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:14px;

  padding:18px;
  text-align:center;
}

/* avatar/logo */
#appLoader .app-loader-avatar{
  width: 98px;
  height: 98px;
  border-radius: 999px;
  object-fit: cover;

  border: 1px solid rgba(255,255,255,0.12);
  box-shadow:
    0 0 30px rgba(79,195,247,0.18),
    0 0 90px rgba(0,0,0,0.55);
}

/* title */
#appLoader .app-loader-title{
  font-weight: 900;
  font-size: 22px;
  letter-spacing: 0.6px;
  color: #fff;
  opacity: 0.96;
}

/* subtitle */
#appLoader .app-loader-sub{
  font-size: 12px;
  opacity: 0.65;
  margin-top: -6px;
}

/* pro loader bar */
#appLoader .app-loader-bar{
  width: min(240px, 70vw);
  height: 6px;
  border-radius: 999px;
  overflow: hidden;

  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.10);

  margin-top: 10px;
}

#appLoader .app-loader-bar > span{
  display:block;
  height:100%;
  width:40%;
  border-radius:999px;

  background: linear-gradient(90deg,
    rgba(79,195,247,0),
    rgba(79,195,247,1),
    rgba(79,195,247,0)
  );

  animation: loaderBarMove 1.05s ease-in-out infinite;
}

@keyframes loaderBarMove{
  0%   { transform: translateX(-120%); opacity: 0.2; }
  40%  { opacity: 1; }
  100% { transform: translateX(260%); opacity: 0.2; }
}

/* fade-in / fade-out */
#appLoader.is-show{
  display:block;
  opacity:1;
}

#appLoader.is-hide{
  opacity:0;
  transition: opacity .55s ease;
}

/* ================= PUSH STATUS MODAL ================= */
.push-status-modal{
  position: fixed;
  inset: 0;
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}

.push-status-modal.active{
  opacity: 1;
  pointer-events: auto;
}

.push-status-box{
  width: min(360px, 92vw);
  background: rgba(15,15,15,.92);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  padding: 18px 16px;
  text-align: center;
  box-shadow: 0 18px 60px rgba(0,0,0,.55);
  transform: translateY(10px) scale(.98);
  transition: transform .18s ease;
}

.push-status-modal.active .push-status-box{
  transform: translateY(0) scale(1);
}

.push-status-icon{
  width: 56px;
  height: 56px;
  margin: 0 auto 10px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgba(79,195,247,.14);
  border: 1px solid rgba(79,195,247,.25);
  color: #4FC3F7;
  font-size: 22px;
}

.push-status-title{
  font-size: 16px;
  margin: 0 0 6px;
}

.push-status-text{
  font-size: 13px;
  opacity: .86;
  margin: 0 0 12px;
  line-height: 1.4;
}

.push-status-progress{
  width: 100%;
  height: 6px;
  border-radius: 99px;
  background: rgba(255,255,255,.10);
  overflow: hidden;
}

.push-status-progress span{
  display: block;
  height: 100%;
  width: 0%;
  border-radius: 99px;
  background: rgba(79,195,247,.9);
  transition: width linear;
}


@media (max-width: 600px){

  /* 0 → 1 arası değer vereceğiz */
  body{
    --topBtnsHide: 0;
  }

  .admin-login-btn,
  .lang-toggle-btn,
  .push-toggle-btn{
    /* ✅ divider'a gömülme: üstten kesme */
    clip-path: inset(
      calc(var(--topBtnsHide) * 65%) 0% 0% 0% round 999px
    );

    /* ✅ kayma + küçülme */
    transform:
      translateY(calc(var(--topBtnsHide) * -18px))
      scale(calc(1 - (var(--topBtnsHide) * 0.06)));

    /* ✅ blur */
    filter: blur(calc(var(--topBtnsHide) * 10px));

    /* ✅ fade */
    opacity: calc(1 - (var(--topBtnsHide) * 1.05));

    transition: none; /* animasyon scroll ile kontrol ediliyor */
    will-change: clip-path, transform, filter, opacity;
  }

  /* tamamen gömülünce tıklanmasın */
  body.top-buttons-disabled .admin-login-btn,
  body.top-buttons-disabled .lang-toggle-btn,
  body.top-buttons-disabled .push-toggle-btn{
    pointer-events: none !important;
  }
}
