@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700;800&display=swap');
/* Mastodon wordmark yerine modern yazı */
.logo.logo--wordmark {
  display: none !important;
}

.navigation-panel__logo a::before {
  content: "ÖzgürSöz";
  font-family: 'Poppins', 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1.5px;
  text-shadow: 0px 0px 8px rgba(255,255,255,0.2); /* hafif parlama efekti */
  display: inline-block;
}


.server-banner__introduction span {
  font-size: 0 !important;
}

.server-banner__introduction span::after {
  content: "Hoş Geldiniz!";
  font-size: 10px !important;
  color: #fff !important;
}


/* ==== MOBİL HEADER LOGO ==== */
@media (max-width: 768px) {
  a.ui__header__logo {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    text-shadow: 0 0 6px rgba(255,255,255,0.25);
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    height: auto !important;
    text-decoration: none !important; /* alt çizgiyi kaldır */
  }

  a.ui__header__logo::before {
    content: "ÖzgürSöz";
  }
}








/* üyelik kısmındaki Lead yazısını değiştirme */
.lead::before {
  content: "ÖzgürSöz'e hoş geldiniz! Düşüncelerinizi özgürce paylaşın, algoritma değil topluluk karar versin.";
  display: block;
  font-size: 17px;
  line-height: 23px;
  color: #ccc; /* ihtiyaca göre */
  margin-bottom: 30px;
}

/* Orijinal yazıyı gizle */
.lead {
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
}







/* Slogan kutusu */
.server-banner__introduction {
  font-family: 'Poppins', 'Montserrat', sans-serif;
  font-size: 18px;        /* yazı büyüklüğü */
  font-weight: 700;       /* kalın */
  color: #ffffff !important; /* beyaz yazı */
  text-align: center;     /* ortala */
  line-height: 1.4;       /* satır aralığı */
  margin-bottom: 20px;
  text-shadow: 0 0 8px rgba(0,0,0,0.4); /* hafif gölge, okunabilirlik */
  background: rgba(255,255,255,0.05);   /* hafif arka plan */
  padding: 10px;
  border-radius: 6px;     /* köşeleri yumuşat */
}



/* 1) Üyelik sayfasındaki Mastodon wordmark'ı gizle */
/* Masaüstü için */
.logo-container h1 {
  text-align: center !important; /* ortala */
  margin: 20px 0 !important;
}

.logo-container h1 a {
  display: block !important;
  width: 280px;         /* masaüstü genişlik */
  height: 80px;         /* masaüstü yükseklik */
  margin: 0 auto !important;
  background-image: url("https://moonlygift.com/work/log.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-decoration: none !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

/* Mobil için */
@media (max-width: 480px) {
  .logo-container h1 a {
    width: 200px;     /* mobil genişlik */
    height: 60px;     /* mobil yükseklik */
  }
}










/* Alt kısımdaki ikinci paragrafı (Mastodon bilgilerini) gizle */
.link-footer p:nth-of-type(2) {
  display: none !important;
}

/* İlk satırı (ozgursoz.com) alta sabitle ve ortala */
.link-footer {
  text-align: center !important;
  margin-top: 20px;
  margin-bottom: 10px;
}






/* Profil resmi kısmındaki 2 MB yazısını gizle */
label[for="account_avatar"] + span.hint {
  display: none !important;
}

/* Kendi 20 MB yazımızı ekleyelim */
label[for="account_avatar"]::after {
  content: "En fazla 20 MB olacak şekilde PNG, GIF veya JPG formatında yükleyiniz.";
  display: block;
  font-size: 12px;
  color: #9baec8;
  margin-top: 5px;
}



/* Sekme butonlarını gizle */
.account__section-headline a {
  display: none !important;
}

/* Sadece kendi yazını göstermek */
.account__section-headline::before {
  content: "Herkese açık yapılan tüm paylaşımlar anlık akışta gözükür.";
  color: #fff;              /* Yazı rengi */
  font-weight: 500;         /* Kalınlık */
  font-size: 15px;          /* Yazı boyutu */
  display: block;
  padding: 10px;
}




/* mesajlar Üstteki uyarı bantını kendi metnimizle değiştir */
.follow_requests-unlocked_explanation {
  position: relative;
  background: #1f2b39;                 /* istersen koru/değiştir */
  border-bottom: 1px solid #393f44;
  padding: 10px 12px;
}

/* Orijinal içeriği gizle */
.follow_requests-unlocked_explanation > * {
  display: none !important;
}

/* Kendi metnimiz */
.follow_requests-unlocked_explanation::before {
  content: "Özel mesajlar gönderi mantığıyla çalışır. Gönderirken “Sadece bahsedelen kişiler” görünürlüğünü seç.";
  color: #dbe2ea;
  font-size: 14px;
  line-height: 1.4;
  display: block;
}

/* DM gönderirken çıkan uyarıyı gizle */
.follow_requests-unlocked_explanation {
  display: none !important;
}





/* "Yeni takipçileri otomatik olarak kabul et" yazısını değiştir */
label[for="account_unlocked"] {
  position: relative;
  color: transparent !important;  /* orijinal yazıyı gizle */
}

/* Yeni yazıyı ekle */
label[for="account_unlocked"]::after {
  content: "Gizli hesap için tiki kaldır";  /* istediğin metin */
  color: #fff !important;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
}


/* Çeviri katkısı mavi bilgilendirme kutusunu gizle */
.flash-message.translation-prompt {
  display: none !important;
}



/* Eski yazıyı tamamen gizle */
.about__header span {
  display: none !important;
}

/* Yeni slogan */
.about__header::after {
  content: "Türkiye’nin en elit sosyal medyasına hoş geldiniz";
  display: block;
  font-size: 18px;      /* biraz daha büyük */
  font-weight: 700;     /* kalın */
  color: #fff;
  text-align: center;   /* ortalama */
  margin-top: 10px;
}


/* Eski yazıyı kaldır hakkında kısmı en alt */
.about__footer {
  display: none !important;
}

/* burası anasayfanız gizleme */
.dismissable-banner {
  display: none !important;
}



/* 2) Mobil/Tablet üst header’a “ÖzgürSöz” yazısını ekle */
@media (max-width: 1024px) {
  .ui__header .brand {
    display: flex !important;
    align-items: center;
  }
  .ui__header .brand::after {
    content: "ÖzgürSöz";
    margin-left: 8px;
    font-family: 'Poppins', 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1.2px;
    color: #fff;
  }
}



