.sec-card-header {
    border-bottom: 1px solid #f3f4f6;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.sec-status-pill {
    font-size: 12px;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 12px;
    display: inline-block;
}
.sec-status-success { background: #dcfce7; color: #15803d; }
.sec-status-warning { background: #fef9c3; color: #a16207; }
.sec-status-error { background: #fee2e2; color: #b91c1c; }
.expl-table th { font-weight: 600; color: #4b5563; }
.expl-table td { font-size: 13.5px; }
.record-box {
    font-family: 'Courier New', Courier, monospace;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    padding: 12px;
    border-radius: 8px;
    word-break: break-all;
    font-weight: bold;
    color: #1f2937;
}
