.btn-primary {
    background: var(--accent);
    color: #1a1200;
    border: none;
    padding: 0.55rem 1.1rem;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    font-size: 0.9rem;
}

.btn-primary:hover {
    filter: brightness(1.05);
}

#table-paste {
    width: 100%;
    font-family: ui-monospace, monospace;
    font-size: 0.8rem;
    background: var(--surface-2);
    color: var(--text);
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 0.65rem;
}

.table-scroll {
    overflow-x: auto;
}

.compare-table th,
.compare-table td {
    white-space: nowrap;
}
