/* ========== Kullanicilar / Index (Login) ========== */
.kullanicilar-page .login-card{
  max-width: 560px;
  padding: 26px;
  background: rgba(17,25,40,.42);
  border: 1px solid rgba(148,163,184,.16);
  border-radius: 18px;
  box-shadow: var(--shadow-md, 0 22px 60px rgba(0,0,0,.45));
  -webkit-backdrop-filter: blur(var(--blur,16px)) saturate(1.35);
  backdrop-filter: blur(var(--blur,16px)) saturate(1.35);
  color: rgba(234,240,255,.92);
}

.kullanicilar-page .dn-sep{
  border: 0;
  height: 2px;
  width: clamp(220px, 52vw, 540px);
  margin: .75rem auto 0;
  background: linear-gradient(90deg, transparent, rgba(255,69,0,.95), transparent);
}

.kullanicilar-page .dn-hr{
  border-color: rgba(148,163,184,.16) !important;
}

/* Password input + eye button */
.kullanicilar-page .pw-wrap{
  position: relative;
}

.kullanicilar-page .pw-wrap input{
  padding-right: 3.25rem; /* göz butonu için */
}

.kullanicilar-page .pw-toggle{
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(148,163,184,.18);
  background: rgba(12,16,28,.28);
  color: rgba(255,255,255,.85);
  display: grid;
  place-items: center;
  cursor: pointer;
  -webkit-backdrop-filter: blur(calc(var(--blur,16px) - 6px)) saturate(1.35);
  backdrop-filter: blur(calc(var(--blur,16px) - 6px)) saturate(1.35);
}

.kullanicilar-page .pw-toggle:hover{
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.22);
}

/* Divider */
.kullanicilar-page .divider{
  position: relative;
}
.kullanicilar-page .divider span{
  display: inline-block;
  padding: 0 .8rem;
  color: rgba(234,240,255,.65);
  background: transparent;
}
.kullanicilar-page .divider::before{
  content:"";
  position:absolute;
  left:0; right:0;
  top:50%;
  height:1px;
  background: rgba(148,163,184,.18);
  transform: translateY(-50%);
  z-index:-1;
}

/* Google button -> glass uyum */
.kullanicilar-page .gbtn{
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  padding: .85rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(148,163,184,.18);
  background: rgba(12,16,28,.28);
  color: rgba(255,255,255,.92);
  text-decoration: none;
  font-weight: 800;
  -webkit-backdrop-filter: blur(calc(var(--blur,16px) - 6px)) saturate(1.35);
  backdrop-filter: blur(calc(var(--blur,16px) - 6px)) saturate(1.35);
}
.kullanicilar-page .gbtn:hover{
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.22);
}
.kullanicilar-page .gbtn__icon{
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
}
/* ========== Kullanicilar / Login – Glass Inputs ========== */
.kullanicilar-page .form-control,
.kullanicilar-page .form-select {
  background: rgba(12,16,28,.45) !important;
  color: rgba(234,240,255,.92) !important;
  border: 1px solid rgba(148,163,184,.22) !important;
  border-radius: 14px;
  -webkit-backdrop-filter: blur(14px) saturate(1.35);
  backdrop-filter: blur(14px) saturate(1.35);
}

/* Placeholder rengi */
.kullanicilar-page .form-control::placeholder {
  color: rgba(234,240,255,.55);
}

/* Focus hali */
.kullanicilar-page .form-control:focus,
.kullanicilar-page .form-select:focus {
  background: rgba(12,16,28,.55) !important;
  color: #fff !important;
  border-color: rgba(168,85,247,.55) !important;
  box-shadow: 0 0 0 3px rgba(168,85,247,.25);
}

