:root{--ink:#17242b;--muted:#68777d;--line:#dce4e3;--paper:#fff;--bg:#f2f5f3;--brand:#146b5d;--brand-dark:#0d5146;--accent:#d8a84e;--danger:#a53b3b;--shadow:0 12px 35px rgba(22,45,42,.07)}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:15px/1.45 system-ui,-apple-system,"Segoe UI",sans-serif}button,input,textarea,select{font:inherit}button{border:0;border-radius:9px;background:var(--brand);color:#fff;font-weight:700;padding:.78rem 1.15rem;cursor:pointer}button:hover{background:var(--brand-dark)}button:disabled{opacity:.55;cursor:wait}.hidden{display:none!important}.muted{color:var(--muted)}
.login-shell{min-height:100vh;display:grid;place-items:center;padding:2rem;background:radial-gradient(circle at 15% 20%,#d4e7df,transparent 35%),radial-gradient(circle at 90% 80%,#f2dfb8,transparent 30%),#edf2ef}.login-card{width:min(420px,100%);padding:2.5rem!important}.login-card h1{margin:.8rem 0 .2rem}.login-card button{width:100%;margin-top:.6rem}.brand-mark{width:64px;height:64px;display:grid;place-items:center;border-radius:16px;background:var(--brand);color:#fff;font-size:.8rem;font-weight:900;letter-spacing:.08em}
.topbar{min-height:92px;background:#142d2b;color:#fff;padding:1rem max(2rem,calc((100vw - 1440px)/2));display:flex;align-items:center;justify-content:space-between}.topbar h1{font-size:1.45rem;margin:.1rem 0}.eyebrow{color:#9bc2b7;font-size:.7rem;font-weight:800;letter-spacing:.16em}.top-actions{display:flex;gap:1rem;align-items:center}.status{font-size:.85rem;color:#c8d9d5}.status.ok:before{content:"";display:inline-block;width:8px;height:8px;background:#66d59b;border-radius:50%;margin-right:.5rem}.status.bad{color:#ffb7b7}
.layout{width:min(1440px,calc(100% - 3rem));margin:2rem auto;display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:1.5rem}.workspace form{display:grid;gap:1.25rem}aside{display:grid;gap:1.25rem;align-content:start}.card{background:var(--paper);border:1px solid rgba(23,60,54,.09);border-radius:15px;padding:1.35rem;box-shadow:var(--shadow)}.section-title{display:flex;gap:1rem;align-items:flex-start;border-bottom:1px solid var(--line);padding-bottom:1rem;margin-bottom:1.1rem}.section-title>span{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:#e2efeb;color:var(--brand);font-weight:900}.section-title h2,.aside-heading h2{font-size:1.03rem;margin:0}.section-title p{font-size:.83rem;color:var(--muted);margin:.12rem 0 0}.aside-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}
.checks{display:grid;gap:.7rem}.checks.four{grid-template-columns:repeat(4,1fr)}.checks.two{grid-template-columns:repeat(2,1fr)}.check{border:1px solid var(--line);border-radius:11px;padding:.85rem;display:flex;gap:.7rem;align-items:flex-start;cursor:pointer}.check:has(input:checked){border-color:#73aa9c;background:#f2f9f6}.check input{margin-top:.2rem;accent-color:var(--brand)}.check span{display:flex;flex-direction:column}.check small,label small{color:var(--muted);font-size:.75rem}.grid{display:grid;gap:1rem}.grid.two{grid-template-columns:repeat(2,1fr)}label{display:flex;flex-direction:column;gap:.38rem;font-size:.83rem;font-weight:700}input,textarea,select{width:100%;border:1px solid #cfdad8;border-radius:8px;background:#fff;color:var(--ink);padding:.68rem .75rem;outline:none}input:focus,textarea:focus,select:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(20,107,93,.1)}input:disabled{background:#edf0ef;color:#96a09e}textarea{resize:vertical}fieldset{border:1px solid var(--line);border-radius:10px;margin:0;padding:.85rem}legend{font-size:.83rem;font-weight:700;padding:0 .3rem}.inline-check{flex-direction:row;align-items:center;font-weight:500}.inline-check input{width:auto;accent-color:var(--brand)}.date-row{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;margin-top:.7rem}.submit-row{display:flex;align-items:center;justify-content:flex-end;gap:1rem;margin-top:1rem}.submit-row .message{margin-right:auto}
.secondary{background:#e6eeeb;color:var(--brand-dark)}.secondary:hover{background:#d7e5e0}.small{padding:.48rem .8rem}.icon-button{background:transparent;color:var(--brand);font-size:1.25rem;padding:.1rem .35rem}.icon-button:hover{background:#edf5f2}.job-list,.file-list{display:grid;gap:.65rem;max-height:420px;overflow:auto}.job{border:1px solid var(--line);border-radius:9px;padding:.75rem}.job-head{display:flex;justify-content:space-between;gap:.6rem}.job strong{font-size:.83rem;overflow-wrap:anywhere}.pill{font-size:.65rem;font-weight:800;text-transform:uppercase;border-radius:99px;padding:.2rem .45rem;background:#eef2f1;color:#596764}.pill.running{background:#fff0ce;color:#815b11}.pill.completed{background:#dff3e8;color:#1f6f49}.pill.failed,.pill.cancelled{background:#f8dddd;color:#8c3030}.job p{font-size:.75rem;color:var(--muted);margin:.45rem 0 0}.job .cancel{font-size:.7rem;padding:.3rem .5rem;margin-top:.5rem;background:#f5e3e3;color:var(--danger)}.file{display:flex;align-items:center;justify-content:space-between;gap:.5rem;border-bottom:1px solid var(--line);padding:.55rem 0}.file a{color:var(--brand-dark);font-weight:700;font-size:.78rem;text-decoration:none;overflow-wrap:anywhere}.file small{white-space:nowrap;color:var(--muted)}.settings-form{display:grid;gap:.8rem}.settings-form button{justify-self:start}.message{font-size:.8rem;margin:.4rem 0}.message.error{color:var(--danger)}.message.success{color:var(--brand)}
@media(max-width:1100px){.layout{grid-template-columns:1fr}.sticky{position:static}.checks.four{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.layout{width:min(100% - 1.25rem,1440px);margin:1rem auto}.topbar{padding:1rem}.top-actions .status{display:none}.checks.four,.checks.two,.grid.two{grid-template-columns:1fr}.card{padding:1rem}.date-row{grid-template-columns:1fr}}
