
.ctsp-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:18px;margin:14px 0;box-shadow:0 1px 2px rgba(0,0,0,.04)}
.ctsp-grid{display:flex;flex-wrap:wrap;gap:10px}
.ctsp-checkbox{display:inline-flex;align-items:center;gap:8px;border:1px solid #e5e7eb;border-radius:8px;padding:10px 12px;cursor:pointer}
.ctsp-checkbox input{margin:0}
.ctsp-section{margin:14px 0}
.ctsp-badge{display:inline-block;padding:2px 8px;border-radius:20px;background:#eef2ff;font-size:12px}
.ctsp-badge-verified{background:#dcfce7}
.ctsp-btn{padding:8px 12px;border:1px solid #e5e7eb;border-radius:8px;background:#f8fafc;cursor:pointer}
.ctsp-btn-primary{background:#2563eb;color:#fff;border-color:#2563eb}
.ctsp-otp-row{display:flex;gap:10px;align-items:center;margin:6px 0}
.ctsp-table{width:100%;border-collapse:collapse}
.ctsp-table th,.ctsp-table td{border-bottom:1px solid #eee;padding:8px}
.ctsp-stats{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:10px}
.ctsp-stat{display:inline-block;text-decoration:none;color:inherit;background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;padding:10px 14px;min-width:110px;text-align:center}
.ctsp-stat-kpi{font-size:22px;font-weight:700}
.ctsp-portal-grid{display:grid;grid-template-columns:1fr;gap:18px}
.ctsp-portal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}
@media (min-width: 980px){ .ctsp-portal-grid{grid-template-columns:2fr 1fr} }
