/* Usado pela grade de lançamento de horas (tela de Horas) */
.ts { width: 100%; border-collapse: collapse; font-size: var(--fs-sm); }
.ts th, .ts td { border: 1px solid var(--line); padding: 8px 10px; text-align: center; }
.ts th { font-family: var(--f-mono); font-weight: 400; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); background: var(--surface-2); }
.ts td:first-child, .ts th:first-child { text-align: left; }
.ts .tot { background: var(--surface-2); font-weight: 600; }
.ts td.ai { background: var(--accent-soft); color: var(--ink-2); font-style: italic; }
