
.list-page {
  position: relative;
  z-index: 2;
}

.list-hero {
  padding: 150px 0 72px;
}

.list-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .7fr);
  gap: 70px;
  align-items: end;
}

.list-hero h1 {
  margin: 12px 0 20px;
  font-size: clamp(4rem, 10vw, 8rem);
  line-height: .82;
  letter-spacing: -.07em;
}

.list-hero h1 span {
  color: #748277;
}

.list-live-pill {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 27px;
  padding: 8px 11px;
  border: 1px solid rgba(226,239,229,.12);
  border-radius: 999px;
  color: #8e9b91;
  background: rgba(226,239,229,.025);
  font: 500 .61rem "DM Mono", monospace;
  letter-spacing: .07em;
}

.list-live-pill > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #8fa394;
  box-shadow: 0 0 14px rgba(169,204,175,.45);
  animation: listLivePulse 1.7s ease-in-out infinite;
}

@keyframes listLivePulse {
  50% { opacity: .35; }
}

.list-hero-panel {
  padding: 22px;
  border: 1px solid rgba(226,239,229,.1);
  border-radius: 22px;
  background: rgba(255,255,255,.018);
  backdrop-filter: blur(16px);
}

.list-panel-line {
  min-height: 46px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid rgba(226,239,229,.07);
}

.list-panel-line:last-child {
  border-bottom: 0;
}

.list-panel-line span {
  color: #68766b;
  font: 500 .58rem "DM Mono", monospace;
  letter-spacing: .08em;
}

.list-panel-line strong {
  color: #a9b5ab;
  font: 500 .66rem "DM Mono", monospace;
  text-align: right;
}

.list-section {
  padding-top: 50px;
}

.list-container {
  max-width: 1500px;
}

.list-section-head {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: end;
  margin-bottom: 28px;
}

.list-section-head h2 {
  margin: 12px 0 0;
}

.list-section-head > p {
  margin: 0 0 6px;
  color: #78857b;
  font: 500 .63rem "DM Mono", monospace;
  text-align: right;
}

.list-controls {
  display: grid;
  grid-template-columns: minmax(280px, 1.6fr) minmax(160px, .6fr) minmax(160px, .6fr) auto;
  gap: 10px;
  align-items: end;
  margin-bottom: 13px;
}

