/* 隐私清洗 */

/* ── Privacy / Link cleaner ── */
.link-results { margin-top: 16px; display: flex; flex-direction: column; gap: 10px; }
.link-result-item {
    padding: 12px 14px;
    background: var(--bg-elevated);
    border: 1px solid var(--border);
    border-radius: 8px;
}
.link-clean code { font-family: var(--mono); font-size: 0.85rem; color: var(--accent); word-break: break-all; }
.link-removed { margin-top: 6px; font-size: 0.8rem; color: var(--text-muted); }
.link-error { color: var(--danger); font-size: 0.9rem; }
.redact-type-switch {
    flex-wrap: wrap;
}
.redact-type-switch .mode-option {
    flex: 1 1 auto;
    min-width: 88px;
}


.audit-placeholder {
    margin: 8px 0 0;
    font-size: 0.9rem;
    color: var(--text-muted);
}
