/* ── Dashboard CSS ───────────────────────────────── */
#sv-dashboard { max-width: 900px; margin: 0 auto; padding: 1.5rem 1rem; direction: rtl; font-family: Tahoma, Arial, sans-serif; }
.sv-dash-section { }
.sv-dash-login-box { max-width: 400px; margin: 3rem auto; background: #fff; border: 1px solid #e8e8e8; border-radius: 12px; padding: 2rem; }
.sv-dash-title { font-size: 22px; font-weight: bold; color: #222; margin-bottom: 4px; }
.sv-dash-sub   { font-size: 14px; color: #666; margin-bottom: 1.25rem; }
.sv-dash-card  { background: #fff; border: 1px solid #e8e8e8; border-radius: 12px; padding: 1.25rem 1.5rem; }
.sv-dash-grid3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
@media(max-width:600px){ .sv-dash-grid3 { grid-template-columns: 1fr 1fr; } }
.sv-metric-card { background: #f7f6ff; border-radius: 10px; padding: 1rem; text-align: center; }
.sv-metric-label { font-size: 12px; color: #888; margin-bottom: 4px; }
.sv-metric-val   { font-size: 32px; font-weight: bold; color: #534AB7; }

/* Seller detail */
.sv-seller-row { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid #f0f0f0; }
.sv-seller-row:last-child { border-bottom: none; }
.sv-seller-rank { width: 28px; height: 28px; border-radius: 50%; background: #534AB7; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: bold; flex-shrink: 0; }
.sv-seller-name { font-size: 14px; font-weight: bold; color: #333; min-width: 130px; }
.sv-seller-avg  { font-size: 20px; font-weight: bold; color: #EF9F27; min-width: 50px; }
.sv-seller-stars { color: #EF9F27; font-size: 14px; }
.sv-seller-meta  { font-size: 12px; color: #888; }
.sv-chip-mini { display: inline-block; padding: 2px 8px; border-radius: 10px; font-size: 11px; margin: 2px; }
.sv-chip-pos  { background: #E1F5EE; color: #085041; }
.sv-chip-neg  { background: #FAECE7; color: #4A1B0C; }

/* Issues */
.sv-issue-bar { display: flex; align-items: center; gap: 10px; padding: 6px 0; border-bottom: 1px solid #f5f5f5; }
.sv-issue-bar:last-child { border-bottom: none; }
.sv-issue-label { font-size: 13px; color: #444; min-width: 160px; }
.sv-issue-track { flex: 1; background: #f0f0f0; border-radius: 4px; height: 8px; overflow: hidden; }
.sv-issue-fill  { height: 8px; border-radius: 4px; background: #F0997B; transition: width 0.5s; }
.sv-issue-count { font-size: 13px; color: #888; min-width: 30px; text-align: center; }

/* Recent */
.sv-recent-row { padding: 8px 0; border-bottom: 1px solid #f5f5f5; font-size: 13px; }
.sv-recent-row:last-child { border-bottom: none; }
.sv-recent-name { font-weight: bold; color: #333; }
.sv-recent-meta { color: #888; font-size: 12px; margin-top: 2px; }
.sv-recent-comment { color: #555; margin-top: 3px; font-style: italic; }
