.panel[data-panel="flowchart"]{--bg:var(--bg,#fdf2f7);--bg2:var(--bg-elevated,#fff);--bg3:var(--bg,#fdf2f7);--txt:var(--text,#3a2230);--txt2:var(--text-muted,#8a6d7b);--txt3:var(--text-muted,#a08a95);--brd:var(--border,#f3c6da);--brd2:var(--border,#f3c6da);--bd:var(--border,#f3c6da);--pk:var(--pink,#e91e63);--pkl:#ff8fb8;--gn:var(--green,#2e7d32);--tc:var(--pink,#e91e63);--font:inherit}.panel[data-panel="flowchart"]{display:none}.panel[data-panel="flowchart"].active{display:block;min-height:72vh}#p-flowchart{min-height:70vh}body.fs-active .topbar,body.fs-active .tabs{display:none}.fs-panel{position:fixed !important;inset:0;z-index:1100;background:var(--bg-elevated,#fff);overflow:auto;padding:10px}.fc-wrap{display:flex;flex-direction:column;flex:1 1 auto;height:100%;min-height:0;max-height:none}.fc-toolbar{display:flex;align-items:center;gap:6px;flex-wrap:wrap;padding:10px 16px;flex-shrink:0;background:var(--bg2);border-bottom:1.5px solid var(--brd);border-left:4px solid var(--pk)}.fc-chart-name{font-size:1rem;font-weight:800;color:var(--bd);cursor:pointer;padding:2px 8px;border-radius:6px;transition:background .15s;background:linear-gradient(135deg,var(--pk),var(--gn));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.fc-chart-name:hover{background:var(--bg3);-webkit-background-clip:unset;-webkit-text-fill-color:unset;color:var(--bd)}.fc-toolbar-sep{width:1.5px;height:22px;background:var(--brd2);margin:0 4px;flex-shrink:0;border-radius:1px}.fc-body{display:flex;flex:1 1 auto;min-height:0;overflow:hidden}.fc-sidebar{width:auto;flex-shrink:0;background:var(--bg);border-right:1.5px solid var(--brd);overflow-y:auto;padding:0;scrollbar-width:thin;min-width:110px}.fc-sidebar::-webkit-scrollbar{width:4px}.fc-sidebar::-webkit-scrollbar-thumb{background:var(--brd);border-radius:2px}.fc-sb-search-wrap{padding:8px 8px 4px}.fc-sb-search{width:100%;padding:5px 8px;border:1.5px solid var(--brd);border-radius:6px;background:var(--bg2);color:var(--bd);font-size:.6rem;font-family:inherit;outline:none}.fc-sb-search:focus{border-color:var(--pk)}.fc-sb-search::placeholder{color:var(--txt3)}.fc-sb-section{border-bottom:1px solid var(--brd)}.fc-sb-hdr{display:flex;align-items:center;gap:5px;width:100%;padding:7px 10px;border:none;background:none;color:var(--txt2);font-size:.6rem;font-weight:800;cursor:pointer;font-family:inherit;text-transform:uppercase;letter-spacing:.4px;transition:color .12s}.fc-sb-hdr:hover{color:var(--pk)}.fc-sb-chevron{font-size:.7rem;transition:transform .2s;display:inline-block;width:10px}.fc-sb-chevron.open{transform:rotate(90deg)}.fc-sb-count{margin-left:auto;font-size:.5rem;color:var(--txt3);opacity:.6}.fc-sb-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3px;padding:2px 6px 6px;transition:all .2s}.fc-sb-grid.collapsed{display:none}.fc-sb-item{display:flex;flex-direction:column;align-items:center;gap:2px;padding:5px 3px;border-radius:6px;cursor:grab;border:1.5px solid transparent;transition:all .12s}.fc-sb-item:hover{background:var(--pkl);border-color:var(--pk)}.fc-sb-item:active{cursor:grabbing;opacity:.6}.fc-sb-preview{width:32px;height:22px;display:flex;align-items:center;justify-content:center;border-radius:4px;background:rgba(255,255,255,.03)}.fc-sb-name{font-size:.48rem;font-weight:700;color:var(--txt2);text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.fc-sb-item:hover .fc-sb-name{color:var(--pk)}.fc-sb-tools{border-bottom:none}.fc-canvas-area{min-width:0;min-height:0;position:relative;flex:1 1 auto}.fc-editor{position:absolute;inset:0;overflow:hidden;background:var(--bg2)}.fc-editor svg{display:block;width:100%;height:100%;cursor:grab}.fc-editor svg:active{cursor:grabbing}.fc-editor.fc-drop-hover{box-shadow:inset 0 0 0 3px var(--pk),inset 0 0 40px rgba(201,118,141,.08)}.fc-sb-shape[draggable="true"]{cursor:grab}.fc-sb-shape[draggable="true"]:active{cursor:grabbing;opacity:.6}.fc-props-panel{width:auto;flex-shrink:0;background:var(--bg);border-left:1.5px solid var(--brd);overflow-y:auto;padding:0;scrollbar-width:thin}.fc-props-panel::-webkit-scrollbar{width:4px}.fc-props-panel::-webkit-scrollbar-thumb{background:var(--brd);border-radius:2px}.fc-left-strip,.fc-right-strip{display:flex;flex-direction:column;gap:2px;padding:4px 3px;background:var(--bg);border-right:1px solid var(--brd);flex-shrink:0;z-index:2}.fc-right-strip{border-right:none;border-left:1px solid var(--brd)}.fc-strip-btn{width:32px;height:32px;border:none;border-radius:6px;background:transparent;font-size:.9rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .12s;color:var(--txt3)}.fc-strip-btn:hover{background:var(--pkl);color:var(--pk)}.fc-strip-btn.active{background:var(--pkl);color:var(--pk);border-left:2px solid var(--pk)}.fc-right-strip .fc-strip-btn.active{border-left:none;border-right:2px solid var(--pk)}.fc-left-panel,.fc-right-panel{width:0;overflow:hidden;transition:width .2s ease;background:var(--bg);border-right:1px solid var(--brd);flex-shrink:0}.fc-right-panel{border-right:none;border-left:1px solid var(--brd)}.fc-left-panel.open{width:clamp(130px,15vw,180px);overflow-y:auto}.fc-right-panel.open{width:clamp(200px,20vw,260px);overflow-y:auto}.fc-left-panel::-webkit-scrollbar,.fc-right-panel::-webkit-scrollbar{width:3px}.fc-left-panel::-webkit-scrollbar-thumb,.fc-right-panel::-webkit-scrollbar-thumb{background:var(--brd);border-radius:2px}.fc-tools-list{display:flex;flex-direction:column;gap:1px;padding:4px}.fc-tool-item{display:flex;align-items:center;gap:6px;width:100%;padding:6px 8px;border:none;border-radius:6px;background:transparent;color:var(--txt2);font-size:.6rem;font-weight:600;cursor:pointer;font-family:inherit;transition:all .12s;text-align:left}.fc-tool-item:hover{background:var(--pkl);color:var(--pk)}.fc-tool-item.fc-tool-active{background:var(--pkl);color:var(--pk)}.fc-status-overlay{position:absolute;top:6px;left:6px;z-index:5;display:flex;gap:4px;pointer-events:none}.fc-statusline{padding:1px 10px;font-size:.48rem;color:var(--txt3);border-top:1px solid var(--brd);background:var(--bg);flex-shrink:0}.fc-footer{flex-shrink:0}.fc-footer-bar{display:flex;align-items:center;gap:8px;padding:2px 12px;font-size:.55rem;font-weight:600;color:var(--txt3);border-top:1px solid var(--brd);background:var(--bg)}.fc-footer-toggle{margin-left:auto;display:flex;align-items:center;gap:4px;padding:2px 10px;border:1.5px solid var(--pk);border-radius:6px;background:rgba(201,118,141,.06);color:var(--pk);font-size:.55rem;font-weight:700;cursor:pointer;font-family:inherit;transition:all .12s}.fc-footer-toggle:hover{background:rgba(201,118,141,.15)}.fc-footer-chevron{font-size:.5rem;transition:transform .2s;display:inline-block}.fc-footer-chevron.open{transform:rotate(180deg)}.fc-footer-props{max-height:0;overflow:hidden;opacity:0;transition:max-height .25s ease,opacity .2s;background:var(--bg2);border-top:1px solid var(--brd)}.fc-footer-props.expanded{max-height:22vh;opacity:1;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin}.fc-footer-props.expanded::-webkit-scrollbar{width:3px}.fc-footer-props.expanded::-webkit-scrollbar-thumb{background:var(--brd);border-radius:2px}.fc-footer-props .fc-props-header{padding:6px 10px;border-bottom:1px solid var(--brd)}.fc-footer-props .fc-props-header .fc-props-shape-preview{width:24px;height:24px;font-size:.8rem}.fc-footer-props .fc-ps{border-bottom:none}.fc-footer-props .fc-ps-body{padding:3px 10px 6px}.fc-footer-props .fc-props-group{margin-bottom:4px}.fc-footer-props .fc-props-textarea{min-height:32px}.fc-footer-props .fc-props-colors{gap:2px}.fc-footer-props .fc-props-chip{width:15px;height:15px}.fc-footer-props .fc-props-row{gap:2px}.fc-footer-props .fc-props-pill{padding:2px 5px;font-size:.5rem}.fc-props-panel{display:none !important}.fc-props-header{display:flex;align-items:center;gap:8px;padding:10px 12px;border-bottom:1.5px solid var(--brd);background:linear-gradient(135deg,rgba(201,118,141,.04),transparent)}.fc-props-shape-preview{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.fc-props-type{font-size:.72rem;font-weight:800;color:var(--pk)}.fc-props-id{font-size:.5rem;color:var(--txt3);font-family:monospace}.fc-ps{border-bottom:1px solid var(--brd)}.fc-ps-hdr{display:flex;align-items:center;gap:4px;width:100%;padding:7px 10px;border:none;background:none;color:var(--txt2);font-size:.6rem;font-weight:700;cursor:pointer;font-family:inherit;transition:color .12s}.fc-ps-hdr:hover{color:var(--pk)}.fc-ps-chevron{font-size:.7rem;transition:transform .2s;display:inline-block;width:10px}.fc-ps-chevron.open{transform:rotate(90deg)}.fc-ps-icon{font-size:.7rem}.fc-ps-title{flex:1;text-align:left}.fc-ps-body{padding:4px 10px 10px}.fc-ps-body.collapsed{display:none}.fc-props-title{font-size:.78rem;font-weight:800;color:var(--pk);margin-bottom:12px}.fc-props-group{margin-bottom:8px}.fc-props-lbl{font-size:.55rem;font-weight:700;color:var(--txt3);text-transform:uppercase;letter-spacing:.4px;margin-bottom:3px;display:block}.fc-props-val{font-size:.72rem;font-weight:600;color:var(--bd)}.fc-props-inline{display:flex;align-items:center;gap:6px;margin-bottom:6px}.fc-props-pos{font-size:.55rem;color:var(--txt3);text-align:center;margin-top:4px}.fc-props-unit{font-size:.55rem;color:var(--txt3);font-weight:700}.fc-props-sep{width:1px;height:18px;background:var(--brd);margin:0 2px}.fc-props-input{width:100%;padding:5px 8px;border:1.5px solid var(--brd);border-radius:6px;font-size:.68rem;font-family:Calibri,sans-serif;font-weight:600;background:var(--bg2);color:var(--bd);outline:none;transition:border-color .15s}.fc-props-input:focus{border-color:var(--pk)}.fc-props-textarea{min-height:56px;resize:vertical;line-height:1.4}.fc-props-colors{display:flex;flex-wrap:wrap;gap:3px}.fc-props-chip{width:18px;height:18px;border-radius:50%;cursor:pointer;border:2px solid transparent;transition:all .12s;box-shadow:0 1px 2px rgba(0,0,0,.2)}.fc-props-chip:hover{transform:scale(1.15)}.fc-props-chip.active{border-color:#fff;box-shadow:0 0 0 2px var(--pk)}.fc-props-row{display:flex;gap:3px;flex-wrap:wrap}.fc-props-pill{padding:3px 7px;border-radius:6px;font-size:.55rem;font-weight:700;border:1.5px solid var(--brd);background:var(--bg2);color:var(--txt2);cursor:pointer;transition:all .12s;font-family:Calibri,sans-serif;white-space:nowrap}.fc-props-pill-sm{padding:2px 6px;font-size:.5rem}.fc-props-pill:hover{border-color:var(--pk);color:var(--pk)}.fc-props-pill.active{background:var(--pk);color:#fff;border-color:var(--pk)}.fc-props-range{width:100%;height:4px;-webkit-appearance:none;appearance:none;background:var(--brd);border-radius:2px;outline:none;cursor:pointer}.fc-props-range::-webkit-slider-thumb{-webkit-appearance:none;width:14px;height:14px;border-radius:50%;background:var(--pk);border:2px solid #fff;box-shadow:0 1px 4px rgba(0,0,0,.2);cursor:pointer}.fc-props-slider-row{display:flex;align-items:center;gap:8px}.fc-props-value{min-width:36px;font-size:.6rem;color:var(--txt3);font-weight:700}.fc-props-empty{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;padding:24px 8px;font-size:.65rem;color:var(--txt3);line-height:1.5}.fc-create-checks{display:flex;flex-direction:column;gap:1px;max-height:110px;overflow-y:auto;padding:2px 0;scrollbar-width:thin;border:1px solid var(--brd);border-radius:8px;background:var(--bg)}.fc-create-check{display:flex;align-items:center;gap:6px;padding:4px 8px;font-size:.65rem;font-weight:600;cursor:pointer;transition:background .12s;color:var(--bd)}.fc-create-check:hover{background:var(--pkl)}.fc-create-check input[type=checkbox]{accent-color:var(--pk);flex-shrink:0;width:14px;height:14px}.fc-create-search{width:100%;padding:5px 10px;margin-bottom:4px;border:1px solid var(--brd);border-radius:6px;background:var(--bg);color:var(--bd);font-size:.62rem;font-family:Calibri,sans-serif;outline:none;transition:border-color .15s}.fc-create-search:focus{border-color:var(--pk)}.fc-create-search::placeholder{color:var(--txt3)}.fc-create-linked{padding:8px 10px;border-radius:8px;background:rgba(59,130,246,.08);border:1px solid rgba(59,130,246,.18);font-size:.72rem;color:var(--bd);line-height:1.4}.fc-tpl-card{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:8px;border:1.5px solid var(--brd);background:var(--bg);cursor:pointer;font-family:var(--font);text-align:left;transition:all .15s;width:100%}.fc-tpl-card:hover{border-color:var(--pk);background:rgba(201,118,141,.04);transform:translateY(-1px)}.fc-tpl-emoji{font-size:1.2rem;flex-shrink:0}.fc-tpl-info{display:flex;flex-direction:column;min-width:0}.fc-tpl-name{font-size:.7rem;font-weight:700;color:var(--bd)}.fc-tpl-desc{font-size:.55rem;color:var(--txt3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fc-version-list{display:flex;flex-direction:column;gap:2px;max-height:200px;overflow-y:auto}.fc-version-item{display:flex;align-items:center;gap:6px;padding:5px 8px;border-radius:6px;width:100%;border:1px solid var(--brd);background:var(--bg);cursor:pointer;font-family:var(--font);text-align:left;transition:all .12s;font-size:.6rem}.fc-version-item:hover{border-color:var(--pk);background:rgba(201,118,141,.04)}.fc-version-item.latest{border-color:rgba(76,175,80,.3)}.fc-vi-time{font-weight:800;color:var(--bd);min-width:40px}.fc-vi-date{color:var(--txt3);min-width:50px}.fc-vi-meta{color:var(--txt3);margin-left:auto;font-size:.52rem}.fc-vi-badge{font-size:.48rem;font-weight:800;color:#22c55e;background:rgba(34,197,94,.1);padding:1px 5px;border-radius:4px}.fc-find-bar{position:absolute;top:8px;right:8px;z-index:50;display:flex;align-items:center;gap:4px;padding:6px 10px;border-radius:10px;background:var(--bg2);border:1.5px solid var(--pk);box-shadow:0 4px 16px rgba(0,0,0,.3)}.fc-find-input{font-size:.72rem;padding:5px 10px;border:1px solid var(--brd);border-radius:6px;background:var(--bg);color:var(--bd);font-family:Calibri,sans-serif;outline:none;min-width:160px}.fc-find-input:focus{border-color:var(--pk)}.fc-align-menu{position:absolute;z-index:100;background:var(--bg2);border:1.5px solid var(--brd);border-radius:10px;padding:4px;min-width:150px;box-shadow:0 8px 24px rgba(0,0,0,.35);animation:fcCtxIn .12s ease}.fc-ctx-menu{position:absolute;z-index:100;background:var(--bg2);border:1.5px solid var(--brd);border-radius:10px;padding:4px;min-width:160px;box-shadow:0 8px 24px rgba(0,0,0,.35);animation:fcCtxIn .12s ease}@keyframes fcCtxIn{from{opacity:0;transform:scale(.95) translateY(-4px)}}.fc-ctx-item{display:flex;align-items:center;gap:6px;width:100%;padding:6px 10px;border:none;border-radius:6px;background:transparent;color:var(--bd);font-size:.68rem;font-weight:600;font-family:Calibri,sans-serif;cursor:pointer;text-align:left;transition:all .1s}.fc-ctx-item:hover{background:var(--pkl);color:var(--pk)}.fc-ctx-item.danger{color:#ef4444}.fc-ctx-item.danger:hover{background:rgba(239,68,68,.08)}.fc-ctx-sep{height:1px;background:var(--brd);margin:3px 6px}.fc-link-item{display:flex;align-items:center;gap:6px;padding:6px 8px;border-radius:6px;font-size:.68rem;font-weight:600;cursor:pointer;transition:all .15s;border:1px solid var(--brd);margin-bottom:3px;color:var(--bd)}.fc-link-item:hover{border-color:var(--pk);background:var(--pkl);color:var(--pk)}.fc-link-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.fc-link-remove{background:none;border:none;font-size:.55rem;cursor:pointer;color:var(--txt3);padding:2px 4px;border-radius:4px;opacity:0;transition:all .15s}.fc-link-item:hover .fc-link-remove{opacity:1}.fc-link-remove:hover{color:#ef4444;background:rgba(239,68,68,.1)}.fc-link-option{padding:8px 12px;border-radius:8px;font-size:.72rem;font-weight:600;cursor:pointer;transition:all .15s;color:var(--bd)}.fc-link-option:hover{background:var(--pkl);color:var(--pk)}.fc-editor svg{display:block;width:100%;height:100%;cursor:grab}.fc-editor svg:active{cursor:grabbing}.fc-node{transition:opacity .15s}.fc-node:hover{opacity:.95}.fc-node.selected{opacity:1}.fc-main-shape{transition:filter .25s ease}.fc-port,.fc-port-dot,.fc-port-hit{display:none}.fc-port-handle{opacity:0;transition:opacity .15s ease,r .15s ease,transform .15s ease;filter:drop-shadow(0 1px 2px rgba(0,0,0,.35))}.fc-node:hover .fc-port-handle,.fc-node.selected .fc-port-handle{opacity:.95}.fc-port-handle:hover{r:7;opacity:1}.fc-connection-preview{fill:none;stroke:var(--pk,#e91e63);stroke-width:2.5;stroke-dasharray:6 4;stroke-linecap:round;pointer-events:none;opacity:.85}.fc-connection-preview-tip{fill:var(--pk,#e91e63);stroke:#fff;stroke-width:1.5;pointer-events:none}.fc-connection-target-glow{fill:none;stroke:var(--pk,#e91e63);stroke-width:3;stroke-dasharray:4 4;opacity:.85;pointer-events:none}.fc-waypoint{transition:opacity .15s;opacity:.4}.fc-waypoint:hover{opacity:1}.fc-waypoint:hover circle{fill:var(--pk)}.fc-wp-add{opacity:0;transition:opacity .2s;pointer-events:none}.fc-waypoint-layer:hover .fc-wp-add{opacity:.5;pointer-events:all}.fc-wp-add:hover{opacity:1 !important}.fc-resize-handle{transition:fill .12s}.fc-resize-handle:hover{fill:#fff !important;stroke:var(--pk) !important}.fc-props-stepper{display:flex;align-items:center;gap:0;border:1.5px solid var(--brd);border-radius:8px;overflow:hidden}.fc-step-btn{width:28px;height:28px;border:none;background:var(--bg);color:var(--pk);font-size:.85rem;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .12s;font-family:Calibri,sans-serif}.fc-step-btn:hover{background:var(--pkl)}.fc-step-btn:first-child{border-right:1px solid var(--brd)}.fc-step-btn:last-child{border-left:1px solid var(--brd)}.fc-step-input{flex:1;text-align:center;border:none;background:transparent;color:var(--bd);font-size:.72rem;font-weight:700;font-family:Calibri,sans-serif;outline:none;min-width:0;-moz-appearance:textfield}.fc-step-input::-webkit-inner-spin-button,.fc-step-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.fc-selection-ring{animation:fcDash .8s linear infinite,fcGlowPulse 2s ease-in-out infinite;filter:drop-shadow(0 0 4px rgba(233,30,99,.55)) drop-shadow(0 0 9px rgba(233,30,99,.3))}@keyframes fcDash{to{stroke-dashoffset:-18}}@keyframes fcGlowPulse{0%,100%{stroke-opacity:1}50%{stroke-opacity:.55}}.fc-edge-path{stroke-width:2;fill:none;cursor:pointer;transition:stroke .2s,stroke-width .2s;stroke-linecap:round}.fc-edge-path:hover{stroke-width:3.5;stroke:var(--pk)}.fc-edge-path.selected{stroke-width:3;stroke-dasharray:8 4;animation:fcEdgeFlow .6s linear infinite}@keyframes fcEdgeFlow{to{stroke-dashoffset:-12}}.fc-edge-hit{stroke-width:16;fill:none;stroke:transparent;cursor:crosshair}.fc-edge-hit:hover{stroke:rgba(201,118,141,.08)}.fc-edge-label{font-family:Calibri,sans-serif;pointer-events:none;cursor:text;font-weight:700;paint-order:stroke;stroke:none}.fc-edge-label-bg{transition:opacity .2s}.fc-edge-label-bg:hover{opacity:.9 !important}.fc-edge-add-label{transition:opacity .2s}.fc-edge-add-label:hover{opacity:.8 !important}.fc-edge-hint{pointer-events:none}.fc-edge-edit-wrap{position:absolute;transform:translate(-50%,-50%);z-index:100;display:flex;flex-direction:column;align-items:center;gap:4px}.fc-edge-edit-input{width:120px;padding:5px 10px;border:2px solid var(--pk);border-radius:8px;font-size:.78rem;font-family:Calibri,sans-serif;font-weight:700;text-align:center;background:var(--bg2);color:var(--bd);outline:none;box-shadow:0 4px 16px rgba(201,118,141,.2)}.fc-edge-quick-labels{display:flex;gap:4px}.fc-edge-quick-labels button{padding:3px 10px;border-radius:6px;font-size:.65rem;font-weight:700;font-family:Calibri,sans-serif;cursor:pointer;transition:all .15s;border:1.5px solid var(--brd);background:var(--bg2);color:var(--txt)}.fc-edge-quick-labels button:hover{border-color:var(--pk);color:var(--pk);background:var(--pkl)}.fc-node-text{dominant-baseline:central;pointer-events:none;user-select:none;paint-order:stroke;stroke:var(--bg2);stroke-width:2;stroke-opacity:.4}.fc-inline-edit{width:100%;height:100%;border:none;outline:none;background:rgba(0,0,0,.15);text-align:center;font-family:Calibri,sans-serif;font-size:.78rem;font-weight:600;color:var(--txt);padding:6px;border-radius:4px;resize:none;line-height:1.35}.fc-connect-active{background:var(--pk) !important;color:#fff !important;border-color:var(--pk) !important;animation:pulse 1.5s infinite}.fc-wrap-fullscreen{position:relative;inset:auto;width:100%;height:100%;min-height:0;max-height:none;flex:1 1 auto;z-index:1;background:var(--bg);padding:0;margin:0;box-shadow:none;border-radius:18px}body.fc-body-fullscreen{overflow:hidden}.fc-wrap-fullscreen .fc-toolbar,.fc-wrap-fullscreen .fc-status-bar{flex-shrink:0}.fc-wrap-fullscreen .fc-body{flex:1 1 auto;min-height:0}.fc-wrap-fullscreen .fc-canvas-area,.fc-wrap-fullscreen .fc-editor,.fc-wrap-fullscreen .fc-sidebar,.fc-wrap-fullscreen .fc-props-panel{min-height:0}.fc-wrap-fullscreen .fc-sidebar{width:clamp(112px,14vw,176px)}.fc-wrap-fullscreen .fc-props-panel{width:clamp(180px,22vw,260px)}#p-flowchart.active{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;overflow:hidden;padding:0}@media (max-width:1180px){.fc-body{grid-template-columns:minmax(104px,132px) minmax(0,1fr);grid-template-rows:minmax(0,1fr) auto}.fc-sidebar{grid-column:1;grid-row:1 / span 2}.fc-canvas-area{grid-column:2;grid-row:1;min-height:260px}.fc-props-panel{grid-column:2;grid-row:2;border-left:none;border-top:1.5px solid var(--brd);max-height:190px}}@media (max-width:820px){.fc-body{grid-template-columns:minmax(0,1fr);grid-template-rows:auto minmax(0,1fr) auto}.fc-sidebar{grid-column:1;grid-row:1;max-height:148px;border-right:none;border-bottom:1.5px solid var(--brd)}.fc-sb-shapes{display:grid;grid-template-columns:repeat(auto-fit,minmax(112px,1fr))}.fc-canvas-area{grid-column:1;grid-row:2;min-height:220px}.fc-props-panel{grid-column:1;grid-row:3;max-height:170px}}@media (max-width:960px){.fc-wrap-fullscreen .fc-body{display:grid;grid-template-columns:minmax(104px,128px) minmax(0,1fr);grid-template-rows:minmax(0,1fr) auto}.fc-wrap-fullscreen .fc-sidebar{width:auto;grid-column:1;grid-row:1 / span 2}.fc-wrap-fullscreen .fc-canvas-area{grid-column:2;grid-row:1;min-height:280px}.fc-wrap-fullscreen .fc-props-panel{width:auto;max-height:180px;border-left:none;border-top:1.5px solid var(--brd);grid-column:2;grid-row:2}}@media (max-width:640px){.fc-wrap-fullscreen .fc-body{grid-template-columns:minmax(0,1fr);grid-template-rows:auto minmax(0,1fr) auto}.fc-wrap-fullscreen .fc-sidebar{grid-column:1;grid-row:1;max-height:148px;border-right:none;border-bottom:1.5px solid var(--brd)}.fc-wrap-fullscreen .fc-sb-shapes{display:grid;grid-template-columns:repeat(auto-fit,minmax(112px,1fr))}.fc-wrap-fullscreen .fc-canvas-area{grid-column:1;grid-row:2;min-height:240px}.fc-wrap-fullscreen .fc-props-panel{grid-column:1;grid-row:3;max-height:160px}}.fc-status-bar{display:none}.fc-connect-indicator{color:var(--pk);font-weight:700;animation:pulse 1.5s infinite}body.dark .fc-toolbar{background:var(--bg);border-bottom-color:var(--brd2)}body.dark .fc-sidebar{background:var(--bg);border-right-color:var(--brd2)}body.dark .fc-sb-shape:hover{background:rgba(244,143,177,.08);border-color:#f48fb1;color:#f48fb1}body.dark .fc-editor{background:var(--bg3)}body.dark .fc-props-panel{background:var(--bg);border-left-color:var(--brd2)}body.dark .fc-props-input{background:var(--bg3);border-color:var(--brd2)}body.dark .fc-props-input:focus{border-color:#f48fb1}body.dark .fc-props-chip.active{box-shadow:0 0 0 2px #f48fb1,0 1px 3px rgba(0,0,0,.2)}body.dark .fc-status-bar{background:var(--bg);border-top-color:var(--brd2)}body.dark .fc-toolbar-sep{background:var(--brd2)}body.light .fc-toolbar{background:#f5f8f6;border-bottom:2px solid #81c784;border-left:4px solid var(--pk)}body.light .fc-toolbar .ab{border:3px solid var(--brd)}body.light .fc-chart-name{color:#1a2e1f}body.light .fc-toolbar-sep{background:#81c784}body.light .fc-sidebar{background:#e8f0e9;border-right:3px solid #a5d6a7}body.light .fc-sb-title{color:#3d5c44}body.light .fc-sb-shape{color:#2e5432}body.light .fc-sb-shape:hover{background:#fce4ec;border-color:var(--pk);color:var(--pk)}body.light .fc-editor{background:#f5f8f6}body.light .fc-props-panel{background:#e8f0e9;border-left:3px solid #a5d6a7}body.light .fc-props-input{background:#f5f8f6;border:3px solid #a5d6a7;color:#1a2e1f}body.light .fc-props-input:focus{border-color:var(--pk)}body.light .fc-props-chip.active{box-shadow:0 0 0 3px var(--pk),0 1px 3px rgba(0,0,0,.15)}body.light .fc-status-bar{background:#e8f0e9;border-top:1px solid #81c784;color:#3d5c44}body.light .fc-inline-edit{background:rgba(245,248,246,.95);color:#1a2e1f;border:2.5px solid #81c784}@media (pointer:coarse){.fc-port-hit{r:16}.fc-edge-hit{stroke-width:22}.fc-shape-btn{padding:8px 14px;font-size:.72rem}}.fc-lock-mode{cursor:crosshair !important}.fc-lock-mode .fc-node{cursor:crosshair !important}.fc-lock-mode .fc-edge-hit{cursor:crosshair !important}.fc-lock-mode .fc-port-hit{cursor:crosshair !important}.fc-tool-active{background:var(--pk) !important;color:#fff !important;border-color:var(--pk) !important;animation:pulse 1.5s infinite}.fc-tool-active .fc-sb-label{color:#fff !important}.fc-lock-indicator{color:#ef4444;font-weight:700;animation:pulse 1.5s infinite}.fc-tag-row{display:flex;flex-wrap:wrap;gap:2px;margin-top:3px}.fc-tag-chip{font-size:.6rem;font-weight:700;padding:2px 7px;border-radius:7px;border:1px solid var(--tc,var(--brd));background:transparent;color:var(--tc,var(--txt3));cursor:pointer;font-family:inherit;transition:all .12s;white-space:nowrap;line-height:1.3;opacity:.55}.fc-tag-chip:hover{background:color-mix(in srgb,var(--tc,var(--pk)) 12%,transparent);opacity:1}.fc-tag-chip.active{background:color-mix(in srgb,var(--tc,var(--pk)) 18%,transparent);color:var(--tc,var(--pk));border-color:var(--tc);opacity:1}.fc-tag-new{border-style:dashed;color:var(--txt3);font-size:.6rem;padding:2px 7px}.fc-viewmode-bar{display:flex;gap:3px}.fc-vm-btn{font-size:.55rem;font-weight:700;padding:3px 8px;border-radius:6px;border:1.5px solid var(--brd);background:transparent;color:var(--txt2);cursor:pointer;font-family:inherit;transition:all .12s}.fc-vm-btn:hover{border-color:var(--pk);color:var(--pk)}.fc-vm-btn.active{background:var(--pkl);color:var(--pk);border-color:var(--pk)}.fc-tag-filters{display:flex;flex-wrap:wrap;gap:3px;margin-bottom:8px}.fc-tag-filters .fc-tag-chip{font-size:.62rem;padding:3px 9px;border-radius:10px;opacity:.8}.fc-tag-filters .fc-tag-chip.active{opacity:1}.fc-attach-empty{text-align:center;padding:10px;display:flex;flex-direction:column;align-items:center;gap:6px}.fc-attach-grid{display:flex;flex-direction:column;gap:4px}.fc-attach-card{display:flex;align-items:center;gap:8px;padding:7px 10px;border-radius:8px;border:1.5px solid var(--brd);background:var(--bg);cursor:pointer;transition:all .12s}.fc-attach-card:hover{border-color:var(--pk);background:rgba(201,118,141,.04)}.fc-attach-icon{font-size:1rem;flex-shrink:0}.fc-attach-info{flex:1;min-width:0}.fc-attach-name{font-size:.68rem;font-weight:700;color:var(--bd);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fc-attach-meta{font-size:.52rem;color:var(--txt3)}.fc-attach-lock{font-size:.7rem;opacity:.5}.fc-attach-option{display:flex;align-items:center;gap:6px;width:100%;padding:7px 10px;border:1px solid var(--brd);border-radius:6px;background:var(--bg);color:var(--bd);font-size:.68rem;font-weight:600;cursor:pointer;font-family:inherit;transition:all .12s;text-align:left;margin-bottom:3px}.fc-attach-option:hover{border-color:var(--pk);background:rgba(201,118,141,.04)}.fc-viewer-lock{position:absolute;inset:0;z-index:40;display:flex;align-items:flex-start;justify-content:center;padding-top:16px;pointer-events:none;transition:opacity .3s}.fc-vl-badge{pointer-events:all;display:flex;align-items:center;gap:8px;padding:6px 16px;border-radius:20px;background:rgba(0,0,0,.7);backdrop-filter:blur(8px);border:1.5px solid rgba(255,255,255,.15);box-shadow:0 4px 20px rgba(0,0,0,.4);animation:fcViewerBadgeIn .3s ease}@keyframes fcViewerBadgeIn{from{opacity:0;transform:translateY(-10px)}}.fc-vl-icon{font-size:1rem}.fc-vl-text{font-size:.7rem;font-weight:700;color:#e0f2e1}.fc-badge-glow{animation:fcBadgeGlow 2s ease-in-out infinite}@keyframes fcBadgeGlow{0%,100%{r:11;opacity:.3}50%{r:15;opacity:.5}}.fc-flow-pulse-on .fc-edge-path{stroke-dasharray:8 6;animation:fcFlowPulse .8s linear infinite}.fc-flow-pulse-on .fc-edge-path.selected{animation:none}@keyframes fcFlowPulse{to{stroke-dashoffset:-14}}.fc-props-range{-webkit-appearance:none;appearance:none;height:4px;background:var(--brd);border-radius:2px;outline:none}.fc-props-range::-webkit-slider-thumb{-webkit-appearance:none;width:14px;height:14px;border-radius:50%;background:var(--pk);cursor:pointer;border:2px solid #fff;box-shadow:0 1px 4px rgba(0,0,0,.3)}.fc-lock-icon{transition:opacity .15s}.fc-lock-icon:hover .fc-main-shape,.fc-lock-icon:hover>path{opacity:1}.fc-lock-icon.dragging{opacity:.7;filter:drop-shadow(0 0 8px rgba(239,68,68,.5))}.fc-lock-pulse{animation:fcLockPulseRing 2s ease-in-out infinite}@keyframes fcLockPulseRing{0%,100%{r:14;opacity:.2}50%{r:18;opacity:.4}}.fc-edge-chain{animation:fcChainCrawl 1.2s linear infinite}.fc-edge-chain-dots{animation:fcChainCrawl 1.2s linear infinite reverse}@keyframes fcChainCrawl{to{stroke-dashoffset:-18}}.fc-edge-path.locked{animation:fcLockedPulse 2.5s ease-in-out infinite}@keyframes fcLockedPulse{0%,100%{opacity:.35}50%{opacity:.22}}.fc-lock-border{pointer-events:none}.fc-edge-lock-border{pointer-events:none}body.light .fc-tool-active{background:var(--pk) !important}body.light .fc-lock-indicator{color:#dc2626}.sk-personal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.tools-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:8px;margin-bottom:12px}body:not(.light) .fc-tag-chip.active{color:var(--tc,var(--pk))}body:not(.light) .fc-tool-active,body:not(.light) .fc-tool-active .fc-sb-label,body:not(.light) .fc-connect-active,body:not(.light) .fc-props-pill.active,body:not(.light) .fc-vl-text{color:#e0f2e1 !important}