:root{--bg:#f7f8fa;--panel:#fff;--text:#16181d;--muted:#606776;--line:#d9dde5;--accent:#1d7f5f;--accent-strong:#116046;--danger:#b42318;--warn:#936000;--ok:#176b3a}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);letter-spacing:0;margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{border:1px solid var(--accent);background:var(--accent);color:#fff;cursor:pointer;border-radius:6px;padding:.55rem .75rem}button:disabled{cursor:not-allowed;opacity:.6}code,pre{font-family:Consolas,Courier New,monospace}.shell{grid-template-columns:230px 1fr;min-height:100vh;display:grid}.sidebar{color:#fff;background:#20242a;padding:1.25rem 1rem}.brand{align-items:center;gap:.6rem;margin:0 0 1.25rem;display:flex}.brand-logo{flex:none;width:36px;height:36px}.sidebar h1{margin:0;font-size:1rem;line-height:1.3}.sidebar nav{gap:.25rem;display:grid}.sidebar a{color:#edf0f4;border-radius:6px;padding:.55rem .65rem}.sidebar a:hover{background:#343a43}.content{min-width:0;padding:1.5rem}.page-title{margin:0 0 .35rem;font-size:1.7rem}.lead{color:var(--muted);max-width:850px;margin:0 0 1.25rem}.grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;display:grid}.card,.panel{background:var(--panel);border:1px solid var(--line);border-radius:8px;padding:1rem}.card h2,.panel h2{margin:0 0 .5rem;font-size:1.05rem}.muted{color:var(--muted)}.stack{gap:1rem;display:grid}.actions{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.guidance-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.5rem;margin:.85rem 0;display:grid}.guidance-item{border-left:3px solid var(--accent);gap:.2rem;padding:.3rem .7rem;display:grid}.guidance-item span{color:var(--muted);font-size:.92rem;line-height:1.4}.command{border:1px solid var(--line);color:#1f252e;white-space:pre-wrap;background:#eef1f5;border-radius:6px;margin-top:.75rem;padding:.65rem;display:block;overflow-x:auto}.log{color:#f1f5f9;white-space:pre-wrap;background:#14171c;border-radius:6px;max-height:420px;padding:.8rem;overflow:auto}.status{border-radius:999px;padding:.2rem .55rem;font-size:.85rem;display:inline-block}.status-running,.status-pending{color:var(--warn);background:#fff4ce}.status-success{color:var(--ok);background:#def7e8}.status-error{color:var(--danger);background:#fde7e7}.result{border-left:4px solid var(--line);gap:.65rem;padding:.3rem 0 .3rem .85rem;display:grid}.result h3{margin:0;font-size:1rem}.result p,.result ul{margin:0}.result li{margin:.2rem 0}.result-success{border-left-color:var(--ok)}.result-error{border-left-color:var(--danger)}.artifact-list{gap:.8rem;display:grid}.artifact-item{border-top:1px solid var(--line);gap:.45rem;padding-top:.7rem;display:grid}.artifact-head{flex-wrap:wrap;justify-content:space-between;gap:.4rem .75rem;display:flex}.artifact-head span{color:var(--muted)}.artifact-preview{border:1px solid var(--line);color:#1f252e;white-space:pre-wrap;background:#f5f7fa;border-radius:6px;max-height:260px;padding:.65rem;overflow:auto}.text-link{color:var(--accent-strong);font-weight:700}.table-wrap{overflow-x:auto}table{border-collapse:collapse;min-width:100%}th,td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:.5rem}th{background:#eef1f5;font-weight:700}td input,td select,td textarea{border:1px solid var(--line);border-radius:6px;width:100%;min-width:180px;padding:.4rem}td textarea{min-height:72px}.config-editor{border:1px solid var(--line);resize:vertical;border-radius:6px;width:100%;min-height:360px;padding:.75rem;font-family:Consolas,Courier New,monospace}.readonly{color:var(--muted);font-size:.9rem}.alert{border:1px solid var(--line);border-radius:6px;padding:.75rem}.alert-error{color:var(--danger);background:#fde7e7}.alert-ok{color:var(--ok);background:#def7e8}.alert-warn{color:var(--warn);background:#fff4ce}.demo-banner{color:var(--warn);background:#fff4ce;border:1px solid #e8cf7a;border-radius:8px;margin:0 0 1.25rem;padding:.7rem .9rem;line-height:1.45}.demo-banner strong{color:#6b4700}.demo-note{border:1px dashed var(--line);color:var(--muted);background:#eef1f5;border-radius:6px;margin:.5rem 0 0;padding:.5rem .7rem}@media (max-width:780px){.shell{grid-template-columns:1fr}.sidebar{position:static}}