/* Autofill (Chrome sarılığı öldürür) */
.kullanicilar-page input:-webkit-autofill,
.kullanicilar-page input:-webkit-autofill:hover,
.kullanicilar-page input:-webkit-autofill:focus {
  -webkit-text-fill-color: rgba(234,240,255,.92);
  transition: background-color 9999s ease-in-out 0s;
  box-shadow: inset 0 0 0 1000px rgba(12,16,28,.55);
}
/* =========================
   KULLANICILAR PAGE – GLASS FORMS
   (Login / Kayit beyaz input fix)
   ========================= */

.kullanicilar-page .card{
  background: rgba(17,25,40,.42) !important;
  border: 1px solid rgba(148,163,184,.16) !important;
  border-radius: 18px !important;
  box-shadow: var(--shadow-md, 0 22px 60px rgba(0,0,0,.45)) !important;
  -webkit-backdrop-filter: blur(var(--blur,16px)) saturate(1.35);
  backdrop-filter: blur(var(--blur,16px)) saturate(1.35);
  color: rgba(234,240,255,.92) !important;
}

.kullanicilar-page h1,
.kullanicilar-page label{
  color: rgba(255,255,255,.92) !important;
}

.kullanicilar-page p{
  color: rgba(234,240,255,.76) !important;
}

.kullanicilar-page hr{
  border-color: rgba(148,163,184,.14) !important;
}

/* INPUT / SELECT – glass */
.kullanicilar-page .form-control,
.kullanicilar-page .form-select{
  background: rgba(12,16,28,.40) !important;
  border: 1px solid rgba(148,163,184,.18) !important;
  color: rgba(255,255,255,.90) !important;
  border-radius: 14px !important;
  box-shadow: none !important;
}

.kullanicilar-page .form-control::placeholder{
  color: rgba(234,240,255,.55) !important;
}

.kullanicilar-page .form-control:focus,
.kullanicilar-page .form-select:focus{
  border-color: rgba(168,85,247,.45) !important;
  box-shadow: 0 0 0 3px rgba(168,85,247,.18) !important;
  outline: none !important;
}

/* Chrome autofill beyazlığı fix */
.kullanicilar-page input:-webkit-autofill,
.kullanicilar-page input:-webkit-autofill:hover,
.kullanicilar-page input:-webkit-autofill:focus,
.kullanicilar-page textarea:-webkit-autofill,
.kullanicilar-page select:-webkit-autofill{
  -webkit-text-fill-color: rgba(255,255,255,.90) !important;
  -webkit-box-shadow: 0 0 0 1000px rgba(12,16,28,.40) inset !important;
  box-shadow: 0 0 0 1000px rgba(12,16,28,.40) inset !important;
  border: 1px solid rgba(148,163,184,.18) !important;
}

/* Link (senin dn-link) */
.kullanicilar-page .dn-link{
  color: rgba(255,69,0,.92) !important;
  font-weight: 800;
  text-decoration: none;
}
.kullanicilar-page .dn-link:hover{
  text-decoration: underline;
  color: rgba(255,69,0,1) !important;
}

/* Şifre göz ikonu */
.kullanicilar-page .pw-toggle{
  color: rgba(234,240,255,.72);
}
.kullanicilar-page .pw-toggle:hover{
  color: rgba(255,255,255,.92);
}

/* Kullanıcılar Profil sayfası */

/* ===========================
   KULLANICILAR — Aurora Glass helpers
   (index.css: glass-panel / glass-card ile uyumlu)
   =========================== */

.ku-panel{ color: rgba(234,240,255,.86); }
.ku-card{ color: rgba(234,240,255,.86); }

.ku-title,
.ku-h2{
  color: rgba(255,255,255,.92);
  font-weight: 900;
  letter-spacing: -.02em;
}

.ku-muted{ color: rgba(234,240,255,.70); }

.ku-text{
  font-size: 16px;
  color: rgba(234,240,255,.78);
  text-align: justify;
}

.ku-meta{
  font-size: 14px;
  color: rgba(234,240,255,.62);
}

/* separator: index dili */
.ku-sep{
  border: 0;
  height: 1px;
  opacity: 1;
  background: rgba(148,163,184,.18);
}

