.palette-panel-library{flex-direction:column;gap:12px;height:100%;display:flex}.ct-palette-shell{flex-direction:column;gap:8px;width:100%;height:100%;min-height:0;display:flex;overflow:hidden}.palette-panel.ct-palette-shell{border-color:#0000;padding:5px 0}.ct-palette-shell.is-disabled{opacity:.82}.ct-palette-controls{flex-direction:column;flex:none;gap:8px;min-width:0;display:flex}.ct-palette-search-shell{display:block;position:relative}.ct-palette-search-icon{color:var(--ct-text-soft,#667b9f);pointer-events:none;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.ct-palette-search-input{background:var(--ct-surface,#fff);width:100%;height:32px;color:var(--ct-text,#12213c);border:1px solid #7d99cc2e;border-radius:11px;outline:none;padding:0 10px 0 32px}.ct-palette-search-input::placeholder{color:var(--ct-text-soft,#7c90b3)}.ct-palette-availability-switch{background:color-mix(in srgb, var(--ct-surface,#fff) 92%, #4f83ff 8%);min-width:0;min-height:32px;color:var(--ct-text,#12213c);cursor:pointer;-webkit-user-select:none;user-select:none;border:1px solid #7d99cc2e;border-radius:11px;align-items:center;gap:7px;padding:5px 8px;display:flex;position:relative}.ct-palette-availability-input{opacity:0;width:1px;height:1px;position:absolute}.ct-palette-availability-track{background:#7d99cc38;border:1px solid #7d99cc57;border-radius:999px;flex:none;width:30px;height:18px;padding:1px;transition:background .16s,border-color .16s,box-shadow .16s}.ct-palette-availability-thumb{background:#fff;border-radius:999px;width:14px;height:14px;transition:transform .16s;display:block;box-shadow:0 1px 4px #12213c3d}.ct-palette-availability-input:checked+.ct-palette-availability-track{background:#4f83ff;border-color:#4f83ff9e}.ct-palette-availability-input:checked+.ct-palette-availability-track .ct-palette-availability-thumb{transform:translate(12px)}.ct-palette-availability-input:focus-visible+.ct-palette-availability-track{box-shadow:0 0 0 3px #4f83ff2e}.ct-palette-availability-label{min-width:0;color:var(--ct-text,#12213c);flex:auto;font-size:11px;font-weight:800;line-height:1.15}.ct-palette-availability-count{min-width:20px;height:18px;color:var(--ct-text-soft,#667b9f);background:#7d99cc29;border-radius:999px;flex:none;justify-content:center;align-items:center;padding:0 5px;font-size:10px;font-weight:800;line-height:1;display:inline-flex}.ct-palette-category-list{flex-direction:column;flex:auto;gap:8px;min-height:0;padding-right:2px;display:flex;overflow:hidden auto}.ct-palette-category{background:color-mix(in srgb, var(--ct-surface,#fff) 88%, #4f83ff 12%);border:1px solid #7d99cc29;border-radius:12px;flex:none;overflow:hidden}.ct-palette-category-toggle{width:100%;color:inherit;cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:0;justify-content:space-between;align-items:flex-start;gap:8px;padding:7px 9px;display:flex}.ct-palette-category-toggle:disabled{cursor:not-allowed}.ct-palette-category-title{letter-spacing:.035em;text-transform:uppercase;color:var(--ct-text,#12213c);text-align:left;font-size:10px;font-weight:800;line-height:1.15}.ct-palette-category-meta{color:var(--ct-text-soft,#7a8eb1);align-items:center;gap:6px;display:inline-flex}.ct-palette-category-size{font-size:10px;font-weight:700}.ct-palette-chevron{transition:transform .18s}.ct-palette-chevron.open{transform:rotate(180deg)}.ct-palette-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;padding:0 8px 8px;display:grid}.ct-palette-grid-item{aspect-ratio:1;background:color-mix(in srgb, var(--ct-surface,#fff) 90%, #4f83ff 10%);cursor:grab;-webkit-user-select:none;user-select:none;border:1px solid #7d99cc29;border-radius:11px;justify-content:center;align-items:center;width:100%;min-width:0;padding:0;transition:transform .16s,border-color .16s,box-shadow .16s,background .16s;display:inline-flex;position:relative}.ct-palette-grid-item:hover:not(:disabled){background:color-mix(in srgb, var(--ct-surface,#fff) 84%, #4f83ff 16%);border-color:#4f83ff6b;transform:translateY(-1px);box-shadow:0 8px 14px #1f38681f}.ct-palette-grid-item:active:not(:disabled){cursor:grabbing;transform:translateY(0)}.ct-palette-grid-item:disabled,.ct-palette-grid-item.is-disabled{cursor:not-allowed;opacity:.46;filter:grayscale(.9);box-shadow:none}.ct-palette-grid-icon{object-fit:contain;width:30px;height:30px}.ct-palette-empty{background:color-mix(in srgb, var(--ct-surface,#fff) 86%, #4f83ff 14%);text-align:center;border:1px dashed #7d99cc2e;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:120px;padding:18px;display:flex}.ct-palette-empty-title{color:var(--ct-text,#12213c);font-size:14px;font-weight:800}.ct-palette-empty-text{color:var(--ct-text-soft,#7588a9);font-size:12px}[data-theme=dark] .ct-palette-search-icon,[data-theme=dark] .ct-palette-search-input::placeholder,[data-theme=dark] .ct-palette-category-meta,[data-theme=dark] .ct-palette-availability-count,[data-theme=dark] .ct-palette-empty-text{color:#8fa3c6}[data-theme=dark] .ct-palette-search-input,[data-theme=dark] .ct-palette-availability-switch,[data-theme=dark] .ct-palette-category,[data-theme=dark] .ct-palette-grid-item,[data-theme=dark] .ct-palette-empty{color:#edf3ff;background:#13284a;border-color:#7d99cc24}[data-theme=dark] .ct-palette-grid-item:hover:not(:disabled){background:#17325c}[data-theme=dark] .ct-palette-category-title,[data-theme=dark] .ct-palette-availability-label,[data-theme=dark] .ct-palette-empty-title{color:#edf3ff}[data-theme=dark] .ct-palette-availability-track{background:#8fa3c62e;border-color:#8fa3c647}[data-theme=dark] .ct-palette-availability-count{background:#8fa3c624}@media (width<=1400px){.ct-palette-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.ct-palette-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.flow-node-multi-stream-icon{z-index:1;filter:drop-shadow(0 4px 10px #0f172a14);opacity:var(--ct-node-status-icon-opacity,1);pointer-events:none;-webkit-user-select:none;user-select:none;flex-direction:column;flex:none;display:flex;position:relative}.flow-node-multi-stream-icon__section{flex:none;width:42px;min-width:42px;display:block}.flow-node-multi-stream-icon__mask{background:var(--ct-node-status-icon-color,currentColor);-webkit-mask:var(--ct-node-icon-mask) center / 100% 100% no-repeat;-webkit-mask:var(--ct-node-icon-mask) center / 100% 100% no-repeat;mask:var(--ct-node-icon-mask) center / 100% 100% no-repeat}.flow-node.flow-node-minimal.selected .flow-node-multi-stream-icon{filter:drop-shadow(0 0 6px #3b82f675)drop-shadow(0 0 14px #2563eb47)}.flow-node.ct-annotation-node{min-width:0;box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.react-flow__node.ct-area-annotation-wrapper{pointer-events:none}.react-flow__node.ct-area-annotation-wrapper .react-flow__resize-control,.react-flow__node.ct-area-annotation-wrapper .ct-area-annotation-interactive,.react-flow__node.ct-area-annotation-wrapper .ct-annotation-area-caption,.react-flow__node.ct-area-annotation-wrapper .ct-annotation-area-input{pointer-events:auto}.flow-node.ct-annotation-node.ct-annotation-node--area{pointer-events:none}.flow-node.ct-annotation-node.selected{box-shadow:none;border-color:#0000}.ct-annotation-node-shell{position:relative;overflow:visible}.ct-annotation-node-shell--text{background:0 0;align-items:stretch;display:flex}.ct-annotation-node-shell--area{pointer-events:none;border-radius:18px}.ct-annotation-text-content{letter-spacing:.01em;white-space:pre-wrap;word-break:break-word;-webkit-user-select:none;user-select:none;width:100%;min-height:100%}.ct-annotation-textarea,.ct-annotation-area-input{width:100%;box-shadow:none;appearance:none;font:inherit;background:0 0;border:0;outline:0}.ct-annotation-textarea:focus,.ct-annotation-textarea:focus-visible,.ct-annotation-area-input:focus,.ct-annotation-area-input:focus-visible{box-shadow:none;outline:none}.ct-annotation-textarea{resize:none;height:100%;min-height:52px;padding:0}.ct-annotation-area-frame{width:100%;height:100%;min-height:inherit;pointer-events:none;position:relative}.ct-annotation-area-outline{pointer-events:none;position:absolute;inset:0;overflow:visible}.ct-annotation-area-outline-hit{pointer-events:stroke}.ct-annotation-area-outline-visual{pointer-events:none}.ct-annotation-area-caption,.ct-annotation-area-input{white-space:nowrap;text-overflow:ellipsis;background:#0e182ec7;border-radius:999px;max-width:calc(100% - 28px);padding:4px 10px;line-height:1.25;position:absolute;top:12px;left:14px;overflow:hidden;box-shadow:0 6px 18px #1230532e}.ct-annotation-area-input{border:1px solid #7fb0ff47}[data-theme=dark] .ct-annotation-area-caption,[data-theme=dark] .ct-annotation-area-input{background:#122647f0;box-shadow:0 8px 20px #00000040}.spreadsheet-editor{height:100%;min-height:0;color:var(--ds-color-text,inherit);background:var(--ds-color-surface,transparent);grid-template-rows:auto minmax(0,1fr);display:grid;overflow:hidden}.spreadsheet-editor-formula-row,.spreadsheet-editor-sheet-tabs,.spreadsheet-editor-footer,.spreadsheet-editor-size-toolbar,.spreadsheet-editor-attribute-controls,.spreadsheet-editor-header-meta{align-items:center;gap:8px;display:flex}.spreadsheet-editor-sticky-header{z-index:5}.spreadsheet-editor-header-meta{min-width:0;margin-left:auto}.spreadsheet-editor-formula-row input,.spreadsheet-editor-inspector input,.spreadsheet-editor-size-toolbar input{min-height:32px;color:inherit;background:var(--input-bg,var(--panel-bg));border:1px solid var(--border-color);border-radius:6px;padding:6px 9px}.spreadsheet-editor-tabs{border:0;min-width:0;padding:0}.spreadsheet-editor-sheet-tabs>button:not(.spreadsheet-editor-add-sheet){color:var(--text-secondary);cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;padding:9px 12px}.spreadsheet-editor-sheet-tabs>button.is-active{color:var(--text-primary);border-bottom-color:var(--accent-color)}.spreadsheet-editor-add-sheet{flex:none}.spreadsheet-editor-sheet{grid-template-rows:auto auto minmax(0,1fr) auto auto;min-height:0;display:grid}.spreadsheet-editor-content{min-height:0;display:grid}.spreadsheet-editor-content.has-inspector{grid-template-columns:minmax(0,1fr) minmax(320px,420px)}.spreadsheet-editor-content.has-inspector>.spreadsheet-editor-inspector{border-left:1px solid var(--border-color)}.spreadsheet-editor-sheet-tabs{background:var(--panel-bg);border-top:1px solid var(--border-color);min-width:0;padding:2px 12px 0;overflow-x:auto}.spreadsheet-editor-size-toolbar{color:var(--text-secondary);background:color-mix(in srgb, var(--panel-bg) 86%, transparent);border-bottom:1px solid var(--border-color);flex-wrap:wrap;padding:7px 12px;font-size:11px}.spreadsheet-editor-size-toolbar>strong{color:var(--text-primary);margin-right:4px;font-size:12px}.spreadsheet-editor-size-toolbar label{align-items:center;gap:5px;display:flex}.spreadsheet-editor-size-toolbar input{font-variant-numeric:tabular-nums;width:76px;min-height:28px;padding:3px 6px}.spreadsheet-editor-size-toolbar>small{margin-left:auto}.spreadsheet-editor-formula-row{border-block:1px solid var(--border-color);padding:8px 12px}.spreadsheet-editor-formula-row strong{text-align:center;width:58px}.spreadsheet-editor-formula-row>span{color:var(--accent-color);font-weight:700}.spreadsheet-editor-formula-row input{font-family:var(--ds-font-family-mono,ui-monospace, monospace);flex:1}.spreadsheet-editor-grid{scrollbar-gutter:stable both-edges;border:0;min-height:0;max-height:none;overflow:auto}.spreadsheet-editor-grid .ds-spreadsheet-table{width:var(--spreadsheet-editor-table-width);table-layout:fixed;min-width:100%}.spreadsheet-editor-grid .ds-spreadsheet-table th,.spreadsheet-editor-grid .ds-spreadsheet-table td{border-right-color:color-mix(in srgb, var(--ct-border,#d9e2f2) 78%, transparent);border-right-style:solid;border-right-width:1px}.spreadsheet-editor-grid .ds-spreadsheet-table th:last-child,.spreadsheet-editor-grid .ds-spreadsheet-table td:last-child{border-right-width:0}.spreadsheet-editor-row-header{z-index:1;color:var(--text-secondary);background:var(--panel-bg);-webkit-user-select:none;user-select:none;font-size:11px;position:sticky;left:0}.spreadsheet-editor-cell-value{font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap;justify-content:flex-end;align-items:center;min-height:24px;padding:2px 5px;display:flex;overflow:hidden}.spreadsheet-editor-cell-value.is-imported{box-shadow:inset 3px 0 #2563eb}.spreadsheet-editor-cell-value.is-exported{box-shadow:inset -3px 0 #f59e0b}.spreadsheet-editor-cell-value.is-formula:before{color:var(--text-secondary);content:"fx";margin-right:auto;font-size:9px}.spreadsheet-editor-cell-value.is-error{color:var(--danger-color,#dc2626)}.spreadsheet-editor-cell-value small{margin-left:5px}.spreadsheet-editor-cell-input{width:100%;min-height:28px;color:inherit;background:var(--input-bg,var(--panel-bg));border:1px solid var(--accent-color);padding:2px 4px}.spreadsheet-editor-footer{color:var(--text-secondary);border-top:1px solid var(--border-color);justify-content:flex-end;padding:7px 12px;font-size:11px}.spreadsheet-editor-window-controls{align-items:center;gap:5px;margin-right:auto;display:flex}.spreadsheet-editor-window-controls button{color:inherit;border:1px solid var(--border-color);font:inherit;cursor:pointer;background:0 0;border-radius:4px;padding:2px 6px}.spreadsheet-editor-window-controls button:disabled{opacity:.45;cursor:default}.spreadsheet-editor-warnings{color:#b45309;position:relative}.spreadsheet-editor-warnings[open] ul{z-index:4;width:min(460px,70vw);max-height:180px;color:var(--text-primary);background:var(--panel-bg);border:1px solid var(--border-color);border-radius:6px;margin:0;padding:10px 10px 10px 28px;position:absolute;bottom:18px;right:0;overflow:auto;box-shadow:0 8px 24px #0000002e}.spreadsheet-editor-footer .is-error{color:var(--danger-color,#dc2626)}.spreadsheet-editor-inspector{min-height:0;padding:18px;overflow:auto}.spreadsheet-editor-inspector h3{margin:0 0 16px}.spreadsheet-editor-connections-heading{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.spreadsheet-editor-connections-heading h3{margin-bottom:4px}.spreadsheet-editor-connections-heading p{color:var(--text-secondary);margin:0;font-size:12px;line-height:1.45}.spreadsheet-editor-connections-heading>strong{background:var(--panel-bg);font-family:var(--ds-font-family-mono,ui-monospace, monospace);border-radius:5px;flex:none;padding:5px 8px;font-size:12px}.spreadsheet-editor-attribute-controls{grid-template-columns:120px minmax(0,1fr);align-items:end;margin-top:14px;display:grid}.spreadsheet-editor-attribute-controls label,.spreadsheet-editor-parameters label{gap:5px;display:grid}.spreadsheet-editor-attribute-tree{gap:6px;margin-top:12px;display:grid}.spreadsheet-editor-attribute-tree>p{color:var(--text-secondary);margin:12px 0}.spreadsheet-editor-attribute-error{color:var(--text-secondary);justify-content:space-between;align-items:center;gap:12px;padding:10px 0;display:flex}.spreadsheet-editor-attribute-error p{margin:0}.spreadsheet-editor-attribute-error button{border:1px solid var(--ct-border);min-height:30px;color:var(--text-primary);background:var(--input-bg,var(--panel-bg));cursor:pointer;border-radius:6px;padding:0 12px}.spreadsheet-editor-attribute-group{border:1px solid var(--border-color);background:var(--panel-bg);border-radius:8px;overflow:hidden}.spreadsheet-editor-object-row,.spreadsheet-editor-attribute-row{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0}.spreadsheet-editor-object-row{grid-template-columns:16px minmax(0,1fr) auto auto;align-items:center;gap:7px;padding:10px 11px;display:grid}.spreadsheet-editor-object-row:hover,.spreadsheet-editor-attribute-row:hover{background:color-mix(in srgb, var(--accent-color) 8%, transparent)}.spreadsheet-editor-object-row small,.spreadsheet-editor-object-row>span:last-child,.spreadsheet-editor-attribute-row small{color:var(--text-secondary);font-size:10px}.spreadsheet-editor-attribute-categories,.spreadsheet-editor-attribute-category+.spreadsheet-editor-attribute-category{border-top:1px solid var(--border-color)}.spreadsheet-editor-attribute-category h4{color:var(--text-secondary);letter-spacing:.02em;background:color-mix(in srgb, var(--panel-bg) 88%, var(--accent-color));justify-content:space-between;align-items:center;gap:8px;margin:0;padding:7px 11px 7px 28px;font-size:10px;font-weight:700;display:flex}.spreadsheet-editor-attribute-category h4 small{color:inherit;font-size:inherit;font-variant-numeric:tabular-nums}.spreadsheet-editor-attribute-items{border-top:1px solid color-mix(in srgb, var(--border-color) 72%, transparent)}.spreadsheet-editor-attribute-row{border-bottom:1px solid color-mix(in srgb, var(--border-color) 72%, transparent);grid-template-columns:minmax(0,1fr) minmax(92px,auto) minmax(112px,auto);align-items:center;gap:8px;min-height:48px;padding:7px 11px 7px 42px;display:grid}.spreadsheet-editor-attribute-row:last-child{border-bottom:0}.spreadsheet-editor-attribute-row>span:first-child{gap:2px;min-width:0;display:grid}.spreadsheet-editor-attribute-value{color:var(--text-primary);font-variant-numeric:tabular-nums;text-align:right}.spreadsheet-editor-attribute-action{color:var(--accent-color);text-align:right;font-size:10px;font-weight:700}.spreadsheet-editor-attribute-row>span:first-child small{font-family:var(--ds-font-family-mono,ui-monospace, monospace);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.spreadsheet-editor-attribute-row:disabled{opacity:.6;cursor:default}.spreadsheet-editor-binding-list{gap:8px;margin-top:14px;display:grid}.spreadsheet-editor-binding-list article{border:1px solid var(--border-color);border-radius:7px;grid-template-columns:92px 24px minmax(0,1fr) minmax(76px,auto) 28px;align-items:center;gap:8px;padding:10px;display:grid}.spreadsheet-editor-binding-list button{color:var(--text-secondary);cursor:pointer;background:0 0;border:0}.spreadsheet-editor-inspector table{border-collapse:collapse;width:100%}.spreadsheet-editor-inspector th,.spreadsheet-editor-inspector td{text-align:left;border-bottom:1px solid var(--border-color);padding:8px}.spreadsheet-editor-parameters{align-content:start;gap:12px;display:grid}.spreadsheet-editor-parameters label{max-width:360px}.spreadsheet-editor-help code{background:var(--panel-bg);border-radius:6px;margin:8px 0;padding:8px 10px;display:block}.spreadsheet-editor-help-dialog .spreadsheet-editor-help{padding:4px 18px 18px}
