/* V185: yönetici ziyaretçi ve topluluk istatistikleri */
.admin-statistics{margin:24px 0 20px;padding:22px;border:1px solid #d7e4ee;border-radius:18px;background:linear-gradient(145deg,#f8fbfd,#fff);box-shadow:0 12px 30px rgba(16,55,83,.06)}
.admin-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:16px}.admin-section-head .eyebrow{display:block;margin:0 0 5px}.admin-section-head h2{margin:0;font-size:21px;letter-spacing:-.02em}.admin-stat-live{display:inline-flex;align-items:center;gap:7px;white-space:nowrap;color:#597083;font-size:10px;font-weight:800}.admin-stat-live i{width:8px;height:8px;border-radius:50%;background:#20a86b;box-shadow:0 0 0 5px rgba(32,168,107,.11);animation:admin-live-pulse 1.8s ease-in-out infinite}
.admin-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(132px,1fr));gap:10px}.admin-stat-card{position:relative;min-height:116px;padding:15px;border:1px solid #d9e4ec;border-radius:13px;background:#fff;overflow:hidden}.admin-stat-card:after{content:"";position:absolute;right:-22px;bottom:-28px;width:72px;height:72px;border-radius:50%;background:#edf5fa}.admin-stat-card>span,.admin-stat-card>strong,.admin-stat-card>small{position:relative;z-index:1;display:block}.admin-stat-card>span{color:#5f7384;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.055em}.admin-stat-card>strong{margin:10px 0 5px;color:#0b2b46;font-size:28px;line-height:1;letter-spacing:-.035em}.admin-stat-card>small{color:#8495a3;font-size:9px;line-height:1.35}.admin-stat-card.online{border-color:#a9dfc6;background:linear-gradient(145deg,#effbf5,#fff)}.admin-stat-card.online>strong{color:#128453}.admin-stat-card.online:after{background:#dcf5e8}
.admin-stat-privacy{margin:14px 0 0;padding-top:13px;border-top:1px solid #e2eaf0;color:#718394;font-size:10px;line-height:1.55}
@keyframes admin-live-pulse{50%{opacity:.45;transform:scale(.82)}}
@media(max-width:620px){.admin-statistics{padding:17px;margin-top:20px}.admin-section-head{align-items:flex-start;flex-direction:column;gap:9px}.admin-section-head h2{font-size:19px}.admin-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-stat-card{min-height:108px}.admin-stat-card>strong{font-size:25px}}
