
/* V171: make green Creation Path truly open the green route first */
.demand-modal.route-mode-creation .dual-route-guide{margin-top:0!important;}
.demand-modal.route-mode-creation #creationPathModule{order:1!important;}
.demand-modal.route-mode-creation #knowledgeRouteModule{margin-top:22px!important;}
.demand-modal.route-mode-creation .opportunity-room-panel,
.demand-modal.route-mode-creation .room-operating-layout,
.demand-modal.route-mode-creation .channel-role-participation,
.demand-modal.route-mode-creation .demand-channel-architecture,
.demand-modal.route-mode-creation .module-section:not(#creationPathModule):not(#knowledgeRouteModule){
  opacity:.88;
}
.demand-modal.route-mode-creation .modal-hero{
  border-color:rgba(68,202,128,.22)!important;
}
.demand-modal.route-mode-creation .modal-priority-strip .priority-chip{
  background:#effcf5!important;
  border-color:rgba(158,226,195,.78)!important;
  color:#0b583d!important;
}
.demand-modal.route-mode-creation .modal-metrics div{
  background:#f5fff8!important;
  border-color:rgba(158,226,195,.76)!important;
}
.demand-modal.route-mode-creation .modal-metrics div b{
  color:#0b6a4a!important;
}
.demand-channel-card .front-creation-path{cursor:pointer!important;}
.demand-channel-card .front-knowledge-match{cursor:pointer!important;}
.demand-channel-card .front-creation-path:hover{transform:translateY(-1px);box-shadow:0 20px 42px rgba(7,77,56,.22)!important;}
.demand-channel-card .front-knowledge-match:hover{transform:translateY(-1px);box-shadow:0 20px 42px rgba(6,22,51,.22)!important;}
