.btn-primary,
.btn-secondary {
  border: none;
  border-radius: 10px;
  padding: 12px 18px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.btn-primary {
  background: linear-gradient(90deg, #7b1fa2, #9c27b0);
  color: #fff;
}

.btn-secondary {
  background: #fff;
  color: #7b1fa2;
  border: 1px solid #9c27b0;
}

.status-msg,
.today-note,
.user-info {
  color: var(--muted);
  font-size: 14px;
}

.today-note {
  background: #fff3e0;
  border: 1px solid #ffcc80;
  border-radius: 10px;
  padding: 10px 12px;
}

.dash-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
}

.table-wrap {
  overflow-x: auto;
  margin: 12px 0;
}

.jaap-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  background: #fff;
}

.jaap-table th,
.jaap-table td {
  border: 1px solid #e0c9a6;
  padding: 8px 10px;
  text-align: center;
}

.jaap-table th {
  background: #f3e5f5;
  color: var(--brown);
}

.jaap-table tr.session-row td {
  background: #fffdf8;
}

.jaap-table tr.daily-total-row td,
.jaap-table tr.daily-only-row td {
  background: #fff8dc;
  font-weight: 700;
}

.grand-total {
  font-size: 18px;
  font-weight: 700;
  color: var(--brown);
  margin-top: 16px;
  padding: 12px;
  background: #f3e5f5;
  border-radius: 10px;
  text-align: center;
}

.empty-row {
  padding: 20px !important;
  color: var(--muted);
}

.back-link {
  margin-top: 14px;
}
