:root {
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: #202d35;
  background: #f5f7f8;
  font-size: 14px;
  font-synthesis: none;
  --muted: #697a84;
  --line: #dce4e7;
  --teal: #087f73;
  --nav: #13282c;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select,
summary {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
  background: white;
  border: 1px solid #cdd8dc;
  border-radius: 7px;
  padding: 10px 14px;
  color: #294049;
  font-weight: 550;
}
button:hover {
  background: #edf5f4;
  border-color: #7eafa8;
}
button:disabled {
  opacity: 0.45;
  cursor: default;
}
button.primary {
  background: var(--teal);
  color: white;
  border-color: var(--teal);
}
button.primary:hover {
  background: #066a60;
}
button.quiet {
  background: transparent;
  border-color: transparent;
  color: var(--muted);
}
:focus-visible {
  outline: 3px solid #59b9ad;
  outline-offset: 3px;
}
a {
  color: var(--teal);
  text-underline-offset: 3px;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1 {
  font-size: 36px;
  font-weight: 650;
  letter-spacing: -1.5px;
  margin: 14px 0 10px;
}
h2 {
  font-size: 16px;
}
p {
  color: var(--muted);
  line-height: 1.6;
}
.rail {
  width: 208px;
  position: fixed;
  inset: 0 auto 0 0;
  background: var(--nav);
  color: #d8e6e6;
  padding: 38px 20px;
}
.brand {
  display: flex;
  align-items: center;
  font-size: 36px;
  letter-spacing: -2px;
  font-weight: 750;
  text-decoration: none;
  color: inherit;
  margin: 0 10px 62px;
}
.brand span {
  font-weight: 450;
}
.brand i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #41c7a5;
  align-self: flex-end;
  margin: 0 0 8px 5px;
}
.rail-label {
  font-size: 10px;
  letter-spacing: 1.8px;
  color: #819b9e;
  margin: 0 14px 16px;
}
.nav-active {
  display: block;
  padding: 13px 14px;
  color: #e0fff6;
  background: #274447;
  border: 1px solid #38585b;
  border-radius: 8px;
  text-decoration: none;
}
.rail-bottom {
  position: absolute;
  bottom: 32px;
  left: 30px;
  font-size: 12px;
  color: #b6caca;
  line-height: 1.8;
}
.rail-bottom small {
  color: #819b9e;
  margin-left: 16px;
}
.rail-bottom button {
  padding-left: 0;
  margin-top: 12px;
  color: #b6caca;
}
.dot {
  display: inline-block;
  background: #67c6ab;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 6px;
}
main {
  margin-left: 208px;
  padding: 42px 40px;
  max-width: 1800px;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 34px;
}
.eyebrow {
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 1.6px;
  color: var(--muted);
}
.title-dot {
  color: var(--teal);
}
.toolbar {
  background: white;
  border: 1px solid var(--line);
  border-radius: 10px;
  margin-bottom: 32px;
}
.search-row {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  padding: 20px;
  border-bottom: 1px solid #edf0f2;
}
.search {
  flex: 1;
}
label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 11px;
  color: var(--muted);
  font-weight: 550;
}
input,
select {
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 11px;
  background: #fff;
  color: #2b424c;
  min-width: 0;
}
input::placeholder {
  color: #9aa8af;
}
.search input {
  background: #f9fbfc;
  font-size: 14px;
}
.filter-row {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  padding: 18px 20px;
  flex-wrap: wrap;
}
.filter-row select {
  font-size: 12px;
  min-width: 125px;
}
.filter-row .quiet {
  font-size: 12px;
  margin-left: auto;
}
.more-filters {
  position: relative;
  font-size: 12px;
  padding-bottom: 12px;
  color: #4f6873;
}
.more-filters summary {
  cursor: pointer;
}
.extra-filters {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 28px;
  width: 330px;
  padding: 20px;
  background: white;
  box-shadow: 0 8px 30px #1c394520;
  border: 1px solid var(--line);
  border-radius: 10px;
  display: grid;
  gap: 14px;
}
.checkbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  font-weight: 400;
}
.checkbox input {
  accent-color: var(--teal);
}
.results-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 18px;
}
.refresh-meta {
  display: flex;
  gap: 15px;
  align-items: center;
  color: var(--muted);
  font-size: 11px;
}
.results-heading h2 span {
  font-size: 11px;
  font-weight: 500;
  margin-left: 8px;
  color: var(--muted);
}
.table-shell {
  background: white;
  border: 1px solid var(--line);
  border-radius: 9px;
  overflow-x: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}
