/* Estilos institucionales para Gobierno Regional de Moquegua (HestiaCP / PHP) - Bootstrap 5 Base */
:root {
    --gore-burgundy: #7f1d1d;
    --gore-dark: #0f172a;
    --gore-accent: #4f46e5;
}

body {
    background-color: #f8fafc;
    font-size: 0.85rem;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.bg-gore-header {
    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);
    color: #ffffff;
}

.navbar-gore {
    background-color: #0f172a;
    border-bottom: 3px solid #4f46e5;
}

.card-custom {
    border-radius: 6px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.timeline-stepper {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 20px 0;
}

.timeline-step {
    flex: 1;
    text-align: center;
    position: relative;
    padding: 0 4px;
}

.timeline-step .circle {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #cbd5e1;
    color: #475569;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 6px;
    font-weight: bold;
    font-size: 10px;
}

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

.timeline-step.active .circle {
    background-color: #4f46e5;
    color: white;
    box-shadow: 0 0 0 4px rgba(79, 70, 229, 0.2);
}

.badge-estado {
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 600;
}
