/* Mobil/masaüstü menü düzeltmesi - ana tasarım dosyasını bozmadan destekler */
@media(min-width:901px){
  .mobile-menu-btn,.mobile-menu-toggle{display:none!important;visibility:hidden!important}
  .header .menu{display:flex!important;visibility:visible!important;opacity:1!important;position:static!important;flex-direction:row!important;align-items:center!important;background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;width:auto!important;height:auto!important}
}
@media(max-width:900px){
  .mobile-menu-toggle{display:none!important;visibility:hidden!important}
  .header .menu.open{display:flex!important;visibility:visible!important;opacity:1!important;flex-direction:column!important;align-items:stretch!important;gap:8px!important}
}

/* v50 - Menü font test kesin override */
@media(min-width:901px){
  .header .menu a,
  .header .menu a:link,
  .header .menu a:visited,
  .header .menu a.btn,
  .header .menu .btn,
  .header .menu .computer-btn,
  .header .theme-toggle,
  .header button.theme-toggle{
    font-size:18px!important;
    font-weight:600!important;
    line-height:1.12!important;
    letter-spacing:-.012em!important;
    text-shadow:none!important;
  }
  .header .menu{gap:14px!important;}
}
@media(max-width:900px){
  .header .menu a,
  .header .menu a.btn,
  .header .menu .btn,
  .header .theme-toggle,
  .header button.theme-toggle{
    font-size:16px!important;
    font-weight:600!important;
  }
}

/* v51 - Menü font netlik ayarı: 15px / 500 */
.header .menu a,
.header .menu a:link,
.header .menu a:visited,
.header .menu a.btn,
.header .menu .btn,
.header .menu .computer-btn,
.header .theme-toggle,
.header button.theme-toggle{
  font-size:15px!important;
  font-weight:500!important;
  line-height:1.18!important;
  letter-spacing:.01em!important;
  text-shadow:none!important;
  -webkit-font-smoothing:antialiased!important;
  -moz-osx-font-smoothing:grayscale!important;
  text-rendering:optimizeLegibility!important;
}
.header .menu a.active,
.header .menu a[aria-current="page"],
.header .menu .active{
  font-weight:560!important;
}
.header .menu{gap:12px!important;}
@media(max-width:900px){
  .header .menu a,
  .header .menu a.btn,
  .header .menu .btn,
  .header .theme-toggle,
  .header button.theme-toggle{
    font-size:15px!important;
    font-weight:500!important;
  }
}
