/**
 * Modal arka planları — site görünür kalsın (hafif karartma + belirgin blur)
 */

.auth-modal-backdrop,
.news-modal-backdrop {
  background: rgba(12, 18, 28, 0.38) !important;
  backdrop-filter: blur(16px) saturate(1.12);
  -webkit-backdrop-filter: blur(16px) saturate(1.12);
}

[data-theme="light"] .auth-modal-backdrop,
[data-theme="light"] .news-modal-backdrop {
  background: rgba(15, 23, 42, 0.22) !important;
  backdrop-filter: blur(18px) saturate(1.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
}

@media (prefers-reduced-motion: reduce) {
  .auth-modal-backdrop,
  .news-modal-backdrop {
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
}

/* Kayıt ol — daha kompakt panel; kapatma giriş ile aynı köşede sabit */
.auth-modal-panel--register {
  max-height: min(88vh, 560px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.auth-modal-panel--register .auth-modal-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 20;
}

.auth-modal-panel--register .auth-modal-panel__scroll {
  min-height: 0;
  flex: 1;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 1.15rem 1.25rem 1.25rem;
}

@media (min-width: 640px) {
  .auth-modal-panel--register .auth-modal-panel__scroll {
    padding: 1.35rem 1.5rem 1.5rem;
  }
}

.auth-modal-panel--register .auth-modal-panel__head {
  margin-bottom: 0.85rem;
}

.auth-modal-panel--register .auth-modal-panel__form .k-label {
  margin-bottom: 0.25rem;
  font-size: 10px;
}

.auth-modal-panel--register .auth-modal-panel__form .input-site,
.auth-modal-panel--register .auth-modal-panel__form .k-input {
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
}

.auth-modal-panel--register .auth-modal-panel__submit {
  margin-top: 0.15rem;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}

.auth-modal-panel--register .auth-telegram-wrap {
  margin-top: 0.75rem;
}

.auth-modal-panel--register .auth-telegram-wrap > p {
  margin-top: 0.5rem;
}

.auth-modal-panel--register .auth-telegram-bot-btn {
  margin-top: 0.5rem;
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
}

.auth-modal-panel--register .auth-modal-panel__footer {
  margin-top: 0.85rem;
}
