body { font-family: system-ui, sans-serif; margin: 1.5rem; }
nav { margin-bottom: .75rem; font-size: .9rem; }
h1 { margin: .2rem 0 1rem; font-size: 1.2rem; }
table.list { border-collapse: collapse; width: 100%; max-width: 900px; }
table.list td, table.list th { border-bottom: 1px solid #ddd; padding: .4rem .5rem; text-align: left; }
dl.meta { display: grid; grid-template-columns: 5rem 1fr; gap: .3rem .8rem; max-width: 900px; }
#player { width: min(100%,800px); }

table.list { border-collapse: collapse; width: 100%; max-width: 1100px; }
table.list th, table.list td { border-bottom: 1px solid #ddd; padding: .4rem .5rem; text-align: left; }
table.list th:nth-child(1){ width: 18%; }  /* 時刻 */
table.list th:nth-child(2){ width: 10%; }  /* Duration */
table.list th:nth-child(3){ width: 52%; }  /* Operation/コメント */
table.list th:nth-child(4){ width: 20%; }  /* ファイル名 */
td.summary{
  max-width: 70ch; 
  line-height: 1.25;
  overflow: normal;
  white-space: break-word;
}

td.summary .comment{ color:#666; font-size:.9em; }
td.dur { font-variant-numeric: tabular-nums; white-space: nowrap; }
td.file a.lnk-cast { margin-left: .5rem; }
td.file a.lnk-txt  { margin-left: .25rem; font-size: .9em; }
.item-actions{ margin-bottom:.75rem; }
.item-actions .btn{ display:inline-block; margin-right:.75rem; }
a.hit-label, span.hit-label {
  color: red;
  font-weight: bold;
  margin-left: 0.3em;
}
input.hit-label {
  color: red;
  font-weight: bold;
}
input.hit-label:placeholder-shown {
  color: #888;
  font-weight: normal;
}


table.list { border-collapse: collapse; width: 100%; }
table.list th, table.list td { border: 1px solid #ccc; padding: 4px 6px; vertical-align: top; }
td.summary { max-width: 70ch; line-height: 1.25; word-break: break-word; }
details.comment-details summary {
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 70ch;
}
details.comment-details .comment-full {
  white-space: pre-line;
  overflow-wrap: anywhere;
  word-break: break-word;
  border: 1px solid #008;
  margin: 4px 0 0 0;
  background: #EEFFFF;
  padding: 6px;
}
.hit-label { color: #b00; font-weight: bold; }
.search-form { margin: 8px 0 12px 0; }
.search-form input { width: 28em; }
.item-actions .btn { display: inline-block; padding: 6px 10px; border: 1px solid #888; text-decoration: none; }
