/* ════════════════════════════════════════════════════════════════════════
   SIRALAMA (leaderboard)
   ════════════════════════════════════════════════════════════════════════ */

/* Zaman aralığı geçişi (Tüm Zamanlar / Bu Hafta) */
.sira-zaman { display: flex; gap: 8px; justify-content: center; margin: 0 0 14px; }
.sira-zaman-btn { background: #0a1520; border: 1px solid #1e3a4a; color: #8a97c0;
    border-radius: 999px; padding: 5px 16px; cursor: pointer; font-family: inherit; font-weight: 600; font-size: .8rem; }
.sira-zaman-btn.aktif { border-color: #7ee8ff; color: #7ee8ff; background: #102330; }

.sira-layout {
    margin-top: 60px; height: calc(100vh - 60px); overflow-y: auto;
    padding: 24px 28px; font-family: 'Rajdhani', sans-serif; max-width: 760px; margin-left: auto; margin-right: auto;
}
.sira-ust h2 { font-family: 'Orbitron', monospace; color: #eef; font-size: 1.4rem; margin-bottom: 14px; }

.sira-tablar { display: flex; gap: 6px; overflow-x: auto; margin-bottom: 14px; }
.sira-tab {
    flex: 0 0 auto; background: #0a1520; border: 1px solid #232f50; color: #8794ba;
    padding: 8px 14px; border-radius: 9px; cursor: pointer; font-family: inherit; font-weight: 700; font-size: .85rem; white-space: nowrap;
}
.sira-tab.aktif { background: linear-gradient(135deg, #7c6ff7, #4a3fc7); color: #fff; }

.sira-mesaj { min-height: 18px; font-size: .85rem; color: #ff8da3; }
.sira-mesaj.err { color: #ff8da3; }
.sira-bos { color: #667; padding: 30px; text-align: center; }

.sira-liste { display: flex; flex-direction: column; gap: 8px; }
.sira-satir {
    display: flex; align-items: center; gap: 14px;
    background: #0a1520; border: 1px solid #1e3a4a; border-radius: 12px; padding: 10px 16px;
}
.sira-satir.ust { border-color: #1e3a4a; background: linear-gradient(90deg, #131d3a, #0a1520); }
.sira-satir.ben { border-color: #7c6ff7; box-shadow: 0 0 14px rgba(124,111,247,.25); }

.sira-no { width: 34px; text-align: center; font-family: 'Orbitron', monospace; font-weight: 800; font-size: 1.1rem; color: #8794ba; flex: 0 0 34px; }
.sira-satir.ust .sira-no { font-size: 1.4rem; }

.sira-avatar {
    width: 44px; height: 44px; flex: 0 0 44px; border-radius: 50%; overflow: hidden;
    background: radial-gradient(circle, #1a2348, #0a1520); border: 2px solid #1e3a4a;
}
.sira-satir.ust .sira-avatar { border-color: #ffcf5c; }
.sira-avatar svg { width: 100%; height: 100%; display: block; }

.sira-kim { flex: 1; display: flex; flex-direction: column; min-width: 0; }
.sira-ad { font-weight: 800; color: #eef; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sira-ad i { color: #9d92ff; font-weight: 600; font-style: normal; }
.sira-rutbe { font-size: .78rem; font-weight: 700; }

.sira-deger { text-align: right; display: flex; flex-direction: column; }
.sira-deger b { font-family: 'Orbitron', monospace; font-size: 1.2rem; color: #7ee8ff; }
.sira-deger small { font-size: .55rem; letter-spacing: 1px; color: #667; }
