/* v3.12.97 — Kompakt uygulama içi durum mesajları */
#toast.toast,
body .toast{
  position:fixed!important;
  left:auto!important;
  right:max(14px,env(safe-area-inset-right))!important;
  top:calc(14px + env(safe-area-inset-top))!important;
  bottom:auto!important;
  transform:none!important;
  width:auto!important;
  min-width:0!important;
  max-width:min(390px,calc(100vw - 28px))!important;
  min-height:0!important;
  max-height:140px!important;
  margin:0!important;
  padding:11px 14px!important;
  border:1px solid rgba(255,255,255,.14)!important;
  border-radius:12px!important;
  background:#2f1c6a!important;
  color:#fff!important;
  box-shadow:0 12px 30px rgba(47,28,106,.22)!important;
  font-size:13px!important;
  line-height:1.4!important;
  font-weight:650!important;
  text-align:left!important;
  white-space:normal!important;
  overflow:auto!important;
  overflow-wrap:anywhere!important;
  z-index:100020!important;
  pointer-events:none!important;
}
#toast[hidden], body .toast[hidden], body .toast:empty{display:none!important}
@media(max-width:767px){
  #toast.toast,body .toast{
    left:12px!important;right:12px!important;
    top:calc(12px + env(safe-area-inset-top))!important;
    max-width:none!important;
  }
}
