:root{font-family:system-ui,-apple-system,sans-serif;color:#20332f;background:#f3f5f1;color-scheme:light}*{box-sizing:border-box}body{margin:0}main{max-width:880px;margin:0 auto;padding:48px 22px;min-width:0}header{margin-bottom:32px}.eyebrow{font-size:12px;letter-spacing:2px;color:#357460;font-weight:700}h1{font-size:clamp(26px,5vw,38px);letter-spacing:-1.5px;margin:14px 0}h2{font-size:18px;margin:0 0 22px}h3{margin:24px 0 12px}p{line-height:1.65}.card{background:white;border:1px solid #dce4dc;border-radius:18px;padding:26px;margin:20px 0;box-shadow:0 5px 24px #243b2b05}label{display:block;font-size:14px;margin-bottom:8px}.muted,footer{font-size:13px;color:#65756e}input[type=password]{width:100%;padding:12px;border:1px solid #cbd5ce;border-radius:8px;margin-bottom:20px}.drop{border:2px dashed #acc7b8;background:#f5faf6;border-radius:12px;padding:26px;display:grid;gap:12px;transition:border-color .15s,background .15s}.drop.dragover{border-color:#21624b;border-style:solid;background:#e3f1e7}.drop span{color:#65756e;font-size:14px}input[type=file]{max-width:100%}.actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}button{border:0;border-radius:8px;padding:12px 18px;background:#21624b;color:white;font-weight:650;cursor:pointer}.secondary{background:#eaf1eb;color:#294a3d}button:disabled{opacity:.5;cursor:wait}button:focus-visible,input:focus-visible,a:focus-visible{outline:3px solid #dc9c38;outline-offset:3px}progress{width:100%;height:12px;accent-color:#287859}pre{white-space:pre-wrap;overflow-wrap:anywhere;background:#f5f7f4;border:1px solid #e3e8e0;border-radius:8px;padding:16px;font-size:13px;max-height:460px;overflow:auto;line-height:1.7}details{margin:14px 0}summary{cursor:pointer;color:#3e6755}.warning{color:#935809;background:#fff5da;padding:12px;border-radius:8px}.error{color:#ad302d}footer{margin-top:26px}a{color:#21624b}[hidden]{display:none!important}
.markdown-body{line-height:1.85;overflow-wrap:anywhere;overflow-x:auto;margin-top:24px;padding:24px;border:1px solid #dce4dc;border-radius:10px}.markdown-body table{border-collapse:collapse;min-width:50%;margin:18px 0}.markdown-body th,.markdown-body td{border:1px solid #cad5cc;padding:8px 14px;text-align:left}.markdown-body th{background:#edf3ee}.markdown-body s{color:#9a493d;text-decoration-thickness:2px}.markdown-body blockquote{border-left:3px solid #8cb09a;margin-left:0;padding-left:18px;color:#65756e}

#lookup{margin-top:14px}#lookup-id{flex:1;min-width:220px;padding:10px 12px;border:1px solid #cbd5ce;border-radius:8px;font:inherit}

/* Sidebar with the job list; collapses above the content on narrow screens. */
.layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:0;min-height:100vh}
.sidebar{background:#eef3ee;border-right:1px solid #dce4dc;padding:28px 18px;position:sticky;top:0;height:100vh;overflow:auto}
.sidebar-head{display:flex;align-items:center;justify-content:space-between;gap:10px}
.sidebar h2{margin:0;font-size:16px}
button.small{padding:6px 10px;font-size:12px}
.job-list{list-style:none;margin:14px 0 0;padding:0;display:grid;gap:8px}
.job-item{width:100%;text-align:left;background:white;border:1px solid #d6dfd8;border-radius:10px;padding:10px 12px;color:#20332f;font:inherit;font-weight:500;cursor:pointer;display:grid;gap:4px}
.job-item:hover{border-color:#8cb09a}
.job-item.active{border-color:#21624b;box-shadow:0 0 0 2px #21624b33}
.job-item .name{font-weight:650;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.job-item .meta{font-size:12px;color:#65756e;display:flex;gap:8px;flex-wrap:wrap}
.job-item .state{font-size:11px;padding:1px 7px;border-radius:999px;background:#e3f1e7;color:#21624b}
.job-item .state.running{background:#fff5da;color:#935809}
.job-item .state.failed{background:#fbe4e2;color:#ad302d}
@media (max-width:900px){.layout{grid-template-columns:1fr}.sidebar{position:static;height:auto;max-height:40vh;border-right:0;border-bottom:1px solid #dce4dc}}
