body {
    background: #f5f6f8;
}

.table td,
.table th {
    vertical-align: middle;
}

.url-cell {
    max-width: 520px;
    word-break: break-all;
    font-size: 13px;
}

pre.json-box {
    background: #111827;
    color: #e5e7eb;
    padding: 16px;
    border-radius: 8px;
    max-height: 650px;
    overflow: auto;
    font-size: 13px;
}

textarea.bulk-urls {
    min-height: 220px;
    font-family: monospace;
}

.stat-card {
    border: 0;
    border-radius: 14px;
}

.small-muted {
    color: #6b7280;
    font-size: 13px;
}
