/* ── DUS İstatistik Plugin CSS ── */
.dusi-wrap { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; max-width: 1100px; margin: 0 auto; color: #1e293b; }

/* Hero */
.dusi-hero { display: flex; align-items: center; gap: 16px; background: linear-gradient(135deg, #7c3aed 0%, #2563eb 100%); border-radius: 16px; padding: 24px 28px; margin-bottom: 24px; color: #fff; }
.dusi-hero-icon { font-size: 40px; }
.dusi-hero-title { margin: 0 0 4px; font-size: 22px; font-weight: 700; }
.dusi-hero-sub { margin: 0; font-size: 14px; opacity: .85; }

/* Bölüm butonları */
.dusi-bolum-bar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.dusi-bolum-btn { padding: 8px 16px; border: 2px solid #e2e8f0; background: #fff; border-radius: 50px; font-size: 13px; font-weight: 600; cursor: pointer; transition: all .18s; color: #475569; }
.dusi-bolum-btn:hover { border-color: #7c3aed; color: #7c3aed; }
.dusi-bolum-btn.active { background: #7c3aed; border-color: #7c3aed; color: #fff; }

/* Genel istatistik çubuğu */
.dusi-genel-stat { display: flex; flex-wrap: wrap; gap: 0; background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; padding: 18px 24px; margin-bottom: 24px; align-items: center; box-shadow: 0 1px 4px rgba(0,0,0,.06); }
.dusi-stat-item { display: flex; flex-direction: column; align-items: center; padding: 0 20px; }
.dusi-stat-num { font-size: 22px; font-weight: 800; color: #7c3aed; }
.dusi-stat-lbl { font-size: 12px; color: #64748b; margin-top: 2px; }
.dusi-stat-div { width: 1px; height: 36px; background: #e2e8f0; margin: 0 4px; }

/* Bölüm başlığı (tüm bölümler görünümünde) */
.dusi-bolum-baslik { background: #f1f5f9; border-left: 4px solid #7c3aed; padding: 10px 16px; margin: 28px 0 12px; border-radius: 0 8px 8px 0; font-size: 14px; font-weight: 700; color: #7c3aed; grid-column: 1 / -1; }

/* Kart grid */
.dusi-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 16px; }

/* Kart */
.dusi-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; padding: 18px 20px; box-shadow: 0 2px 8px rgba(0,0,0,.05); transition: box-shadow .2s, transform .2s; }
.dusi-card:hover { box-shadow: 0 6px 20px rgba(124,58,237,.12); transform: translateY(-2px); }

.dusi-card-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; margin-bottom: 14px; }
.dusi-card-left { flex: 1; min-width: 0; }
.dusi-uni-adi { font-size: 13.5px; font-weight: 700; color: #1e293b; line-height: 1.4; margin-bottom: 4px; }
.dusi-bolum-chip { display: inline-block; background: #ede9fe; color: #7c3aed; font-size: 11px; font-weight: 600; padding: 2px 8px; border-radius: 50px; margin-bottom: 4px; }
.dusi-sehir { font-size: 12px; color: #64748b; }

/* Sayı kutuları */
.dusi-card-nums { display: flex; gap: 6px; flex-shrink: 0; }
.dusi-num-box { display: flex; flex-direction: column; align-items: center; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 10px; padding: 6px 10px; min-width: 54px; }
.dusi-num-box span { font-size: 15px; font-weight: 800; color: #1e293b; }
.dusi-num-box small { font-size: 10px; color: #94a3b8; margin-top: 1px; }
.dusi-num-box.accent { background: #ede9fe; border-color: #c4b5fd; }
.dusi-num-box.accent span { color: #7c3aed; }

/* Tercih dağılımı */
.dusi-tercih-bar { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; }
.dusi-tbadge { display: inline-flex; align-items: center; gap: 4px; font-size: 11.5px; padding: 3px 9px; border-radius: 50px; background: color-mix(in srgb, var(--c) 12%, #fff); color: var(--c); border: 1px solid color-mix(in srgb, var(--c) 30%, transparent); font-weight: 600; }
.dusi-tbadge strong { font-weight: 800; }
.dusi-tbadge em { font-style: normal; opacity: .75; }

/* Sıralama pilleri */
.dusi-sira-list { display: flex; flex-wrap: wrap; gap: 5px; }
.dusi-sira-pill { background: #f1f5f9; border: 1px solid #e2e8f0; border-radius: 6px; font-size: 12px; font-weight: 700; color: #334155; padding: 3px 8px; }

.dusi-bos { text-align: center; color: #94a3b8; padding: 40px; grid-column: 1/-1; }

@media (max-width: 600px) {
    .dusi-grid { grid-template-columns: 1fr; }
    .dusi-card-top { flex-direction: column; }
    .dusi-card-nums { flex-wrap: wrap; }
    .dusi-hero { flex-direction: column; text-align: center; }
    .dusi-genel-stat { justify-content: center; }
    .dusi-bolum-btn { font-size: 12px; padding: 6px 12px; }
}