th {
  padding: 14px 16px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  background: #fafcfc;
  border-bottom: 1px solid var(--line);
  white-space: nowrap;
}
td {
  padding: 19px 16px;
  border-bottom: 1px solid #edf1f2;
  vertical-align: middle;
  font-size: 12px;
}
tr:last-child td {
  border-bottom: 0;
}
tbody tr:hover {
  background: #fafdfc;
}
.url-title {
  display: block;
  max-width: 380px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 0;
  background: transparent;
  padding: 0;
  color: #263d47;
  font-size: 13px;
  text-align: left;
  margin-bottom: 9px;
}
.id-line {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: ui-monospace, SFMono-Regular, monospace;
  color: #778991;
  font-size: 10px;
  word-break: break-all;
}
.copy {
  white-space: nowrap;
  border: 0;
  background: transparent;
  padding: 3px 5px;
  color: #83949c;
  font-size: 11px;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 9px;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 550;
  background: #edf1f4;
  color: #567080;
  white-space: nowrap;
}
.badge::before {
  content: "";
  width: 5px;
  height: 5px;
  background: currentColor;
  border-radius: 50%;
}
.badge.ready {
  color: #18765b;
  background: #e6f5ed;
}
.badge.failed {
  color: #b64644;
  background: #fcecea;
}
.badge.recording,
.badge.uploading {
  color: #087c88;
  background: #e5f4f7;
}
.badge.staged,
.badge.committed,
.badge.packing {
  color: #8f6f20;
  background: #fcf4df;
}
.overdue {
  color: #b45e24;
  display: block;
  font-size: 10px;
  margin-top: 6px;
}
.secondary {
  font-size: 11px;
  color: var(--muted);
  margin-top: 5px;
  line-height: 1.6;
}
.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  color: var(--muted);
  font-size: 11px;
}
.pagination button {
  font-size: 12px;
  margin-left: 6px;
}
#notice:not(:empty) {
  padding: 13px 16px;
  margin-bottom: 16px;
  border-radius: 7px;
  background: #fff4db;
  color: #7f5b18;
}
#empty {
  text-align: center;
  padding: 65px 20px;
}
#empty h3 {
  font-size: 17px;
  margin-bottom: 10px;
}
dialog {
  border: 1px solid var(--line);
  border-radius: 14px;
  width: min(940px, 94vw);
  max-height: 90vh;
  padding: 28px;
  color: inherit;
}
dialog::backdrop {
  background: #102b3590;
  backdrop-filter: blur(3px);
}
.detail-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.detail-top button {
  padding: 5px 10px;
}
.detail-url {
  font-size: 23px;
  line-height: 1.4;
  letter-spacing: -0.5px;
  overflow-wrap: anywhere;
  margin: 12px 0;
}
.facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 25px 0;
}
.fact {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.fact dt {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  color: var(--muted);
  margin-bottom: 8px;
}
.fact dd {
  margin: 0;
  overflow-wrap: anywhere;
  font-size: 12px;
}
.lifecycle {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin: 20px 0;
}
.lifecycle span {
  font-size: 10px;
  padding: 6px 8px;
  border: 1px solid var(--line);
  border-radius: 5px;
  color: var(--muted);
}
.lifecycle .current {
  background: var(--nav);
  color: white;
  border-color: var(--nav);
}
.gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0;
}
.gallery figure {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 7px;
  overflow: hidden;
  background: #f3f6f6;
}
.gallery a {
  display: block;
}
.gallery img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: contain;
  display: block;
  background: #e9efef;
}
.gallery figcaption {
  font-size: 11px;
  padding: 9px 11px;
  color: #627781;
}
.artifact {
  padding: 12px;
  background: #f4f7f7;
  border-radius: 7px;
  margin-top: 10px;
  overflow-wrap: anywhere;
  font-size: 12px;
}
.section-title {
  margin-top: 26px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.section-title h3 {
  font-size: 15px;
}
#toast:not(:empty) {
  position: fixed;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background: var(--nav);
  color: white;
  padding: 12px 18px;
  border-radius: 8px;
  box-shadow: 0 6px 24px #183e4030;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.login-page {
  background: #122b2f;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 25px;
}
.login-card {
  margin: 0;
  background: #fff;
  border-radius: 16px;
  padding: 48px;
  width: min(470px, 100%);
}
.login-card .brand {
  margin: 0 0 40px;
}
.login-card h1 {
  font-size: 34px;
  line-height: 1.15;
  margin-bottom: 18px;
}
.login-card form {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}
.login-note {
  font-size: 11px;
  margin-top: 24px;
}
@media (min-width: 1600px) {
  main {
    padding: 48px 60px;
  }
  .url-title {
    max-width: 500px;
  }
}
@media (max-width: 1100px) {
  .rail {
    width: 175px;
  }
  main {
    margin-left: 175px;
    padding: 30px 22px;
  }
  .url-title {
    max-width: 260px;
  }
  .refresh-meta {
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
  }
}
@media (max-width: 760px) {
  .rail {
    position: static;
    width: 100%;
    padding: 16px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .brand {
    font-size: 27px;
    margin: 0;
  }
  .rail-label,
  .rail-summary {
    display: none;
  }
  .rail-bottom {
    position: static;
  }
  .rail-bottom button {
    margin: 0;
    padding: 6px 0;
    font-size: 12px;
  }
  .nav-active {
    font-size: 12px;
    padding: 8px 12px;
  }
  main {
    margin: 0;
    padding: 25px 16px;
  }
  header {
    gap: 16px;
  }
  h1 {
    font-size: 30px;
  }
  header p {
    font-size: 12px;
  }
  .search-row {
    align-items: stretch;
    flex-direction: column;
  }
  .filter-row {
    gap: 12px;
  }
  .filter-row label {
    flex: 1;
  }
  .results-heading {
    align-items: flex-start;
  }
  .refresh-meta {
    max-width: 140px;
  }
  .pagination {
    gap: 16px;
  }
  .pagination > span {
    max-width: 150px;
  }
  .pagination button {
    padding: 9px;
  }
  .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .facts {
    grid-template-columns: 1fr;
  }
  .extra-filters {
    right: auto;
    left: 0;
    width: 280px;
  }
  .login-card {
    padding: 30px;
  }
}
