.station-sidebar-header {
    min-height: 78px;
}

.station-logo-mark {
    align-items: center;
    background: #0f766e;
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-size: 28px;
    height: 46px;
    justify-content: center;
    width: 46px;
}

.station-logo-subtitle {
    color: #64748b;
    display: block;
    font-size: 11px;
    line-height: 1;
    margin-top: -3px;
}

.station-hero {
    background: linear-gradient(135deg, #0f766e 0%, #111827 58%, #f59e0b 100%);
    border-radius: 8px;
    color: #fff;
    margin-bottom: 18px;
    overflow: hidden;
    padding: 24px;
    position: relative;
}

.station-hero::after {
    background: rgba(255, 255, 255, .08);
    content: "";
    height: 180px;
    position: absolute;
    right: -42px;
    top: -64px;
    transform: rotate(18deg);
    width: 220px;
}

.station-kpi {
    border-left: 4px solid #0f766e;
    min-height: 124px;
}

.station-kpi .kpi-icon {
    align-items: center;
    background: #ecfdf5;
    border-radius: 8px;
    color: #0f766e;
    display: flex;
    font-size: 24px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.station-status {
    border-radius: 999px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    text-transform: uppercase;
}

.station-status.creado,
.station-status.generado,
.station-status.generada {
    background: #eff6ff;
    color: #1d4ed8;
}

.station-status.aprobado,
.station-status.pagado,
.station-status.facturado,
.station-status.aceptado {
    background: #ecfdf5;
    color: #047857;
}

.station-status.rechazado,
.station-status.observado {
    background: #fef2f2;
    color: #b91c1c;
}

.station-status.proceso,
.station-status.pendiente {
    background: #fffbeb;
    color: #b45309;
}

.station-flow {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.station-flow-step {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 12px;
}

.station-flow-step strong {
    color: #0f172a;
    display: block;
    font-size: 13px;
}

.station-flow-step span {
    color: #64748b;
    display: block;
    font-size: 12px;
    margin-top: 4px;
}

.stock-bar {
    background: #e2e8f0;
    border-radius: 999px;
    height: 9px;
    overflow: hidden;
}

.stock-bar span {
    background: #0f766e;
    display: block;
    height: 100%;
}

.station-form-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.station-comprobante-card {
    border-color: #10b981;
    box-shadow: 0 0 0 1px rgba(16, 185, 129, .12);
}

.station-comprobante-card > .card-header {
    background: #ecfdf5;
    border-bottom-color: #bbf7d0;
    color: #047857;
}

.station-comprobante-status {
    min-width: 230px;
}

.station-correlativo-lock {
    background: #d1fae5;
    border-color: #10b981;
    color: #065f46;
    cursor: default;
    font-weight: 700;
    text-align: center;
}

.station-correlativo-lock:focus {
    background: #d1fae5;
    border-color: #10b981;
    box-shadow: 0 0 0 .2rem rgba(16, 185, 129, .15);
    color: #065f46;
}

.station-correlativo-lock.is-empty {
    background: #fef2f2;
    border-color: #fca5a5;
    color: #991b1b;
}
