<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.record {
  display: none;
}

.record-search {
  padding: 15px 0;
  margin-bottom: 20px;
}

.record-search-tag {
  border-radius: 15px;
  padding: 5px 15px;
  cursor: pointer;
  border: 1px solid #dddddd;
  border-radius: 20px;
  font-size: var(--font-size-min);
}

.record-search-tag.record-search-tag-active {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.record .text-red {
  color: #ff0000;
}

.record .text-green {
  color: #08a517;
}

.record .text-blue {
  color: #0078ff;
}

.record-title {
  font-size: 16px;
  padding: 10px;
}

.record-title-sub {
  font-size: 16px;
  padding: 20px 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d4d4d4;
}

.record-content {
  background: var(--background-regular);
  margin-bottom: 20px;
  border-radius: 5px;
}

.record-table {
  color: var(--color-text-primary);
  width: 100%;
  text-align: center;
}

.record-table th,
.record-table td {
  text-align: center;
  padding: 10px 0;
  font-size: var(--font-size-min);
}

.record-table tr:not(:last-child) {
  border-bottom: 1px solid #e2e2e2;
}

.record-item-search {
  padding: 15px;
}

.record-search-box {
  background-color: #dddddd;
  border-radius: 15px;
  overflow: hidden;
}

.record-search-tag {
  border-radius: 15px;
  padding: 5px 15px;
  cursor: pointer;
}

.record-search-tag.active {
  background-color: var(--background-primary);
  color: var(
  --color-primary);
}


/* ç§¯åˆ†æŽ’å */
.record .record-item-sort .record-table tr th,
.record .record-item-sort .record-table tr td {
  width: 16.66%;
}

/* è®©çƒæŒ‡æ•°ã€æ€»è¿›çƒæŒ‡æ•°ã€å•åŒç»Ÿè®¡ */
.record .record-item-mark .record-table tr th:not(:last-child),
.record .record-item-mark .record-table tr td:not(:last-child) {
  width: 13%;
}

@media screen and (max-width: 767px) {

  .record .record-item-mark .record-table tr th:nth-child(2),
  .record .record-item-mark .record-table tr td:nth-child(2),
  .record .record-item-mark .record-table tr th:nth-child(3),
  .record .record-item-mark .record-table tr td:nth-child(3),
  .record .record-item-mark .record-table tr th:nth-child(4),
  .record .record-item-mark .record-table tr td:nth-child(4) {
    width: 8%;
  }
}

/* è§’çƒåˆ†å¸ƒ */
.record .record-item-corner .record-table tr th,
.record .record-item-corner .record-table tr td {
  width: 10%;
}


/* æ—¶é—´æ®µåˆ†æž */
.record .record-item-periods .record-table tr th,
.record .record-item-periods .record-table tr td {
  width: 14%;
}

/* åŠå…¨åœºèƒœè´Ÿ */
.record .record-item-halfFull .record-table tr th,
.record .record-item-halfFull .record-table tr td {
  width: 25% !important;
}</pre></body></html>