*{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%}body,html{background:#080b12}body{min-height:100vh;color:#f4f6fb;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}button{border:0}button:disabled{cursor:not-allowed;opacity:.5}textarea{resize:vertical}img{max-width:100%}:root{--bg:#080b12;--panel:#0f141e;--panel-2:#131925;--panel-3:#171e2b;--border:#252d3d;--border-light:#343e52;--text:#f6f7fb;--muted:#8993a6;--muted-2:#5f697d;--purple:#7453ff;--purple-hover:#8266ff;--purple-soft:rgba(116,83,255,0.14);--green:#39d98a;--red:#ff5f72;--yellow:#f6c85f;--radius:10px}main{width:100%;min-height:100vh;background:radial-gradient(circle at 50% -20%,rgba(116,83,255,.09),transparent 35%),#080b12}header{position:-webkit-sticky;position:sticky;top:0;z-index:100;min-height:64px;justify-content:space-between;gap:20px;padding:12px 22px;background:rgba(10,13,20,.95);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}header,header>div:first-child{display:flex;align-items:center}header>div:first-child{gap:9px}header b{color:white;font-size:18px;font-weight:800;letter-spacing:-.4px}header span{color:var(--purple);font-size:10px;font-weight:800;letter-spacing:1.4px}.headBtns{display:flex;align-items:center;gap:8px}button{min-height:38px;padding:9px 14px;border:1px solid transparent;border-radius:7px;background:var(--purple);color:white;font-size:12px;font-weight:700;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease,opacity .15s ease}button:hover:not(:disabled){background:var(--purple-hover)}button:active:not(:disabled){transform:translateY(1px)}button.ghost{background:#171d29;border-color:#30394b;color:#d7dbe5}button.ghost:hover:not(:disabled){background:#202737;border-color:#424d64}button.add{width:100%;min-height:38px;background:#171d29;border:1px solid #30394b;color:#e4e7ee;text-align:left}button.add:hover:not(:disabled){background:#202737;border-color:#465169}.toolbar{position:-webkit-sticky;position:sticky;top:64px;z-index:90;min-height:54px;gap:22px;padding:8px 22px;background:rgba(13,17,25,.96);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.toolbar,.toolbar label{display:flex;align-items:center}.toolbar label{gap:8px;color:var(--muted);font-size:11px;font-weight:700}.toolbar select{min-width:145px;height:34px;padding:0 30px 0 10px;background:#171d29;border:1px solid #30394b;border-radius:6px;color:#f0f2f6;outline:none}.toolbar select:focus{border-color:var(--purple)}.toolbar .check{cursor:pointer}.toolbar .check input{width:15px;height:15px;accent-color:var(--purple)}.toolbar>span{margin-left:auto;color:var(--muted);font-size:10px}.workspace{min-height:calc(100vh - 118px);display:grid;grid-template-columns:190px minmax(0,1fr) 250px}aside{min-width:0;padding:18px 14px;background:#0c1018}.workspace>aside:first-child{border-right:1px solid var(--border)}aside.right{border-left:1px solid var(--border)}aside h3{margin:0 0 12px;color:#8993a7;font-size:10px;font-weight:800;letter-spacing:1.1px}aside hr{height:1px;margin:20px 0;border:0;background:var(--border)}aside b{display:block;color:#f5f6fa;font-size:13px}aside p{line-height:1.55}aside ol{margin:0;padding-left:18px;color:var(--muted);font-size:11px;line-height:1.6}aside ol li{margin-bottom:7px}.hint{color:var(--muted);line-height:1.55}.hint,.legend{font-size:10px}.legend{margin-top:18px;color:#7f899b;line-height:2}.legend i{display:inline-block;width:7px;height:7px;margin-right:7px;border-radius:50%;background:#788295}.legend i.purple{background:var(--purple)}.legend i.green{background:var(--green)}.canvas{min-width:0;padding:28px;overflow-x:auto;background-color:#090d14;background-image:radial-gradient(circle,rgba(110,121,145,.25) 1px,transparent 0);background-size:20px 20px}.canvas,.card{position:relative}.card{background:var(--panel);border:1px solid #2a3242;border-radius:var(--radius);overflow:visible;box-shadow:0 8px 24px rgba(0,0,0,.14)}.card.selected{border-color:var(--purple);box-shadow:0 0 0 1px rgba(116,83,255,.25),0 12px 30px rgba(0,0,0,.18)}.cardtop{min-height:42px;display:flex;align-items:center;gap:8px;padding:8px 12px;background:#111722;border-bottom:1px solid #293143;border-radius:9px 9px 0 0}.cardtop strong{color:#f4f5f8;font-size:11px;font-weight:800}.cardtop em{margin-left:auto;color:#677186;font-size:9px;font-style:normal}.cardtop input{min-width:0;flex:1 1;padding:4px 5px;background:transparent;border:1px solid transparent;border-radius:4px;color:white;font-size:12px;font-weight:700;outline:none}.cardtop input:hover{border-color:#2d3648}.cardtop input:focus{background:#0d121b;border-color:var(--purple)}.dot{width:7px;height:7px;flex-shrink:0;border-radius:50%;background:#778195}.dot.purple{background:var(--purple)}.dot.green{background:var(--green)}button.x{width:28px;min-width:28px;height:28px;min-height:28px;padding:0;display:flex;align-items:center;justify-content:center;background:transparent;border:0;color:#7c8596;font-size:19px;font-weight:400}button.x:hover:not(:disabled){background:#202635;color:white}.master{width:min(680px,100%);margin:0 auto}.master textarea{width:100%;min-height:150px;display:block;padding:14px;background:#0d121a;border:0;color:#f3f4f7;font-size:12px;line-height:1.55;outline:none}.master textarea:focus{box-shadow:inset 0 0 0 1px rgba(116,83,255,.65)}.port{position:absolute;left:50%;bottom:-6px;width:12px;height:12px;transform:translateX(-50%);border:2px solid var(--purple);border-radius:50%;background:#0b0f16}.port.top{top:-7px;bottom:auto}.line{width:1px;height:45px;margin:0 auto;background:rgba(116,83,255,.65)}.nodes{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));align-items:start;grid-gap:16px;gap:16px}.node{min-width:0;overflow:visible}.node>textarea{width:100%;height:125px;display:block;padding:12px;background:#0d121a;border:0;border-bottom:1px solid #232b3a;color:#e8ebf1;font-size:12px;line-height:1.5;outline:none}.node>textarea:focus{box-shadow:inset 0 0 0 1px rgba(116,83,255,.55)}.preview{width:100%;height:280px;display:flex;align-items:center;justify-content:center;padding:15px;background:#121722;color:#687287;font-size:12px;text-align:center}.preview.running{color:#a794ff}.preview.queued{color:var(--yellow)}.preview.error{color:var(--red)}.node>img{width:100%;height:280px;display:block;object-fit:contain;background:#111722}.node small{display:block;padding:9px 11px 0;color:var(--red);font-size:10px;line-height:1.45;word-break:break-word}.actions{display:flex;gap:8px;padding:10px}.actions button{flex:1 1}.right>button{width:100%}.finalPrompt{max-height:320px;margin:10px 0 12px;padding:11px;overflow:auto;white-space:pre-wrap;background:#090d14;border:1px solid #283143;border-radius:6px;color:#929bad;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:9px;line-height:1.55}.imagePreviewButton{position:relative;width:100%;height:280px;display:block;padding:0;overflow:hidden;background:#111722;border:0;border-radius:0;cursor:zoom-in}.imagePreviewButton:hover:not(:disabled){background:#111722;transform:none}.imagePreviewButton img{width:100%;height:100%;display:block;object-fit:contain}.previewOverlay{position:absolute;left:50%;bottom:14px;transform:translateX(-50%) translateY(5px);padding:7px 12px;background:rgba(7,10,16,.9);border:1px solid rgba(255,255,255,.15);border-radius:6px;color:white;font-size:10px;font-weight:800;opacity:0;pointer-events:none;transition:opacity .16s ease,transform .16s ease}.imagePreviewButton:hover .previewOverlay{opacity:1;transform:translateX(-50%) translateY(0)}.imageModalBackdrop{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:28px;background:rgba(2,4,8,.9);-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.imageModal{width:min(1250px,95vw);max-height:94vh;display:flex;flex-direction:column;overflow:hidden;background:#10151f;border:1px solid #343e52;border-radius:14px;box-shadow:0 35px 120px rgba(0,0,0,.7)}.imageModalHeader{min-height:60px;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:12px 16px;background:#111722;border-bottom:1px solid #293143}.imageModalHeader>div{min-width:0;display:flex;flex-direction:column;gap:3px}.imageModalHeader strong{overflow:hidden;color:white;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.imageModalHeader span{color:#768196;font-size:10px}.modalClose{width:38px;min-width:38px;height:38px;min-height:38px;padding:0;display:flex;align-items:center;justify-content:center;background:#1b2230;border:1px solid #343e52;border-radius:7px;color:#aab2c1;font-size:24px;font-weight:400;line-height:1}.modalClose:hover:not(:disabled){background:#272f40;color:white}.imageModalCanvas{flex:1 1;min-height:0;display:flex;align-items:center;justify-content:center;overflow:auto;padding:22px;background-color:#080c12;background-image:linear-gradient(45deg,#141a24 25%,transparent 0),linear-gradient(-45deg,#141a24 25%,transparent 0),linear-gradient(45deg,transparent 75%,#141a24 0),linear-gradient(-45deg,transparent 75%,#141a24 0);background-size:24px 24px;background-position:0 0,0 12px,12px -12px,-12px 0}.imageModalCanvas img{display:block;width:auto;height:auto;max-width:100%;max-height:calc(94vh - 160px);object-fit:contain;border-radius:5px;box-shadow:0 10px 40px rgba(0,0,0,.35)}.imageModalFooter{min-height:64px;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:12px 16px;background:#111722;border-top:1px solid #293143}.modalInfo{min-width:0;display:flex;flex-direction:column;gap:3px}.modalInfo strong{overflow:hidden;color:white;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.modalInfo span{color:#768196;font-size:10px}.modalActions{display:flex;align-items:center;gap:8px}.modalActions button{white-space:nowrap}*{scrollbar-width:thin;scrollbar-color:#343e52 #0c1018}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0c1018}::-webkit-scrollbar-thumb{background:#343e52;border-radius:20px}::-webkit-scrollbar-thumb:hover{background:#465168}@media (max-width:1100px){.workspace{grid-template-columns:165px minmax(0,1fr)}aside.right{display:none}.nodes{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}@media (max-width:760px){header{position:relative;min-height:auto;align-items:flex-start;padding:12px 14px}.headBtns{flex-wrap:wrap;justify-content:flex-end}.toolbar{position:relative;top:auto;flex-wrap:wrap;gap:10px;padding:10px 14px}.toolbar label{flex:1 1 180px;justify-content:space-between}.toolbar select{min-width:0;flex:1 1}.toolbar>span{width:100%;margin-left:0}.workspace{display:block}.workspace>aside:first-child{border-right:0;border-bottom:1px solid var(--border)}aside{width:100%}.canvas{padding:18px 12px}.master{width:100%}.nodes{grid-template-columns:1fr}.node{width:100%}.imagePreviewButton,.node>img,.preview{height:340px}.imageModalBackdrop{padding:10px}.imageModal{width:100%;max-height:95vh}.imageModalCanvas{padding:10px}.imageModalCanvas img{max-height:calc(95vh - 190px)}.imageModalFooter{align-items:stretch;flex-direction:column;gap:10px}.modalActions{width:100%}.modalActions button{flex:1 1;min-height:44px}.previewOverlay{opacity:1;transform:translateX(-50%) translateY(0)}}@media (max-width:420px){header{flex-direction:column;gap:10px}.headBtns{width:100%}.headBtns button{flex:1 1}.toolbar{flex-direction:column;align-items:stretch}.toolbar label{width:100%;flex:none}.toolbar select{width:100%}.canvas{padding:16px 8px}.master textarea{min-height:180px}.node>textarea{height:140px}.imagePreviewButton,.node>img,.preview{height:300px}.imageModalBackdrop{padding:5px}.imageModal{max-height:97vh;border-radius:9px}.imageModalHeader{padding:9px 10px}.imageModalCanvas{padding:6px}.imageModalCanvas img{max-height:calc(97vh - 195px)}.imageModalFooter{padding:10px}.modalActions{flex-direction:column}.modalActions button{width:100%}}