:root {
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:#24362e;
  background:#f5f7f4;
  font-synthesis:none;
  line-height:1.5;
  --muted:#69776f;
  --border:#dde5df;
  --green:#235f45}
* {
  box-sizing:border-box}
body {
  margin:0}
button,input,textarea {
  font:inherit}
button,a,input,textarea {
  outline-offset:4px}
button {
  cursor:pointer}
button:disabled {
  cursor:wait;
  opacity:.6}
a {
  color:var(--green)}
.topbar {
  height:82px;
  background:#fff;
  border-bottom:1px solid var(--border);
  padding:0 max(28px,calc((100vw - 1440px)/2));
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px}
.brand {
  text-decoration:none;
  font-size:28px;
  font-weight:750;
  letter-spacing:-1.3px;
  display:flex;
  align-items:center;
  gap:23px}
.brand span {
  font-size:12px;
  letter-spacing:.3px;
  font-weight:500;
  color:var(--muted);
  border-left:1px solid var(--border);
  padding-left:23px}
.environment {
  font-size:12px;
  border:1px solid #ccdacd;
  border-radius:30px;
  padding:6px 12px;
  color:#476550;
  white-space:nowrap}
main {
  max-width:1440px;
  margin:auto;
  padding:36px 28px 20px}
.eyebrow {
  font-size:11px;
  font-weight:700;
  letter-spacing:1.7px;
  color:var(--green);
  margin:0 0 10px}
h1 {
  font-size:32px;
  font-weight:600;
  letter-spacing:-1px;
  margin:0 0 10px;
  line-height:1.2}
.intro {
  color:var(--muted);
  margin:0;
  font-size:14px}
.workspace {
  display:grid;
  grid-template-columns:330px minmax(0,1fr);
  align-items:start;
  gap:24px;
  margin-top:30px}
.panel {
  background:#fff;
  border:1px solid var(--border);
  border-radius:12px}
.upload-panel,.history {
  padding:22px}
.history {
  margin-top:18px}
h2 {
  font-size:16px;
  margin:0;
  font-weight:650}
.file-box {
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:6px;
  background:#f7faf7;
  border:1px dashed #a9bfae;
  border-radius:8px;
  padding:20px 12px;
  margin:18px 0 21px;
  font-size:13px;
  text-align:center;
  cursor:pointer}
.file-box>span:not(.file-icon) {
  color:var(--muted);
  font-size:11px}
.file-icon {
  font-size:23px;
  color:var(--green)}
input[type=file] {
  width:100%;
  font-size:11px;
  margin-top:8px;
  color:var(--muted)}
input::file-selector-button {
  border:1px solid var(--border);
  border-radius:4px;
  background:#fff;
  padding:5px;
  color:#354b3f;
  margin-right:7px}
.field-label {
  display:block;
  font-size:12px;
  font-weight:600;
  margin-bottom:8px}
.field-label span {
  font-weight:400;
  color:var(--muted);
  font-size:11px;
  display:block}
textarea {
  width:100%;
  resize:vertical;
  min-height:92px;
  border:1px solid var(--border);
  border-radius:7px;
  padding:10px;
  font-size:12px;
  line-height:1.5;
  background:#fff;
  color:#24362e}
.primary {
  width:100%;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:7px;
  margin-top:15px;
  border:0;
  border-radius:7px;
  background:var(--green);
  color:#fff;
  padding:12px;
  font-size:12px;
  font-weight:600}
.primary:hover {
  background:#174d36}
.message {
  font-size:12px;
  margin:10px 0 0;
  overflow-wrap:anywhere}
.message:empty {
  display:none}
.error {
  color:#a1392b}
.muted {
  color:var(--muted);
  font-size:12px}
.section-heading {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px}
.text-button {
  border:0;
  background:none;
  color:var(--green);
  padding:4px 0;
  font-size:12px}
#jobs {
  list-style:none;
  padding:0;
  margin:15px 0 0}
#jobs li+li {
  border-top:1px solid var(--border)}
.job-button {
  width:100%;
  text-align:left;
  border:0;
  background:none;
  padding:12px 8px;
  border-radius:6px;
  color:inherit}
.job-button:hover,.job-button.selected {
  background:#f0f6ef}
.job-name {
  font-size:12px;
  font-weight:600;
  display:block;
  overflow-wrap:anywhere}
.job-meta {
  display:flex;
  justify-content:space-between;
  gap:8px;
  font-size:10px;
  color:var(--muted);
  margin-top:5px}
.detail {
  padding:28px;
  min-height:566px;
  overflow:hidden}
.empty {
  max-width:520px;
  margin:65px auto;
  text-align:center}
.empty-icon {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:58px;
  height:68px;
  border:1px solid #cddacf;
  border-radius:9px;
  font-size:35px;
  color:#748c79;
  background:#f7faf6;
  margin-bottom:25px}
.empty h2 {
  font-size:23px;
  font-weight:550}
.empty>p:not(.eyebrow) {
  font-size:13px;
  line-height:1.8;
  color:var(--muted);
  max-width:430px;
  margin:14px auto}
.steps {
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:18px;
  border-top:1px solid var(--border);
  padding-top:24px;
  margin-top:35px;
  font-size:10px;
  color:var(--muted)}
.detail-title {
  font-size:22px;
  overflow-wrap:anywhere;
  margin-bottom:8px}
.status-row {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
  margin-bottom:20px;
  font-size:12px;
  color:var(--muted)}
.badge {
  display:inline-block;
  padding:4px 9px;
  background:#edf4ed;
  color:#315940;
  border-radius:5px;
  font-size:11px}
.badge.failed {
  background:#fff0ed;
  color:#a1392b}
.progress-box {
  padding:15px;
  background:#f6f8f5;
  border:1px solid var(--border);
  border-radius:8px;
  margin-bottom:24px;
  font-size:12px}
.progress-box p {
  margin:0 0 8px}
.executions {
  margin:8px 0 0;
  padding-left:19px;
  color:var(--muted)}
.report-section {
  padding:22px 0;
  border-top:1px solid var(--border)}
.report-section h3 {
  font-size:14px;
  margin:0 0 15px}
.report-section h3 span {
  color:#839888;
  font-size:11px;
  font-weight:500;
  margin-right:12px}
.report-content {
  font-size:13px;
  overflow-wrap:anywhere}
.report-content p {
  white-space:pre-wrap;
  margin:7px 0}
.report-content ul {
  padding-left:20px}
.report-content li {
  margin-bottom:8px}
.report-content dl {
  margin:0}
.report-content dt {
  font-size:11px;
  color:var(--muted);
  margin-top:12px}
.report-content dd {
  margin:3px 0 10px}
.table-scroll {
  overflow:auto}
table {
  border-collapse:collapse;
  width:100%;
  font-size:12px;
  min-width:740px}
th,td {
  min-width:95px;
  text-align:left;
  vertical-align:top;
  border-bottom:1px solid var(--border);
  padding:10px 9px;
  overflow-wrap:anywhere}
th {
  color:var(--muted);
  font-weight:500;
  background:#f7f9f6}
td:nth-child(2) {
  font-family:ui-monospace,monospace;
  color:var(--green)}
.artifacts {
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:12px}
.artifacts a {
  font-size:12px;
  border:1px solid var(--border);
  padding:8px 12px;
  border-radius:6px;
  text-decoration:none;
  background:#fff}
.artifacts a:hover {
  background:#edf4ed}
footer {
  font-size:11px;
  color:var(--muted);
  margin-top:24px}
@media(min-width:1600px) {
  main {
  padding-top:50px}
.workspace {
  margin-top:38px}
}
@media(max-width:800px) {
  .workspace {
  grid-template-columns:280px minmax(0,1fr);
  gap:16px}
.detail {
  padding:20px}
.upload-panel,.history {
  padding:17px}
}
@media(max-width:650px) {
  .topbar {
  height:68px;
  padding:0 18px}
.brand {
  font-size:25px}
.brand span {
  display:none}
.environment {
  font-size:10px;
  padding:5px 8px}
main {
  padding:25px 16px 18px}
h1 {
  font-size:27px}
.intro {
  font-size:13px}
.workspace {
  grid-template-columns:1fr;
  margin-top:23px}
.detail {
  min-height:350px}
.empty {
  margin:25px auto}
.history {
  max-height:290px;
  overflow:auto}
.empty h2 {
  font-size:21px}
.steps {
  gap:10px}
.detail-title {
  font-size:20px}
}
@media(prefers-reduced-motion:no-preference) {
  button,a {
  transition:background-color .15s ease}
}
