html,body{width:100%;height:100%}input::-ms-clear{display:none}input::-ms-reveal{display:none}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:#0000;font-family:sans-serif;line-height:1.15}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{text-align:left;caption-side:bottom;padding-top:.75em;padding-bottom:.3em}input,button,select,optgroup,textarea{color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{resize:vertical;overflow:auto}fieldset{border:0;min-width:0;margin:0;padding:0}legend{width:100%;max-width:100%;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal;margin-bottom:.5em;padding:0;display:block}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{background-color:#feffe6;padding:.2em}.xrain-condition-builder{background:var(--xrain-surface-muted);width:100%;min-width:0;color:var(--xrain-text);border-radius:7px;gap:10px;padding:14px;display:grid;container-type:inline-size}.xrain-condition-builder__header{align-items:center;gap:8px;display:flex}.xrain-condition-builder__title{color:var(--xrain-text-muted);font-size:13px;font-weight:600}.xrain-condition-builder__add-trigger{flex:none;display:inline-flex}.xrain-condition-builder__add-trigger .ant-btn{width:28px;height:28px;padding:0}.xrain-condition-builder__root-actions{align-items:center;min-height:28px;display:flex}.xrain-condition-builder__children{gap:10px;min-width:0;display:grid}.xrain-condition-builder__condition{grid-template-columns:46px minmax(140px,.7fr) minmax(96px,.28fr) minmax(180px,1fr) 32px;align-items:center;gap:8px;min-width:0;display:grid}.xrain-condition-builder__condition[data-invalid=true]{box-shadow:0 0 0 1px var(--colorPaletteRedBorder2);border-radius:6px;padding:4px}.xrain-condition-builder__match{color:var(--xrain-text-muted);text-align:right;font-size:13px}.xrain-condition-builder select{border:1px solid var(--xrain-border);background:var(--xrain-surface);width:100%;min-width:0;min-height:32px;color:var(--xrain-text);font:inherit;border-radius:5px;padding:0 28px 0 10px;font-size:13px}.xrain-condition-builder select:focus-visible{outline:2px solid var(--xrain-brand);outline-offset:1px}.xrain-condition-builder select:disabled{color:var(--xrain-text-muted);cursor:not-allowed}.xrain-condition-builder__value{min-width:0}.xrain-condition-builder__group{grid-template-columns:minmax(0,1fr);align-items:start;gap:6px;display:grid}.xrain-condition-builder__group-controls{grid-template-columns:88px 28px 28px;justify-content:start;align-items:center;gap:4px;display:grid}.xrain-condition-builder select.xrain-condition-builder__group-conjunction{min-width:88px;padding-inline:10px 24px}.xrain-condition-builder__group-content{border:1px solid var(--xrain-border-soft);background:var(--xrain-surface);border-radius:6px;gap:10px;min-width:0;padding:10px;display:grid}@container (width<=680px){.xrain-condition-builder__condition{grid-template-columns:42px minmax(110px,.7fr) minmax(82px,.3fr) minmax(120px,1fr) 28px;gap:6px}}@container (width<=500px){.xrain-condition-builder__condition{grid-template-columns:42px minmax(0,1fr) 28px;align-items:start}.xrain-condition-builder__match{grid-area:1/1;padding-top:7px}.xrain-condition-builder__condition>select:first-of-type{grid-area:1/2}.xrain-condition-builder__condition>select:nth-of-type(2){grid-area:2/2}.xrain-condition-builder__value{grid-area:3/2}.xrain-condition-builder__condition>.ant-btn{grid-area:1/3}}.xrain-component-prototype-condition-builder{align-content:start;display:grid}.condition-builder-prototype__visitor-value{border:1px solid var(--xrain-border);background:var(--xrain-surface-raised);min-height:32px;color:var(--xrain-text-muted);border-radius:5px;align-items:center;gap:7px;padding:0 10px;font-size:13px;display:flex}.condition-builder-prototype__visitor-value svg{color:var(--xrain-brand);flex:none}.automationProductPage{--automation-bg:var(--xrain-page-bg);--automation-surface:var(--xrain-surface);--automation-surface-soft:var(--xrain-surface-muted);--automation-border:var(--xrain-border-soft);--automation-border-strong:var(--xrain-border);--automation-text:var(--xrain-text);--automation-muted:var(--xrain-text-muted);--automation-soft:var(--xrain-text-muted);--automation-green:var(--xrain-status-positive-text);--automation-danger:var(--xrain-status-danger);width:100%;max-width:1480px;color:var(--automation-text);margin:0 auto;padding:0 0 24px}.automationListPage{align-content:start;gap:16px;display:grid}.automationSectionLabel{color:var(--automation-soft);letter-spacing:0;font-size:11px;font-weight:700;line-height:1.4;display:block}.automationProductPage .automationDetailHeading h1{color:var(--automation-text);letter-spacing:0;margin:4px 0 0;font-weight:600}.automationRoutineList.xrain-data-list{align-content:start;min-width:0}.automationRoutineName.ant-btn-link{max-width:100%;height:auto;color:var(--xrain-brand-strong);text-align:left;text-overflow:ellipsis;white-space:nowrap;padding:0;font-weight:600;line-height:1.4;overflow:hidden}.automationRoutineName.ant-btn-link:hover{color:var(--xrain-brand)}.automationRoutineList .ant-table-tbody>tr>td{vertical-align:middle}.automationRoutineList .ant-tag{margin-inline-end:0}.automationDetailLoading{min-height:0;color:var(--automation-muted)}.automationDetailLoading>span{align-items:center;gap:8px;padding:16px 24px 20px;display:flex}.automationDetailSurface{background:var(--automation-surface);border:0;border-radius:0;min-height:0;overflow:hidden}.automationDetailHeader{border-bottom:1px solid var(--automation-border);background:var(--automation-surface);margin-bottom:0;padding:20px 24px 18px}.automationDetailHeader .xrainDetailHeaderMeta .ant-tag{margin-inline-end:0}.automationDetailHeader .xrainDetailHeaderTitleRow h1{font-size:26px}.automationDetailHeader .xrainDetailHeaderDescription{max-width:none}.automationDetailBody{grid-template-columns:minmax(0,1fr) 330px;min-height:0;display:grid}.automationDetailBody>.xrain-error-state{grid-column:1/-1;margin:16px}.automationDetailMain{min-width:0;padding:20px 24px 28px}.automationDefinitionPanel{border-bottom:1px solid var(--automation-border);padding-bottom:20px}.automationDefinitionGrid{grid-template-columns:minmax(220px,.8fr) minmax(0,1.2fr);gap:20px 32px;display:grid}.automationDefinitionItem{align-content:start;gap:7px;min-width:0;display:grid}.automationDefinitionItem .ant-typography{color:var(--automation-text);overflow-wrap:anywhere;margin:0;font-size:14px;font-weight:600}.automationInputPreview{border:1px solid var(--automation-border);background:var(--automation-surface-soft);max-height:170px;color:var(--automation-text);font-family:var(--xrain-font-mono,ui-monospace, SFMono-Regular, Menlo, Consolas, monospace);white-space:pre-wrap;overflow-wrap:anywhere;border-radius:6px;margin:0;padding:12px 14px;font-size:12px;line-height:1.6;overflow:auto}.automationRecordTabs{margin-top:12px}.automationRecordTabs .xrain-data-list{box-shadow:none;background:0 0;border:0}.automationRecordTabs .xrain-data-list__toolbar{padding-inline:0}.automationDetailSide{border-left:1px solid var(--automation-border);background:var(--automation-surface-soft);min-width:0;padding:20px 22px 24px}.automationSideSection{border-bottom:1px solid var(--automation-border);padding:14px 0 18px}.automationSideSection:last-child{border-bottom:0}.automationSideSection h2{color:var(--automation-soft);letter-spacing:0;margin:0 0 12px;font-size:13px;font-weight:600}.automationSideContent{gap:10px;display:grid}.automationMetaRow{grid-template-columns:minmax(88px,auto) minmax(0,1fr);align-items:center;gap:12px;display:grid}.automationMetaRow>span{color:var(--automation-muted)}.automationMetaRow>strong{min-width:0;color:var(--automation-text);text-align:right;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;overflow:hidden}.automationMetaRow .ant-tag{margin-inline-end:0}.automationHistoryPreview{gap:0;display:grid}.automationHistoryItem{border-bottom:1px solid var(--automation-border);grid-template-columns:10px minmax(0,1fr);gap:10px;padding:9px 0;display:grid}.automationHistoryItem:last-child{border-bottom:0}.automationHistoryMarker{background:var(--automation-green);border-radius:50%;width:8px;height:8px;margin-top:5px}.automationHistoryMarker[data-status=Failed]{background:var(--automation-danger)}.automationHistoryItem>div{min-width:0}.automationHistoryItem strong,.automationHistoryItem span,.automationHistoryItem time{display:block}.automationHistoryItem strong{color:var(--automation-text);font-size:12px}.automationHistoryItem div span{color:var(--automation-muted);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:12px;overflow:hidden}.automationHistoryItem time{color:var(--automation-soft);grid-column:2;margin-top:-4px;font-size:11px}.automationHistoryEmpty{color:var(--automation-muted);padding:10px 0;font-size:12px}@media (width<=1080px){.automationDetailBody{grid-template-columns:1fr}.automationDetailSide{border-top:1px solid var(--automation-border);border-left:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 24px;display:grid}.automationDetailSide .automationSideSection:last-child{grid-column:1/-1}}@media (width<=900px){.automationDetailHeader,.automationDetailSide{grid-template-columns:1fr}.automationDetailHeader .xrainDetailHeaderActions{justify-content:flex-start}.automationDetailSide .automationSideSection:last-child{grid-column:auto}}:root[data-xrain-theme=dark] .automationProductPage{--automation-bg:var(--xrain-page-bg);--automation-surface:var(--xrain-surface);--automation-surface-soft:var(--xrain-surface-muted);--automation-border:var(--xrain-border-soft);--automation-border-strong:var(--xrain-border);--automation-text:var(--xrain-text);--automation-muted:var(--xrain-text-muted);--automation-soft:var(--xrain-text-muted)}@media (width<=720px){.automationDetailHeader,.automationDetailMain{padding-inline:16px}.automationDefinitionGrid{grid-template-columns:1fr;gap:16px}}:root[data-xrain-theme=dark] .automationDefinitionPanel .ant-typography,:root[data-xrain-theme=dark] .automationMetaRow>span{color:var(--automation-text)}.react-flow{--xy-edge-stroke-default:#b1b1b7;--xy-edge-stroke-width-default:1;--xy-edge-stroke-selected-default:#555;--xy-connectionline-stroke-default:#b1b1b7;--xy-connectionline-stroke-width-default:1;--xy-attribution-background-color-default:#ffffff80;--xy-minimap-background-color-default:#fff;--xy-minimap-mask-background-color-default:#f0f0f099;--xy-minimap-mask-stroke-color-default:transparent;--xy-minimap-mask-stroke-width-default:1;--xy-minimap-node-background-color-default:#e2e2e2;--xy-minimap-node-stroke-color-default:transparent;--xy-minimap-node-stroke-width-default:2;--xy-background-color-default:transparent;--xy-background-pattern-dots-color-default:#91919a;--xy-background-pattern-lines-color-default:#eee;--xy-background-pattern-cross-color-default:#e2e2e2;background-color:var(--xy-background-color,var(--xy-background-color-default));--xy-node-color-default:inherit;--xy-node-border-default:1px solid #1a192b;--xy-node-background-color-default:#fff;--xy-node-group-background-color-default:#f0f0f040;--xy-node-boxshadow-hover-default:0 1px 4px 1px #00000014;--xy-node-boxshadow-selected-default:0 0 0 .5px #1a192b;--xy-node-border-radius-default:3px;--xy-handle-background-color-default:#1a192b;--xy-handle-border-color-default:#fff;--xy-selection-background-color-default:#0059dc14;--xy-selection-border-default:1px dotted #0059dccc;--xy-controls-button-background-color-default:#fefefe;--xy-controls-button-background-color-hover-default:#f4f4f4;--xy-controls-button-color-default:inherit;--xy-controls-button-color-hover-default:inherit;--xy-controls-button-border-color-default:#eee;--xy-controls-box-shadow-default:0 0 2px 1px #00000014;--xy-edge-label-background-color-default:#fff;--xy-edge-label-color-default:inherit;--xy-resize-background-color-default:#3367d9;direction:ltr}.react-flow.dark{--xy-edge-stroke-default:#3e3e3e;--xy-edge-stroke-width-default:1;--xy-edge-stroke-selected-default:#727272;--xy-connectionline-stroke-default:#b1b1b7;--xy-connectionline-stroke-width-default:1;--xy-attribution-background-color-default:#96969640;--xy-minimap-background-color-default:#141414;--xy-minimap-mask-background-color-default:#3c3c3c99;--xy-minimap-mask-stroke-color-default:transparent;--xy-minimap-mask-stroke-width-default:1;--xy-minimap-node-background-color-default:#2b2b2b;--xy-minimap-node-stroke-color-default:transparent;--xy-minimap-node-stroke-width-default:2;--xy-background-color-default:#141414;--xy-background-pattern-dots-color-default:#777;--xy-background-pattern-lines-color-default:#777;--xy-background-pattern-cross-color-default:#777;--xy-node-color-default:#f8f8f8;--xy-node-border-default:1px solid #3c3c3c;--xy-node-background-color-default:#1e1e1e;--xy-node-group-background-color-default:#f0f0f040;--xy-node-boxshadow-hover-default:0 1px 4px 1px #ffffff14;--xy-node-boxshadow-selected-default:0 0 0 .5px #999;--xy-handle-background-color-default:#bebebe;--xy-handle-border-color-default:#1e1e1e;--xy-selection-background-color-default:#c8c8dc14;--xy-selection-border-default:1px dotted #c8c8dccc;--xy-controls-button-background-color-default:#2b2b2b;--xy-controls-button-background-color-hover-default:#3e3e3e;--xy-controls-button-color-default:#f8f8f8;--xy-controls-button-color-hover-default:#fff;--xy-controls-button-border-color-default:#5b5b5b;--xy-controls-box-shadow-default:0 0 2px 1px #00000014;--xy-edge-label-background-color-default:#141414;--xy-edge-label-color-default:#f8f8f8}.react-flow__background{background-color:var(--xy-background-color-props,var(--xy-background-color,var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{width:100%;height:100%;position:absolute;top:0;left:0}.react-flow__pane{z-index:1;touch-action:none}.react-flow__pane.draggable{cursor:grab}.react-flow__pane.dragging{cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow__edge-path{stroke:var(--xy-edge-stroke,var(--xy-edge-stroke-default));stroke-width:var(--xy-edge-stroke-width,var(--xy-edge-stroke-width-default));fill:none}.react-flow__connection-path{stroke:var(--xy-connectionline-stroke,var(--xy-connectionline-stroke-default));stroke-width:var(--xy-connectionline-stroke-width,var(--xy-connectionline-stroke-width-default));fill:none}.react-flow .react-flow__edges{position:absolute}.react-flow .react-flow__edges svg{pointer-events:none;position:absolute;overflow:visible}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:.5s linear infinite dashdraw}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected,var(--xy-edge-stroke-selected-default))}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;user-select:none}.react-flow__arrowhead polyline{stroke:var(--xy-edge-stroke,var(--xy-edge-stroke-default))}.react-flow__arrowhead polyline.arrowclosed{fill:var(--xy-edge-stroke,var(--xy-edge-stroke-default))}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:.5s linear infinite dashdraw}svg.react-flow__connectionline{z-index:1001;position:absolute;overflow:visible}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{-webkit-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:default;position:absolute}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:grab;pointer-events:all}.react-flow__node.draggable.dragging{cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:0 0;pointer-events:none}.react-flow__nodesselection-rect{pointer-events:all;cursor:grab;position:absolute}.react-flow__handle{pointer-events:none;background-color:var(--xy-handle-background-color,var(--xy-handle-background-color-default));border:1px solid var(--xy-handle-border-color,var(--xy-handle-border-color-default));border-radius:100%;width:6px;min-width:5px;height:6px;min-height:5px;position:absolute}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;bottom:0;left:50%;transform:translate(-50%,50%)}.react-flow__handle-top{top:0;left:50%;transform:translate(-50%,-50%)}.react-flow__handle-left{top:50%;left:0;transform:translate(-50%,-50%)}.react-flow__handle-right{top:50%;right:0;transform:translate(50%,-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__pane.selection .react-flow__panel{pointer-events:none}.react-flow__panel{z-index:5;margin:15px;position:absolute}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.top.center,.react-flow__panel.bottom.center{left:50%;transform:translate(-15px)translate(-50%)}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.left.center,.react-flow__panel.right.center{top:50%;transform:translateY(-15px)translateY(-50%)}.react-flow__attribution{background:var(--xy-attribution-background-color,var(--xy-attribution-background-color-default));margin:0;padding:2px 3px;font-size:10px}.react-flow__attribution a{color:#999;text-decoration:none}@keyframes dashdraw{0%{stroke-dashoffset:10px}}.react-flow__edgelabel-renderer{pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute;top:0;left:0}.react-flow__viewport-portal{-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute;top:0;left:0}.react-flow__minimap{background:var(--xy-minimap-background-color-props,var(--xy-minimap-background-color,var(--xy-minimap-background-color-default)))}.react-flow__minimap-svg{display:block}.react-flow__minimap-mask{fill:var(--xy-minimap-mask-background-color-props,var(--xy-minimap-mask-background-color,var(--xy-minimap-mask-background-color-default)));stroke:var(--xy-minimap-mask-stroke-color-props,var(--xy-minimap-mask-stroke-color,var(--xy-minimap-mask-stroke-color-default)));stroke-width:var(--xy-minimap-mask-stroke-width-props,var(--xy-minimap-mask-stroke-width,var(--xy-minimap-mask-stroke-width-default)))}.react-flow__minimap-node{fill:var(--xy-minimap-node-background-color-props,var(--xy-minimap-node-background-color,var(--xy-minimap-node-background-color-default)));stroke:var(--xy-minimap-node-stroke-color-props,var(--xy-minimap-node-stroke-color,var(--xy-minimap-node-stroke-color-default)));stroke-width:var(--xy-minimap-node-stroke-width-props,var(--xy-minimap-node-stroke-width,var(--xy-minimap-node-stroke-width-default)))}.react-flow__background-pattern.dots{fill:var(--xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-dots-color-default)))}.react-flow__background-pattern.lines{stroke:var(--xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-lines-color-default)))}.react-flow__background-pattern.cross{stroke:var(--xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-cross-color-default)))}.react-flow__controls{box-shadow:var(--xy-controls-box-shadow,var(--xy-controls-box-shadow-default));flex-direction:column;display:flex}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{background:var(--xy-controls-button-background-color,var(--xy-controls-button-background-color-default));border:none;border-bottom:1px solid var(--xy-controls-button-border-color-props,var(--xy-controls-button-border-color,var(--xy-controls-button-border-color-default)));width:26px;height:26px;color:var(--xy-controls-button-color-props,var(--xy-controls-button-color,var(--xy-controls-button-color-default)));cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;padding:4px;display:flex}.react-flow__controls-button svg{fill:currentColor;width:100%;max-width:12px;max-height:12px}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-input,.react-flow__node-default,.react-flow__node-output,.react-flow__node-group{border-radius:var(--xy-node-border-radius,var(--xy-node-border-radius-default));width:150px;color:var(--xy-node-color,var(--xy-node-color-default));text-align:center;border:var(--xy-node-border,var(--xy-node-border-default));background-color:var(--xy-node-background-color,var(--xy-node-background-color-default));padding:10px;font-size:12px}.react-flow__node-input.selectable:hover,.react-flow__node-default.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover,var(--xy-node-boxshadow-hover-default))}.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected,var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color,var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color,var(--xy-selection-background-color-default));border:var(--xy-selection-border,var(--xy-selection-border-default))}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls-button:hover{background:var(--xy-controls-button-background-color-hover-props,var(--xy-controls-button-background-color-hover,var(--xy-controls-button-background-color-hover-default)));color:var(--xy-controls-button-color-hover-props,var(--xy-controls-button-color-hover,var(--xy-controls-button-color-hover-default)))}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__controls.horizontal .react-flow__controls-button{border-bottom:none;border-right:1px solid var(--xy-controls-button-border-color-props,var(--xy-controls-button-border-color,var(--xy-controls-button-border-color-default)))}.react-flow__controls.horizontal .react-flow__controls-button:last-child{border-right:none}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{background-color:var(--xy-resize-background-color,var(--xy-resize-background-color-default));border:1px solid #fff;border-radius:1px;width:5px;height:5px;translate:-50% -50%}.react-flow__resize-control.handle.left{top:50%;left:0}.react-flow__resize-control.handle.right{top:50%;left:100%}.react-flow__resize-control.handle.top{top:0;left:50%}.react-flow__resize-control.handle.bottom{top:100%;left:50%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:var(--xy-resize-background-color,var(--xy-resize-background-color-default));border-style:solid;border-width:0}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;height:100%;top:0;transform:translate(-50%)}.react-flow__resize-control.line.left{border-left-width:1px;left:0}.react-flow__resize-control.line.right{border-right-width:1px;left:100%}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{width:100%;height:1px;left:0;transform:translateY(-50%)}.react-flow__resize-control.line.top{border-top-width:1px;top:0}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.react-flow__edge-textbg{fill:var(--xy-edge-label-background-color,var(--xy-edge-label-background-color-default))}.react-flow__edge-text{fill:var(--xy-edge-label-color,var(--xy-edge-label-color-default))}.sharing-rule-actor-path{flex-wrap:wrap;flex:360px;align-items:center;gap:4px;min-width:280px;display:flex}.sharing-rule-actor-path__step{align-items:center;gap:4px;display:inline-flex}.sharing-rule-actor-path__segment{background:var(--ant-color-bg-container,#fff);border:1px solid var(--ant-color-border,#d9d9d9);color:var(--ant-color-text,#1f1f1f);font:inherit;border-radius:4px;min-width:116px;max-width:220px;min-height:30px;padding:4px 28px 4px 8px}.sharing-rule-actor-path__segment:focus-visible{border-color:var(--ant-color-primary,#1677ff);outline:2px solid color-mix(in srgb, var(--ant-color-primary,#1677ff) 25%, transparent);outline-offset:1px}.sharing-rule-actor-path__segment:disabled{background:var(--ant-color-fill-quaternary,#f5f5f5);color:var(--ant-color-text-secondary,#8c8c8c);cursor:not-allowed}.sharing-rule-actor-path__separator{color:var(--ant-color-text-tertiary,#8c8c8c);font-weight:600}@media (width<=760px){.sharing-rule-actor-path{min-width:100%}.sharing-rule-actor-path__segment{flex:150px;max-width:none}}.identityManagementPage{min-width:0}.identityManagementListPage,.identityManagementSection{gap:16px;display:grid}.identityManagementListPage{align-content:start}.identityManagementListToolbar,.identityManagementSectionHeader,.identityManagementHeaderStatus{justify-content:space-between;align-items:center;gap:12px;display:flex}.identityManagementSectionHeader h3{margin:0}.identityManagementSectionHeader span,.identityManagementHeaderStatus span{color:var(--xrain-text-secondary,#56625e);font-size:12px}.identityManagementListToolbar .ant-input-affix-wrapper{max-width:520px}.identityManagementListPage .ant-table-row{cursor:pointer}.identityManagementListPage .ant-table-row:focus-visible{outline:2px solid var(--xrain-brand);outline-offset:-2px}.identityManagementContainer .ant-pro-page-container-children-container{grid-template-columns:minmax(0,1fr);gap:16px;padding-inline:0;display:grid}.identityManagementContainer .ant-pro-page-container-children-container>*,.identityManagementSection,.identityManagementTabs,.identityManagementTabs .ant-tabs-content-holder,.identityManagementTabs .ant-tabs-tabpane{min-width:0}.identityManagementTabs{max-width:100%}.identityManagementTabs>.ant-tabs-nav{margin-bottom:16px}.identityManagementRelatedBlock{border:1px solid var(--xrain-border,#d7e0dc);background:var(--xrain-surface,#fff);padding:16px}.identityManagementRelatedBlock h3{margin:0 0 8px;font-size:14px}.identityManagementRawDetails{overflow-wrap:anywhere;white-space:pre-wrap}.identityManagementRuleName{gap:2px;display:grid}.identityManagementRuleName small{color:var(--xrain-text-secondary,#56625e)}.userRecordView,.userRecordViewTabs,.userRecordViewTabs .ant-tabs-content-holder,.userRecordViewTabs .ant-tabs-tabpane,.userRecordViewObject,.userRecordViewDataList{min-width:0}.userRecordViewLoading{min-height:320px;color:var(--xrain-text-secondary,#56625e);justify-content:center;align-items:center;gap:12px;display:flex}.userRecordViewTabs{min-height:520px}.userRecordViewTabs>.ant-tabs-nav{flex:0 0 220px;width:220px}.userRecordViewTabs>.ant-tabs-nav .ant-tabs-tab,.userRecordViewTabs>.ant-tabs-nav .ant-tabs-tab-btn{width:100%}.userRecordViewObjectTab{text-align:left;gap:2px;min-width:0;display:grid}.userRecordViewObjectTab strong,.userRecordViewObjectTab small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.userRecordViewObjectTab small,.userRecordViewObjectHeader span{color:var(--xrain-text-secondary,#56625e);font-size:12px}.userRecordViewObject{gap:12px;display:grid}.userRecordViewObjectHeader{justify-content:space-between;align-items:center;gap:12px;display:flex}.userRecordViewObjectHeader h3{margin:0 0 2px;font-size:16px}.userRecordViewDataList .ant-table-cell{vertical-align:top}@media (width<=720px){.identityManagementContainer .ant-page-header-heading{flex-wrap:wrap;align-items:flex-start}.identityManagementContainer .ant-page-header-heading-left{flex-wrap:wrap;flex:100%;min-width:0}.identityManagementContainer .ant-page-header-heading-title,.identityManagementContainer .ant-page-header-heading-sub-title{text-overflow:clip;white-space:normal;overflow:visible}.identityManagementContainer .ant-page-header-heading-sub-title{flex-basis:100%;margin-inline-start:0}.identityManagementContainer .ant-page-header-heading-extra{margin-inline-start:0}.identityManagementListToolbar,.identityManagementSectionHeader,.identityManagementHeaderStatus{flex-direction:column;align-items:stretch}.identityManagementListToolbar .ant-input-affix-wrapper{width:100%;max-width:none}.identityManagementSection .ant-descriptions-item-label{white-space:nowrap;width:92px;min-width:92px}.identityManagementSection .ant-descriptions-item-content{overflow-wrap:anywhere;min-width:0}.userRecordViewTabs>.ant-tabs-nav{flex-basis:min(42vw,160px);width:min(42vw,160px)}}.permissionManagementCategoryBar{border-bottom:1px solid var(--xrain-border);align-items:center;min-width:0;padding:4px 0 14px;display:flex}.permissionManagementSegments.ant-segmented{border:1px solid var(--xrain-border);background:var(--xrain-surface-muted);border-radius:7px;max-width:100%;padding:3px}.permissionManagementSegments .ant-segmented-item{border-radius:5px;min-height:30px}.permissionManagementSegments .ant-segmented-item-label{min-height:30px;padding:4px 14px;line-height:22px}.permissionSetPermissionList .ant-table-cell{overflow-wrap:break-word;word-break:normal}.permissionSetPermissionList .ant-table-cell-fix-right{background:var(--xrain-surface,#fff)}.permissionSetDirectoryList .ant-table-tbody a{color:var(--xrain-text)!important}.permissionSetDirectoryList .ant-table-tbody a:hover{color:var(--xrain-brand)!important}.permissionSetPermissionList .ant-table-tbody a{color:var(--xrain-text)!important}.permissionSetPermissionList .ant-table-tbody a:hover{color:var(--xrain-brand)!important}.permissionSetStatusTag.ant-tag{border:1px solid var(--xrain-selection-border);background:var(--xrain-selection-bg);color:var(--xrain-selection-strong);border-radius:999px;margin-inline-end:0;font-size:12px;line-height:20px}.permissionSetStatusTag[data-status=muted]{border-color:var(--xrain-border);background:var(--xrain-surface-muted);color:var(--xrain-text-muted)}.permissionSetPermissionList .ant-table,.permissionSetPermissionList .ant-table-container,.permissionSetPermissionList .ant-table-thead>tr>th,.permissionSetPermissionList .ant-table-tbody>tr>td{border-color:var(--xrain-border-soft)!important}.permissionSetCatalogWorkspace{min-width:0;min-height:0}.permissionSetCatalogToolbar{border-bottom:1px solid var(--xrain-border);justify-content:space-between;align-items:center;gap:12px;padding:4px 0 14px;display:flex}.permissionSetCatalogActions{flex-wrap:wrap;justify-content:flex-end}.permissionSetCatalogSegments.ant-segmented{border:1px solid var(--xrain-border);background:var(--xrain-surface-muted);border-radius:7px;max-width:100%;padding:3px}.permissionSetCatalogSegments .ant-segmented-item{border-radius:5px;min-height:30px}.permissionSetCatalogSegments .ant-segmented-item-label{min-height:30px;padding:4px 14px;line-height:22px}.permissionSetObjectWorkspace{border:1px solid var(--xrain-border);border-radius:8px;height:min(620px,100vh - 350px);min-height:360px;overflow:hidden}.permissionSetObjectWorkspace .rolePermissionPrototypeMain,.permissionSetObjectWorkspace .rolePermissionPrototypeEditor{min-height:0}.permissionSetObjectWorkspace .rolePermissionPrototypeObjectRail{padding:16px 12px}.permissionSetObjectWorkspace .rolePermissionPrototypeObjectList button{grid-template-columns:20px minmax(0,1fr);min-height:46px}.permissionSetObjectWorkspace .rolePermissionPrototypeObjectList button em{text-overflow:ellipsis;grid-column:2;overflow:hidden}.permissionSetObjectWorkspace .rolePermissionPrototypeEditor{padding-top:22px}.permissionSetObjectCapabilityEditor{gap:24px;max-width:960px;display:grid}.permissionSetObjectCapabilityEditor .rolePermissionAccessResult{grid-template-columns:repeat(2,minmax(260px,1fr))}.permissionSetObjectCapabilityEditor .rolePermissionReadAccess{min-height:56px}.permissionSetFieldList .ant-table-cell{vertical-align:middle}@media (width<=1120px){.permissionSetObjectCapabilityEditor .rolePermissionAccessResult{grid-template-columns:minmax(0,1fr)}}.orgTreeManagementPage.ant-pro-page-container,.orgTreeManagementPage .ant-page-header-heading,.orgTreeManagementPage .ant-page-header-heading-extra{min-width:0}.orgTreeManagementPage .ant-page-header-heading-extra{flex-wrap:wrap;gap:8px;display:flex}.orgTreePageAlert{margin-bottom:16px}.orgTreeListTable,.orgTreeRecycleList,.orgTreeDetailPage,.orgTreeWorkspace,.orgTreePanel,.orgTreeMembersSection{min-width:0}.orgTreeListTable .ant-table-cell-fix-right,.orgTreeRecycleList .ant-table-cell-fix-right{white-space:nowrap}.orgTreeRowActions{white-space:nowrap;flex-wrap:nowrap;align-items:center;display:inline-flex}.orgTreeListTable .orgTreeRowActions{min-width:104px}.orgTreeRowActions .ant-btn{flex:0 0 32px;width:32px;height:32px;padding:0}.orgTreeCountStatus{color:var(--xrain-text-muted,#5d6678);font-size:12px}.orgTreeCountRetry.ant-btn{white-space:normal;text-align:left;height:auto;padding:0}.orgTreeDetailPage{gap:14px;display:grid}.orgTreeWorkspace{grid-template-columns:minmax(260px,.9fr) minmax(0,1.1fr);align-items:start;gap:16px;display:grid}.orgTreePanel{border:1px solid var(--xrain-border-soft,#edf1f5);background:var(--xrain-surface,#fff)}.orgTreeCanvas{min-height:520px;max-height:calc(100vh - 144px);padding:12px 10px;overflow:auto}.orgTreeCanvas .ant-tree{background:0 0;min-width:100%}.orgTreeCanvas .ant-tree-treenode{width:100%}.orgTreeCanvas .ant-tree-node-content-wrapper{border-radius:6px;width:calc(100% - 28px);min-width:0}.orgTreeNodeTitle{align-items:center;gap:8px;width:100%;min-width:0;padding:3px 2px;display:flex}.orgTreeNodeTitle strong{min-width:0;color:var(--xrain-text,#17211f);text-overflow:ellipsis;white-space:nowrap;font-weight:400;overflow:hidden}.orgTreeNodeContent{flex:auto;align-items:center;gap:8px;min-width:0;display:flex}.orgTreeNodeContent strong{color:var(--xrain-text,#17211f);text-overflow:ellipsis;white-space:nowrap;flex:auto;font-weight:400;overflow:hidden}.orgTreeNodeContent>span{color:var(--xrain-text-muted,#5d6678);flex-shrink:0;font-size:12px}.orgTreeNodeMore.ant-btn{width:28px;height:24px;color:var(--xrain-text-muted,#5d6678);opacity:0;flex:none;padding:0}.orgTreeCanvas .ant-tree-node-content-wrapper:hover .orgTreeNodeMore.ant-btn,.orgTreeNodeTitle:focus-within .orgTreeNodeMore.ant-btn,.orgTreeNodeMore.ant-btn:focus-visible{opacity:1}.orgTreeNodeActionMenu .ant-dropdown-menu{border:1px solid var(--xrain-border,#d7e0dc);min-width:176px;box-shadow:var(--xrain-elevation-2,0 10px 24px #0a121024);border-radius:8px;padding:4px}.orgTreeNodeActionMenu .ant-dropdown-menu-item{border-radius:5px;min-height:34px}.orgTreeNodePanel{gap:14px;padding:16px;display:grid}.orgTreeMemberToolbar{justify-content:space-between;align-items:flex-start;gap:12px;min-width:0;display:flex}.orgTreeMembersSection{flex-direction:column;gap:12px;display:flex}.orgTreeMemberHeading{align-items:center;min-height:28px;display:flex}.orgTreeMemberHeading h2{color:var(--xrain-text,#17211f);margin:0;font-size:16px;font-weight:650;line-height:1.4}.orgTreeMemberToolbar .ant-input-search{flex:260px;max-width:380px}.orgTreeSelectionCount{color:var(--xrain-text-muted,#5d6678);align-self:center;margin:0;font-size:12px}.orgTreeMemberTable{overflow-x:auto}.orgTreeMemberTable .ant-table-cell{overflow-wrap:anywhere}.orgTreeMemberIdentity{gap:2px;display:grid}.orgTreeMemberIdentity>span{color:var(--ant-color-error,#b42318);font-size:11px;line-height:1.35}.orgTreeMemberSelect{width:100%}@media (width<=960px){.orgTreeWorkspace{grid-template-columns:minmax(0,1fr)}.orgTreeCanvas{min-height:360px;max-height:none}}@media (width<=640px){.orgTreeNodePanel{padding:12px}.orgTreeMemberToolbar{flex-direction:column;align-items:stretch}.orgTreeMemberToolbar .ant-space,.orgTreeMemberToolbar .ant-input-search{width:100%;max-width:none}}.tenantOverviewPage{--tenant-accent:var(--xrain-brand);--tenant-positive:var(--xrain-status-positive-text);--tenant-warning:var(--xrain-status-warning-text);--tenant-object:color-mix(in srgb, var(--xrain-brand) 74%, var(--xrain-text));--tenant-recovery:var(--xrain-status-danger);color:var(--xrain-text);align-content:start;gap:16px;width:100%;max-width:1480px;min-height:100%;margin:0 auto;padding:0 0 24px;display:grid}:root[data-xrain-theme=dark] .tenantOverviewPage{--tenant-accent:var(--xrain-brand);--tenant-positive:var(--xrain-status-positive-text);--tenant-warning:var(--xrain-status-warning-text);--tenant-object:color-mix(in srgb, var(--xrain-brand) 74%, var(--xrain-text));--tenant-recovery:var(--xrain-status-danger)}.tenantOverviewMetricValue{min-width:2ch;display:inline-block}.tenantOverviewMetricValueLoading,.tenantOverviewDistributionLoading{background:var(--xrain-loading-base);position:relative;overflow:hidden}.tenantOverviewMetricValueLoading{vertical-align:middle;border-radius:4px;min-width:0;height:.82em}.tenantOverviewMetricValueLoading[data-size=large]{width:2.7em}.tenantOverviewMetricValueLoading[data-size=medium]{width:2.35em}.tenantOverviewMetricValueLoading[data-size=small]{width:1.7em}.tenantOverviewMetricValueLoading:after,.tenantOverviewDistributionLoading:after{background:linear-gradient(90deg, transparent 0%, var(--xrain-loading-highlight) 46%, transparent 100%);content:"";animation:1.35s ease-in-out infinite tenantOverviewSkeletonSweep;position:absolute;inset:0;transform:translate(-100%)}.tenantOverviewSectionHeader>div{gap:4px;display:grid}.tenantOverviewSectionHeader h2{letter-spacing:0;margin:0}.tenantOverviewSectionHeader span{color:var(--xrain-text-muted);margin:0;font-size:12px;font-weight:600}.tenantOverviewPage>.xrainPageHeader{margin-bottom:0}.tenantOverviewError{background:color-mix(in srgb, var(--tenant-recovery) 8%, var(--xrain-surface));border-left:3px solid var(--tenant-recovery);color:var(--xrain-text);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px 14px;display:grid}.tenantOverviewError>svg{color:var(--tenant-recovery)}.tenantOverviewDashboard{grid-template-columns:minmax(0,1.55fr) minmax(270px,.85fr);gap:16px;display:grid}.tenantOverviewPanel{background:var(--xrain-surface);border:1px solid var(--xrain-border);box-shadow:var(--xrain-elevation-1);border-radius:8px;min-height:304px;padding:22px}.tenantOverviewSectionHeader{justify-content:space-between;align-items:center;gap:16px;display:flex}.tenantOverviewSectionHeader h2{font-size:17px;line-height:1.3}.tenantOverviewSectionHeader>svg{color:var(--xrain-text-muted)}.tenantOverviewPanelAction{flex:none;color:var(--xrain-text)!important}.tenantOverviewPanelAction:hover{background:var(--xrain-surface-muted)!important}.tenantOverviewMemberContent{grid-template-columns:minmax(126px,.7fr) minmax(240px,1.65fr);align-items:stretch;gap:24px;min-height:196px;margin-top:28px;display:grid}.tenantOverviewMemberTotal{border-right:1px solid var(--xrain-border-soft);align-content:center;gap:10px;padding-right:24px;display:grid}.tenantOverviewMemberTotal>span,.tenantOverviewRate>span,.tenantOverviewResourceValue>span{color:var(--xrain-text-muted);font-size:13px}.tenantOverviewMemberTotal strong{font-variant-numeric:tabular-nums;font-size:42px;line-height:1}.tenantOverviewMemberBreakdown{align-content:center;gap:16px;min-width:0;display:grid}.tenantOverviewRate{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.tenantOverviewRate strong{color:var(--tenant-positive);font-variant-numeric:tabular-nums;flex:none;font-size:25px}.tenantOverviewDistribution{background:var(--xrain-surface-muted);border-radius:3px;height:12px;display:flex;overflow:hidden}.tenantOverviewDistributionActive,.tenantOverviewDistributionInactive{min-width:0;transition:width .18s;display:block}.tenantOverviewDistributionActive{background:var(--tenant-positive)}.tenantOverviewDistributionInactive{background:var(--tenant-warning)}.tenantOverviewDistributionLegend{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.tenantOverviewDistributionValue{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.tenantOverviewDistributionValue span{color:var(--xrain-text-muted);align-items:center;gap:7px;font-size:12px;display:inline-flex}.tenantOverviewDistributionValue i{background:var(--distribution-accent);border-radius:2px;width:8px;height:8px}.tenantOverviewDistributionValue[data-tone=active]{--distribution-accent:var(--tenant-positive)}.tenantOverviewDistributionValue[data-tone=inactive]{--distribution-accent:var(--tenant-warning)}.tenantOverviewDistributionValue strong{font-variant-numeric:tabular-nums;font-size:18px}.tenantOverviewGovernanceMetrics{margin-top:17px;display:grid}.tenantOverviewGovernanceMetric{border:0;border-bottom:1px solid var(--xrain-border-soft);color:var(--xrain-text);cursor:pointer;font:inherit;text-align:left;background:0 0;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;min-height:66px;padding:0 2px;display:grid}.tenantOverviewGovernanceMetric:last-child{border-bottom:0}.tenantOverviewGovernanceMetric:hover{background:var(--xrain-surface-muted)}.tenantOverviewGovernanceMetric:focus-visible,.tenantOverviewResourceAction:focus-visible{outline:2px solid var(--xrain-brand);outline-offset:2px}.tenantOverviewGovernanceMetric>svg{color:var(--tenant-accent)}.tenantOverviewGovernanceMetric span{color:var(--xrain-text-muted);font-size:13px}.tenantOverviewGovernanceMetric strong{font-variant-numeric:tabular-nums;font-size:20px}.tenantOverviewResourcesSection{border-top:1px solid var(--xrain-border);gap:15px;padding-top:18px;display:grid}.tenantOverviewResources{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.tenantOverviewResource{background:var(--xrain-surface);border:1px solid var(--xrain-border);border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;min-height:96px;padding:17px 18px;display:grid}.tenantOverviewResourceIcon{background:color-mix(in srgb, var(--resource-accent) 11%, var(--xrain-surface));color:var(--resource-accent);border-radius:6px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.tenantOverviewResource[data-tone=cyan]{--resource-accent:var(--tenant-object)}.tenantOverviewResource[data-tone=rose]{--resource-accent:var(--tenant-recovery)}.tenantOverviewResourceValue{gap:3px;display:grid}.tenantOverviewResourceValue strong{font-variant-numeric:tabular-nums;font-size:27px;line-height:1}.tenantOverviewResourceAction{color:var(--xrain-text);cursor:pointer;font:inherit;background:0 0;border:0;align-items:center;min-height:36px;padding:0 4px;font-size:13px;font-weight:600;display:inline-flex}.tenantOverviewResourceAction:hover{color:var(--xrain-brand)}@media (width<=1120px){.tenantOverviewDashboard{grid-template-columns:minmax(0,1.4fr) minmax(250px,.85fr)}.tenantOverviewPanel{padding:20px}.tenantOverviewMemberContent{grid-template-columns:minmax(100px,.65fr) minmax(0,1.6fr);gap:18px}.tenantOverviewMemberTotal{padding-right:18px}.tenantOverviewResource{grid-template-columns:auto minmax(0,1fr)}.tenantOverviewResourceAction{grid-column:2;justify-self:start}}@media (width<=900px){.tenantOverviewDashboard,.tenantOverviewResources{grid-template-columns:minmax(0,1fr)}}.tenantOverviewDistributionLoading{border:1px solid var(--xrain-border-soft)}@media (width<=980px){.tenantOverviewDistributionLegend{grid-template-columns:minmax(0,1fr);gap:8px}}@media (prefers-reduced-motion:reduce){.tenantOverviewMetricValueLoading:after,.tenantOverviewDistributionLoading:after{animation:none}}@keyframes tenantOverviewSkeletonSweep{to{transform:translate(100%)}}.runtimeSupportDialog .ant-drawer-body,.runtimeSupportDialog .xrain-data-list{min-width:0;overflow:auto}.runtimeSupportTags{flex-wrap:wrap;gap:6px;display:flex}.recordShareDialog .ant-drawer-content-wrapper{width:min(860px,100vw - 24px)!important}.recordShareEditor{grid-template-columns:minmax(240px,1fr) auto auto;align-items:end;gap:16px;padding:16px 0;display:grid}.recordShareEditor--withoutCapabilities{grid-template-columns:minmax(240px,1fr) auto}.recordShareEditor__recipient{gap:6px;min-width:0;display:grid}.recordShareEditor__recipient .ant-select{width:100%}.recordShareEditor__capabilities,.recordShareEditor__actions{align-items:center;gap:10px;min-height:32px;display:flex}.recordShareFeedback{border-left:3px solid var(--xrain-border);background:var(--xrain-surface-muted);margin:0 0 12px;padding:10px 12px}.recordShareFeedback--error{border-left-color:var(--xrain-status-danger);color:var(--xrain-status-danger)}.recordShareFeedback--success{border-left-color:var(--xrain-status-positive-border)}.recordShareLoading{color:var(--xrain-text-muted);padding:16px 0}.recordShareUserCell{gap:2px;min-width:0;display:grid}.recordShareUserCell span{color:var(--xrain-text-muted);overflow-wrap:anywhere;font-size:12px}@media (width<=760px){.recordShareEditor{grid-template-columns:1fr;align-items:stretch}.recordShareEditor__actions{justify-content:flex-end}}.runtimeSupportActor{overflow-wrap:anywhere;gap:2px;min-width:0;display:grid}.runtimeSupportActor small{color:var(--xrain-text-muted);font-size:11px}.runtimeHistoryChanges{gap:8px;display:grid}.runtimeHistoryChange{grid-template-columns:minmax(110px,.32fr) minmax(0,1fr);align-items:start;gap:12px;display:grid}.runtimeHistoryChange__field{color:var(--xrain-text-muted);overflow-wrap:anywhere;font-weight:600}.runtimeHistoryChange__value{overflow-wrap:anywhere;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:8px;min-width:0;display:grid}.runtimeHistoryChange__arrow,.runtimeHistoryChange__empty{color:var(--xrain-text-muted)}.businessViewCellColorsPopover .ant-popover-inner{box-shadow:0 8px 24px #0f172a24}.businessViewCellColorsPanel{max-height:min(520px,100vh - 196px)}.businessViewCellColorsPanel .businessViewConfigHeader{border-bottom:0;gap:5px;min-height:42px;padding:0 14px}.businessViewCellColorsPanel .businessViewConfigHeader strong{font-size:13px}.businessViewConfigTitleHelp{color:var(--colorNeutralForeground3);justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.businessViewCellColorsPanel .businessViewConfigBody{gap:8px;padding:2px 14px 12px;overflow-x:hidden}.businessViewCellColorsPanelEmpty .businessViewConfigBody{padding-bottom:14px}.businessViewCellColorActions{align-items:center;min-height:30px;display:flex}.businessViewCellColorActions .ant-btn{color:var(--colorBrandForeground1);padding-inline:0}.businessViewCellColorSelect .ant-select-selection-item{align-items:center;display:flex}.businessViewCellColorSwatch{border:1px solid #0000001f;border-radius:3px;flex:none;width:24px;height:18px;display:inline-block}.businessViewCellColorsPanel .businessViewRules{gap:6px;padding-bottom:2px;overflow-x:auto}.businessViewCellColorsPanel .businessViewRuleRow{gap:6px}.businessViewCellColorsPanel .businessViewSortPriority{color:var(--colorNeutralForeground3);background:0 0;width:22px}.businessViewCellColorsPanel .businessViewConfigRowActions{gap:0}.businessViewCellColorsPanel .businessViewConfigRowActions .ant-btn{width:28px;min-width:28px;height:28px;padding:0}.businessViewCellColorsPanel .businessViewConfigFooter{min-height:48px;padding:7px 12px}.businessViewUnavailableFieldRow{background:var(--xrain-surface-muted);border-radius:4px}.businessViewUnavailableFieldRow .businessViewFieldName,.businessViewUnavailableFieldRow .businessViewFieldTypeIcon{color:var(--xrain-text-muted)}.ant-modal-root .businessViewRelationshipModal .ant-modal-content{background:var(--xrain-surface);flex-direction:column;max-width:calc(100vw - 48px);max-height:calc(100vh - 32px);display:flex}.ant-modal-root .businessViewRelationshipModal .ant-modal-body{flex:auto;min-height:0;overflow:auto}.businessViewRelationshipModal .businessViewRelationshipModalBody{gap:6px}.businessViewRelationshipModal .businessViewRelationshipModalHint{color:var(--xrain-text-muted)}.businessViewRelationshipModal .businessViewSelectedRelationshipSection{background:var(--xrain-surface-muted);border-color:var(--xrain-border-soft);gap:3px;padding:4px 10px}.businessViewRelationshipModal .businessViewSelectedRelationshipSectionEmpty{color:var(--xrain-text-muted);background:0 0;border-color:#0000;padding:0 2px}.businessViewRelationshipModal .businessViewSelectedRelationshipList{gap:5px;max-height:none;overflow:visible}.businessViewRelationshipModal .businessViewSelectedRelationshipGroup{gap:1px;display:grid}.businessViewRelationshipModal .businessViewSelectedRelationshipGroupHeader{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-height:26px;display:grid}.businessViewRelationshipModal .businessViewSelectedRelationshipGroupHeader .businessViewFieldName{color:var(--xrain-text);overflow-wrap:anywhere;white-space:normal;font-size:13px;font-weight:400;line-height:20px}.businessViewRelationshipModal .businessViewSelectedRelationshipChildren{border-left:1px solid var(--xrain-border-soft);gap:1px;margin-left:7px;padding-left:12px;display:grid}.businessViewRelationshipModal .businessViewSelectedRelationshipRow{min-height:26px;padding:1px 0}.businessViewRelationshipModal .businessViewSelectedRelationshipRow .businessViewFieldName{color:var(--xrain-text-secondary);overflow-wrap:anywhere;white-space:normal;font-size:13px;line-height:20px}.businessViewFieldLabelOverrideInput{width:100%;min-width:0}.businessViewRelationshipModal .businessViewSelectedRelationshipSection .ant-btn{color:var(--xrain-text-muted);border-radius:4px;width:28px;min-width:28px;height:28px;padding:0}.businessViewRelationshipModal .businessViewSelectedRelationshipSection .ant-btn:hover{background:var(--xrain-surface);color:var(--xrain-text)}.businessViewRelationshipModal .businessViewRelationshipModalList{border-top-color:var(--xrain-border-soft);min-height:96px;max-height:none;padding-top:6px;overflow:visible}.businessViewRelationshipModal .businessViewRelationshipModalList .businessViewConfigRow{border-bottom:0;border-radius:4px;min-height:32px;padding:0 6px}.businessViewRelationshipModal .businessViewRelationshipModalList .businessViewConfigRow:hover{background:var(--xrain-surface-muted)}.businessViewRelationshipModal .businessViewRelationshipModalList .businessViewConfigRow[data-selected=true]{background:color-mix(in srgb, var(--xrain-selection-bg) 35%, var(--xrain-surface))}.businessViewRelationshipModal .businessViewRelationshipModalList .businessViewRelationshipObjectRow .businessViewFieldName{color:var(--xrain-text);overflow-wrap:anywhere;white-space:normal;font-weight:400;line-height:20px}.businessViewRelationshipModal .businessViewRelationshipModalList .businessViewFieldName{overflow-wrap:anywhere;white-space:normal;line-height:20px}.businessViewRelationshipModal .businessViewRelationshipModalList .businessViewRelationshipSyntheticRow{min-height:32px}.businessViewRelationshipModal .businessViewRelationshipModalList .businessViewRelationshipToggle,.businessViewRelationshipModal .businessViewRelationshipModalList .businessViewRelationshipTogglePlaceholder{width:32px;min-width:32px;height:32px;min-height:32px}.businessViewRelationshipModal .businessViewConfigRowActions{color:var(--xrain-text-muted)}.businessViewRelationshipModal .businessViewConfigRowActions .ant-btn{color:inherit;border-radius:4px;width:32px;min-width:32px;height:32px}.businessViewRelationshipModal .businessViewConfigRowActions .ant-btn:hover{background:var(--xrain-surface-muted)}.businessViewRelationshipModal .businessViewFieldLock,.businessViewRelationshipModal .businessViewFieldSectionCount,.businessViewRelationshipModal .businessViewRelationshipModalList .businessViewRelationshipToggle.ant-btn{color:var(--xrain-text-muted)}.businessViewRelationshipModal .businessViewRelationshipLoadMore{border-top:1px solid var(--xrain-border-soft);color:var(--xrain-brand);grid-template-columns:minmax(0,1fr) auto;margin-top:5px;padding:8px 6px 2px}.businessViewRelationshipModal .businessViewRelationshipLoadMore:hover,.businessViewRelationshipModal .businessViewRelationshipLoadMore:focus-visible{background:var(--xrain-surface-muted)}*{box-sizing:border-box}:root{--xrain-sidebar-width:240px;--xrain-sidebar-collapsed-width:68px;--xrain-text-secondary:var(--xrain-text-muted);--xrain-status-positive-bg:var(--xrain-selection-bg);--xrain-status-positive-border:var(--xrain-selection-border);--xrain-status-positive-text:var(--xrain-selection-strong);--xrain-status-warning-bg:var(--xrain-brand-soft);--xrain-status-warning-border:var(--xrain-brand);--xrain-status-warning-text:var(--xrain-brand-strong);--xrain-status-danger:var(--xrain-sidebar-danger);--xrain-loading-base:color-mix(in srgb, var(--xrain-surface-muted) 84%, var(--xrain-text-muted));--xrain-loading-highlight:color-mix(in srgb, var(--xrain-surface-raised) 72%, var(--xrain-brand-soft));font-synthesis:none;text-rendering:geometricprecision;font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif}:root[data-xrain-theme] .fui-Button>.fui-Button__icon:only-child{justify-content:center;align-items:center;margin-inline-end:0;display:inline-flex}:root[data-xrain-theme] .fui-Button:has(>.visuallyHidden)>.fui-Button__icon{justify-content:center;align-items:center;margin-inline-end:0;display:inline-flex}body{background:var(--xrain-page-bg);min-width:320px;min-height:100vh;margin:0}html,body,#root{height:100%}.xrain-loginStage{background:var(--xrain-page-bg);place-items:center;min-height:100vh;padding:24px;display:grid}.xrain-loginShell{border:1px solid var(--xrain-border);background:var(--xrain-surface);width:min(920px,100%);box-shadow:var(--xrain-elevation-2);border-radius:8px;grid-template-columns:minmax(0,1fr) minmax(280px,340px);display:grid}.xrain-loginIntro{border-right:1px solid var(--xrain-border-soft);gap:14px;padding:28px;display:grid}.xrain-loginMark{color:#fff;background:#0f766e;border-radius:8px;place-items:center;width:48px;height:48px;font-weight:700;display:grid}.xrain-loginIntro h1{margin:0;font-size:28px;line-height:1.2}.xrain-loginCopy{color:var(--xrain-text-muted);margin:0;line-height:1.55}.xrain-loginFacts{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px;display:grid}.xrain-loginFacts>div{border:1px solid var(--xrain-border);background:var(--xrain-surface-raised);border-radius:8px;gap:4px;padding:10px 12px;display:grid}.xrain-loginFacts span{color:var(--xrain-text-muted);text-transform:uppercase;font-size:12px;font-weight:700}.xrain-loginFacts strong{color:var(--xrain-text);overflow-wrap:anywhere;font-size:14px}.xrain-loginForm{align-content:start;gap:14px;padding:28px;display:grid}.xrain-loginField{gap:8px;display:grid}.xrain-loginField span{color:var(--xrain-text-muted);text-transform:uppercase;font-size:12px;font-weight:700}.xrain-loginField input,.xrain-loginField select{border:1px solid var(--xrain-border);background:var(--xrain-surface);width:100%;min-height:38px;color:var(--xrain-text);font:inherit;border-radius:8px;padding:0 12px}.xrain-loginField input:focus,.xrain-loginField select:focus{outline-offset:1px;border-color:#0f766e;outline:2px solid #0f766e2e}.xrain-loginError{color:#8f1f17;background:#fdf2f2;border:1px solid #f5c2c7;border-radius:8px;padding:10px 12px}.xrain-loginSubmit{justify-content:center;min-height:40px}@media (width<=760px){.xrain-loginShell{grid-template-columns:1fr}.xrain-loginIntro{border-bottom:1px solid #edf0ee;border-right:0}.xrain-loginFacts{grid-template-columns:1fr}}.httpOrchestrationSourceEditor{gap:8px;display:grid}.httpOrchestrationSourceEditorToolbar{justify-content:space-between;width:100%}.httpOrchestrationSourceEditorSurface{border:1px solid var(--xrain-border,#d0d5dd);border-radius:6px;overflow:hidden}.httpOrchestrationSourceEditorSurface .cm-editor,.httpOrchestrationSourceEditorSurface .cm-scroller{background:var(--xrain-surface);color:var(--xrain-text);font-family:Cascadia Code,SFMono-Regular,Consolas,monospace;font-size:13px}.httpOrchestrationSourceEditorSurface .cm-gutters{background:var(--xrain-surface-muted);border-right-color:var(--xrain-border);color:var(--xrain-text-muted)}.httpOrchestrationEditorPage{gap:12px;min-width:0;display:grid}.httpOrchestrationEditorPage>.xrainPageHeader{margin-bottom:0}.httpOrchestrationIdentityForm{grid-template-columns:minmax(180px,1fr) minmax(180px,.85fr) minmax(260px,1.3fr) auto;align-items:end;gap:10px 12px;display:grid}.httpOrchestrationIdentityForm .ant-form-item{margin-bottom:0}.httpOrchestrationDescriptionField{grid-column:auto}.httpOrchestrationKindPicker{gap:16px;width:100%;max-width:980px;margin-inline:auto;padding-block:clamp(12px,4vh,40px);display:grid}.httpOrchestrationKindPickerHeader{text-align:center;gap:6px;display:grid}.httpOrchestrationKindPickerHeader .ant-typography{margin:0}.httpOrchestrationKindOptions{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.httpOrchestrationKindOption{background:var(--xrain-surface);border:1px solid var(--xrain-border,#d0d5dd);color:var(--xrain-text);cursor:pointer;font:inherit;text-align:left;border-radius:10px;align-content:start;gap:9px;min-height:172px;padding:18px;transition:border-color .14s,box-shadow .14s,transform .14s;display:grid}.httpOrchestrationKindOption:hover,.httpOrchestrationKindOption:focus-visible{border-color:var(--xrain-brand);box-shadow:0 8px 24px color-mix(in srgb, var(--xrain-brand) 14%, transparent);outline:none;transform:translateY(-2px)}.httpOrchestrationKindOptionTrigger{background:color-mix(in srgb, var(--xrain-selection-bg) 45%, var(--xrain-surface))}.httpOrchestrationKindOption>strong{font-size:20px;line-height:1.3}.httpOrchestrationKindOption>span:not(.httpOrchestrationKindBadge):not(.httpOrchestrationKindAction){color:var(--xrain-text-muted);line-height:1.65}.httpOrchestrationKindBadge{background:var(--xrain-surface-muted);color:var(--xrain-text-muted);border-radius:999px;justify-self:start;padding:4px 9px;font-size:12px}.httpOrchestrationKindOptionTrigger .httpOrchestrationKindBadge{background:var(--xrain-selection-bg);color:var(--xrain-selection-strong,var(--xrain-brand-strong))}.httpOrchestrationKindAction{color:var(--xrain-brand-strong);align-self:end;margin-top:auto;font-weight:700}.httpOrchestrationScenarioBar{background:var(--xrain-surface-muted);border:1px solid var(--xrain-border,#d0d5dd);border-radius:6px;grid-template-columns:minmax(220px,.7fr) minmax(320px,1fr) auto;align-items:center;gap:10px 12px;padding:10px 12px;display:grid}.httpOrchestrationScenarioContext{color:var(--xrain-text-muted);justify-content:space-between;align-items:center;gap:6px;font-size:13px;line-height:1.4;display:flex}.httpOrchestrationScenarioContext .ant-btn{flex:none}.httpOrchestrationTriggerHelpContent{gap:8px;max-width:420px;display:grid}.httpOrchestrationTriggerHelpContent p{margin:0}.httpOrchestrationTriggerControls{background:var(--xrain-surface-muted);border:1px solid var(--xrain-border,#d0d5dd);border-radius:6px;padding:10px 12px}.httpOrchestrationTriggerMatrix{grid-template-columns:minmax(260px,1fr) minmax(260px,1fr);gap:10px 12px;display:grid}.httpOrchestrationTriggerMatrix>label{gap:6px;display:grid}.httpOrchestrationInputModel{gap:12px;min-width:0;display:grid}.httpOrchestrationInputModelHeader{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.httpOrchestrationInputModelHeader .ant-typography{margin:0}.httpOrchestrationInputPreview{gap:4px;min-width:0;display:grid}.httpOrchestrationInputPreview .httpOrchestrationSourceEditor{gap:0}.httpOrchestrationInputPreview .httpOrchestrationSourceEditorSurface{background:var(--xrain-surface-muted)}.httpOrchestrationInputPreview .cm-editor,.httpOrchestrationInputPreview .cm-scroller{background:var(--xrain-surface-muted);font-size:12px}.httpOrchestrationInputPreviewToggle{justify-self:start;padding-inline:0}.httpOrchestrationPageLoading{place-items:center;min-height:320px;display:grid}.httpOrchestrationRawInterfacePicker,.httpOrchestrationRawInterfacePicker>label{gap:6px;display:grid}.httpOrchestrationRawInterfacePicker .ant-select{width:100%}.httpOrchestrationWorkspace{grid-template-columns:minmax(0,1fr);align-items:stretch;gap:0;display:grid}.httpOrchestrationWorkspaceLauncher{border:0;border-bottom:1px solid var(--xrain-border,#d0d5dd);background:0 0;justify-content:space-between;align-items:center;gap:16px;min-height:48px;padding:8px 0;display:flex}.httpOrchestrationWorkspaceLauncher>div:first-child{gap:2px;min-width:0;display:grid}.httpOrchestrationWorkspaceLauncherTitle{align-items:center;gap:8px;min-width:0;display:flex}.httpOrchestrationFocusModal .ant-modal-body{scrollbar-gutter:stable;max-height:calc(100vh - 170px);overflow:auto}.httpOrchestrationFocusModal .httpOrchestrationSourcePanel,.httpOrchestrationFocusModal .httpOrchestrationDebug{border:0;padding:0}.httpOrchestrationWorkspacePanel{min-width:0}.httpOrchestrationSourcePanel,.httpOrchestrationDebug{border:1px solid var(--xrain-border,#d0d5dd);border-radius:6px;padding:14px}.httpOrchestrationWorkspaceSectionHeader{margin-bottom:12px}.httpOrchestrationWorkspaceSectionHeader .ant-typography{margin:0}.httpOrchestrationCodeAssist{border-block:1px solid var(--xrain-border,#d0d5dd);gap:8px;margin-bottom:12px;padding-block:12px;display:grid}.httpOrchestrationCodeAssistHeader{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.httpOrchestrationCodeAssistHeader>div:first-child{gap:2px;min-width:0;display:grid}.httpOrchestrationCodeAssistRow{grid-template-columns:minmax(220px,1fr) minmax(360px,430px);align-items:center;gap:16px;display:grid}.httpOrchestrationCodeAssistRow+.httpOrchestrationCodeAssistRow{border-top:1px solid var(--xrain-border,#d0d5dd);padding-top:10px}.httpOrchestrationCodeAssistRowCopy{gap:2px;min-width:0;display:grid}.httpOrchestrationCodeAssistControls{flex:0 430px}.httpOrchestrationCodeAssistControls .ant-select{min-width:280px}.httpOrchestrationGuideSummary{color:var(--xrain-text-muted,#667085);margin-inline-start:10px;font-weight:400}.httpOrchestrationGuideContent{grid-template-columns:minmax(240px,.8fr) minmax(360px,1.2fr);gap:24px;display:grid}.httpOrchestrationGuideContent .ant-typography{margin-top:0}.httpOrchestrationGuideContent ol{gap:8px;margin:0;padding-inline-start:22px;display:grid}@media (width<=1100px){.httpOrchestrationIdentityForm{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.httpOrchestrationDescriptionField{grid-column:1/-1}.httpOrchestrationGuideContent{grid-template-columns:1fr}.httpOrchestrationCodeAssistHeader{flex-direction:column;align-items:stretch}.httpOrchestrationCodeAssistRow{grid-template-columns:minmax(0,1fr);align-items:stretch}.httpOrchestrationCodeAssistControls{flex:none;width:100%}.httpOrchestrationCodeAssistControls .ant-select{width:100%;min-width:0}}@media (width<=760px){.httpOrchestrationKindPicker{padding-block:12px}.httpOrchestrationKindOptions{grid-template-columns:minmax(0,1fr)}.httpOrchestrationKindOption{min-height:0}.httpOrchestrationScenarioBar,.httpOrchestrationTriggerMatrix,.httpOrchestrationWorkspace{grid-template-columns:minmax(0,1fr)}.httpOrchestrationDescriptionField{grid-column:1}.httpOrchestrationWorkspaceLauncher{flex-direction:column;align-items:stretch}}.httpOrchestrationDebug{gap:12px;min-height:320px;display:grid}.httpOrchestrationDebugHeader{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.httpOrchestrationDebugHeader .ant-typography,.httpOrchestrationDebugResult .ant-typography{margin:0}.httpOrchestrationDebugTitle{align-items:center;gap:8px;display:flex}.httpOrchestrationDebugInput{gap:6px;display:grid}.httpOrchestrationDebugResult{grid-template-columns:minmax(0,1fr);gap:14px;display:grid}.httpOrchestrationDebugResult>.ant-alert{grid-column:1}.httpOrchestrationDebugEmpty{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;display:grid}.httpOrchestrationDebugEmpty>div{background:var(--xrain-surface-muted);border:1px solid var(--xrain-border,#d0d5dd);border-radius:6px;min-height:92px;padding:10px 12px}.httpOrchestrationDebugEmpty .ant-typography{margin:0}.httpOrchestrationDebugMetrics{flex-wrap:wrap;gap:6px 16px;display:flex}.httpOrchestrationDebugResult pre,.httpOrchestrationConsole{background:var(--xrain-surface-muted);border:1px solid var(--xrain-border,#d0d5dd);box-sizing:border-box;white-space:pre-wrap;word-break:break-word;border-radius:6px;min-height:92px;max-height:260px;margin:8px 0 0;padding:10px 12px;font-family:Cascadia Code,SFMono-Regular,Consolas,monospace;overflow:auto}.httpOrchestrationConsole{list-style:none}.httpOrchestrationConsole li{grid-template-columns:44px minmax(0,1fr);gap:8px;padding:3px 0;display:grid}.httpOrchestrationConsole li>span{color:var(--xrain-text-muted,#667085);text-transform:uppercase}.httpOrchestrationConsole li[data-level=warn]>span,.httpOrchestrationConsole li[data-level=error]>span{color:var(--xrain-danger,#b42318)}.httpOrchestrationPolicyEditor{gap:12px;margin-top:16px;display:grid}.httpOrchestrationPolicyField{background:var(--xrain-surface-muted);border:1px solid var(--xrain-border,#d0d5dd);border-radius:8px;padding:12px}.httpOrchestrationPolicyFieldHeader{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.httpOrchestrationPolicyFieldHeader .ant-typography{margin-bottom:8px}.httpOrchestrationSourceEditorToolbar{justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.httpOrchestrationSourceEditorActions{scrollbar-width:thin;flex:auto;align-items:center;gap:4px;min-width:0;padding-bottom:2px;display:flex;overflow-x:auto}.httpOrchestrationSourceEditorToolbarEnd{flex:none;align-items:center;gap:8px;display:flex}.httpOrchestrationCodeAssist{white-space:nowrap;border:0;flex:none;align-items:center;gap:4px;margin:0;padding:0;display:flex}.httpOrchestrationCodeAssistSeparator{background:var(--xrain-border,#d0d5dd);width:1px;height:20px;margin-inline:2px;display:inline-block}.httpOrchestrationSourceEditorFormat{flex:none}.httpOrchestrationCommandMenu{gap:8px;width:min(430px,100vw - 48px);display:grid}.httpOrchestrationCommandMenuList{gap:2px;min-width:0;max-height:360px;display:grid;overflow:hidden auto}.httpOrchestrationCommandMenuItem{color:var(--xrain-text);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:6px;gap:3px;width:100%;min-width:0;padding:8px;display:grid}.httpOrchestrationCommandMenuEntry{border-radius:6px;width:100%;min-width:0}.httpOrchestrationCommandMenuItem:hover,.httpOrchestrationCommandMenuItem:focus-visible{background:var(--xrain-surface-muted);outline:none}.httpOrchestrationCommandMenuItemTitle{justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.httpOrchestrationCommandMenuItemTitle strong{overflow-wrap:anywhere;word-break:break-word;min-width:0}.httpOrchestrationCommandMenuItem code,.httpOrchestrationBuiltInDocLabel code{color:var(--xrain-brand);overflow-wrap:anywhere;white-space:pre-wrap;word-break:break-word;font-family:Cascadia Code,SFMono-Regular,Consolas,monospace;font-size:12px;display:block}.httpOrchestrationCommandMenuItem small,.httpOrchestrationCommandMenuEmpty{color:var(--xrain-text-muted,#667085);overflow-wrap:anywhere;white-space:normal;word-break:break-word}.httpOrchestrationCommandImplementationButton{height:24px;margin:0 8px 6px;padding-inline:0}.httpOrchestrationImplementationPopover{gap:8px;width:min(560px,100vw - 64px);display:grid}.httpOrchestrationImplementationPopoverHeader{justify-content:space-between;align-items:center;gap:8px;display:flex}.httpOrchestrationImplementationLoading{border:1px solid var(--xrain-border,#d0d5dd);border-radius:6px;justify-content:center;align-items:center;height:280px;display:flex}.httpOrchestrationImplementationPopover .httpOrchestrationSourceEditorSurface{border:1px solid var(--xrain-border,#d0d5dd);border-radius:6px;overflow:hidden}.httpOrchestrationCommandMenuEmpty{padding:12px 8px}.httpOrchestrationModalActions{justify-content:flex-end;gap:8px;display:flex}.httpOrchestrationSourceHint{margin-bottom:8px;display:block}.httpOrchestrationSourceWarnings{margin-top:10px}.httpOrchestrationSourceWarnings ul{margin:0;padding-inline-start:18px}.httpOrchestrationSourceWarnings li+li{margin-top:4px}.httpOrchestrationFocusModal .httpOrchestrationSourceHint{display:none}.httpOrchestrationFocusModal .httpOrchestrationSourcePanel,.httpOrchestrationFocusModal .httpOrchestrationDebug{min-height:0}.httpOrchestrationEditorLayout{grid-template-columns:minmax(0,1fr);gap:12px;min-height:0;display:grid}.httpOrchestrationEditorLayout.is-debug-open{grid-template-columns:minmax(480px,1fr) minmax(360px,42%)}.httpOrchestrationEditorLayout>.httpOrchestrationDebug{border-left:1px solid var(--xrain-border,#d0d5dd);border-radius:0;max-height:calc(100vh - 190px);padding-left:14px;overflow:auto}@media (width<=1100px){.httpOrchestrationEditorLayout.is-debug-open{grid-template-columns:minmax(0,1fr)}.httpOrchestrationEditorLayout>.httpOrchestrationDebug{border-left:0;border-top:1px solid var(--xrain-border,#d0d5dd);max-height:none;padding-top:14px;padding-left:0}}.httpOrchestrationSourceEditorFooter,.httpOrchestrationDebugActions{justify-content:flex-end;display:flex}.httpOrchestrationSourceEditorFooter{background:var(--xrain-surface);margin-top:10px;padding-top:8px;position:sticky;bottom:0}.httpOrchestrationDebugActions{background:var(--xrain-surface);padding-top:8px;position:sticky;bottom:0}.httpOrchestrationInputModelHeader{align-items:center}.httpOrchestrationInputModelTitle{align-items:center;gap:8px;margin-bottom:2px;display:flex}.httpOrchestrationInputModelMeta{flex-wrap:wrap;align-items:center;gap:4px 10px;margin-top:4px;display:flex}.httpOrchestrationInputModelMeta code{color:var(--xrain-text);font-size:12px}.httpOrchestrationInputModelFields{text-overflow:ellipsis;white-space:nowrap;max-width:min(70vw,680px);overflow:hidden}.httpOrchestrationInputModelModal .ant-modal-body{overflow:hidden}.httpOrchestrationInputModelEditor .httpOrchestrationSourceEditorSurface{min-height:300px}.httpOrchestrationWorkspaceLauncher{border-radius:0;min-height:48px;padding:8px 0}.httpOrchestrationDebugHeader{align-items:center}.httpOrchestrationDebugHeading{min-width:0}.httpOrchestrationFocusModal .httpOrchestrationDebugResult{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.httpOrchestrationFocusModal .httpOrchestrationDebugResult>.ant-alert,.httpOrchestrationFocusModal .httpOrchestrationDebugResult>.httpOrchestrationDebugMetrics{grid-column:1/-1}.httpOrchestrationFocusModal .httpOrchestrationDebugResult pre,.httpOrchestrationFocusModal .httpOrchestrationConsole{min-height:120px;max-height:220px}@media (width<=900px){.httpOrchestrationCodeAssist{flex-wrap:wrap;grid-template-columns:repeat(2,minmax(0,1fr))}.httpOrchestrationCodeAssistControls .ant-select,.httpOrchestrationCodeAssistControls:last-child .ant-select{width:min(260px,38vw)}}@media (width<=760px){.httpOrchestrationIdentityForm{grid-template-columns:minmax(0,1fr)}.httpOrchestrationDescriptionField{grid-column:1}.httpOrchestrationFocusModal .httpOrchestrationDebugResult{grid-template-columns:1fr}.httpOrchestrationFocusModal .httpOrchestrationDebugResult>.ant-alert,.httpOrchestrationFocusModal .httpOrchestrationDebugResult>.httpOrchestrationDebugMetrics{grid-column:1}.httpOrchestrationCodeAssist{grid-template-columns:minmax(0,1fr);align-items:stretch}.httpOrchestrationCodeAssistControls,.httpOrchestrationCodeAssistControls .ant-select,.httpOrchestrationCodeAssistControls:last-child .ant-select{width:100%}.httpOrchestrationDebugEmpty,.httpOrchestrationDebugResult{grid-template-columns:1fr}}:root[data-xrain-theme] .ant-spin .ant-spin-dot-item{background:var(--xrain-brand)!important}:root[data-xrain-theme] .ant-skeleton .ant-skeleton-content :is(.ant-skeleton-title,.ant-skeleton-paragraph>li),:root[data-xrain-theme] .ant-skeleton :is(.ant-skeleton-avatar,.ant-skeleton-button,.ant-skeleton-image,.ant-skeleton-input){background:var(--xrain-loading-base)}:root[data-xrain-theme] .ant-skeleton.ant-skeleton-active .ant-skeleton-content :is(.ant-skeleton-title,.ant-skeleton-paragraph>li),:root[data-xrain-theme] .ant-skeleton.ant-skeleton-active :is(.ant-skeleton-avatar,.ant-skeleton-button,.ant-skeleton-image,.ant-skeleton-input){background:linear-gradient(90deg, var(--xrain-loading-base) 25%, var(--xrain-loading-highlight) 37%, var(--xrain-loading-base) 63%);background-size:400% 100%}.ant-tag.ant-tag-success,.ant-tag.ant-tag-green{border-color:var(--xrain-status-positive-border)!important;background:var(--xrain-status-positive-bg)!important;color:var(--xrain-status-positive-text)!important}.ant-tag.ant-tag-processing,.ant-tag.ant-tag-blue,.ant-tag.ant-tag-cyan,.ant-tag.ant-tag-purple,.ant-tag.ant-tag-magenta{border-color:var(--xrain-brand)!important;background:var(--xrain-brand-soft)!important;color:var(--xrain-brand-strong)!important}.ant-tag.ant-tag-warning,.ant-tag.ant-tag-orange,.ant-tag.ant-tag-gold{border-color:var(--xrain-status-warning-border)!important;background:var(--xrain-status-warning-bg)!important;color:var(--xrain-status-warning-text)!important}.ant-tag.ant-tag-error,.ant-tag.ant-tag-red{border-color:var(--xrain-status-danger)!important;background:color-mix(in srgb, var(--xrain-status-danger) 16%, var(--xrain-surface))!important;color:var(--xrain-status-danger)!important}.tenantApiCenter{flex-direction:column;gap:18px;display:flex}.tenantApiCatalogFilters{flex-wrap:wrap;align-items:center;gap:10px 24px;padding:2px 0 4px;display:flex}.tenantApiCatalogFilterGroup{flex-wrap:wrap;align-items:center;gap:6px;display:inline-flex}.tenantApiCatalogFilterLabel{color:var(--xrain-text-muted);margin-right:2px;font-size:13px;font-weight:600}.tenantApiCatalogFilterTag{border:1px solid var(--xrain-border,#d9dde3);border-radius:4px;margin-inline-end:0;padding:3px 10px}.tenantApiCatalogFilterTag.ant-tag-checkable-checked{background:var(--xrain-brand-soft,#e9f2ff);border-color:var(--xrain-brand,#1677ff);color:var(--xrain-brand-strong,#0958d9)}.tenantApiDebugResponse{border-top:1px solid var(--xrain-border,#e5e7eb);gap:14px;min-width:0;padding-top:8px;display:grid}.tenantApiDebugRequest{border-bottom:1px solid var(--xrain-border,#e5e7eb);gap:14px;min-width:0;padding-bottom:8px;display:grid}.tenantApiDebugRequest>.ant-typography,.tenantApiDebugResponse>.ant-typography{margin:0}.tenantApiDebugResponseStatus{align-items:center;gap:12px;min-height:32px;display:flex}.tenantApiDebugResponseStatus>span:first-child,.tenantApiDebugResponseSectionHeader .ant-typography{color:var(--xrain-text-muted,#667085);font-size:13px;font-weight:600}.tenantApiDebugResponseStatus .ant-tag{font-variant-numeric:tabular-nums;margin-inline-end:0;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.tenantApiDebugResponseSection{border:1px solid var(--xrain-border,#d9dde3);background:#f8fafc;border-radius:6px;min-width:0;overflow:hidden}.tenantApiDebugResponseSectionHeader{border-bottom:1px solid var(--xrain-border,#d9dde3);background:#fff;justify-content:space-between;align-items:center;min-height:38px;padding:3px 8px 3px 14px;display:flex}.tenantApiDebugCodeBlock{color:#172033;tab-size:2;white-space:pre;min-height:64px;max-height:360px;margin:0;padding:14px 16px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:12px;line-height:1.65;overflow:auto}.tenantApiDebugCodeBlock code{font:inherit}.apiDebugPanel{gap:12px;min-width:0;display:grid}.apiDebugPanel>.ant-btn-primary{justify-self:start}.httpIntegrationsPage{gap:16px;min-width:0;display:grid}.httpIntegrationsPageTitle{justify-content:space-between;width:100%}.httpIntegrationsPageTitle .ant-typography{margin:0}.httpConnectorDetailPage{gap:18px}.httpConnectorCompactHeader{border-bottom:1px solid var(--xrain-border,#e5e7eb);padding:12px 0}.httpConnectorActionBar .ant-btn{min-height:34px;padding-inline:11px;font-size:13px}.httpConnectorSummary .ant-descriptions-item-label{width:128px;color:var(--xrain-text-muted,#667085);font-size:13px}.httpConnectorSummary code{overflow-wrap:anywhere}.httpInterfacesSection{gap:10px;min-width:0;display:grid}.httpInterfacesSection>.ant-typography{margin:0}.httpInterfacesList .xrain-data-list__toolbar{min-height:36px}.httpInterfaceRowActions{white-space:nowrap}.httpInterfaceRowActions .ant-btn{width:32px;min-width:32px;height:32px;padding:0}.hostOverviewWorkspace{gap:20px;min-height:100%;display:grid}.hostDatabaseWorkspace{grid-template-rows:auto auto minmax(0,1fr);gap:16px;min-height:0;display:grid;overflow:hidden}.hostPageActions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:16px;display:flex}.hostOverviewCards{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.hostOverviewCard{background:var(--colorNeutralBackground1);border:1px solid var(--colorNeutralStroke2);border-radius:10px;align-items:center;gap:12px;padding:16px;display:flex}.hostOverviewCard>svg{color:var(--colorBrandForeground1)}.hostOverviewCard div{gap:4px;display:grid}.hostOverviewCard span,.hostOverviewAttentionRow small{color:var(--colorNeutralForeground3);font-size:12px}.hostOverviewCard strong{font-size:24px}.hostOverviewSection{background:var(--colorNeutralBackground1);border:1px solid var(--colorNeutralStroke2);border-radius:10px;padding:18px}.hostOverviewSection>header{justify-content:space-between;align-items:center;gap:12px;display:flex}.hostOverviewSection h2{margin:0;font-size:16px}.hostOverviewUnavailable{color:var(--colorNeutralForeground3);margin:18px 0 0}.hostOverviewAttentionRow{border-top:1px solid var(--colorNeutralStroke2);grid-template-columns:1fr 1fr 160px;align-items:center;gap:8px;padding:12px 0;display:grid}.hostDatabaseSourceBar{grid-template-columns:repeat(3,minmax(210px,1fr));gap:10px;width:min(860px,100%);display:grid}.hostDatabaseSource{background:var(--colorNeutralBackground1);border:1px solid var(--colorNeutralStroke2);color:inherit;cursor:pointer;text-align:left;border-radius:8px;align-items:center;gap:9px;min-width:0;min-height:66px;padding:11px 13px;transition:border-color .14s,box-shadow .14s,background .14s;display:flex}.hostDatabaseSource:hover:not(:disabled){border-color:var(--colorNeutralStroke1);background:var(--colorNeutralBackground1Hover)}.hostDatabaseSource:focus-visible{outline:2px solid var(--colorStrokeFocus2);outline-offset:2px}.hostDatabaseSource.selected{border-color:var(--colorBrandStroke1);background:var(--colorBrandBackground2);box-shadow:0 0 0 1px var(--colorBrandStroke1)}.hostDatabaseSource:disabled{cursor:not-allowed;opacity:.68}.hostDatabaseSource>span{gap:3px;min-width:0;display:grid}.hostDatabaseSource strong,.hostDatabaseSource small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.hostDatabaseSource small,.hostDatabaseSource em{color:var(--colorNeutralForeground3);font-size:11px;font-style:normal}.hostDatabaseSource em{color:var(--colorPaletteRedForeground1);margin-left:auto}.hostDatabaseNotice{background:var(--colorPaletteYellowBackground2);border-radius:6px;margin:0;padding:10px 12px}.hostDatabaseWorkspace>.dblinkSqlWorkbench{border:1px solid var(--xrain-border);background:var(--xrain-surface);min-height:0;box-shadow:var(--xrain-elevation-1);border-radius:12px}@media (width<=760px){.hostOverviewSection>header{display:grid}.hostOverviewCards{grid-template-columns:repeat(2,minmax(0,1fr))}.hostDatabaseSourceBar,.hostOverviewAttentionRow{grid-template-columns:1fr}}button,textarea{font:inherit}.workspace input:not([type=checkbox]):not([type=radio]):focus-visible,.workspace select:focus-visible,.workspace textarea:focus-visible{border-color:var(--xrain-brand);outline:none}.workspace input[type=checkbox]:focus-visible,.workspace input[type=radio]:focus-visible,.workspace button:focus-visible{outline:2px solid color-mix(in srgb, var(--xrain-brand) 52%, transparent);outline-offset:2px}.xrain-shell{grid-template-columns:var(--xrain-sidebar-width) minmax(0, 1fr);background:var(--xrain-page-bg);min-height:100vh;transition:grid-template-columns .16s;display:grid}.xrain-shell.sidebarCollapsed{grid-template-columns:var(--xrain-sidebar-collapsed-width) minmax(0, 1fr)}.mobileShellHeader,.sidebarBackdrop{display:none}.sidebarMobileClose{display:none!important}.sidebar{z-index:10;border-right:1px solid var(--xrain-sidebar-border);background:var(--xrain-sidebar-bg);flex-direction:column;gap:14px;min-width:0;height:100dvh;padding:14px 13px 12px;transition:padding .16s;display:flex;position:sticky;top:0;overflow:visible}.sidebarNavGroup{flex-direction:column;flex:1;gap:10px;min-height:0;display:flex}.brand{align-items:center;gap:10px;width:100%;min-height:42px;display:flex}.brandMark{width:42px;height:42px;color:var(--xrain-sidebar-muted);box-shadow:none;background:0 0;border:0;border-radius:0;place-items:center;display:grid}.brand .brandMark>svg{color:currentColor;width:21px;height:21px}.brandText{min-width:0}.sidebarToggle{z-index:3;border:1px solid var(--xrain-sidebar-border);background:var(--xrain-sidebar-toggle-bg);width:32px;min-width:32px;height:32px;min-height:32px;box-shadow:var(--xrain-sidebar-toggle-shadow);color:var(--xrain-sidebar-muted);border-radius:50%;padding:0;position:absolute;top:28px;right:-16px}.sidebar .sidebarToggle{border-radius:50%;place-items:center;width:32px;min-width:32px;height:32px;min-height:32px;padding:0;display:inline-flex}.sidebarToggle .fui-Button__icon{place-items:center;width:16px;height:16px;margin:0;display:grid}.sidebarToggle .fui-Button__icon svg{width:16px;height:16px}.brand strong,.tenantPanel strong,.catalogPanel strong,.sidebarProfileCopy strong{color:var(--xrain-sidebar-text);display:block}.brand span,.tenantPanel span,.catalogPanel span,.sidebarProfileCopy span{color:var(--xrain-sidebar-muted);margin-top:2px;font-size:12px;display:block}.navigation{scrollbar-color:transparent transparent;scrollbar-width:thin;align-content:start;gap:12px;min-height:0;padding:0 2px 10px 0;display:grid;overflow:auto}.navigation:hover,.navigation:focus-within{scrollbar-color:var(--xrain-sidebar-scrollbar) transparent}.navigation::-webkit-scrollbar{width:5px}.navigation::-webkit-scrollbar-track{background:0 0}.navigation::-webkit-scrollbar-thumb{background:0 0;border-radius:999px}.navigation:hover::-webkit-scrollbar-thumb{background:var(--xrain-sidebar-scrollbar)}.navigation:focus-within::-webkit-scrollbar-thumb{background:var(--xrain-sidebar-scrollbar)}.navigationGroup{gap:4px;min-width:0;display:grid}.navigationGroup+.navigationGroup{border-top:1px solid var(--xrain-sidebar-divider);padding-top:10px}.navigationGroupLabel{color:var(--xrain-sidebar-muted);text-overflow:ellipsis;white-space:nowrap;margin:10px 12px 0;padding:0;font-size:11px;font-weight:700;line-height:1.4;overflow:hidden}.navigationGroupItems{gap:4px;min-width:0;display:grid}.navButton{min-height:38px;color:var(--xrain-sidebar-muted);background:0 0;border:1px solid #0000;border-radius:8px;justify-content:flex-start;align-items:center;column-gap:10px;padding:9px 14px}.sidebar .navButton{color:var(--xrain-sidebar-muted);justify-content:flex-start;align-items:center}.sidebar .navButton.active,.sidebar .navButton.active:hover,.sidebar .navButton.active:focus,.sidebar .navButton.active:focus-visible,.sidebar .navButton.active:active{box-shadow:none;border-color:var(--xrain-sidebar-active-border)!important;background:var(--xrain-sidebar-active-bg)!important;color:var(--xrain-sidebar-active-text)!important}.navButton:hover,.sidebar .navButton:not(.active):hover,.sidebar .navButton:not(.active):focus-visible{border-color:var(--xrain-sidebar-hover-border);background:var(--xrain-sidebar-hover-bg);color:var(--xrain-sidebar-text)}.navButton .navLabel{overflow-wrap:break-word;text-align:left;text-overflow:clip;white-space:normal;flex:auto;min-width:0;line-height:1.3;overflow:visible}.navButton .fui-Button__icon{flex:0 0 18px;place-items:center;width:18px;height:18px;margin-inline-end:0;display:inline-grid}.navButton .fui-Button__icon svg{width:18px;height:18px}.sidebar.collapsed{align-items:center;padding-inline:8px}.sidebar.collapsed .sidebarToggle{right:-15px}.sidebar.collapsed .brand{justify-content:center;min-height:44px}.sidebar.collapsed .brandText,.sidebar.collapsed .navLabel{display:none}.sidebar.collapsed .navigationGroupLabel{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.sidebar.collapsed .sidebarToggle{margin-left:0}.sidebar.collapsed .navigation{scrollbar-width:none;grid-template-columns:minmax(0,1fr);width:100%;padding-right:0}.sidebar.collapsed .navigation::-webkit-scrollbar{width:0}.sidebar.collapsed .navigationGroup,.sidebar.collapsed .navigationGroupItems{width:100%}.sidebar.collapsed .navButton{justify-content:center;justify-self:center;width:40px;min-width:40px;max-width:40px;min-height:40px;padding-inline:0}.sidebarFooter{gap:8px;padding-top:4px;display:grid}.sidebarAccount{position:relative}.sidebarAccountTrigger{width:100%;min-height:0;color:inherit;text-align:left;background:0 0;border:0;padding:0}.sidebarAccountTriggerInner{width:100%;min-height:52px;box-shadow:none;background:0 0;border:0;border-radius:0;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:8px 10px;transition:background .16s;display:grid}.sidebarAccountTrigger:hover .sidebarAccountTriggerInner,.sidebarAccountTrigger:focus-visible .sidebarAccountTriggerInner,.sidebarAccountTrigger[data-open=true] .sidebarAccountTriggerInner{background:0 0}.sidebarAccountTrigger:hover .sidebarAvatar,.sidebarAccountTrigger:focus-visible .sidebarAvatar,.sidebarAccountTrigger[data-open=true] .sidebarAvatar{color:var(--xrain-sidebar-text)}.sidebarAccountTrigger:focus-visible{outline-offset:2px;outline:2px solid color-mix(in srgb, var(--xrain-brand) 52%, transparent)!important;box-shadow:none!important}.sidebarAvatar{width:36px;height:36px;color:var(--xrain-sidebar-muted);letter-spacing:.04em;background:0 0;border-radius:50%;place-items:center;font-size:14px;font-weight:800;display:grid}.sidebarProfileCopy{min-width:0}.sidebarProfileCopy strong{color:var(--xrain-sidebar-text);text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.2;display:block;overflow:hidden}.sidebarProfileCopy small{color:var(--xrain-sidebar-muted);text-overflow:ellipsis;white-space:nowrap;font-size:10px;line-height:1.2;display:block;overflow:hidden}.sidebarAccountTriggerChevron{color:var(--xrain-sidebar-muted);transition:transform .16s,color .16s}.sidebarAccountTrigger[data-open=true] .sidebarAccountTriggerChevron{color:var(--xrain-sidebar-text);transform:rotate(180deg)}.sidebarLogout{background:0 0;border:0;border-radius:6px;justify-content:flex-start;justify-self:stretch;width:100%;min-height:36px;padding:7px 10px;color:var(--xrain-sidebar-danger)!important}.sidebarLogout:hover{background:var(--xrain-sidebar-danger-hover-bg);color:var(--xrain-sidebar-danger-hover-text)!important}.sidebarAccountDivider{background:var(--xrain-sidebar-divider);height:1px}.sidebarAccountPopoverHeader{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;min-height:46px;padding:2px 4px;display:grid}.sidebarAccountPopover{z-index:20;background:var(--xrain-sidebar-popover-bg);width:min(280px,100vw - 24px);max-height:min(440px,100vh - 24px);box-shadow:var(--xrain-sidebar-popover-shadow);border:0;border-radius:0;gap:6px;padding:8px;display:grid;position:absolute;bottom:calc(100% + 8px);left:0;overflow:auto}.sidebarAccountPopoverIdentity{gap:2px;min-width:0;display:grid}.sidebarAccountPopoverIdentity strong{color:var(--xrain-sidebar-text);font-size:14px;line-height:1.2}.sidebarAccountPopoverIdentity span{color:var(--xrain-sidebar-muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:1.3;overflow:hidden}.sidebarAccountSection{gap:6px;padding:1px 0;display:grid}.sidebarAccountSettingsLinks{gap:2px}.sidebarAccountSettingsValue{align-items:center;width:100%;min-height:40px;padding:6px 8px;display:grid}.sidebarAccountSettingsValue>span{gap:2px;min-width:0;display:grid}.sidebarAccountSettingsValue small,.sidebarAccountSettingsValue strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sidebarAccountSettingsValue small{color:var(--xrain-sidebar-muted);font-size:11px}.sidebarAccountSettingsValue strong{color:var(--xrain-sidebar-text);font-size:12px;font-weight:600}.sidebarAccountSettingsAction{width:100%;min-height:40px;color:var(--xrain-sidebar-text);cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;border-radius:0;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:8px;padding:6px 8px;display:grid}.sidebarAccountSettingsAction:hover,.sidebarAccountSettingsAction:focus-visible{background:var(--xrain-sidebar-hover-bg);outline:none}.sidebarAccountSettingsAction>svg{width:16px;height:16px;color:var(--xrain-sidebar-muted)}.sidebarTenantError{overflow-wrap:anywhere;max-height:2.8em;color:var(--xrain-sidebar-danger);font-size:11px;line-height:1.4;display:block;overflow:auto}.sidebar.collapsed .sidebarAvatar{border-radius:0;width:38px;height:38px}.sidebar.collapsed .sidebarAccountTriggerInner{grid-template-columns:auto;justify-items:center;min-height:52px}.sidebar.collapsed .sidebarFooter,.sidebar.collapsed .sidebarAccount,.sidebar.collapsed .sidebarAccountTrigger{width:100%;min-width:0}.sidebar.collapsed .sidebarAccountTrigger{padding:0!important}.sidebar.collapsed .sidebarAccountTriggerInner{padding-inline:0}.sidebar.collapsed .sidebarProfileCopy,.sidebar.collapsed .sidebarAccountTriggerChevron{display:none}.sidebar.collapsed .sidebarAccountPopover{width:min(280px,100vw - 24px);left:0}.panelLabel,.eyebrow{color:var(--xrain-text-muted);text-transform:uppercase;margin:0;font-size:12px;font-weight:700}.badgeRow,.chipRow,.actionDock{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.countText,.commandMeta,.resourceAccess,.statusText{color:#56625e;font-size:12px;line-height:1.35}.countText{font-weight:700}.commandMeta,.resourceAccess{white-space:nowrap}.statusText{white-space:nowrap;align-items:center;gap:5px;display:inline-flex}.statusText:before{content:"";background:#7a8581;border-radius:999px;width:6px;height:6px}.statusText[data-tone=published]:before{background:#0f766e}.statusText[data-tone=draft]:before,.statusText[data-tone=review]:before{background:#b7791f}.statusText[data-tone=danger]{color:#8f1f17}.statusText[data-tone=danger]:before{background:#b42318}.statusText[data-tone=warning]{color:#8a5800}.statusText[data-tone=warning]:before{background:#d97706}.draftPublishBadge{color:#7c5800;white-space:nowrap;background:#fff4ce;border-radius:8px;align-items:center;min-height:28px;padding:4px 8px;font-size:12px;font-weight:700;display:inline-flex}.environmentSummary{color:#56625e;flex-wrap:wrap;align-items:center;gap:6px;font-size:12px;display:inline-flex}.environmentSummary>span:not(.environmentBadge){white-space:nowrap;padding:4px 0}.environmentBadge{color:#0f4f7a;white-space:nowrap;background:#e8f3ff;border-radius:8px;align-items:center;min-height:28px;padding:4px 8px;font-weight:700;display:inline-flex}.environmentBadge[data-environment=production]{color:#44504c;background:#f3f4f6}.readOnlyEnvironmentNote{color:#66716e;font-size:12px;font-weight:700}.workspace{background:radial-gradient(circle at top left, color-mix(in srgb, var(--xrain-brand) 8%, transparent), transparent 24%), linear-gradient(180deg, var(--xrain-page-bg-strong) 0%, var(--xrain-page-bg) 100%);flex-direction:column;min-width:0;min-height:0;padding:12px 16px 16px;display:flex}.workspaceDblink{grid-template-rows:auto minmax(0,1fr);min-height:100vh;display:grid}.xrainBreadcrumb{min-width:0;min-height:30px;color:var(--xrain-text-muted);margin-bottom:12px}.xrainBreadcrumb ol{align-items:center;gap:4px;min-width:0;margin:0;padding:0;list-style:none;display:flex}.xrainBreadcrumb li{align-items:center;min-width:0;display:flex}.xrainBreadcrumbHome{width:28px;height:28px;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;padding:0;display:grid}.xrainBreadcrumbHome:hover{background:var(--xrain-brand-soft);color:var(--xrain-brand-strong)}.xrainBreadcrumbHome svg{width:18px;height:18px}.xrainBreadcrumbSeparator{color:var(--xrain-text-muted);font-size:14px;line-height:20px}.xrainBreadcrumbItem{flex:0 auto}.xrainBreadcrumbLink{max-width:280px;color:inherit;cursor:pointer;font:inherit;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:0;border-radius:4px;padding:4px 6px;font-size:14px;line-height:20px;overflow:hidden}.xrainBreadcrumbLink:hover,.xrainBreadcrumbLink:focus-visible{background:var(--xrain-brand-soft);color:var(--xrain-brand-strong)}.xrainBreadcrumbCurrent{color:var(--xrain-text);letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;flex:auto;font-size:14px;font-weight:600;line-height:20px;overflow:hidden}.xrainDetailHeader{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:16px 24px;min-width:0;margin-bottom:18px;display:grid}.xrainDetailHeaderCopy,.xrainDetailHeaderTitleRow{min-width:0}.xrainDetailHeaderTitleRow{flex-wrap:wrap;align-items:center;gap:8px 12px;display:flex}.xrainDetailHeaderTitleRow h1{min-width:0;color:var(--xrain-text);letter-spacing:0;overflow-wrap:anywhere;margin:0;font-size:28px;font-weight:650;line-height:1.25}.xrainDetailHeaderMeta{min-width:0;color:var(--xrain-text-muted);align-items:center;gap:8px;font-size:13px;display:flex}.xrainDetailHeaderDescription{max-width:760px;color:var(--xrain-text-muted);margin-top:6px;font-size:14px;line-height:1.5}.xrainDetailHeaderActions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;min-width:0;display:flex}.xrainDetailHeader[data-density=compact]{align-items:center;gap:12px 20px;width:100%;margin-bottom:0}.xrainVisuallyHidden{clip:rect(0, 0, 0, 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.xrainPageHeader[data-density=compact]{margin-bottom:0}.xrainPageHeader--content[data-density=compact]{margin-bottom:16px}.xrainPageHeader .xrainDetailHeaderDescription{margin-top:0}.tenantApiCenter>.xrainPageHeader,.httpIntegrationsPage>.xrainPageHeader,.managementPage>.xrainPageHeader,.businessTenantWorkspace>.xrainPageHeader{margin-bottom:0}.xrainDetailHeader[data-density=compact] .xrainDetailHeaderTitleRow{gap:6px 10px}.xrainDetailHeader[data-density=compact] .xrainDetailHeaderTitleRow h1{font-size:18px;font-weight:650;line-height:1.35}.xrainDetailHeader[data-density=compact] .xrainDetailHeaderMeta{font-size:12px}.xrainDetailHeader[data-density=compact] .xrainDetailHeaderActions{flex-wrap:nowrap}@media (width<=1200px){.xrainDetailHeader:not([data-density=compact]){grid-template-columns:minmax(0,1fr)}.xrainDetailHeader:not([data-density=compact]) .xrainDetailHeaderActions{justify-self:end}}.workspaceStage{flex-direction:column;flex:auto;gap:6px;min-height:0;display:flex}.workspaceStageFull{width:100%;min-height:0}.workspaceStageDocument{width:min(1180px,100%);min-height:0;margin:0 auto}.workspaceStageWorkbench{width:100%;min-height:0}.workspaceContent{flex:auto;min-width:0;min-height:0;display:flex}.workspaceContent>*{flex:auto;min-width:0;min-height:0}.workspaceContentWorkbench{min-height:0}@media (width<=1180px){.workspace{padding-inline:28px}}@media (width<=760px){.xrain-shell,.xrain-shell.sidebarCollapsed{min-height:100dvh;display:block}.mobileShellHeader{z-index:30;border-bottom:1px solid var(--xrain-border);background:var(--xrain-surface);min-height:54px;color:var(--xrain-text);justify-content:space-between;align-items:center;gap:12px;padding:8px 12px;display:flex;position:sticky;top:0}.mobileShellBrand{min-width:0;display:grid}.mobileShellBrand strong{color:var(--xrain-text);font-size:15px;line-height:1.2}.mobileShellBrand span{color:var(--xrain-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:1.3;overflow:hidden}.mobileNavigationToggle{flex:none;min-width:40px;min-height:40px;color:var(--xrain-text-muted)!important}.mobileNavigationToggle:hover,.mobileNavigationToggle:focus-visible{background:var(--xrain-surface-muted)!important;color:var(--xrain-text)!important}.sidebar,.sidebar.collapsed{z-index:50;visibility:hidden;pointer-events:none;align-items:stretch;width:min(288px,100vw - 48px);height:100dvh;padding:14px 12px 12px;transition:transform .16s,visibility 0s linear .16s;position:fixed;inset:0 auto 0 0;overflow:visible;transform:translate(-100%)}.sidebar.mobileOpen,.sidebar.collapsed.mobileOpen{visibility:visible;pointer-events:auto;transition-delay:0s;transform:translate(0)}.sidebar .brand,.sidebar.collapsed .brand{flex-direction:row;gap:10px;min-height:42px}.sidebar .brandText,.sidebar .navLabel,.sidebar.collapsed .brandText,.sidebar.collapsed .navLabel{display:block}.sidebar .navigationGroupLabel,.sidebar.collapsed .navigationGroupLabel{clip:auto;white-space:nowrap;width:auto;height:auto;margin:10px 12px 0;padding:0;position:static;overflow:hidden}.sidebar .navigation,.sidebar.collapsed .navigation{width:100%}.sidebar .navButton,.sidebar.collapsed .navButton{justify-content:flex-start;width:100%;min-width:0;padding:9px 14px}.sidebar .sidebarToggle,.sidebar.collapsed .sidebarToggle{display:none}.sidebarMobileClose{margin-left:auto;display:inline-flex!important}.sidebar .sidebarFooter,.sidebar.collapsed .sidebarFooter,.sidebar .sidebarAccount,.sidebar.collapsed .sidebarAccount{align-self:stretch;width:100%}.sidebar .sidebarProfileCopy,.sidebar .sidebarAccountTriggerChevron,.sidebar.collapsed .sidebarProfileCopy,.sidebar.collapsed .sidebarAccountTriggerChevron{display:block}.sidebar .sidebarAccountTriggerInner,.sidebar.collapsed .sidebarAccountTriggerInner{grid-template-columns:auto minmax(0,1fr) auto;justify-items:stretch;padding:10px 12px}.sidebar .sidebarAvatar,.sidebar.collapsed .sidebarAvatar{border-radius:14px;width:42px;height:42px}.sidebarBackdrop.visible{z-index:40;background:#00000061;border:0;width:100%;height:100%;padding:0;display:block;position:fixed;inset:0}.workspace,.workspace.workspaceDblink{min-height:calc(100dvh - 54px);padding:10px 12px 14px}}.dblinkDesktop{background:#e7ebef;gap:0;min-height:100vh;display:grid}.dblinkCommandBar{background:linear-gradient(#f7f9fb,#e9edf2);border-bottom:1px solid #c7d0d8;justify-content:space-between;align-items:center;gap:16px;padding:12px 16px;display:flex;box-shadow:inset 0 1px #fff}.dblinkCommandBarLeft{align-items:center;gap:12px;min-width:0;display:flex}.dblinkAppMark{color:#175b78;background:linear-gradient(#f9fcfe,#dfeef7);border:1px solid #8fb1c7;border-radius:4px;place-items:center;width:34px;height:34px;display:grid;box-shadow:inset 0 1px #fff}.dblinkCommandCopy{min-width:0}.dblinkCommandCopy h2{color:#16313f;margin:2px 0 3px;font-size:18px;line-height:1.2}.dblinkCommandCopy p:last-child{color:#49616f;margin:0;font-size:12px}.dblinkCommandBarRight{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.dblinkConnectionStrip{background:#fff;border:1px solid #c7d0d8;border-radius:4px;align-items:center;gap:8px;min-width:0;padding:8px 10px;display:flex}.dblinkConnectionStrip svg{color:#0f766e}.dblinkConnectionStrip strong{color:#16313f;font-size:13px;display:block}.dblinkConnectionStrip span{color:#5b6f7b;font-size:12px}.dblinkCommandActions{flex-wrap:wrap;gap:8px;display:flex}.dblinkWorkspaceFrame{grid-template-columns:310px minmax(0,1fr);min-width:0;min-height:0;display:grid}.dblinkExplorer{background:#f2f5f7;border-right:1px solid #c7d0d8;gap:10px;padding:12px;display:grid}.dblinkExplorerHeader,.paneHeader,.objectContextBand{justify-content:space-between;align-items:center;gap:12px;display:flex}.dblinkExplorerTitle{align-items:center;gap:10px;min-width:0;display:flex}.dblinkExplorerTitle svg{color:#175b78}.dblinkExplorerTitle strong,.paneHeader h3{color:#16313f;margin:0;font-size:14px;display:block}.dblinkExplorerTitle span,.paneHeader p,.paneHeader .countText,.contextLabel{color:#5b6f7b;font-size:12px}.treeSearch{background:#fff;border:1px solid #aebbc6;border-radius:3px;align-items:center;gap:8px;min-height:30px;padding:0 8px;display:flex}.treeSearch svg{color:#5b6f7b;flex:none}.treeFilterRow{flex-wrap:wrap;gap:6px;display:flex}.treeFilter{color:#304552;min-height:26px;font:inherit;background:#fff;border:1px solid #aebbc6;border-radius:3px;padding:3px 10px}.treeFilterActive{background:#dbeaf2;border-color:#175b78}.objectTree{gap:6px;min-height:0;padding-right:2px;display:grid;overflow:auto}.treeNodeGroup{gap:4px;display:grid}.treeNode,.treeLeaf,.listRow{min-height:32px;color:inherit;text-align:left;font:inherit;background:0 0;border:1px solid #0000;border-radius:3px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;padding:6px 8px;display:grid}.treeNode:hover,.treeLeaf:hover,.listRow:hover{background:#dceaf4}.treeNodeSelected,.treeLeafSelected,.listRowSelected{background:#c9deeb;border-color:#9ab8cc}.treeNode svg,.treeLeaf svg,.listRow svg{color:#175b78}.treeNodeText{gap:2px;min-width:0;display:grid}.treeNodeText strong{color:#16313f;overflow-wrap:anywhere;font-size:13px}.treeNodeText small{color:#5b6f7b;overflow-wrap:anywhere;font-size:12px}.treeNodeBadge,.listRowMeta{color:#385161;text-align:center;background:#e8eef3;border-radius:2px;min-width:34px;padding:2px 6px;font-size:12px}.objectTreeChildren{border-left:1px dotted #b6c2cc;gap:2px;padding-left:18px;display:grid}.treeLeaf{grid-template-columns:auto minmax(0,1fr);padding-left:6px}.treeLeaf .treeNodeText strong{font-weight:600}.dblinkWorkArea{background:#dde5ea;grid-template-rows:auto 1fr auto;gap:10px;min-width:0;padding:12px;display:grid}.objectContextBand{background:linear-gradient(#f9fbfc,#edf2f5);border:1px solid #b5c3ce;border-radius:3px;padding:8px 10px;box-shadow:inset 0 1px #fff}.contextLine{gap:2px;display:grid}.contextLine strong{color:#16313f;font-size:13px}.contextTools{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.dblinkSplitPane{grid-template-columns:minmax(270px,.92fr) minmax(0,1.4fr);gap:10px;min-width:0;min-height:0;display:grid}.listPane,.detailsPane{background:#f7f9fb;border:1px solid #b5c3ce;border-radius:3px;gap:10px;min-width:0;padding:10px;display:grid;box-shadow:inset 0 1px #fff}.paneHeader{align-items:flex-start}.paneActions{flex-wrap:wrap;gap:8px;display:flex}.listPaneItems{gap:4px;min-width:0;display:grid;overflow:auto}.listRow{background:#fff;border-color:#cad4dc;grid-template-columns:auto minmax(0,1fr) auto}.listRow[data-kind=view]{background:#fbfcff}.listRow[data-kind=materialized_view]{background:#f8fffb}.listRowText{gap:2px;min-width:0;display:grid}.listRowText strong{color:#16313f;font-size:13px}.listRowText small{color:#5b6f7b;font-size:12px}.propertiesStrip{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.propertyBox,.detailGrid>div,.indexRow{background:#fff;border:1px solid #ccd7df;border-radius:3px;gap:3px;padding:8px;display:grid}.propertyBox span,.detailGrid span,.indexRow span,.detailNote,.emptyDetails span{color:#5b6f7b;font-size:12px}.propertyBox strong,.detailGrid strong,.indexRow strong,.emptyDetails strong{color:#16313f;overflow-wrap:anywhere;font-size:13px}.detailSheet{gap:10px;min-height:0;display:grid}.detailGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.detailNote{margin:0;line-height:1.45}.dblinkGridTable{border-collapse:collapse;background:#fff;width:100%}.dblinkGridTable th,.dblinkGridTable td{color:#16313f;text-align:left;vertical-align:top;border:1px solid #cbd6df;padding:8px 10px;font-size:12px}.dblinkGridTable th{background:#e9eff4;font-weight:700}.dblinkGridTable tbody tr:nth-child(2n) td{background:#f8fbfd}.indexList{gap:6px;display:grid}.emptyDetails{background:#fff;border:1px dashed #b5c3ce;border-radius:3px;place-items:start;gap:6px;min-height:180px;padding:14px;display:grid}.statusBar{background:#f1f4f7;border:1px solid #b5c3ce;border-radius:3px;flex-wrap:wrap;align-items:center;gap:8px;padding:8px 10px;display:flex}.statusBar .statusText{color:#394f5d}.businessGrid{grid-template-columns:minmax(220px,.82fr) minmax(260px,.95fr) minmax(340px,1.45fr);align-items:start;gap:16px;display:grid}.businessWorkspace{grid-template-columns:minmax(0,1fr) minmax(320px,420px);align-items:start;gap:16px;display:grid}.dblinkWorkspace{gap:16px;min-width:0;display:grid}.dblinkHero{box-shadow:var(--xrain-elevation-1);background:#fff;border:0;border-radius:8px;justify-content:space-between;align-items:flex-start;gap:16px;padding:16px;display:flex}.dblinkHeroCopy{min-width:0;max-width:760px}.dblinkHero h2{color:#17211f;letter-spacing:0;margin:4px 0 6px;font-size:24px;line-height:1.22}.dblinkHero p:last-child{color:#44504c;margin:0;line-height:1.55}.dblinkSummaryRow{flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px;display:flex}.dblinkSummaryRow.compact{justify-content:flex-end;margin-top:0}.dblinkBadge,.dblinkMiniBadge{color:#0c5f58;white-space:nowrap;background:#eef8f5;border-radius:8px;align-items:center;gap:6px;min-height:28px;padding:4px 8px;font-size:12px;font-weight:700;display:inline-flex}.dblinkBadge[data-tone=readonly]{color:#44504c;background:#f3f4f6}.dblinkBadge[data-tone=connected]{background:#e7f7f3}.dblinkMiniBadge[data-tone=system]{color:#334155;background:#eef2ff}.dblinkMiniBadge[data-tone=user]{color:#0f766e;background:#ecfdf3}.dblinkHeroActions{justify-items:end;gap:10px;min-width:220px;display:grid}.dblinkConnectionCard{min-width:220px;box-shadow:none;background:#fbfcfb;border:1px solid #dfe5e2;border-radius:8px;gap:4px;padding:12px;display:grid}.dblinkConnectionCard span{color:#66716e;text-transform:uppercase;font-size:12px;font-weight:700}.dblinkConnectionCard strong{color:#17211f;font-size:16px}.dblinkConnectionCard small{color:#56625e;line-height:1.45}.iconActionButton{justify-content:center;width:36px;min-width:36px;padding-inline:0}.dblinkStatusBar{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.dblinkBody{grid-template-columns:minmax(230px,.86fr) minmax(260px,1fr) minmax(320px,1.24fr);align-items:start;gap:16px;min-width:0;display:grid}.dblinkPanel{min-width:0;box-shadow:var(--xrain-elevation-1);background:#fff;border:0;border-radius:8px;padding:14px}.dblinkToolbar{gap:10px;margin-bottom:10px;display:grid}.searchField{background:#fff;border:1px solid #cdd6d1;border-radius:8px;align-items:center;gap:8px;min-height:32px;padding:0 8px;display:flex}.searchField svg{color:#66716e;flex:none}.dblinkInput{color:#17211f;width:100%;min-width:0;font:inherit;background:0 0;border:0;outline:none;padding:0}.filterChip{color:#44504c;cursor:pointer;min-height:30px;font:inherit;background:#fbfcfb;border:1px solid #dfe5e2;border-radius:8px;align-items:center;gap:6px;padding:4px 10px;display:inline-flex}.filterChipActive{color:#0c5f58;background:#e7f7f3;border-color:#0f766e}.dblinkList{gap:10px;max-height:560px;padding-right:2px;display:grid;overflow:auto}.dblinkSchemaCard,.dblinkTableCard,.dblinkIndexCard{width:100%;min-width:0;box-shadow:none;color:inherit;text-align:left;cursor:pointer;background:#fbfcfb;border:0;border-radius:8px;gap:8px;padding:12px;display:grid}.dblinkSchemaCard[data-selected=true],.dblinkTableCard[data-selected=true]{background:#eef8f5;box-shadow:0 2px 10px #0a121014}.dblinkTableCard[data-kind=view],.dblinkTableCard[data-kind=materialized_view]{box-shadow:none}.dblinkSchemaCard:hover,.dblinkTableCard:hover,.dblinkIndexCard:hover{background:#f8faf9}.dblinkCardTopline{justify-content:space-between;align-items:flex-start;gap:10px;min-width:0;display:flex}.dblinkCardTopline strong{color:#17211f;overflow-wrap:anywhere;min-width:0;font-size:15px}.dblinkSchemaCard p,.dblinkTableCard p,.dblinkIndexCard p{color:#44504c;overflow-wrap:anywhere;margin:0;line-height:1.45}.businessRecordsMain{min-width:0}.businessViewsWorkspace{flex-direction:column;min-width:0;height:100%;min-height:0;display:flex}.businessViewTabsRow{border-bottom:1px solid var(--colorNeutralStroke2);background:0 0;align-items:flex-end;min-height:42px;padding:0 12px;display:flex}.businessViewTabStrip{scrollbar-width:none;flex:0 auto;align-items:flex-end;gap:4px;min-width:0;display:flex;position:relative;overflow-x:auto}.businessViewTabStrip::-webkit-scrollbar{display:none}.businessViewTab{color:var(--xrain-text-muted);z-index:1;flex:none;align-items:center;min-width:104px;height:40px;transition:color .16s;display:inline-flex;position:relative}.businessViewTab[data-active=true]{color:var(--xrain-brand-strong)}.businessViewTab:hover{color:var(--xrain-text)}.businessViewTabIndicator{background:var(--xrain-brand);pointer-events:none;z-index:2;height:2px;transition:opacity .12s,transform .18s,width .18s;position:absolute;bottom:0;left:0}.businessViewTabLabel{color:inherit;cursor:pointer;font:inherit;background:0 0;border:0;flex:auto;align-items:center;gap:7px;min-width:0;height:100%;padding:0 10px;font-size:13px;font-weight:500;display:inline-flex}.businessViewTab[data-active=true] .businessViewTabLabel{font-weight:600}.businessViewTabLabel:focus-visible{outline:2px solid var(--xrain-brand);outline-offset:-4px}.businessViewTabLabel>svg{flex:none;width:16px;height:16px}.businessViewTabLabel>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.businessViewTabMore.ant-btn{color:inherit;flex:0 0 28px;width:28px;min-width:28px;height:28px;margin-right:4px;padding:0}.businessViewAdd.ant-btn{flex:0 0 36px;width:36px;min-width:36px;height:32px;margin-bottom:2px;padding:0}.businessViewsLoading{align-items:center;min-height:36px;padding:0 18px;display:flex}.businessViewPanel{flex-direction:column;flex:auto;min-height:0;display:flex}.businessViewPanel .recordShareEmbedded{flex:auto;min-height:0;padding:16px;overflow:auto}.businessViewToolbar,.businessViewReadonlyMeta{background:color-mix(in srgb, var(--xrain-surface) 86%, transparent);border-bottom:1px solid var(--colorNeutralStroke2);flex-wrap:nowrap;flex:none;align-items:center;gap:6px;min-height:44px;padding:6px 12px;display:flex;overflow-x:auto}.businessViewToolbar .ant-btn{flex:none;min-height:30px}.businessViewToolbar .ant-btn[data-active=true]{background:color-mix(in srgb, var(--colorBrandBackground2) 58%, var(--xrain-surface));box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--colorBrandStroke1) 52%, transparent);color:var(--colorBrandForeground1)}.businessViewToolbarDivider{border-left:1px solid var(--colorNeutralStroke2);flex:none;height:24px;margin:0 4px}.businessViewReadonlyMeta span{color:var(--colorNeutralForeground3);font-size:12px}.businessViewReadonlyMeta span:not(:last-child):after{color:var(--colorNeutralStroke1);content:"/";margin-left:6px}.businessViewsWorkspace .runtimeRecordsPanel.standalone{box-shadow:none;background:0 0;border-radius:0;flex:auto;gap:0;min-height:0;padding:0;overflow:auto}.businessViewConfigPopover{max-width:calc(100vw - 24px)}.businessViewConfigPopover .ant-popover-inner{border:1px solid var(--colorNeutralStroke2);border-radius:8px;padding:0;overflow:hidden;box-shadow:0 18px 48px #0f172a29}.businessViewFieldsPopover .businessViewConfigPanel{width:min(340px,100vw - 32px)}.businessViewFieldsPopover .businessViewConfigRow{min-height:34px;padding-block:2px}.businessViewFieldsPopover .businessViewFieldSection{gap:2px}.businessViewRelationshipOpen.ant-btn{text-align:left;justify-content:flex-start;width:100%;min-height:34px}.businessViewRelationshipModal .ant-modal-content{max-width:calc(100vw - 24px);padding:0}.businessViewRelationshipModal .ant-modal-header{margin-bottom:0;padding:16px 20px 10px}.businessViewRelationshipModal .ant-modal-body{padding:0 20px 8px}.businessViewRelationshipModal .ant-modal-footer{margin-top:0;padding:10px 20px 16px}.businessViewRelationshipModalBody{gap:8px;display:grid}.businessViewRelationshipModalHint{color:var(--colorNeutralForeground3);margin:0;font-size:12px}.businessViewSelectedRelationshipSection{border:1px solid var(--colorNeutralStroke2);border-radius:6px;gap:4px;padding:8px 10px;display:grid}.businessViewSelectedRelationshipSection .businessViewFieldSectionTitle{align-items:center;gap:8px;padding:0;display:flex}.businessViewSelectedRelationshipList{gap:2px;max-height:112px;display:grid;overflow:auto}.businessViewSelectedRelationshipRow{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-height:28px;padding:2px 0;display:grid}.businessViewSelectedRelationshipRow .businessViewFieldName{color:var(--colorNeutralForeground2);overflow-wrap:anywhere;font-size:12px;line-height:16px}.businessViewRelationshipModalList{border-top:1px solid var(--colorNeutralStroke2);min-height:220px;max-height:min(560px,100vh - 260px);padding-top:8px;overflow:auto}.businessViewRelationshipModalList .businessViewConfigRow{min-height:32px;padding:1px 6px}.businessViewRelationshipModalList .businessViewRelationshipSyntheticRow{min-height:32px}.businessViewRelationshipModalList .businessViewRelationshipToggle,.businessViewRelationshipModalList .businessViewRelationshipTogglePlaceholder{width:26px;min-width:26px;height:26px;min-height:26px}.businessViewFiltersPopover .businessViewConfigPanel,.businessViewSortPopover .businessViewConfigPanel{width:min(560px,100vw - 32px)}.businessViewConfigPanel{background:var(--xrain-surface);color:var(--colorNeutralForeground1);flex-direction:column;max-height:min(560px,100vh - 236px);display:flex}.businessViewConfigHeader{border-bottom:1px solid var(--colorNeutralStroke2);flex:none;align-items:center;min-height:48px;padding:0 16px;display:flex}.businessViewConfigHeader strong{font-size:14px}.businessViewConfigHeaderClear.ant-btn-link{height:auto;padding:0 0 0 8px;font-size:13px}.businessViewConfigBody{gap:10px;min-height:0;padding:12px 14px;display:grid;overflow:auto}.businessViewConfigList,.businessViewRules,.businessViewIdentityForm{gap:8px;display:grid}.businessViewConfigList{min-height:0}.businessViewFieldSection{gap:4px;display:grid}.businessViewFieldSectionTitle{color:var(--colorNeutralForeground3);letter-spacing:.02em;text-transform:uppercase;padding:4px 2px 0;font-size:11px;font-weight:600}.businessViewFieldSectionToggle{color:var(--colorNeutralForeground2);cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;grid-template-columns:minmax(0,1fr) auto 18px;align-items:center;gap:8px;width:100%;padding:7px 2px;display:grid}.businessViewFieldSectionToggle:hover,.businessViewFieldSectionToggle:focus-visible{background:var(--colorNeutralBackground3);border-radius:4px}.businessViewFieldSectionCount{color:var(--colorNeutralForeground3);font-size:12px}.businessViewRelationshipTree{gap:2px;display:grid}.businessViewRelationshipNode{min-width:0}.businessViewRelationshipChildren{border-left:1px solid var(--colorNeutralStroke2);margin-left:15px;padding-left:4px}.businessViewRelationshipToggle.ant-btn{color:var(--colorNeutralForeground3);width:28px;min-width:28px;height:28px;padding:0;font-size:16px}.businessViewRelationshipTogglePlaceholder{width:28px;height:28px;display:inline-block}.businessViewRelationshipSyntheticRow{grid-template-columns:28px minmax(0,1fr);align-items:center;gap:8px;min-height:40px;display:grid}.businessViewConfigRow{border-bottom:1px solid var(--colorNeutralStroke2);grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:44px;padding:5px 2px;display:grid}.businessViewConfigRow:last-child{border-bottom:0}.businessViewFieldTypeIcon{color:var(--colorNeutralForeground3);justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.businessViewFieldTypeIcon>svg{width:18px;height:18px}.businessViewFieldName{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.businessViewFieldLock{color:var(--colorNeutralForeground3);width:16px;height:16px;margin:0 8px}.businessViewFieldVisibility.ant-btn{width:28px;min-width:28px;height:28px;padding:0}.businessViewConfigRowActions{flex:none;align-items:center;gap:2px;min-height:28px;display:inline-flex}.businessViewRuleHeader{color:var(--colorNeutralForeground3);justify-content:space-between;align-items:center;gap:12px;font-size:12px;display:flex}.businessViewRuleRow{grid-template-columns:minmax(130px,1fr) minmax(125px,.95fr) minmax(150px,1.15fr) 34px;align-items:center;gap:8px;display:grid}.businessViewRuleRow[data-invalid=true]{box-shadow:0 0 0 1px var(--colorPaletteRedBorder2);border-radius:6px;padding:4px}.businessViewPicklistOption.ant-tag{text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin-inline-end:0;overflow:hidden}.businessViewSortRow{grid-template-columns:28px minmax(145px,1fr) minmax(145px,auto) auto;align-items:center;gap:8px;display:grid}.businessViewSortPriority{background:var(--colorNeutralBackground3);border-radius:4px;justify-content:center;align-items:center;width:26px;height:26px;font-size:12px;display:inline-flex}.businessViewConfigEmpty,.businessViewNoValue{color:var(--colorNeutralForeground3);margin:0}.businessViewConfigEmpty{padding:12px 2px}.businessViewConfigError{color:var(--colorPaletteRedForeground1);margin:0;font-size:12px}.businessViewNoValue{align-items:center;min-height:32px;display:flex}.businessViewConfigFooter{border-top:1px solid var(--colorNeutralStroke2);flex:none;justify-content:space-between;align-items:center;min-height:56px;padding:9px 14px;display:flex}.businessViewConfigFooterActions{gap:8px;display:inline-flex}.businessViewIdentityForm label{gap:5px;display:grid}.businessViewIdentityForm label>span{font-size:13px;font-weight:600}.xrainNotFoundPage{min-height:360px}@media (width<=700px){.businessViewRuleRow{grid-template-columns:minmax(118px,1fr) minmax(112px,1fr) minmax(130px,1fr) 34px}}.businessSignalRail{gap:12px;min-width:0;display:grid}.compactSurface{padding:12px}.designGrid{grid-template-columns:minmax(180px,220px) minmax(0,1fr);align-items:start;gap:12px;display:grid}.objectDesignHub{gap:12px;display:grid}.journeyStep{background:var(--xrain-surface);min-height:64px;box-shadow:var(--xrain-elevation-1);flex:160px;padding:10px 12px}.journeyStep strong{font-size:13px}.journeyStep small{display:block}.focusColumn,.composerColumn,.resourceColumn,.objectList,.objectCanvas{background:var(--xrain-surface);min-width:0;box-shadow:var(--xrain-elevation-1);border:0;border-radius:8px}.objectCanvas{container-type:inline-size}.focusColumn,.composerColumn,.resourceColumn,.objectList,.objectCanvas{padding:12px}.sectionHeader,.objectHeader{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:10px;display:flex}.sectionHeader.compact{margin-bottom:8px}.objectListTools{gap:8px;margin-bottom:10px;display:grid}.versionStack,.versionSummary{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.versionStack{justify-content:flex-end}.versionStack span,.versionSummary span{color:#66716e;font-size:12px}.versionStack span:not(:last-child):after,.versionSummary span:not(:last-child):after{color:#a0aaa6;content:"/";margin-left:6px}.sectionHeader h2,.objectHeader h2{letter-spacing:0;margin:3px 0 0;font-size:17px;line-height:1.25}.runtimeRecordsPanel{border-top:1px solid #e5ebe8;gap:10px;margin-top:14px;padding-top:14px;display:grid}.runtimeRecordsPanel.standalone{background:var(--xrain-surface);box-shadow:var(--xrain-elevation-1);border:0;border-radius:8px;margin-top:0;padding:14px}.objectCanvas .runtimeRecordsPanel.standalone{box-shadow:none;background:0 0;border-radius:0;padding:0}.runtimeHeader p{color:#56625e;margin:4px 0 0;font-size:12px;line-height:1.4}.managementPage{grid-template-columns:minmax(0,1fr);align-content:start;gap:16px;min-width:0;display:grid}.managementPage.detail{max-width:1120px}.managementListPanel,.managementDetailPanel,.managementEmptyStatePanel{background:var(--xrain-surface);min-width:0;box-shadow:none;border:1px solid #d7e0dc;border-radius:0;align-content:start;gap:14px;padding:16px;display:grid}.managementDetailPage{gap:14px;min-width:0;display:grid}.managementTableRow{cursor:pointer}.managementTableRow.selected td{background:#eef6ff}.managementTableRow.selected td:first-child{box-shadow:none}.managementHeaderActions{flex:none;align-items:center}.managementListPanel .runtimeToolbarActions{flex:none}.managementListPanel .runtimeToolbar{justify-content:flex-start}.managementListPanel .runtimeToolbar .toolbarField{max-width:420px}.managementListPanel .tableActions{flex-wrap:nowrap;gap:4px}.managementListPanel .tableActions .fui-Button{min-width:0;min-height:32px;padding-inline:8px}.managementDataGrid{border-top:1px solid #d7e0dc;width:100%;min-width:860px;font-size:12px}.managementDataGrid [role=row]{min-height:40px}.managementDataGrid [role=columnheader]{color:#4d5b57;background:#f8faf9;min-height:34px;font-weight:700}.managementDataGrid [role=gridcell],.managementDataGrid [role=columnheader]{border-bottom:1px solid #e5ebe8;padding:7px 8px}.managementDataGridRow{cursor:pointer}.managementDataGridRow:hover [role=gridcell]{background:#f7faf8}.managementDataGrid [aria-selected=true] [role=gridcell]{background:#eef6ff}.managementDataGrid [aria-selected=true] [role=gridcell]:first-child{box-shadow:none}.managementTabPanel{gap:12px;display:grid}.managementDetailTabs{border-bottom:1px solid #d7e0dc}.managementDetailPanelCompact{gap:12px}.principalManagementPage{gap:14px}.principalManagementPage .managementListPanel,.principalManagementPage .managementDetailPanel{background:0 0;border:0;padding:0}.principalManagementPage .managementListPanel{gap:12px}.principalManagementPage .managementListToolbar{align-items:flex-start;padding:2px 0 4px}.principalManagementPage .managementListToolbar .toolbarField{flex:0 420px}.principalManagementPage .managementListToolbar .ant-input-search{width:100%}.principalManagementPage .managementListToolbar .ant-input,.principalManagementPage .managementListToolbar .ant-input-search-button{font-size:12px}.principalManagementPage .managementDataGrid{background:var(--xrain-surface);border:1px solid #d7e0dc;border-bottom:0}.principalManagementPage .managementAntTable{background:var(--xrain-surface);border:1px solid #d7e0dc;overflow:hidden}.principalManagementPage .managementPrincipalTable.ant-pro-table{background:var(--xrain-surface);border:1px solid #d7e0dc}.principalManagementPage .managementPrincipalTable.ant-pro-table .ant-pro-card{box-shadow:none;background:0 0;border:0;border-radius:0}.principalManagementPage .managementPrincipalTable.ant-pro-table .ant-pro-table-search{border-bottom:1px solid #dfe7e3;margin:0}.principalManagementPage .managementPrincipalTable.ant-pro-table .ant-pro-query-filter{padding:10px 12px}.principalManagementPage .managementPrincipalTable.ant-pro-table .ant-form-item{margin-bottom:0}.principalManagementPage .managementPrincipalTable.ant-pro-table .ant-form-item-label>label{color:#4d5b57;font-size:12px;font-weight:700}.principalManagementPage .managementPrincipalTable.ant-pro-table .ant-pro-card-body{padding:0}.principalManagementPage .managementPrincipalTable.ant-pro-table .ant-pro-table-list-toolbar{border-bottom:1px solid #edf1f5;min-height:36px;padding:0 12px}.principalManagementPage .managementPrincipalTable.ant-pro-table .ant-pro-table-list-toolbar-container{height:36px;padding-block:0}.principalManagementPage .managementPrincipalTable.ant-pro-table .ant-pro-table-list-toolbar-right{align-items:center;min-height:36px}.principalManagementPage .managementPrincipalTable.ant-pro-table .ant-table-wrapper{padding:0}.principalManagementPage .managementPrincipalTable.ant-pro-table .ant-btn>span{letter-spacing:0}.principalManagementPage .managementAntTable .ant-table{background:var(--xrain-surface);color:#17211f;border-radius:0;font-size:12px}.principalManagementPage .managementAntTable .ant-table-container,.principalManagementPage .managementAntTable .ant-table-content,.principalManagementPage .managementAntTable .ant-table-thead>tr>th:first-child,.principalManagementPage .managementAntTable .ant-table-thead>tr>th:last-child{border-radius:0}.principalManagementPage .managementAntTable .ant-table-thead>tr>th{color:#4d5b57;background:#f8faf9;border-bottom-color:#dfe7e3;padding:8px 10px;font-weight:700}.principalManagementPage .managementAntTable .ant-table-tbody>tr>td{border-bottom-color:#dfe7e3;padding:8px 10px}.principalManagementPage .managementAntTable .ant-table-tbody>tr>td.ant-table-cell-row-hover{background:#f7faf8}.principalManagementPage .managementAntTable .ant-table-tbody>tr.managementAntTableRow{cursor:pointer}.principalManagementPage .managementAntTable .ant-table-tbody>tr.managementAntTableRow:hover>td{background:#f7faf8}.principalManagementPage .managementAntTable .ant-table-tbody>tr.managementAntTableRow.selected>td{background:#eef6ff}.principalManagementPage .managementAntTable .ant-table-tbody>tr.managementAntTableRow.selected>td:first-child{box-shadow:none}.principalManagementPage .managementAntTable .ant-radio-wrapper{display:inline-flex}.principalManagementPage .managementAntTable .ant-table-selection-column{width:44px;min-width:44px}.principalManagementPage .managementPrincipalTable{min-width:0}.principalManagementPage .managementPrincipalTable .ant-table-pagination.ant-pagination{border-top:1px solid #edf1f5;margin:0;padding:10px 12px}.principalManagementPage .managementPrincipalTable .ant-table-pagination .ant-pagination-total-text{color:#56625e;margin-right:auto;font-size:12px}.principalManagementPage .managementPrincipalTable .ant-table-cell{white-space:nowrap}.principalManagementPage .managementPrincipalTable .ant-table-cell:nth-child(4){white-space:normal}.principalManagementPage .managementPermissionTable{width:100%}.principalManagementPage .managementRelationTable.ant-pro-table{background:var(--xrain-surface);border:0}.principalManagementPage .managementRelationTable.ant-pro-table .ant-pro-card{box-shadow:none;background:0 0;border:0;border-radius:0}.principalManagementPage .managementRelationTable.ant-pro-table .ant-pro-card-body{padding:0}.principalManagementPage .managementRelationTable.ant-pro-table .ant-pro-table-list-toolbar{border-bottom:1px solid #edf1f5;min-height:34px;padding:0 8px}.principalManagementPage .managementRelationTable.ant-pro-table .ant-pro-table-list-toolbar-container,.principalManagementPage .managementRelationTable.ant-pro-table .ant-pro-table-list-toolbar-right{min-height:34px;padding-block:0}.principalManagementPage .managementRelationTable.ant-pro-table .ant-table-wrapper{padding:0}.principalManagementPage .managementRelationTable.ant-pro-table .ant-table{border:0}.principalManagementPage .managementRelationTable.ant-pro-table .ant-table-container,.principalManagementPage .managementRelationTable.ant-pro-table .ant-table-content,.principalManagementPage .managementRelationTable.ant-pro-table .ant-table-thead>tr>th:first-child,.principalManagementPage .managementRelationTable.ant-pro-table .ant-table-thead>tr>th:last-child{border-radius:0}.principalManagementPage .managementPermissionTable .ant-table-tbody>tr>td{vertical-align:top}.principalManagementPage .managementDataGrid [role=row]{min-height:38px}.principalManagementPage .managementDataGrid [role=columnheader]{min-height:32px}.principalManagementPage .managementDataGrid [role=gridcell],.principalManagementPage .managementDataGrid [role=columnheader]{border-bottom-color:#dfe7e3}.principalManagementPage .managementDetailTabs{margin-bottom:12px}.principalManagementPage .managementBasicProfilePage{max-width:1120px}.principalManagementPage .managementProfileContainer.ant-pro-page-container{margin:0}.principalManagementPage .managementProfileContainer .ant-pro-page-container-warp-page-header{background:var(--xrain-surface);border:0;border-bottom:1px solid #dfe7e3;border-radius:0}.principalManagementPage .managementProfileContainer .ant-page-header{padding:12px 14px}.principalManagementPage .managementProfileBreadcrumb{color:#6b7571;align-items:center;gap:8px;font-size:12px;line-height:1.4;display:flex}.principalManagementPage .managementProfileBreadcrumb button{color:#2563eb;cursor:pointer;font:inherit;background:0 0;border:0;margin:0;padding:0}.principalManagementPage .managementProfileBreadcrumb button:hover{color:#1d4ed8;text-decoration:underline}.principalManagementPage .managementProfileContainer .ant-page-header-heading{align-items:flex-start;gap:12px}.principalManagementPage .managementProfileContainer .ant-page-header-heading-title{color:#17211f;letter-spacing:0;font-size:18px;font-weight:700;line-height:1.25}.principalManagementPage .managementProfileContainer .ant-page-header-heading-sub-title,.principalManagementPage .managementProfileHeaderContent{color:#56625e;font-size:12px;line-height:1.45}.principalManagementPage .managementProfileContainer .ant-page-header-heading-extra{flex-wrap:wrap;gap:8px;display:flex}.principalManagementPage .managementProfileContainer .ant-pro-page-container-children-container{gap:12px;padding:12px 0 0;display:grid}.principalManagementPage .managementProfileAlertCard.ant-pro-card{background:var(--xrain-surface);box-shadow:none;border:1px solid #d7e0dc;border-radius:0}.principalManagementPage .managementProfileAlertCard.ant-pro-card[data-tone=danger]{color:#8f1f17;background:#fff7f5;border-color:#f3c7c3}.principalManagementPage .managementProfileAlertCard.ant-pro-card>.ant-pro-card-body{color:inherit;padding:8px 10px;font-size:12px}.principalManagementPage .managementProfileTabsCard.ant-pro-card{background:var(--xrain-surface);box-shadow:none;border:0;border-radius:0}.principalManagementPage .managementProfileTabsCard.ant-pro-card>.ant-pro-card-body{padding:14px 16px 16px}.principalManagementPage .managementProfileTabsCard .ant-tabs-nav{border-bottom:1px solid #dfe7e3;margin:0;padding:0 12px}.principalManagementPage .managementProfileDescriptions.ant-pro-descriptions .ant-descriptions-header{margin-bottom:10px}.principalManagementPage .managementProfileDescriptions.ant-pro-descriptions .ant-descriptions-title{color:#17211f;font-size:14px;font-weight:700}.principalManagementPage .managementProfileDescriptions.ant-pro-descriptions .ant-descriptions-view{border:0}.principalManagementPage .managementProfileDescriptions.ant-pro-descriptions .ant-descriptions-item-label{color:#56625e;background:0 0;min-width:84px;padding:0 14px 12px 0;font-size:12px;font-weight:400;line-height:1.5}.principalManagementPage .managementProfileDescriptions.ant-pro-descriptions .ant-descriptions-item-content{color:#17211f;word-break:break-word;padding:0 24px 12px 0;font-size:13px;line-height:1.5}.principalManagementPage .managementFormRows{background:var(--xrain-surface);border:1px solid #d7e0dc;border-bottom:0}.principalManagementPage .managementSection{border-top:0;padding:0}.principalManagementPage .managementSection+.managementSection{border-top:0;padding-top:8px}.principalManagementPage .managementChipList{border-top-color:#dfe7e3}.managementDetailColumn{gap:16px;min-width:0;display:grid}.managementPrincipalCopy{gap:2px;min-width:0;display:grid}.managementPrincipalCopy strong{color:#17211f;word-break:break-word;font-size:13px;line-height:1.3}.managementPrincipalCopy span{color:#56625e;word-break:break-word;font-size:12px;line-height:1.35}.managementPrincipalDescription{color:#56625e}.managementDetailHeader{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.managementDetailHeading{min-width:0}.managementDetailHeading h3{color:#17211f;margin:2px 0 6px;font-size:20px;line-height:1.25}.managementDetailHeading p{color:#56625e;margin:0;font-size:12px;line-height:1.5}.managementStatus{color:#56625e;background:#f4faf7;border-left:3px solid #0f766e;border-radius:6px;padding:8px 10px;font-size:12px;line-height:1.45}.managementStatus[data-tone=danger]{color:#8f1f17;background:#fef3f2;border-left-color:#b42318}.managementFormRows{border-top:1px solid #d7e0dc;margin:0;display:grid}.managementFormRow{border-bottom:1px solid #d7e0dc;grid-template-columns:160px minmax(0,1fr);min-width:0;display:grid}.managementFormRow dt,.managementFormRow dd{color:#17211f;word-break:break-word;min-width:0;margin:0;padding:10px 12px;font-size:13px;line-height:1.45}.managementFormRow dt{color:#44504c;background:#f7faf8;border-right:1px solid #d7e0dc;font-weight:700}.managementSectionList,.managementSection{gap:12px;display:grid}.managementSection{background:0 0;border-top:1px solid #d7e0dc;padding:14px 0 0}.managementSectionHeader,.managementGroupHeader{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.managementSectionHeader h4{color:#17211f;margin:0;font-size:14px}.managementSectionHeader p{color:#56625e;margin:4px 0 0;font-size:12px;line-height:1.45}.managementGroup{gap:10px;display:grid}.managementGroupHeader{color:#56625e;letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:700}.managementGroupEmpty{color:#7a8681;margin:0;font-size:12px}.managementChipList{border-top:1px solid #d7e0dc;gap:0;display:grid}.managementChip{min-width:0;box-shadow:none;background:0 0;border:0;border-bottom:1px solid #e4ebe8;border-radius:0;justify-content:space-between;align-items:flex-start;gap:10px;padding:8px 0;display:flex}.managementChip[data-assigned=true]{background:0 0;border-color:#e4ebe8}.managementChipCopy{gap:2px;min-width:0;display:grid}.managementChipCopy strong{color:#17211f;font-size:12px;line-height:1.25}.managementChipCopy span,.managementChipCopy small{color:#56625e;font-size:11px;line-height:1.35}.managementChipButton{flex-shrink:0}.managementEmptyState{background:#fbfcfc;border:1px dashed #cfdad4;border-radius:12px;gap:6px;padding:12px 14px;display:grid}.managementEmptyState strong{color:#17211f;font-size:14px}.managementEmptyState p{color:#56625e;margin:0;font-size:12px;line-height:1.45}.managementItemHint{color:#56625e;background:#f7faf8;border-radius:12px;gap:4px;padding:10px 12px;font-size:12px;display:grid}.managementItemHint strong{color:#17211f}@media (width<=1100px){.managementFormRow{grid-template-columns:minmax(0,1fr)}.managementFormRow dt{border-bottom:1px solid #d7e0dc;border-right:0}}.runtimeStatus{color:#56625e;background:#f4faf7;border-left:3px solid #0f766e;border-radius:6px;min-height:calc(1.45em + 12px);padding:6px 8px;font-size:12px;line-height:1.45}.runtimeStatus[data-empty=true]{visibility:hidden}.runtimeStatus[data-tone=danger]{color:#8f1f17;background:#fef3f2;border-left-color:#b42318}.runtimeStatus[data-tone=warning]{color:#8a5800;background:#fff8e6;border-left-color:#d97706}.businessStatusLine{color:#56625e;background:#f8faf9;border:0;border-radius:8px;padding:6px 8px;font-size:12px}.salesWorkspace{gap:16px;min-width:0;display:grid}.salesHero{box-shadow:var(--xrain-elevation-1);background:#fff;border:0;border-radius:8px;grid-template-columns:minmax(0,1fr) minmax(300px,420px);align-items:stretch;gap:16px;padding:16px;display:grid}.salesHeroCopy{min-width:0}.salesHero h2{color:#17211f;letter-spacing:0;margin:4px 0 6px;font-size:24px;line-height:1.22}.salesHero p:last-child{color:#44504c;max-width:760px;margin:0;line-height:1.55}.salesHeroStats{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.salesHeroStats article{background:#f8faf9;border:0;border-radius:8px;min-width:0;padding:12px}.salesHeroStats span{color:#56625e;font-size:12px;display:block}.salesHeroStats strong{color:#17211f;margin-top:5px;font-size:26px;line-height:1;display:block}.salesWorkdayGrid{grid-template-columns:minmax(0,1fr) minmax(300px,380px);align-items:start;gap:16px;min-width:0;display:grid}.salesQueue,.salesPanel,.salesLedger{min-width:0;box-shadow:var(--xrain-elevation-1);background:#fff;border:0;border-radius:8px}.salesQueue,.salesPanel{padding:14px}.salesQueue .sectionHeader h2,.salesPanel h3{color:#17211f;letter-spacing:0;margin:3px 0 0;font-size:17px;line-height:1.25}.salesQueue .sectionHeader p:last-child,.salesPanel>p{color:#56625e;margin:5px 0 0;line-height:1.45}.salesWorkList,.salesContextRail{gap:10px;min-width:0;display:grid}.salesWorkList{margin-top:10px}.salesWorkCard{width:100%;min-width:0;box-shadow:var(--xrain-elevation-1);color:inherit;text-align:left;cursor:pointer;background:#fff;border:0;border-radius:8px;gap:10px;padding:13px 14px;transition:background .14s,box-shadow .14s,transform .14s;display:grid}.salesWorkCard:hover{background:#fbfcfb;transform:translateY(-1px);box-shadow:0 2px 8px #0a121012}.salesWorkCard:focus-visible{outline-offset:2px;outline:3px solid #c9eee4}.salesWorkCard[data-selected=true]{background:#eef8f5;box-shadow:0 2px 10px #0a121014}.salesWorkCard[data-priority=high]{box-shadow:inset 4px 0 #b42318}.salesWorkCard[data-priority=medium]{box-shadow:inset 4px 0 #b7791f}.salesWorkCard[data-priority=low]{box-shadow:inset 4px 0 #0f766e}.salesWorkCard[data-priority=high]:hover{box-shadow:inset 4px 0 #b42318,0 2px 8px #0a121012}.salesWorkCard[data-priority=medium]:hover{box-shadow:inset 4px 0 #b7791f,0 2px 8px #0a121012}.salesWorkCard[data-priority=low]:hover{box-shadow:inset 4px 0 #0f766e,0 2px 8px #0a121012}.salesWorkCard[data-selected=true]:hover{box-shadow:0 2px 10px #0a121014}.salesWorkTopline,.salesWorkTitle,.salesSignalGrid{justify-content:space-between;align-items:flex-start;gap:10px;min-width:0;display:flex}.salesWorkTopline{color:#66716e;font-size:12px;font-weight:700}.salesWorkTitle strong{color:#17211f;overflow-wrap:anywhere;min-width:0;font-size:15px}.salesWorkTitle span,.salesWorkCue,.salesFinePrint{color:#66716e;font-size:12px}.salesWorkCard p{color:#44504c;margin:0;line-height:1.45}.salesWorkFacts,.salesContextFacts{gap:8px;margin:0;display:grid}.salesWorkFacts{grid-template-columns:minmax(0,1.4fr) minmax(120px,.8fr)}.salesWorkFacts div,.salesContextFacts div{min-width:0}.salesWorkFacts dt,.salesContextFacts dt{color:#66716e;margin:0 0 3px;font-size:11px;font-weight:700}.salesWorkFacts dd,.salesContextFacts dd{color:#17211f;overflow-wrap:anywhere;margin:0}.salesContextFacts{grid-template-columns:repeat(3,minmax(0,1fr));padding:10px 0}.salesNextStep{box-shadow:none;background:#f7faf8;border:0;border-radius:8px;gap:4px;padding:10px;display:grid}.salesNextStep span{color:#66716e;font-size:11px;font-weight:700}.salesNextStep strong{color:#17211f;line-height:1.35}.salesRhythmList{gap:8px;margin:10px 0 0;padding:0;list-style:none;display:grid}.salesRhythmList li{border-top:1px solid #edf1ef;grid-template-columns:54px minmax(0,1fr);align-items:baseline;gap:10px;padding:8px 0;display:grid}.salesRhythmList li:first-child{border-top:0}.salesRhythmList strong{color:#0c5f58;font-size:12px;font-weight:700}.salesRhythmList span{color:#44504c;min-width:0;line-height:1.45}.salesSignalGrid{margin-top:10px}.salesSignalGrid span{color:#44504c;text-align:center;background:#fbfcfb;border:0;border-radius:8px;flex:1 1 0;min-width:0;padding:8px;font-size:12px;font-weight:700}.salesLedger{padding:0}.salesLedger .runtimeRecordsPanel.standalone{box-shadow:none;border:0}.runtimeToolbar,.paginationBar{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:8px;display:flex}.runtimeToolbar .toolbarField{flex:150px}.runtimeToolbarActions{flex-wrap:wrap;flex:2 420px;justify-content:flex-end;gap:8px;display:flex}.runtimeFilterControls{border:1px solid var(--xrain-border);background:var(--xrain-surface-muted);border-radius:6px;gap:8px;padding:10px;display:grid}.runtimeFilterHeader,.runtimeSortControls,.runtimeFilterMode{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.runtimeFilterHeader{justify-content:space-between}.runtimeFilterMode span,.runtimeSortControls span{color:var(--xrain-text-muted);font-size:12px;font-weight:700}.runtimeFilterRows{gap:6px;display:grid}.runtimeFilterRow{grid-template-columns:minmax(132px,1.1fr) minmax(132px,1fr) minmax(156px,1.2fr) 32px;align-items:center;gap:6px;display:grid}.runtimeFilterRow select,.runtimeFilterRow input,.runtimeFilterMode select,.runtimeSortControls select{border:1px solid var(--xrain-border);background:var(--xrain-surface-raised);width:100%;min-height:32px;color:var(--xrain-text);font:inherit;border-radius:6px;padding:6px 8px}.runtimeFilterNoValue{border:1px dashed var(--xrain-border);min-height:32px;color:var(--xrain-text-muted);background:var(--xrain-surface-raised);border-radius:6px;padding:7px 8px;font-size:12px}.runtimeSortControls{justify-content:flex-start}.runtimeSortControls select{width:auto;min-width:142px}.paginationBar{color:#56625e;align-items:center;font-size:12px}.importFlow,.importPolicy{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.importPolicy{grid-template-columns:repeat(3,minmax(0,1fr))}.importFlow article,.importPolicy article,.templateColumns{background:var(--xrain-surface-muted);border-radius:8px;gap:8px;padding:12px;display:grid}.importFlow strong,.importPolicy strong,.templateColumns strong{color:#17211f}.importFlow p,.importPolicy p{color:#56625e;margin:0;font-size:12px;line-height:1.45}.importFlow article{align-content:start}.templateColumns div{flex-wrap:wrap;gap:6px;display:flex}.templateColumns span{color:#44504c;background:#fff;border-radius:999px;padding:5px 8px;font-size:12px}.recordNameButton{color:#0c5f58;text-align:left;justify-content:flex-start;min-width:0;max-width:100%;padding-inline:0;font-weight:700}.maskedValue{color:#66716e;letter-spacing:2px;align-items:center;min-width:64px;font-family:Cascadia Mono,Consolas,monospace;font-size:13px;font-weight:700;display:inline-flex}.recordDetailList{border-top:1px solid var(--xrain-border-soft);grid-template-columns:repeat(2,minmax(0,1fr));gap:0 24px;margin:0;display:grid}.recordDetailList>.recordDetailItem{border-bottom:1px solid var(--xrain-border-soft);min-width:0;padding:12px 0}.recordDetailList>.recordDetailItem--wide{grid-column:1/-1}.recordDetailList dt{color:var(--xrain-text-muted);font-size:12px;font-weight:600}.recordDetailList dd{overflow-wrap:anywhere;margin:6px 0 0}.recordDetailValue .runtimeNumericValue{justify-content:flex-start;width:auto}.relationshipSubtables{gap:8px;margin-top:12px;display:grid}.relationshipSubtable{background:var(--xrain-surface-muted);border:0;border-radius:8px;gap:8px;padding:10px;display:grid}.relationshipSubtableHeader{color:#56625e;justify-content:space-between;align-items:center;gap:8px;font-size:12px;display:flex}.relationshipSubtableRows{flex-wrap:wrap;gap:6px;display:flex}.relationshipSubtableRows span{color:#32413c;background:#eef4f1;border-radius:6px;padding:4px 7px;font-size:12px;font-weight:700}.runtimeFormGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.dialogSubtitle,.formSummary span,.recordTimeline p,.lookupActions span{color:#56625e;font-size:12px;line-height:1.45}.dialogSubtitle{margin:6px 0 0}.formSummary,.lookupActions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.formSummary{background:var(--xrain-surface-muted);border:0;border-radius:8px;padding:10px}.fieldError,.formField small.fieldError{color:#b42318;font-weight:700}.recordTimeline{background:var(--xrain-surface-muted);border:0;border-radius:8px;gap:4px;padding:10px;display:grid}.recordTimeline h3{letter-spacing:0;margin:0;font-size:14px}.lookupField{background:var(--xrain-surface-muted);border:0;border-radius:8px;padding:10px}.lookupMeta{color:#66716e;flex-wrap:wrap;align-items:center;gap:6px;font-size:12px;display:flex}.lookupMeta span{color:#66716e;font-weight:500}.lookupPreview{background:var(--xrain-surface);color:#17211f;border:0;border-radius:6px;gap:4px;padding:8px;font-size:12px;display:grid}.lookupPreview strong,.lookupPreview span{overflow-wrap:anywhere}.lookupPreview.muted{color:#66716e}.lookupFieldList{flex-wrap:wrap;gap:6px;display:flex}.lookupFieldList span{color:#43504c;background:#eef4f1;border-radius:999px;padding:3px 6px;font-weight:600}.sectionHeader.compact h3{letter-spacing:0;margin:0;font-size:15px}.focusList{gap:10px;display:grid}.focusCard,.metricTile,.evidenceItem{background:#fbfcfb;border:1px solid #dfe5e2;border-radius:8px}.focusCard{color:#17211f;cursor:pointer;width:100%;font:inherit;text-align:left;border-left-width:4px;gap:8px;padding:12px;display:grid}.focusCard[data-severity=high]{border-left-color:#b42318}.focusCard[data-severity=medium]{border-left-color:#b7791f}.focusCard[data-severity=low]{border-left-color:#0f766e}.focusCard[data-selected=true]{outline-offset:2px;outline:2px solid #0f766e}.focusCardTop{justify-content:space-between;align-items:center;gap:8px;display:flex}.focusCard p,.metricTile p,.evidenceItem p{color:#44504c;margin:0;line-height:1.45}.focusMeta{flex-wrap:wrap;gap:6px;display:flex}.focusActions{flex-wrap:wrap;gap:8px;display:flex}.focusCard[data-completed=true]{background:#eff8f4;border-left-color:#0f766e}.focusMeta span,.chipRow span,.designToken{color:#44504c;font-size:12px}.focusMeta span,.chipRow span{padding:0}.focusMeta span:not(:last-child):after,.chipRow span:not(:last-child):after{color:#9aa6a1;content:"/";margin-left:8px}.composerInput{resize:vertical;color:#17211f;background:#fbfcfb;border:1px solid #cdd6d1;border-radius:8px;width:100%;min-height:112px;padding:12px;line-height:1.5}.chipRow{margin:12px 0}.actionStack{gap:8px;display:grid}.tabStrip,.designerTabs{flex-wrap:wrap;gap:5px;padding-bottom:0;display:flex;overflow-x:visible}.tabStrip button,.designerTabs button{white-space:nowrap;color:#32413c;cursor:pointer;background:#f8faf9;border:1px solid #d5ddda;border-radius:7px;min-height:34px}.tabStrip button{padding:0 12px}.designerTabs button{padding:0 9px}.tabStrip button[aria-selected=true],.designerTabs button[aria-selected=true]{color:#0c5f58;background:#e4f4ef;border-color:#0f766e;font-weight:700}.tabCount{color:inherit;margin-left:6px;font-size:11px;font-weight:700}.resourcePanel{min-height:240px}.resourceList{gap:10px;margin:8px 0 14px;display:grid}.resourceItem{background:#fbfcfb;border:1px solid #dfe5e2;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.resourceItem strong,.resourceItem span{display:block}.resourceItem span,.panelNote{color:#56625e;font-size:12px;line-height:1.45}.compactList{margin-top:10px}.panelNote{margin:12px 0 0}.metricGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:8px 0 14px;display:grid}.metricTile{padding:12px}.metricTile span{color:#5e6965;font-size:12px}.metricTile strong{color:#14201d;letter-spacing:0;margin:4px 0;font-size:24px;display:block}.metricTile[data-tone=risk]{background:#fff5f3}.metricTile[data-tone=watch]{background:#fff8e8}.metricTile[data-tone=good]{background:#eef8f3}.evidenceTrail{gap:10px;margin-top:14px;display:grid}.evidenceItem{padding:12px}.evidenceItem span{color:#69736f;margin-top:6px;font-size:12px;display:block}.actionDock{margin-top:14px}.objectList,.objectCollection{gap:8px;display:grid}.objectRow{background:var(--xrain-surface-muted);color:#17211f;text-align:left;border:0;border-radius:8px;gap:4px;width:100%;padding:8px;transition:background .14s,box-shadow .14s,transform .14s;display:grid}.objectRowHeader{align-items:center;gap:8px;min-width:0;display:flex}.objectNameButton,.objectSelect{min-width:0;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0}.objectNameButton{flex:auto;overflow:hidden}.objectNameButton strong{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.objectSelect{width:100%;display:block}.objectDescription{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.objectSelect span,.metadataToolbar span,.recordInspector span{color:#66716e;font-size:12px}.rowActions{flex:none;align-items:center;gap:6px;display:flex}.objectRow.selected{background:#eaf6f2;box-shadow:0 1px 5px #0a12100f}.objectRow:hover{background:#f1f7f4;transform:translateY(-1px);box-shadow:0 1px 5px #0a12100f}.designJourney{background:0 0;border:0;border-radius:8px;flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:8px;padding:0;display:flex}.journeyStep{background:var(--xrain-surface-muted);color:#17211f;text-align:left;cursor:pointer;border:0;border-radius:8px;flex:150px;grid-template-columns:auto minmax(0,1fr);gap:4px 6px;min-width:0;min-height:38px;padding:6px 8px;display:grid}.journeyStep[data-active=true]{box-shadow:none;background:#eaf6f2}.journeyStep>span{color:#0c5f58;background:#dcebe6;border-radius:999px;place-items:center;width:22px;height:22px;font-size:12px;font-weight:700;display:grid}.journeyStep strong,.journeyStep small{min-width:0}.journeyStep small{color:#56625e;grid-column:1/-1;line-height:1.35;display:none}.objectStats{flex-wrap:wrap;gap:6px;margin-bottom:8px;display:flex}.objectStatusLine{color:#44504c;background:#f4faf7;border:0;border-radius:8px;margin-bottom:8px;padding:6px 8px;font-size:13px;line-height:1.35;box-shadow:inset 3px 0 #0f766e}.objectStatusLine[data-tone=danger],.dialogNote[data-tone=danger]{color:#8f1f17;background:#fef3f2;box-shadow:inset 3px 0 #b42318}.objectStatusLine[data-tone=warning],.dialogNote[data-tone=warning]{color:#8a5800;background:#fff8e6;box-shadow:inset 3px 0 #d97706}.objectStatusLine span{overflow-wrap:anywhere}.objectHeader{border-bottom:1px solid #e5ebe8;padding-bottom:10px}.objectHeaderCopy{min-width:0}.objectHeaderTitleRow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.designerWorkspace{gap:12px;display:grid}.designerMainRail{grid-template-columns:minmax(0,1fr);align-items:start;gap:12px;display:grid}.designerPanelMain{min-width:0}.stat{background:var(--xrain-surface-muted);border:0;border-radius:8px;align-items:baseline;gap:8px;min-height:0;padding:6px 8px;display:flex}.stat span{color:#66716e;font-size:12px;display:block}.stat strong{letter-spacing:0;margin-top:0;font-size:16px;display:block}.overviewPanel,.metadataPanel{margin-top:12px}.metadataSummary,.recordInspector,.editorPanel{background:var(--xrain-surface-muted);border:0;border-radius:8px;padding:12px}.metadataSummary h3,.metadataToolbar h3,.editorPanel h3{letter-spacing:0;margin:0;font-size:15px}.metadataSummary dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:12px;display:grid}.metadataSummary dl,.metadataSummary dd{margin:0}.metadataSummary dt{color:#66716e;font-size:12px}.metadataSummary dd{color:#17211f;margin-top:3px;line-height:1.45}.inspectorFacts{gap:8px;margin:0;display:grid}.entityTaskPanel{gap:8px;display:grid}.entityTaskPanel article{background:var(--xrain-surface);border:0;border-radius:8px;gap:3px;padding:10px;display:grid}.entityTaskPanel span{color:#66716e;font-size:12px;font-weight:700}.entityTaskPanel strong{color:#17211f;font-size:13px}.entityTaskPanel p{color:#56625e;margin:0;font-size:12px;line-height:1.4}.inspectorFacts div{gap:2px;display:grid}.inspectorFacts dt{color:#66716e;font-size:12px;font-weight:700}.inspectorFacts dd{color:#17211f;margin:0}.systemIdentifierDetails{background:var(--xrain-surface);border:0;border-radius:8px;margin-top:12px;padding:10px}.systemIdentifierDetails.compact{margin-top:0}.systemIdentifierDetails summary{cursor:pointer;color:var(--xrain-text,#32413c);font-weight:700}.summaryGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:12px;display:grid}.summaryTile{background:var(--xrain-surface-muted);border:0;border-radius:8px;min-width:0;padding:12px}.summaryTile span{color:#66716e;font-size:12px}.summaryTile strong{margin:4px 0;font-size:24px;display:block}.summaryTile p{color:#56625e;margin:0;font-size:12px}.metadataToolbar{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:8px;display:flex}.metadataToolbar>div:first-child{min-width:124px}.metadataTools{flex-wrap:wrap;flex:auto;justify-content:flex-end;align-items:flex-end;gap:8px;min-width:0;display:flex}.toolbarField{gap:3px;min-width:156px;display:grid}.toolbarField span{color:var(--xrain-text-muted);text-transform:uppercase;font-size:11px;font-weight:700}.toolbarField input,.toolbarField select{border:1px solid var(--xrain-border);background:var(--xrain-surface-raised);width:100%;min-height:32px;color:var(--xrain-text);font:inherit;border-radius:8px;padding:6px 8px}.metadataTableWrap{background:0 0;border:0;border-radius:0;max-height:calc(100vh - 286px);overflow-x:hidden}.metadataTable{border-collapse:collapse;table-layout:fixed;width:100%;min-width:0;font-size:12px}.labelCol{width:22%}.typeCol{width:14%}.descriptionCol{width:38%}.flagsCol{width:12%}.actionsCol{width:14%}.metadataTable th,.metadataTable td{vertical-align:top;text-align:left;overflow-wrap:anywhere;border-bottom:1px solid #e5ebe8;padding:7px 8px}.metadataTable th{z-index:1;color:#56625e;background:#f8faf9;font-size:12px;font-weight:700;position:sticky;top:0}.metadataTable tr.selected td{background:#eaf6f2}.metadataTable code,.recordInspector code{overflow-wrap:anywhere;color:#0c5f58;font-family:Cascadia Mono,Consolas,monospace;font-size:12px}.metadataTable td>strong{display:block}.technicalName,.entityHint{color:#66716e;margin-top:3px;font-size:12px;display:block}.descriptionCell{color:#44504c;text-overflow:ellipsis;line-height:1.35;overflow:hidden}.metadataFlags{white-space:nowrap}.tableActions,.editorActions{flex-wrap:wrap;gap:6px;display:flex}.tableActions .fui-Button,.rowActions .fui-Button{min-width:40px;min-height:40px}.iconDanger{color:#b42318}.dangerButton{color:#b42318;border-color:#b42318}.dangerButton:hover{color:#8f1f17;background:#fff5f3;border-color:#8f1f17}.dangerText{color:#8f1f17;font-weight:700}.recordInspector{gap:12px;display:grid}.workbenchDialog .recordInspector{background:var(--xrain-surface-muted);border:0;border-radius:8px;padding:12px}.recordInspector strong,.recordInspector code{margin-top:3px;display:block}.recordInspector p{color:#44504c;margin:0;line-height:1.45}.editorPanel{gap:10px;display:grid}.editorGuidance,.ruleDesignerPreview{background:#eef8f3;border:0;border-radius:8px;gap:4px;padding:10px;display:grid}.editorGuidance span,.ruleDesignerPreview span{color:#56625e;font-size:12px;line-height:1.45}.creationChecklist{background:var(--xrain-surface-muted);border:0;border-radius:8px;gap:6px;padding:10px;display:grid}.creationChecklist strong{color:#17211f}.creationChecklist ul{color:#44504c;gap:4px;margin:0;padding-left:18px;font-size:12px;line-height:1.4;display:grid}.emptyState{color:#66716e;text-align:center;background:#fbfcfb;border:1px dashed #cdd6d1;border-radius:8px;padding:14px;font-size:13px}@container (width<=760px){.metadataToolbar{flex-direction:column;align-items:stretch}.metadataTools{flex:0 auto;justify-content:flex-start;align-items:flex-start;width:100%}}.formField{gap:4px;display:grid}.formField>span,.checkField{color:#56625e;font-size:12px;font-weight:700}.fieldLabel{align-items:baseline;gap:3px;display:inline-flex}.requiredMark{color:#b42318;font-weight:800}.formField input,.formField select,.formField textarea{color:#17211f;width:100%;min-height:36px;font:inherit;background:#fff;border:1px solid #cdd6d1;border-radius:8px;padding:8px 10px}.formField small{color:#66716e;font-size:12px;line-height:1.35}.formField textarea{resize:vertical;min-height:76px}.checkField{align-items:center;gap:8px;display:flex}.noCodeBuilder{background:#f8faf9;border:0;border-radius:8px;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:10px;display:grid}.noCodeBuilder.automation{grid-template-columns:repeat(2,minmax(0,1fr))}.workspace.workspacePermissions{background:linear-gradient(#fbfbfd 0%,#f4f6fb 100%)}.automationPage{gap:16px;padding:18px;display:grid}.automationCenterShell{min-height:calc(100vh - 92px);box-shadow:var(--xrain-elevation-1);background:#fff;border:1px solid #e0e5ee;border-radius:12px;grid-template-rows:58px minmax(0,1fr);display:grid;overflow:hidden}.automationCenterHeaderActions{justify-self:end;align-items:center;gap:8px;padding-right:18px;display:inline-flex}.automationHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.automationHeader h2{letter-spacing:0;margin:8px 0 6px;font-size:28px;line-height:1.2}.automationHeader p{color:#667085;max-width:760px;margin:0;line-height:1.6}.automationBreadcrumb{color:#667085;font-size:13px;font-weight:700}.automationHeaderActions{justify-items:end;gap:10px;display:grid}.pageSwitch,.automationDetailActions,.automationHeaderActions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.switchButton,.ghostButton,.primaryButton,.iconButton{color:#344054;background:#fff;border:1px solid #d6dce6;border-radius:8px;min-height:34px}.switchButton,.ghostButton,.primaryButton{padding:0 14px}.switchButton.active{color:#1d4ed8;background:#eef4ff;border-color:#bdd0ff;font-weight:650}.primaryButton{color:#fff;background:#111827;border-color:#111827;font-weight:650}.iconButton{justify-content:center;align-items:center;width:34px;font-weight:700;display:inline-flex}.automationListLayout,.automationDetailLayout,.permissionPage{gap:16px;display:grid}.picklistPage.ant-pro-page-container{min-height:100%}.picklistPage .ant-pro-page-container-children-container{padding-block:12px}.picklistPageHeader{margin-bottom:12px}.picklistPageHeader .ant-typography{letter-spacing:0;margin:0}.picklistPageHeader h2.ant-typography{margin-bottom:2px;font-size:22px;line-height:1.35}.picklistItemsWorkspace{gap:12px;display:grid}.picklistOperationError,.picklistBatchError{margin-bottom:12px}.picklistBatchLabel{color:var(--xrain-text,#344054);margin-bottom:8px;font-weight:600;display:block}.picklistParentSelector{grid-template-columns:minmax(96px,max-content) minmax(260px,420px);align-items:center;gap:12px;display:grid}.picklistParentSelector label{color:var(--xrain-text-muted,#475467);font-weight:600}.picklistParentSelector .ant-select{width:100%}.picklistColorValue{align-items:center;gap:8px;max-width:100%;display:inline-flex}.picklistColorSwatch{border:1px solid #1018282e;border-radius:4px;flex:0 0 18px;width:18px;height:18px}.picklistUnavailable,.automationPageUnavailable{color:#475467;background:#fff;border-top:1px solid #dfe8e3;align-content:center;justify-items:start;gap:10px;min-height:min(520px,100vh - 180px);padding:36px 40px;display:grid}.picklistUnavailableIcon,.automationUnavailableIcon{color:#175cd3;background:#eef5ff;border-radius:8px;place-items:center;width:40px;height:40px;display:inline-grid}.picklistUnavailable h2,.automationPageUnavailable h2{color:#101828;letter-spacing:0;margin:4px 0 0;font-size:22px;line-height:1.3}.picklistUnavailable p,.automationPageUnavailable p{max-width:720px;margin:0;line-height:1.6}.automationListHero{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:16px;padding:18px 20px;display:grid}.automationListHero h3,.permissionHeader h2{margin:0;font-size:24px;line-height:1.2}.automationListHero p,.permissionHeader p{color:#667085;margin:6px 0 0;line-height:1.6}.automationHeroMetrics{gap:8px;display:grid}.metricBox,.permissionCard{background:#f9fbff;border:1px solid #dce3ee;border-radius:8px;padding:12px 14px}.metricBox span,.permissionCard span{color:#667085;font-size:12px;display:block}.metricBox strong,.permissionCard strong{color:#111827;margin-top:6px;font-size:18px;display:block}.automationTable{overflow:hidden}.automationTableHead,.automationTableRow{grid-template-columns:minmax(260px,2.2fr) .9fr 1fr 1fr 1fr 110px;align-items:center;gap:12px;padding:12px 18px;display:grid}.automationTableHead{color:#667085;text-transform:uppercase;background:#f9fafb;border-bottom:1px solid #e5e7eb;font-size:12px;font-weight:700}.automationTableRow{border-bottom:1px solid #edf2f7}.automationTableRow:last-child{border-bottom:0}.automationTableMain,.automationCell{min-width:0}.automationTableMain strong,.automationCell strong{color:#111827;display:block}.automationTableMain span,.automationCell span{color:#667085;margin-top:4px;font-size:12px;line-height:1.45;display:block}.statusPill,.valuePill,.resultTag{border-radius:999px;align-items:center;gap:6px;min-height:30px;padding:0 10px;font-size:12px;font-weight:650;display:inline-flex}.statusPill.active,.statusPill.paused,.statusPill.draft,.resultTag.ok{color:#1d4ed8;background:#eef4ff}.statusPill.paused{color:#52525b;background:#f4f4f5}.statusPill.draft,.resultTag{color:#b45309;background:#fef3c7}.dot{background:currentColor;border-radius:999px;width:8px;height:8px}.automationDetailMain{gap:16px;padding:18px 20px 20px;display:grid}.automationDetailTopline{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.automationDetailTitle{letter-spacing:0;margin:0;font-size:30px;line-height:1.15}.automationDetailBodyWrap{grid-template-columns:minmax(0,1.7fr) minmax(280px,.9fr);align-items:start;gap:16px;display:grid}.automationDetailCopy,.automationDetailSide,.sideSection{gap:12px;display:grid}.automationDetailCopy{padding-right:8px}.automationDetailCopy p{color:#1f2937;margin:0;line-height:1.78}.automationDetailCopy h4,.sideSection h4{color:#111827;margin:0;font-size:16px}.automationDetailCopy ul{color:#374151;margin:0;padding-left:20px;line-height:1.7}.metaList,.historyList,.permissionBody{gap:10px;display:grid}.metaRow{color:#475467;justify-content:space-between;align-items:center;gap:12px;font-size:13px;display:flex}.metaRow strong{color:#111827}.valuePill{color:#111827;background:#f3f4f6}.valuePill .dot.green{background:#16a34a}.historyItem{color:inherit;text-align:left;background:0 0;border:0;border-top:1px solid #eef2f7;justify-content:space-between;align-items:start;gap:12px;padding:12px 0;display:flex}.historyMain{gap:10px;min-width:0;display:flex}.historyIcon{background:#eef4ff;border:1px solid #c7d2fe;border-radius:4px;flex:none;width:18px;height:18px;margin-top:2px}.historyText{gap:4px;display:grid}.historyText strong{color:#111827}.historyText span{color:#667085;font-size:12px;line-height:1.5}.historyTime{color:#98a2b3;white-space:nowrap;font-size:12px}.permissionPage{padding:18px}.permissionHeader{gap:6px;display:grid}.permissionBody{grid-template-columns:repeat(2,minmax(0,1fr))}@media (width<=1200px){.automationTableHead,.automationTableRow{grid-template-columns:minmax(220px,1.8fr) .9fr 1fr 1fr 1fr 96px}.automationDetailBodyWrap{grid-template-columns:1fr}}@media (width<=920px){.automationListHero,.automationHeader{grid-template-columns:1fr}.automationTableHead,.automationTableRow{grid-template-columns:minmax(0,1fr)}.automationTableHead{display:none}.automationTableRow{gap:8px}.permissionBody{grid-template-columns:1fr}}.noCodeBuilder>div:first-child{grid-column:1/-1;gap:3px;display:grid}.noCodeBuilder strong{color:#17211f}.noCodeBuilder span{color:#56625e;font-size:12px}.advancedEditor{background:var(--xrain-surface-muted);border:0;border-radius:8px;padding:10px}.advancedEditor[open]{gap:10px;display:grid}.advancedEditor:not([open])>:not(summary),.systemIdentifierDetails:not([open])>:not(summary){display:none}.advancedEditor summary{cursor:pointer;color:#32413c;font-weight:700}.viewDesignerEditor{background:0 0;gap:18px;padding:0;display:grid}.viewDesignerPageHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.viewDesignerPageHeader h3{margin:8px 0 6px;font-size:24px;line-height:1.2}.viewDesignerPageHeader p{color:#56625e;margin:0;line-height:1.45}.viewDesignerBreadcrumb{color:#66716e;font-size:13px;font-weight:700}.viewDesignerHeaderActions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.viewDesignerShell{gap:14px;min-width:0;display:grid}.viewComposerBar{grid-template-columns:minmax(180px,1fr) minmax(160px,.8fr) minmax(180px,1fr) minmax(220px,1.2fr) minmax(220px,1.2fr);align-items:end;gap:12px;min-width:0;display:grid}.viewSortBar{grid-template-columns:minmax(130px,1fr) minmax(96px,auto);gap:8px;min-width:0;display:grid}.viewDesignerTableFrame{gap:12px;min-width:0;display:grid}.viewDesignerTableToolbar{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:12px;min-width:0;display:flex}.viewDesignerTableToolbar>div:first-child{gap:3px;min-width:0;display:grid}.viewDesignerTableToolbar strong{color:var(--xrain-text)}.viewDesignerTableToolbar span{color:var(--xrain-text-muted);font-size:12px}.viewDesignerTableToolbarActions select{border:1px solid var(--xrain-border);background:var(--xrain-surface);max-width:240px;min-height:34px;color:var(--xrain-text);font:inherit;border-radius:6px;padding:6px 30px 6px 10px}.viewDesignerSteps{border:1px solid var(--xrain-border);background:var(--xrain-surface);border-radius:8px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0;display:grid;overflow:hidden}.viewDesignerStep{border-left:1px solid var(--xrain-border-soft);background:var(--xrain-surface);width:100%;min-width:0;color:inherit;cursor:pointer;text-align:left;border:0;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;padding:16px;display:grid}.viewDesignerStep.active{background:var(--xrain-brand-soft)}.viewDesignerStep:first-child{border-left:0}.viewDesignerStep>span{border:1px solid var(--xrain-border);background:var(--xrain-surface-raised);width:30px;height:30px;color:var(--xrain-text-muted);border-radius:999px;place-items:center;font-weight:800;display:inline-grid}.viewDesignerStep.active>span{border-color:var(--xrain-selection-border);background:var(--xrain-selection-border);color:var(--xrain-sidebar-active-text)}.viewDesignerStep strong{color:var(--xrain-text);display:block}.viewDesignerStep small,.viewSectionHeader span,.availableFieldButton small,.viewPreviewHeader small{color:var(--xrain-text-muted);font-size:12px;line-height:1.4}.viewDesignerCanvas{grid-template-columns:minmax(240px,.82fr) minmax(300px,1fr) minmax(380px,1.42fr);align-items:start;gap:14px;display:grid}.viewDesignerFormStack,.viewColumnBuilder,.viewPreviewSurface{border:1px solid var(--xrain-border);background:var(--xrain-surface);min-width:0;box-shadow:var(--xrain-elevation-1);border-radius:8px;gap:14px;padding:16px;display:grid}.viewPanelTitle{border-left:3px solid var(--xrain-brand);color:var(--xrain-text);padding-left:10px}.viewRuleGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.viewSectionHeader,.viewPreviewHeader{justify-content:space-between;align-items:flex-start;gap:8px;min-width:0;display:flex}.viewSectionHeader.compact{align-items:baseline}.viewSectionHeader>div,.viewPreviewHeader>div{gap:3px;min-width:0;display:grid}.viewSectionHeader strong,.viewPreviewHeader strong{color:var(--xrain-text);overflow-wrap:anywhere}.viewColumnList{border:1px solid var(--xrain-border-soft);border-radius:8px;gap:0;min-height:56px;margin:0;padding:0;list-style:none;display:grid;overflow:hidden}.viewColumnList li,.availableFieldButton{border:0;border-bottom:1px solid var(--xrain-border-soft);background:var(--xrain-surface);border-radius:0;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;min-width:0;padding:11px 10px;display:grid}.viewColumnList li:last-child{border-bottom:0}.viewColumnList li[data-dragging=true]{opacity:.55}.viewColumnList li[data-missing=true]{background:color-mix(in srgb, var(--xrain-status-danger) 10%, var(--xrain-surface))}.dragHandle,.availableFieldButton>span{width:28px;height:28px;color:var(--xrain-text-muted);justify-content:center;align-items:center;display:inline-flex}.viewColumnList li>div:nth-child(2),.availableFieldButton{min-width:0}.viewColumnList li strong,.availableFieldButton strong{color:var(--xrain-text);overflow-wrap:anywhere;display:block}.viewColumnList li span:not(.dragHandle),.availableFieldButton small{margin-top:2px;display:block}.viewColumnActions{gap:2px;display:flex}.viewColumnActions .fui-Button{min-width:32px;min-height:32px}.viewColumnEmpty{color:var(--xrain-text-muted);text-align:center;font-size:12px;grid-template-columns:minmax(0,1fr)!important}.availableFieldPool{border:1px solid var(--xrain-border-soft);border-radius:8px;gap:0;display:grid;overflow:hidden}.availableFieldButton{width:100%;color:inherit;cursor:pointer;font:inherit;text-align:left;border:0}.availableFieldButton:hover,.viewColumnList li:hover{background:var(--xrain-surface-muted)}.viewPreviewSurface{align-content:start}.viewPreviewSurface.compact{background:var(--xrain-surface-muted);margin-bottom:10px}.viewPreviewTableWrap{border:1px solid var(--xrain-border-soft);border-radius:8px;overflow:auto}.viewPreviewTable{border-collapse:collapse;table-layout:fixed;width:100%;min-width:420px;font-size:12px}.viewPreviewTable th,.viewPreviewTable td{border-bottom:1px solid var(--xrain-border-soft);text-align:left;vertical-align:top;overflow-wrap:anywhere;padding:10px 12px}.viewPreviewTable th{color:var(--xrain-text-muted);background:var(--xrain-surface-muted);font-weight:700}.viewPreviewTable td{color:var(--xrain-text)}.viewPreviewTable[data-density=compact] th,.viewPreviewTable[data-density=compact] td{padding-block:7px}.viewPreviewTable[data-density=tall] th,.viewPreviewTable[data-density=tall] td{padding-block:14px}.viewTableHeader{gap:4px;min-width:0;display:grid}.viewTableHeader>span{color:#66716e;font-size:11px;font-weight:500;line-height:1.35}.viewTableHeader .viewColumnActions{margin-top:4px}.viewAddColumnCell{color:#66716e;width:48px;min-width:48px;max-width:48px;text-align:center!important}.viewAddColumnCell span{color:#0f766e;background:#fff;border:1px dashed #b8c6c0;border-radius:6px;place-items:center;width:24px;height:24px;font-weight:800;display:inline-grid}.emptyState.compact{padding:10px}.viewPreviewSearch input{color:#66716e;width:100%;min-height:36px;font:inherit;background:#fff;border:1px solid #d3ddd8;border-radius:8px;padding:8px 12px}.viewPreviewPager{color:#66716e;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;font-size:12px;display:flex}.viewPreviewPager span{margin-right:auto}.viewPreviewPager button,.viewPreviewPager select{color:#32413c;min-width:32px;min-height:32px;font:inherit;background:#fff;border:1px solid #d3ddd8;border-radius:8px}.viewPreviewPager button.active{color:#fff;background:#0f766e;border-color:#0f766e}.prototypeWorkspace{gap:12px}.prototypePlaceholder{align-content:start;gap:6px;min-height:180px;display:grid}.prototypePlaceholder p{color:#66716e;margin:0;line-height:1.45}.viewAccentSwatches{flex-wrap:wrap;gap:8px;display:flex}.viewAccentSwatch{cursor:pointer;background:#fff;border:2px solid #0000;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:inline-flex}.viewAccentSwatch span{border-radius:6px;width:18px;height:18px;display:block}.viewAccentSwatch.selected{border-color:#0f766e;box-shadow:0 0 0 2px #0f766e1f}.prototypeWorkspace{color:#1f2a37;background:#f5f6f8;flex-direction:column;min-height:0;display:flex;position:relative;overflow:hidden}.prototypeHtmlShell{min-height:0;box-shadow:none;background:0 0;border:0;border-radius:0;flex:auto;grid-template-rows:minmax(0,1fr);display:grid;overflow:hidden}.prototypeWorkspace[data-surface-overlay=permission]{background:#fff}.prototypeWorkspace[data-surface-overlay=permission] .prototypeHtmlShell{background:0 0;border-color:#0000;border-radius:0}.prototypeWorkspaceShell{grid-template-columns:248px minmax(0,1fr);height:100%;min-height:0;display:grid;overflow:hidden}.prototypeLeftPane{background:#fafbfc;border-right:1px solid #e2e6efb8;grid-template-rows:auto minmax(0,1fr);height:100%;min-height:0;display:grid}.prototypeSideHead{border-bottom:1px solid #eceff5;grid-template-columns:minmax(0,1fr);gap:8px;padding:10px;display:grid}.prototypeSearchBox,.prototypeIconButton,.prototypeTab,.prototypePlusTab,.prototypeToolButton,.prototypePrimaryAction,.prototypeGhostButton,.prototypeMenuButton,.prototypeFieldEye,.prototypeFieldMoreButton,.prototypeSwatchButton,.prototypeViewItem{font:inherit;border:0}.prototypeSearchBox{color:#7b8494;text-align:left;background:#eef1f6;border-radius:8px;min-width:0;height:32px;padding:0 12px}.prototypeIconButton{color:#4e5969;cursor:pointer;background:#eef1f6;border-radius:8px;place-items:center;width:32px;height:32px;display:inline-grid}.prototypeViewList{align-content:start;gap:8px;min-height:0;padding:8px;display:grid;overflow:auto}.prototypeObjectGroup{gap:3px;display:grid}.prototypeViewItem{color:#3f4a59;cursor:pointer;background:0 0;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;width:100%;min-height:44px;padding:0 10px;display:flex}.prototypeViewItem span:first-child,.prototypeViewItemMain,.prototypeTab,.prototypeToolButton,.prototypePrimaryAction{align-items:center;gap:7px;min-width:0;display:inline-flex}.prototypeViewItemMain{flex:auto}.prototypeObjectText{text-align:left;gap:2px;min-width:0;display:grid}.prototypeObjectText strong,.prototypeObjectText small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.prototypeObjectText small{line-height:1.2}.prototypeObjectText strong{color:inherit;font-size:13px;font-weight:600}.prototypeObjectText small{color:#8792a2;font-size:10px}.prototypeViewItem:hover .prototypeObjectText small{color:var(--xrain-brand-strong)}.prototypeViewItem:hover,.prototypeViewItem[data-active=true]{background:var(--xrain-brand-soft);color:var(--xrain-brand-strong)}.prototypeViewItem[data-active=true]{color:#273142;box-shadow:none;background:#4c5fd50f;border-color:#0000}.prototypeViewItem:hover .prototypeViewIcon,.prototypeViewItem[data-active=true] .prototypeViewIcon{color:var(--xrain-brand-strong)}.prototypeViewIcon,.prototypeToolIcon{color:#7b8797;flex:none;justify-content:center;align-items:center;width:14px;height:14px;display:inline-flex}.prototypeViewIcon svg,.prototypeToolIcon svg{width:14px;height:14px}.prototypeToolIcon{color:currentColor;opacity:.72;background:linear-gradient(currentColor,currentColor) 2px 3px/10px 1.5px no-repeat,linear-gradient(currentColor,currentColor) 2px 6.5px/10px 1.5px no-repeat,linear-gradient(currentColor,currentColor) 2px 10px/10px 1.5px no-repeat;border:0;border-radius:0;width:14px;height:14px;position:relative}.prototypeViewKindIcon{color:#6b7280;background:linear-gradient(currentColor,currentColor) 0 4px/100% 1px no-repeat,linear-gradient(currentColor,currentColor) 5px 0/1px 100% no-repeat,#fff;border:1px solid;border-radius:2px;flex:none;width:14px;height:14px;display:inline-block;position:relative}.prototypeViewKindIcon[data-kind=kanban]{background:linear-gradient(90deg,#0000 0 4px,currentColor 4px 5px,#0000 5px 9px,currentColor 9px 10px,#0000 10px),linear-gradient(currentColor,currentColor) 0 5px/100% 1px no-repeat,#fff;border-color:currentColor}.prototypeViewKindIcon[data-kind=calendar]{background:linear-gradient(currentColor,currentColor) 0 4px/100% 1px no-repeat,linear-gradient(#e5e7eb,#e5e7eb) 3px 8px/8px 1px no-repeat,#fff;border-color:currentColor;border-radius:3px}.prototypeViewKindIcon[data-kind=detail]{background:linear-gradient(currentColor,currentColor) 3px 4px/8px 1px no-repeat,linear-gradient(currentColor,currentColor) 3px 7px/8px 1px no-repeat,linear-gradient(currentColor,currentColor) 3px 10px/6px 1px no-repeat,#fff;border-color:currentColor}.prototypeTab.active .prototypeViewKindIcon,.prototypeTab:hover .prototypeViewKindIcon{color:#245bff}.prototypeMore{color:#6b7280}.prototypeSheetZone{background:#fff;grid-template-rows:44px 44px 38px minmax(0,1fr);grid-template-columns:minmax(0,1fr);min-width:0;height:100%;min-height:0;display:grid}.prototypeDocumentBar{z-index:12;background:#fff;border-bottom:1px solid #e2e6ef;justify-content:space-between;align-items:center;gap:16px;min-width:0;padding:0 14px 0 18px;display:flex;position:relative}.prototypeDocumentTitle{align-items:center;gap:10px;min-width:0;display:inline-flex}.prototypeDocumentTitle>span:last-child{gap:1px;min-width:0;display:grid}.prototypeDocumentTitle strong{color:#111827;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:650;overflow:hidden}.prototypeDocumentTitle small{color:#64748b;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.prototypeDocumentIcon{color:#245bff;background:#eff6ff;border-radius:6px;flex:none;place-items:center;width:26px;height:26px;display:inline-grid}.prototypeTopIconButton{color:#354152;background:0 0;width:32px;padding:0}.prototypeTopIconButton svg{width:17px;height:17px}.prototypeTopIconButton:hover{background:#f1f5fb}.prototypeTopIconButton.strong{color:#111827}.prototypeSharePopover{z-index:45;background:#fff;border:1px solid #d8dee8;border-radius:8px;gap:16px;width:min(480px,100vw - 48px);padding:16px;display:grid;position:absolute;top:39px;right:132px;box-shadow:0 20px 48px #0f172a2e}.prototypeShareHeader,.prototypeShareSetting,.prototypeCollaborators,.prototypeShareFooter,.prototypeLinkPermission{align-items:center;display:flex}.prototypeShareHeader{justify-content:space-between}.prototypeShareHeader strong{color:#111827;font-size:16px;font-weight:650}.prototypeShareHeader .prototypeTopIconButton{background:#f3f5f9}.prototypeShareSetting{color:#334155;cursor:pointer;font:inherit;background:0 0;border:0;gap:5px;font-size:12px;font-weight:600;position:absolute;top:18px;right:58px}.prototypeCollaborators{justify-content:flex-end;gap:6px;min-height:30px}.prototypeMiniAvatar,.prototypeCollaboratorMore{color:#1d4ed8;background:#eef2ff;border-radius:999px;place-items:center;width:28px;height:28px;font-size:12px;font-weight:750;display:inline-grid}.prototypeMiniAvatar.green{color:#15803d;background:#dcfce7}.prototypeMiniAvatar.blue{color:#1d4ed8;background:#dbeafe}.prototypeCollaboratorMore{color:#334155;background:#f3f4f6;width:auto;padding:0 9px}.prototypeInviteBox,.prototypeLinkShare{color:#374151;gap:8px;font-size:13px;font-weight:650;display:grid}.prototypeInviteBox>div{border:1px solid #d9dee8;border-radius:6px;grid-template-columns:minmax(0,1fr) 34px;align-items:center;display:grid;overflow:hidden}.prototypeInviteBox input{color:#111827;min-width:0;height:34px;font:inherit;border:0;outline:none;padding:0 12px;font-weight:500}.prototypeInviteBox input::placeholder{color:#94a3b8}.prototypeInviteBox button,.prototypeShareFooter button{color:#42526a;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex}.prototypeInviteBox button{height:34px}.prototypeInviteBox button svg,.prototypeShareFooter button svg,.prototypeLinkPermission svg{width:16px;height:16px}.prototypeLinkPermission{color:#111827;cursor:pointer;text-align:left;background:#f8fafc;border:0;border-radius:8px;justify-content:space-between;gap:12px;min-height:62px;padding:10px}.prototypeLinkPermission>span:nth-child(2){flex:auto;gap:3px;min-width:0;display:grid}.prototypeLinkPermission strong{font-size:14px;font-weight:650}.prototypeLinkPermission small{color:#667085;font-size:12px}.prototypeLinkIcon{color:#fff;background:#3d63f2;border-radius:999px;place-items:center;width:32px;height:32px;display:inline-grid}.prototypeShareFooter{background:#f7f8fb;border-radius:0 0 8px 8px;gap:8px;margin:0 -16px -16px;padding:12px 16px}.prototypeShareFooter button{background:#fff;border:1px solid #e0e5ee;border-radius:999px;gap:7px;min-width:34px;height:34px;padding:0 11px;font-size:13px;font-weight:600}.prototypeSharePermissionMode{color:#111827;cursor:pointer;text-align:left;background:#fff;border:1px solid #e2e7f0;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;min-height:58px;padding:10px 12px;display:flex}.prototypeSharePermissionMode span{gap:3px;min-width:0;display:grid}.prototypeSharePermissionMode strong{font-size:13px;font-weight:700}.prototypeSharePermissionMode small{color:#64748b;font-size:12px;line-height:1.45}.prototypeSharePermissionMode svg{color:#64748b;flex:none;width:16px;height:16px}.prototypePermissionBackdrop{z-index:85;background:#fff;justify-content:stretch;align-items:stretch;padding:0}.prototypePermissionIntroDialog,.prototypePermissionDialog{width:100%;max-width:none;height:100%;max-height:none;box-shadow:none;border:0;border-radius:0}.prototypePermissionIntroDialog{background:#fff;grid-template-rows:56px minmax(0,1fr);display:grid}.prototypePermissionIntroHeader,.prototypePermissionHeader{background:#fff;border-bottom:1px solid #e1e5ec;align-items:center;display:grid}.prototypePermissionIntroHeader{grid-template-columns:minmax(0,1fr) auto;padding:0 16px}.prototypePermissionBrand,.prototypePermissionHeaderActions{align-items:center;display:inline-flex}.prototypePermissionBrand{color:#1f2937;gap:8px;min-width:0}.prototypePermissionBrand svg{color:#4f6bed;width:18px;height:18px}.prototypePermissionBrand h2,.prototypePermissionBrand strong{margin:0;font-size:16px;font-weight:650}.prototypePermissionHeaderActions{gap:10px}.prototypePermissionIconButton,.prototypePermissionClose{color:#1f2937;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:34px;height:34px;display:inline-grid}.prototypePermissionIconButton:hover,.prototypePermissionClose:hover{background:#f1f4f9}.prototypePermissionIconButton svg,.prototypePermissionClose svg{width:18px;height:18px}.prototypePermissionIntroBody{text-align:center;align-content:center;justify-items:center;gap:28px;min-height:0;padding:48px 24px;display:grid}.prototypePermissionIntroCopy{gap:8px;max-width:620px;display:grid}.prototypePermissionIntroCopy h2{color:#111827;letter-spacing:0;margin:0;font-size:25px;font-weight:750}.prototypePermissionIntroCopy p{color:#5f6b7a;margin:0;font-size:13px;line-height:1.7}.prototypePermissionIntroCards{grid-template-columns:repeat(3,minmax(220px,316px));gap:16px;display:grid}.prototypePermissionIntroCards article{color:#4b5563;background:#fff;border:1px solid #dce2ec;border-radius:8px;gap:14px;padding:18px 20px 20px;font-size:13px;display:grid}.prototypePermissionIntroCards p{margin:0}.prototypePermissionIllustration{background:#f3f6ff;border-radius:8px;height:174px;position:relative;overflow:hidden}.prototypePermissionIllustration.record:before,.prototypePermissionIllustration.field:before,.prototypePermissionIllustration.dashboard:before{content:"";background:#fff;border-radius:8px;position:absolute;inset:20px;box-shadow:0 0 0 1px #e1e6f0cc}.prototypePermissionIllustration.record span{z-index:1;color:#667085;background:#f0f2f7;border-radius:999px;width:86px;height:24px;margin:14px 0 0 26px;font-size:12px;line-height:24px;display:block;position:relative}.prototypePermissionIllustration.record strong{z-index:2;color:#fff;background:#44c1bd;border-radius:3px;padding:5px 10px;font-size:13px;position:absolute;top:62px;left:124px}.prototypePermissionIllustration.record strong:after{content:"";background:#44c1bd;width:2px;height:38px;position:absolute;bottom:-37px;left:-4px}.prototypePermissionIllustration.field{grid-template-columns:repeat(3,1fr);padding:34px 28px;display:grid}.prototypePermissionIllustration.field span{z-index:1;color:#667085;border-right:1px solid #e7ebf3;padding-top:10px;font-size:12px;position:relative}.prototypePermissionIllustration.field span:last-of-type{border-right:0}.prototypePermissionIllustration.field i{z-index:2;background:#cfd6df;border-radius:999px;width:18px;height:18px;position:absolute;bottom:54px;right:48px;box-shadow:0 0 0 6px #ffffffb3}.prototypePermissionIllustration.dashboard span{z-index:2;color:#3155e7;background:#eef4ff;border-radius:6px;padding:6px 10px;font-size:12px;font-weight:700;position:absolute;top:48px;left:34px}.prototypePermissionIllustration.dashboard i{z-index:2;background:conic-gradient(#4f6bed 0 35%, #44c1bd 35% 74%, #f2c94c 74% 100%);border-radius:999px;width:86px;height:86px;position:absolute;top:48px;right:52px}.prototypePermissionIllustration.dashboard b{z-index:2;background:linear-gradient(#4f6bed 0 10px,#0000 10px 22px,#44c1bd 22px 32px,#0000 32px);border-radius:7px;width:130px;height:44px;position:absolute;bottom:34px;right:28px}.prototypePermissionEnable{color:#fff;cursor:pointer;min-width:128px;min-height:40px;font:inherit;background:#3155e7;border:0;border-radius:6px;padding:0 18px;font-weight:700}.prototypePermissionDialog{background:#fff;grid-template-rows:60px minmax(0,1fr) 64px;display:grid;overflow:hidden}.prototypePermissionHeader{grid-template-columns:minmax(0,1fr) auto;gap:16px;padding:0 24px}.prototypePermissionShareGrantWrap{justify-self:start;position:relative}.prototypePermissionShareGrant{color:#1f2937;cursor:pointer;height:34px;font:inherit;background:0 0;border:0;border-left:1px solid #dfe4ec;border-radius:6px;align-items:center;gap:6px;padding:0 12px;font-size:13px;font-weight:600;display:inline-flex}.prototypePermissionShareGrant.open,.prototypePermissionShareGrant:hover{background:#f3f4f6}.prototypePermissionShareGrant svg{transition:transform .16s}.prototypePermissionShareGrant.open svg{transform:rotate(180deg)}.prototypePermissionShareGrantMenu{z-index:8;background:#fff;border:1px solid #d9dee8;border-radius:6px;width:216px;padding:4px;display:grid;position:absolute;top:38px;left:4px;box-shadow:0 14px 34px #0f172a24}.prototypePermissionShareGrantMenu button{color:#1f2937;cursor:pointer;min-height:30px;font:inherit;text-align:left;background:0 0;border:0;border-radius:4px;grid-template-columns:18px minmax(0,1fr) 14px 18px;align-items:center;gap:8px;padding:0 8px;font-size:13px;display:grid}.prototypePermissionShareGrantMenu button:hover,.prototypePermissionShareGrantMenu button.active{color:#245bff;background:#f4f7ff}.prototypePermissionShareGrantMenu button svg{width:16px;height:16px}.prototypePermissionShareGrantMenu span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.prototypePermissionShareGrantMenu small{color:#667085;border:1px solid #aeb8c7;border-radius:999px;place-items:center;width:13px;height:13px;font-size:9px;line-height:1;display:inline-grid}.prototypePermissionShareGrantMenu strong{color:#245bff;text-align:center;font-size:14px;font-weight:700}.prototypePermissionWorkspace{grid-template-columns:244px minmax(0,1fr);min-height:0;display:grid;overflow:auto}.prototypePermissionSidebar{background:#fff;border-right:1px solid #e1e5ec;align-content:start;gap:18px;min-height:0;padding:26px 18px 22px;display:grid;position:sticky;top:0}.prototypePermissionSidebar section{gap:8px;display:grid}.prototypePermissionSideTitle{color:#5f6b7a;align-items:center;gap:6px;font-size:12px;font-weight:650;display:inline-flex}.prototypePermissionSideTitle small{color:#667085;border:1px solid #aeb8c7;border-radius:999px;place-items:center;width:14px;height:14px;font-size:10px;display:inline-grid}.prototypePermissionRoleButton,.prototypePermissionAddRole,.prototypePermissionAiButton{color:#1f2937;cursor:pointer;min-height:32px;font:inherit;text-align:left;background:0 0;border:0;border-radius:6px;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:8px;padding:0 8px;font-size:13px;display:grid}.prototypePermissionRoleButton:hover,.prototypePermissionAddRole:hover,.prototypePermissionAiButton:hover{background:#f6f7f9}.prototypePermissionRoleButton svg,.prototypePermissionAddRole svg,.prototypePermissionAiButton svg{color:#5f6b7a;width:16px;height:16px}.prototypePermissionRoleButton.active{color:#1d4ed8;box-shadow:none;background:#f2f5ff}.prototypePermissionRoleButton span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.prototypePermissionRoleButton em{color:#d97706;background:#fff3e6;border-radius:4px;padding:2px 6px;font-size:11px;font-style:normal;font-weight:700}.prototypePermissionAddRole{color:#245bff;grid-template-columns:20px minmax(0,1fr);font-weight:650}.prototypePermissionAiButton{color:#4b5565;grid-template-columns:20px minmax(0,1fr);margin-top:0}.prototypePermissionHelp{color:#334155;align-self:end;margin-top:auto;font-size:13px}.prototypePermissionMain{grid-template-rows:auto 44px auto;align-self:start;min-width:0;min-height:0;padding:30px 24px;display:grid}.prototypePermissionMainHeader{justify-content:space-between;align-items:center;gap:16px;min-width:0;display:flex}.prototypePermissionMainHeader h3{color:#111827;margin:0;font-size:18px;font-weight:650}.prototypePermissionRoleNameInput{color:#111827;width:min(260px,100%);height:34px;font:inherit;background:#fff;border:1px solid #3155e7;border-radius:6px;outline:0;padding:0 10px;font-size:18px;font-weight:650}.prototypePermissionMainHeader p{color:#64748b;margin:5px 0 0;font-size:12px}.prototypePermissionAddMember{color:#245bff;cursor:pointer;height:32px;font:inherit;background:#fff;border:1px solid #3155e7;border-radius:6px;align-items:center;gap:6px;padding:0 12px;font-size:13px;font-weight:650;display:inline-flex}.prototypePermissionAddMember svg{width:16px;height:16px}.prototypePermissionMembersView{background:#fff;grid-template-rows:auto minmax(0,1fr);min-width:0;min-height:0;padding:32px 24px 0;display:grid;position:relative}.prototypePermissionMembersHeader{align-items:center;gap:10px;min-width:0;height:36px;display:inline-flex}.prototypePermissionMembersHeader h3{color:#111827;margin:0;font-size:18px;font-weight:650}.prototypePermissionBackButton{color:#4b5565;cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;width:30px;height:30px;display:inline-grid}.prototypePermissionBackButton:hover{background:#f3f5f9}.prototypePermissionBackButton svg{width:22px;height:22px}.prototypePermissionMembersGrid{align-content:start;min-width:0;padding-top:26px;display:grid}.prototypePermissionMembersTableHeader{color:#667085;border-bottom:1px solid #dfe4ec;grid-template-columns:minmax(220px,1fr) minmax(160px,1fr);align-items:center;min-height:34px;font-size:13px;display:grid}.prototypePermissionMembersTableHeader span:first-child{padding-left:2px}.prototypePermissionMembersEmpty{min-height:320px}.prototypePermissionMemberPicker{z-index:2;background:#fff;border-radius:6px;width:min(344px,100% - 48px);display:grid;position:absolute;top:32px;right:24px;box-shadow:0 16px 42px #0f172a24}.prototypePermissionMemberSearch{background:#fff;border:1px solid #3155e7;border-radius:6px 6px 0 0;grid-template-columns:minmax(0,1fr) 32px;align-items:center;height:34px;display:grid}.prototypePermissionMemberSearch input{color:#111827;min-width:0;height:100%;font:inherit;background:0 0;border:0;outline:0;padding:0 9px;font-size:13px}.prototypePermissionMemberSearch button{color:#111827;cursor:pointer;background:0 0;border:0;border-left:1px solid #dfe4ec;place-items:center;height:100%;display:inline-grid}.prototypePermissionMemberSearch svg{width:18px;height:18px}.prototypePermissionMemberSuggestion{color:#1f2937;cursor:pointer;min-height:58px;font:inherit;text-align:left;background:#fff;border:1px solid #e0e5ee;border-top:0;border-radius:0 0 6px 6px;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:10px;padding:0 14px;font-size:13px;display:grid}.prototypePermissionMemberSuggestion:hover{background:#f8fafc}.prototypePermissionKnowledgeIcon{background:#fff;border:1px solid #edf0f6;border-radius:999px;place-items:center;width:28px;height:28px;display:inline-grid;position:relative}.prototypePermissionKnowledgeIcon:before,.prototypePermissionKnowledgeIcon:after,.prototypePermissionKnowledgeIcon i,.prototypePermissionKnowledgeIcon b{content:"";border-style:solid;width:0;height:0;position:absolute}.prototypePermissionKnowledgeIcon:before{border-width:6px 4px 0;border-color:#4f7cff #0000 #0000;top:7px;left:6px}.prototypePermissionKnowledgeIcon:after{border-width:6px 4px 0;border-color:#ff4f8f #0000 #0000;top:7px;right:6px}.prototypePermissionKnowledgeIcon i{border-width:0 4px 7px;border-color:#0000 #0000 #44c6b7;bottom:6px;left:8px}.prototypePermissionKnowledgeIcon b{border-width:0 3px 6px;border-color:#0000 #0000 #7a5cff;bottom:7px;right:9px}.prototypePermissionTabs{border-bottom:1px solid #dfe4ec;align-items:end;gap:26px;display:flex}.prototypePermissionTabs button{color:#4b5565;cursor:pointer;height:44px;font:inherit;background:0 0;border:0;font-size:13px;position:relative}.prototypePermissionTabs button.active{color:#245bff;font-weight:700}.prototypePermissionTabs button.active:after{content:"";background:#245bff;height:2px;position:absolute;bottom:-1px;left:0;right:0}.prototypePermissionDataLayout{grid-template-columns:248px minmax(0,1fr);align-items:start;gap:20px;min-height:0;padding-top:20px;display:grid}.prototypePermissionResourceList{z-index:1;align-content:start;align-self:start;gap:8px;min-width:0;display:grid;position:sticky;top:0}.prototypePermissionResourceList label{color:#667085;border:1px solid #d6dde8;border-radius:6px;grid-template-columns:22px minmax(0,1fr);align-items:center;height:32px;padding:0 10px;display:grid}.prototypePermissionResourceList label svg{width:16px;height:16px}.prototypePermissionResourceList input{color:#111827;min-width:0;font:inherit;border:0;outline:none;font-size:13px}.prototypePermissionResourceList input::placeholder{color:#94a3b8}.prototypePermissionResourceList button{color:#1f2937;cursor:pointer;min-height:38px;font:inherit;text-align:left;background:0 0;border:0;border-radius:6px;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:8px;padding:0 10px;font-size:13px;display:grid}.prototypePermissionResourceList button.active{background:#e9efff}.prototypePermissionResourceList button svg{color:#667085;width:16px;height:16px}.prototypePermissionResourceList button em{color:#7b8493;font-size:12px;font-style:normal}.prototypePermissionRules{background:#fff;border:1px solid #e3e8f0;border-radius:8px;flex-direction:column;gap:0;min-width:0;padding:0 20px 24px;display:flex;overflow:visible}.prototypePermissionRuleSection{background:0 0;border:0;border-radius:0;flex:none;overflow:hidden}.prototypePermissionRuleSection+.prototypePermissionRuleSection{border-top:1px solid #eef1f5}.prototypePermissionRuleSection.collapsed header{border-bottom:0}.prototypePermissionRuleSection header{background:0 0;border-bottom:1px solid #eef1f5;justify-content:space-between;align-items:center;gap:12px;min-height:46px;padding:0;display:flex}.prototypePermissionRuleSection header strong{color:#1f2937;font-size:14px;font-weight:650}.prototypePermissionRuleSection header button{color:#5f6b7a;cursor:pointer;min-height:28px;font:inherit;background:0 0;border:0;align-items:center;gap:6px;font-size:12px;display:inline-flex}.prototypePermissionRuleSection header button span{color:#7b8493;font-weight:500}.prototypePermissionRuleSection header button svg{transition:transform .15s;transform:rotate(180deg)}.prototypePermissionRuleSection.collapsed header button svg{transform:rotate(0)}.prototypePermissionRuleSection input{accent-color:#3155e7}.prototypePermissionRadioGrid,.prototypePermissionRecordRules,.prototypePermissionFieldRules,.prototypePermissionViewRules{color:#1f2937;gap:8px;padding:14px 0 18px;font-size:13px;display:grid}.prototypePermissionRadioGrid{grid-template-columns:minmax(160px,1fr)}.prototypePermissionRadioGrid label,.prototypePermissionRecordRules label,.prototypePermissionFieldRules label,.prototypePermissionViewRules label{align-items:center;gap:8px;min-height:22px;display:inline-flex}.prototypePermissionDetailLabel,.prototypePermissionRecordRules>span,.prototypePermissionFieldRules>span,.prototypePermissionViewRules>span{color:#5f6b7a;font-size:13px;font-weight:650;display:block}.prototypePermissionDetailLabel{border-top:1px solid #eef1f5;padding:16px 0 2px}.prototypePermissionMatrix{background:#f5f6f8;border-radius:8px;gap:0;padding:12px 16px;display:grid;overflow:hidden}.prototypePermissionSharingChoice{border-radius:5px;width:fit-content;padding:3px 10px 3px 0}.prototypePermissionSharingRule{background:#f7f8fa;border-radius:7px;gap:10px;margin-left:0;padding:12px;display:grid}.prototypePermissionSharingRule>label{min-height:24px}.prototypePermissionUserFieldList{background:#f7f8fa;border-radius:6px;gap:0;margin-left:0;display:grid;overflow:hidden}.prototypePermissionUserFieldList label{border-bottom:1px solid #e3e7ee;grid-template-columns:22px 18px minmax(0,1fr);align-items:center;min-height:38px;padding:0 16px;display:grid}.prototypePermissionUserFieldList label:last-child{border-bottom:0}.prototypePermissionUserFieldList svg{color:#667085;width:16px;height:16px}.prototypePermissionUserFieldList span{color:#334155;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.prototypePermissionUserFieldList p{color:#7b8493;margin:0;padding:12px 16px;font-size:12px}.prototypePermissionInlineHint,.prototypePermissionNoAccess{color:#64748b;background:#f5f6f8;border-radius:6px;min-height:40px;padding:12px 16px;font-size:12px;line-height:1.6}.prototypePermissionSidebar .prototypePermissionInlineHint{color:#7b8493;overflow-wrap:anywhere;background:0 0;border-radius:0;min-height:0;padding:2px 8px;line-height:1.5}.prototypePermissionConditionRule{background:#f7f8fa;border:0;border-radius:7px;gap:10px;margin-left:0;padding:12px;display:grid}.prototypePermissionConditionRule>span{color:#4b5563;font-size:13px;font-weight:500}.prototypePermissionConditionRow{grid-template-columns:46px minmax(148px,.6fr) 84px minmax(220px,1fr) 28px;align-items:center;gap:8px;display:grid}.prototypePermissionConditionRow>span:first-child{color:#4b5563;text-align:right;font-size:13px}.prototypePermissionConditionRow select,.prototypePermissionConditionGroup>select{color:#1f2937;width:100%;min-height:32px;font:inherit;background:#fff;border:1px solid #d7dde6;border-radius:5px;font-size:13px}.prototypePermissionConditionRow select{padding:0 28px 0 12px}.prototypePermissionVisitorValue{color:#8a94a3;background:#f0f2f5;border:1px solid #d5dbe4;border-radius:5px;align-items:center;gap:7px;min-height:32px;padding:0 12px;font-size:13px;display:inline-flex}.prototypePermissionVisitorValue svg{color:#6b8cff;background:#c9d7ff;border-radius:999px;width:18px;height:18px;padding:2px}.prototypePermissionConditionRow>button{color:#6b7280;cursor:pointer;width:28px;min-height:28px;font:inherit;background:0 0;border:0;justify-content:center;align-items:center;font-size:20px;line-height:1;display:inline-flex}.prototypePermissionConditionRow>button:disabled{color:#c3cad4;cursor:default}.prototypePermissionConditionGroup{grid-template-columns:54px minmax(0,1fr);align-items:start;gap:10px;display:grid}.prototypePermissionConditionGroup>select{margin-top:0;padding:0 12px}.prototypePermissionConditionGroup>div{background:#fff;border-radius:6px;gap:10px;padding:10px;display:grid}.prototypePermissionConditionAdd,.prototypePermissionConditionFooter button{color:#374151;cursor:pointer;min-height:26px;font:inherit;background:0 0;border:0;justify-self:start;font-size:13px}.prototypePermissionConditionFooter{gap:16px;padding-left:6px;display:inline-flex}.prototypePermissionMatrixHeader,.prototypePermissionMatrixRow{grid-template-columns:minmax(220px,1fr) repeat(3,minmax(120px,.35fr));align-items:center;gap:12px;min-height:32px;display:grid}.prototypePermissionMatrixHeader{color:#334155;border-bottom:1px solid #dce2ea;font-weight:650}.prototypePermissionMatrixHeader label{justify-self:center}.prototypePermissionMatrixRow span{color:#1f2937}.prototypePermissionMatrixRow input{justify-self:center}.prototypePermissionMatrixEmpty{color:#7b8493;min-height:44px;padding:12px 0 0;font-size:12px}.prototypePermissionOptionRule{background:#f5f6f8;border-radius:8px;gap:10px;padding:14px 16px;display:grid}.prototypePermissionOptionRule>div{border-top:1px solid #dce2ea;grid-template-columns:minmax(160px,1fr) 140px;align-items:center;min-height:32px;display:grid}.rolePermissionPrototypePage{background:var(--xrain-surface);min-width:0;min-height:calc(100vh - 116px);color:var(--xrain-text);grid-template-rows:auto auto minmax(0,1fr);display:grid;overflow:hidden}.rolePermissionPanel{min-width:0}.rolePermissionSectionNav{border-bottom:1px solid var(--xrain-border);align-items:center;min-width:0;padding:4px 0 14px;display:flex}.settingsPage{align-content:start;gap:16px;min-width:0;display:grid}.settingsPanel{border:1px solid var(--xrain-border);background:var(--xrain-surface);max-width:860px;box-shadow:var(--xrain-elevation-1);border-radius:8px;align-content:start;display:grid}.settingsPanelHeader{gap:4px;padding:20px 22px 16px;display:grid}.settingsPanelHeader h2{color:var(--xrain-text);margin:0;font-size:18px;font-weight:650}.settingsPanelHeader p,.settingsRowCopy p{color:var(--xrain-text-muted);margin:0;font-size:13px;line-height:1.45}.settingsRow{border-top:1px solid var(--xrain-border-soft);grid-template-columns:minmax(0,1fr) minmax(180px,260px);align-items:center;gap:24px;padding:16px 22px;display:grid}.settingsThemeRow{grid-template-columns:minmax(180px,.45fr) minmax(420px,1fr)}.settingsRowCopy{gap:4px;min-width:0;display:grid}.settingsRowCopy label{color:var(--xrain-text);font-size:14px;font-weight:600}.settingsSelect{appearance:none;border:1px solid var(--xrain-border);background:var(--xrain-surface);width:100%;min-height:34px;color:var(--xrain-text);font:inherit;border-radius:6px;padding:0 34px 0 10px}.settingsSelectWrap{min-width:0;position:relative}.settingsSelectIcon{width:16px;height:16px;color:var(--xrain-text-muted);pointer-events:none;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.settingsSelect:focus-visible{outline:2px solid var(--xrain-brand);outline-offset:2px}.settingsSelect:disabled{cursor:not-allowed;opacity:.65}.settingsThemeControl{gap:10px;display:grid}.settingsThemeOptions{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.settingsThemeOption{border:1px solid var(--xrain-border);background:var(--xrain-surface);min-width:0;min-height:38px;color:var(--xrain-text);cursor:pointer;font:inherit;text-align:left;border-radius:6px;grid-template-columns:18px minmax(0,1fr) 16px;align-items:center;gap:6px;padding:6px 8px;display:grid}.settingsThemeOption:hover,.settingsThemeOption:focus-visible{border-color:var(--settings-theme-accent);outline:none}.settingsThemeOption.selected{border-color:var(--settings-theme-accent);background:var(--settings-theme-surface);box-shadow:0 0 0 1px var(--settings-theme-accent)}.settingsThemeSwatch{border:2px solid var(--settings-theme-accent);background:linear-gradient(135deg, var(--settings-theme-accent) 0 52%, var(--settings-theme-surface) 52% 100%);border-radius:50%;width:18px;height:18px}.settingsThemeOptionLabel{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.settingsThemeCustomizer{border:1px solid var(--xrain-border-soft);background:var(--xrain-surface-muted);border-radius:6px;gap:10px;padding:10px;display:grid}.settingsThemeCustomizerHeader{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.settingsThemeCustomizerHeader strong{color:var(--xrain-text);font-size:13px}.settingsThemeCustomizerHeader p{color:var(--xrain-text-muted);margin:3px 0 0;font-size:12px;line-height:1.45}.settingsThemeReset{border:1px solid var(--xrain-border);background:var(--xrain-surface);min-height:28px;color:var(--xrain-text-muted);cursor:pointer;font:inherit;border-radius:5px;flex:none;padding:3px 8px;font-size:12px}.settingsThemeReset:hover,.settingsThemeReset:focus-visible{border-color:var(--xrain-brand);color:var(--xrain-brand-strong);outline:none}.settingsThemeColorFields{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.settingsThemeColorField,.settingsThemeDarkField{border:1px solid var(--xrain-border);background:var(--xrain-surface);min-width:0;min-height:34px;color:var(--xrain-text);border-radius:5px;justify-content:space-between;align-items:center;gap:8px;padding:5px 8px;font-size:12px;display:flex}.settingsThemeColorField span,.settingsThemeDarkField span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.settingsThemeColorField input[type=color]{cursor:pointer;background:0 0;border:0;width:28px;height:24px;padding:0}.settingsThemeDarkField{justify-content:flex-start}.settingsThemeDarkField input{accent-color:var(--xrain-brand);flex:none}.settingsThemeCheck{color:var(--settings-theme-accent);font-size:14px;font-weight:800;line-height:1}.settingsError{color:#b42318;margin:0;padding:0 22px 12px;font-size:13px}@media (width<=760px){.settingsRow{grid-template-columns:1fr;gap:10px}.settingsThemeRow{grid-template-columns:1fr}.settingsThemeOptions{grid-template-columns:repeat(2,minmax(0,1fr))}.settingsThemeColorFields{grid-template-columns:1fr}}.workspaceContent>.ant-pro-page-container .ant-pro-page-container-children-container{padding:0}.rolePermissionSectionSegments.ant-segmented{border:1px solid var(--xrain-border);background:var(--xrain-surface-muted);border-radius:7px;max-width:100%;padding:3px}.rolePermissionSectionSegments .ant-segmented-item{border-radius:5px;min-height:30px}.rolePermissionSectionSegments .ant-segmented-item-label{min-height:30px;padding:4px 14px;line-height:22px}.rolePermissionSectionContent{min-width:0}.roleDetailTabs>.ant-tabs-content-holder>.ant-tabs-content>.ant-tabs-tabpane:focus-visible{outline:none}.rolePermissionPanel .rolePermissionPrototypeWorkspace{min-height:min(620px,100vh - 286px)}.rolePermissionPanelLoading{place-items:center;min-height:320px;display:grid}.rolePermissionWorkspaceEmpty{min-height:240px}.rolePermissionOtherList{padding-top:8px}.roleApiPermissionIdentity{gap:3px;min-width:0;display:grid}.roleApiPermissionIdentity strong,.roleApiPermissionIdentity span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.roleApiPermissionIdentity span{color:var(--xrain-text-muted);font-size:12px}.roleApiPermissionStatus{align-items:center;gap:10px;min-height:32px;display:flex}.roleApiPermissionStatus>span:last-child{color:var(--xrain-text-muted)}.rolePermissionPrototypeHeader{min-width:0;padding:22px 24px 18px}.rolePermissionPrototypeHeader>.xrainDetailHeader{margin-bottom:0}.rolePermissionPrototypeHeader .xrainDetailHeaderMeta span{border:1px solid var(--xrain-border);background:var(--xrain-surface-muted);min-height:24px;color:var(--xrain-text-muted);border-radius:5px;align-items:center;padding:0 8px;font-size:12px;font-weight:600;display:inline-flex}.rolePermissionPrototypePrimaryTabs,.rolePermissionPrototypeDetailTabs{align-items:end;min-width:0;display:flex}.rolePermissionPrototypePrimaryTabs{min-height:46px;padding:0 24px}.rolePermissionPrototypePrimaryTabs button,.rolePermissionPrototypeDetailTabs button{height:42px;color:var(--xrain-text-muted);cursor:pointer;font:inherit;background:0 0;border:0;padding:0 2px;font-size:13px;position:relative}.rolePermissionPrototypePrimaryTabs button:after,.rolePermissionPrototypeDetailTabs button.active:after{content:"";background:var(--xrain-brand);height:2px;position:absolute;bottom:0;left:0;right:0}.rolePermissionPrototypePrimaryTabs button,.rolePermissionPrototypeDetailTabs button.active{color:var(--xrain-brand-strong);font-weight:700}.rolePermissionPrototypeWorkspace{grid-template-columns:minmax(190px,232px) minmax(0,1fr);min-width:0;min-height:0;display:grid;overflow:hidden}.rolePermissionPrototypeObjectRail{background:var(--xrain-surface-muted);grid-template-rows:auto auto minmax(0,1fr);align-content:start;gap:14px;min-width:0;min-height:0;padding:20px 16px;display:grid}.rolePermissionPrototypeObjectRail>strong{color:var(--xrain-text);padding:0 4px;font-size:13px;font-weight:700}.rolePermissionPrototypeSearch{border:1px solid var(--xrain-border);background:var(--xrain-surface);min-height:36px;color:var(--xrain-text-muted);border-radius:8px;grid-template-columns:20px minmax(0,1fr);align-items:center;padding:0 10px;display:grid}.rolePermissionPrototypeSearch svg{width:16px;height:16px}.rolePermissionPrototypeSearch input{min-width:0;height:32px;color:var(--xrain-text);font:inherit;background:0 0;border:0;outline:0;font-size:13px}.rolePermissionPrototypeSearch input::-webkit-search-cancel-button{cursor:pointer}.rolePermissionPrototypeSearch:focus-within{border-color:var(--xrain-brand);box-shadow:0 0 0 2px var(--xrain-brand-soft)}.rolePermissionPrototypeObjectList{align-content:start;gap:4px;min-width:0;min-height:0;display:grid;overflow:auto}.rolePermissionPrototypeObjectList button{width:100%;min-height:42px;color:var(--xrain-text);cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;border-radius:8px;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:8px;padding:0 11px;font-size:13px;display:grid}.rolePermissionPrototypeObjectList button:hover{background:var(--xrain-surface)}.rolePermissionPrototypeObjectList button.active{background:var(--xrain-brand-soft);color:var(--xrain-brand-strong);box-shadow:none}.rolePermissionPrototypeObjectList button svg{width:16px;height:16px;color:var(--xrain-text-muted)}.rolePermissionPrototypeObjectList button span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.rolePermissionPrototypeObjectList button em{color:var(--xrain-text-muted);white-space:nowrap;font-size:11px;font-style:normal}.rolePermissionPrototypeEmpty{color:var(--xrain-text-muted);padding:16px 10px;font-size:12px}.rolePermissionPrototypeMain{background:var(--xrain-surface);grid-template-rows:auto auto minmax(0,1fr);min-width:0;min-height:0;display:grid}.rolePermissionPrototypeObjectHeader{align-items:center;min-height:64px;padding:14px 28px 10px;display:flex}.rolePermissionObjectIdentity{align-items:baseline;gap:10px;min-width:0;display:flex}.rolePermissionPrototypeObjectHeader span{color:var(--xrain-text-muted);font-size:12px}.rolePermissionPrototypeObjectHeader h2{color:var(--xrain-text);letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:18px;font-weight:700;overflow:hidden}.rolePermissionPrototypeDetailTabs{gap:28px;padding:0 28px}.rolePermissionPrototypeEditor{min-width:0;min-height:0;padding:18px 28px 36px;overflow:auto}.rolePermissionRecordOverview{gap:22px;max-width:1040px;display:grid}.rolePermissionDefaultAccess{gap:6px;display:grid}.rolePermissionDefaultAccessHeader{justify-content:flex-start;align-items:center;gap:8px;display:flex}.rolePermissionSectionTitle{align-items:center;gap:4px;display:inline-flex}.rolePermissionSectionTitle strong,.rolePermissionSharingRules header strong{color:var(--xrain-text);font-size:14px;font-weight:700}.rolePermissionRecordHelpButton.fui-Button{width:28px;min-width:28px;height:28px;color:var(--xrain-text-muted)}.rolePermissionDefaultAccess p{max-width:760px;color:var(--xrain-text-muted);margin:0;font-size:13px;line-height:1.6}.rolePermissionDefaultAccessTag.ant-tag{text-align:center;border-radius:5px;min-width:96px;margin:0;padding:3px 10px}.rolePermissionCapabilityResult{width:100%;max-width:1040px}.rolePermissionResourceOverview,.rolePermissionAdditionalCapabilities{gap:8px;display:grid}.rolePermissionAdditionalCapabilities>strong{color:var(--xrain-text);font-size:14px;font-weight:700}.rolePermissionCapabilityResult dd.enabled{color:var(--xrain-text);font-weight:600}.rolePermissionCapabilityResult dd.disabled{color:var(--xrain-text-muted)}.rolePermissionAccessResult{margin:0;display:grid}.rolePermissionAccessResult>div{grid-template-columns:116px minmax(0,1fr);align-items:start;gap:16px;min-width:0;min-height:42px;padding:7px 0;display:grid}.rolePermissionAccessResult dt{color:var(--xrain-text-muted);font-size:12px;font-weight:600}.rolePermissionAccessResult dd{min-width:0;color:var(--xrain-text);overflow-wrap:anywhere;margin:0;font-size:13px;line-height:1.5}.rolePermissionAccessResult>.rolePermissionReadAccess{align-items:center}.permissionSetObjectCapabilityEditor .rolePermissionAccessResult>div{grid-template-columns:max-content minmax(0,1fr);gap:12px}.permissionSetObjectCapabilityEditor .rolePermissionActionState{align-items:center;gap:8px;display:inline-flex}.rolePermissionActionState{grid-template-columns:88px minmax(0,1fr);align-items:center;gap:16px;display:grid}.rolePermissionReadAccessState{align-items:center;gap:8px;display:inline-flex}.rolePermissionRecordScope{color:var(--xrain-text-muted);font-size:12px}.rolePermissionReadAccessState .ant-switch.ant-switch-disabled{cursor:default;opacity:1}.rolePermissionRecordHelp{width:min(330px,72vw);color:var(--xrain-text);gap:10px;display:grid}.rolePermissionRecordHelp strong,.rolePermissionRecordHelp ol,.rolePermissionRecordHelp p{margin:0}.rolePermissionRecordHelp ol{color:var(--xrain-text-muted);gap:7px;padding-left:20px;font-size:12px;line-height:1.55;display:grid}.rolePermissionRecordHelp small{border-top:1px solid var(--xrain-border-soft);color:var(--xrain-text-muted);padding-top:8px;font-size:11px;line-height:1.5}.rolePermissionSharingRules{gap:12px;min-width:0;display:grid}.rolePermissionSharingRules header{gap:4px;display:grid}.rolePermissionSharingRules header span{color:var(--xrain-text-muted);font-size:12px}.rolePermissionFieldIdentity{gap:2px;min-width:0;display:grid}.rolePermissionRuleName,.rolePermissionFieldIdentity strong{color:var(--xrain-text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.rolePermissionFieldIdentity small{color:var(--xrain-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.rolePermissionFieldList,.rolePermissionSharingRuleList{min-width:0}.rolePermissionListCount{color:var(--xrain-text-muted);font-size:12px}.rolePermissionRuleEffect{color:var(--xrain-text);font-size:13px}.rolePermissionFieldToggle{justify-content:center;align-items:center;gap:6px;display:flex}.rolePermissionFieldToggle .ant-tag{border-radius:4px;margin:0;font-size:11px}.rolePermissionFieldList .ant-table-thead>tr>th:not(:first-child){text-align:center}.prototypePermissionViewList{background:#f7f8fa;border-radius:7px;gap:8px;margin-left:0;padding:10px 12px;display:grid}.prototypePermissionPlaceholder{background:#fff;border:1px solid #dce2ec;border-radius:8px;align-content:start;gap:14px;max-width:780px;margin-top:24px;padding:22px;display:grid}.prototypePermissionPlaceholder h3,.prototypePermissionPlaceholder p{margin:0}.prototypePermissionPlaceholder h3{color:#111827;font-size:18px}.prototypePermissionPlaceholder p{color:#64748b;font-size:13px;line-height:1.7}.prototypePermissionPlaceholder div{gap:10px;margin-top:4px;display:grid}.prototypePermissionPlaceholder label{color:#1f2937;align-items:center;gap:8px;font-size:13px;display:inline-flex}.prototypePermissionFooter{background:#fff;border-top:1px solid #e1e5ec;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:0 24px;display:grid}.prototypePermissionFooter span{color:#64748b;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.prototypePermissionPreviewSegment{background:#f7f8fa;border:1px solid #d7deea;border-radius:8px;align-items:center;min-height:34px;padding:3px;display:inline-flex}.prototypePermissionPreviewSegment button{color:#526071;cursor:pointer;min-width:88px;height:28px;font:inherit;background:0 0;border:0;border-radius:6px;padding:0 12px;font-size:13px;font-weight:650}.prototypePermissionPreviewSegment button.primary{color:#fff;background:#3155e7;box-shadow:0 1px 2px #0f172a1a}.prototypePermissionPreviewSegment button:disabled{color:#98a2b3;cursor:not-allowed}.workbenchDialog.prototypePermissionPreviewDialog{background:#fff;border:0;border-radius:8px;grid-template-rows:56px minmax(0,1fr);gap:0;width:min(1560px,100vw - 24px);max-width:none;height:min(920px,100vh - 24px);max-height:none;padding:0;display:grid;overflow:hidden;box-shadow:0 24px 80px #0a121038}.prototypePermissionPreviewHeader{background:#fff;border-bottom:1px solid #e3e7ee;grid-template-columns:160px minmax(0,1fr) auto 42px;align-items:center;gap:14px;padding:0 18px;display:grid}.prototypePermissionBackText,.prototypePermissionPreviewUserButton{color:#1f2937;cursor:pointer;font:inherit;background:0 0;border:0;align-items:center;gap:6px;font-size:14px;display:inline-flex}.prototypePermissionBackText svg,.prototypePermissionPreviewUserButton svg{width:18px;height:18px}.prototypePermissionPreviewTitle{align-items:center;gap:8px;min-width:0;display:inline-flex}.prototypePermissionPreviewTitle h2{color:#111827;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:15px;overflow:hidden}.prototypePermissionPreviewUserWrap{justify-self:end;position:relative}.prototypePermissionPreviewUserButton{border-radius:6px;min-height:34px;padding:0 10px}.prototypePermissionPreviewUserButton:hover{background:#f2f4f8}.prototypePermissionPreviewUserButton>span{color:#64748b}.prototypePermissionPreviewUserMenu{z-index:40;background:#fff;border:1px solid #dde3ec;border-radius:8px;width:360px;padding:10px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 18px 44px #0f172a29}.prototypePermissionPreviewUserMenu label{border:1px solid #d7dde6;border-radius:6px;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:8px;height:34px;padding:0 10px;display:grid}.prototypePermissionPreviewUserMenu label svg{color:#64748b}.prototypePermissionPreviewUserMenu input{min-width:0;font:inherit;border:0;outline:0}.prototypePermissionPreviewUserList{gap:4px;max-height:420px;padding-top:8px;display:grid;overflow:auto}.prototypePermissionPreviewUserList button{color:#1f2937;cursor:pointer;min-height:48px;font:inherit;text-align:left;background:0 0;border:0;border-radius:6px;grid-template-columns:32px minmax(0,1fr) auto 16px;align-items:center;gap:10px;padding:6px 8px;display:grid}.prototypePermissionPreviewUserList button:hover,.prototypePermissionPreviewUserList button.active{background:#eef2ff}.prototypePermissionPreviewUserList small{color:#64748b;text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:12px;display:block;overflow:hidden}.prototypePermissionPreviewUserList em{color:#64748b;font-size:12px;font-style:normal}.prototypePermissionPreviewUserList b{color:#3155e7}.prototypePermissionPreviewAvatar{color:#3155e7;background:#e0e7ff;border-radius:999px;justify-content:center;align-items:center;width:30px;height:30px;font-size:12px;font-weight:700;display:inline-flex}.prototypePermissionPreviewBody{grid-template-columns:172px minmax(0,1fr);min-height:0;display:grid}.prototypePermissionPreviewSide{background:#f8fafc;border-right:1px solid #e3e7ee;align-content:start;gap:6px;padding:14px 10px;display:grid}.prototypePermissionPreviewSide label{color:#8a94a3;background:#fff;border:1px solid #d8dee8;border-radius:6px;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:8px;height:32px;padding:0 8px;display:grid}.prototypePermissionPreviewSide input{min-width:0;font:inherit;background:0 0;border:0}.prototypePermissionPreviewSide button{color:#334155;cursor:default;min-height:34px;font:inherit;text-align:left;background:0 0;border:0;border-radius:6px;align-items:center;gap:8px;padding:0 10px;display:inline-flex}.prototypePermissionPreviewSide button.active{color:#3155e7;background:#e7edff}.prototypePermissionPreviewMain{background:#fff;grid-template-rows:42px 42px auto minmax(0,1fr);min-width:0;min-height:0;display:grid}.prototypePermissionPreviewTabs,.prototypePermissionPreviewToolbar{border-bottom:1px solid #e3e7ee;align-items:center;min-width:0;display:flex}.prototypePermissionPreviewTabs{background:#f7f8fb;gap:2px;padding-left:14px}.prototypePermissionPreviewTabs button{color:#334155;cursor:default;height:34px;font:inherit;background:0 0;border:0;border-radius:5px 5px 0 0;align-items:center;gap:6px;padding:0 13px;font-size:13px;display:inline-flex}.prototypePermissionPreviewTabs button.active{color:#3155e7;background:#fff;font-weight:650}.prototypePermissionPreviewToolbar{gap:8px;padding:0 16px}.prototypePermissionPreviewToolbar button{color:#9aa3b2;height:30px;font:inherit;background:0 0;border:0;align-items:center;gap:5px;font-size:13px;display:inline-flex}.prototypePermissionPreviewToolbar span{color:#3155e7;background:#eef2ff;border-radius:999px;margin-left:auto;padding:4px 9px;font-size:12px}.prototypePermissionPreviewSummary{color:#64748b;border-bottom:1px solid #eef1f5;align-items:center;gap:10px;min-height:38px;padding:0 18px;font-size:12px;display:flex}.prototypePermissionPreviewSummary strong{color:#111827;font-size:13px}.prototypePermissionPreviewGrid{min-width:0;min-height:0;overflow:auto}.prototypeDataGridReadOnly th{cursor:default}.prototypeDataGridReadOnly .prototypeHeaderChevron{display:none}.prototypeTabStrip,.prototypeToolRow{border-bottom:1px solid #e2e6ef;align-items:center;min-width:0;display:flex}.prototypeToolRow{overflow:hidden}.prototypeTabStrip{z-index:8;background:#f3f4f6;gap:0;padding-left:14px;position:relative;overflow:visible}.prototypePlusTab{color:#374151;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-right:1px solid #d9dde5;border-radius:0;flex:none;height:36px;margin-top:8px;padding:0 13px;font-size:13px;font-weight:500}.prototypeTab{color:#374151;white-space:nowrap;border-right:1px solid #d9dde5;flex:none;align-items:center;height:36px;margin-top:8px;font-size:13px;font-weight:500;display:inline-flex;position:relative}.prototypeTabLabel,.prototypeTabMore{height:100%;color:inherit;cursor:pointer;font:inherit;background:0 0;border:0;align-items:center;display:inline-flex}.prototypeTabLabel{gap:7px;padding:0 4px 0 13px}.prototypeTabMore{color:#9aa4b2;border-radius:6px;justify-content:center;width:28px;margin:0 4px 0 0;font-size:17px;line-height:1}.prototypeTab:hover,.prototypePlusTab:hover{color:#1d4ed8;background:#ebeef5}.prototypeTabMore:hover,.prototypeTabMore[aria-expanded=true]{color:#1d4ed8;background:#e2e7f0}.prototypeTab.active{color:#111827;background:#fff;border-right-color:#0000;border-radius:8px 8px 0 0;font-weight:600;box-shadow:0 -1px #e5e7eb,1px 0 #e5e7eb,-1px 0 #e5e7eb}.prototypePlusTab{color:#6b7280;justify-content:center;align-items:center;width:40px;padding:0;font-size:20px;display:inline-flex}.prototypeViewTabMenu{z-index:30;background:#fff;border:1px solid #d9dee8;border-radius:6px;gap:2px;width:184px;padding:6px;display:grid;position:absolute;top:37px;left:0;box-shadow:0 10px 28px #0f172a29}.prototypeViewTabMenu button{color:#273142;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:4px;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;min-height:32px;padding:0 8px;font-size:13px;display:grid}.prototypeViewTabMenu button:hover,.prototypeViewTabMenu button.active{background:#e5e7e5}.prototypeViewTabMenu button:disabled{color:#a7afbc;cursor:not-allowed}.prototypeViewTabMenu button span{color:#6b7280}.prototypeViewTabMenu button small{color:#6b7280;justify-self:end;font-size:18px;line-height:1}.prototypeViewTabMenu.rename{gap:10px;width:220px;padding:10px}.prototypeViewTabMenu.rename label{color:#344054;gap:7px;font-size:12px;font-weight:700;display:grid}.prototypeViewTabMenu.rename input{border:1px solid #d7dde8;border-radius:6px;outline:none;height:32px;padding:0 9px}.prototypeViewTabMenuActions{justify-content:flex-end;gap:6px;display:flex}.prototypeViewTabMenuActions button{background:#fff;border:1px solid #d7dde8;width:auto;min-height:28px;padding:0 10px;display:inline-flex}.prototypeViewTabMenuActions button.primary{color:#fff;background:#2f5bff;border-color:#2f5bff}.prototypeViewProtectMenu{background:#fff;border:1px solid #d9dee8;border-radius:6px;gap:2px;width:232px;padding:8px;display:grid;position:absolute;top:96px;left:calc(100% + 4px);box-shadow:0 10px 28px #0f172a29}.prototypeViewProtectMenu button{grid-template-rows:auto auto;grid-template-columns:24px minmax(0,1fr) 18px;min-height:52px}.prototypeViewProtectMenu button strong{color:#273142;font-size:13px;font-weight:500}.prototypeViewProtectMenu button small{color:#6b7280;grid-column:2/3;justify-self:start;font-size:12px;line-height:1.4}.prototypeViewProtectMenu button em{color:#2f5bff;grid-area:1/3/3;font-style:normal}.prototypeViewProtectMenu button.selected{background:#eef3ff}.prototypeToolRow{background:#fff;gap:4px;padding:0 18px}.prototypePrimaryAction,.prototypeToolButton{color:#3f4a59;cursor:pointer;white-space:nowrap;background:0 0;border-radius:6px;flex:none;height:28px;padding:0 8px;font-size:13px;font-weight:500}.prototypePrimaryAction{color:#245bff}.prototypePrimaryAction:after{content:"⌄";color:#245bff;margin-left:-2px;font-size:14px;line-height:1}.prototypePrimaryAction svg{width:16px;height:16px}.prototypeSheetCanvas{background:#f6f7f9;min-height:0;position:relative;overflow:hidden}.prototypeGridScroll{background:#fff;height:100%;min-height:0;overflow:auto}.prototypeSheetCanvas[data-drawer-open=true] .prototypeGridScroll{padding-right:min(520px,42vw)}.prototypeHtmlShell{box-shadow:none;background:0 0;border:0;border-radius:0}.prototypeWorkspaceShell{background:linear-gradient(#ffffff47,#ffffff94);border-top:0;grid-template-columns:248px minmax(0,1fr);height:100%;overflow:hidden}.prototypeLeftPane{background:linear-gradient(#ffffffe6 0%,#f7f9fcd6 100%),radial-gradient(circle at 18% 0,#4c5fd50f,#0000 34%);border-right-color:#cad3e08a;height:100%}.prototypeSheetZone{border-left:0;height:100%}.prototypeSideHead{border-bottom-color:#0000;grid-template-columns:minmax(0,1fr);gap:9px;padding:10px 12px 8px}.prototypeSearchBox{color:#7a8493;background:#eef2f7d1;border:0;border-radius:10px;align-items:center;gap:8px;height:32px;font-weight:600;display:inline-flex}.prototypeIconButton{color:#596576;width:32px;height:32px;box-shadow:none;background:#eef2f79e;border:0;border-radius:10px}.prototypeViewList{gap:13px;padding:12px}.prototypeObjectGroup{gap:5px}.prototypeObjectGroupHeader{color:#7a8493;cursor:pointer;width:100%;font:inherit;letter-spacing:.11em;text-align:left;text-transform:uppercase;background:0 0;border:0;justify-content:space-between;align-items:center;padding:8px 4px 6px;font-size:11px;font-weight:400;display:flex}.prototypeObjectGroupHeaderMeta{align-items:center;gap:8px;min-width:0;display:inline-flex}.prototypeObjectGroupLabel{align-items:center;gap:7px;display:inline-flex}.prototypeObjectGroupDot{background:#21a6a1;border-radius:999px;width:7px;height:7px;box-shadow:0 0 0 4px #21a6a11a}.prototypeObjectGroupHeader small{letter-spacing:.04em;text-transform:none;min-width:0;font-size:10px;font-weight:400}.prototypeObjectGroupChevron{color:#8f97a7;place-items:center;transition:transform .12s,color .12s;display:inline-grid}.prototypeObjectGroupHeader:hover .prototypeObjectGroupChevron{color:#5260b0}.prototypeObjectGroup[data-collapsed=true] .prototypeObjectGroupChevron{transform:rotate(-90deg)}.prototypeObjectGroup[data-group-tone=runtime] .prototypeObjectGroupDot{background:#5b7cfa;box-shadow:0 0 0 4px #5b7cfa1a}.prototypeObjectGroup[data-group-tone=system] .prototypeObjectGroupDot{background:#e0a323;box-shadow:0 0 0 4px #e0a3231f}.prototypeObjectGroup[data-group-tone=other] .prototypeObjectGroupDot{background:#8f97a7;box-shadow:0 0 0 4px #8f97a71f}.prototypeViewItem{color:#273142;border:1px solid #0000;border-radius:14px;grid-template-columns:minmax(0,1fr) auto;align-items:center;min-height:54px;padding:7px 8px;display:grid}.prototypeViewItem:hover{background:#ffffffd1;border-color:#cbd5e1b8;box-shadow:0 10px 20px #0f172a0d}.prototypeViewItem.active{background:linear-gradient(135deg,#4c5fd51f,#ffffffeb);border-color:#4c5fd538;box-shadow:0 12px 24px #4c5fd51a}.prototypeViewItemMain{grid-template-columns:30px minmax(0,1fr);gap:9px;display:grid}.prototypeViewItemMainText{min-width:0}.prototypeViewItemName{color:#222b3a;font-size:13px;font-weight:750}.prototypeViewItemKey{color:#7e8998;letter-spacing:-.01em;margin-top:2px;font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:10px}.prototypeViewItem .prototypeViewIcon{color:#6b7586;background:#f8fafc;border:1px solid #d0d8e4c2;border-radius:10px;width:30px;height:30px}.prototypeSheetZone{background:#f4f6fa;grid-template-rows:56px 45px 48px minmax(0,1fr)}.prototypeDocumentBar{background:linear-gradient(90deg,#fffffff5,#f7f9fdeb),radial-gradient(circle at 0 0,#4c5fd51a,#0000 40%);border-bottom-color:#d3dbe7d6;padding:0 16px 0 18px}.prototypeDocumentTitle{color:#202939;font-size:14px}.prototypeDocumentSubline{color:#697587}.prototypeSheetZone{grid-template-rows:52px minmax(40px,auto) minmax(44px,auto) minmax(0,1fr)}.prototypeWorkspaceShell[data-navigation-collapsed=true]{grid-template-columns:52px minmax(0,1fr)}.prototypeSideHead:has(.prototypeNavigationToggle){grid-template-columns:minmax(0,1fr) 32px}.prototypeLeftPane[data-collapsed=true] .prototypeSideHead{justify-content:center;padding:10px;display:flex}.prototypeLeftPane[data-collapsed=true] .prototypeViewList{justify-items:center;padding:8px}.prototypeNavigationToggle,.prototypeCollapsedNavigationItem{color:#596576;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:32px;height:32px;padding:0;display:inline-grid}.prototypeNavigationToggle:hover,.prototypeCollapsedNavigationItem:hover,.prototypeCollapsedNavigationItem[aria-current=page]{background:var(--xrain-brand-soft);color:var(--xrain-brand-strong)}.prototypeNavigationToggle:focus-visible,.prototypeCollapsedNavigationItem:focus-visible{outline:2px solid var(--xrain-brand-strong);outline-offset:2px}.prototypeDocumentBar{background:0 0;border-bottom:0;align-items:stretch;gap:12px;padding:8px 16px 4px 18px}.prototypeDocumentBar>.xrainDetailHeader{width:100%}.prototypeDocumentBar:before{content:none}.prototypeDocumentTitle{max-width:min(500px,45vw);min-height:38px;box-shadow:none;background:0 0;border:0;border-radius:0;gap:9px;padding:0 4px 0 0}.prototypeDocumentIcon{color:#4c5fd5;width:26px;height:26px;box-shadow:none;background:#4c5fd50f;border:0;border-radius:8px}.prototypeDocumentIcon svg{width:17px;height:17px}.prototypeDocumentTitle strong{color:#1f2937;letter-spacing:-.01em;font-size:14px;font-weight:800}.prototypeDocumentTitle small{color:#667386;margin-top:2px;font-size:11px;font-weight:650}.prototypeDocumentMeta{align-items:center;gap:8px;display:inline-flex}.prototypeDocumentMeta span{color:#657184;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:0;border-radius:0;align-items:center;gap:6px;max-width:140px;min-height:0;padding:0;display:inline-flex;overflow:hidden}.prototypeDocumentMeta span+span:before{content:"";background:#aab3c1;border-radius:999px;width:3px;height:3px}.prototypeDocumentMeta span:first-child{color:#4354be;background:0 0}.prototypeTopIconButton{color:#4b5565;border-radius:10px;width:31px;height:31px}.prototypeTopIconButton:hover{color:#3347b8;background:#eef2f7}.prototypeTopIconButton.strong{color:#202939;background:0 0}.prototypeTabStrip{background:linear-gradient(#eef2f76b,#eef2f73d);border-bottom:0}.prototypeTab{color:#263244;background:0 0;border:0;border-bottom-color:#0000;border-radius:8px 8px 0 0;min-width:124px;height:32px;margin-left:6px;font-weight:750}.prototypeTab.active{color:#1f3bb3;background:#ffffffa8;box-shadow:inset 0 2px #4c5fd5}.prototypePlusTab{color:#596576;border-right:0;border-radius:8px;height:32px;margin-top:6px}.prototypePlusTab:hover{color:#3347b8;background:#ffffff8a}.prototypeToolRow{background:#ffffffad;border-bottom-color:#d8dfeb52;gap:10px;padding:0 16px}.prototypeToolGroup{align-items:center;gap:5px;min-width:0;display:inline-flex}.prototypeToolGroup+.prototypeToolGroup{border-left:1px solid #e2e8f057;padding-left:12px}.prototypePrimaryAction,.prototypeToolButton{border-radius:10px;height:30px;font-weight:700}.prototypePrimaryAction{color:#fff;background:#202939;padding:0 11px;box-shadow:0 8px 16px #2029391f}.prototypePrimaryAction:after{content:none}.prototypeToolButton{color:#4f5b6d;padding:0 9px}.prototypeToolButton:hover,.prototypeToolButton.active,.prototypeToolButton.strong,.prototypeToolButton[data-active=true]{color:#3447b8;background:#4c5fd51f}.prototypeGridScroll{background:linear-gradient(#fff 0%,#fbfcfe 100%)}.prototypeGridEmptyState{background:radial-gradient(circle at 45% 40%,#4c5fd514,#0000 34%),linear-gradient(#fff 0%,#fbfcfe 100%);align-content:start;justify-items:center;min-height:100%;padding:clamp(28px,5vh,48px) 24px 24px;display:grid}.prototypeGridEmptyStateCard{text-align:center;background:#ffffffe0;border:1px solid #d8e0ecdb;border-radius:24px;justify-items:center;width:min(520px,100%);padding:34px;display:grid;box-shadow:0 24px 70px #14181f1a}.prototypeGridEmptyIllustration{width:188px;height:112px;margin-bottom:22px;position:relative}.prototypeGridEmptyIllustration:before,.prototypeGridEmptyIllustration:after{content:"";background:linear-gradient(135deg,#fff 0%,#eef3ff 100%);border:1px solid #d2dbe9e6;border-radius:18px;position:absolute;box-shadow:0 18px 34px #4c5fd51f}.prototypeGridEmptyIllustration:before{width:112px;height:74px;top:18px;left:6px;transform:rotate(-7deg)}.prototypeGridEmptyIllustration:after{width:108px;height:82px;top:4px;right:4px;transform:rotate(6deg)}.prototypeGridEmptyState h3{color:#202939;margin:0;font-size:19px;font-weight:800}.prototypeGridEmptyState p{color:#667386;max-width:410px;margin:9px 0 0;font-size:13px;line-height:1.65}.prototypeGridEmptyActions{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:22px;display:inline-flex}.prototypeGridEmptyActions button{color:#354154;cursor:pointer;background:#eef2f7;border-radius:12px;height:34px;padding:0 14px;font-weight:750}.prototypeGridEmptyActions button.primary{color:#fff;background:#4c5fd5;box-shadow:0 12px 24px #4c5fd538}.prototypeAddRecordDrawer{z-index:8;background:#fff;border-left:1px solid #e2e6ef;grid-template-rows:42px minmax(0,1fr);width:min(520px,42vw);min-width:420px;display:grid;position:absolute;top:0;bottom:0;right:0;box-shadow:-18px 0 44px #151f2e1f}.prototypeDrawerTopbar{color:#6b7280;border-bottom:1px solid #edf0f5;justify-content:flex-end;align-items:center;gap:12px;padding:0 14px;font-size:12px;display:flex}.prototypeDrawerTopbar button{color:#6b7280;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:28px;height:28px;display:inline-grid}.prototypeDrawerTopbar button:hover{color:#17211f;background:#eef1f6}.prototypeDrawerTopbar svg{width:16px;height:16px}.prototypeRecordForm{grid-template-rows:auto minmax(0,1fr) 64px;min-height:0;display:grid}.prototypeRecordTitle{gap:6px;padding:26px 40px 18px;display:grid}.prototypeRecordTitle strong{color:#8a94a6;font-size:24px;line-height:1.2}.prototypeRecordTitle span{color:#8a94a6;font-size:12px}.prototypeRecordFields{align-content:start;gap:2px;min-height:0;padding:8px 40px 28px;display:grid;overflow:auto}.prototypeRecordField{color:#5b6473;grid-template-columns:168px minmax(0,1fr);align-items:center;gap:20px;min-height:42px;font-size:13px;display:grid}.prototypeRecordFieldLabel{align-items:center;gap:7px;min-width:0;display:inline-flex}.prototypeRecordFieldIcon{color:#6b7280;place-items:center;width:18px;height:18px;font-size:12px;display:inline-grid}.prototypeRecordField input,.prototypeRecordField select{color:#1f2937;width:100%;min-width:0;height:32px;font:inherit;background:0 0;border:0;border-radius:8px}.prototypeRecordField input{padding:0 2px}.prototypeRecordField select{padding:0 4px}.prototypeRecordField input::placeholder,.prototypeAutoFillText{color:#8a94a6}.prototypeRecordField input:focus,.prototypeRecordField select:focus{background:#f5f7fb;outline:0;box-shadow:0 0 0 2px #dbeafe}.prototypeDrawerFooter{background:#fff;border-top:1px solid #edf0f5;align-items:center;gap:18px;padding:0 40px;display:flex}.prototypeSubmitButton{color:#fff;cursor:pointer;background:#3b5bdb;border:0;border-radius:8px;min-width:80px;height:34px;font-weight:700}.prototypeSubmitButton:hover{background:#2f49c8}.prototypeSubmitButton:disabled{cursor:not-allowed;background:#a8b2c3}.prototypeKeepAdding{color:#374151;white-space:nowrap;align-items:center;gap:8px;font-size:13px;display:inline-flex}.prototypeKeepAdding input{width:16px;height:16px}.prototypeDataGrid{border-collapse:separate;border-spacing:0;color:#1f2937;table-layout:fixed;width:max-content;min-width:100%;font-size:13px}.prototypeDataGrid th,.prototypeDataGrid td{text-overflow:ellipsis;white-space:nowrap;border-bottom:1px solid #dfe3eb;border-right:1px solid #dfe3eb;max-width:320px;padding:0 8px;overflow:hidden}.prototypeDataGrid th{z-index:2;color:#4b5565;text-align:left;background:#fafafa;height:34px;font-size:12px;font-weight:500;position:sticky;top:0}.prototypeDataGrid th[data-frozen=true]{z-index:5;box-shadow:1px 0 #d7dde8}.prototypeDataGrid td[data-frozen=true]{z-index:4;box-shadow:1px 0 #d7dde8}.prototypeDataGrid td{background:#fff;height:32px}.prototypeDataGrid[data-density=compact] td{height:28px}.prototypeDataGrid[data-density=tall] td{height:42px}.prototypeDataGrid[data-density=extraTall] td{height:54px}.prototypeDataGrid tbody tr:hover td,.prototypeDataGrid tbody tr.selected-row td{background:#f0f7ff}.prototypeDataGrid tbody tr[data-tone=green] td{background:#f3fbf7}.prototypeDataGrid tbody tr[data-tone=amber] td{background:#fff9e8}.prototypeDataGrid tbody tr[data-tone=blue] td{background:#f0f7ff}.prototypeDataGrid tbody tr[data-tone=slate] td{background:#f8fafc}.prototypeDataGrid tbody tr[data-fill] td,.prototypeDataGrid td[data-fill]{background:var(--fill-bg,#d9f5ef)}.prototypeDataGrid .prototypeGroupRow td{color:#526071;background:#f1f5f9;border-bottom:1px solid #dde5f1;height:32px;padding:0 12px;font-size:12px;font-weight:700}.prototypeGroupRow span,.prototypeGroupRow strong,.prototypeGroupRow em{margin-right:10px;font-style:normal;display:inline-flex}.prototypeGroupRow strong{color:#17211f}.prototypeDataGrid .prototypeRowNo{z-index:3;color:#8a94a6;text-align:center;background:#fafafa;width:42px;min-width:42px;padding:0;position:sticky}.prototypeDataGrid td.prototypeRowNo{background:#fff}.prototypeDataGrid th.prototypeRowNo:first-child,.prototypeDataGrid td.prototypeRowNo:first-child{left:0}.prototypeDataGrid th.prototypeRowNo:nth-child(2),.prototypeDataGrid td.prototypeRowNo:nth-child(2){left:42px}.prototypeRowActionsCol{width:84px}.prototypeRowActionsHeader,.prototypeRowActions{text-align:center}.prototypeRowActions{justify-content:center;align-items:center;gap:4px;width:100%;padding:0 4px;display:inline-flex}.prototypeRowActionButton{color:#4b5565;cursor:pointer;background:#fff;border:1px solid #d5dbe6;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;display:inline-flex}.prototypeRowActionButton:hover{color:#1d4ed8;background:#eef4ff}.prototypeActiveCol{color:#111827!important}.prototypeHeaderType,.prototypeLock{color:#7b8494;margin-right:5px;font-size:11px}.prototypeHeaderChevron{float:right;color:#8b95a7;font-size:14px}.prototypeFieldHeaderMenu{z-index:60;background:#fff;border:1px solid #d7dde8;border-radius:6px;width:244px;padding:6px;display:grid;position:fixed;box-shadow:0 16px 36px #0f172a2e}.prototypeFieldHeaderMenu button{color:#202938;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:4px;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;min-height:33px;padding:0 9px;font-size:13px;display:grid}.prototypeFieldHeaderMenu button:hover{background:#eef2f7}.prototypeFieldHeaderMenu button:disabled{color:#8b95a7;cursor:default}.prototypeFieldHeaderMenu button span{color:#5f6b7a}.prototypeFieldHeaderMenu button em{color:#fff;background:#ff5f57;border-radius:999px;justify-self:end;padding:1px 5px;font-size:10px;font-style:normal;font-weight:700}.prototypeFieldHeaderMenu button:nth-of-type(6),.prototypeFieldHeaderMenu button:nth-of-type(7),.prototypeFieldHeaderMenu button:nth-of-type(10),.prototypeFieldHeaderMenu button:nth-of-type(13),.prototypeFieldHeaderMenu button:nth-of-type(14){border-top:1px solid #edf0f5;border-radius:0;margin-top:5px}.prototypeFieldHeaderMenu button.danger{color:#293241}.prototypeFieldHeaderMenu.settings{gap:10px;width:360px;padding:10px}.prototypeFieldHeaderMenu.description{gap:10px;width:270px;padding:10px}.prototypeFieldHeaderTitle{justify-content:space-between;align-items:center;gap:8px;display:flex}.prototypeFieldHeaderTitle strong{color:#202938;font-size:13px}.prototypeFieldHeaderTitle button{justify-content:center;width:26px;min-height:26px;padding:0;display:inline-flex}.prototypeFieldHeaderMenu label{color:#4b5565;gap:6px;font-size:12px;font-weight:700;display:grid}.prototypeFieldHeaderMenu input,.prototypeFieldHeaderMenu select,.prototypeFieldHeaderMenu textarea{color:#202938;width:100%;min-height:32px;font:inherit;background:#fff;border:1px solid #d7dde8;border-radius:6px;padding:0 9px}.prototypeFieldHeaderMenu textarea{resize:vertical;min-height:92px;padding:8px 9px}.prototypeFieldHeaderActions{justify-content:flex-end;gap:6px;display:flex}.prototypeFieldHeaderActions button{background:#fff;border:1px solid #d7dde8;width:auto;min-height:28px;padding:0 10px;display:inline-flex}.prototypeFieldHeaderActions button.primary{color:#fff;background:#2f5bff;border-color:#2f5bff}.prototypeFieldOptionSection{gap:8px;display:grid}.prototypeFieldOptionSectionHeader{color:#5b6473;justify-content:space-between;align-items:center;gap:10px;font-size:12px;display:flex}.prototypeFieldOptionSectionHeader strong{color:#202938;font-size:12px}.prototypeTextAction{color:#3155e7;cursor:pointer;min-height:auto;font:inherit;background:0 0;border:0;padding:0;font-weight:700;display:inline-flex}.prototypeFieldOptionList{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;gap:8px;padding:10px;display:grid}.prototypeFieldOptionRow{grid-template-columns:16px 32px minmax(0,1fr) 24px;align-items:center;gap:8px;display:grid}.prototypeFieldOptionRow[data-dragging=true]{opacity:.58}.prototypeFieldOptionRow .prototypeColorSwatchWrap{width:28px;height:28px}.prototypeFieldHeaderMenu .prototypeOptionDragButton{color:#8a94a6;cursor:grab;width:16px;min-height:28px;font:inherit;background:0 0;border:0;grid-template-columns:1fr;place-items:center;padding:0;line-height:1;display:inline-grid}.prototypeFieldHeaderMenu .prototypeOptionDragButton:hover,.prototypeFieldHeaderMenu .prototypeOptionDragButton:focus-visible{color:#3155e7;background:0 0}.prototypeFieldHeaderMenu .prototypeOptionDragButton:active{cursor:grabbing}.prototypeFieldHeaderMenu .prototypeFieldOptionColorSwatch{background:var(--swatch);cursor:pointer;border:1px solid #d8dfeb;border-radius:6px;width:28px;min-width:28px;height:28px;min-height:28px;padding:0;display:inline-block;box-shadow:inset 0 0 0 1px #ffffff73}.prototypeFieldHeaderMenu .prototypeFieldOptionColorSwatch:hover,.prototypeFieldHeaderMenu .prototypeFieldOptionColorSwatch:focus-visible{background:var(--swatch);box-shadow:0 0 0 2px #3155e729,inset 0 0 0 1px #ffffff73}.prototypeFieldOptionRow .prototypeColorPalette{top:34px;left:-22px}.prototypeFieldOptionRow input{width:100%;min-width:0}.prototypeFieldOptionEmpty{color:#6b7280;padding:6px 2px;font-size:12px}.prototypeCheckbox{vertical-align:middle;background:#fff;border:1px solid #c7ced9;border-radius:4px;width:14px;height:14px;display:inline-block}.prototypeObjectChip,.prototypeStatusPill,.prototypeYesNo{border-radius:999px;justify-content:center;align-items:center;min-width:42px;max-width:100%;height:24px;padding:0 8px;font-size:12px;font-weight:700;display:inline-flex}.prototypeObjectChip.business{color:#176a53;background:#e8f6ef}.prototypeObjectChip.system{color:#3154a3;background:#eef2ff}.prototypeObjectChip.metadata,.prototypeObjectChip.blue{color:#176b87;background:#eaf5ff}.prototypeObjectChip.amber{color:#8a5a00;background:#fff2cc}.prototypeStatusPill.published{color:#176a53;background:#e8f6ef}.prototypeStatusPill.review{color:#946200;background:#fff6d9}.prototypeStatusPill.draft{color:#5b6473;background:#eef1f6}.prototypeOptionBadge{border:1px solid var(--badge-border,transparent);background:var(--badge-bg,#72c8bb);min-width:44px;max-width:100%;height:24px;color:var(--badge-fg,#fff);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.prototypeYesNo.yes{color:#176a53;background:#e8f6ef}.prototypeYesNo.no{color:#5b6473;background:#eef1f6}.align-right{text-align:right}.align-center{text-align:center}.prototypeFloating{z-index:20;isolation:isolate;background:#fff;border:1px solid #dbe2ed;border-radius:8px;gap:10px;padding:12px;display:grid;position:absolute;box-shadow:0 18px 48px #151f2e24}.prototypeFloatingHeader{color:#5b6473;justify-content:space-between;align-items:flex-start;gap:10px;font-size:12px;display:flex}.prototypeFloatingHeader.compact{display:block}.prototypeFloatingHeader strong{color:#17211f;font-size:14px}.prototypeFieldPanel{z-index:30;border-color:#d7dfe9;border-radius:8px;gap:0;width:264px;max-height:calc(100% - 4px);padding:0;top:0;left:92px;overflow:visible;box-shadow:0 18px 42px #0f172a1f}.prototypeFilterPanel{width:min(520px,100% - 360px);top:8px;left:330px}.prototypeSortPanel{width:520px;top:8px;left:min(560px,100% - 548px)}.prototypeGroupPanel{width:min(520px,100% - 470px);top:8px;left:440px}.prototypeHeightPanel{width:150px;padding:10px 8px 12px;top:38px;left:min(570px,100% - 180px)}.prototypeColorPanel{width:706px;top:8px;left:min(650px,100% - 734px)}.prototypeFieldList{scrollbar-width:thin;scrollbar-color:#8f98a8 #f3f6fb;background:#fff;max-height:min(500px,100vh - 286px);padding:8px 0 6px;display:grid;overflow:hidden auto}.prototypeFieldSearch{color:#7a8493;background:#fff;border-bottom:1px solid #e8edf4;grid-template-columns:16px minmax(0,1fr);align-items:center;gap:8px;min-height:44px;padding:0 18px;font-size:13px;display:grid}.prototypeFieldSearch svg{color:#667085;width:16px;height:16px}.prototypeFieldSearch input{color:#17211f;width:100%;height:32px;font:inherit;background:0 0;border:0;outline:0}.prototypeFieldSearch input::placeholder{color:#98a2b3}.prototypeFieldConfigRow{color:#26313f;grid-template-columns:48px minmax(0,1fr) 24px 24px;align-items:center;gap:8px;min-height:36px;padding:0 12px 0 18px;font-size:14px;display:grid;position:relative}.prototypeFieldConfigRow:hover,.prototypeFieldConfigRow:focus-within,.prototypeFieldConfigRow[data-active=true]{background:#f5f7fb}.prototypeFieldConfigRow[data-visible=false]{color:#9aa4b2}.prototypeFieldConfigRow[data-locked=true]{color:#1f2937;background:0 0;font-weight:500}.prototypeFieldType,.prototypeFieldLock{color:#687386}.prototypeFieldDrag{display:none}.prototypeFieldType{color:#3651d4;white-space:nowrap;background:#eef2ff;border-radius:999px;justify-content:center;justify-self:start;align-items:center;min-width:40px;height:22px;padding:0 8px;font-size:12px;font-weight:700;line-height:1;display:inline-flex}.prototypeFieldName{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.prototypeFieldEye,.prototypeFieldMoreButton{color:#1f2937;cursor:pointer;opacity:.9;background:0 0;border-radius:4px;place-items:center;width:24px;height:24px;font-size:14px;display:inline-grid}.prototypeFieldEye svg,.prototypeFieldMoreButton svg,.prototypeFieldLock{width:16px;height:16px}.prototypeFieldPanel .prototypeFieldMoreButton,.prototypeFieldPanel .prototypeFieldMoreMenu,.prototypeFieldPanel .prototypeFieldRenameMenu,.prototypeFieldPanel>.prototypeGhostButton{display:none}.prototypeSearchInput{color:#5b6476;background:#f5f7fb;border:1px solid #d9e1ef;border-radius:8px;flex:auto;align-items:center;gap:8px;min-width:0;height:36px;padding:0 12px;display:flex}.prototypeSearchInput:focus-within{border-color:var(--xrain-brand);box-shadow:0 0 0 2px color-mix(in srgb, var(--xrain-brand) 16%, transparent)}.prototypeSearchInput input{color:inherit;font:inherit;background:0 0;border:0;outline:none;flex:auto;min-width:0}.prototypeSearchInput input::placeholder{color:#8a93a5}.entityDesignLoading,.entityDesignEmpty{justify-content:center;align-self:start;align-items:center;width:100%;min-height:180px;display:flex}.entityDesignLoading{color:var(--xrain-text-muted);gap:8px;font-size:13px}.entityDesignTabs{border-bottom:1px solid var(--xrain-border-soft,#e4e8f0);min-width:0;max-width:100%;padding:0 20px;overflow:hidden}.entityDesignTabs .ant-tabs-nav{min-height:44px;margin:0}.entityDesignTabs .ant-tabs-tab{color:var(--xrain-text-muted);padding:10px 4px 9px;font-weight:550}.entityDesignTabs .ant-tabs-tab:hover,.entityDesignTabs .ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--xrain-brand-strong)!important}.entityDesignTabs .ant-tabs-tab-active .ant-tabs-tab-btn{font-weight:650}.entityDesignTabs .ant-tabs-ink-bar{background:var(--xrain-brand);border-radius:3px 3px 0 0;height:3px!important}.entityDesignTabs .ant-tabs-tab-btn:focus-visible{outline:2px solid var(--xrain-brand);outline-offset:3px;border-radius:4px}.entityDesignTabs .ant-tabs,.entityDesignTabs .ant-tabs-nav,.entityDesignTabs .ant-tabs-nav-wrap{min-width:0;max-width:100%}.entityDesignSection,.entityDesignSplit{padding:14px 20px 24px}.entityDesignSection{flex-direction:column;gap:12px;width:100%;display:flex}.entityDesignObjectSection{max-width:860px}.entityDesignSectionHead{justify-content:space-between;align-items:center;gap:16px;display:flex}.entityDesignSectionHeadTight{width:100%;padding-bottom:2px}.entityDesignSectionHead.compact{margin-bottom:12px}.entityDesignSectionHead .ant-typography{margin:0}.entityDesignFormGrid{grid-template-columns:repeat(2,minmax(264px,1fr));justify-content:start;align-items:start;gap:14px 24px;width:100%;display:grid}.entityDesignFormGrid .ant-form-item{margin-bottom:16px}.entityDesignFormGrid .ant-form-item-label>label,.entityDesignEditorPane .ant-form-item-label>label,.entityDesignEditorForm .ant-form-item-label>label{color:#4b5563;font-size:12px}.entityDesignReadonlyBlock{border-top:1px solid #eef1f6;width:100%;margin-top:4px;padding-top:12px}.entityDesignReadonlyBlock .ant-descriptions-view{background:0 0}.entityDesignReadonlyBlock .ant-descriptions-row>th,.entityDesignReadonlyBlock .ant-descriptions-row>td{padding-bottom:12px}.entityDesignReadonlyBlock .ant-descriptions-item-label{color:#6b7280;padding-bottom:4px;font-size:12px}.entityDesignReadonlyBlock .ant-descriptions-item-content{color:#1f2937;font-weight:500}.entityDesignSplit{grid-template-columns:minmax(0,1fr) minmax(344px,376px);align-items:start;gap:20px;width:100%;max-width:none;display:grid}.entityDesignTableSection,.entityDesignEditorPane{min-width:0}.entityDesignTableSection{overflow:hidden}.entityDesignEditorPane{z-index:1;background:#fff;border-left:1px solid #eef1f6;align-self:start;max-width:376px;padding-left:24px;position:sticky;top:16px}.entityDesignEditorForm .ant-form-item{margin-bottom:14px}.entityDesignEditorForm .ant-input-number,.entityDesignEditorForm .ant-select{width:100%}.entityDesignFieldApiNameSuffix{text-align:center;flex:0 0 64px!important}.entityDesignListViewConditionHead{justify-content:space-between;align-items:center;gap:16px;margin:4px 0 10px;display:flex}.entityDesignListViewConditionHead>div{flex-direction:column;gap:2px;display:flex}.entityDesignListViewConditions{flex-direction:column;gap:8px;display:flex}.entityDesignListViewCondition{grid-template-columns:minmax(180px,1.2fr) minmax(120px,.8fr) minmax(180px,1fr) 32px;align-items:center;gap:8px;display:grid}.entityDesignEditorModal{top:24px}.ant-modal{max-width:calc(100vw - 32px);padding-bottom:0}.ant-modal-content{flex-direction:column;max-height:calc(100vh - 32px);display:flex;overflow:hidden}.ant-modal-header,.ant-modal-footer{flex:none}.ant-modal-body{overscroll-behavior:contain;scrollbar-gutter:stable;flex:auto;min-height:0;overflow-y:auto}.sharingRuleEditorModal .ant-modal-body{max-height:min(640px,100vh - 220px)}.entityDesignEditorModal .ant-modal-body{overscroll-behavior:contain;scrollbar-gutter:stable;max-height:min(640px,100vh - 220px);padding-inline-end:8px;overflow-y:auto}.entityDesignListViewPreview{gap:12px;min-width:0;display:grid}.entityDesignListViewPreviewHelp{display:block}.entityDesignListViewPreviewTable{min-width:0}.entityDesignListViewPreviewFooter{justify-content:space-between;align-items:center;width:100%;display:flex}.entityDesignSelectedRow>td{box-shadow:inset 0 1px 0 var(--xrain-selection-border), inset 0 -1px 0 var(--xrain-selection-border);background:var(--xrain-selection-bg)!important}.entityDesignSelectedRow>td:first-child{box-shadow:inset 0 1px 0 var(--xrain-selection-border), inset 0 -1px 0 var(--xrain-selection-border)}.entityDesignProTable .ant-table-cell{text-overflow:ellipsis;overflow:hidden}.entityDesignTriggerDispatchIdentifier{width:100%;min-width:0;display:flex}.entityDesignTriggerDispatchIdentifier .ant-typography{flex:auto;min-width:0}.entityDesignTriggerDispatchIdentifier .ant-btn{flex:0 0 28px}.entityDesignRowButton{cursor:pointer;text-align:left;background:0 0;border:0;flex-direction:column;align-items:flex-start;gap:2px;width:100%;padding:0;display:flex}.entityDesignTriggerTarget{flex-direction:column;gap:2px;min-width:0;display:flex}.entityDesignTriggerTarget>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.entityDesignReadonlyRow{cursor:default}.entityDesignRowPrimary{color:var(--xrain-text);font-weight:400}.entityDesignRowSecondary{color:#6b7280;font-size:12px}.entityDesignBooleanGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.entityDesignSwitchRow{justify-content:space-between;align-items:center;min-height:40px;display:flex}.entityDesignRecordTypeOptions{border-top:1px solid #e5e7eb;margin-top:20px;padding-top:16px}.entityDesignRecordTypeOptions>.ant-typography{margin:0 0 12px;font-size:15px}.entityDesignFieldPicklistScopeOptions{margin-top:0}.entityDesignRecordTypeOptionsLoading{justify-content:center;align-items:center;min-height:72px;display:flex}.entityDesignRecordTypeOptionField{border-top:1px solid #eef1f6;padding:14px 0}.entityDesignRecordTypeOptionField:first-of-type{border-top:0}.entityDesignRecordTypeOptionFieldHeader{justify-content:space-between;align-items:center;gap:16px;margin-bottom:10px;display:flex}.entityDesignRecordTypeOptionFieldCode{font-size:12px;display:block}.entityDesignRecordTypeOptionFieldHeader .entityDesignSwitchRow{flex:0 0 180px;gap:12px}.entityDesignRecordTypeOptionList{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 16px;width:100%;display:grid}.entityDesignRecordTypeOptionLabel{align-items:center;gap:6px;min-width:0;display:inline-flex}.entityDesignRecordTypeOptionLabel>.ant-typography{font-size:12px}.entityDesignRecordTypeOptionSwatch{border:1px solid #11182729;border-radius:2px;flex:0 0 12px;width:12px;height:12px}@media (width<=640px){.entityDesignRecordTypeOptionFieldHeader{flex-direction:column;align-items:stretch}.entityDesignRecordTypeOptionFieldHeader .entityDesignSwitchRow{flex-basis:auto}.entityDesignRecordTypeOptionList{grid-template-columns:1fr}}.entityDesignNumberInput{width:100%}.entityDesignInlineAlert{margin-bottom:12px}.entityDesignInlineAlert .ant-alert-title{font-weight:500}.entityDesignEditorEmpty{align-items:flex-start;min-height:280px;padding-top:56px;display:flex}.entityDesignEditorEmpty .ant-empty{margin-inline:0}@media (width<=1180px){.entityDesignFormGrid,.entityDesignSplit{grid-template-columns:1fr}.entityDesignEditorPane{border-top:1px solid #eef1f6;border-left:0;padding-top:20px;padding-left:0}}.prototypeFieldEye:hover,.prototypeFieldMoreButton:hover,.prototypeFieldMoreButton:focus-visible{color:#1d4ed8;opacity:1;background:#f1f5fb}.prototypeFieldMoreMenu,.prototypeFieldRenameMenu{z-index:40;background:#fff;border:1px solid #dbe2ed;border-radius:10px;min-width:176px;padding:6px;display:grid;position:absolute;top:0;left:calc(100% - 18px);box-shadow:0 14px 34px #151f2e26}.prototypeFieldOverlayMenu{z-index:55}.prototypeFieldMoreMenu button{color:#17211f;cursor:pointer;text-align:left;background:0 0;border-radius:6px;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:8px;min-height:36px;padding:0 10px;font-size:14px;display:grid}.prototypeFieldMoreMenu button svg{color:#344054;width:16px;height:16px}.prototypeFieldMoreMenu button:hover{background:#f3f6fb}.prototypeFieldMoreMenu button:disabled{color:#9aa4b2;cursor:not-allowed}.prototypeFieldMoreMenu button.danger,.prototypeFieldMoreMenu button.danger svg{color:#b42318}.prototypeFieldRenameMenu{gap:8px;width:220px;padding:10px}.prototypeFieldRenameMenu span{color:#5b6473;font-size:12px}.prototypeFieldRenameMenu input{border:1px solid #dbe2ed;border-radius:6px;outline:0;width:100%;height:32px;padding:0 8px}.prototypeFieldRenameMenu input:focus{border-color:#7aa7ff;box-shadow:0 0 0 3px #2563eb1f}.prototypeFieldRenameMenu button{color:#fff;cursor:pointer;background:#3155e7;border-radius:6px;justify-self:end;min-height:30px;padding:0 12px;font-weight:700}.prototypeFieldPanel>.prototypeGhostButton{color:#3155e7;background:#fff;border-top:1px solid #e8edf4;border-radius:0 0 8px 8px;justify-content:flex-start;min-height:46px;padding:0 16px;font-weight:600;position:sticky;bottom:0}.prototypeFieldEmptyState{color:#667085;gap:4px;padding:20px 16px;display:grid}.prototypeFieldEmptyState strong{color:#1f2937;font-size:14px}.prototypeFieldEmptyState span{font-size:12px;line-height:1.5}.prototypeRuleLine,.prototypeSortLine{color:#374151;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;min-height:28px;font-size:12px;display:grid}.prototypeRuleLine{background:#f7f8fb;border-radius:8px;grid-template-columns:92px 72px minmax(0,1fr);padding:7px 8px}.prototypeRuleLine.muted{color:#6b7280}.prototypeRuleBuilderPanel{gap:12px;padding:14px}.prototypeRuleAiBox{background:#fff;border:1px solid #dde3ed;border-radius:6px;grid-template-columns:minmax(0,1fr) 24px 28px;align-items:center;gap:6px;min-height:40px;padding:0 8px;display:grid}.prototypeRuleAiBox input,.prototypeConditionRow input,.prototypeConditionRow select,.prototypeRuleJoinLine select,.prototypeGroupRuleRow select{color:#26313f;min-width:0;height:32px;font:inherit;background:#fff;border:1px solid #dfe5ee;border-radius:6px}.prototypeRuleAiBox input{border:0;outline:0}.prototypeRuleAiBox span{color:#6b7280;text-align:center}.prototypeRuleAiBox button{color:#3155e7;cursor:pointer;background:#eef4ff;border:0;border-radius:6px;height:28px;font-weight:800}.prototypeRuleJoinLine{color:#4b5565;align-items:center;gap:8px;font-size:13px;display:flex}.prototypeRuleJoinLine select{width:74px;padding:0 8px}.prototypeConditionList{gap:8px;display:grid}.prototypeConditionRow{grid-template-columns:128px 112px minmax(0,1fr) 28px;align-items:center;gap:8px;display:grid}.prototypeConditionRow input,.prototypeConditionRow select{padding:0 10px}.prototypeConditionEmptyValue{color:#8a94a6;background:#f4f6fa;border-radius:6px;align-items:center;height:32px;padding:0 10px;font-size:13px;display:inline-flex}.prototypeConditionRow .prototypeIconButton,.prototypeGroupRuleRow .prototypeIconButton{background:0 0;border-radius:6px;width:28px;height:28px}.prototypeTextAction,.prototypeLinkButton,.prototypePrimaryInline{color:#3155e7;cursor:pointer;font:inherit;background:0 0;border:0;font-weight:700}.prototypeTextAction{justify-self:flex-start}.prototypeRuleActions{grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:8px;margin-top:2px;display:grid}.prototypePrimaryInline{color:#fff;background:#3155e7;border-radius:6px;min-height:32px;padding:0 18px}.prototypeGroupRuleRow{grid-template-columns:22px 160px minmax(0,1fr) 28px;align-items:center;gap:8px;display:grid}.prototypeGroupRuleRow.secondary{grid-template-columns:22px 160px minmax(0,1fr)}.prototypeDragHandle{color:#9aa4b2;text-align:center}.prototypeDirectionToggle{background:#f1f4f9;border-radius:8px;grid-template-columns:1fr 1fr;gap:4px;min-height:32px;padding:3px;display:inline-grid}.prototypeDirectionToggle button{color:#526071;cursor:pointer;font:inherit;white-space:nowrap;background:0 0;border:0;border-radius:6px;font-weight:800}.prototypeDirectionToggle button[data-active=true]{color:#3155e7;background:#fff;box-shadow:0 1px 4px #151f2e1f}.prototypeGroupHint{color:#8a94a6;font-size:12px}.prototypeSwitchLine{color:#4b5565;align-items:center;gap:8px;font-size:12px;display:inline-flex}.prototypeSwitchLine input{accent-color:#3155e7;width:38px;height:22px;margin:0}.prototypeSortRuleList{gap:8px;display:grid}.prototypeSortRuleRow{grid-template-columns:22px 150px minmax(0,1fr) 28px;align-items:center;gap:8px;display:grid}.prototypeSortRuleRow.secondary{grid-template-columns:22px 150px minmax(0,1fr)}.prototypeSortRuleRow select{color:#26313f;min-width:0;height:32px;font:inherit;background:#fff;border:1px solid #dfe5ee;border-radius:6px;padding:0 10px}.prototypeSortRuleRow .prototypeIconButton{background:0 0;border-radius:6px;width:28px;height:28px}.prototypeSortAddSelect{color:#8a94a6;cursor:pointer;height:32px;font:inherit;text-align:left;background:#fff;border:1px solid #dfe5ee;border-radius:6px;padding:0 10px}.prototypeColorRuleList{gap:8px;display:grid}.prototypeColorPanelHeaderActions{align-items:center;gap:10px;display:inline-flex}.prototypeColorRuleRow{grid-template-columns:22px 32px 94px 120px 94px minmax(0,1fr) 28px;align-items:center;gap:8px;display:grid}.prototypeColorSwatchWrap{width:32px;height:32px;position:relative}.prototypeColorRuleRow select,.prototypeColorRuleRow input{color:#26313f;min-width:0;height:32px;font:inherit;background:#fff;border:1px solid #dfe5ee;border-radius:6px;padding:0 10px}.prototypeColorRuleSwatch{background:var(--swatch);cursor:pointer;border:1px solid #d8dfeb;border-radius:6px;width:32px;height:32px}.prototypeSmartColorButton{color:#3155e7;cursor:pointer;min-height:30px;font:inherit;background:#eef4ff;border:0;border-radius:999px;padding:0 12px;font-weight:700}.prototypeColorPalette{z-index:20;background:#fff;border:1px solid #d8dfeb;border-radius:12px;gap:10px;min-width:286px;padding:12px;display:grid;position:absolute;top:38px;left:0;box-shadow:0 12px 26px #0f172a24}.prototypeColorPaletteHeader{color:#4b5565;justify-content:space-between;align-items:center;gap:10px;font-size:12px;display:flex}.prototypeColorPaletteHeader strong{color:#17211f;font-size:13px}.prototypeColorPaletteQuickAction{color:#64748b;cursor:pointer;font:inherit;background:0 0;border:0;font-weight:700}.prototypeColorPaletteGrid{grid-template-columns:repeat(10,20px);gap:7px;display:grid}.prototypeColorPaletteGrid button{background:var(--swatch);cursor:pointer;border:1px solid #d8dfeb;border-radius:5px;width:20px;height:20px;padding:0}.prototypeColorPaletteGrid button.active{box-shadow:0 0 0 2px #3155e7}.prototypeColorRuleRow .prototypeIconButton{background:0 0;border-radius:6px;width:28px;height:28px}.prototypeSortLine{background:#f7f8fb;border-radius:8px;grid-template-columns:22px minmax(0,1fr) auto;padding:7px 8px}.prototypeSortLine span{color:#526071;background:#e8eef7;border-radius:999px;place-items:center;width:20px;height:20px;font-weight:700;display:inline-grid}.prototypeSortLine em{color:#6b7280;font-style:normal}.prototypeGhostButton,.prototypeMenuButton{color:#1d4ed8;cursor:pointer;background:#eef4ff;border-radius:8px;min-height:30px;font-weight:700}.prototypeMenuButton{color:#4b5565;text-align:left;background:0 0;width:100%}.prototypeMenuButton[data-active=true],.prototypeMenuButton:hover{color:#1d4ed8;background:#eef4ff}.prototypeHeightMenuButton{color:#2f3a4a;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:8px;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:8px;width:100%;min-height:32px;font-size:13px;font-weight:700;display:grid}.prototypeHeightMenuButton[data-active=true],.prototypeHeightMenuButton:hover{color:#1d4ed8;background:#eef4ff}.prototypeHeightGlyph{color:currentColor;place-items:center;width:20px;height:20px;display:inline-grid;position:relative}.prototypeHeightGlyph:before,.prototypeHeightGlyph:after{content:"";background:currentColor;border-radius:999px;width:10px;position:absolute;left:5px}.prototypeHeightGlyph:before{height:2px;top:5px;box-shadow:0 5px}.prototypeHeightGlyph:after{height:2px;top:15px}.prototypeHeightGlyph[data-density=standard]:before{top:4px;box-shadow:0 6px}.prototypeHeightGlyph[data-density=standard]:after{top:16px}.prototypeHeightGlyph[data-density=tall]:before{top:3px;box-shadow:0 7px}.prototypeHeightGlyph[data-density=tall]:after{top:17px}.prototypeHeightGlyph[data-density=extraTall]:before{top:2px;box-shadow:0 8px}.prototypeHeightGlyph[data-density=extraTall]:after{top:18px}.prototypeSwatches{gap:8px;display:flex}.prototypeSwatchButton{background:var(--swatch);cursor:pointer;border:2px solid #0000;border-radius:8px;width:30px;height:30px}.prototypeSwatchButton[data-active=true]{border-color:#111827;box-shadow:0 0 0 3px #1118271a}.prototypeDesignNotes{z-index:4;color:#5b6473;background:#ffffffeb;border:1px solid #dbe2ed;border-radius:8px;gap:4px;width:250px;padding:10px 12px;font-size:12px;display:none;position:absolute;bottom:24px;right:28px;box-shadow:0 14px 40px #151f2e1f}.prototypeDesignNotes strong{color:#17211f}.prototypeTopbarActions{justify-content:flex-end;align-items:center;gap:8px;min-width:0;display:flex}@media (width<=1280px){.prototypeSharePopover{right:16px}.prototypePermissionIntroCards{grid-template-columns:repeat(3,minmax(200px,1fr))}.prototypePermissionDataLayout{grid-template-columns:228px minmax(0,1fr)}.prototypePermissionMatrixHeader,.prototypePermissionMatrixRow{grid-template-columns:minmax(150px,1fr) repeat(3,minmax(90px,.35fr))}}@media (width<=920px){.prototypeSheetZone{grid-template-rows:auto 44px 38px minmax(0,1fr)}.prototypeDocumentBar{flex-direction:column;align-items:flex-start;gap:8px;padding-block:8px}.prototypeSharePopover{width:auto;top:78px;left:12px;right:12px}.prototypePermissionIntroDialog,.prototypePermissionDialog{height:auto;min-height:100%}.prototypePermissionIntroBody{align-content:start;padding:36px 16px}.prototypePermissionIntroCards{grid-template-columns:1fr;width:min(100%,420px)}.prototypePermissionDialog{grid-template-rows:auto minmax(0,1fr) auto}.prototypePermissionHeader{grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:10px 14px}.prototypePermissionShareGrantWrap{grid-column:1/-1;justify-self:stretch}.prototypePermissionShareGrant{border-top:1px solid #edf0f5;border-left:0;justify-content:center;width:100%;height:32px}.prototypePermissionShareGrantMenu{width:auto;left:0;right:0}.prototypePermissionHeaderActions{grid-area:1/2}.prototypePermissionWorkspace{grid-template-columns:1fr}.prototypePermissionSidebar{border-bottom:1px solid #e1e5ec;border-right:0;gap:12px;padding:12px 14px;display:flex;overflow-x:auto}.prototypePermissionSidebar section{flex:none;min-width:210px}.prototypePermissionAiButton,.prototypePermissionHelp{border-top:0;flex:none;align-self:center;margin:0;padding-top:0}.prototypePermissionMain,.prototypePermissionMembersView{padding:20px 14px 0}.prototypePermissionMemberPicker{width:100%;margin-top:16px;position:static}.prototypePermissionMembersGrid{padding-top:18px}.prototypePermissionTabs{gap:20px;overflow-x:auto}.prototypePermissionTabs button{flex:none}.prototypePermissionDataLayout{grid-template-columns:1fr;gap:16px;padding-top:16px}.prototypePermissionResourceList{display:flex;overflow-x:auto}.prototypePermissionResourceList label{flex:0 0 260px}.prototypePermissionResourceList button{flex:0 0 190px}.prototypePermissionRadioGrid{grid-template-columns:repeat(2,minmax(110px,1fr))}.prototypePermissionMatrix{overflow-x:auto}.prototypePermissionMatrixHeader,.prototypePermissionMatrixRow{min-width:620px}.prototypePermissionConditionRow{grid-template-columns:42px minmax(130px,1fr) 84px minmax(160px,1fr) 28px}.prototypePermissionFooter{grid-template-columns:1fr;padding:12px 14px}.prototypePermissionFooter span{white-space:normal}.prototypePermissionPreviewSegment{justify-self:stretch}.prototypePermissionPreviewSegment button{flex:1 1 0}}@media (width<=560px){.prototypeDocumentTitle strong{max-width:220px}.prototypeSharePopover{gap:12px;padding:14px}.prototypeShareSetting{justify-self:start;position:static}.prototypePermissionIntroCopy h2{font-size:21px}.prototypePermissionHeader{grid-template-columns:minmax(0,1fr) auto}.prototypePermissionHeaderActions{grid-area:1/2;justify-content:flex-end}.prototypePermissionSidebar{display:grid;overflow-x:visible}.prototypePermissionSidebar section{min-width:0}.prototypePermissionMainHeader{flex-direction:column;align-items:flex-start}.prototypePermissionAddMember{justify-content:center;align-self:stretch}.prototypePermissionConditionRule{margin-left:0;padding:12px}.prototypePermissionConditionRow,.prototypePermissionConditionGroup{grid-template-columns:1fr}.prototypePermissionConditionRow>span:first-child{text-align:left}.prototypePermissionConditionRow>button{justify-self:end}.prototypePermissionRadioGrid{grid-template-columns:1fr}.prototypePermissionResourceList{display:grid;overflow-x:visible}.prototypePermissionResourceList label,.prototypePermissionResourceList button{flex:none;width:auto}.prototypePermissionRuleSection header{padding:0 14px}.prototypePermissionRadioGrid,.prototypePermissionRecordRules,.prototypePermissionFieldRules,.prototypePermissionViewRules{padding:14px}.prototypePermissionConditionRule,.prototypePermissionSharingRule,.prototypePermissionUserFieldList{margin-left:0}.prototypeShareFooter{margin:0 -14px -14px;padding:10px 14px;overflow-x:auto}}.xrain-component-prototype-page{min-height:100%;color:var(--xrain-text);flex-direction:column;gap:12px;padding:20px 32px 40px;display:flex}@media (width<=720px){.entityDesignListViewCondition{grid-template-columns:1fr 1fr 32px;align-items:stretch}.entityDesignListViewCondition>.ant-input{grid-area:2/1/auto/3}.entityDesignListViewCondition>.ant-btn{grid-area:1/3/3}}.xrain-component-prototype-page__scope{border-left:3px solid var(--xrain-brand);background:var(--xrain-surface-muted);color:var(--xrain-text-muted);border-radius:4px;margin:0;padding:10px 12px;font-size:13px;line-height:1.5}.xrain-component-prototype-page__notice{color:#287146;background:#f0fbf4;border:1px solid #c9e4d3;border-radius:6px;margin:0;padding:8px 12px;font-size:12px}.xrain-component-prototype-page__tabs{flex:auto;min-height:0}.xrain-component-prototype-page__tabs>.ant-tabs-nav{margin-bottom:0}.xrain-component-prototype-page__tabs>.ant-tabs-content-holder{min-height:0;padding-top:18px}.xrain-component-prototype-page__tabs .ant-tabs-tabpane{min-height:0}.xrain-component-prototype-page__tabs .ant-tabs-tab{min-height:42px;padding-block:10px}.xrain-component-prototype-surface{border:1px solid var(--xrain-border);background:var(--xrain-surface);border-radius:8px;min-height:420px;padding:24px}.xrain-component-prototype-form{align-content:start;display:grid}.xrain-component-prototype-form>.ant-form{width:min(820px,100%)}.xrain-component-prototype-form__grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:20px;display:grid}.xrain-component-prototype-form__full{grid-column:1/-1}.xrain-component-prototype-form__actions{border-top:1px solid var(--xrain-border-soft);justify-content:flex-end;gap:10px;padding-top:8px;display:flex}.xrain-component-prototype-dialog{place-items:center;min-height:320px;display:grid}.xrain-component-prototype-feedback{grid-template-rows:auto minmax(0,1fr);gap:24px;display:grid}.xrain-component-prototype-feedback>.ant-segmented{width:min(620px,100%)}.xrain-component-prototype-feedback__stage{place-items:center;min-height:260px;display:grid}.xrain-component-prototype-feedback__stage>.ant-alert,.xrain-component-prototype-feedback__stage>.ant-spin-nested-loading,.xrain-component-prototype-feedback__stage>.ant-empty{width:min(620px,100%)}.xrain-component-prototype-feedback__loading{min-height:180px}.xrain-component-prototype-breadcrumb{align-content:start;min-height:260px;display:grid}.xrain-component-prototype-breadcrumb .xrainBreadcrumb{margin-bottom:18px}.xrain-component-prototype-breadcrumb__content{border-top:1px solid var(--xrain-border-soft);gap:4px;width:min(520px,100%);padding-top:18px;display:grid}.xrain-component-prototype-breadcrumb__content strong{font-size:18px}.xrain-component-prototype-breadcrumb__content span{color:var(--xrain-text-muted);font-size:13px}.xrain-data-list{gap:12px;min-width:0;display:grid}.xrain-error-state{box-sizing:border-box;align-items:flex-start;min-height:56px;margin:0;display:flex}.xrain-error-state--compact{min-height:44px}.xrain-error-state .ant-alert-content{min-width:0}.xrain-error-state .ant-alert-description{overflow-wrap:anywhere}.xrain-data-list__stale-error{margin:0}.recycleBinPage .ant-pro-page-container-children-container{padding-block-start:8px}.recycleBinResourceSelector{align-items:center;gap:12px;min-height:40px;margin-bottom:16px;display:flex}.recycleBinResourceSelector>label{color:var(--colorNeutralForeground2,#424242);white-space:nowrap;flex:none;font-weight:600}.recycleBinResourceSelector>.ant-select{width:min(420px,46vw);min-width:280px}.recycleBinAlert{margin-bottom:16px}.recycleBinLoading,.permissionSetLoadingState,.identityManagementLoadingState{min-height:72px;color:var(--xrain-text-muted);justify-content:center;align-items:center;gap:8px;font-size:13px;display:inline-flex}.xrainCompactLoadingState{min-height:72px;color:var(--xrain-text-muted);align-items:center;gap:8px;font-size:13px;display:inline-flex}.recycleBinEmpty{margin-block:72px}.recycleBinList .recycleBinActionCell{white-space:nowrap;width:96px;min-width:96px}.recycleBinList .recycleBinActionCell .ant-btn{min-width:32px}.xrain-data-list__filter-bar{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.xrain-data-list__base-tools{flex:none;align-items:center;margin-left:auto;display:inline-flex}.xrain-data-list__search{flex:320px;width:auto;max-width:380px;height:40px;max-height:40px}.xrain-data-list__structured-filters{flex-wrap:wrap;flex:auto;align-items:center;gap:8px;display:flex}.xrain-data-list__filter-select{flex:0 0 144px;width:144px}.xrain-data-list__search,.xrain-data-list__filter-select,.xrain-data-list__structured-filters>.ant-btn{border-radius:8px;min-height:40px;font-size:14px}.xrain-data-list__filter-select .ant-select-selector{border-radius:8px;min-height:40px}.xrain-data-list__toolbar{justify-content:flex-end;align-items:center;gap:16px;min-height:40px;display:flex}.xrain-data-list__toolbar-summary{color:var(--xrain-text-muted);white-space:nowrap;margin-right:auto;font-size:12px}.xrain-data-list__toolbar-leading{flex:360px;align-items:center;gap:8px;min-width:0;margin-right:auto;display:flex}.xrain-data-list__toolbar-leading .xrain-data-list__toolbar-summary{margin-right:0}.xrain-data-list__toolbar-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;margin-left:auto;display:flex}.xrain-data-list__toolbar-secondary{min-width:0}.xrain-data-list__base-tools,.xrain-data-list__toolbar-primary{align-items:center;display:inline-flex}.xrain-data-list__toolbar-tool.ant-btn{border-radius:8px;width:40px;height:40px;padding:0}.xrain-data-list__toolbar-primary .ant-btn{border-radius:8px;min-height:40px}.xrain-data-list__table .ant-table{border-radius:0}.xrain-data-list__table{border:1px solid var(--xrain-border);background:var(--xrain-surface);border-radius:8px;overflow:hidden}.xrain-data-list__table .ant-table-thead>tr>th{background:var(--xrain-surface-muted);color:var(--xrain-text-muted);white-space:nowrap;font-size:12px;font-weight:700}.xrain-data-list__table .ant-table,.xrain-data-list__table .ant-table-container,.xrain-data-list__table .ant-table-thead>tr>th,.xrain-data-list__table .ant-table-tbody>tr>td{border-color:var(--xrain-border-soft)!important}.xrain-data-list__table .ant-table-thead>tr>th{border-bottom-color:var(--xrain-border)!important}.xrain-data-list__table .ant-table-tbody>tr>td{color:var(--xrain-text);font-size:13px}.xrain-data-list__table .ant-table-tbody>tr:hover>td{background:var(--xrain-surface-muted)!important}.xrain-data-list__table .ant-table-tbody>tr.ant-table-row-selected>td{background:var(--xrain-brand-soft)}.tenantApiCatalogList .xrain-data-list__table{overflow-x:auto}.tenantApiCatalogList .xrain-data-list__table .ant-table-tbody>tr>td{white-space:normal;word-break:break-word;vertical-align:top}.tenantApiCatalogList .tenantApiCatalogCell{white-space:normal;overflow-wrap:anywhere;max-width:100%;display:block}.xrain-data-list__table .ant-pagination{border-top:1px solid var(--xrain-border-soft);padding:12px 16px;margin:0!important}.xrain-data-list__table .ant-pagination-total-text{margin-right:auto}.xrain-data-list__record-link{color:var(--xrain-brand-strong);font-weight:600}.xrain-data-list__column-settings{gap:9px;min-width:170px;padding:2px;display:grid}.xrain-data-list__column-settings-title{border-bottom:1px solid var(--xrain-border-soft);color:var(--xrain-text);padding-bottom:3px;font-size:12px;font-weight:700}.xrain-data-list__column-settings .ant-checkbox-wrapper{color:var(--xrain-text-muted);font-size:12px}@media (width<=900px){.xrain-component-prototype-page{padding:22px 20px 32px}.xrain-component-prototype-form__grid{grid-template-columns:1fr}.xrain-component-prototype-form__full{grid-column:auto}.xrain-data-list__filter-bar,.xrain-data-list__toolbar{flex-direction:column;align-items:stretch}.xrain-data-list__search{flex:0 0 40px;width:100%;max-width:none}.xrain-data-list__structured-filters{width:100%}.xrain-data-list__toolbar-actions{justify-content:flex-end;width:100%}.xrain-data-list__toolbar-leading{flex-basis:auto;width:100%}}@media (width<=560px){.xrain-component-prototype-page{padding:18px 12px 24px}.xrain-data-list__filter-select{flex:130px}}@media (width<=1280px){.prototypeDesignNotes{display:none}}@media (width<=920px){.prototypeHtmlShell{height:auto;min-height:0}.prototypeWorkspaceShell{grid-template-columns:1fr}.prototypeLeftPane{display:none}}@container (width<=980px){.viewDesignerCanvas,.viewComposerBar,.viewSortBar{grid-template-columns:minmax(0,1fr)}.viewPreviewTable{min-width:520px}}.checkpoint{background:var(--xrain-surface-muted);border:0;border-radius:8px;grid-template-columns:auto minmax(0,1fr);align-items:flex-start;gap:10px;padding:12px;display:grid}.publishDecision{background:var(--xrain-surface-muted);border:0;border-radius:8px;gap:6px;padding:12px;display:grid}.publishDecision[data-state=ready]{background:#eef8f3}.publishDecision[data-state=blocked]{background:#fff5f3}.publishDecision p{color:#44504c;margin:0}.publishFacts{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0;display:grid}.publishFacts div{background:var(--xrain-surface-muted);border-radius:8px;min-width:0;padding:10px}.publishFacts dt{color:#66716e;font-size:12px;font-weight:700}.publishFacts dd{color:#17211f;overflow-wrap:anywhere;margin:4px 0 0;font-weight:700}.deploymentHistoryList{gap:8px;display:grid}.deploymentRunItem{background:var(--xrain-surface-muted);border:0;border-radius:8px;gap:8px;padding:10px;display:grid}.deploymentRunItem[data-state=Failed],.deploymentRunItem[data-state=failed]{background:#fff5f3}.deploymentRunHeader{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.deploymentRunHeader div{gap:3px;display:grid}.deploymentRunHeader span,.deploymentRunItem p{color:#56625e;font-size:12px}.deploymentRunItem p{margin:0}.checkpoint[data-state=blocked]{background:#fff5f3}.checkpoint[data-state=review]{background:#fff8e8}.checkpoint strong,.checkpoint span{display:block}.checkpoint span{color:#56625e;margin-top:3px;line-height:1.45}.checkpoint small{color:#32413c;margin-top:6px;font-weight:700;line-height:1.45;display:block}.publishImpactGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.publishImpactGrid article{background:var(--xrain-surface-muted);border:0;border-radius:8px;min-width:0;padding:10px}.publishImpactGrid span{color:#66716e;font-size:12px;font-weight:700}.publishImpactGrid strong{overflow-wrap:anywhere;margin-top:4px;display:block}.publishImpactGrid p{color:#56625e;margin:6px 0 0;font-size:12px;line-height:1.45}.modalBackdrop{z-index:20;background:#0a12105c;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.workbenchDialog{background:#fff;border:1px solid #d9dfdc;border-radius:8px;gap:12px;width:min(560px,100%);max-height:calc(100vh - 48px);padding:18px;display:grid;overflow:auto;box-shadow:0 24px 80px #0a121038}.workbenchDialog.wide{width:min(760px,100%)}.runtimeRecordDialog,.runtimeImportDialog{flex-direction:column;display:flex;overflow:hidden}.runtimeDialogBody{overscroll-behavior:contain;scrollbar-gutter:stable;flex:auto;min-height:0;padding-inline-end:4px;overflow-y:auto}.confirmDialog{flex-direction:column;display:flex;overflow:hidden}.confirmDialog .dialogBody{overscroll-behavior:contain;scrollbar-gutter:stable;flex:auto;min-height:0;overflow-y:auto}.prototypeInlineNotice{z-index:85;color:#8a5500;background:#fff8eb;border:1px solid #f4c87a;border-radius:10px;flex-wrap:wrap;align-items:center;gap:12px;max-width:min(520px,100vw - 48px);padding:12px 14px;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 18px 44px #0a12102e}.prototypeInlineNotice span{flex:280px;line-height:1.45}.prototypeInlineNoticeActions{flex:none;gap:8px;margin-left:auto;display:flex}.prototypeCreateDialog{width:min(520px,100%)}.dialogHeader{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.dialogHeader h2{letter-spacing:0;margin:3px 0 0;font-size:20px;line-height:1.25}.prototypeDialogEyebrow{color:#64748b;font-size:12px;font-weight:700}.prototypeDialogClose{color:#475569;cursor:pointer;background:#eef1f6;border:0;border-radius:8px;place-items:center;width:34px;height:34px;display:inline-grid}.prototypeDialogForm{gap:12px;display:grid}.prototypeDialogForm label{color:#344054;gap:7px;font-size:13px;font-weight:700;display:grid}.prototypeDialogForm input,.prototypeDialogForm select,.prototypeDialogForm textarea{color:#111827;width:100%;min-width:0;font:inherit;background:#fff;border:1px solid #d8dee8;border-radius:8px;font-weight:500}.prototypeDialogForm input,.prototypeDialogForm select{height:36px;padding:0 10px}.prototypeDialogForm textarea{resize:vertical;padding:9px 10px;line-height:1.5}.prototypeDialogSplit{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.checkpointList{gap:10px;display:grid}.dialogActions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.objectHeader .statusText{align-self:center}.deleteConfirm{background:var(--xrain-surface-muted);border:0;border-radius:8px;gap:8px;padding:12px;display:grid}.deleteConfirm p{color:#44504c;margin:0;line-height:1.45}@media (width<=1120px){.tenantPanel,.catalogPanel,.sidebarIdentity{min-width:220px}.businessWorkspace,.businessGrid,.dblinkBody,.designGrid,.designJourney,.salesHero,.salesWorkdayGrid,.designerMainRail,.dblinkHero{grid-template-columns:1fr;display:grid}.dblinkHeroActions{justify-items:start}}@media (width<=720px){.ant-modal{max-width:calc(100vw - 24px)}.ant-modal-content{max-height:calc(100vh - 24px)}.workspace{padding:14px}.metricGrid,.importFlow,.importPolicy,.objectStats,.metadataSummary dl,.publishFacts,.publishImpactGrid,.runtimeFormGrid,.salesContextFacts,.salesHeroStats,.salesWorkFacts,.summaryGrid{grid-template-columns:1fr}.actionDock,.focusActions,.paginationBar,.runtimeToolbar{flex-direction:column;align-items:stretch}.actionDock>*,.focusActions>*,.paginationBar>*,.runtimeToolbar>*{width:100%}.runtimeToolbarActions,.runtimeFilterHeader,.runtimeFilterMode,.runtimeSortControls{flex-direction:column;align-items:stretch}.runtimeFilterRow{grid-template-columns:1fr}.runtimeSortControls select,.runtimeToolbarActions>*{width:100%}.metadataToolbar,.metadataTools{flex-direction:column;align-items:stretch}.metadataTools,.toolbarField{min-width:0}.dblinkDefinitionList,.dblinkOverviewGrid{grid-template-columns:1fr}.salesWorkTopline,.salesWorkTitle,.salesSignalGrid{flex-direction:column;align-items:stretch}.dblinkHeroActions{justify-content:flex-start}}.workspace.workspaceDblink{overflow:hidden}.workspace.workspaceDblink .dblinkSqlWorkbench{min-width:0;height:100%;min-height:0;box-shadow:none;background:0 0;border:0;border-radius:0;grid-template-columns:312px minmax(0,1fr);display:grid;overflow:hidden}.workspace.workspaceDblink .dblinkExplorerPane{background:#f7f9fb;border-right:1px solid #cfd6df;grid-template-rows:auto auto minmax(0,1fr);gap:8px;min-width:0;min-height:0;padding:12px 10px 10px;display:grid}.workspace.workspaceDblink .dblinkExplorerHeader{justify-content:space-between;align-items:center;gap:10px;min-width:0;padding:0 2px;display:flex}.workspace.workspaceDblink .dblinkExplorerHeaderCopy{min-width:0}.workspace.workspaceDblink .dblinkSectionLabel{color:#6b7280;letter-spacing:.06em;text-transform:uppercase;margin:0 0 2px;font-size:11px;font-weight:700}.workspace.workspaceDblink .dblinkExplorerHeader h2{color:#12202c;margin:0;font-size:16px;line-height:1.25}.workspace.workspaceDblink .dblinkIconButton{justify-content:center;width:34px;min-width:34px;padding-inline:0}.workspace.workspaceDblink .dblinkSearchField{background:#fff;border:1px solid #c8d2dc;border-radius:4px;align-items:center;gap:8px;min-height:34px;padding:0 10px;display:flex;box-shadow:inset 0 1px #ffffffbf}.workspace.workspaceDblink .dblinkSearchField svg{color:#6b7280;flex:none}.workspace.workspaceDblink .dblinkSearchField input{color:#12202c;width:100%;min-width:0;font:inherit;background:0 0;border:0;outline:none}.workspace.workspaceDblink .dblinkSchemaList{min-width:0;min-height:0;padding:2px 2px 10px 0;display:block;overflow:auto}.workspace.workspaceDblink .dblinkSchemaGroup{margin-bottom:2px;display:block}.workspace.workspaceDblink .dblinkSchemaHeaderButton,.workspace.workspaceDblink .dblinkCategoryRow,.workspace.workspaceDblink .dblinkObjectRow,.workspace.workspaceDblink .dblinkHistoryRow{width:100%;min-width:0;color:inherit;text-align:left;font:inherit;background:0 0;border:0}.workspace.workspaceDblink .dblinkSchemaHeaderButton{border-radius:4px;grid-template-columns:16px minmax(0,1fr) auto;align-items:center;gap:6px;min-height:32px;padding:4px 8px 4px 3px;display:grid}.workspace.workspaceDblink .dblinkSchemaHeaderButton:hover,.workspace.workspaceDblink .dblinkCategoryRow:hover,.workspace.workspaceDblink .dblinkObjectRow:hover,.workspace.workspaceDblink .dblinkHistoryRow:hover,.workspace.workspaceDblink .dblinkQueryTab:hover,.workspace.workspaceDblink .dblinkResultTab:hover{background:#eef4fb}.workspace.workspaceDblink .dblinkDisclosureIcon{color:#5b6774;place-items:center;width:16px;height:16px;display:inline-grid}.workspace.workspaceDblink .dblinkSchemaMeta{gap:1px;min-width:0;display:grid}.workspace.workspaceDblink .dblinkSchemaTitleRow{grid-template-columns:18px minmax(0,max-content) minmax(0,1fr);align-items:center;gap:5px;min-width:0;display:grid}.workspace.workspaceDblink .dblinkSchemaTitleRow strong{color:#12202c;text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.workspace.workspaceDblink .dblinkSchemaTitleRow span,.workspace.workspaceDblink .dblinkSchemaMeta p{color:#66717f;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.35;overflow:hidden}.workspace.workspaceDblink .dblinkSchemaMeta p{display:none}.workspace.workspaceDblink .dblinkSchemaCount,.workspace.workspaceDblink .dblinkCategoryCount,.workspace.workspaceDblink .dblinkObjectBadge{color:#5b6774;background:#f6f8fa;border:1px solid #d6dde5;border-radius:999px;justify-content:center;align-items:center;min-width:28px;min-height:20px;padding:0 6px;font-size:11px;font-weight:600;display:inline-flex}.workspace.workspaceDblink .dblinkCategoryList{border-left:1px solid #e1e6eb;margin-left:8px;padding-left:12px;display:block}.workspace.workspaceDblink .dblinkCategoryGroup{display:block}.workspace.workspaceDblink .dblinkCategoryRow{border-radius:4px;grid-template-columns:16px 18px minmax(0,1fr) auto;align-items:center;gap:5px;min-height:30px;padding:3px 8px 3px 0;display:grid}.workspace.workspaceDblink .dblinkCategoryMeta,.workspace.workspaceDblink .dblinkObjectMeta{gap:0;min-width:0;display:grid}.workspace.workspaceDblink .dblinkCategoryMeta strong,.workspace.workspaceDblink .dblinkObjectMeta strong{color:#162331;overflow-wrap:anywhere;text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.workspace.workspaceDblink .dblinkCategoryMeta span,.workspace.workspaceDblink .dblinkObjectMeta span{color:#66717f;overflow-wrap:anywhere;font-size:12px;line-height:1.35;display:none}.workspace.workspaceDblink .dblinkCategoryIcon,.workspace.workspaceDblink .dblinkObjectIcon{color:#4b6b84;place-items:center;width:16px;height:16px;display:inline-grid}.workspace.workspaceDblink .dblinkObjectList{padding-left:24px;display:block}.workspace.workspaceDblink .dblinkCategoryEmpty{color:#66717f;padding:4px 8px 4px 24px;font-size:12px;display:block}.workspace.workspaceDblink .dblinkCategoryEmpty strong{display:none}.workspace.workspaceDblink .dblinkCategoryEmpty span{color:#66717f}.workspace.workspaceDblink .dblinkObjectRow{border-radius:4px;grid-template-columns:16px minmax(0,1fr) auto;align-items:center;gap:6px;min-height:30px;padding:3px 8px 3px 0;display:grid}.workspace.workspaceDblink .dblinkObjectRow[data-selected=true],.workspace.workspaceDblink .dblinkCategoryGroup[data-selected=true]>.dblinkCategoryRow{background:#e6eff9}.workspace.workspaceDblink .dblinkObjectRow[data-kind=view] .dblinkObjectIcon{color:#5c6fde}.workspace.workspaceDblink .dblinkObjectRow[data-kind=materialized_view] .dblinkObjectIcon{color:#0f766e}.workspace.workspaceDblink .dblinkEmptyExplorer{color:#5b6774;background:#fff;border:1px dashed #d6dde5;border-radius:8px;align-content:start;gap:4px;padding:16px;display:grid}.workspace.workspaceDblink .dblinkWorkbenchPane{background:#f4f6f8;grid-template-rows:minmax(0,1fr);min-width:0;min-height:0;display:grid}.workspace.workspaceDblink .dblinkWorkbenchBody{gap:12px;min-width:0;min-height:0;padding:12px 16px 16px;display:grid}.workspace.workspaceDblink .dblinkMainColumn{grid-template-rows:auto minmax(0,1fr);gap:12px;min-width:0;min-height:0;display:grid}.workspace.workspaceDblink .dblinkInfoTabPage{min-height:0;box-shadow:var(--xrain-elevation-1);background:#fff;border:1px solid #d8dde3;border-top:0;border-radius:0 0 8px 8px;grid-template-rows:minmax(0,1fr);display:grid;overflow:hidden}.workspace.workspaceDblink .dblinkInfoTabBody{min-height:0;padding:14px 16px;overflow:auto}.workspace.workspaceDblink .dblinkHistoryListFull{align-content:start}.workspace.workspaceDblink .dblinkQueryTabs,.workspace.workspaceDblink .dblinkResultTabs{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.workspace.workspaceDblink .dblinkResultTab{color:#5b6774;min-height:32px;font:inherit;background:0 0;border:0;border-bottom:2px solid #0000;padding:0 12px}.workspace.workspaceDblink .dblinkResultTab[data-active=true]{color:#2f6fed;border-bottom-color:#2f6fed;font-weight:700}.workspace.workspaceDblink .dblinkQueryPane{gap:10px;min-width:0;display:grid}.workspace.workspaceDblink .dblinkQueryTabBar{background:#fff;border:1px solid #d8dde3;border-bottom:0;border-radius:8px 8px 0 0;justify-content:space-between;align-items:center;gap:12px;padding:0 12px;display:flex}.workspace.workspaceDblink .dblinkQueryTab{color:#526170;min-height:34px;font:inherit;background:0 0;border:0;border-bottom:2px solid #0000;align-items:center;gap:6px;padding:0 10px 0 12px;display:inline-flex}.workspace.workspaceDblink .dblinkQueryTab[data-active=true]{color:#12202c;border-bottom-color:#2f6fed;font-weight:700}.workspace.workspaceDblink .dblinkCloseTabButton,.workspace.workspaceDblink .dblinkAddTabButton{justify-content:center;width:28px;min-width:28px;min-height:28px;padding-inline:0}.workspace.workspaceDblink .dblinkQueryToolbar{background:#fff;border:1px solid #d8dde3;border-top:0;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.workspace.workspaceDblink .dblinkQueryToolbarLeft,.workspace.workspaceDblink .dblinkQueryToolbarRight{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.workspace.workspaceDblink .dblinkConnectionSelect{color:#526170;align-items:center;gap:8px;font-size:12px;display:inline-flex}.workspace.workspaceDblink .dblinkConnectionSelect select{color:#12202c;min-height:32px;font:inherit;background:#fff;border:1px solid #ccd5df;border-radius:6px;padding:0 10px}.workspace.workspaceDblink .dblinkHistoryPanel{background:#fff;border:1px solid #d8dde3;border-top:0;gap:10px;margin:0 16px;padding:12px;display:grid}.workspace.workspaceDblink .dblinkPanelHeader{justify-content:space-between;align-items:center;gap:12px;display:flex}.workspace.workspaceDblink .dblinkPanelHeader strong{color:#12202c;font-size:14px;display:block}.workspace.workspaceDblink .dblinkPanelHeader span{color:#66717f;font-size:12px}.workspace.workspaceDblink .dblinkHistoryList{gap:8px;display:grid}.workspace.workspaceDblink .dblinkHistoryRow{border-radius:6px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 12px;display:grid}.workspace.workspaceDblink .dblinkHistoryRowCopy,.workspace.workspaceDblink .dblinkHistoryRowMeta{gap:2px;min-width:0;display:grid}.workspace.workspaceDblink .dblinkHistoryRowCopy strong,.workspace.workspaceDblink .dblinkHistoryRowCopy code,.workspace.workspaceDblink .dblinkHistoryRowMeta span{overflow-wrap:anywhere}.workspace.workspaceDblink .dblinkHistoryRowCopy strong{color:#12202c;font-size:13px}.workspace.workspaceDblink .dblinkHistoryRowCopy code{color:#12202c;white-space:pre-wrap;max-height:68px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:12px;line-height:1.4;display:block;overflow:hidden}.workspace.workspaceDblink .dblinkHistoryRowCopy span,.workspace.workspaceDblink .dblinkHistoryRowMeta span,.workspace.workspaceDblink .dblinkHistoryEmpty{color:#66717f;font-size:12px;line-height:1.35}.workspace.workspaceDblink .dblinkHistoryEmpty{border:1px dashed #d8dde3;border-radius:6px;padding:10px 12px}.workspace.workspaceDblink .dblinkEditorFrame,.workspace.workspaceDblink .dblinkResultFrame,.workspace.workspaceDblink .dblinkInspectorPane{min-width:0;box-shadow:var(--xrain-elevation-1);background:#fff;border:1px solid #d8dde3;border-radius:8px}.workspace.workspaceDblink .dblinkEditorFrame{gap:0;display:grid}.workspace.workspaceDblink .dblinkEditorSurface{grid-template-rows:minmax(200px,1fr) auto;grid-template-columns:52px minmax(0,1fr);min-height:220px;display:grid}.workspace.workspaceDblink .dblinkLineNumbers{color:#8b95a1;text-align:right;-webkit-user-select:none;user-select:none;background:#fbfcfd;border-right:1px solid #e6ebf0;grid-area:1/1;align-content:start;gap:0;padding:16px 10px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:12px;line-height:1.7;display:grid}.workspace.workspaceDblink .dblinkLineNumbers span{min-height:1.7em}.workspace.workspaceDblink .dblinkSqlEditor{color:#12202c;resize:none;white-space:pre;background:#fff;border:0;outline:none;grid-area:1/2;width:100%;min-height:0;padding:16px 18px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:14px;line-height:1.7;overflow:auto}.workspace.workspaceDblink .dblinkEditorStatus{color:#66717f;background:#fbfcfd;border-top:1px solid #e6ebf0;grid-column:1/-1;justify-content:space-between;align-items:center;gap:12px;padding:8px 12px;font-size:12px;display:flex}.workspace.workspaceDblink .dblinkResultFrame{grid-template-rows:minmax(0,1fr);min-height:0;display:grid}.workspace.workspaceDblink .dblinkInspectorHeader>div{gap:3px;min-width:0;display:grid}.workspace.workspaceDblink .dblinkInspectorHeader strong{color:#12202c;font-size:14px}.workspace.workspaceDblink .dblinkInspectorHeader span{color:#66717f;font-size:12px}.workspace.workspaceDblink .dblinkInspectorPane{grid-template-rows:auto minmax(0,1fr);display:grid;overflow:hidden}.workspace.workspaceDblink .dblinkInspectorHeader{background:#fbfcfd;border-bottom:1px solid #e6ebf0;justify-content:space-between;align-items:center;gap:10px;padding:12px;display:flex}.workspace.workspaceDblink .dblinkInspectorBody{min-width:0;min-height:0;overflow:auto}.workspace.workspaceDblink .dblinkTableWrap{min-width:0;padding:10px 12px 14px;overflow:auto}.workspace.workspaceDblink .dblinkResultTable.xrain-data-list{min-width:0;padding:12px}.workspace.workspaceDblink .dblinkResultColumnTitle>span,.workspace.workspaceDblink .dblinkResultColumnTitle>small{display:block}.workspace.workspaceDblink .dblinkResultColumnTitle>span{font-size:13px;font-weight:700}.workspace.workspaceDblink .dblinkResultColumnTitle>small{color:#66717f;margin-top:2px;font-size:12px;font-weight:400}.workspace.workspaceDblink .dblinkEllipsisRow td{text-align:center;color:#66717f}.workspace.workspaceDblink .dblinkResultPlaceholder,.workspace.workspaceDblink .dblinkPlanView,.workspace.workspaceDblink .dblinkStatsGrid{min-width:0;padding:14px 12px}.workspace.workspaceDblink .dblinkResultPlaceholder{gap:6px;display:grid}.workspace.workspaceDblink .dblinkResultPlaceholder strong{color:#12202c;font-size:14px}.workspace.workspaceDblink .dblinkResultPlaceholder p{color:#5b6774;margin:0;font-size:13px;line-height:1.45}.workspace.workspaceDblink .dblinkPlanView{gap:8px;display:grid}.workspace.workspaceDblink .dblinkPlanStep{background:#fbfcfd;border:1px solid #dfe5eb;border-radius:6px;gap:3px;padding:10px 12px;display:grid}.workspace.workspaceDblink .dblinkPlanStep strong{color:#12202c;font-size:13px}.workspace.workspaceDblink .dblinkPlanStep span{color:#5b6774;font-size:12px;line-height:1.4}.workspace.workspaceDblink .dblinkStatsGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.workspace.workspaceDblink .dblinkStatCard{background:#fbfcfd;border:1px solid #dfe5eb;border-radius:6px;gap:4px;padding:12px;display:grid}.workspace.workspaceDblink .dblinkStatCard span{color:#66717f;font-size:12px}.workspace.workspaceDblink .dblinkStatCard strong{color:#12202c;font-size:18px;font-weight:700}.workspace.workspaceDblink .dblinkDiagramView{gap:12px;min-width:0;padding:14px 12px;display:grid}.workspace.workspaceDblink .dblinkDiagramLead{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.workspace.workspaceDblink .dblinkDiagramLeadCopy{gap:4px;min-width:0;display:grid}.workspace.workspaceDblink .dblinkDiagramLeadCopy strong{color:#12202c;font-size:14px}.workspace.workspaceDblink .dblinkDiagramLeadCopy p{color:#5b6774;margin:0;font-size:12px;line-height:1.45}.workspace.workspaceDblink .dblinkDiagramLegend{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.workspace.workspaceDblink .dblinkDiagramLegend span{color:#5b6774;background:#f8fafc;border:1px solid #d6dde5;border-radius:999px;align-items:center;min-height:22px;padding:0 10px;font-size:11px;display:inline-flex}.workspace.workspaceDblink .dblinkDiagramLegend span[data-kind=table]{color:#1d4ed8;background:#edf4ff;border-color:#c6d6f7}.workspace.workspaceDblink .dblinkDiagramLegend span[data-kind=meta]{color:#5b5fd6;background:#f5f6ff;border-color:#d8d8e6}.workspace.workspaceDblink .dblinkDiagramLegend span[data-kind=runtime]{color:#0f766e;background:#f0fbf8;border-color:#cde8e1}.workspace.workspaceDblink .dblinkDiagramLegend span[data-kind=view]{color:#4b6b84;background:#f5f9ff;border-color:#d8e2f3}.workspace.workspaceDblink .dblinkSchemaCards{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.workspace.workspaceDblink .dblinkSchemaCard{color:inherit;text-align:left;font:inherit;background:#fff;border:1px solid #d8dde3;border-radius:8px;gap:6px;padding:10px 12px;display:grid}.workspace.workspaceDblink .dblinkSchemaCard[data-active=true]{background:#f1f6ff;border-color:#b9cdf5}.workspace.workspaceDblink .dblinkSchemaCardTop{justify-content:space-between;align-items:center;gap:8px;display:flex}.workspace.workspaceDblink .dblinkSchemaCardTop strong{color:#12202c;font-size:13px}.workspace.workspaceDblink .dblinkSchemaCardTop span,.workspace.workspaceDblink .dblinkSchemaCard p{color:#66717f;font-size:12px;line-height:1.35}.workspace.workspaceDblink .dblinkSchemaCard p{margin:0}.workspace.workspaceDblink .dblinkSchemaCardStats{flex-wrap:wrap;gap:6px;display:flex}.workspace.workspaceDblink .dblinkSchemaCardStats span{color:#5b6774;background:#f7fafc;border:1px solid #d6dde5;border-radius:999px;align-items:center;min-height:20px;padding:0 8px;font-size:11px;display:inline-flex}.workspace.workspaceDblink .dblinkErSplit{grid-template-columns:minmax(0,1fr) 320px;gap:12px;min-height:520px;display:grid}.workspace.workspaceDblink .dblinkErSplit[data-fullscreen=true]{min-height:calc(100vh - 128px)}.workspace.workspaceDblink .dblinkErViewport{background:#fbfcfe;border:1px solid #d8dde3;border-radius:10px;min-height:520px;display:grid;position:relative;overflow:hidden}.workspace.workspaceDblink .dblinkErViewport .react-flow{height:100%;min-height:inherit}.workspace.workspaceDblink .dblinkErSplit[data-fullscreen=true] .dblinkErViewport{min-height:calc(100vh - 128px)}.workspace.workspaceDblink .dblinkErViewport .react-flow__node-default{box-shadow:none;background:0 0;border:0;padding:0}.workspace.workspaceDblink .dblinkErViewport .react-flow__edge-textbg{fill:#fbfcfe}.workspace.workspaceDblink .dblinkErViewport .react-flow__edge-text{fill:#415064;font-size:11px}.workspace.workspaceDblink .dblinkErFlowNodeInner{text-align:left;background:#fff;border:1px solid #d6dde5;border-radius:8px;gap:4px;width:100%;height:100%;padding:9px 11px;display:grid;box-shadow:0 8px 18px #0f172a14}.workspace.workspaceDblink .dblinkErFlowNodeInner strong{color:#12202c;overflow-wrap:anywhere;font-size:12px;line-height:1.2}.workspace.workspaceDblink .dblinkErFlowNodeInner span{color:#5b6774;font-size:11px;line-height:1.35}.workspace.workspaceDblink .dblinkErFlowNodeInner[data-kind=table]{background:#f5f9ff;border-color:#bfd3f7}.workspace.workspaceDblink .dblinkErFlowNodeInner[data-kind=meta]{background:#f7f8ff;border-color:#d8d8e6}.workspace.workspaceDblink .dblinkErFlowNodeInner[data-kind=runtime]{background:#f1fbf8;border-color:#c9e9e1}.workspace.workspaceDblink .dblinkErFlowNodeInner[data-kind=view]{background:#f6faff;border-color:#d7e1ef}.workspace.workspaceDblink .dblinkErCanvasEmpty{color:#5d6875;text-align:center;place-content:center;gap:8px;height:100%;min-height:420px;padding:24px;display:grid}.workspace.workspaceDblink .dblinkErCanvasEmpty strong{color:#12202c;font-size:15px}.workspace.workspaceDblink .dblinkErCanvasEmpty p{max-width:420px;margin:0;font-size:12px;line-height:1.6}.workspace.workspaceDblink .dblinkErObjectPanel{background:#fff;border:1px solid #d8dde3;border-radius:10px;grid-template-rows:auto auto minmax(0,1fr);min-width:0;min-height:0;display:grid;overflow:hidden}.workspace.workspaceDblink .dblinkErObjectPanelHeader{border-bottom:1px solid #e3e8ef;justify-content:space-between;align-items:center;gap:10px;padding:12px;display:flex}.workspace.workspaceDblink .dblinkErObjectPanelHeader>div{gap:3px;min-width:0;display:grid}.workspace.workspaceDblink .dblinkErObjectPanelHeader strong{color:#12202c;font-size:13px}.workspace.workspaceDblink .dblinkErObjectPanelHeader span{color:#66717f;font-size:11px}.workspace.workspaceDblink .dblinkErObjectSearch{color:#607086;background:#f8fafc;border:1px solid #cfd8e3;border-radius:8px;align-items:center;gap:8px;min-height:34px;margin:10px 12px;padding:0 10px;display:flex}.workspace.workspaceDblink .dblinkErObjectSearch input{color:#12202c;width:100%;min-width:0;font:inherit;background:0 0;border:0;outline:0}.workspace.workspaceDblink .dblinkErObjectList{align-content:start;gap:6px;min-height:0;padding:0 12px 12px;display:grid;overflow:auto}.workspace.workspaceDblink .dblinkErObjectRow{background:#f8fafc;border:1px solid #e1e7ee;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;min-height:54px;padding:8px;display:grid}.workspace.workspaceDblink .dblinkErObjectRow[data-visible=true]{background:#f3f7ff;border-color:#c5d8fb}.workspace.workspaceDblink .dblinkErObjectRowCopy{gap:3px;min-width:0;display:grid}.workspace.workspaceDblink .dblinkErObjectRowCopy strong{color:#12202c;overflow-wrap:anywhere;font-size:12px;line-height:1.25}.workspace.workspaceDblink .dblinkErObjectRowCopy span{color:#657383;font-size:11px}.workspace.workspaceDblink .dblinkErObjectBadge{color:#66717f;white-space:nowrap;border:1px solid #d7e0ec;border-radius:999px;align-items:center;min-height:20px;padding:0 7px;font-size:10px;display:inline-flex}.workspace.workspaceDblink .dblinkErObjectBadge[data-default=true]{color:#2f63ba;border-color:#bdd0f4}.workspace.workspaceDblink .dblinkContextMenu{z-index:60;background:#fff;border:1px solid #cfd8e3;border-radius:8px;min-width:180px;padding:6px;display:grid;position:fixed;box-shadow:0 18px 40px #0f172a2e}.workspace.workspaceDblink .dblinkContextMenu button{color:#12202c;text-align:left;min-height:34px;font:inherit;background:0 0;border:0;border-radius:6px;align-items:center;padding:0 10px;display:flex}.workspace.workspaceDblink .dblinkContextMenu button:hover{background:#f0f5ff}.workspace.workspaceDblink .dblinkDiagramModal{z-index:70;background:#fff;border:1px solid #cfd8e3;border-radius:12px;grid-template-rows:auto minmax(0,1fr);gap:12px;padding:14px;display:grid;position:fixed;inset:24px;box-shadow:0 24px 70px #0f172a40}.workspace.workspaceDblink .dblinkDiagramModalHeader{justify-content:space-between;align-items:center;gap:12px;display:flex}.workspace.workspaceDblink .dblinkDiagramModalHeader>div{gap:3px;display:grid}.workspace.workspaceDblink .dblinkDiagramModalHeader strong{color:#12202c;font-size:16px}.workspace.workspaceDblink .dblinkDiagramModalHeader span{color:#66717f;font-size:12px}@media (width<=1280px){.workspace.workspaceDblink .dblinkSqlWorkbench{grid-template-columns:300px minmax(0,1fr)}}@media (width<=1120px){.workspace.workspaceHostDatabase{overflow:auto}.hostDatabaseWorkspace{grid-template-rows:auto;overflow:visible}.hostDatabaseWorkspace>.dblinkSqlWorkbench{height:auto;min-height:760px}.workspace.workspaceDblink .dblinkSqlWorkbench{grid-template-rows:minmax(260px,38vh) minmax(0,1fr);grid-template-columns:1fr}.workspace.workspaceDblink .dblinkWorkbenchBody{grid-template-columns:1fr}.workspace.workspaceDblink .dblinkExplorerPane{border-bottom:1px solid #d8dde3;border-right:0}}@media (width<=900px){.workspace.workspaceDblink .dblinkQueryToolbar{flex-direction:column;align-items:flex-start}.workspace.workspaceDblink .dblinkStatsGrid,.workspace.workspaceDblink .dblinkErSplit{grid-template-columns:1fr}.workspace.workspaceDblink .dblinkErObjectPanel{min-height:300px}}.viewPrototypeAlignment{box-shadow:var(--xrain-elevation-1);background:radial-gradient(circle at 0 0,#176f5f1a,#0000 36%),linear-gradient(#fefefe 0%,#f6f8f7 100%);border:1px solid #d7dfdc;border-radius:20px;gap:18px;margin:16px 0 18px;padding:18px;display:grid}.viewPrototypeHero{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.viewPrototypeHeroCopy{gap:6px;max-width:720px;display:grid}.viewPrototypeEyebrow{color:#5e7069;letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:12px;font-weight:700}.viewPrototypeHeroCopy h3{margin:0;font-size:20px;line-height:1.2}.viewPrototypeHeroCopy p,.viewPrototypeCard p,.viewPrototypeHint p{color:#465550;margin:0;line-height:1.55}.viewPrototypeStats{gap:8px;min-width:170px;display:grid}.viewPrototypeStats>div,.viewPrototypeCard,.viewPrototypeGapPanel{background:#ffffffd1;border:1px solid #dbe3df;border-radius:16px}.viewPrototypeStats>div{gap:2px;padding:10px 12px;display:grid}.viewPrototypeStats strong{color:#13352d;font-size:20px}.viewPrototypeStats span,.viewPrototypeCard span,.viewPrototypeCompareHeader span,.viewPrototypePill{color:#66746f;font-size:12px}.viewPrototypeGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.viewPrototypeCard{gap:10px;padding:14px;display:grid}.viewPrototypeCardHead{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.viewPrototypeCardHead strong{margin-bottom:4px;display:block}.viewPrototypeCard ul,.viewPrototypeGapPanel ul{color:#2b3935;margin:0;padding-left:18px}.viewPrototypeCard li+li,.viewPrototypeGapPanel li+li{margin-top:6px}.viewPrototypePill{white-space:nowrap;background:#edf6f3;border-radius:999px;padding:4px 8px;display:inline-flex}.viewPrototypeCompare{grid-template-columns:minmax(0,1.35fr) minmax(280px,.75fr);gap:12px;display:grid}.viewPrototypeCompareMain,.viewPrototypeGapPanel{padding:14px}.viewPrototypeCompareMain{background:#fff;border:1px solid #dbe3df;border-radius:16px}.viewPrototypeCompareHeader{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.viewPrototypeCompareHeader strong{color:#16332d}.viewPrototypeTableLite{gap:8px;display:grid}.viewPrototypeRow{grid-template-columns:1.1fr 1.1fr 1.1fr 1.1fr .7fr;align-items:stretch;gap:8px;display:grid}.viewPrototypeRow span{color:#29413a;background:#f4f7f6;border-radius:12px;min-height:40px;padding:10px 12px;font-size:12px}.viewPrototypeRowHead span{color:#15352d;background:#deebe6;font-weight:700}.viewPrototypeGapPanel{gap:12px;display:grid}.viewPrototypeGapPanel strong{color:#16332d}.viewPrototypeHint{background:linear-gradient(#eff7f4 0%,#f8fbfa 100%);border-radius:14px;gap:6px;padding:12px;display:grid}.viewPrototypeHint span{color:#4e645d;letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:700}@media (width<=1200px){.viewPrototypeGrid,.viewPrototypeCompare{grid-template-columns:1fr 1fr}}@media (width<=900px){.viewPrototypeHero,.viewPrototypeCompare{grid-template-columns:1fr;display:grid}.viewPrototypeGrid,.viewPrototypeRow{grid-template-columns:1fr}}.modalBackdrop.prototypePermissionBackdrop{justify-content:stretch;align-items:stretch;padding:0;position:absolute;inset:0}.workbenchDialog.prototypePermissionIntroDialog,.workbenchDialog.prototypePermissionDialog{border-radius:0;width:100%;max-width:none;height:100%;max-height:none;overflow:hidden}.xrain-loginPresetGroup{gap:8px;display:grid}.xrain-loginPreset{text-align:left;white-space:normal;justify-content:flex-start;width:100%;min-height:40px;padding-inline:12px;font-size:13px}.businessTenantWorkspace{gap:18px;max-width:1320px;margin:0 auto;display:grid}.businessTenantHeaderActions,.businessTenantCreateForm,.businessTenantGrid{align-items:center;gap:12px;display:flex}.businessTenantDetail h2{color:#1b2f28;margin:0}.businessTenantDetail>p{color:#526b61;margin:6px 0 0}.businessTenantCreateForm input{background:#fff;border:1px solid #b7ccc1;border-radius:6px;flex:1;min-width:0;height:38px;padding:0 10px}.businessTenantGrid{grid-template-columns:minmax(360px,1fr) minmax(320px,.85fr);align-items:stretch;display:grid}.businessTenantDetail{background:#fff;border:1px solid #c8d9d0;border-radius:8px;min-height:280px;padding:14px}.businessTenantGrid{display:block}.businessTenantDetail dt,.businessTenantBlockers{color:#5b7268}.businessTenantList.xrain-data-list,.businessTenantMemberList.xrain-data-list{align-content:start;min-width:0}.businessTenantTableLink,.businessTenantMemberIdentity{text-align:left;gap:3px;min-width:0;display:grid}.businessTenantTableLink{color:inherit;cursor:pointer;background:0 0;border:0;padding:0}.businessTenantTableLink span,.businessTenantMemberIdentity span{color:#5b7268;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.xrainBreadcrumbCurrent>span{text-overflow:ellipsis;display:block;overflow:hidden}.xrain-data-list__table--empty .ant-table-container table{table-layout:fixed!important;width:100%!important}.xrain-data-list__table--empty .ant-table-thead>tr>th{overflow-wrap:anywhere;white-space:normal}.xrain-data-list__table--empty .ant-table-tbody>tr>td,.xrain-data-list__table--loading .ant-table-tbody>tr>td{padding-block:12px}.xrain-data-list__table--empty .ant-table-tbody>tr.ant-table-placeholder>td,.xrain-data-list__table--loading .ant-table-tbody>tr.ant-table-placeholder>td{height:72px}.xrain-data-list__table--loading .ant-spin-container{min-height:0}.xrain-data-list__table--error .ant-table-tbody>tr.ant-table-placeholder>td{padding-block:10px}.xrain-data-list__loading-state{min-height:48px;color:var(--xrain-text-muted);justify-content:center;align-items:center;gap:8px;font-size:13px;display:inline-flex}.businessTenantStatus{color:#526b61;background:#eef3f0;border-radius:4px;align-items:center;width:fit-content;min-height:24px;padding:0 8px;font-size:12px;font-weight:600;display:inline-flex}.businessTenantStatus.active{color:#25613f;background:#eaf6ef}.businessTenantMemberActions{flex-wrap:nowrap;gap:6px;display:flex}.businessTenantMemberActions .fui-Button{white-space:nowrap;min-width:0}.businessTenantSelectedRow>td{background:#edf5f0!important}.businessTenantDetail{align-content:start;gap:12px;display:grid}.businessTenantDetail dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;display:grid}.businessTenantDetail dl div{gap:3px;display:grid}.businessTenantDetail dt,.businessTenantDetail dd{margin:0}.businessTenantDetail dd{color:#183229;font-weight:700}.businessTenantError,.businessTenantBlockers{color:#9a3116;background:#fff2ed;border-radius:6px;margin:0;padding:10px 12px}.businessTenantConnectionStatus,.businessTenantConnectionEditor{background:#f7fbf8;border:1px solid #c8d9d0;border-radius:8px;gap:8px;padding:14px 16px;display:grid}.businessTenantConnectionStatus strong,.businessTenantConnectionEditor h3{color:#183229;margin:0;font-size:15px}.businessTenantConnectionStatus p,.businessTenantConnectionEditor p,.businessTenantConnectionHint{color:#526b61;margin:0;line-height:1.6}.businessTenantConnectionEditor .businessTenantField,.businessTenantConnectionEditor .businessTenantField input{box-sizing:border-box;width:100%;min-width:0}.businessTenantConnectionStatus.error{background:#fff7f4;border-color:#e5b8aa}.businessTenantConnectionStatus.error strong{color:#9a3116}.businessTenantConnectionStatus.pending{background:#fffaf0;border-color:#ddc9a5}@media (width<=760px){.xrain-loginPresetGroup,.businessTenantGrid,.businessTenantCreateForm{grid-template-columns:1fr;display:grid}}:root,:root[data-xrain-theme=light]{color:#24292f;--xrain-page-bg:#f6f8fa;--xrain-page-bg-strong:#eef1f4;--xrain-surface:#fff;--xrain-surface-muted:#f3f4f6;--xrain-surface-raised:#fff;--xrain-border:#d0d7de;--xrain-border-soft:#e6e9ed;--xrain-text:#24292f;--xrain-text-muted:#57606a;--xrain-brand:#0b6bcf;--xrain-on-brand:#fff;--xrain-brand-soft:#dceeff;--xrain-brand-strong:#0757a6;--xrain-selection-bg:#dceeff;--xrain-selection-border:#0b6bcf;--xrain-selection-strong:#0757a6;--xrain-elevation-1:0 1px 2px #00000014, 0 3px 8px #0000000f;--xrain-elevation-2:0 8px 24px #00000029;--xrain-sidebar-bg:#eef1f4;--xrain-sidebar-border:#d0d7de;--xrain-sidebar-text:#24292f;--xrain-sidebar-muted:#57606a;--xrain-sidebar-divider:#d8dee4;--xrain-sidebar-hover-bg:#e4e9ef;--xrain-sidebar-hover-border:#e4e9ef;--xrain-sidebar-active-bg:#dceeff;--xrain-sidebar-active-border:#b9d7f5;--xrain-sidebar-active-text:#0757a6;--xrain-sidebar-account-bg:#e6ebf0;--xrain-sidebar-account-hover-bg:#d8dee4;--xrain-sidebar-toggle-bg:#fff;--xrain-sidebar-toggle-shadow:0 2px 6px #00000024;--xrain-sidebar-brand-border:#0757a6;--xrain-sidebar-popover-bg:#fff;--xrain-sidebar-popover-border:#c8c8c8;--xrain-sidebar-popover-shadow:0 8px 24px #0000002e;--xrain-sidebar-danger:#a1260d;--xrain-sidebar-danger-hover-bg:#fcebea;--xrain-sidebar-danger-hover-text:#8b1a08;--xrain-sidebar-scrollbar:#a6a6a6;background:#f6f8fa}:root[data-xrain-theme=dark]{color:#d4d4d4;--xrain-page-bg:#1f1f1f;--xrain-page-bg-strong:#252526;--xrain-surface:#252526;--xrain-surface-muted:#2d2d30;--xrain-surface-raised:#333;--xrain-border:#3e3e42;--xrain-border-soft:#2d2d30;--xrain-text:#d4d4d4;--xrain-text-muted:#a6a6a6;--xrain-brand:#4daafc;--xrain-on-brand:#1f1f1f;--xrain-brand-soft:#264f78;--xrain-brand-strong:#9cdcfe;--xrain-selection-bg:#264f78;--xrain-selection-border:#4daafc;--xrain-selection-strong:#9cdcfe;--xrain-elevation-1:0 1px 2px #0000004d, 0 4px 14px #0000003d;--xrain-elevation-2:0 12px 30px #00000061;--xrain-sidebar-bg:#181818;--xrain-sidebar-border:#2b2b2b;--xrain-sidebar-text:#ccc;--xrain-sidebar-muted:#9d9d9d;--xrain-sidebar-divider:#2b2b2b;--xrain-sidebar-hover-bg:#2a2d2e;--xrain-sidebar-hover-border:#2a2d2e;--xrain-sidebar-active-bg:#37373d;--xrain-sidebar-active-border:#45454d;--xrain-sidebar-active-text:#fff;--xrain-sidebar-account-bg:#202020;--xrain-sidebar-account-hover-bg:#2a2a2a;--xrain-sidebar-toggle-bg:#252526;--xrain-sidebar-toggle-shadow:0 2px 8px #0000006b;--xrain-sidebar-brand-border:#3794ff;--xrain-sidebar-popover-bg:#252526;--xrain-sidebar-popover-border:#454545;--xrain-sidebar-popover-shadow:0 12px 32px #0000007a;--xrain-sidebar-danger:#f48771;--xrain-sidebar-danger-hover-bg:#5a1d1d;--xrain-sidebar-danger-hover-text:#fff;--xrain-sidebar-scrollbar:#5a5a5a;background:#1f1f1f}:root[data-xrain-theme=dark] :is(.toolbarField input,.toolbarField select,.runtimeFilterRow input,.runtimeFilterRow select,.runtimeFilterMode select,.runtimeSortControls select){--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root[data-xrain-theme=dark] .prototypeWorkspace,:root[data-xrain-theme=dark] .prototypeWorkspace[data-surface-overlay=permission]{background:var(--xrain-page-bg);color:var(--xrain-text)}:root[data-xrain-theme=dark] .prototypeWorkspaceShell{background:var(--xrain-page-bg-strong)}:root[data-xrain-theme=dark] .prototypeLeftPane{border-right-color:var(--xrain-border);background:var(--xrain-surface)}:root[data-xrain-theme=dark] .prototypeSideHead,:root[data-xrain-theme=dark] .prototypeDocumentBar,:root[data-xrain-theme=dark] .prototypeTabsBar,:root[data-xrain-theme=dark] .prototypeToolRow,:root[data-xrain-theme=dark] .entityDesignTabs{border-color:var(--xrain-border)}:root[data-xrain-theme=dark] .prototypeSearchBox,:root[data-xrain-theme=dark] .prototypeIconButton,:root[data-xrain-theme=dark] .prototypeSearchInput{border-color:var(--xrain-border);background:var(--xrain-surface-muted);color:var(--xrain-text-muted)}:root[data-xrain-theme=dark] .prototypeObjectGroupHeader,:root[data-xrain-theme=dark] .prototypeObjectGroupChevron,:root[data-xrain-theme=dark] .prototypeViewItem,:root[data-xrain-theme=dark] .prototypeViewItemKey,:root[data-xrain-theme=dark] .prototypeObjectText small,:root[data-xrain-theme=dark] .prototypeDocumentSubline,:root[data-xrain-theme=dark] .prototypeToolButton,:root[data-xrain-theme=dark] .entityDesignFormGrid .ant-form-item-label>label,:root[data-xrain-theme=dark] .entityDesignEditorPane .ant-form-item-label>label,:root[data-xrain-theme=dark] .entityDesignEditorForm .ant-form-item-label>label,:root[data-xrain-theme=dark] .entityDesignReadonlyBlock .ant-descriptions-item-label{color:var(--xrain-text-muted)}:root[data-xrain-theme=dark] .prototypeViewItemName,:root[data-xrain-theme=dark] .prototypeObjectText strong,:root[data-xrain-theme=dark] .prototypeDocumentTitle,:root[data-xrain-theme=dark] .prototypeDocumentTitle strong,:root[data-xrain-theme=dark] .entityDesignReadonlyBlock .ant-descriptions-item-content{color:var(--xrain-text)}:root[data-xrain-theme=dark] .prototypeViewItem:hover,:root[data-xrain-theme=dark] .prototypeViewItem.active,:root[data-xrain-theme=dark] .prototypeViewItem[data-active=true],:root[data-xrain-theme=dark] .prototypeToolButton:hover,:root[data-xrain-theme=dark] .prototypeToolButton.active,:root[data-xrain-theme=dark] .prototypeToolButton.strong,:root[data-xrain-theme=dark] .prototypeToolButton[data-active=true]{border-color:var(--xrain-border);background:var(--xrain-brand-soft);color:var(--xrain-brand-strong);box-shadow:none}:root[data-xrain-theme=dark] .prototypeViewItem .prototypeViewIcon,:root[data-xrain-theme=dark] .prototypeViewKindIcon{border-color:var(--xrain-border);background-color:var(--xrain-surface-raised);color:var(--xrain-text-muted)}:root[data-xrain-theme=dark] .prototypeSheetZone,:root[data-xrain-theme=dark] .prototypeDocumentBar,:root[data-xrain-theme=dark] .prototypeToolRow,:root[data-xrain-theme=dark] .prototypeGridScroll,:root[data-xrain-theme=dark] .entityDesignEditorPane{border-color:var(--xrain-border);background:var(--xrain-surface)}:root[data-xrain-theme=dark] .prototypeSheetCanvas{background:var(--xrain-surface-muted)}:root[data-xrain-theme=dark] .entityDesignReadonlyBlock{border-color:var(--xrain-border-soft)}:root[data-xrain-theme=dark] .entityDesignSelectedRow>td{box-shadow:inset 0 1px 0 var(--xrain-border), inset 0 -1px 0 var(--xrain-border);background:var(--xrain-brand-soft)!important}:root[data-xrain-theme=dark] .entityDesignSelectedRow>td:first-child{box-shadow:inset 0 1px 0 var(--xrain-border), inset 0 -1px 0 var(--xrain-border)}:root[data-xrain-theme=dark] .picklistUnavailable,:root[data-xrain-theme=dark] .automationPageUnavailable,:root[data-xrain-theme=dark] .businessTenantDetail{border-color:var(--xrain-border);background:var(--xrain-surface);color:var(--xrain-text-muted)}:root[data-xrain-theme=dark] .picklistUnavailable h2,:root[data-xrain-theme=dark] .automationPageUnavailable h2,:root[data-xrain-theme=dark] .businessTenantDetail h2,:root[data-xrain-theme=dark] .businessTenantDetail dd{color:var(--xrain-text)}:root[data-xrain-theme=dark] .picklistUnavailableIcon,:root[data-xrain-theme=dark] .automationUnavailableIcon{background:var(--xrain-brand-soft);color:var(--xrain-brand-strong)}:root[data-xrain-theme=dark] .businessTenantDetail dt,:root[data-xrain-theme=dark] .businessTenantDetail>p,:root[data-xrain-theme=dark] .businessTenantBlockers{color:var(--xrain-text-muted)}:root[data-xrain-theme=dark] .businessTenantSelectedRow>td{background:var(--xrain-brand-soft)!important}:root[data-xrain-theme=dark] .workspace.workspaceDblink .dblinkSqlWorkbench{color:var(--xrain-text)}:root[data-xrain-theme=dark] .workspace.workspaceDblink .dblinkExplorerPane,:root[data-xrain-theme=dark] .workspace.workspaceDblink .dblinkInfoTabPage,:root[data-xrain-theme=dark] .workspace.workspaceDblink .dblinkQueryTabBar,:root[data-xrain-theme=dark] .workspace.workspaceDblink .dblinkQueryToolbar,:root[data-xrain-theme=dark] .workspace.workspaceDblink .dblinkHistoryPanel,:root[data-xrain-theme=dark] .workspace.workspaceDblink .dblinkEditorFrame,:root[data-xrain-theme=dark] .workspace.workspaceDblink .dblinkResultFrame,:root[data-xrain-theme=dark] .workspace.workspaceDblink .dblinkInspectorPane,:root[data-xrain-theme=dark] .workspace.workspaceDblink .dblinkDiagramModal,:root[data-xrain-theme=dark] .workspace.workspaceDblink .dblinkErObjectPanel,:root[data-xrain-theme=dark] .workspace.workspaceDblink .dblinkContextMenu{border-color:var(--xrain-border);background:var(--xrain-surface)}:root[data-xrain-theme=dark] .workspace.workspaceDblink .dblinkWorkbenchPane{background:var(--xrain-page-bg-strong)}:root[data-xrain-theme=dark] .workspace.workspaceDblink .dblinkSearchField,:root[data-xrain-theme=dark] .workspace.workspaceDblink .dblinkConnectionSelect select,:root[data-xrain-theme=dark] .workspace.workspaceDblink .dblinkSqlEditor,:root[data-xrain-theme=dark] .workspace.workspaceDblink .dblinkErObjectSearch input{border-color:var(--xrain-border);background:var(--xrain-surface-raised);color:var(--xrain-text);box-shadow:none}:root[data-xrain-theme=dark] .workspace.workspaceDblink .dblinkLineNumbers,:root[data-xrain-theme=dark] .workspace.workspaceDblink .dblinkEditorStatus,:root[data-xrain-theme=dark] .workspace.workspaceDblink .dblinkInspectorHeader,:root[data-xrain-theme=dark] .workspace.workspaceDblink .dblinkPlanStep,:root[data-xrain-theme=dark] .workspace.workspaceDblink .dblinkStatCard,:root[data-xrain-theme=dark] .workspace.workspaceDblink .dblinkResultPlaceholder,:root[data-xrain-theme=dark] .workspace.workspaceDblink .dblinkEmptyExplorer,:root[data-xrain-theme=dark] .workspace.workspaceDblink .dblinkErViewport,:root[data-xrain-theme=dark] .workspace.workspaceDblink .dblinkErCanvasEmpty{border-color:var(--xrain-border-soft);background:var(--xrain-surface-muted)}:root[data-xrain-theme=dark] .workspace.workspaceDblink .dblinkSchemaHeaderButton:hover,:root[data-xrain-theme=dark] .workspace.workspaceDblink .dblinkCategoryRow:hover,:root[data-xrain-theme=dark] .workspace.workspaceDblink .dblinkObjectRow:hover,:root[data-xrain-theme=dark] .workspace.workspaceDblink .dblinkHistoryRow:hover,:root[data-xrain-theme=dark] .workspace.workspaceDblink .dblinkQueryTab:hover,:root[data-xrain-theme=dark] .workspace.workspaceDblink .dblinkResultTab:hover,:root[data-xrain-theme=dark] .workspace.workspaceDblink .dblinkObjectRow[data-selected=true],:root[data-xrain-theme=dark] .workspace.workspaceDblink .dblinkCategoryGroup[data-selected=true]>.dblinkCategoryRow,:root[data-xrain-theme=dark] .workspace.workspaceDblink .dblinkQueryTab[data-active=true]{background:var(--xrain-brand-soft);color:var(--xrain-brand-strong)}:root[data-xrain-theme=dark] .workspace.workspaceDblink .dblinkSqlWorkbench :is(h2,h3,strong,code,input,textarea,select){color:var(--xrain-text)}:root[data-xrain-theme=dark] .workspace.workspaceDblink .dblinkSqlWorkbench :is(.dblinkSectionLabel,small),:root[data-xrain-theme=dark] .workspace.workspaceDblink .dblinkEmptyExplorer,:root[data-xrain-theme=dark] .workspace.workspaceDblink .dblinkEditorStatus,:root[data-xrain-theme=dark] .workspace.workspaceDblink .dblinkInspectorHeader span,:root[data-xrain-theme=dark] .workspace.workspaceDblink .dblinkResultPlaceholder p{color:var(--xrain-text-muted)}:root[data-xrain-theme=coffee]{color:#3b2a21;--xrain-page-bg:#fbf8f4;--xrain-page-bg-strong:#f5eee7;--xrain-surface:#fffdf9;--xrain-surface-muted:#f0e5da;--xrain-surface-raised:#fff;--xrain-border:#ddcbb9;--xrain-border-soft:#eadfd4;--xrain-text:#3b2a21;--xrain-text-muted:#725d4e;--xrain-brand:#8f5b37;--xrain-on-brand:#fff;--xrain-brand-soft:#f0e5da;--xrain-brand-strong:#6f4326;--xrain-selection-bg:#f0e5da;--xrain-selection-border:#8f5b37;--xrain-selection-strong:#6f4326;--xrain-elevation-1:0 1px 2px #50311d14, 0 3px 8px #50311d0f;--xrain-elevation-2:0 8px 24px #50311d29;--xrain-sidebar-bg:#f0e5da;--xrain-sidebar-border:#ddcbb9;--xrain-sidebar-text:#3b2a21;--xrain-sidebar-muted:#725d4e;--xrain-sidebar-divider:#e3d5c8;--xrain-sidebar-hover-bg:#e6d7c8;--xrain-sidebar-hover-border:#e6d7c8;--xrain-sidebar-active-bg:#eadbcf;--xrain-sidebar-active-border:#c9aa92;--xrain-sidebar-active-text:#6f4326;--xrain-sidebar-account-bg:#e6d7c8;--xrain-sidebar-account-hover-bg:#ddcbb9;--xrain-sidebar-toggle-bg:#fffdfb;--xrain-sidebar-toggle-shadow:0 2px 6px #54331e24;--xrain-sidebar-brand-border:#6f4326;--xrain-sidebar-popover-bg:#fffdfb;--xrain-sidebar-popover-border:#cfb8a4;--xrain-sidebar-popover-shadow:0 8px 24px #54331e2e;--xrain-sidebar-danger:#a1260d;--xrain-sidebar-danger-hover-bg:#fcebea;--xrain-sidebar-danger-hover-text:#8b1a08;--xrain-sidebar-scrollbar:#a58c78;background:#fbf8f4}:root[data-xrain-theme=dark][data-xrain-theme-variant=cocoa]{color:#f7eee7;--xrain-page-bg:#2a201b;--xrain-page-bg-strong:#382820;--xrain-surface:#382820;--xrain-surface-muted:#432f26;--xrain-surface-raised:#52382d;--xrain-border:#604535;--xrain-border-soft:#433027;--xrain-text:#f7eee7;--xrain-text-muted:#d2bdb0;--xrain-brand:#d39a72;--xrain-on-brand:#2a201b;--xrain-brand-soft:#52382d;--xrain-brand-strong:#e7b995;--xrain-selection-bg:#52382d;--xrain-selection-border:#d39a72;--xrain-selection-strong:#e7b995;--xrain-sidebar-bg:#201713;--xrain-sidebar-border:#433027;--xrain-sidebar-text:#f7eee7;--xrain-sidebar-muted:#d2bdb0;--xrain-sidebar-divider:#433027;--xrain-sidebar-hover-bg:#382820;--xrain-sidebar-hover-border:#382820;--xrain-sidebar-active-bg:#52382d;--xrain-sidebar-active-border:#604535;--xrain-sidebar-active-text:#fff7ed;--xrain-sidebar-account-bg:#382820;--xrain-sidebar-account-hover-bg:#433027;--xrain-sidebar-toggle-bg:#382820;--xrain-sidebar-brand-border:#d39a72;--xrain-sidebar-popover-bg:#382820;--xrain-sidebar-popover-border:#604535;--xrain-sidebar-danger:#f48771;--xrain-sidebar-danger-hover-bg:#5a1d1d;--xrain-sidebar-danger-hover-text:#fff;--xrain-sidebar-scrollbar:#9b725b;background:#2a201b}:root[data-xrain-theme=dark][data-xrain-theme-variant=dracula]{color:#f8f8f2;--xrain-page-bg:#282a36;--xrain-page-bg-strong:#343746;--xrain-surface:#343746;--xrain-surface-muted:#44475a;--xrain-surface-raised:#4f5268;--xrain-border:#6978a6;--xrain-border-soft:#44475a;--xrain-text:#f8f8f2;--xrain-text-muted:#c5c8d2;--xrain-brand:#bd93f9;--xrain-on-brand:#282a36;--xrain-brand-soft:#493b63;--xrain-brand-strong:#d8b8ff;--xrain-selection-bg:#493b63;--xrain-selection-border:#bd93f9;--xrain-selection-strong:#d8b8ff;--xrain-sidebar-bg:#21222c;--xrain-sidebar-border:#3e4050;--xrain-sidebar-text:#f8f8f2;--xrain-sidebar-muted:#c5c8d2;--xrain-sidebar-divider:#44475a;--xrain-sidebar-hover-bg:#343746;--xrain-sidebar-hover-border:#343746;--xrain-sidebar-active-bg:#493b63;--xrain-sidebar-active-border:#6272a4;--xrain-sidebar-active-text:#fff;--xrain-sidebar-account-bg:#343746;--xrain-sidebar-account-hover-bg:#44475a;--xrain-sidebar-toggle-bg:#343746;--xrain-sidebar-brand-border:#d8b8ff;--xrain-sidebar-popover-bg:#343746;--xrain-sidebar-popover-border:#6978a6;--xrain-sidebar-danger:#f55;--xrain-sidebar-danger-hover-bg:#5a1d1d;--xrain-sidebar-danger-hover-text:#fff;--xrain-sidebar-scrollbar:#6978a6;background:#282a36}:root[data-xrain-theme=dark][data-xrain-theme-variant=nord]{color:#eceff4;--xrain-page-bg:#2e3440;--xrain-page-bg-strong:#3b4252;--xrain-surface:#3b4252;--xrain-surface-muted:#434c5e;--xrain-surface-raised:#4c566a;--xrain-border:#616e86;--xrain-border-soft:#434c5e;--xrain-text:#eceff4;--xrain-text-muted:#c8d1df;--xrain-brand:#88c0d0;--xrain-on-brand:#2e3440;--xrain-brand-soft:#3b4a60;--xrain-brand-strong:#a3d6df;--xrain-selection-bg:#3b4a60;--xrain-selection-border:#88c0d0;--xrain-selection-strong:#a3d6df;--xrain-sidebar-bg:#272c36;--xrain-sidebar-border:#3d4657;--xrain-sidebar-text:#eceff4;--xrain-sidebar-muted:#c8d1df;--xrain-sidebar-divider:#434c5e;--xrain-sidebar-hover-bg:#3b4252;--xrain-sidebar-hover-border:#3b4252;--xrain-sidebar-active-bg:#3b4a60;--xrain-sidebar-active-border:#5b6880;--xrain-sidebar-active-text:#eceff4;--xrain-sidebar-account-bg:#3b4252;--xrain-sidebar-account-hover-bg:#434c5e;--xrain-sidebar-toggle-bg:#3b4252;--xrain-sidebar-brand-border:#a3d6df;--xrain-sidebar-popover-bg:#3b4252;--xrain-sidebar-popover-border:#616e86;--xrain-sidebar-danger:#bf616a;--xrain-sidebar-danger-hover-bg:#5a1d1d;--xrain-sidebar-danger-hover-text:#fff;--xrain-sidebar-scrollbar:#707d93;background:#2e3440}:root[data-xrain-theme=dark][data-xrain-theme-variant=monokai]{color:#f8f8f2;--xrain-page-bg:#272822;--xrain-page-bg-strong:#34352e;--xrain-surface:#34352e;--xrain-surface-muted:#3e3d32;--xrain-surface-raised:#49483e;--xrain-border:#71705b;--xrain-border-soft:#3e3d32;--xrain-text:#f8f8f2;--xrain-text-muted:#c9c9a8;--xrain-brand:#a6e22e;--xrain-on-brand:#272822;--xrain-brand-soft:#46502f;--xrain-brand-strong:#c9f36d;--xrain-selection-bg:#46502f;--xrain-selection-border:#a6e22e;--xrain-selection-strong:#c9f36d;--xrain-sidebar-bg:#1f201b;--xrain-sidebar-border:#34352e;--xrain-sidebar-text:#f8f8f2;--xrain-sidebar-muted:#c9c9a8;--xrain-sidebar-divider:#3e3d32;--xrain-sidebar-hover-bg:#34352e;--xrain-sidebar-hover-border:#34352e;--xrain-sidebar-active-bg:#46502f;--xrain-sidebar-active-border:#686854;--xrain-sidebar-active-text:#f8f8f2;--xrain-sidebar-account-bg:#34352e;--xrain-sidebar-account-hover-bg:#3e3d32;--xrain-sidebar-toggle-bg:#34352e;--xrain-sidebar-brand-border:#c9f36d;--xrain-sidebar-popover-bg:#34352e;--xrain-sidebar-popover-border:#71705b;--xrain-sidebar-danger:#f92672;--xrain-sidebar-danger-hover-bg:#5a1d1d;--xrain-sidebar-danger-hover-text:#fff;--xrain-sidebar-scrollbar:#8c8c6e;background:#272822}:root[data-xrain-theme=ocean]{color:#26413f;--xrain-page-bg:#f5fbfa;--xrain-page-bg-strong:#edf7f5;--xrain-surface:#fff;--xrain-surface-muted:#e9f4f2;--xrain-surface-raised:#fff;--xrain-border:#cfe2de;--xrain-border-soft:#e0eeeb;--xrain-text:#26413f;--xrain-text-muted:#5c746f;--xrain-brand:#0f766e;--xrain-on-brand:#fff;--xrain-brand-soft:#d6f1ec;--xrain-brand-strong:#0c5f59;--xrain-selection-bg:#d6f1ec;--xrain-selection-border:#0f766e;--xrain-selection-strong:#0c5f59;--xrain-elevation-1:0 1px 2px #0d413d12, 0 3px 8px #0d413d0d;--xrain-elevation-2:0 8px 24px #0d413d26;--xrain-sidebar-bg:#eaf5f2;--xrain-sidebar-border:#cfe2de;--xrain-sidebar-text:#26413f;--xrain-sidebar-muted:#5c746f;--xrain-sidebar-divider:#d4e8e3;--xrain-sidebar-hover-bg:#dceeea;--xrain-sidebar-hover-border:#dceeea;--xrain-sidebar-active-bg:#d6f1ec;--xrain-sidebar-active-border:#b6ded5;--xrain-sidebar-active-text:#0b4f4a;--xrain-sidebar-account-bg:#e1f0ed;--xrain-sidebar-account-hover-bg:#d6eae5;--xrain-sidebar-toggle-bg:#fff;--xrain-sidebar-toggle-shadow:0 2px 6px #0d413d21;--xrain-sidebar-brand-border:#0c5f59;--xrain-sidebar-popover-bg:#fff;--xrain-sidebar-popover-border:#b9d8d2;--xrain-sidebar-popover-shadow:0 8px 24px #0d413d2b;--xrain-sidebar-danger:#a1260d;--xrain-sidebar-danger-hover-bg:#fcebea;--xrain-sidebar-danger-hover-text:#8b1a08;--xrain-sidebar-scrollbar:#8aa9a4;background:#f5fbfa}:root[data-xrain-theme=forest]{color:#314038;--xrain-page-bg:#f7faf7;--xrain-page-bg-strong:#f0f6f1;--xrain-surface:#fff;--xrain-surface-muted:#edf5ee;--xrain-surface-raised:#fff;--xrain-border:#d4e2d6;--xrain-border-soft:#e3ede4;--xrain-text:#314038;--xrain-text-muted:#607367;--xrain-brand:#397a48;--xrain-on-brand:#fff;--xrain-brand-soft:#deefe1;--xrain-brand-strong:#2f6339;--xrain-selection-bg:#deefe1;--xrain-selection-border:#397a48;--xrain-selection-strong:#2f6339;--xrain-elevation-1:0 1px 2px #22482a12, 0 3px 8px #22482a0d;--xrain-elevation-2:0 8px 24px #22482a26;--xrain-sidebar-bg:#edf5ee;--xrain-sidebar-border:#d4e2d6;--xrain-sidebar-text:#314038;--xrain-sidebar-muted:#607367;--xrain-sidebar-divider:#d2e1d4;--xrain-sidebar-hover-bg:#e2eee3;--xrain-sidebar-hover-border:#e2eee3;--xrain-sidebar-active-bg:#deefe1;--xrain-sidebar-active-border:#bdd9c1;--xrain-sidebar-active-text:#2f6339;--xrain-sidebar-account-bg:#e4efe5;--xrain-sidebar-account-hover-bg:#d8e9da;--xrain-sidebar-toggle-bg:#fff;--xrain-sidebar-toggle-shadow:0 2px 6px #22482a21;--xrain-sidebar-brand-border:#2f6339;--xrain-sidebar-popover-bg:#fff;--xrain-sidebar-popover-border:#bfd6c2;--xrain-sidebar-popover-shadow:0 8px 24px #22482a2b;--xrain-sidebar-danger:#a1260d;--xrain-sidebar-danger-hover-bg:#fcebea;--xrain-sidebar-danger-hover-text:#8b1a08;--xrain-sidebar-scrollbar:#95aa99;background:#f7faf7}:root[data-xrain-theme=sunset]{color:#49352f;--xrain-page-bg:#fff9f6;--xrain-page-bg-strong:#fdf2ed;--xrain-surface:#fff;--xrain-surface-muted:#fff0ea;--xrain-surface-raised:#fff;--xrain-border:#ecd8cf;--xrain-border-soft:#f5e5df;--xrain-text:#49352f;--xrain-text-muted:#7b645c;--xrain-brand:#b84f3b;--xrain-on-brand:#fff;--xrain-brand-soft:#ffebe4;--xrain-brand-strong:#8f3528;--xrain-selection-bg:#ffebe4;--xrain-selection-border:#b84f3b;--xrain-selection-strong:#8f3528;--xrain-elevation-1:0 1px 2px #592f2312, 0 3px 8px #592f230d;--xrain-elevation-2:0 8px 24px #592f2326;--xrain-sidebar-bg:#fff0ea;--xrain-sidebar-border:#ecd8cf;--xrain-sidebar-text:#49352f;--xrain-sidebar-muted:#7b645c;--xrain-sidebar-divider:#ecd8cf;--xrain-sidebar-hover-bg:#fbe3db;--xrain-sidebar-hover-border:#fbe3db;--xrain-sidebar-active-bg:#ffebe4;--xrain-sidebar-active-border:#f1cfc3;--xrain-sidebar-active-text:#8f3528;--xrain-sidebar-account-bg:#fbe7df;--xrain-sidebar-account-hover-bg:#f5ddd4;--xrain-sidebar-toggle-bg:#fff;--xrain-sidebar-toggle-shadow:0 2px 6px #592f2321;--xrain-sidebar-brand-border:#8f3528;--xrain-sidebar-popover-bg:#fff;--xrain-sidebar-popover-border:#e2c5bb;--xrain-sidebar-popover-shadow:0 8px 24px #592f232b;--xrain-sidebar-danger:#a1260d;--xrain-sidebar-danger-hover-bg:#fcebea;--xrain-sidebar-danger-hover-text:#8b1a08;--xrain-sidebar-scrollbar:#b69a91;background:#fff9f6}:root[data-xrain-theme=github]{color:#1f2328;--xrain-page-bg:#f6f8fa;--xrain-page-bg-strong:#eef2f6;--xrain-surface:#fff;--xrain-surface-muted:#f6f8fa;--xrain-surface-raised:#fff;--xrain-border:#d0d7de;--xrain-border-soft:#eaeef2;--xrain-text:#1f2328;--xrain-text-muted:#656d76;--xrain-brand:#0969da;--xrain-on-brand:#fff;--xrain-brand-soft:#ddf4ff;--xrain-brand-strong:#0550ae;--xrain-selection-bg:#ddf4ff;--xrain-selection-border:#0969da;--xrain-selection-strong:#0550ae;--xrain-elevation-1:0 1px 2px #1f232814, 0 3px 8px #1f23280f;--xrain-elevation-2:0 8px 24px #1f232829;--xrain-sidebar-bg:#eef2f6;--xrain-sidebar-border:#d0d7de;--xrain-sidebar-text:#1f2328;--xrain-sidebar-muted:#656d76;--xrain-sidebar-divider:#d8dee4;--xrain-sidebar-hover-bg:#e4e9ef;--xrain-sidebar-hover-border:#e4e9ef;--xrain-sidebar-active-bg:#ddf4ff;--xrain-sidebar-active-border:#b6e3ff;--xrain-sidebar-active-text:#0550ae;--xrain-sidebar-account-bg:#e4e9ef;--xrain-sidebar-account-hover-bg:#d8dee4;--xrain-sidebar-toggle-bg:#fff;--xrain-sidebar-toggle-shadow:0 2px 6px #1f232824;--xrain-sidebar-brand-border:#0550ae;--xrain-sidebar-popover-bg:#fff;--xrain-sidebar-popover-border:#afb8c1;--xrain-sidebar-popover-shadow:0 8px 24px #1f23282e;--xrain-sidebar-danger:#d1242f;--xrain-sidebar-danger-hover-bg:#ffebe9;--xrain-sidebar-danger-hover-text:#a40e26;--xrain-sidebar-scrollbar:#8c959f;background:#f6f8fa}:root[data-xrain-theme=lavender]{color:#30264d;--xrain-page-bg:#fbfaff;--xrain-page-bg-strong:#f7f4ff;--xrain-surface:#fff;--xrain-surface-muted:#f4f0ff;--xrain-surface-raised:#fff;--xrain-border:#e1d9f2;--xrain-border-soft:#ece6fa;--xrain-text:#30264d;--xrain-text-muted:#70657f;--xrain-brand:#7c3aed;--xrain-on-brand:#fff;--xrain-brand-soft:#f0eaff;--xrain-brand-strong:#5b21b6;--xrain-selection-bg:#f0eaff;--xrain-selection-border:#7c3aed;--xrain-selection-strong:#5b21b6;--xrain-elevation-1:0 1px 2px #4c1d9514, 0 3px 8px #4c1d950f;--xrain-elevation-2:0 8px 24px #4c1d9529;--xrain-sidebar-bg:#f4f0ff;--xrain-sidebar-border:#e1d9f2;--xrain-sidebar-text:#30264d;--xrain-sidebar-muted:#70657f;--xrain-sidebar-divider:#e4def4;--xrain-sidebar-hover-bg:#ebe4fb;--xrain-sidebar-hover-border:#ebe4fb;--xrain-sidebar-active-bg:#f0eaff;--xrain-sidebar-active-border:#d9cbf5;--xrain-sidebar-active-text:#5b21b6;--xrain-sidebar-account-bg:#ebe4fb;--xrain-sidebar-account-hover-bg:#ddd5ef;--xrain-sidebar-toggle-bg:#fff;--xrain-sidebar-toggle-shadow:0 2px 6px #4c1d9524;--xrain-sidebar-brand-border:#5b21b6;--xrain-sidebar-popover-bg:#fff;--xrain-sidebar-popover-border:#cfc5e5;--xrain-sidebar-popover-shadow:0 8px 24px #4c1d952e;--xrain-sidebar-danger:#b42318;--xrain-sidebar-danger-hover-bg:#fcebea;--xrain-sidebar-danger-hover-text:#8b1a08;--xrain-sidebar-scrollbar:#a59abf;background:#fbfaff}:root[data-xrain-theme=rose]{color:#4a2337;--xrain-page-bg:#fff9fc;--xrain-page-bg-strong:#fff5f9;--xrain-surface:#fff;--xrain-surface-muted:#fcecf5;--xrain-surface-raised:#fff;--xrain-border:#efd3e1;--xrain-border-soft:#f6e2ec;--xrain-text:#4a2337;--xrain-text-muted:#7d5d6d;--xrain-brand:#c2256f;--xrain-on-brand:#fff;--xrain-brand-soft:#fbe2ee;--xrain-brand-strong:#9d174d;--xrain-selection-bg:#fbe2ee;--xrain-selection-border:#c2256f;--xrain-selection-strong:#9d174d;--xrain-elevation-1:0 1px 2px #83184314, 0 3px 8px #8318430f;--xrain-elevation-2:0 8px 24px #83184329;--xrain-sidebar-bg:#fcecf5;--xrain-sidebar-border:#efd3e1;--xrain-sidebar-text:#4a2337;--xrain-sidebar-muted:#7d5d6d;--xrain-sidebar-divider:#efd5e2;--xrain-sidebar-hover-bg:#f6dfeb;--xrain-sidebar-hover-border:#f6dfeb;--xrain-sidebar-active-bg:#fbe2ee;--xrain-sidebar-active-border:#efbed5;--xrain-sidebar-active-text:#9d174d;--xrain-sidebar-account-bg:#f6dfeb;--xrain-sidebar-account-hover-bg:#f1d5e2;--xrain-sidebar-toggle-bg:#fff;--xrain-sidebar-toggle-shadow:0 2px 6px #83184324;--xrain-sidebar-brand-border:#9d174d;--xrain-sidebar-popover-bg:#fff;--xrain-sidebar-popover-border:#e6bfd2;--xrain-sidebar-popover-shadow:0 8px 24px #8318432e;--xrain-sidebar-danger:#b42318;--xrain-sidebar-danger-hover-bg:#fcebea;--xrain-sidebar-danger-hover-text:#8b1a08;--xrain-sidebar-scrollbar:#bd8da6;background:#fff9fc}:root[data-xrain-theme=sepia]{color:#49351f;--xrain-page-bg:#f4ecd9;--xrain-page-bg-strong:#efe3c9;--xrain-surface:#fbf5e8;--xrain-surface-muted:#f1dfbd;--xrain-surface-raised:#fffaf0;--xrain-border:#dcc495;--xrain-border-soft:#e8d7b4;--xrain-text:#49351f;--xrain-text-muted:#776246;--xrain-brand:#8f5a2b;--xrain-on-brand:#fff;--xrain-brand-soft:#f1dfbd;--xrain-brand-strong:#6d421d;--xrain-selection-bg:#f1dfbd;--xrain-selection-border:#8f5a2b;--xrain-selection-strong:#6d421d;--xrain-elevation-1:0 1px 2px #5c3a1514, 0 3px 8px #5c3a150f;--xrain-elevation-2:0 8px 24px #5c3a1529;--xrain-sidebar-bg:#ebdfc4;--xrain-sidebar-border:#dcc495;--xrain-sidebar-text:#49351f;--xrain-sidebar-muted:#776246;--xrain-sidebar-divider:#dcc495;--xrain-sidebar-hover-bg:#e2d0ab;--xrain-sidebar-hover-border:#e2d0ab;--xrain-sidebar-active-bg:#f1dfbd;--xrain-sidebar-active-border:#d7b675;--xrain-sidebar-active-text:#6d421d;--xrain-sidebar-account-bg:#e2d0ab;--xrain-sidebar-account-hover-bg:#d8c195;--xrain-sidebar-toggle-bg:#fbf5e8;--xrain-sidebar-toggle-shadow:0 2px 6px #5c3a1524;--xrain-sidebar-brand-border:#6d421d;--xrain-sidebar-popover-bg:#fbf5e8;--xrain-sidebar-popover-border:#d3b77e;--xrain-sidebar-popover-shadow:0 8px 24px #5c3a152e;--xrain-sidebar-danger:#a1260d;--xrain-sidebar-danger-hover-bg:#fcebea;--xrain-sidebar-danger-hover-text:#8b1a08;--xrain-sidebar-scrollbar:#a88d59;background:#f4ecd9}:root[data-xrain-theme=amber]{color:#4a3513;--xrain-page-bg:#fffcf5;--xrain-page-bg-strong:#fff8e9;--xrain-surface:#fff;--xrain-surface-muted:#fff3c4;--xrain-surface-raised:#fff;--xrain-border:#e7d69e;--xrain-border-soft:#f1e7c6;--xrain-text:#4a3513;--xrain-text-muted:#7b6838;--xrain-brand:#b55a08;--xrain-on-brand:#fff;--xrain-brand-soft:#fff3c4;--xrain-brand-strong:#8d400c;--xrain-selection-bg:#fff3c4;--xrain-selection-border:#b55a08;--xrain-selection-strong:#8d400c;--xrain-elevation-1:0 1px 2px #78350f14, 0 3px 8px #78350f0f;--xrain-elevation-2:0 8px 24px #78350f29;--xrain-sidebar-bg:#fff3c4;--xrain-sidebar-border:#e7d69e;--xrain-sidebar-text:#4a3513;--xrain-sidebar-muted:#7b6838;--xrain-sidebar-divider:#e7d69e;--xrain-sidebar-hover-bg:#ffebad;--xrain-sidebar-hover-border:#ffebad;--xrain-sidebar-active-bg:#ffe6a0;--xrain-sidebar-active-border:#e8c967;--xrain-sidebar-active-text:#8d400c;--xrain-sidebar-account-bg:#ffebad;--xrain-sidebar-account-hover-bg:#f5dc94;--xrain-sidebar-toggle-bg:#fff;--xrain-sidebar-toggle-shadow:0 2px 6px #78350f24;--xrain-sidebar-brand-border:#8d400c;--xrain-sidebar-popover-bg:#fff;--xrain-sidebar-popover-border:#dfce91;--xrain-sidebar-popover-shadow:0 8px 24px #78350f2e;--xrain-sidebar-danger:#a1260d;--xrain-sidebar-danger-hover-bg:#fcebea;--xrain-sidebar-danger-hover-text:#8b1a08;--xrain-sidebar-scrollbar:#ae985d;background:#fffcf5}:root[data-xrain-theme=solarized]{color:#586e75;--xrain-page-bg:#fdf6e3;--xrain-page-bg-strong:#eee8d5;--xrain-surface:#fdf6e3;--xrain-surface-muted:#eee8d5;--xrain-surface-raised:#fffdf3;--xrain-border:#d5ccb1;--xrain-border-soft:#e3dcc6;--xrain-text:#586e75;--xrain-text-muted:#5e7379;--xrain-brand:#1f6fa8;--xrain-on-brand:#fff;--xrain-brand-soft:#d5eaf4;--xrain-brand-strong:#1a5e8f;--xrain-selection-bg:#d5eaf4;--xrain-selection-border:#1f6fa8;--xrain-selection-strong:#1a5e8f;--xrain-elevation-1:0 1px 2px #586e7517, 0 3px 8px #586e750f;--xrain-elevation-2:0 8px 24px #586e7529;--xrain-sidebar-bg:#eee8d5;--xrain-sidebar-border:#d5ccb1;--xrain-sidebar-text:#586e75;--xrain-sidebar-muted:#5e7379;--xrain-sidebar-divider:#d5ccb1;--xrain-sidebar-hover-bg:#e0d8c1;--xrain-sidebar-hover-border:#e0d8c1;--xrain-sidebar-active-bg:#d5eaf4;--xrain-sidebar-active-border:#b2d7e8;--xrain-sidebar-active-text:#1f6fa8;--xrain-sidebar-account-bg:#e0d8c1;--xrain-sidebar-account-hover-bg:#d5ccb1;--xrain-sidebar-toggle-bg:#fdf6e3;--xrain-sidebar-toggle-shadow:0 2px 6px #586e7524;--xrain-sidebar-brand-border:#1a5e8f;--xrain-sidebar-popover-bg:#fdf6e3;--xrain-sidebar-popover-border:#c9c0a7;--xrain-sidebar-popover-shadow:0 8px 24px #586e752e;--xrain-sidebar-danger:#b42318;--xrain-sidebar-danger-hover-bg:#fcebea;--xrain-sidebar-danger-hover-text:#8b1a08;--xrain-sidebar-scrollbar:#9b9c8b;background:#fdf6e3}:root[data-xrain-theme=custom]{color:#27233a;--xrain-page-bg:#f7f4ff;--xrain-page-bg-strong:#faf8ff;--xrain-surface:#fff;--xrain-surface-muted:#f0ebff;--xrain-surface-raised:#fff;--xrain-border:#d9cef2;--xrain-border-soft:#e8e1f7;--xrain-text:#27233a;--xrain-text-muted:#686176;--xrain-brand:#7c3aed;--xrain-on-brand:#fff;--xrain-brand-soft:#ebe4ff;--xrain-brand-strong:#5e2aa8;--xrain-selection-bg:#ebe4ff;--xrain-selection-border:#7c3aed;--xrain-selection-strong:#5e2aa8;--xrain-elevation-1:0 1px 2px #00000014, 0 3px 8px #0000000f;--xrain-elevation-2:0 8px 24px #00000029;--xrain-sidebar-bg:#f0ebff;--xrain-sidebar-border:#d9cef2;--xrain-sidebar-text:#27233a;--xrain-sidebar-muted:#686176;--xrain-sidebar-divider:#d9cef2;--xrain-sidebar-hover-bg:#e7defb;--xrain-sidebar-hover-border:#e7defb;--xrain-sidebar-active-bg:#ebe4ff;--xrain-sidebar-active-border:#d0c0ee;--xrain-sidebar-active-text:#5e2aa8;--xrain-sidebar-account-bg:#e7defb;--xrain-sidebar-account-hover-bg:#d9cef2;--xrain-sidebar-toggle-bg:#fff;--xrain-sidebar-toggle-shadow:0 2px 6px #00000024;--xrain-sidebar-brand-border:#5e2aa8;--xrain-sidebar-popover-bg:#fff;--xrain-sidebar-popover-border:#c5b5e6;--xrain-sidebar-popover-shadow:0 8px 24px #0000002e;--xrain-sidebar-danger:#a1260d;--xrain-sidebar-danger-hover-bg:#fcebea;--xrain-sidebar-danger-hover-text:#8b1a08;--xrain-sidebar-scrollbar:#9887bc;background:#f7f4ff}.businessRecordWorkspace .prototypeDocumentBar{display:none}:root .businessRecordWorkspace .prototypeHtmlShell,:root .businessRecordWorkspace .prototypeWorkspaceShell,:root .businessRecordWorkspace .prototypeSheetZone{background:0 0}:root .businessRecordWorkspace .prototypeSheetZone{grid-template-rows:minmax(0,1fr)}.businessRecordWorkspace .businessViewsWorkspace{background:var(--xrain-surface);align-self:stretch;height:100%;min-height:0}.businessRecordWorkspace .businessViewPanel,.businessRecordWorkspace .runtimeRecordsPanel.standalone{min-height:0}.businessRecordWorkspace .businessViewPanel{flex:auto}.businessRecordWorkspace .runtimeRecordsPanel.standalone{flex:auto;align-content:start;overflow:hidden}.businessRecordWorkspace .runtimeProTable.xrain-data-list{grid-template-rows:auto minmax(0,1fr);align-self:flex-start;width:100%;height:auto}.businessRecordWorkspace .runtimeProTable.xrain-data-list.xrain-data-list--empty{flex:none;grid-template-rows:auto 220px;align-self:flex-start;width:100%;height:auto;max-height:100%}.businessRecordWorkspace .runtimeProTable.xrain-data-list:not(.xrain-data-list--empty){grid-template-rows:auto auto}.businessRecordWorkspace .runtimeProTable.xrain-data-list--empty .xrain-data-list__table{height:220px;max-height:100%}.businessRecordWorkspace .runtimeProTable.xrain-data-list--empty .xrain-data-list__table .ant-table,.businessRecordWorkspace .runtimeProTable.xrain-data-list--empty .xrain-data-list__table .ant-table-container,.businessRecordWorkspace .runtimeProTable.xrain-data-list--empty .xrain-data-list__table .ant-table-content,.businessRecordWorkspace .runtimeProTable.xrain-data-list--empty .xrain-data-list__table .ant-table-content>table,.businessRecordWorkspace .runtimeProTable.xrain-data-list--empty .xrain-data-list__table .ant-table-tbody{height:100%}.businessRecordWorkspace .runtimeProTable.xrain-data-list--empty .ant-table-tbody>tr.ant-table-placeholder>td{vertical-align:middle;height:100%}.businessRecordWorkspace .runtimeProTable.xrain-data-list--empty .ant-table-thead,.businessRecordWorkspace .businessViewReadonlyMeta{display:none}.businessRecordWorkspace .businessViewTabsRow{border-bottom-color:var(--xrain-border-soft);padding-inline:8px}.businessRecordWorkspace .businessViewTabStrip{flex:0 auto}.businessRecordWorkspace .businessViewTabLabel{min-width:72px;padding-inline:8px}.businessRecordWorkspace .businessViewTabIndicator{height:2px}.businessRecordWorkspace .businessViewAdd.ant-btn{margin-left:4px}.businessRecordWorkspace .runtimeProTable .xrain-data-list__toolbar{flex-wrap:nowrap;gap:6px;padding:6px 12px}.businessRecordWorkspace .runtimeProTable .xrain-data-list__table{border:0;border-radius:0;width:calc(100% - 24px);min-height:0;margin-inline:12px;overflow:hidden}.businessRecordWorkspace .runtimeListToolbarLeading{flex:auto;min-width:0}.businessRecordWorkspace .runtimeProTable .xrain-data-list__toolbar-actions,.businessRecordWorkspace .runtimeProTable .xrain-data-list__base-tools,.businessRecordWorkspace .runtimeProTable .xrain-data-list__toolbar-primary,.businessRecordWorkspace .runtimeToolbarActions{flex-wrap:nowrap}.businessRecordWorkspace .runtimeProTable .xrain-data-list__toolbar-actions{gap:8px}.businessRecordWorkspace .runtimeToolbarActions{flex:none;gap:8px}.businessRecordWorkspace .runtimeProTable .xrain-data-list__table .ant-table-content{scrollbar-gutter:auto;max-width:100%}.businessRecordWorkspace .runtimeProTable .xrain-data-list__table .ant-table-tbody>tr>td{padding-block:7px}.businessRecordWorkspace .runtimeProTable .xrain-data-list__table .ant-table-thead>tr>th{white-space:normal;overflow-wrap:anywhere;font-weight:500;line-height:1.35}.businessRecordWorkspace .runtimeProTable .ant-table-cell-fix-right-first:after{background:var(--xrain-border-soft);width:1px;box-shadow:none;right:0}.businessRecordWorkspace .runtimeProTable .xrain-data-list__toolbar-tool.ant-btn,.businessRecordWorkspace .runtimeToolbarIconAction{border:1px solid var(--xrain-border);background:var(--xrain-surface-muted);width:36px;min-width:36px;max-width:36px;height:36px;min-height:36px;box-shadow:none;color:var(--xrain-text);border-radius:8px;padding:0}.businessRecordWorkspace .runtimeProTable .xrain-data-list__toolbar-tool.ant-btn:hover,.businessRecordWorkspace .runtimeToolbarIconAction:hover{border-color:var(--xrain-brand);background:var(--xrain-surface-raised);color:var(--xrain-brand-strong)}.businessRecordWorkspace .runtimeToolbarIconAction.runtimeToolbarCreateAction{border-color:var(--xrain-brand);background:var(--xrain-brand);color:var(--xrain-on-brand,#fff)!important}.businessRecordWorkspace .runtimeToolbarIconAction .visuallyHidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.businessRecordWorkspace .runtimeRecordSearch{border:1px solid var(--xrain-border);background:var(--xrain-surface-muted);min-width:0;height:36px;color:var(--xrain-text-muted);border-radius:8px;flex:260px;align-items:center;gap:8px;padding:0 12px;display:flex}.businessRecordWorkspace .runtimeRecordSearch:focus-within{border-color:var(--xrain-brand);box-shadow:0 0 0 2px color-mix(in srgb, var(--xrain-brand) 16%, transparent)}.businessRecordWorkspace .runtimeRecordSearch input{color:inherit;font:inherit;background:0 0;border:0;outline:none;flex:auto;min-width:0}.businessRecordWorkspace .runtimeRecordSearch input::placeholder{color:var(--xrain-text-muted)}.businessRecordWorkspace .runtimeRecordSearch{flex:0 clamp(220px,30vw,360px);width:clamp(220px,30vw,360px);max-width:100%}.businessRecordWorkspace .prototypeViewItem{min-height:46px;box-shadow:none;border-color:#0000;border-radius:6px;padding-block:5px;transition:background-color .16s,color .16s}.businessRecordWorkspace .prototypeViewItem:hover{background:var(--xrain-surface-muted);box-shadow:none;border-color:#0000}.businessRecordWorkspace .prototypeViewList .prototypeViewItem[data-active=true]{background:var(--xrain-brand-soft);box-shadow:none;border-color:#0000}:root[data-xrain-theme=dark] .businessRecordWorkspace .prototypeViewList .prototypeViewItem[data-active=true]{background:var(--xrain-surface-muted);color:var(--xrain-text)}:root[data-xrain-theme=dark] .businessRecordWorkspace .prototypeViewList .prototypeViewItem[data-active=true] .prototypeViewIcon{background:var(--xrain-surface-raised);color:var(--xrain-brand-strong);border-color:#0000}.businessRecordWorkspace .prototypeViewItem .prototypeViewIcon{border-radius:8px;width:28px;height:28px}.businessRecordWorkspace .prototypeViewList{scrollbar-width:thin;scrollbar-color:color-mix(in srgb, var(--xrain-text-muted) 55%, transparent) transparent}.businessRecordWorkspace .prototypeViewList::-webkit-scrollbar{width:6px;height:6px}.businessRecordWorkspace .prototypeViewList::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--xrain-text-muted) 55%, transparent);border-radius:999px}.businessRecordWorkspace .runtimeBooleanValue{align-items:center;min-height:20px;display:inline-flex}.businessRecordWorkspace .runtimeBooleanValue__indicator{border:1px solid var(--xrain-border);min-width:24px;min-height:20px;color:var(--xrain-text-muted);border-radius:999px;justify-content:center;align-items:center;padding:0 6px;font-size:12px;line-height:18px;display:inline-flex}.businessRecordWorkspace .runtimeBooleanValue__indicator[data-checked=true]{border-color:color-mix(in srgb, var(--xrain-brand) 55%, var(--xrain-border));background:color-mix(in srgb, var(--xrain-brand-soft) 70%, transparent);color:var(--xrain-brand-strong)}.businessRecordWorkspace .prototypeObjectText small{display:none}@media (width<=900px){.businessRecordWorkspace .runtimeProTable .xrain-data-list__toolbar-leading{flex-basis:auto}}:root[data-xrain-theme] .fui-FluentProvider{background:var(--xrain-page-bg)!important;color:var(--xrain-text)!important}:root[data-xrain-theme] .xrain-shell .fui-Button:disabled,:root[data-xrain-theme] .xrain-shell .fui-Button[disabled],:root[data-xrain-theme] .workspace .fui-Button:disabled,:root[data-xrain-theme] .workspace .fui-Button[disabled]{opacity:.68;box-shadow:none!important;color:var(--xrain-text-muted)!important;background:0 0!important;border-color:#0000!important}:root[data-xrain-theme] .xrain-shell .fui-Button:disabled svg,:root[data-xrain-theme] .xrain-shell .fui-Button[disabled] svg,:root[data-xrain-theme] .workspace .fui-Button:disabled svg,:root[data-xrain-theme] .workspace .fui-Button[disabled] svg{color:var(--xrain-text-muted)!important}:root[data-xrain-theme] .workspace .runtimeToolbarActions .fui-Button:disabled,:root[data-xrain-theme] .workspace .runtimeToolbarActions .fui-Button[disabled]{border-color:var(--xrain-border)!important;background:var(--xrain-surface-muted)!important;color:var(--xrain-text-muted)!important}:root[data-xrain-theme] .prototypeWorkspace,:root[data-xrain-theme] .prototypeWorkspaceShell,:root[data-xrain-theme] .prototypeLeftPane,:root[data-xrain-theme] .prototypeSheetZone,:root[data-xrain-theme] .prototypeDocumentBar,:root[data-xrain-theme] .prototypeToolRow,:root[data-xrain-theme] .prototypeGridScroll{border-color:var(--xrain-border)!important;background:var(--xrain-surface)!important;color:var(--xrain-text)!important}:root[data-xrain-theme] .prototypeWorkspaceShell{background:var(--xrain-page-bg-strong)!important}:root[data-xrain-theme] .prototypeSheetCanvas{background:var(--xrain-surface-muted)!important}:root[data-xrain-theme] .prototypeSearchBox,:root[data-xrain-theme] .prototypeIconButton,:root[data-xrain-theme] .prototypeSearchInput,:root[data-xrain-theme] .prototypeViewItem .prototypeViewIcon,:root[data-xrain-theme] .prototypeViewKindIcon{border-color:var(--xrain-border)!important;background:var(--xrain-surface-raised)!important;color:var(--xrain-text-muted)!important}:root[data-xrain-theme] .prototypeViewItem,:root[data-xrain-theme] .prototypeViewItemName,:root[data-xrain-theme] .prototypeObjectText strong,:root[data-xrain-theme] .prototypeDocumentTitle,:root[data-xrain-theme] .prototypeDocumentTitle strong,:root[data-xrain-theme] .prototypeDataGrid th,:root[data-xrain-theme] .prototypeDataGrid td{color:var(--xrain-text)!important}:root[data-xrain-theme] .prototypeObjectText small,:root[data-xrain-theme] .prototypeViewItemKey,:root[data-xrain-theme] .prototypeDocumentTitle small,:root[data-xrain-theme] .prototypeDocumentSubline,:root[data-xrain-theme] .prototypeObjectGroupHeader,:root[data-xrain-theme] .prototypeObjectGroupChevron,:root[data-xrain-theme] .prototypeToolButton,:root[data-xrain-theme] .prototypeHeaderType,:root[data-xrain-theme] .prototypeLock,:root[data-xrain-theme] .prototypeHeaderChevron{color:var(--xrain-text-muted)!important}:root[data-xrain-theme] .prototypeViewItem:hover,:root[data-xrain-theme] .prototypeViewItem.active,:root[data-xrain-theme] .prototypeViewItem[data-active=true],:root[data-xrain-theme] .prototypeToolButton:hover,:root[data-xrain-theme] .prototypeToolButton.active,:root[data-xrain-theme] .prototypeToolButton.strong,:root[data-xrain-theme] .prototypeToolButton[data-active=true]{border-color:var(--xrain-border)!important;background:var(--xrain-brand-soft)!important;color:var(--xrain-brand-strong)!important;box-shadow:none!important}:root[data-xrain-theme] .prototypeDataGrid{background:var(--xrain-surface)!important;color:var(--xrain-text)!important}:root[data-xrain-theme] .prototypeDataGrid th,:root[data-xrain-theme] .prototypeDataGrid .prototypeGroupRow td{border-color:var(--xrain-border-soft)!important;background:var(--xrain-surface-muted)!important}:root[data-xrain-theme] .prototypeDataGrid td{border-color:var(--xrain-border-soft)!important;background:var(--xrain-surface)!important}:root[data-xrain-theme] .prototypeDataGrid tbody tr:hover td,:root[data-xrain-theme] .prototypeDataGrid tbody tr.selected-row td{background:var(--xrain-brand-soft)!important}:root[data-xrain-theme] .prototypeDataGrid tbody tr[data-tone=green] td{background:color-mix(in srgb, var(--xrain-status-positive-bg) 72%, var(--xrain-surface))!important}:root[data-xrain-theme] .prototypeDataGrid tbody tr[data-tone=amber] td{background:color-mix(in srgb, var(--xrain-status-warning-bg) 72%, var(--xrain-surface))!important}:root[data-xrain-theme] .prototypeDataGrid tbody tr[data-tone=blue] td{background:var(--xrain-brand-soft)!important}:root[data-xrain-theme] .prototypeDataGrid tbody tr[data-tone=slate] td{background:var(--xrain-surface-muted)!important}:root[data-xrain-theme] .prototypeDataGrid td[data-fill]{background:var(--fill-bg,var(--xrain-brand-soft))!important}:root[data-xrain-theme] .prototypeDataGrid .prototypeRowNo{border-color:var(--xrain-border-soft)!important;background:var(--xrain-surface-muted)!important;color:var(--xrain-text-muted)!important}:root[data-xrain-theme] .prototypeCheckbox,:root[data-xrain-theme] .prototypeRowActionButton,:root[data-xrain-theme] .prototypeFieldHeaderMenu{border-color:var(--xrain-border)!important;background:var(--xrain-surface-raised)!important;color:var(--xrain-text)!important}:root[data-xrain-theme] .prototypeRowActionButton:hover,:root[data-xrain-theme] .prototypeFieldHeaderMenu button:hover{background:var(--xrain-brand-soft)!important;color:var(--xrain-brand-strong)!important}:root[data-xrain-theme] .prototypeObjectChip,:root[data-xrain-theme] .prototypeObjectChip.blue,:root[data-xrain-theme] .prototypeObjectChip.business,:root[data-xrain-theme] .prototypeObjectChip.system,:root[data-xrain-theme] .prototypeObjectChip.amber{border-color:color-mix(in srgb, var(--xrain-brand) 55%, var(--xrain-border))!important;background:color-mix(in srgb, var(--xrain-brand-soft) 78%, var(--xrain-surface))!important;color:var(--xrain-brand-strong)!important}:root[data-xrain-theme] .prototypePermissionBackdrop,:root[data-xrain-theme] .prototypePermissionIntroDialog,:root[data-xrain-theme] .prototypePermissionDialog,:root[data-xrain-theme] .prototypePermissionHeader,:root[data-xrain-theme] .prototypePermissionIntroHeader,:root[data-xrain-theme] .prototypePermissionSidebar,:root[data-xrain-theme] .prototypePermissionRules,:root[data-xrain-theme] .prototypePermissionFooter,:root[data-xrain-theme] .prototypePermissionMembersView,:root[data-xrain-theme] .prototypePermissionMemberPicker,:root[data-xrain-theme] .prototypePermissionMemberSuggestion,:root[data-xrain-theme] .prototypePermissionIntroCards article,:root[data-xrain-theme] .prototypePermissionIllustration.record:before,:root[data-xrain-theme] .prototypePermissionIllustration.field:before,:root[data-xrain-theme] .prototypePermissionIllustration.dashboard:before{border-color:var(--xrain-border)!important;background:var(--xrain-surface)!important;color:var(--xrain-text)!important}:root[data-xrain-theme] .prototypePermissionIntroBody,:root[data-xrain-theme] .prototypePermissionWorkspace{background:var(--xrain-page-bg)!important}:root[data-xrain-theme] .prototypePermissionBrand,:root[data-xrain-theme] .prototypePermissionMainHeader h3,:root[data-xrain-theme] .prototypePermissionMembersHeader h3,:root[data-xrain-theme] .prototypePermissionRuleSection header strong,:root[data-xrain-theme] .prototypePermissionDataLayout,:root[data-xrain-theme] .prototypePermissionRadioGrid,:root[data-xrain-theme] .prototypePermissionRecordRules,:root[data-xrain-theme] .prototypePermissionFieldRules,:root[data-xrain-theme] .prototypePermissionViewRules{color:var(--xrain-text)!important}:root[data-xrain-theme] .prototypePermissionIntroCopy h2,:root[data-xrain-theme] .prototypePermissionIntroCopy p,:root[data-xrain-theme] .prototypePermissionMainHeader p,:root[data-xrain-theme] .prototypePermissionSideTitle,:root[data-xrain-theme] .prototypePermissionHelp,:root[data-xrain-theme] .prototypePermissionInlineHint,:root[data-xrain-theme] .prototypePermissionNoAccess,:root[data-xrain-theme] .prototypePermissionMembersTableHeader,:root[data-xrain-theme] .prototypePermissionRuleSection header button,:root[data-xrain-theme] .prototypePermissionRuleSection header button span,:root[data-xrain-theme] .prototypePermissionIconButton,:root[data-xrain-theme] .prototypePermissionClose,:root[data-xrain-theme] .prototypePermissionBackButton,:root[data-xrain-theme] .prototypePermissionShareGrant,:root[data-xrain-theme] .prototypePermissionTabs button,:root[data-xrain-theme] .prototypePermissionRoleButton,:root[data-xrain-theme] .prototypePermissionAddRole,:root[data-xrain-theme] .prototypePermissionAiButton,:root[data-xrain-theme] .prototypePermissionResourceList button,:root[data-xrain-theme] .prototypePermissionTabs button{color:var(--xrain-text-muted)!important}:root[data-xrain-theme] .prototypePermissionIconButton:hover,:root[data-xrain-theme] .prototypePermissionClose:hover,:root[data-xrain-theme] .prototypePermissionBackButton:hover,:root[data-xrain-theme] .prototypePermissionShareGrant.open,:root[data-xrain-theme] .prototypePermissionShareGrant:hover,:root[data-xrain-theme] .prototypePermissionRoleButton:hover,:root[data-xrain-theme] .prototypePermissionAddRole:hover,:root[data-xrain-theme] .prototypePermissionAiButton:hover,:root[data-xrain-theme] .prototypePermissionResourceList button.active{background:var(--xrain-brand-soft)!important;color:var(--xrain-brand-strong)!important}:root[data-xrain-theme] .prototypePermissionRoleButton.active,:root[data-xrain-theme] .prototypePermissionAddMember,:root[data-xrain-theme] .prototypePermissionEnable{border-color:var(--xrain-brand)!important;background:var(--xrain-brand)!important;color:var(--xrain-sidebar-active-text)!important}:root[data-xrain-theme] .prototypePermissionTabs button.active{color:var(--xrain-brand-strong)!important}:root[data-xrain-theme] .prototypePermissionTabs button.active:after{background:var(--xrain-brand)!important}:root[data-xrain-theme] .rolePermissionPrototypePage .ant-table-thead>tr>th{border-color:var(--xrain-border-soft)!important;background:var(--xrain-surface-muted)!important;color:var(--xrain-text-muted)!important}:root[data-xrain-theme] .prototypePermissionRoleNameInput,:root[data-xrain-theme] .prototypePermissionResourceList label,:root[data-xrain-theme] .prototypePermissionResourceList input,:root[data-xrain-theme] .prototypePermissionMemberSearch,:root[data-xrain-theme] .prototypePermissionMemberSearch input{border-color:var(--xrain-border)!important;background:var(--xrain-surface-raised)!important;color:var(--xrain-text)!important}:root[data-xrain-theme] .prototypePermissionRoleNameInput:focus,:root[data-xrain-theme] .prototypePermissionMemberSearch:focus-within{box-shadow:0 0 0 2px color-mix(in srgb, var(--xrain-brand) 18%, transparent);border-color:var(--xrain-brand)!important}:root[data-xrain-theme] .prototypePermissionRoleButton em,:root[data-xrain-theme] .prototypePermissionIllustration.dashboard span{background:var(--xrain-brand-soft)!important;color:var(--xrain-brand-strong)!important}:root[data-xrain-theme] .prototypePermissionIllustration,:root[data-xrain-theme] .prototypePermissionIllustration.record span{background:var(--xrain-surface-muted)!important;color:var(--xrain-text-muted)!important}:root[data-xrain-theme] .prototypePermissionIllustration.record strong,:root[data-xrain-theme] .prototypePermissionIllustration.record strong:after{background:var(--xrain-brand)!important}:root[data-xrain-theme] .prototypePermissionIllustration.record strong{color:var(--xrain-sidebar-active-text)!important}:root[data-xrain-theme] .prototypePermissionRuleSection+.prototypePermissionRuleSection,:root[data-xrain-theme] .prototypePermissionRuleSection header,:root[data-xrain-theme] .prototypePermissionTabs,:root[data-xrain-theme] .prototypePermissionMembersTableHeader{border-color:var(--xrain-border-soft)!important}
