
/* Negócios Futuros column: collapsed cards (name only), expand details on hover */
#pipelineBoard [data-stage="future"] .crm-card{ transition:box-shadow .18s ease,border-color .18s ease; }
#pipelineBoard [data-stage="future"] .crm-card > *:not(:first-child){ max-height:0; opacity:0; overflow:hidden; margin-top:0 !important; transition:max-height .22s ease,opacity .18s ease,margin-top .22s ease; pointer-events:none; }
#pipelineBoard [data-stage="future"] .crm-card:hover > *:not(:first-child){ max-height:340px; opacity:1; margin-top:.5rem !important; pointer-events:auto; }
#pipelineBoard [data-stage="future"] .crm-card:hover{ box-shadow:0 6px 18px rgba(17,17,17,.18); }
