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}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}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#eef2e8;background:#080a08}*{box-sizing:border-box}html,body{width:100%;height:100%}body{background:radial-gradient(circle at 20% 0,#97b9551f,#0000 34%),#080a08;margin:0;overflow:hidden}#root{width:100%;height:100%;overflow:hidden}.app-loading,.auth-screen{place-items:center;width:100vw;height:100vh;display:grid}.auth-screen{background:radial-gradient(circle at 48% 4%,#97b9552e,#0000 30%),radial-gradient(circle at 18% 90%,#ead8a71a,#0000 34%),#080a08;align-items:start;padding:24px;overflow:auto}.auth-card{border-color:#ffffff1a;width:min(460px,100vw - 48px);max-height:calc(100vh - 48px);overflow:auto;box-shadow:0 24px 72px #0000005c}.auth-card .ant-card-body{padding:24px}.auth-card .ant-form-item{margin-bottom:13px}.auth-card .ant-divider-horizontal{margin:2px 0 0}.auth-brand{color:#b8d66c;letter-spacing:.02em;margin-bottom:8px;font-size:15px;font-weight:800}.auth-title{margin-bottom:4px!important}.auth-footnote{text-align:center;display:block}.auth-links{flex-wrap:wrap;justify-content:center;row-gap:4px}.app-shell{background:#080a08;flex-direction:row;width:100%;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}.app-command-rail{background:#202220;border-right:1px solid #ffffff14;flex-direction:column;flex:0 0 46px;align-items:center;gap:5px;width:46px;height:100vh;padding:6px 5px;display:flex}.app-rail-brand{flex:none;place-items:center;width:32px;height:32px;margin-bottom:4px;display:grid}.app-rail-brand img{object-fit:contain;width:28px;height:28px;display:block}.app-rail-group{flex-direction:column;align-items:center;gap:4px;width:100%;display:flex}.app-rail-spacer{flex:1}.app-rail-divider{border-color:#ffffff1a;width:24px;min-width:24px;margin:1px 0}.app-rail-tooltip-anchor{display:inline-flex;position:relative}.app-rail-tooltip-anchor:after{z-index:30;color:#edf2e8;content:attr(data-tooltip);opacity:0;pointer-events:none;white-space:nowrap;background:#2a2d2a;border:1px solid #ffffff1a;border-radius:8px;max-width:180px;padding:5px 8px;font-size:12px;line-height:1.2;transition:opacity .12s,transform .12s;position:absolute;top:50%;left:calc(100% + 8px);transform:translate(-4px,-50%);box-shadow:0 10px 24px #00000047}.app-rail-tooltip-anchor:hover:after,.app-rail-tooltip-anchor:focus-within:after{opacity:1;transform:translateY(-50%)}.app-rail-button.ant-btn{color:#eef2e8c7;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;padding:0;display:inline-flex}.app-rail-button.ant-btn:hover,.app-rail-button.ant-btn:focus-visible{color:#f5f7ef;background:#ffffff14}.app-rail-button.ant-btn.is-active{color:#b8d66c;background:#303a25;box-shadow:inset 3px 0 #b8d66c}.app-rail-button.ant-btn[disabled],.app-rail-button.ant-btn[disabled]:hover{color:#eef2e847;background:0 0}.app-rail-button .anticon{font-size:16px}.app-workspace{background:#080a08;flex-direction:column;flex:1;width:calc(100vw - 46px);min-width:0;max-width:calc(100vw - 46px);height:100vh;overflow:hidden}.app-toolbar{background:#10130f;border-bottom:1px solid #ffffff14;flex:0 0 42px;align-items:center;gap:10px;height:42px;padding:0 16px;line-height:normal;display:flex}.app-toolbar-brand{color:#eef2e8;letter-spacing:.01em;font-size:13px}.app-toolbar-status{font-size:12px}.app-toolbar-alert{max-width:min(560px,46vw);margin-left:auto;padding-block:4px}.app-page{width:100%;max-width:100%;height:calc(100vh - 42px);min-height:0;overflow:hidden}.page-split{background:#080a08;flex-direction:row;width:100%;min-width:0;max-width:100%;height:100%;min-height:0;display:flex;overflow:hidden}.settings-layout{gap:20px;min-height:520px;display:flex}.settings-nav{background:0 0;flex:none;width:192px;border-inline-end:1px solid #ffffff14!important}.settings-content{flex-direction:column;flex:1;gap:14px;min-width:0;display:flex}.settings-row{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;justify-content:space-between;align-items:center;gap:24px;padding:14px 16px;display:flex}.settings-row .ant-typography{margin-bottom:0}.inventory-pane{border-right:1px solid #ffffff14;background:#121412!important}.inventory-browser{outline:none;min-height:0}.inventory-pane-header .ant-btn{width:30px;height:30px}.workspace-browser-pane{height:100%;overflow:hidden;flex:none!important;min-width:0!important;max-width:none!important}.workspace-browser-pane .ant-layout-sider-children{min-width:0;height:100%}.browser-pane-resize-handle{z-index:4;cursor:col-resize;background:#080a08;border-right:1px solid #ffffff14;flex:0 0 7px;width:7px;position:relative}.browser-pane-resize-handle:before{content:"";border-radius:999px;position:absolute;inset:0 2px}.browser-pane-resize-handle:hover:before,.browser-pane-resize-handle:focus-visible:before{background:#b8d66c70}.browser-pane-resize-handle:focus-visible{outline-offset:-1px;outline:1px solid #b8d66cbd}.is-resizing-browser-pane,.is-resizing-browser-pane *{cursor:col-resize!important;-webkit-user-select:none!important;user-select:none!important}.pane-body{height:100%;padding:18px 16px}.pane-title,.thing-title,.section-title{margin:0!important}.pane-muted-text{color:#ffffff9e;font-size:12px}.editable-title{cursor:text}.thing-title-editor{width:min(520px,42vw)}.inventory-tree-viewport{flex:1;min-width:0;max-width:100%;min-height:0;overflow:hidden auto}.inventory-operation-alert{padding:6px 10px}.inventory-tree-viewport .ant-spin-nested-loading,.inventory-tree-viewport .ant-spin-container{min-width:0}.inventory-pane .ant-tree{background:0 0;min-width:0;max-width:100%;font-size:13px;overflow-x:hidden}.inventory-pane .ant-tree-list,.inventory-pane .ant-tree-list-holder,.inventory-pane .ant-tree-list-holder-inner{min-width:0;max-width:100%;overflow-x:hidden!important}.inventory-pane .ant-tree-treenode{width:100%;min-width:0;max-width:100%;padding:0 0 2px;display:flex}.inventory-pane .ant-tree-node-content-wrapper{white-space:nowrap;border-radius:8px;flex:auto;align-items:center;min-width:0;min-height:28px;padding-inline:4px 8px;display:inline-flex;overflow:hidden}.inventory-pane .ant-tree-switcher,.inventory-pane .ant-tree-iconEle{flex:0 0 20px;width:20px;line-height:28px}.inventory-pane .ant-tree-title{white-space:nowrap;flex:auto;min-width:0;display:block;overflow:hidden}.inventory-tree-controls{flex:none;min-width:0}.inventory-search-input{flex:1;min-width:0}.inventory-tree-actions{flex:none}.inventory-tree-title{white-space:nowrap;border:1px solid #0000;border-radius:7px;align-items:center;gap:6px;width:100%;min-width:0;max-width:100%;padding-inline:3px;display:flex;overflow:hidden}.inventory-tree-title.is-drop-target{background:#b8d66c1a;border-color:#b8d66c9e}.inventory-tree-title.is-dragging{opacity:.56}.inventory-tree-name{text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;overflow:hidden}.inventory-tree-name mark{color:inherit;background:#b8d66c52;border-radius:3px;padding:0 1px}.inventory-tree-rename-input.ant-input{width:100%;min-width:0;height:24px}.inventory-tree-meta{flex:none;align-items:center;gap:3px;min-width:0;max-width:45%;display:inline-flex;overflow:hidden}.inventory-tree-meta span{color:#eef2e894;text-overflow:ellipsis;white-space:nowrap;border:1px solid #ffffff14;border-radius:999px;max-width:76px;padding:0 5px;font-size:10px;line-height:15px;display:inline-block;overflow:hidden}.inventory-pane-footer{flex:none;gap:8px;font-size:12px}.secondary-list{gap:6px}.secondary-list-row{text-align:left;justify-content:flex-start;height:auto;padding:10px 12px}.secondary-list-row>span:last-child{flex-direction:column;min-width:0;display:flex}.workbench-shell{background:#080a08;min-width:0;max-width:100%;height:100%;overflow:hidden;flex:1 1 0!important}.workbench{flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden}.document-workbench{overflow:auto}.workbench-header{background:#10130f;border-bottom:1px solid #ffffff14;flex:0 0 86px;padding:16px 22px}.thing-avatar{color:#10140b;background:#97b955}.thing-avatar.ant-avatar{width:36px!important;height:36px!important;line-height:36px!important}.data-source-alert{flex:none;margin:12px 24px 0}.workbench>.ant-spin-nested-loading{flex:1;min-height:0}.workbench>.ant-spin-nested-loading>.ant-spin-container,.workbench-tabs{height:100%}.workbench-tabs>.ant-tabs-nav{background:#10130f;border-bottom:1px solid #ffffff14;margin:0;padding:0 18px}.workbench-tabs>.ant-tabs-content-holder{height:calc(100% - 48px);overflow:auto}.tab-canvas{padding:20px}.tab-canvas>.ant-card+.ant-card{margin-top:14px}.spec-card{max-width:1080px}.spec-card-row{flex-wrap:wrap}.spec-main{flex:1;min-width:420px}.inline-control{width:300px}.inline-control .ant-slider{flex:1;min-width:190px}.reference-image{flex:none;width:172px;height:148px}.reference-image .ant-card-body{place-items:center;height:100%;padding:0;display:grid;overflow:hidden}.reference-icon{color:#97b955;font-size:48px}.reference-photo,.gallery-photo{object-fit:cover;width:100%;height:100%}.evidence-image-empty{color:#eef2e88a;background:#ffffff0a;place-items:center;width:100%;height:100%;min-height:120px;display:grid}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(148px,1fr));gap:14px;display:grid}.gallery-photo-card{overflow:hidden}.gallery-photo-card.primary{border-color:#97b955b8}.gallery-photo-card .ant-card-body{padding:0}.gallery-photo{height:132px;display:block}.gallery-photo-meta{padding:10px}.gallery-photo-actions{padding:0 10px 10px}.gallery-alert{margin-bottom:14px}.documents-alert{margin-bottom:0}.hidden-file-input{display:none}.spec-extra-list{margin-top:24px}.spec-extra-rows{margin-top:12px}.spec-extra-row{border-bottom:1px solid #ffffff0f;padding:8px 0}.spec-extra-row:last-child{border-bottom:0}.spec-extra-row-main{gap:2px;min-width:0;display:grid}.spec-extra-row-actions{opacity:.62;transition:opacity .12s}.spec-extra-row:hover .spec-extra-row-actions,.spec-extra-row:focus-within .spec-extra-row-actions{opacity:1}.add-spec-field,.add-item-field{flex:1}.full-width-control,.tag-row{width:100%}.inline-alert{margin-bottom:14px}.inline-error-text{text-align:right;max-width:360px}.identity-spec-display,.identity-spec-editor{width:100%}.identity-spec-editor .ant-space-compact{width:min(360px,100%)}.empty-workbench{place-items:center;height:100%;display:grid}.empty-tab-icon{color:#97b955;font-size:42px}.contents-summary{margin-bottom:18px}.contents-canvas{max-width:980px}.contents-sheet{flex-direction:column;gap:18px;display:flex}.contents-summary-grid{border-bottom:1px solid #ffffff14;grid-template-columns:repeat(auto-fit,minmax(128px,1fr));gap:10px;padding:2px 0 8px;display:grid}.contents-metric{flex-direction:column;gap:3px;min-width:0;display:flex}.tab-stat-row{margin-bottom:18px}.tab-stat-tile{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;gap:4px;min-width:150px;padding:12px 14px;display:flex}.inventory-edit-field{flex-direction:column;flex:1;gap:6px;min-width:180px;display:flex}.inventory-canvas{max-width:980px}.inventory-sheet{flex-direction:column;gap:18px;display:flex}.inventory-tab-header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.inventory-state-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px;display:grid}.inventory-state-card,.inventory-quantity-panel{background:#ffffff06;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;gap:10px;min-width:0;padding:14px;display:flex}.inventory-state-card-wide{grid-column:1/-1}.inventory-card-note{line-height:1.35}.inventory-quantity-panel{background:#97b9550f}.inventory-mode-note{background:#ffffff06;max-width:640px}.contents-list{border-top:1px solid #ffffff14}.contents-list-polished{border-top:0}.contents-empty-state{border:1px dashed #ffffff1f;border-radius:14px;place-items:center;gap:8px;min-height:180px;padding:28px;display:grid}.contents-row{width:100%;color:inherit;cursor:pointer;text-align:left;background:0 0;border:0;border-bottom:1px solid #ffffff14;align-items:center;gap:12px;padding:12px 0;display:flex}.contents-row:hover{color:#eef2e8}.contents-item-row{border-radius:10px;min-height:54px;padding:10px 8px}.contents-item-row:hover{background:#ffffff09}.readonly-row{border-bottom:1px solid #ffffff14;align-items:center;gap:12px;padding:12px 0;display:flex}.project-detail-fields{max-width:760px}.field-label{color:#eef2e8b8;flex:none;width:72px}.project-status-select{min-width:180px}.project-action-row{border-top:1px solid #ffffff14;margin-top:18px;padding-top:16px}.requirement-row{border-bottom:1px solid #ffffff14;align-items:flex-start;gap:12px;padding:13px 0;display:flex}.requirement-row-editing{align-items:flex-start}.requirement-edit-fields{flex:1;min-width:0}.requirement-unit-input{max-width:220px}.requirement-row-edit-actions{flex:none}.requirement-row-status{color:#eef2e86b;margin-top:3px}.requirement-row-status.satisfied{color:#97b955}.requirement-main{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.requirement-match-list .ant-btn-link{height:auto}.inline-link-button{color:#b8d66c;cursor:pointer;text-align:left;background:0 0;border:0;width:fit-content;padding:0}.contents-row-icon{color:#b8d66c;background:#263717;flex:none}.contents-row-main{flex-direction:column;flex:1;min-width:0;display:flex}.contents-row-name,.contents-row-detail{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.contents-row-tags{flex:none}.documents-canvas{max-width:980px}.documents-sheet{flex-direction:column;gap:18px;display:flex}.documents-header{gap:18px}.documents-summary-grid{border-bottom:1px solid #ffffff14;grid-template-columns:repeat(auto-fit,minmax(128px,1fr));gap:10px;padding-bottom:8px;display:grid}.document-metric{flex-direction:column;gap:3px;min-width:0;display:flex}.documents-empty-state{text-align:center;border:1px dashed #ffffff1f;border-radius:16px;place-items:center;gap:10px;min-height:240px;padding:36px;display:grid}.documents-empty-state .ant-typography{max-width:460px}.documents-list{border-top:0}.document-row{border-bottom:1px solid #ffffff14;border-radius:10px;align-items:center;gap:12px;padding:12px 8px;display:flex}.document-row:hover{background:#ffffff09}.document-row-icon{color:#c9dd9a;background:#2b3324;flex:none}.document-row-main{flex-direction:column;flex:1;min-width:0;display:flex}.document-row-title,.document-row-detail{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.document-row-tags,.document-row-actions{flex:none}.document-preview-image{object-fit:contain;border-radius:12px;max-width:100%;max-height:70vh;margin:0 auto;display:block}.asset-canvas{max-width:980px}.asset-sheet{flex-direction:column;gap:18px;display:flex}.asset-header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.asset-summary-grid{border-bottom:1px solid #ffffff14;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;padding-bottom:8px;display:grid}.asset-metric{flex-direction:column;gap:3px;min-width:0;display:flex}.asset-section-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px;display:grid}.asset-section{background:#ffffff06;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;gap:12px;min-width:0;padding:15px;display:flex}.asset-field-list{flex-direction:column;gap:10px;display:flex}.asset-field-row{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:baseline;gap:18px;padding-bottom:9px;display:flex}.asset-field-row:last-child{border-bottom:0;padding-bottom:0}.asset-field-row>.ant-typography:last-child{text-align:right;min-width:0}.asset-empty-state{text-align:center;border:1px dashed #ffffff1f;border-radius:16px;place-items:center;gap:10px;min-height:260px;padding:36px;display:grid}.asset-empty-state .ant-typography{max-width:520px}.relationships-canvas{max-width:980px}.relationships-sheet{flex-direction:column;gap:18px;display:flex}.relationships-header{gap:18px}.relationships-summary-grid{border-bottom:1px solid #ffffff14;grid-template-columns:repeat(auto-fit,minmax(128px,1fr));gap:10px;padding-bottom:8px;display:grid}.relationship-metric{flex-direction:column;gap:3px;min-width:0;display:flex}.relationships-empty-state{text-align:center;border:1px dashed #ffffff1f;border-radius:16px;place-items:center;gap:10px;min-height:230px;padding:36px;display:grid}.relationships-empty-state .ant-typography{max-width:520px}.relationship-row{cursor:pointer;border-bottom:1px solid #ffffff14;border-radius:10px;align-items:center;gap:12px;padding:12px 8px;display:flex}.relationship-row:hover{background:#ffffff09}.relationship-row-icon{color:#a9c7ee;background:#232d38;flex:none}.relationship-row-main{flex-direction:column;flex:1;min-width:0;display:flex}.relationship-row-detail{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.relationship-row-tags{flex:none}.history-canvas{max-width:980px}.history-sheet{flex-direction:column;gap:18px;display:flex}.history-header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.history-summary-grid{border-bottom:1px solid #ffffff14;grid-template-columns:repeat(auto-fit,minmax(128px,1fr));gap:10px;padding-bottom:8px;display:grid}.history-metric{flex-direction:column;gap:3px;min-width:0;display:flex}.history-empty-state{text-align:center;border:1px dashed #ffffff1f;border-radius:16px;place-items:center;gap:10px;min-height:230px;padding:36px;display:grid}.history-empty-state .ant-typography{max-width:520px}.history-row{border-bottom:1px solid #ffffff14;border-radius:10px;align-items:center;gap:12px;padding:12px 8px;display:flex}.history-row:hover{background:#ffffff09}.history-row-icon{color:#d7c3ff;background:#302b3d;flex:none}.history-row-main{flex-direction:column;flex:1;min-width:0;display:flex}.history-row-title,.history-row-detail,.history-row-payload{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.history-row-tags{flex:none}.photo-item-flow{min-height:430px}.photo-item-preview{flex-direction:column;flex:none;gap:12px;width:300px;display:flex}.photo-item-preview .ant-image,.photo-item-preview .ant-image-img{object-fit:contain;background:#151515;border-radius:14px;width:100%;max-height:340px}.photo-drop-target{min-height:340px;color:inherit;cursor:pointer;text-align:center;background:#171717;border:1px dashed #ffffff29;border-radius:14px;place-items:center;gap:8px;padding:28px;display:grid}.photo-drop-target:hover{background:#1d2118;border-color:#97b9558c}.photo-drop-target svg{color:#b8d66c;font-size:44px}.photo-item-draft{width:410px;max-width:100%}.photo-item-quantity{width:120px}.project-summary-grid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:10px;display:grid}.project-metric{background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;gap:3px;padding:12px;display:flex}.project-owned-row{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;display:flex}.project-owned-row:last-child{border-bottom:0}.project-owned-main{gap:2px;min-width:0;display:grid}.activity-summary-grid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:10px;display:grid}.activity-metric{background:#97b95512;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;gap:3px;padding:12px;display:flex}.activity-helper-copy{margin-bottom:8px!important}.workbench .workbench-fab,.workbench .workbench-fab.ant-float-btn,.workbench .workbench-fab.ant-float-btn-group{position:absolute!important;bottom:28px!important;right:28px!important}.assistant-pane{border-left:1px solid #ffffff14;background:#151714!important}.assistant-side-panel{height:100%;overflow:hidden;flex:none!important;min-width:0!important;max-width:380px!important}.assistant-body{height:100%;padding:20px 18px 16px;display:flex}.assistant-header .pane-title{margin-bottom:0}.assistant-count-tag{color:#d2e7a0;background:#97b9551a;border-color:#97b9553d;margin-inline-end:0}.assistant-budget-status{background:#ffffff09;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;gap:4px;padding:7px 10px;display:flex}.assistant-budget-status.compact{flex-direction:row;justify-content:space-between;align-items:center}.assistant-budget-status .ant-tag{color:#c8cec0;background:#ffffff0f;border:0;margin-inline-end:0;font-size:11px}.assistant-budget-copy{font-size:12px}.assistant-budget-status.error{background:#ff4d4f14;border-color:#ff4d4f52}.assistant-transcript{scrollbar-width:thin;flex:1;min-height:0;margin:0 -4px;padding:2px 4px 10px;overflow:auto}.assistant-empty-state{flex-direction:column;justify-content:center;height:100%;padding:0 10px;display:flex}.assistant-empty-state>.anticon{color:#97b955;margin-bottom:28px;font-size:18px}.assistant-empty-state .ant-typography{margin-bottom:0}.assistant-empty-state h4.ant-typography{color:#eef1e8;font-size:15px}.assistant-empty-state .ant-typography-secondary{color:#9ca393;font-size:13px}.assistant-bubble-list{min-height:100%;padding:4px 2px 12px}.assistant-bubble-list .ant-bubble{max-width:100%}.assistant-bubble-content{max-width:min(360px,100% - 42px);box-shadow:0 10px 24px #00000029;color:#f1f4ec!important;border-radius:16px!important;padding:10px 12px!important}.assistant-bubble-content.user{background:linear-gradient(135deg,#405c23,#273819)!important}.assistant-bubble-content.ai{background:#20231f!important;border-color:#ffffff14!important}.assistant-bubble-content.error{background:#4b1c1bb8!important;border-color:#ff4d4f66!important}.assistant-bubble-content .ant-typography,.assistant-bubble-content .ant-typography-secondary{color:inherit}.assistant-bubble-list .ant-bubble-avatar{justify-content:center;align-items:center;width:28px;min-width:28px;height:28px;display:flex}.assistant-avatar.ant-avatar{color:#b8d66c;background:#22291d;border:1px solid #97b9553d}.assistant-avatar.user.ant-avatar{color:#e8f7c2;background:#30451c;border-color:#97b95552}.assistant-bubble-time{font-size:11px;color:#8e9588!important}.assistant-composer{border-top:1px solid #ffffff14;flex:none;padding-top:12px}.assistant-input-shell{background:#20231f;border:1px solid #ffffff1a;border-radius:18px;align-items:flex-end;gap:8px;padding:12px;display:flex;box-shadow:0 14px 32px #0000003d}.assistant-input.ant-input{resize:none;background:0 0;border:0;font-size:14px;line-height:1.45;min-height:44px!important;box-shadow:none!important;color:#eff2eb!important;padding:0!important}.assistant-input.ant-input::placeholder{color:#8b9386}.assistant-input-actions{flex:none}.assistant-attach-button.ant-btn{color:#b5baa9;box-shadow:none;border:0}.assistant-attach-button.ant-btn:hover{color:#d9ed9d!important;background:#ffffff12!important}.assistant-send-button.ant-btn-primary{background:#7fa83f;box-shadow:0 8px 18px #7fa83f3d}.assistant-send-button.ant-btn-primary:not(:disabled):hover{background:#8eb64a!important}.assistant-composer-hint{padding:6px 2px 0;font-size:11px;display:block;color:#8b9386!important}.chat-message-text{white-space:pre-wrap;margin-bottom:0!important}.chat-message{align-items:flex-start}.chat-action-list{padding-top:4px}.chat-action-toolbar{padding-bottom:2px}.chat-action-card{background:#00000024;border:1px solid #97b95538;border-radius:12px;flex-direction:column;gap:8px;padding:9px;display:flex}.chat-action-card .ant-tag{margin-inline-end:0}
