.sp-panel {
    margin-bottom: 20px;
}

.sp-loading {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 24px;
    color: var(--mc-text-muted);
}

.sp-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin-bottom: 20px;
}

.sp-stat {
    padding: 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.sp-stat-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--mc-text-muted);
    margin-bottom: 6px;
}

.sp-stat-value {
    font-size: 24px;
    font-weight: 700;
    color: var(--mc-text-primary, #f8fafc);
}

.sp-stat-meta {
    margin-top: 8px;
    font-size: 12px;
    color: var(--mc-text-muted);
    line-height: 1.4;
}

.sp-section {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.sp-section-title {
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: 600;
}

.sp-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.sp-table th,
.sp-table td {
    text-align: left;
    padding: 8px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.sp-table th {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--mc-text-muted);
}

.sp-mode-chip {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(59, 130, 246, 0.15);
    color: #93c5fd;
    font-size: 12px;
}

.sp-sms-status {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.sp-sms-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
}

.sp-sms--unregistered .sp-sms-badge {
    background: rgba(234, 179, 8, 0.15);
    color: #facc15;
}

.sp-sms--registered .sp-sms-badge {
    background: rgba(34, 197, 94, 0.15);
    color: #4ade80;
}

.sp-sms-jurisdiction {
    font-size: 12px;
    color: var(--mc-text-muted);
}

.sp-sms-copy {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: var(--mc-text-secondary);
}

.sp-footnote {
    margin-top: 16px;
    font-size: 12px;
    color: var(--mc-text-muted);
}

.sp-panel--error {
    padding: 20px;
    border-radius: 12px;
    border: 1px solid rgba(239, 68, 68, 0.35);
    color: #fca5a5;
}

.sp-admin-form {
    display: grid;
    gap: 12px;
    max-width: 420px;
}

.sp-admin-meta {
    font-size: 12px;
    color: var(--mc-text-muted);
}

.sp-admin-error {
    color: #fca5a5;
    font-size: 12px;
}

.sp-admin-success {
    color: #86efac;
    font-size: 12px;
}
