.ksp-block{background:#0f1114;color:#e9eef3;border:1px solid #232832;border-radius:14px;padding:14px;margin:16px 0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif}
.ksp-block.ksp-rtl{direction:rtl;text-align:right}
.ksp-block.ksp-ltr{direction:ltr;text-align:left}
.ksp-header{display:flex;gap:12px;align-items:center;justify-content:space-between;margin-bottom:10px}
.ksp-actions{display:flex;gap:8px;align-items:center}
.ksp-search{border:1px solid #2a3140;background:#15181d;color:#e9eef3;border-radius:10px;padding:8px 10px;min-width:200px}
.ksp-btn{background:#23c483;color:#00140a;padding:8px 12px;border-radius:10px;text-decoration:none;font-weight:700}
.ksp-btn:hover{filter:brightness(1.05)}
.ksp-stats{display:flex;flex-wrap:wrap;gap:10px;padding:10px;background:#101318;border-radius:12px;margin-bottom:10px}
.ksp-stat{background:#15181d;border:1px solid #232832;border-radius:10px;padding:6px 10px;font-size:14px}
.ksp-top5{background:#101318;border:1px solid #232832;border-radius:12px;margin:10px 0;padding:10px}
.ksp-top5-title{font-weight:700;margin-bottom:8px}
.ksp-top5-list{display:flex;flex-direction:column;gap:6px}
.ksp-top5-item{display:flex;gap:8px;align-items:center;background:#15181d;border:1px solid #232832;border-radius:10px;padding:6px 8px}
.ksp-top5-rank{width:22px;height:22px;border-radius:999px;background:#23c483;color:#00140a;display:inline-flex;align-items:center;justify-content:center;font-weight:800}
.ksp-tag{opacity:.9;font-size:12px;border:1px solid #2a3140;border-radius:8px;padding:2px 6px}
.ksp-table-wrap{overflow:auto}
.ksp-table{width:100%;border-collapse:collapse;background:#15181d;border-radius:12px;overflow:hidden}
.ksp-table thead th{background:#101318;color:#cfd7df;padding:10px;position:sticky;top:0;cursor:pointer;white-space:nowrap}
.ksp-table td{padding:10px;border-top:1px solid #232832;white-space:nowrap}
.ksp-teamcell{display:flex;align-items:center;gap:8px}
.ksp-badge{width:20px;height:20px;object-fit:contain}
.ksp-form .ksp-dot{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:6px;margin-inline-end:4px;font-size:11px}
.ksp-form .ksp-dot.win{background:#13251d;color:#23c483;border:1px solid #1d684a}
.ksp-form .ksp-dot.draw{background:#2a2a15;color:#d0d026;border:1px solid #7d7d22}
.ksp-form .ksp-dot.loss{background:#2a1717;color:#e05d5d;border:1px solid #7d2323}
.ksp-footer{margin-top:10px;opacity:.85;font-size:13px}
@media(max-width:720px){
  .ksp-actions{width:100%;justify-content:space-between}
  .ksp-search{flex:1}
  .ksp-stats{gap:6px}
  .ksp-stat{font-size:13px}
}
