/* Reverse Engineer Page Styles */
.re-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.re-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.re-header h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
}

.re-header-actions {
    display: flex;
    gap: 10px;
}

/* Reuse DV styles from diffusionVision.css - they are loaded globally */
