:root{--navy:#132c34;--navy-deep:#10272f;--green:#137d61;--green-hover:#0b674e;--green-light:#edf7f2;--text:#24363e;--muted:#859196;--border:#e6ebea;--canvas:#f6f8f8;--white:#fff;--font:Inter,"SF Pro Display","PingFang SC","Microsoft YaHei",system-ui,sans-serif}
*{box-sizing:border-box}body{margin:0;color:var(--text);background:var(--canvas);font-family:var(--font);font-size:14px;-webkit-font-smoothing:antialiased}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:wait;opacity:.6}button{color:inherit}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,[tabindex]:focus-visible{outline:3px solid #7ccab2;outline-offset:3px}input,textarea,select{min-width:0}button{border:0;background:none}h1,h2,h3,p{margin:0}[hidden]{display:none!important}.svg-library{position:absolute;width:0;height:0;overflow:hidden}.icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.muted{color:var(--muted)}.section-kicker{display:block;font-size:10px;font-weight:700;letter-spacing:1.8px;color:#84978f}.brand{display:flex;align-items:center;gap:12px;font-size:19px;font-weight:650;letter-spacing:.5px}.brand small{display:block;font-size:7px;letter-spacing:1.8px;font-weight:500;margin-top:6px;opacity:.6}.brand-light{color:#f4fbf9}.brand-mark{display:flex;align-items:flex-end;gap:3px;width:29px;height:29px;flex-shrink:0;transform:skewY(-9deg)}.brand-mark span{width:7px;border-radius:2px;background:#81cdb1}.brand-mark span:nth-child(1){height:17px}.brand-mark span:nth-child(2){height:27px;background:#e0f4ea}.brand-mark span:nth-child(3){height:22px;background:#4ea98a}.boot{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;color:#6d827a;font-size:13px}.boot .brand-mark span:nth-child(2){background:#137d61}.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:8px;padding:11px 17px;font-weight:600;font-size:13px;line-height:20px;white-space:nowrap;transition:background .15s,border-color .15s,transform .15s}.button.primary{background:var(--green);border:1px solid var(--green);color:#fff;box-shadow:0 2px 3px #17432c0c}.button.primary:hover:not(:disabled){background:var(--green-hover);border-color:var(--green-hover)}.button.secondary{background:#fff;border:1px solid #dfe6e2}.button.secondary:hover{background:#f4f7f5}.button.subtle{border:1px solid var(--border);background:#fff;color:#66777e}.button.subtle:hover{background:#f6f8f8}.button.small{padding:7px 11px;font-size:12px}.button.small .icon{width:15px;height:15px}.icon-button{width:34px;height:34px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;color:#829095;flex-shrink:0}.icon-button:hover{color:#23463a;background:#eff5f2}.text-button{display:inline-flex;align-items:center;gap:7px;color:var(--green);font-weight:600;font-size:12px;padding:5px 0;white-space:nowrap}.text-button .icon{width:16px;height:16px}.text-button:hover{text-decoration:underline}.form-error{font-size:12px;color:#b34442;background:#fff2f1;padding:11px 13px;border:1px solid #f5dcd8;border-radius:7px;line-height:1.7;overflow-wrap:anywhere}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
/* Sign in */
.login-screen{min-height:100vh;display:grid;grid-template-columns:1.06fr 1fr;background:#fff}.login-story{min-height:100vh;background:var(--navy);padding:45px 9%;display:flex;flex-direction:column;position:relative;overflow:hidden}.login-story:after{content:"";position:absolute;width:330px;height:330px;border:1px solid #ffffff09;border-radius:50%;left:-160px;bottom:-200px;box-shadow:0 0 0 44px #ffffff02,0 0 0 88px #ffffff02;pointer-events:none}.story-content{margin:auto 0;padding:65px 0 50px;max-width:520px}.story-eyebrow{font-size:12px;letter-spacing:2px;color:#8fc0b2}.story-content h1{font-size:clamp(30px,3.1vw,47px);font-weight:600;line-height:1.5;letter-spacing:1px;color:#f4f9f6;margin:20px 0}.story-content>p{color:#b2c4c7;font-size:14px;line-height:1.95}.flow-art{display:block;width:100%;max-width:520px;margin-top:43px}.story-footer{display:flex;align-items:center;gap:10px;color:#9cb7b6;font-size:11px;letter-spacing:.4px;padding:16px 0 5px}.story-footer .icon{width:16px;height:16px}.login-entry{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:55px 50px;position:relative}.login-form-wrap{width:100%;max-width:360px}.login-form-wrap>.section-kicker{font-size:12px;letter-spacing:2px}.login-form-wrap h2{font-size:29px;font-weight:650;margin:13px 0 14px;letter-spacing:.5px}.login-form-wrap>.muted{font-size:13px;line-height:1.8}.login-form-wrap form{margin-top:37px}.login-form-wrap label{font-size:12px;font-weight:600;display:block;margin-bottom:10px}.password-field{display:flex;align-items:center;gap:12px;border:1px solid #dde5e1;border-radius:8px;background:#fbfcfb;padding:6px 8px 6px 14px}.password-field:focus-within{border-color:#67ae93;box-shadow:0 0 0 3px #e7f4ed}.password-field>.icon{color:#a2afa7;width:17px;height:17px}.password-field input{height:35px;border:0;background:none;outline:none!important;width:100%;font-size:13px}.password-field input::placeholder{color:#a8b0ae}.password-field .icon-button .icon{width:18px;height:18px}.login-form-wrap .form-error{margin-top:12px}.login-submit{width:100%;margin-top:22px;justify-content:space-between;padding:13px 18px}.login-submit .icon{width:18px;height:18px}.login-private{display:flex;align-items:center;justify-content:center;gap:7px;font-size:11px;color:#a1aba8;margin-top:24px}.login-private .icon{width:13px;height:13px}.login-footnote{position:absolute;bottom:32px;font-size:9px;color:#adb7b1;letter-spacing:1.2px}
/* Shell */
.workspace{min-height:100vh;display:flex}.sidebar{width:236px;background:var(--navy-deep);position:fixed;left:0;top:0;bottom:0;padding:33px 20px 21px;display:flex;flex-direction:column;z-index:30}.sidebar .brand{font-size:17px;gap:11px;padding:0 6px}.sidebar .brand small{font-size:6px;letter-spacing:1.5px}.sidebar .brand-mark{transform:scale(.9) skewY(-9deg)}.workspace-tag{display:flex;align-items:center;gap:8px;margin:30px 5px 29px;padding:10px 9px;background:#ffffff05;border:1px solid #ffffff0c;border-radius:7px;color:#a9bac0;font-size:10px}.small-dot{width:5px;height:5px;border-radius:50%;background:#78b5a1;flex-shrink:0}.workspace-tag-label{margin-left:auto;color:#758f94;font-size:9px;border-left:1px solid #ffffff10;padding-left:9px}.nav-caption{font-size:10px;color:#637d86;letter-spacing:1px;padding:0 13px;margin-bottom:13px}.nav-item{width:100%;display:flex;align-items:center;gap:12px;text-align:left;padding:13px 13px;border-radius:7px;color:#9eb1b8;font-size:13px;margin-bottom:5px;transition:background .15s}.nav-item .icon{width:19px;height:19px}.nav-item:hover{background:#ffffff07;color:#d3e6e0}.nav-item.active{background:#25443f;color:#c1eadb}.nav-count{font-size:10px;background:#ffffff0b;padding:3px 6px;border-radius:4px;color:#a9c6ba;margin-left:auto;line-height:1}.sidebar-bottom{margin-top:auto;padding-top:40px}.sidebar-note{padding:17px 13px 19px;border:1px solid #ffffff0a;border-radius:8px;background:#ffffff02;margin:0 3px 23px}.sidebar-note-icon{color:#729b8f;margin-bottom:13px}.sidebar-note-icon .icon{width:19px;height:19px}.sidebar-note strong{font-size:11px;color:#a7bcb6;font-weight:500}.sidebar-note p{font-size:10px;color:#657f85;line-height:1.9;margin-top:7px}.logout-button{width:100%;display:flex;gap:11px;align-items:center;text-align:left;border-top:1px solid #ffffff0c;padding:20px 6px 0;color:#8ca3a9}.logout-button>span:nth-child(2){flex:1}.logout-button strong{display:block;font-size:11px;font-weight:500;color:#c1cecd}.logout-button small{display:block;font-size:9px;margin-top:4px;color:#69868d}.logout-button>.icon{width:17px;height:17px}.logout-button:hover>.icon{color:#c5ecdd}.avatar{display:flex;align-items:center;justify-content:center;border-radius:9px;width:33px;height:33px;background:#2a494a;color:#b2cdc5;font-size:11px;font-weight:600}.main-shell{width:calc(100% - 236px);margin-left:236px}.topbar{height:77px;padding:0 38px;background:#ffffffd9;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.breadcrumb{display:flex;gap:14px;align-items:center;font-size:11px;color:#93a0a3}.breadcrumb-divider{color:#c7d0ce}.breadcrumb strong{font-weight:500;color:#4e656a}.topbar-right{display:flex;align-items:center;gap:23px}.private-badge{display:flex;align-items:center;gap:6px;color:#8d9b9c;font-size:10px}.private-badge .icon{width:13px;height:13px}.topbar-avatar{background:#ebf0ed;color:#60756c;width:30px;height:30px;border-radius:50%;font-size:10px}.mobile-menu{display:none}.main-content{padding:35px 38px 20px;max-width:1680px;margin:auto}.page-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px}.page-heading h1{font-size:27px;letter-spacing:.6px;font-weight:650;margin:9px 0 10px}.page-heading p{font-size:12px;color:#8a969a;line-height:1.7}.page-heading>.button{padding:10px 17px}.page-heading>.button .icon{width:17px;height:17px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px;margin-bottom:22px}.stat-card{background:#fff;border:1px solid var(--border);border-radius:10px;padding:17px 21px 18px;box-shadow:0 2px 3px #14302702}.stat-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#73828a;font-size:12px}.stat-icon{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px}.stat-icon .icon{width:16px;height:16px}.stat-icon.neutral{background:#eff3f4;color:#7c9098}.stat-icon.amber{background:#faf4e7;color:#b29454}.stat-icon.blue{background:#edf4fa;color:#6694ba}.stat-icon.green{background:#edf7f1;color:#429679}.stat-card>strong{font-size:31px;font-weight:650;line-height:1;letter-spacing:-1px;display:block;margin:14px 0 12px;font-variant-numeric:tabular-nums}.stat-card>p{font-size:10px;color:#a1abad;letter-spacing:.1px}.worker-banner{display:flex;align-items:center;gap:13px;background:#f0f5f2;border:1px solid #e0eae3;border-radius:8px;padding:15px 18px;margin-bottom:28px}.banner-symbol{width:33px;height:33px;display:flex;align-items:center;justify-content:center;color:#719887;background:#e5eee8;border-radius:8px}.banner-symbol .icon{width:18px;height:18px}.worker-banner>div{flex:1}.worker-banner strong{font-size:12px;font-weight:600;color:#506b5e}.worker-banner p{font-size:11px;color:#8a9b91;line-height:1.7;margin-top:3px}.worker-banner>.text-button{font-size:11px;margin-left:10px;color:#648673}.content-panel{background:#fff;border:1px solid var(--border);border-radius:10px;overflow:hidden;box-shadow:0 3px 8px #17352802}.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:21px 24px 18px}.panel-heading>div{display:flex;align-items:center;gap:10px}.panel-heading h2{font-size:15px;font-weight:650}.count-label{font-size:10px;color:#91a098;background:#f1f5f2;border:1px solid #e8efea;border-radius:4px;padding:3px 6px}.list-toolbar{display:flex;justify-content:space-between;gap:20px;padding:0 24px 19px}.search-field{display:flex;align-items:center;gap:10px;border:1px solid var(--border);border-radius:6px;background:#fbfcfc;padding:8px 11px;max-width:338px;flex:1;min-width:160px}.search-field:focus-within{border-color:#86bca8}.search-field .icon{width:15px;height:15px;color:#a1afad}.search-field input{border:0;background:none;outline:none!important;font-size:11px;color:#476356;width:100%;height:18px}.search-field input::placeholder{color:#a5b0af}.filter-field{display:flex;align-items:center;gap:10px;color:#94a29c;font-size:11px}.filter-field select{border:1px solid var(--border);border-radius:6px;padding:8px 31px 8px 10px;font-size:11px;color:#5b7068;background:#fff;max-width:150px}.panel-footer{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:14px 24px;border-top:1px solid #eff2f0;font-size:10px;color:#a9b3af;line-height:1.6}.page-footer{display:flex;justify-content:space-between;align-items:center;margin-top:25px;color:#a7b3b0;font-size:10px}.page-footer>span:first-child{font-size:9px;letter-spacing:1px}.page-error{display:flex;align-items:center;gap:10px;background:#fff4ef;border:1px solid #f0ddd1;border-radius:7px;padding:12px 15px;margin-bottom:20px;color:#9d6b4b;font-size:12px;line-height:1.7}.page-error>span{flex:1}.page-error .icon{width:17px;height:17px}.page-error .text-button{color:#9d6b4b}
/* Lists and empty states */
.table-scroll{overflow-x:auto}table{width:100%;border-collapse:collapse;text-align:left;font-size:12px}thead{background:#f9fbfa;border-top:1px solid #eef2ef;border-bottom:1px solid #eef2ef}th{font-size:10px;font-weight:500;color:#8e9d96;padding:12px 14px;white-space:nowrap}th:first-child,td:first-child{padding-left:24px}th:last-child,td:last-child{padding-right:24px}td{border-bottom:1px solid #eff3f0;padding:19px 14px;vertical-align:middle}tr:last-child td{border-bottom:0}tbody tr:hover{background:#fcfdfc}.account-cell{display:flex;gap:11px;align-items:center;min-width:195px}.account-avatar{width:32px;height:34px;border-radius:8px;background:#f1f5f3;color:#7b9384;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;flex-shrink:0}.account-email{font-size:12px;color:#425a50;font-weight:500;display:block;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-id{font-size:9px;color:#a5b1ab;margin-top:5px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.status-badge{display:inline-flex;align-items:center;gap:6px;border-radius:5px;font-size:10px;padding:5px 7px;white-space:nowrap;background:#f2f4f3;color:#82948c}.status-badge:before{content:"";width:4px;height:4px;border-radius:50%;background:currentColor}.status-queued{background:#faf5e9;color:#ac914c}.status-running{background:#edf4fb;color:#568bbc}.status-completed{background:#eaf6ee;color:#4c9671}.status-failed{background:#fcf0ed;color:#bd7464}.status-cancelled{background:#f1f3f2;color:#939e99}.date-cell{font-size:10px;color:#8d9d95;white-space:nowrap;line-height:1.7}.table-actions{display:flex;gap:14px;align-items:center;justify-content:flex-end;white-space:nowrap}.table-actions .text-button{font-size:11px;font-weight:500}.table-actions .cancel-link{color:#99a59f}.table-actions .cancel-link:hover{color:#b55f53}.column-actions{text-align:right}.result-available{display:flex;align-items:center;gap:5px;color:#659780;font-size:10px;white-space:nowrap}.result-available .icon{width:13px;height:13px}.cell-muted{color:#b1bab5;font-size:10px}.empty-state{min-height:307px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:39px 25px;text-align:center;border-top:1px solid #f0f4f1}.empty-illustration{height:77px;width:100px;position:relative;margin-bottom:20px;display:flex;align-items:center;justify-content:center}.empty-illustration:before,.empty-illustration:after{content:"";position:absolute;width:50px;height:58px;border-radius:8px;left:15px;top:9px;background:#f0f5f2;border:1px solid #e3ece6;transform:rotate(-13deg)}.empty-illustration:after{transform:rotate(12deg);left:37px;top:9px;background:#f7faf8}.empty-illustration .icon{width:39px;height:43px;padding:7px;box-sizing:content-box;background:#fff;border:1px solid #deebe1;border-radius:7px;color:#77a18a;z-index:1;box-shadow:0 4px 8px #244d3510}.empty-state h3{font-size:14px;font-weight:600;color:#64796d}.empty-state p{font-size:11px;color:#a2afa7;line-height:1.95;margin-top:8px;max-width:390px}.empty-state .button{margin-top:21px;font-size:11px;padding:8px 13px}.empty-state .button .icon{width:14px;height:14px}.loading-state{min-height:260px;display:flex;align-items:center;justify-content:center;gap:10px;font-size:12px;color:#91a396;border-top:1px solid #f0f4f1}.loading-state .icon{width:17px;height:17px}.node-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px;border-top:1px solid #f0f4f1;padding:24px;min-height:267px;align-content:start}.node-card{border:1px solid var(--border);border-radius:9px;padding:21px;background:#fff}.node-top{display:flex;align-items:center;gap:13px}.node-symbol{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:9px;color:#789386;background:#eff5f1}.node-top h3{font-size:14px;font-weight:600}.node-top small{display:block;font-size:9px;color:#a3b1a8;letter-spacing:.5px;margin-top:6px}.node-top>.status-badge{margin-left:auto}.node-details{border-top:1px solid #edf2ee;margin-top:20px;padding-top:16px;display:flex;justify-content:space-between;gap:15px;font-size:11px}.node-details dt{color:#9daaa2}.node-details dd{margin:0;color:#667e6d}.node-description{font-size:11px;color:#94a599;line-height:1.8;margin-top:16px}.filename-cell{display:flex;align-items:center;gap:10px;min-width:200px}.filename-cell>.icon{width:18px;height:18px;color:#82a18d}.filename-cell strong{font-size:11px;font-weight:500;color:#587161;overflow-wrap:anywhere}.filename-cell small{display:block;font-size:10px;color:#a2b1a6;margin-top:5px;overflow-wrap:anywhere}
/* Import and details */
.overlay,.detail-layer{position:fixed;inset:0;z-index:100;background:#142b3599;backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;padding:25px}.modal{background:white;width:610px;max-width:100%;max-height:calc(100dvh - 50px);overflow-y:auto;border-radius:15px;box-shadow:0 25px 90px #071c3133;padding:27px 31px;outline:none}.modal-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.modal-symbol{width:42px;height:42px;background:#ecf6ef;border:1px solid #ddece1;color:#5e9574;border-radius:11px;display:flex;align-items:center;justify-content:center}.modal-intro h2{font-size:21px;font-weight:650;margin:9px 0 10px}.modal-intro p{font-size:12px;color:#99a69f;line-height:1.8}.modal form{margin-top:23px}.modal form>label:not(.checkbox-row){font-size:12px;font-weight:600;display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.label-note{font-size:10px;font-weight:400;color:#a0aca5}.modal textarea{width:100%;resize:vertical;min-height:140px;max-height:320px;border:1px solid #dfe8e1;border-radius:8px;background:#fbfdfb;padding:13px;font:11px/1.9 ui-monospace,SFMono-Regular,Consolas,"Microsoft YaHei",monospace;color:#46644f;tab-size:4;overflow-wrap:anywhere}.modal textarea::placeholder{color:#acb9ae;font-size:10px}.import-format{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:9px;color:#a6b3a9;padding:9px 0}.import-format i{font-style:normal;color:#c3cec5}.checkbox-row{display:flex;align-items:flex-start;gap:10px;margin:14px 0 20px;cursor:pointer}.checkbox-row input{accent-color:var(--green);width:15px;height:15px;margin:2px 0 0}.checkbox-row strong{font-size:11px;font-weight:500;color:#5f7768}.checkbox-row small{display:block;font-size:10px;color:#a0ada4;margin-top:6px;line-height:1.6}.import-note{display:flex;align-items:flex-start;gap:8px;padding:12px;background:#f5f8f3;border:1px solid #e8eee3;border-radius:6px;color:#93a285;font-size:10px;line-height:1.8}.import-note .icon{width:14px;height:14px;margin-top:2px}.modal .form-error{margin-top:12px}.modal-actions{border-top:1px solid #edf2ee;margin-top:24px;padding-top:20px;display:flex;align-items:center;gap:9px}.modal-actions>span{font-size:10px;color:#a4b0a7;margin-right:auto}.modal-actions .button{font-size:11px;padding:9px 12px}.modal-actions .icon{width:15px;height:15px}.detail-layer{justify-content:flex-end;padding:0;background:#172d365e;backdrop-filter:blur(1px)}.detail-drawer{height:100dvh;width:475px;max-width:100%;background:#fff;box-shadow:-12px 0 50px #122a3114;display:flex;flex-direction:column;outline:none}.drawer-heading{display:flex;align-items:center;justify-content:space-between;padding:29px 29px 24px;border-bottom:1px solid var(--border)}.drawer-heading h2{font-size:21px;font-weight:600;margin-top:8px}.detail-content{padding:26px 29px;overflow-y:auto;flex:1}.detail-account{display:flex;gap:12px;align-items:center;margin-bottom:21px}.detail-account .account-avatar{width:42px;height:44px;font-size:15px}.detail-account-email{font-size:14px;line-height:1.6;font-weight:600;overflow-wrap:anywhere}.detail-account-id{font-family:ui-monospace,Consolas,monospace;font-size:10px;color:#a2b2a7;margin-top:5px;overflow-wrap:anywhere}.detail-overview{display:flex;align-items:center;justify-content:space-between;margin-bottom:23px}.detail-metadata{border:1px solid var(--border);border-radius:8px;background:#fbfdfb;padding:16px;margin-bottom:27px}.detail-metadata>div{display:flex;align-items:baseline;justify-content:space-between;gap:15px;font-size:11px;padding:6px 0}.detail-metadata dt{color:#95a499}.detail-metadata dd{margin:0;color:#627969;font-variant-numeric:tabular-nums;text-align:right}.detail-section{margin-top:27px}.detail-section h3{font-size:13px;font-weight:600;margin-bottom:16px}.detail-result{border:1px solid #e2ece3;border-radius:8px;padding:15px;display:flex;align-items:center;gap:11px;background:#f8fcf8}.detail-result>.icon{color:#79a288;width:25px;height:25px}.detail-result>div{flex:1;min-width:0}.detail-result strong{display:block;overflow-wrap:anywhere;font-size:11px;color:#5d7c65;font-weight:500}.detail-result small{display:block;font-size:10px;color:#99af9c;margin-top:6px}.detail-result>.icon-button{color:#679f78}.result-pending{font-size:11px;color:#a7b6aa;line-height:1.8;border:1px dashed #dfe9e1;border-radius:7px;padding:17px}.timeline{list-style:none;padding:0;margin:0}.timeline li{position:relative;margin-left:5px;border-left:1px solid #e3ece5;padding:0 0 26px 21px}.timeline li:last-child{border-color:transparent;padding-bottom:0}.timeline li:before{content:"";width:7px;height:7px;background:#a9c9b2;border:3px solid #f0f7f2;box-sizing:content-box;border-radius:50%;position:absolute;left:-7px;top:0}.timeline-title{font-size:12px;color:#627e6a;line-height:1.7}.timeline time{font-size:9px;color:#a9b7ad;display:block;margin-top:4px}.timeline p{font-size:11px;color:#96aa9b;line-height:1.8;margin-top:8px;overflow-wrap:anywhere;white-space:pre-wrap}.detail-loading{min-height:150px;border-top:0}.detail-error{font-size:12px;color:#ac7a67;line-height:1.8;background:#fcf7f3;padding:17px;border-radius:7px}.detail-cancel{color:#a77d6a;border-color:#ecdace!important}.toast-region{position:fixed;bottom:27px;left:calc(50% + 118px);transform:translateX(-50%);z-index:200;max-width:calc(100vw - 35px);pointer-events:none}.toast{display:flex;gap:10px;align-items:center;padding:13px 19px;border-radius:8px;background:#234637;color:#e9f8ee;box-shadow:0 8px 35px #173d3026;font-size:12px;line-height:1.6;animation:toast-in .2s ease-out}.toast.error{background:#804e43;color:#fff4ef}.toast .icon{width:17px;height:17px}@keyframes toast-in{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:1500px){.main-content{padding-top:43px}.page-heading{margin-bottom:33px}.stats-grid{gap:22px}.stat-card{padding:22px 25px}.worker-banner{margin-top:26px}.empty-state{min-height:345px}}
@media(max-width:1200px){.sidebar{width:213px;padding-left:16px;padding-right:16px}.main-shell{width:calc(100% - 213px);margin-left:213px}.main-content{padding:30px 26px 20px}.topbar{padding:0 26px}.stats-grid{gap:12px}.stat-card{padding:15px 16px}.stat-card-top{font-size:11px}.stat-card>p{font-size:9px}.toast-region{left:calc(50% + 106px)}.node-grid{grid-template-columns:1fr}.table-actions{gap:10px}.account-email{max-width:210px}}
@media(max-width:960px){.sidebar{width:188px;padding:27px 12px 18px}.sidebar .brand{font-size:15px;gap:5px}.sidebar .brand small{font-size:5px;letter-spacing:1.25px}.sidebar .brand-mark{transform:scale(.75) skewY(-9deg)}.workspace-tag{font-size:9px;margin-left:1px;margin-right:1px}.main-shell{width:calc(100% - 188px);margin-left:188px}.main-content{padding:26px 21px 20px}.topbar{height:68px;padding:0 21px}.page-heading h1{font-size:25px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:12px}.stat-card{padding:16px 18px}.stat-card>strong{font-size:29px}.stat-card>p{font-size:10px}.worker-banner{padding:13px}.worker-banner p{font-size:10px}.worker-banner>.text-button{font-size:10px}.panel-heading{padding:19px 18px 17px}.list-toolbar{padding:0 18px 17px;gap:12px}.filter-field>span{display:none}.panel-footer{padding:12px 18px}.toast-region{left:calc(50% + 94px)}.login-story{padding:38px 9%}.login-entry{padding:40px}.story-content h1{font-size:32px}.story-content>p{font-size:12px}.story-footer{font-size:9px}.flow-art{margin-top:35px}.node-grid{padding:18px}}
@media(max-width:700px){.sidebar{transform:translateX(-100%);transition:transform .2s;width:232px;padding:30px 20px 20px}.sidebar.open{transform:translateX(0)}.sidebar .brand{font-size:17px;gap:9px}.sidebar .brand small{font-size:6px;letter-spacing:1.4px}.sidebar .brand-mark{transform:scale(.9) skewY(-9deg)}.nav-backdrop{position:fixed;inset:0;z-index:29;background:#102b396b}.main-shell{width:100%;margin-left:0}.topbar{height:62px;padding:0 18px}.mobile-menu{display:inline-flex;margin-left:-7px}.breadcrumb{gap:10px}.topbar-right{gap:13px}.private-badge{font-size:9px}.main-content{padding:25px 18px 20px}.page-heading{align-items:flex-end;margin-bottom:22px;gap:12px}.page-heading h1{font-size:24px;margin:8px 0}.page-heading p{font-size:11px;max-width:210px;line-height:1.8}.page-heading>.button{font-size:11px;padding:8px 12px;margin-bottom:4px}.section-kicker{font-size:9px}.stat-card{padding:14px 16px}.stat-card>strong{font-size:29px;margin:12px 0 10px}.stat-card>p{font-size:9px}.stats-grid{gap:11px;margin-bottom:17px}.worker-banner{gap:10px;margin-bottom:21px;flex-wrap:wrap}.banner-symbol{width:30px;height:30px}.worker-banner strong{font-size:11px}.worker-banner>div{min-width:190px}.worker-banner p{max-width:280px}.worker-banner>.text-button{margin-left:40px;font-size:10px;padding:0;margin-top:-2px}.panel-heading h2{font-size:14px}.list-toolbar{gap:10px;flex-wrap:wrap}.search-field{max-width:none;padding:7px 10px}.filter-field select{padding:8px 19px 8px 8px;font-size:10px}.empty-state{min-height:295px}.empty-state p{font-size:10px}.panel-footer{font-size:9px;gap:10px;align-items:flex-start}.panel-footer>span:first-child{max-width:200px}.panel-footer>span:last-child{text-align:right;white-space:nowrap}.page-footer{font-size:9px}.toast-region{left:50%;bottom:20px;width:max-content}.login-screen{display:block}.login-story{min-height:0;padding:27px 27px 30px}.login-story .brand{font-size:17px}.story-content{padding:31px 0 0;max-width:none}.story-content h1{font-size:26px;line-height:1.45;margin:10px 0 12px}.story-content h1 br{display:none}.story-eyebrow{font-size:10px}.story-content>p{font-size:11px;line-height:1.8}.story-content>p br{display:none}.flow-art,.story-footer{display:none}.login-entry{padding:39px 28px 62px;min-height:440px}.login-form-wrap{max-width:400px}.login-form-wrap h2{font-size:25px;margin:10px 0}.login-form-wrap form{margin-top:26px}.login-footnote{bottom:20px;font-size:8px}.login-private{margin-top:18px}.modal{padding:21px 22px;max-height:calc(100dvh - 30px);border-radius:12px}.overlay{padding:15px}.modal-intro h2{font-size:19px}.modal-intro p{font-size:11px}.modal-heading{margin-bottom:16px}.modal-actions{flex-wrap:wrap}.modal-actions>span{width:100%;margin-bottom:6px}.modal-actions .button:first-of-type{margin-left:auto}.modal form>label:not(.checkbox-row){font-size:11px}.label-note{font-size:9px}.import-format{font-size:8px;gap:6px}.drawer-heading{padding:24px}.detail-content{padding:23px 24px}.node-top>.status-badge{font-size:9px}.node-card{padding:17px}.node-top h3{font-size:13px}.node-symbol{width:34px;height:34px}.node-description{font-size:10px}.node-grid{padding:17px}.node-top{gap:10px}.page-error{flex-wrap:wrap;font-size:11px}.page-error>span{min-width:180px}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
