@import url("/static/tokens.css");
.run-status progress {
  display: block;
  width: 100%;
  height: 18px;
  margin: 12px 0 20px;
  accent-color: var(--blue);
}
.run-error { color: #a31e32; }
.artifact-links { margin: 20px 0; overflow-wrap: anywhere; }
#input-identity { margin-top: 20px; overflow-wrap: anywhere; }
.secondary { background: #293446; }
.workspace h1 { overflow-wrap: anywhere; }
.candidate-row { padding: 14px 0; border-top: 1px solid var(--line); }
.candidate-row small { display: block; color: var(--muted); }
.preserve-lines { white-space: pre-wrap; overflow-wrap: anywhere; }
#nomination label { display: block; margin: 18px 0 6px; }
textarea { width: 100%; resize: vertical; font: inherit; color: var(--ink); border: 1px solid var(--line); border-radius: 6px; padding: 12px; }
textarea:focus-visible { outline: 3px solid #7290ff; outline-offset: 3px; }
dd code { overflow-wrap: anywhere; }
.finding {
  border-top: 1px solid var(--line);
  padding: 16px 0;
}
.finding summary {
  cursor: pointer;
  font-size: 0.9375rem;
}
.finding pre {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font-size: 0.875rem;
  background: var(--paper);
  padding: 18px;
}
dt {
  font-size: 0.875rem;
  color: var(--muted);
  margin-top: 12px;
}
dd {
  margin-left: 0;
}
#comparison {
  margin-top: 24px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font:
    1rem/1.55 -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}
a {
  color: inherit;
}
button,
input,
select {
  font: inherit;
}
button {
  cursor: pointer;
  border: 0;
  border-radius: 7px;
  background: var(--blue);
  color: white;
  padding: 12px 18px;
  font-weight: 600;
}
button:hover {
  background: #153cc0;
}
button:disabled {
  opacity: 0.55;
  cursor: wait;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid #7290ff;
  outline-offset: 3px;
}
input,
select {
  width: 100%;
  border: 1px solid var(--line);
  background: white;
  border-radius: 6px;
  padding: 12px;
  color: var(--ink);
}
h1,
h2,
p {
  margin-top: 0;
}
h1 {
  font-size: 2rem;
  letter-spacing: -0.045em;
  line-height: 1.2;
  margin-bottom: 14px;
}
h2 {
  font-size: 1.35rem;
  letter-spacing: -0.025em;
  line-height: 1.35;
}
p {
  color: var(--muted);
}
.wordmark {
  display: block;
  font-size: 1.8rem;
  font-weight: 750;
  letter-spacing: -0.065em;
  text-decoration: none;
}
.wordmark span {
  font-weight: 400;
  color: var(--blue);
}
.eyebrow {
  font-size: 0.75rem;
  font-weight: 650;
  letter-spacing: 0.13em;
  color: var(--muted);
}
.sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  width: 228px;
  padding: 34px 22px;
  background: white;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}
.sidebar .eyebrow {
  font-size: 0.75rem;
  margin: 5px 0 40px;
}
.sidebar nav {
  display: grid;
  gap: 6px;
}
.sidebar nav a {
  border-radius: 6px;
  padding: 11px 14px;
  text-decoration: none;
  color: var(--muted);
  font-size: 0.9375rem;
}
.sidebar nav a[aria-current] {
  background: var(--blue-light);
  color: var(--blue);
  font-weight: 600;
}
.sidebar-bottom {
  margin-top: auto;
  border-top: 1px solid var(--line);
  padding-top: 20px;
  font-size: 0.875rem;
}
.quiet {
  display: block;
  background: transparent;
  color: var(--muted);
  padding: 8px 0;
  font-size: 0.875rem;
}
.quiet:hover {
  background: transparent;
  color: var(--ink);
}
.workspace {
  margin-left: 228px;
  max-width: 1560px;
  padding: 32px 48px;
}
.workspace header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding-bottom: 22px;
  margin-bottom: 48px;
  gap: 20px;
}
.workspace header p {
  margin: 0;
}
.tag {
  display: inline-block;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 4px 9px;
  font-size: 0.8125rem;
  color: var(--muted);
  background: white;
}
.section-heading {
  margin-bottom: 32px;
}
.metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 30px 0;
}
.metric,
.panel {
  background: white;
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 26px;
}
.metric span,
.metric small {
  display: block;
  color: var(--muted);
  font-size: 0.875rem;
}
.metric strong {
  display: block;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: -0.04em;
  margin: 12px 0 6px;
}
.panel {
  margin: 26px 0;
}
.panel p {
  max-width: 68ch;
}
.panel p:last-child {
  margin-bottom: 0;
}
.text-link {
  color: var(--blue);
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 600;
}
.footnote {
  font-size: 0.8125rem;
  margin-top: 34px;
  max-width: 70ch;
}
.empty {
  padding: 46px 32px;
}
.empty .tag {
  margin-bottom: 20px;
}
.login-page {
  min-height: 100dvh;
  display: grid;
  place-items: center;
  background: linear-gradient(120deg, #eef2fb 0%, #f8f9fc 55%, #e8edfa 100%);
  padding: 24px;
}
.login-card {
  max-width: 460px;
  width: 100%;
  padding: 42px;
  background: white;
  border: 1px solid var(--line);
  border-top: 4px solid var(--blue);
  border-radius: 10px;
  box-shadow: 0 20px 80px #1222460b;
}
.login-card .eyebrow {
  margin: 4px 0 38px;
}
.login-card label {
  display: block;
  font-size: 0.875rem;
  margin: 26px 0 8px;
}
.login-card button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
}
.login-card footer {
  font-size: 0.8125rem;
  color: var(--muted);
  border-top: 1px solid var(--line);
  padding-top: 20px;
  margin-top: 25px;
}
#message {
  color: #b42318;
  font-size: 0.875rem;
  margin: 14px 0 0;
}
table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
th,
td {
  padding: 14px 12px;
  border-bottom: 1px solid var(--line);
  font-size: 0.9375rem;
}
th {
  font-size: 0.8125rem;
  color: var(--muted);
  font-weight: 600;
}
.table-wrap {
  overflow: auto;
}
code {
  font-size: 0.8125rem;
  overflow-wrap: anywhere;
}
.controls {
  display: flex;
  gap: 12px;
  align-items: end;
  flex-wrap: wrap;
}
.controls label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 6px;
}
.controls > div {
  flex: 1;
  min-width: 180px;
}
@media (max-width: 1000px) {
  .workspace {
    padding: 28px;
  }
  .metrics {
    grid-template-columns: 1fr;
  }
  .sidebar {
    width: 200px;
  }
  .workspace {
    margin-left: 200px;
  }
}
@media (max-width: 680px) {
  .sidebar {
    position: static;
    width: 100%;
    padding: 20px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .sidebar .eyebrow {
    margin-bottom: 16px;
  }
  .sidebar nav {
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
  }
  .sidebar nav a {
    padding: 10px 5px;
    text-align: center;
    font-size: 0.875rem;
  }
  .sidebar-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    margin-top: 12px;
  }
  .workspace {
    margin: 0;
    padding: 24px 18px;
  }
  .workspace header {
    margin-bottom: 30px;
  }
  .workspace header .tag {
    display: none;
  }
  .login-card {
    padding: 30px 24px;
  }
  h1 {
    font-size: 1.75rem;
  }
}