/* links */
.ku-link{
  color: rgba(255,255,255,.92) !important;
}
.ku-link:hover{
  color: rgba(255,255,255,.98) !important;
  text-decoration: none;
}

/* profile photo */
.ku-photo{
  border: 1px solid rgba(148,163,184,.18);
  box-shadow: 0 12px 30px rgba(0,0,0,.20);
}

/* edit icon (foto üstü) */
.ku-edit-icon{
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  text-decoration: none;
  color: rgba(255,255,255,.92);

  background: rgba(17,25,40,.36);
  border: 1px solid rgba(148,163,184,.20);
  -webkit-backdrop-filter: blur(calc(var(--blur,16px) - 6px)) saturate(1.35);
  backdrop-filter: blur(calc(var(--blur,16px) - 6px)) saturate(1.35);

  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}
.ku-edit-icon:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.22);
}

/* chips */
.ku-chip{
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .25rem .55rem;
  border-radius: 999px;
  font-weight: 900;
  font-size: .85rem;

  color: rgba(255,255,255,.92);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(148,163,184,.18);
}

.ku-chip-ok{
  background: rgba(34,197,94,.16);
  border-color: rgba(34,197,94,.28);
}

.ku-chip-danger{
  background: rgba(239,68,68,.16);
  border-color: rgba(239,68,68,.28);
}

.ku-chip-warn{
  background: rgba(255,69,0,.16);
  border-color: rgba(255,69,0,.28);
}

/* pagination: glass uyumu */
.ku-pagination .page-link{
  background: rgba(17,25,40,.28);
  border: 1px solid rgba(148,163,184,.16);
  color: rgba(255,255,255,.88);
}
.ku-pagination .page-link:hover{
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.22);
  color: rgba(255,255,255,.95);
}
.ku-pagination .page-item.active .page-link{
  background: rgba(255,69,0,.22);
  border-color: rgba(255,69,0,.30);
  color: rgba(255,255,255,.92);
}


/* Ayarlar Sayfası */

/* ===========================
   KULLANICILAR / AYARLAR — Aurora Glass
   =========================== */

.ku-section{ margin-top: 18px; }
.ku-section-title{
  color: rgba(255,255,255,.92);
  font-weight: 900;
  letter-spacing: -.02em;
  margin-bottom: 6px;
}
.ku-section-sub{ margin-bottom: 10px; }

/* Inputs: beyaz kalma sorununu çözen ana kısım */
.ku-form .form-control,
.ku-form .form-select,
.ku-input{
  background: rgba(17,25,40,.26) !important;
  border: 1px solid rgba(148,163,184,.18) !important;
  color: rgba(255,255,255,.88) !important;

  -webkit-backdrop-filter: blur(calc(var(--blur,16px) - 6px)) saturate(1.25);
  backdrop-filter: blur(calc(var(--blur,16px) - 6px)) saturate(1.25);
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
}

.ku-form .form-control::placeholder,
.ku-input::placeholder{
  color: rgba(234,240,255,.55) !important;
}

.ku-form .form-control:focus,
.ku-form .form-select:focus,
.ku-input:focus{
  outline: none;
  box-shadow: 0 0 0 3px rgba(168,85,247,.20);
  border-color: rgba(168,85,247,.35) !important;
}

/* readonly daha soft */
.ku-form .form-control[readonly]{
  opacity: .9;
  background: rgba(17,25,40,.18) !important;
}

/* info card */
.ku-info{
  color: rgba(234,240,255,.78);
}
.ku-info i{ color: rgba(234,240,255,.70); }

/* password eye */
.ku-pw-toggle{
  position: absolute;
  right: 26px;
  top: 42px;
  cursor: pointer;
  color: rgba(234,240,255,.70);
}
.ku-pw-toggle:hover{ color: rgba(255,255,255,.92); }

