/* Ayvalık FM V3 — homepage final cleanup */

/* Ana sayfa yeni vitrin bölümlerinde biter. Eski uzun kategori yığınları kullanılmaz. */
body{background:#03111d}
.v3-discovery{padding-bottom:28px}
.v3-discovery-section:last-child{margin-bottom:0}

/* Alt dock: gezinme kısayolları kaldırıldı; yasal bağlantılar sağda sabit. */
.afm-bottom-nav{
  justify-content:flex-end;
  padding:0 clamp(18px,3vw,54px);
}
.afm-legal-inline{
  margin-left:auto;
  max-width:none;
  color:#9fb1bf;
  font-size:12px;
  line-height:1.25;
  text-align:right;
}
.afm-legal-inline a{
  height:auto!important;
  display:inline!important;
  padding:0 4px;
  color:#c0d0da!important;
  font-size:12px!important;
  text-decoration:none;
  white-space:nowrap;
}
.afm-legal-inline a:hover{color:#36d8e6!important}
.afm-legal-inline a:before{display:none!important}

/* GEDİZ AI — site paletine uyumlu, player'ın biraz üstünde. */
.gediz-ai{
  right:18px!important;
  bottom:136px!important;
  z-index:10001!important;
}
.gediz-launcher{
  min-height:50px;
  gap:9px!important;
  padding:7px 12px 7px 7px!important;
  border:1px solid rgba(54,216,230,.58)!important;
  border-radius:14px!important;
  background:linear-gradient(145deg,rgba(7,29,45,.98),rgba(4,18,31,.98))!important;
  box-shadow:0 12px 34px rgba(0,0,0,.42),0 0 24px rgba(54,216,230,.10)!important;
  color:#eafaff!important;
}
.gediz-launcher:hover{
  border-color:#36d8e6!important;
  box-shadow:0 12px 34px rgba(0,0,0,.46),0 0 26px rgba(54,216,230,.18)!important;
}
.gediz-launcher .gediz-orb{
  width:38px!important;
  height:38px!important;
  border-radius:11px!important;
  background:linear-gradient(145deg,#22d6e7,#187fab)!important;
  color:#03202b!important;
  box-shadow:0 0 20px rgba(34,214,231,.30)!important;
}
.gediz-launcher span:nth-child(2) b{font-size:12px;letter-spacing:.03em}
.gediz-launcher small{color:#86a8b9!important;opacity:1!important}
.gediz-launcher i{color:#42e79d!important}
.gediz-panel{
  border-color:rgba(54,216,230,.42)!important;
  background:rgba(4,18,31,.985)!important;
  box-shadow:0 22px 65px rgba(0,0,0,.58),0 0 30px rgba(54,216,230,.08)!important;
}
.gediz-panel header{background:linear-gradient(180deg,rgba(13,44,64,.76),rgba(5,24,38,.62))}
.gediz-msg.bot{background:#102a3b!important}
.gediz-msg.user{background:linear-gradient(135deg,#159db1,#127da7)!important}
.gediz-form input{background:#071b2b!important;border-color:rgba(54,216,230,.20)!important}
.gediz-form input:focus{border-color:rgba(54,216,230,.68)!important;box-shadow:0 0 0 3px rgba(54,216,230,.08)}
.gediz-form button{background:linear-gradient(135deg,#36d8e6,#1c9fc5)!important;color:#03202b!important}

@media(max-width:1180px){
  .afm-bottom-nav{padding-left:16px;padding-right:16px}
  .afm-legal-inline{font-size:11px}
  .afm-legal-inline a{font-size:11px!important}
}
@media(max-width:900px){
  .afm-legal-inline{display:flex;font-size:9px;line-height:1.2}
  .afm-legal-inline a{font-size:9px!important;padding:0 2px}
  .gediz-ai{right:10px!important;bottom:92px!important}
  .gediz-launcher{padding:6px!important;border-radius:13px!important}
  .gediz-launcher .gediz-orb{width:40px!important;height:40px!important}
}