.list-filter-search,
.list-filter-select {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.list-filter-search > span,
.list-filter-select > span {
  padding-left: 2px;
  color: #657268;
  font: 500 .55rem "DM Mono", monospace;
  letter-spacing: .08em;
}

.list-filter-search input,
.list-filter-select select,
.list-reset {
  min-height: 45px;
  border: 1px solid rgba(226,239,229,.11);
  border-radius: 12px;
  outline: 0;
  background: rgba(6,10,7,.7);
  color: #dfe8e0;
}

.list-filter-search input {
  width: 100%;
  padding: 0 13px;
  font: 500 .72rem "DM Mono", monospace;
}

.list-filter-search input::placeholder {
  color: #59655c;
}

.list-filter-select select {
  width: 100%;
  padding: 0 34px 0 12px;
  font: 500 .68rem "DM Mono", monospace;
}

.list-filter-search input:focus,
.list-filter-select select:focus {
  border-color: rgba(219,238,221,.25);
}

.list-reset {
  padding: 0 17px;
  cursor: pointer;
  font: 600 .61rem "DM Mono", monospace;
  letter-spacing: .07em;
}

.list-reset:hover {
  border-color: rgba(226,239,229,.2);
  background: rgba(226,239,229,.055);
}

.list-table-shell {
  overflow: hidden;
  border: 1px solid rgba(226,239,229,.1);
  border-radius: 18px;
  background:
    radial-gradient(circle at 10% 0%, rgba(180,211,185,.035), transparent 28%),
    rgba(5,9,6,.72);
  box-shadow: 0 26px 80px rgba(0,0,0,.2);
}

.list-table-scroll {
  max-height: 72vh;
  overflow: auto;
  scrollbar-color: rgba(196,211,199,.18) transparent;
}

.catalog-table {
  width: 100%;
  min-width: 1550px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  font-size: .72rem;
}

.catalog-table th,
.catalog-table td {
  height: 48px;
  padding: 9px 12px;
  border-right: 1px solid rgba(226,239,229,.055);
  border-bottom: 1px solid rgba(226,239,229,.055);
  vertical-align: middle;
  text-align: left;
}

.catalog-table th:last-child,
.catalog-table td:last-child {
  border-right: 0;
}

.catalog-table thead th {
  position: sticky;
  z-index: 5;
  top: 0;
  height: 45px;
  background: rgba(8,13,9,.98);
  color: #7c8a7f;
  font: 500 .57rem "DM Mono", monospace;
  letter-spacing: .065em;
  text-transform: uppercase;
  white-space: nowrap;
}

.catalog-table tbody tr {
  transition: background .15s ease;
}

.catalog-table tbody tr:hover {
  background: rgba(226,239,229,.035);
}

.catalog-table td {
  overflow: hidden;
  color: #87948a;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.catalog-table .col-era {
  width: 145px;
}

.catalog-table .col-name {
  width: 230px;
}

.catalog-table .col-notes {
  width: 320px;
}

.catalog-table th:nth-child(4),
.catalog-table td:nth-child(4) { width: 115px; }
.catalog-table th:nth-child(5),
.catalog-table td:nth-child(5) { width: 120px; }
.catalog-table th:nth-child(6),
.catalog-table td:nth-child(6) { width: 130px; }
.catalog-table th:nth-child(7),
.catalog-table td:nth-child(7) { width: 120px; }
.catalog-table th:nth-child(8),
.catalog-table td:nth-child(8) { width: 145px; }
.catalog-table th:nth-child(9),
.catalog-table td:nth-child(9) { width: 120px; }
.catalog-table th:nth-child(10),
.catalog-table td:nth-child(10) { width: 145px; }
.catalog-table th:nth-child(11),
.catalog-table td:nth-child(11) { width: 100px; }
.catalog-table th:nth-child(12),
.catalog-table td:nth-child(12) { width: 100px; }

.catalog-table .catalog-era {
  color: #718076;
  font-family: "DM Mono", monospace;
  font-size: .65rem;
}

.catalog-table .catalog-name {
  color: #e0e9e2;
  font-weight: 650;
}

.catalog-table .catalog-notes {
  color: #748178;
}

.catalog-table .catalog-kind {
  color: #a0ada2;
  font-family: "DM Mono", monospace;
  font-size: .62rem;
  text-transform: uppercase;
}

.catalog-table tr[data-kind="SURFACE"] .catalog-kind::before,
.catalog-table tr[data-kind="SNIPPET"] .catalog-kind::before,
.catalog-table tr[data-kind="OTHER"] .catalog-kind::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  margin-right: 6px;
  border-radius: 50%;
  background: currentColor;
  opacity: .55;
  vertical-align: 1px;
}

.list-loading {
  height: 110px !important;
  color: #6e7b71 !important;
  font: 500 .68rem "DM Mono", monospace !important;
  text-align: center !important;
}

.list-footer-status {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 4px 0;
  color: #5f6c62;
  font: 500 .57rem "DM Mono", monospace;
  letter-spacing: .05em;
}

@media (max-width: 900px) {
  .list-hero {
    padding-top: 135px;
  }

  .list-hero-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .list-section-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .list-section-head > p {
    text-align: left;
  }

  .list-controls {
    grid-template-columns: 1fr 1fr;
  }

  .list-filter-search {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .list-hero {
    padding-top: 185px;
  }
}

@media (max-width: 560px) {
  .list-controls {
    grid-template-columns: 1fr;
  }

  .list-filter-search {
    grid-column: auto;
  }

  .list-reset {
    width: 100%;
  }

  .list-table-scroll {
    max-height: 68vh;
  }

  .list-footer-status {
    flex-direction: column;
    gap: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .list-live-pill > span {
    animation: none;
  }
}