/* email chip */
.ku-email-chip{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(17,25,40,.26);
  border: 1px solid rgba(148,163,184,.16);
  color: rgba(255,255,255,.88);
}

/* collapse (JS ile show class) */
.ku-collapse{ display:none; }
.ku-collapse.show{ display:block; }

/* alerts */
.ku-alert{
  border-radius: 14px;
  padding: 10px 12px;
  border: 1px solid rgba(148,163,184,.18);
  background: rgba(17,25,40,.22);
  color: rgba(234,240,255,.80);
}
.ku-alert-warn{
  border-color: rgba(255,193,7,.28);
  background: rgba(255,193,7,.10);
}

/* Buttons küçük uyum */
.ku-btn,
.ku-btn-danger,
.ku-btn-info,
.ku-btn-outline{
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: .1px;
}

.ku-btn-outline{
  background: rgba(17,25,40,.22) !important;
  border: 1px solid rgba(148,163,184,.18) !important;
  color: rgba(255,255,255,.88) !important;
}
.ku-btn-outline:hover{
  background: rgba(255,255,255,.06) !important;
  border-color: rgba(255,255,255,.22) !important;
  color: rgba(255,255,255,.95) !important;
  transform: translateY(-1px);
}

.ku-link-soft{
  color: rgba(234,240,255,.74) !important;
  text-decoration: none;
}
.ku-link-soft:hover{ color: rgba(255,255,255,.92) !important; text-decoration: underline; }


/* ===========================
   KULLANICILAR / INDEX — ENLER
   Aurora Glass table styling
   =========================== */

.kullanicilar-page .dn-users-panel{
  border-radius: 22px;
}

.kullanicilar-page .dn-sep{
  border: 0;
  height: 1px;
  background: rgba(148,163,184,.18);
  opacity: 1;
  margin: 16px auto 6px;
  width: min(720px, 92%);
}

/* Card wrapper */
.dn-table-card{
  overflow: hidden;
}

/* Head */
.dn-card-head{
  padding: 14px 16px;
  border-bottom: 1px solid rgba(148,163,184,.18);
}

.dn-card-head h2{
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: -.02em;
  color: rgba(255,255,255,.92);
}

/* Green head */
.dn-head-green{
  background:
    linear-gradient(to right,
      rgba(83,186,15,.55),
      rgba(48,110,7,.45)
    );
}

/* Dark head */
.dn-head-dark{
  background: linear-gradient(to right, rgba(48,48,48,.65), rgba(26,26,26,.55));
}

/* Table */
.dn-table{
  color: rgba(234,240,255,.86);
  margin: 0;
}

.dn-table thead th{
  background: rgba(17,25,40,.28) !important;
  color: rgba(234,240,255,.74) !important;
  border-bottom: 1px solid rgba(148,163,184,.18) !important;
  font-weight: 900;
  letter-spacing: .2px;
  padding: 12px 10px;
}

.dn-table tbody td{
  background: transparent !important;
  border-top: 1px solid rgba(148,163,184,.12) !important;
  padding: 12px 10px;
}

.dn-table tbody tr:hover td{
  background: rgba(255,255,255,.04) !important;
}

/* rank column */
.dn-rank{
  font-weight: 900;
  color: rgba(255,255,255,.90) !important;
}

/* user link */
.dn-userlink{
  color: rgba(255,255,255,.90) !important;
}

.dn-userlink:hover{
  color: rgba(255,255,255,.98) !important;
  text-decoration: underline !important;
}

/* admin badge */
.dn-badge-admin{
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;

  background: rgba(255,255,255,.06);
  border: 1px solid rgba(148,163,184,.18);
  color: rgba(234,240,255,.88);
  font-size: .78rem;
  font-weight: 900;
}

/* mobile */
@media (max-width: 576px){
  .dn-card-head h2{ font-size: 1.05rem; }
  .dn-table thead th, .dn-table tbody td{ padding: 10px 8px; }
}
