/* Auth dil accordion — logo altında sol; sağ üst Kayıt CTA ile çakışmaz */
.auth-dil-host,
#authDilHost {
  position: fixed;
  top: 3.35rem;
  left: 1.15rem;
  right: auto;
  z-index: 60;
}
html[dir="rtl"] .auth-dil-host,
html[dir="rtl"] #authDilHost {
  left: auto;
  right: 1.15rem;
}
@media (max-width: 480px) {
  .auth-dil-host,
  #authDilHost {
    top: 3.1rem;
    left: 0.85rem;
  }
  html[dir="rtl"] .auth-dil-host,
  html[dir="rtl"] #authDilHost {
    right: 0.85rem;
  }
}.site-dil-secici--acc { gap: 0; padding: 0; border: 0; background: transparent; border-radius: 0; }
.site-dil-trigger {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  min-height: 2rem;
  padding: .35rem .65rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(10,10,14,.55);
  color: rgba(236,236,238,.92);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .01em;
  cursor: pointer;
  backdrop-filter: blur(10px);
}
.site-dil-trigger:hover { border-color: rgba(255,255,255,.22); color: #fff; }
.site-dil-secici.is-open .site-dil-trigger { border-color: rgba(167,139,250,.45); }
.site-dil-trigger__chev { opacity: .7; transition: transform .2s ease; }
.site-dil-secici.is-open .site-dil-trigger__chev { transform: rotate(180deg); }
.site-dil-panel {
  position: absolute;
  top: calc(100% + 4px);
  inset-inline-start: 0;
  min-width: 100%;
  width: max-content;
  margin-top: 0;
  padding: .2rem;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(10,10,14,.97);
  box-shadow: 0 10px 28px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.08);
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.site-dil-panel[hidden] { display: none !important; }
.site-dil-opt {
  appearance: none;
  border: 0;
  background: transparent;
  color: rgba(226,232,240,.88);
  text-align: center;
  padding: .3rem .5rem;
  border-radius: 7px;
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: .06em;
  min-width: 2.35rem;
  line-height: 1.2;
}
.site-dil-opt:hover { background: rgba(255,255,255,.07); color: #fff; }
.site-dil-opt.is-aktif {
  background: rgba(255,255,255,.95);
  color: #0a0a0c;
}
html.rv-dil-menu-open { overflow: visible; }
