:root {
  --ana: rgb(255, 47, 47);
}

body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Sora", sans-serif !important;
    background: #080808;
}

.defender-login img{
    width: 330px;
    margin-bottom: 30px;
    margin-top: -20px;
}

.defender-login{
    text-align: center;
}

.defenderContainer{
    max-width: 500px;
    display: flex;
    width: max-content;
    justify-content: center;
    align-items: center;
    height: max-content;
    background: #000000a6;
    padding: 40px;
    border: 1px solid var(--ana);
    border-radius: 20px;
    margin-top: 7vh;
}

.defender-login input{
    background: black !important;
    color: white !important;
    border: none;
    margin-bottom: 20px;
    border: 1px solid var(--ana) !important;
    box-shadow: none !important;
}

.defender-login button{
    background: var(--ana) !important;
    color: white !important;
    border: none;
    margin-bottom: 20px;
    border: 1px solid var(--ana) !important;
    box-shadow: none !important;
}

.defender-login input::placeholder{
    color: white;
}

.kaydinyoksa{
    color: white;
}

.kaydinyoksa a{
    color: var(--ana);
    text-decoration: none;
}

.songbirdBackground{
    background: url('../../assets/img/songbird.webp');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.duyuruBaslik{
    font-size: 19px;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: var(--ana) !important;
}

.post-body p{
    margin-left: 5px;
    margin-right: 5px;
}

.mekanLogo{
    width: 350px;
    display: flex;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px){
    .defenderContainer {
        max-width: 95%;
    }
}

.premium-crown {
  color: var(--ana);
  margin-left: 6px;
  font-size: 14px;
}

.pretagi{
    background: var(--ana);
    color: white;
}

.premium-modal {
  position: fixed; top:0; left:0; right:0; bottom:0;
  background: rgba(0,0,0,.7);
  display:flex; align-items:center; justify-content:center;
  z-index: 9999;
}
.premium-modal .modal-content {
  background:#111; padding:20px; border-radius:10px; color:#fff; text-align:center;
  max-width:300px;
}
.premium-modal button {
  margin-top:10px; padding:8px 16px; background:var(--ana); color:#fff; border:none; border-radius:6px; cursor:pointer;
}

.nav-link span{
    border: 1px solid var(--ana);
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 10px;
    margin-left: 5px;
}

.verify-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,.7);
  display: grid; place-items: center; z-index: 99999;
}
.verify-modal {
  width: min(560px, 92vw);
  background: #0b0b0b; color:#eee; border:1px solid #333; border-radius:14px;
  padding: 18px;
  text-align: center;
}
.verify-modal h3 { margin: 0 0 8px; }
.verify-modal .row { margin: 10px 0; display:flex; flex-direction:column; gap:6px; }
.verify-modal .row .label { color:#bbb; }
.verify-modal .row .value { font-weight:600; color:#fff; }
.verify-modal input[type="email"],
.verify-modal input[type="text"],
.verify-modal input[inputmode="numeric"]{
  background:#111; border:1px solid #333; color:#fff; border-radius:10px; padding:10px 12px;
}
.verify-modal .hint{ color:#888; }
.verify-modal .btns{ display:flex; gap:8px; flex-wrap:wrap; margin-top:12px; }
.verify-modal .btn{border-radius:10px;border:1px solid #333;background:#111;color:#ddd;cursor:pointer;width: 100%;}
.verify-modal .btn.primary{
    margin-top: 10px;
    padding: 8px 16px;
    background: var(--ana);
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
}
.verify-modal .btn.ghost{ background:#0f0f0f; }
.d-none{ display:none !important; }

#verifyTitle i{
    color: var(--ana);
}

.error-msg {
  margin-top: 10px;
  color: #ff6b6b;
  font-size: 0.9rem;
  text-align: center;
}

.ql-editor {
    background: #000000;
    color: white;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.ql-formats button{
    margin-bottom: 0px;
}

.ql-link{
    display: none !important;
}

.ql-snow .ql-stroke {
    stroke: white !important;
}

.ql-container.ql-snow {
    border: 1px solid var(--ana) !important;
}

.ql-toolbar.ql-snow {
    border: 1px solid var(--ana) !important;
}

.ikon-var i{
    position: absolute;
    right: 10px;
    top: 10px;
}

.ikon-var{
    position: relative;
}

#currentPhoto{
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: center center;
    margin-top: 20px;
    margin-bottom: 20px !important;
}

.tabs button{
    padding-top: 0px;
    padding-bottom: 0;
    margin: 0;
    text-align: center;
    margin: 0 auto;
}

.duzenlelabelsol label{
    text-align: left !important;
    width: 100%;
}

.pcr-button{
    margin-bottom: 0px !important;
}

.profilsocial i{
    background: var(--ana);
    color: white !important;
    padding: 5px;
    font-size: 23px;
    text-decoration: none !important;
    border-radius: 6px;
}

.member-card {
  position:relative;
}
.profile-link {
  position:absolute;
  top:8px;
  right:8px;
  color:#bbb;
}
.profile-link:hover {
  color:var(--ana);
}

.member-card {
    transition: ease .4s;
    text-decoration:none;
}
.member-card:hover {
  border-color: var(--ana);
  background: rgba(0,0,0,.8);
}

.fa-eye{
    color: white;
    opacity: 60%;
}

.notif-wrap{ position:relative; margin-left:10px; }
.notif-btn{border: none;display: block;padding: 12px 12px;font-size: 18px;color: #ffffff;background: none;padding-left: 3px;padding-top: 5px;font-size: 17px;}
.notif-badge{ position:absolute; top:-6px; right:-6px; background:var(--ana); color:#fff; border-radius:999px; padding:0 6px; font-size:11px; }
.notif-panel{
  position:absolute;
  right:0;
  top:42px;
  width: 500px;
  background:#0b0b0b;
  border:1px solid #2c2c2c;
  border-radius:12px;
  padding:10px;
  z-index:9999;
  box-shadow:0 6px 24px rgba(0,0,0,.5);
}
.notif-item{ display:flex; align-items:center; gap:10px; padding:8px; border-radius:10px; }
.notif-item:hover{ background:#111; }
.notif-item img{ width:36px; height:36px; border-radius:50%; object-fit:cover; }
.sec-title{ color:#aaa; font-weight:600; margin-bottom:6px; font-size:12px; text-transform:uppercase; letter-spacing:.3px; }
.nbtn{ border:1px solid #333; background:#121212; color:#ddd; padding:6px 8px; border-radius:8px; }
.nbtn.primary{ background:var(--ana); border-color:var(--ana); color:#fff; }
.nbtn.danger{ background:#2a1010; border-color:#612; color:#f4c; }
.premium-crown{ color:var(--ana); margin-left:4px; }


/* --- mobil uyum --- */
@media (max-width: 768px) {
  .notif-panel {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    max-height: none;
    border-radius: 0;
    overflow-y: auto;
    padding: 16px;
    background: rgb(0 0 0 / 98%);
    animation: slideIn .3s ease;
  }
  .notif-panel .notif-sec {
    border-bottom: 1px solid #444;
  }
  .notif-panel .sec-title {
    font-size: 1.1rem;
  }
}

.logofirma{
    width: 20px;
    height: 20px;
    object-fit: contain;
    object-position: center center;
    margin-right: 6px;
    vertical-align: middle;
}