:root{--ink:#182229;--muted:#6c777f;--line:#e3e8e6;--bg:#f5f7f6;--accent:#176955}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:20px}body{margin:0;color:var(--ink);background:var(--bg);font:14px/1.55 system-ui,-apple-system,Segoe UI,sans-serif}h1,h2,h3,p{margin-top:0}h1{font-size:32px;line-height:1.2;letter-spacing:-1px;margin-bottom:10px}h2{font-size:19px;letter-spacing:-.3px;margin:0}h3{font-size:18px;margin:14px 0 7px}a{color:var(--accent)}button,input,textarea{font:inherit}button{cursor:pointer;border:1px solid var(--accent);background:var(--accent);color:#fff;border-radius:8px;padding:11px 16px;font-weight:600}button:hover{filter:brightness(.94)}button:disabled{opacity:.5;cursor:wait}button.secondary{background:white;color:var(--accent);border-color:#c9d9d2}button.ghost{background:transparent;color:var(--accent);border-color:var(--line);padding:8px 12px}input,textarea{display:block;width:100%;background:#fff;color:var(--ink);border:1px solid #ccd6d1;border-radius:7px;padding:11px;margin-top:6px;outline:none}input:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #17695517}label{display:block;font-weight:600}label small{font-weight:400;display:block;color:var(--muted);margin-top:7px}small,.small{font-size:12px}.muted{color:var(--muted)}.eyebrow{font-size:10px;letter-spacing:1.7px;font-weight:700;color:var(--muted);margin-bottom:14px}.mark{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:#176955;color:white;font-size:14px;font-weight:800}.brand{display:flex;align-items:center;gap:12px;color:var(--ink);text-decoration:none;margin-bottom:48px}aside{position:fixed;inset:0 auto 0 0;width:236px;padding:30px 24px;background:#fff;border-right:1px solid var(--line)}nav a{display:block;padding:12px 10px;text-decoration:none;color:#53645a;margin:4px 0;border-radius:7px}nav a:hover{background:#edf3ef}.aside-bottom{position:absolute;bottom:28px;font-size:12px;color:var(--muted)}.aside-bottom button{display:block;margin-top:20px}.dot{display:inline-block;width:7px;height:7px;background:#428d61;border-radius:50%;margin-right:6px}.workspace{max-width:1510px;margin-left:236px;padding:40px 42px}header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:34px}.pill{background:#fff4d9;color:#875b0a;padding:7px 12px;border-radius:30px;white-space:nowrap;font-size:12px}.pill.live{background:#e3f1e8;color:var(--accent)}section{margin-bottom:28px;padding:26px;background:white;border:1px solid var(--line);border-radius:12px}.section-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:22px}.section-title>.muted{font-size:12px}.actions{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.actions article{border:1px solid var(--line);border-radius:10px;padding:20px;display:flex;flex-direction:column;align-items:flex-start}.actions article p{font-size:13px;color:var(--muted);flex:1;min-height:42px}.actions article button{font-size:12px;width:100%;margin-top:10px}.icon{width:34px;height:34px;display:grid;place-items:center;border-radius:8px;background:#edf4ef;color:var(--accent);font-size:21px}.notice{font-size:12px;background:#faf6ea;color:#806627;border:1px solid #eee5c9;border-radius:7px;padding:12px 15px;margin:20px 0}.grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-bottom:22px}.grid.three{grid-template-columns:repeat(3,1fr)}.hint{font-size:11px;color:var(--accent);margin-left:8px}.check{display:flex;align-items:flex-start;font-weight:400;gap:10px;margin:18px 0}.check input{width:auto;margin-top:5px;accent-color:var(--accent)}textarea{font:12px/1.7 ui-monospace,Consolas,monospace}.toolbar{display:flex;gap:10px;margin-bottom:18px}details{padding:15px 0 0;color:var(--muted);font-size:13px}summary{cursor:pointer;color:var(--accent)}.command{display:block;padding:15px;background:#f2f5f3;border-radius:7px;overflow-wrap:anywhere;font-size:12px}.savebar{display:flex;align-items:center;justify-content:space-between;margin:-4px 0 28px;gap:15px}.counts{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.badge{display:inline-block;padding:3px 8px;font-size:11px;border-radius:5px;background:#edf0ee;color:#4e6255}.badge.failed,.badge.uncertain{background:#fbe6e3;color:#a6382c}.badge.success{background:#e6f2e8;color:#247640}.badge.running,.badge.pending{background:#fff0cc;color:#8b681a}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;font-size:12px;min-width:580px}th{text-align:left;color:var(--muted);font-weight:500}th,td{border-bottom:1px solid #edf0ee;padding:12px 8px;vertical-align:top}td:last-child{white-space:nowrap}td button{font-size:11px!important}.logs{max-height:460px;overflow:auto}.log{border-bottom:1px solid var(--line);padding:11px 0;display:grid;grid-template-columns:140px 65px 1fr;gap:10px;font-size:12px}.log time{color:var(--muted)}.log div:last-child{white-space:pre-wrap;overflow-wrap:anywhere}.hidden{display:none!important}pre{max-height:430px;overflow:auto;background:#f3f6f4;padding:15px;font-size:12px;white-space:pre-wrap;overflow-wrap:anywhere}footer{display:flex;justify-content:space-between;color:var(--muted);font-size:11px;margin-top:25px}.login{max-width:430px;margin:12vh auto;padding:35px;background:#fff;border:1px solid var(--line);border-radius:14px}.login .mark{margin-bottom:25px}.login label{margin-top:20px}.login button{width:100%;margin-top:25px}#toast{position:fixed;z-index:10;right:25px;bottom:25px;max-width:520px;padding:16px 22px;background:#173b30;color:#fff;border-radius:9px;display:none;box-shadow:0 6px 30px #0002}#toast.error{background:#8b312b}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #75b89f;outline-offset:3px}@media(max-width:1150px){aside{width:195px;padding:24px 15px}.workspace{margin-left:195px;padding:30px 22px}.actions{gap:8px}.actions article{padding:14px}}@media(max-width:850px){aside{position:static;width:auto;padding:15px 20px;border-right:0;border-bottom:1px solid var(--line)}.brand{margin:0}aside .eyebrow,nav,.aside-bottom{display:none}.workspace{margin-left:0;padding:25px 16px}header{gap:12px}h1{font-size:26px}.actions,.grid,.grid.three{grid-template-columns:1fr}.actions article p{min-height:0}section{padding:18px}.section-title,.savebar{align-items:flex-start;flex-direction:column}.log{grid-template-columns:120px 1fr}.log div:last-child{grid-column:1/-1}.login{margin:8vh 16px}.toolbar{flex-wrap:wrap}footer{gap:10px}.pill{font-size:10px}}
