/* Kid transcript 樞紐表 — Daily overview Secret Garden */
.gt-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin: 14px 0 12px;
  padding: 12px 14px;
  background: #f8f9fa;
  border: 1px solid #dadce0;
  border-radius: 8px;
  font-size: 13px;
}
.gt-toolbar-label { font-weight: 600; color: #3c4043; margin-right: 4px; }
.gt-toolbar-actions { display: flex; flex-wrap: wrap; gap: 8px 12px; align-items: center; }
.gt-toolbar button.gt-btn {
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #dadce0;
  border-radius: 6px;
  background: #fff;
  color: #1a73e8;
  cursor: pointer;
  font-family: inherit;
}
.gt-toolbar button.gt-btn:hover { background: #e8f0fe; border-color: #1a73e8; }
.gt-chk {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  color: #3c4043;
  user-select: none;
}
.gt-chk input { accent-color: #1a73e8; width: 15px; height: 15px; }
.gt-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #dadce0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(60,64,67,.08);
}
.gt-table {
  width: 100%;
  min-width: 480px;
  border-collapse: collapse;
  font-size: 13px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans TC", sans-serif;
  color: #202124;
}
.gt-table thead th {
  background: #f0f3f4;
  color: #3c4043;
  font-weight: 600;
  text-align: center;
  padding: 10px 12px;
  border: 1px solid #dadce0;
  white-space: nowrap;
  position: sticky;
  top: 0;
  z-index: 1;
}
.gt-table tbody td {
  padding: 9px 12px;
  border: 1px solid #e8eaed;
  text-align: center;
  vertical-align: middle;
}
.gt-table tbody td:first-child,
.gt-table tbody td:nth-child(2) { font-weight: 500; }
.gt-table tbody tr:nth-child(even) { background: #fafafa; }
.gt-table tbody tr:hover { background: #e8f0fe !important; transition: background .12s ease; }
.gt-table .gt-cell-empty { color: #bdc1c6; }
.gt-sem-col { text-align: left !important; min-width: 7em; }
.gt-table thead th:first-child { min-width: 6.5em; }
