:root{color:#17342c;background:#f6f2e9;font-family:Inter,Segoe UI,Microsoft YaHei,PingFang SC,system-ui,-apple-system,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input,textarea{font:inherit}button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;min-width:84px;border:1px solid #c8d4cd;border-radius:999px;padding:0 16px;color:#17342c;background:#fff;cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease,opacity .16s ease}button:hover:not(:disabled){border-color:#0b6e4f}button:disabled{cursor:not-allowed}button.primary{border-color:#0b6e4f;color:#fff;background:#0b6e4f}button.tonal{border-color:#d7e7df;color:#215340;background:#e8f3ed}button svg{flex:0 0 auto}.spin{animation:spin .85s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}input,textarea{width:100%;border:1px solid #c8d4cd;border-radius:8px;padding:11px 12px;color:#18322b;background:#fff;outline:none;resize:vertical}input:focus,textarea:focus{border-color:#0b6e4f;box-shadow:0 0 0 3px #0b6e4f1f}input:disabled{color:#65736f;background:#eef1ee}label{display:grid;gap:7px}label span{font-size:.87rem;font-weight:700;color:#40534d}.page-shell{min-height:100vh;padding:24px;background:linear-gradient(135deg,#f4f1e8,#e6f2ec),#f4f1e8}.workspace{display:flex;flex-direction:column;width:min(1120px,100%);height:calc(100vh - 48px);min-height:calc(100vh - 48px);margin:0 auto}.header{display:block}.header h1,.header p,.list-title h2,.warning{margin:0}.header h1{font-size:2rem;line-height:1.12;font-weight:800;color:#18322b}.header p{margin-top:8px;color:#41524b;font-size:1.125rem}.counter{white-space:nowrap;color:#40534d}.toolbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;margin-top:20px}.toolbar-group{display:flex;flex-wrap:wrap;gap:12px}.toolbar-left{justify-content:flex-start}.toolbar-center{justify-content:center}.toolbar-right{justify-content:flex-end}.file-input{display:none}.toast{position:fixed;top:18px;left:50%;z-index:20;min-width:min(420px,calc(100vw - 32px));max-width:calc(100vw - 32px);border-radius:999px;padding:12px 18px;text-align:center;color:#1d5c3f;background:#dff4e7;box-shadow:0 12px 36px #141e1b2e;transform:translate(-50%);animation:toast-slide-in .22s ease-out}.toast.error{color:#8b2e1e;background:#ffe5e0}@keyframes toast-slide-in{0%{opacity:0;transform:translate(-50%,-18px)}to{opacity:1;transform:translate(-50%)}}.list-panel{display:grid;grid-template-rows:auto minmax(0,1fr);min-height:0;flex:1;margin-top:16px;border:1px solid #e2ddd0;border-radius:24px;background:#fff;overflow:hidden}.list-title{display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #e2ddd0;padding:18px 20px 8px}.list-title h2{font-size:1.375rem;font-weight:700}.list-body{min-height:0;overflow:auto}.empty-state{display:grid;min-height:100%;place-items:center;color:#65736f;font-size:1.125rem}.protocol{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:5px 9px;font-size:.84rem;font-weight:800;color:#215340;background:#e8f3ed}.node-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-content:start;grid-auto-rows:min-content;gap:12px;height:100%;padding:14px 18px;overflow:auto}.status-pill,.warning-pill{display:inline-flex;max-width:100%;border-radius:999px;padding:4px 9px;overflow:hidden;font-size:.82rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.status-pill{color:#1d5c3f;background:#dff4e7}.warning-pill{color:#9a5b24;background:#fff1dd}.node-card{display:grid;align-self:start;gap:12px;border:1px solid #e7e2d6;border-radius:14px;padding:14px;background:#fff}.node-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.node-title{display:grid;gap:6px}.node-title span{font-size:.82rem;font-weight:700;color:#65736f}.node-title strong{min-width:0;overflow:hidden;color:#18322b;font-size:1rem;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.node-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.compact-button{min-height:34px;min-width:76px;padding:0 12px;white-space:nowrap}.icon-button{width:40px;min-width:40px;min-height:34px;padding:0;color:#215340}.icon-button.danger{color:#8b2e1e}.warning{min-width:0;margin:0;overflow:hidden;color:#9a5b24;font-size:.9rem;text-overflow:ellipsis;white-space:nowrap}.dialog-frame{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;width:100%;max-width:none;height:100%;max-height:none;border:0;padding:20px;margin:0;background:#141e1b6b}.dialog{display:grid;width:min(560px,100%);gap:16px;border-radius:8px;padding:20px;background:#fff;box-shadow:0 24px 80px #141e1b3d}.dialog h2{margin:0;font-size:1.25rem}.dialog-actions{display:flex;justify-content:flex-end;gap:12px}@media(max-width:680px){.page-shell{padding:16px}.workspace{height:calc(100vh - 32px);min-height:calc(100vh - 32px)}.toolbar{display:grid;grid-template-columns:1fr}.toolbar-group,.dialog-actions{display:grid;justify-content:stretch}.dialog-actions{display:grid}.toolbar-group button,.dialog-actions button{width:100%}}
