/* Analyzer page-specific styles */

.step-indicator {
    transition: all 0.3s ease;
}

.step-indicator.active {
    background-color: #3b82f6;
    color: white;
}

.step-indicator.completed {
    background-color: #10b981;
    color: white;
}

@media print {
    nav, .print-hide, #error-container, .step-indicator,
    #connector-1-2, #connector-2-3, #connector-3-4, #connector-4-5 {
        display: none !important;
    }
    body {
        background: white !important;
    }
    .shadow {
        box-shadow: none !important;
    }
    #step-5 {
        padding: 0 !important;
    }
}