.task-board{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.task-card{display:flex;justify-content:space-between;gap:20px}.task-card h3{margin:10px 0 4px}.task-card>div:last-child{display:flex;flex-direction:column;gap:8px;min-width:150px}.task-card small,.message small{display:block;color:var(--muted);margin-top:5px}.stage4-filters{display:flex;justify-content:flex-end;margin-bottom:14px}.module-box{display:flex;gap:14px;flex-wrap:wrap;border:1px solid var(--line);border-radius:12px;padding:12px}.module-box label{display:flex;align-items:center;gap:6px}.stage4-modal{max-width:760px}.chat-person{width:100%;border:0;background:transparent;text-align:left;cursor:pointer}.progress{height:7px;background:#e4ebe7;border-radius:9px;overflow:hidden;min-width:90px}.progress span{display:block;height:100%;background:var(--primary,#075b39)}@media(max-width:700px){.task-card{flex-direction:column}.stage4-modal{max-height:92vh;overflow:auto}}
