:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#15191f;background:#d8dde4;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input,select,textarea{font:inherit}.appShell{background:#d8dde4;grid-template-columns:64px minmax(0,1fr) 296px;min-height:100vh;display:grid}.toolRail{color:#f8fafc;background:#192027;flex-direction:column;align-items:center;gap:10px;padding:14px 10px;display:flex}.brandMark{background:#2b6e69;border:1px solid #ffffff2e;border-radius:8px;place-items:center;width:42px;height:42px;margin-bottom:8px;display:grid}.iconButton{color:currentColor;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;place-items:center;width:42px;height:42px;display:grid}.iconButton:hover,.iconButton.active{background:#ffffff1f;border-color:#fff3}.propertiesPanel .iconButton{color:#20262d;width:38px;height:38px}.propertiesPanel .iconButton:hover{background:#edf1f6;border-color:#c8d0dc}.railDivider{background:#ffffff2e;width:28px;height:1px;margin:4px 0}.hiddenInput{display:none}.workspace{grid-template-rows:auto minmax(0,1fr);min-width:0;display:grid}.topBar{background:#f6f8fb;border-bottom:1px solid #c6ced8;justify-content:space-between;align-items:center;gap:18px;min-width:0;padding:14px 18px;display:flex}.topBar>div{min-width:0}.topBar h1{margin:0;font-size:18px;font-weight:760}.topBar p{color:#66717f;margin:3px 0 0;font-size:13px}.exportControls{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;min-width:0;display:flex}.exportControls input,.exportControls select,.propertyGrid input,.propertyGrid select,.propertyGrid textarea{color:#15191f;background:#fff;border:1px solid #c8d0dc;border-radius:7px;min-width:0}.exportControls input{width:190px;padding:9px 10px}.exportControls select{padding:9px 28px 9px 10px}.commandButton{color:#fff;cursor:pointer;background:#28746e;border:1px solid #205d58;border-radius:8px;align-items:center;gap:8px;min-height:38px;padding:0 13px;font-weight:650;display:inline-flex}.commandButton.secondary{color:#20262d;background:#fff;border-color:#aab4c2}.commandButton.secondary.active{color:#205d58;background:#e3f3f1;border-color:#205d58}.canvasWrap{background-color:#d8dde4;background-image:linear-gradient(90deg,#1920270d 1px,#0000 1px),linear-gradient(#1920270d 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:28px 28px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;place-items:center;min-height:0;padding:34px;display:grid;overflow:auto}.pageFrame{grid-template-rows:28px auto;grid-template-columns:28px auto;place-items:stretch stretch;width:fit-content;display:grid}.rulerCorner{color:#526070;text-transform:uppercase;background:#edf1f6;border-bottom:1px solid #aeb8c6;border-right:1px solid #aeb8c6;place-items:center;font-size:10px;font-weight:760;display:grid}.ruler{color:#5a6674;background:#edf1f6;display:block}.ruler line{stroke:#7d8998;stroke-width:1px;vector-effect:non-scaling-stroke}.ruler text{fill:#5a6674;-webkit-user-select:none;user-select:none;font-size:10px}.horizontalRuler{border-bottom:1px solid #aeb8c6;min-width:760px;height:28px}.verticalRuler{border-right:1px solid #aeb8c6;width:28px;height:100%}.drawingCanvas{aspect-ratio:3/2;touch-action:none;background:#fff;border:1px solid #b8c1ce;width:min(78vw,1200px);min-width:760px;box-shadow:0 18px 50px #1c242c38}.canvasObject{cursor:move}.canvasObject.selected{outline:none}.drawingCanvas.outlineMode .canvasObject,.drawingCanvas.outlineMode .canvasObject *{vector-effect:non-scaling-stroke;fill:none!important;stroke:#111820!important;stroke-width:.45px!important;opacity:1!important}.drawingCanvas.outlineMode text.canvasObject{fill:none!important;stroke:#111820!important}.drawingCanvas.outlineMode .canvasObject rect[fill=transparent]{stroke:#0000!important}.selectionOverlay{pointer-events:none}.selectionOverlay>rect:first-child{fill:none;stroke:#1c77ff;stroke-width:2px;stroke-dasharray:10 7;vector-effect:non-scaling-stroke}.resizeHandle{fill:#fff;stroke:#1c77ff;stroke-width:2px;pointer-events:all;cursor:nwse-resize;vector-effect:non-scaling-stroke}.resizeHandle.ne,.resizeHandle.sw{cursor:nesw-resize}.resizeHandle.nw,.resizeHandle.se{cursor:nwse-resize}.resizeHandle.n,.resizeHandle.s{cursor:ns-resize}.resizeHandle.e,.resizeHandle.w{cursor:ew-resize}.nodeEditor{pointer-events:none}.curveNode{fill:#fff;stroke:#e34b36;stroke-width:1.4px;cursor:grab;pointer-events:all;vector-effect:non-scaling-stroke}.curveNode.selected{fill:#e34b36;stroke:#fff;stroke-width:1.8px}.propertiesPanel{background:#f6f8fb;border-left:1px solid #c6ced8;flex-direction:column;gap:14px;min-width:0;padding:16px;display:flex}.panelHeader{color:#66717f;text-transform:uppercase;justify-content:space-between;align-items:center;gap:10px;font-size:13px;display:flex}.panelHeader strong{color:#15191f}.panelActions{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}.propertyGrid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.documentPanel{border-bottom:1px solid #d4dbe4;gap:10px;padding-bottom:14px;display:grid}.referencePanel{border-bottom:1px solid #d4dbe4;gap:10px;max-height:330px;padding-bottom:14px;display:grid;overflow:auto}.sectionTitle{color:#66717f;text-transform:uppercase;justify-content:space-between;align-items:center;gap:10px;font-size:12px;font-weight:760;display:flex}.sectionTitle strong{color:#28746e}.miniButton{color:#20262d;cursor:pointer;background:#fff;border:1px solid #c8d0dc;border-radius:7px;place-items:center;width:28px;height:28px;font-weight:760;display:inline-grid}.miniButton.danger{color:#9c2d22}.assignField{color:#56616f;gap:6px;font-size:12px;font-weight:680;display:grid}.assignField select,.referenceItem input,.referenceItem select{color:#15191f;background:#fff;border:1px solid #c8d0dc;border-radius:7px;width:100%;min-height:34px;padding:7px 8px}.referenceList{gap:10px;display:grid}.referenceItem{background:#fff;border:1px solid #d4dbe4;border-radius:8px;grid-template-columns:1fr 30px;gap:8px;padding:9px;display:grid}.referenceItem label{color:#56616f;gap:5px;font-size:11px;font-weight:680;display:grid}.referenceItem label:not(.wideField){grid-column:span 1}.referenceItem .wideField{grid-column:1/-1}.propertyGrid label{color:#56616f;gap:6px;font-size:12px;font-weight:680;display:grid}.propertyGrid input,.propertyGrid select,.propertyGrid textarea{width:100%;min-height:36px;padding:8px 9px}.propertyGrid input[type=color]{padding:3px}.propertyGrid input[type=range]{padding:0}.propertyGrid textarea{resize:vertical;min-height:86px}.wideField{grid-column:1/-1}.nodeInfo{color:#56616f;background:#fff;border:1px solid #d4dbe4;border-radius:8px;grid-template-columns:1fr auto;align-items:center;gap:8px;padding:10px;font-size:12px;font-weight:680;display:grid}.nodeInfo .commandButton{min-height:32px;padding:0 10px}.emptyState{color:#66717f;border:1px dashed #bdc7d4;border-radius:8px;place-items:center;min-height:180px;display:grid}.capabilities{color:#66717f;border-top:1px solid #d4dbe4;margin-top:auto;padding-top:14px;font-size:12px}.capabilities div{justify-content:space-between;align-items:center;gap:12px;margin-bottom:7px;display:flex}.capabilities strong{color:#28746e}.capabilities p{overflow-wrap:anywhere;margin:0;line-height:1.35}@media (width<=980px){.appShell{grid-template-columns:56px minmax(0,1fr)}.propertiesPanel{border-top:1px solid #c6ced8;border-left:0;grid-column:1/-1}.topBar{flex-direction:column;align-items:stretch}.exportControls{flex-wrap:wrap}.drawingCanvas,.horizontalRuler{min-width:680px}}
