/* Small custom styles on top of Tailwind */
.phase-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
}

.phase-card.discovery {
  border-left: 4px solid #6366f1;
}
.phase-card.phase {
  border-left: 4px solid #0ea5e9;
}
.phase-card.handover {
  border-left: 4px solid #f59e0b;
}
.phase-card.run {
  border-left: 4px solid #10b981;
}

.resource-row input,
.resource-row select {
  font-size: 0.8rem;
}

table.preview {
  border-collapse: collapse;
  width: 100%;
}
table.preview th,
table.preview td {
  border: 1px solid #e2e8f0;
  padding: 4px 6px;
  text-align: left;
  vertical-align: top;
}
table.preview thead th {
  background: #f1f5f9;
  font-weight: 600;
}
table.preview td.num {
  text-align: right;
  font-variant-numeric: tabular-nums;
}
table.preview tr.subtotal {
  background: #f8fafc;
  font-weight: 600;
}
table.preview tr.total {
  background: #ecfdf5;
  font-weight: 700;
}
