.mgr-report-panel { font-size: 12px; }
.mgr-report-hd {
  display: block;
  margin-bottom: 10px;
}
.mgr-report-title {
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 4px;
}
.mgr-report-note {
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
  color: #8a90a8;
}
.mgr-report-row {
  display: grid;
  grid-template-columns: 130px 1fr auto auto auto;
  gap: 8px;
  align-items: center;
}
.mgr-report-row input[type=text],
.mgr-report-row input[type=date] {
  width: 100%; padding: 7px 9px; border: 1px solid #d0d5e2; border-radius: 6px; font: inherit;
}
.mgr-report-dest {
  display: inline-flex; align-items: center; gap: 4px; font-weight: 700; white-space: nowrap; margin: 0;
}
.mgr-report-row button {
  border: none; border-radius: 6px; background: #1d4ed8; color: #fff;
  font: inherit; font-weight: 700; padding: 7px 12px; cursor: pointer; white-space: nowrap;
}
.mgr-report-hint { margin: 6px 0 0; font-size: 11px; color: #8a90a8; }
.mgr-report-tools { margin: 14px 0 8px; }
.mgr-report-search {
  display: flex; flex-wrap: wrap; gap: 8px; align-items: center;
}
.mgr-report-search label { font-size: 11px; font-weight: 700; color: #4a5070; display: inline-flex; gap: 6px; align-items: center; }
.mgr-report-search select,
.mgr-report-search input[type=search] {
  padding: 6px 8px; border: 1px solid #d0d5e2; border-radius: 6px; font: inherit;
}
.mgr-report-search input[type=search] { min-width: 160px; }
.mgr-report-search button {
  border: 1px solid #d0d5e2; border-radius: 6px; background: #fff; font: inherit;
  font-weight: 700; padding: 6px 10px; cursor: pointer;
}
.mgr-report-history ul { list-style: none; margin: 0; padding: 0; }
.mgr-report-history li {
  display: grid;
  grid-template-columns: 96px 1fr auto;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid #eef0f5;
  align-items: start;
}
.mgr-report-history .day { font-weight: 700; color: #1d4ed8; }
.mgr-report-history .dest { font-size: 11px; color: #8a90a8; white-space: nowrap; }
.mgr-report-empty { color: #8a90a8; margin: 0; }
@media (max-width: 720px) {
  .mgr-report-row { grid-template-columns: 1fr 1fr; }
  .mgr-report-history li { grid-template-columns: 1fr; gap: 4px; }
}
