/* ==UserStyle==
@name           Artado Search - Cumhuriyet
@namespace      artado.sxinar.v1
@version        1.0.0
@description    Atatürk'ün endamı ile yenilenmiş bir ana sayfa teması'
@author         sxinar
==/UserStyle== */

@-moz-document domain("beta.artadosearch.com") {

/* --- 1. ARKA PLAN VE TEMİZLİK --- */
html, body {
  background-image: url("https://raw.githubusercontent.com/KerimCan05/ataturk-artadorheme/main/image.png") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-attachment: fixed !important;
  background-color: #000 !important;
}

#homepage, [data-route="/"], main, .home-container {
  background: transparent !important;
}

.logo-container, .home-logo, .subtitle, h1, .flex-col.gap-4 {
  display: none !important;
}

/* --- 2. BEMBEYAZ MODERN ARAMA KUTUSU --- */
form[action="/search"], .search-box-container {
  background: #ffffff !important;
  border-radius: 10px !important;
  padding: 0 15px !important;
  max-width: 720px !important;
  width: 90% !important;
  height: 60px !important;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5) !important;
  display: flex !important;
  align-items: center !important;
  margin: 22vh auto 0 !important;
  border: none !important;
  position: relative !important;
}

/* --- 3. İKON DEĞİŞİMİ: BÜYÜTEÇ YERİNE BAYRAK --- */

/* Belirttiğin svelte sınıfını tamamen gizliyoruz */
.fas.fa-search.search-icon.svelte-173z2fz, .fa-search {
  display: none !important;
}

/* Büyütecin yerine küçük bir bayrak ikonu yerleştiriyoruz */
form[action="/search"]::before {
  content: "";
  width: 32px;
  height: 22px;
  background-image: url('https://upload.wikimedia.org/wikipedia/commons/b/b4/Flag_of_Turkey.svg') !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  margin-right: 12px;
  display: inline-block !important;
}

/* Giriş metni rengi ve stili */
form[action="/search"] input {
  color: #222 !important;
  background: transparent !important;
  font-size: 18px !important;
  border: none !important;
  outline: none !important;
  width: 100% !important;
  height: 100% !important;
}

/* --- 4. SAĞ TARAF: MİKROFON VE ARAMA AKSİYONU --- */
.voice-search-button, [aria-label="Voice Search"], button[type="button"] {
  display: flex !important;
  color: #666 !important;
  margin-right: 10px !important;
  background: transparent !important;
  border: none !important;
}

/* Arama Butonu (Sade büyüteç olarak sağına) */
form[action="/search"] button[type="submit"] {
  background: transparent !important;
  color: #cc0000 !important;
  border: none !important;
  font-size: 20px !important;
  cursor: pointer !important;
}


/* Sağ Alt Sabit Küçük İmza */
body::after {
  content: "";
  position: fixed;
  bottom: 30px;
  right: 40px;
  width: 170px;
  height: 65px;
  background: url('https://upload.wikimedia.org/wikipedia/commons/e/e2/Mustafa_Kemal_Atat%C3%BCrk_Signature.svg') center/contain no-repeat !important;
  filter: invert(1) opacity(0.5);
  z-index: 99999 !important;
  pointer-events: none;
  display: block !important;
}

/* Alt Orta Büyük İmza (Footer üzerinde) */
footer::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  height: 90px;
  background: url('https://upload.wikimedia.org/wikipedia/commons/e/e2/Mustafa_Kemal_Atat%C3%BCrk_Signature.svg') center/contain no-repeat !important;
  filter: invert(1);
  display: block !important;
}

}
