/* v0.11.4 — compactação do relatório de tempo e Ferramentas/Agenda */
.tempo-report{table-layout:fixed;width:100%}
.tempo-report th:nth-child(1),.tempo-report td:nth-child(1){width:8.2%;white-space:nowrap}
.tempo-report th:nth-child(2),.tempo-report td:nth-child(2){width:6.2%;white-space:nowrap;text-align:right}
.tempo-report th:nth-child(3),.tempo-report td:nth-child(3){width:37.6%;text-align:left;overflow-wrap:anywhere}
.tempo-report th:nth-child(4),.tempo-report td:nth-child(4){width:23%;text-align:left;overflow-wrap:anywhere}
.tempo-report th:nth-child(5),.tempo-report td:nth-child(5){width:25%;text-align:left;overflow-wrap:anywhere}
.tempo-report th{vertical-align:bottom}
.tools-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.tool-card{display:flex;flex-direction:column;gap:8px;padding:22px;border:1px solid #d9e0e5;border-radius:12px;background:#fff;text-decoration:none;color:inherit;min-height:130px}
.tool-card:hover{border-color:#164b68;box-shadow:0 2px 10px rgba(0,0,0,.06)}
.tool-icon{font-size:28px}.tool-card strong{font-size:18px}.tool-card small{color:#657482}
.agenda-card{max-width:850px}.muted{color:#657482}
@media(max-width:900px){.tools-grid{grid-template-columns:1fr}}
@media print{
  .tempo-report th:nth-child(1),.tempo-report td:nth-child(1){width:7.5%}
  .tempo-report th:nth-child(2),.tempo-report td:nth-child(2){width:5.5%}
  .tempo-report th:nth-child(3),.tempo-report td:nth-child(3){width:38%}
  .tempo-report th:nth-child(4),.tempo-report td:nth-child(4){width:23.5%}
  .tempo-report th:nth-child(5),.tempo-report td:nth-child(5){width:25.5%}
}
