*{box-sizing:border-box}html,body,#root{width:100%;height:100%}body{margin:0;color:#202124;background:#f6f7f9;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.auth{min-height:100vh;display:grid;place-items:center;padding:24px;background:#eef2f5}.auth-panel{width:min(420px,100%);padding:28px;border:1px solid #d7dde3;border-radius:8px;background:#fff}.app{min-height:100vh;background:#f6f7f9}.app-loading{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;width:100%;display:grid;place-items:center;padding:24px;background:linear-gradient(180deg,#ffffffeb,#f6f7f9f5),#f6f7f9}.app-loading-panel{position:relative;width:min(300px,100%);display:grid;justify-items:center;gap:14px;padding:28px 24px 24px;border:1px solid rgba(207,215,223,.82);border-radius:8px;background:#ffffffdb;box-shadow:0 20px 50px #1f29331c;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.app-loading-orbit{position:relative;width:76px;height:76px;border:1px solid #d7e0ea;border-radius:999px;background:#f8fafc}.app-loading-orbit:before,.app-loading-orbit:after{content:"";position:absolute;border-radius:inherit}.app-loading-orbit:before{top:-1px;right:-1px;bottom:-1px;left:-1px;border:2px solid transparent;border-top-color:#2563eb;border-right-color:#0f766e;animation:app-loading-spin 1.3s linear infinite}.app-loading-orbit:after{top:17px;right:17px;bottom:17px;left:17px;background:#edf4ff;box-shadow:inset 0 0 0 1px #d7e7ff}.app-loading-agent{position:absolute;top:47px;left:50%;z-index:1;color:#1d4ed8;transform:translate(-50%);animation:app-loading-agent-bounce .9s ease-in-out infinite}.app-loading-copy{min-width:0;display:grid;justify-items:center;gap:10px;text-align:center}.app-loading-copy strong{color:#1f2933;font-size:15px;line-height:1.25}.app-loading-copy span{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:8px}.app-loading-copy i{width:6px;height:6px;border-radius:999px;background:#2563eb;opacity:.34;animation:app-loading-dot .9s ease-in-out infinite}.app-loading-copy i:nth-child(2){animation-delay:.12s}.app-loading-copy i:nth-child(3){animation-delay:.24s}@keyframes app-loading-spin{to{transform:rotate(360deg)}}@keyframes app-loading-agent-bounce{0%,to{transform:translate(-50%,3px) scale(.98)}50%{transform:translate(-50%,-5px) scale(1.03)}}@keyframes app-loading-dot{0%,to{opacity:.28;transform:translateY(0)}50%{opacity:1;transform:translateY(-4px)}}.app-project{height:100vh;min-height:0;overflow:hidden}.app-project>.ant-layout{height:100%;min-height:0}.sidebar{padding:16px;border-right:1px solid #e3e7eb;background:#fff!important}.brand{display:flex;align-items:center;gap:10px;height:44px;font-weight:700;font-size:18px;color:#1f2933}.brand-logo{flex:0 0 auto;width:32px;height:32px;border-radius:7px;object-fit:cover}.topbar{flex:0 0 auto;height:auto;line-height:normal;display:flex;justify-content:space-between;gap:12px;align-items:center;border-bottom:1px solid #e3e7eb;background:#fff;padding:0 16px;min-height:64px;color:#374151}.topbar-left{display:flex;align-items:center;gap:16px;min-width:0;flex:1 1 auto}.topbar-brand{display:inline-flex;align-items:center;gap:10px;min-width:max-content;flex:0 0 auto;font-weight:700;color:#1f2933}.topbar-brand-logo{flex:0 0 auto;width:30px;height:30px;border-radius:7px;object-fit:cover}.topbar-brand-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar-project-controls{display:flex;align-items:center;gap:8px;min-width:0;flex:1 1 auto}.topbar-project-create{flex:0 0 auto}.topbar-project-select{flex:1 1 auto;width:auto;min-width:0;max-width:320px}.topbar-account{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0;flex:0 1 auto}.topbar-account-button{width:40px;height:40px;padding:4px;flex:0 0 auto}.account-center-modal{max-width:calc(100vw - 32px)}.account-center-modal .ant-modal-body{max-height:calc(100vh - 180px);overflow-y:auto}.account-center,.account-center .ant-tabs{min-height:360px}.account-center .ant-tabs-content,.account-center .ant-tabs-content-holder,.account-center .ant-tabs-tabpane{min-width:0}.account-center-pane{display:flex;flex-direction:column;gap:12px;min-width:0}.account-profile-preview{display:flex;gap:16px;align-items:center;margin-bottom:4px}.account-center-identity{display:grid;grid-template-columns:64px minmax(0,1fr);gap:8px 12px;align-items:center}.account-center-identity .ant-typography{margin-bottom:0}.account-slink-pane .ant-list-item{align-items:stretch;gap:0;padding:16px 0}.account-slink-pane .ant-list-item-meta{flex:1 1 auto;min-width:0}.account-slink-item{display:grid;gap:12px;width:100%;min-width:0}.account-slink-summary{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:start;width:100%;min-width:0}.account-slink-fields{display:grid;gap:6px;min-width:0}.account-slink-field{display:grid;grid-template-columns:84px minmax(0,1fr);gap:8px;align-items:start;min-width:0}.account-slink-value{min-width:0;overflow-wrap:anywhere}.account-slink-actions{justify-content:flex-end;flex:0 0 auto}.account-slink-commands{display:grid;gap:10px;width:100%;min-width:0}.content{padding:24px;min-height:calc(100vh - 64px);background:#f6f7f9}.project-content{flex:1 1 auto;padding:0;height:100%;min-height:0;display:flex;flex-direction:column;overflow:hidden}.project-content>.ant-typography{margin:0}.project-content .titlebar{padding:12px 16px 0;margin-bottom:8px}.project-content .inline-alert{margin:0 16px 12px}.project-view{flex:1 1 auto;height:100%;min-height:0;display:flex;flex-direction:column;overflow:hidden}.project-view>.ant-tabs{height:100%;flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.project-view>.ant-tabs>.ant-tabs-content-holder{flex:1;height:0;min-height:0;overflow:hidden}.project-view>.ant-tabs .ant-tabs-content{height:100%;min-height:0;overflow:hidden}.project-view>.ant-tabs .ant-tabs-tabpane{height:100%;min-height:0;overflow:hidden}.project-view>.ant-tabs .ant-tabs-tabpane-active{display:flex;flex-direction:column}.project-tab-content{height:100%;min-height:0;width:100%;overflow:hidden}.project-root{max-width:min(1240px,100%);width:100%;margin:0 auto;padding:0 12px;box-sizing:border-box}.project-view>.ant-tabs{width:100%;margin:0 auto}.members-tab-content{padding:16px;height:100%}.settings-tab-content{overflow:auto}.settings-tab-content>.ant-tabs{min-height:100%}.members-main,.members-slink-manage,.delete-project-section{margin:0;width:min(760px,100%)}.members-main{width:min(560px,100%)}.im-panel{width:min(900px,100%)}.im-panel-main{width:100%}.im-settings-form{width:min(520px,100%);padding-top:8px}.members-panel-header{display:flex;align-items:center;gap:8px;margin-bottom:16px}.members-role-label{color:#4b5563}.members-invite-grid{display:grid;gap:16px;align-items:start}.members-invite-form,.members-invite-list{min-width:0}.members-invite-form{width:100%}.members-invite-form .ant-form-item{margin-bottom:0}.members-invite-form .ant-input-group-addon{padding:0;border-color:#d7dde3;background:#f8fafc}.members-invite-form .ant-input-group-addon .ant-btn{color:#374151;height:30px;border:0;border-radius:0 5px 5px 0;background:#f8fafc;box-shadow:none}.members-invite-form .ant-input-group-addon .ant-btn:hover,.members-invite-form .ant-input-group-addon .ant-btn:focus-visible{color:#1f2933;background:#eef2f5}.members-list-title{margin-bottom:8px;color:#202124;font-size:14px;line-height:1.5715}.members-sub-tabs{min-height:420px}.members-sub-tabs>.ant-tabs-nav{flex:0 0 124px;width:124px;margin-right:20px}.members-sub-tabs .ant-tabs-nav-list{align-items:stretch;gap:4px}.members-sub-tabs .ant-tabs-tab{justify-content:flex-start;margin:0;padding:7px 10px 7px 12px;border-left:2px solid transparent;border-radius:0 5px 5px 0;background:transparent;box-shadow:none;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.members-sub-tabs .ant-tabs-tab:hover{background:#f8fafc}.members-sub-tabs .ant-tabs-tab-btn{color:#667085;font-size:13px;font-weight:400;line-height:1.45}.members-sub-tabs .ant-tabs-tab:hover .ant-tabs-tab-btn{color:#344054}.members-sub-tabs .ant-tabs-tab.ant-tabs-tab-active{border-left-color:#667085;background:#f8fafc}.members-sub-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:#1f2937;font-weight:500}.members-sub-tabs.ant-tabs-left>.ant-tabs-nav .ant-tabs-ink-bar{display:none}.members-sub-tabs.ant-tabs-left>.ant-tabs-content-holder{padding-left:0}.members-sub-tabs .ant-tabs-content-holder{min-height:0;min-width:0;overflow:auto}.members-sub-tabs .ant-tabs-tabpane{padding:0}.resources-tab-content{padding:16px;height:100%;overflow:auto}.resources-main{width:100%;min-height:100%;display:flex;flex-direction:column}.resources-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.resources-breadcrumbs{display:flex;align-items:center;gap:4px;min-width:0;overflow:hidden}.resources-breadcrumb-item{display:inline-flex;align-items:center;gap:4px;min-width:0;color:#8a96a8}.resources-breadcrumb-item button{border:0;background:transparent;color:#4b5565;display:inline-flex;align-items:center;gap:6px;min-width:0;max-width:220px;height:30px;padding:0 8px;border-radius:6px;cursor:pointer;font:inherit}.resources-breadcrumb-item button:hover,.resources-breadcrumb-item button.is-current{background:#edf4ff;color:#1d4ed8}.resources-breadcrumb-item button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.resources-toolbar-actions{justify-content:flex-end}.resources-target-input{width:220px}.resources-hidden-input{display:none}.resources-alert{margin-bottom:14px}.resources-layout{display:grid;grid-template-columns:240px minmax(0,1fr);flex:1;min-height:420px;border:1px solid #e1e7ef;border-radius:8px;overflow:hidden;background:#fff}.resources-sidebar{min-height:0;overflow:auto;padding:10px 8px;background:#f4f7fb;border-right:1px solid #e1e7ef}.resources-directory-item{width:100%;min-width:0;height:32px;display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:8px;padding:0 8px 0 calc(8px + var(--directory-depth, 0) * 14px);border:0;border-radius:6px;background:transparent;color:#394456;cursor:pointer;font:inherit;text-align:left}.resources-directory-item:hover{background:#eaf0f7}.resources-directory-item.is-active{background:#2563eb;color:#fff}.resources-directory-item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.resources-directory-item small{color:inherit;opacity:.72;font-size:12px}.resources-file-pane{min-width:0;min-height:0;display:flex;flex-direction:column;background:#fff}.resources-list-header,.resources-list-row{display:grid;grid-template-columns:minmax(220px,1fr) 130px 220px 132px;align-items:center;column-gap:12px;min-width:780px}.resources-list-header{height:36px;padding:0 14px;border-bottom:1px solid #e7edf4;background:#fbfcfe;color:#667085;font-size:12px;font-weight:600}.resources-list{min-height:0;overflow:auto;flex:1}.resources-list-row{height:38px;padding:0 14px;border-bottom:1px solid #edf1f5;color:#273142}.resources-list-row:hover{background:#f7fbff}.resources-list-row.is-directory{cursor:default}.resources-entry-name{min-width:0;display:inline-flex;align-items:center;gap:8px;border:0;background:transparent;color:inherit;padding:0;font:inherit;text-align:left}.resources-entry-name:not(:disabled){cursor:pointer}.resources-entry-name:disabled{cursor:default}.resources-entry-name .ant-typography{min-width:0;margin:0;color:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.resources-entry-name svg,.resources-directory-item svg{flex:0 0 auto}.resources-entry-name svg{color:#64748b}.resources-list-row.is-directory .resources-entry-name svg{color:#2563eb}.resources-entry-meta{min-width:0;color:#64748b;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.resources-entry-actions{display:flex;gap:6px;justify-content:flex-end}.resources-empty{min-width:780px;min-height:320px;display:grid;place-items:center;color:#667085}.resources-preview-modal .ant-modal-title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.resources-preview-modal pre{max-height:68vh;margin:0;padding:14px;overflow:auto;border:1px solid #e4eaf2;border-radius:6px;background:#0f172a;color:#e5edf8;font-size:13px;line-height:1.55;white-space:pre-wrap;word-break:break-word}.resources-editor{min-height:62vh!important;max-height:68vh;padding:14px;resize:vertical;border-color:#d6e0ec;background:#0f172a;color:#e5edf8;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:13px;line-height:1.55;white-space:pre}.resources-editor:focus{background:#0f172a;color:#e5edf8}.syncify-tab-content{position:relative;display:flex;flex-direction:column;height:100%;min-height:0;padding:0;overflow:hidden}.syncify-tab-content-main{flex:1;min-height:0;min-width:0;display:flex;flex-direction:row;overflow:hidden}.syncify-tab-content:not(.syncify-tab-content--generative) .syncify-tab-content-main{display:flex}.syncify-embed-shell{flex:1 1 0;min-height:0;min-width:0;width:auto;height:100%;overflow:hidden}.agent-panel-host{flex:0 0 auto;min-width:0;height:100%;display:flex}.syncify-tab-content--generative .agent-panel-host{flex:1 1 auto;width:100%;min-width:0;height:100%}.syncify-tab-content--agent-collapsed .agent-panel-host{flex:0 0 0;width:0;min-width:0;max-width:0;overflow:visible}.syncify-tab-content--generative .agent-panel{flex:1 1 auto;width:100%;min-width:0;max-width:none;height:100%}.syncify-tab-content--generative .syncify-embed-shell{display:none}.syncify-disconnected{flex:1;min-height:0;display:grid;place-content:center;gap:16px;padding:24px}.syncify-embed-host{width:100%;height:100%;min-height:0;min-width:0;display:flex;flex-direction:column;overflow:hidden}.syncify-embed-host,.syncify-embed-root{overscroll-behavior:contain}.syncify-connection-alert{flex:0 0 auto;margin:12px 12px 0}.syncify-connection-alert-body{display:flex;flex-wrap:wrap;gap:4px 12px;align-items:center}.agent-panel{flex:0 0 420px;width:420px;min-width:360px;max-width:44vw;height:100%;min-height:0;display:flex;flex-direction:column;border-left:1px solid #dbe2ea;background:#fff;overflow:hidden}.agent-chat-panel{background:#fbfcfe}.agent-chat-panel{max-height:100%}.agent-floating-trigger{position:absolute;right:0;top:12px;z-index:20}.agent-floating-trigger-button.ant-btn{position:relative;height:40px;display:inline-flex;align-items:center;gap:6px;padding:0 24px 0 12px;border-radius:8px 0 0 8px;color:#0b4aa2;border-color:#91caff;border-right:0;background:#e6f4ff;box-shadow:0 6px 18px #1677ff2e}.agent-floating-trigger-button.ant-btn:hover,.agent-floating-trigger-button.ant-btn:focus-visible{color:#003eb3;border-color:#69b1ff;background:#d9edff}.agent-floating-trigger-label{font-size:13px;font-weight:600;line-height:1}.agent-floating-status-dot{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:8px;height:8px;border:1px solid #fff;border-radius:999px;background:#98a2b3}.agent-floating-status-dot-blue{background:#1677ff}.agent-floating-status-dot-green{background:#52c41a}.agent-floating-status-dot-red{background:#ff4d4f}.agent-floating-status-dot-orange{background:#fa8c16}.agent-floating-status-dot-default{background:#98a2b3}.agent-header{flex:0 0 auto;min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 12px;border-bottom:1px solid #eef1f4}.agent-header-title{min-width:0;flex:1 1 auto}.agent-header-title .ant-tag{flex:0 0 auto}.agent-header-actions{display:flex;flex:0 1 auto;flex-wrap:wrap;justify-content:flex-end;gap:6px;min-width:0}.agent-header-actions .ant-btn{flex:0 0 auto}.agent-header-bot-working{animation:agent-header-bot-hop .9s ease-in-out infinite}.agent-alert{flex:0 0 auto;margin:12px 12px 0}.agent-history-popover{width:min(340px,calc(100vw - 32px));display:grid;gap:8px}.agent-history-header{padding-bottom:6px;border-bottom:1px solid #eef1f4}.agent-history-list{display:grid;gap:4px;max-height:min(360px,62vh);overflow:auto}.agent-history-empty{padding:12px 4px}.agent-history-row{display:flex;align-items:center;gap:8px;width:100%;min-width:0;padding:6px 8px;border:1px solid transparent;border-radius:8px;background:transparent;color:#273142}.agent-history-row:hover,.agent-history-row-selected{border-color:#c8d6e6;background:#f3f7fb}.agent-history-select{display:grid;gap:3px;flex:1;min-width:0;padding:3px 0 4px;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.agent-history-select span,.agent-history-select small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.agent-history-select span{font-size:13px;line-height:1.35}.agent-history-select small{color:#667085;font-size:12px}.agent-history-delete{flex:0 0 auto;color:#667085}.agent-history-delete:not(:disabled):hover{color:#dc2626!important;background:#fff1f2!important}.agent-chat-body{flex:1;min-height:0;overflow:auto;padding:14px 12px;display:grid;gap:10px;align-content:start}.agent-chat-placeholder{min-height:160px;display:grid;place-items:center;gap:8px;color:#8a96a8;text-align:center}.agent-empty-chat{min-height:180px;display:grid;place-items:center;gap:8px;color:#8a96a8}.agent-message{display:grid;justify-self:start;max-width:92%}.agent-message-capture,.agent-message-mapping,.agent-message-log{justify-self:stretch;width:100%;max-width:100%;min-width:0}.agent-message-capture .agent-message-generated-ui,.agent-message-mapping .agent-message-generated-ui,.agent-message-log .agent-message-generated-ui{width:100%;min-width:0;overflow-y:visible}.agent-message-bubble{margin:0!important;padding:9px 11px;border:1px solid #dbe4ef;border-radius:8px;background:#fff;color:#273142;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;max-width:100%}.agent-message-generated-ui{margin:0!important;padding:0;border:none;background:transparent;overflow-x:auto;overflow-y:hidden;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;max-width:100%}.agent-message-table-wrap{width:100%;overflow-x:auto;max-width:100%;min-width:0}.agent-message-table,.agent-message-table .ant-table{min-width:max-content}.agent-message-table-wrap .ant-table-cell .agent-message-cell{white-space:nowrap}.agent-message-cell{display:block}.agent-message-cell-text,.agent-message-cell-object{line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere}.agent-message-cell-number{text-align:right;min-width:8ch;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Monaco,monospace;color:#1d4ed8;font-variant-numeric:tabular-nums}.agent-message-cell-time{color:#6b7280;font-size:12px;font-weight:500;line-height:1.35}.agent-message-cell-long{display:-webkit-box;max-height:4.2em;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}.agent-message-ui-text{white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;line-height:1.5}.agent-message-markdown{max-width:100%;color:#273142;line-height:1.55;white-space:normal}.agent-message-markdown>:first-child{margin-top:0}.agent-message-markdown>:last-child{margin-bottom:0}.agent-message-markdown p{margin:0 0 8px}.agent-message-markdown h1,.agent-message-markdown h2,.agent-message-markdown h3,.agent-message-markdown h4,.agent-message-markdown h5,.agent-message-markdown h6{margin:14px 0 8px;color:#1f2933;font-weight:700;line-height:1.25}.agent-message-markdown h1{font-size:18px}.agent-message-markdown h2{font-size:16px}.agent-message-markdown h3,.agent-message-markdown h4,.agent-message-markdown h5,.agent-message-markdown h6{font-size:14px}.agent-message-markdown ul,.agent-message-markdown ol{margin:0 0 8px;padding-left:22px}.agent-message-markdown li{margin:3px 0}.agent-message-markdown li>p{margin:4px 0}.agent-message-markdown a{color:#1d4ed8;text-decoration:underline;text-underline-offset:2px}.agent-message-markdown blockquote{margin:0 0 8px;padding:2px 0 2px 10px;border-left:3px solid #b7c6d9;color:#4b5563}.agent-message-markdown code{padding:1px 4px;border:1px solid #dbe4ef;border-radius:4px;background:#f6f8fb;color:#1f2933;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Monaco,monospace;font-size:.92em}.agent-message-markdown pre{max-width:100%;margin:0 0 10px;padding:10px 12px;overflow-x:auto;border:1px solid #dbe4ef;border-radius:8px;background:#f6f8fb}.agent-message-markdown pre code{display:block;min-width:max-content;padding:0;border:0;background:transparent;white-space:pre}.agent-message-markdown table{display:block;max-width:100%;margin:0 0 10px;overflow-x:auto;border-collapse:collapse}.agent-message-markdown th,.agent-message-markdown td{padding:6px 8px;border:1px solid #dbe4ef;text-align:left;vertical-align:top;white-space:nowrap}.agent-message-markdown th{background:#eef3f8;color:#1f2933;font-weight:700}.agent-log-card{width:100%;display:grid;gap:10px;padding:12px;border:1px solid #dbe4ef;border-radius:8px;background:#fff;color:#273142;white-space:normal}.agent-log-header{display:flex;align-items:center;gap:8px;min-width:0}.agent-log-title{font-size:15px;font-weight:700;line-height:1.3;overflow-wrap:anywhere}.agent-log-subtitle{color:#667085;font-size:12px;line-height:1.35;overflow-wrap:anywhere}.agent-log-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:8px}.agent-log-fact{min-width:0;display:grid;gap:2px}.agent-log-fact span{color:#667085;font-size:11px;line-height:1.25}.agent-log-fact strong{min-width:0;color:#182230;font-size:13px;font-weight:600;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.agent-log-filterbar{padding-top:4px}.agent-log-filterbar .ant-select{min-width:150px}.agent-log-filterbar .ant-input{width:180px}.agent-log-filterbar .ant-input-number{width:116px}.agent-log-meta{display:flex;flex-wrap:wrap;gap:6px}.agent-log-pre{max-height:420px;margin:0;padding:10px;overflow:auto;border-radius:6px;background:#101828;color:#f2f4f7;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Monaco,monospace;font-size:12px;line-height:1.55;white-space:pre}.agent-log-table{width:100%;min-width:0;overflow-x:auto}.agent-log-table .ant-table{width:100%;min-width:720px;table-layout:fixed}.agent-log-table .ant-table-container,.agent-log-table .ant-table-content,.agent-log-table table{width:100%;min-width:720px}.agent-log-table .ant-table-cell{min-width:0;max-width:0;overflow:hidden;vertical-align:top;line-height:1.4}.agent-log-cell,.agent-log-text-cell{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.agent-log-text-cell{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Monaco,monospace;font-size:12px}.agent-log-truncated{width:fit-content}.agent-capture-card{width:100%;display:grid;gap:10px;padding:12px;border:1px solid #dbe4ef;border-radius:8px;background:#fff;color:#273142;white-space:normal}.agent-capture-header{display:flex;align-items:center;gap:8px;min-width:0}.agent-capture-title{font-size:15px;font-weight:700;line-height:1.3;overflow-wrap:anywhere}.agent-capture-subtitle{color:#667085;font-size:12px;line-height:1.35;overflow-wrap:anywhere}.agent-capture-summary,.agent-capture-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:8px}.agent-capture-fact{min-width:0;display:grid;gap:2px}.agent-capture-fact span{color:#667085;font-size:11px;line-height:1.25}.agent-capture-fact strong{min-width:0;color:#182230;font-size:13px;font-weight:600;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.agent-capture-json-details .ant-collapse-header{padding:4px 0!important;color:#475467!important;font-size:12px}.agent-capture-json-details .ant-collapse-content-box{padding:4px 0 8px!important}.agent-capture-json-details pre{max-height:260px;margin:0;padding:8px;overflow:auto;border-radius:6px;background:#f8fafc;color:#344054;font-size:12px;line-height:1.45}.agent-capture-filterbar{padding-top:4px}.agent-capture-filterbar .ant-select{min-width:150px}.agent-capture-filterbar .ant-input{width:190px}.agent-capture-table{width:100%;min-width:0;overflow-x:auto}.agent-capture-table .ant-table{width:100%;min-width:720px;table-layout:fixed}.agent-capture-table .ant-table-container,.agent-capture-table .ant-table-content,.agent-capture-table table{width:100%;min-width:720px}.agent-capture-table .ant-table-cell{min-width:0;max-width:0;overflow:hidden;vertical-align:top;line-height:1.4}.agent-capture-table .ant-table-row-expand-icon-cell{width:40px;max-width:40px}.agent-capture-result-cell{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.agent-capture-json-preview-column{min-width:0}.agent-capture-json-preview{display:-webkit-box;max-height:2.8em;overflow:hidden;color:#344054;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Monaco,monospace;font-size:12px;line-height:1.4;overflow-wrap:anywhere;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2}.agent-capture-expanded-json{display:grid;grid-template-columns:minmax(0,1fr);gap:12px;min-width:0;padding:4px 0}.agent-capture-expanded-panel{min-width:0;display:grid;gap:4px}.agent-capture-expanded-panel .ant-typography{font-size:12px;line-height:1.35}.agent-capture-expanded-json pre{max-height:280px;margin:0;padding:8px;overflow:auto;border-radius:6px;background:#f8fafc;color:#344054;font-size:12px;line-height:1.45;white-space:pre}.agent-capture-empty-json{padding:8px;border-radius:6px;background:#f8fafc;color:#98a2b3;font-size:12px;line-height:1.45}.agent-capture-detail{display:grid;gap:8px}.agent-mapping-card{width:100%;display:grid;gap:10px;padding:12px;border:1px solid #dbe4ef;border-radius:8px;background:#fff;color:#273142;white-space:normal}.agent-mapping-header{display:flex;align-items:center;gap:8px;min-width:0}.agent-mapping-title{font-size:15px;font-weight:700;line-height:1.3;overflow-wrap:anywhere}.agent-mapping-subtitle{color:#667085;font-size:12px;line-height:1.35;overflow-wrap:anywhere}.agent-mapping-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:8px}.agent-mapping-fact{min-width:0;display:grid;gap:2px}.agent-mapping-fact span{color:#667085;font-size:11px;line-height:1.25}.agent-mapping-fact strong{min-width:0;color:#182230;font-size:13px;font-weight:600;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.agent-mapping-filterbar{padding-top:4px}.agent-mapping-filterbar .ant-select{min-width:138px}.agent-mapping-filterbar .ant-input{width:160px}.agent-mapping-table{width:100%;min-width:0;overflow-x:auto}.agent-mapping-table .ant-table{width:100%;min-width:980px;table-layout:fixed}.agent-mapping-table .ant-table-container,.agent-mapping-table .ant-table-content,.agent-mapping-table table{width:100%;min-width:980px}.agent-mapping-table .ant-table-cell{min-width:0;max-width:0;overflow:hidden;vertical-align:top;line-height:1.4}.agent-mapping-table .ant-table-row-expand-icon-cell{width:40px;max-width:40px}.agent-mapping-result-cell{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.agent-mapping-json-preview-column{min-width:0}.agent-mapping-json-preview{display:-webkit-box;max-height:2.8em;overflow:hidden;color:#344054;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Monaco,monospace;font-size:12px;line-height:1.4;overflow-wrap:anywhere;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2}.agent-mapping-json-panel{max-height:280px;margin:0;padding:8px;overflow:auto;border-radius:6px;background:#f8fafc;color:#344054;font-size:12px;line-height:1.45;white-space:pre}.syncify-tab-content--generative .agent-capture-summary,.syncify-tab-content--generative .agent-capture-grid,.syncify-tab-content--generative .agent-mapping-summary,.syncify-tab-content--generative .agent-log-summary{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.syncify-tab-content--generative .agent-capture-result-cell,.syncify-tab-content--generative .agent-mapping-result-cell,.syncify-tab-content--generative .agent-log-cell,.syncify-tab-content--generative .agent-log-text-cell{max-width:100%}.syncify-console-spin{animation:syncify-console-spin .9s linear infinite}@keyframes syncify-console-spin{to{transform:rotate(360deg)}}.syncify-console-log-pre{max-height:620px;margin:0;padding:12px;overflow:auto;border-radius:6px;background:#0f172a;color:#d6e4ff;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Monaco,monospace;font-size:12px;line-height:1.5;white-space:pre-wrap}.agent-message-user .agent-message-bubble{border-color:#2563eb;background:#2563eb;color:#fff}.agent-message-system .agent-message-bubble{border-color:#f4c7a1;background:#fff8f1;color:#8d3c12}.agent-scramble-text{display:inline;font-variant-ligatures:none}.agent-status-strip{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.agent-processing{display:inline-flex;align-items:center;gap:8px;width:fit-content;padding:7px 10px;border:1px solid #dbe4ef;border-radius:8px;background:#fff;color:#526070}.agent-processing-dots{display:inline-flex;align-items:center;gap:4px;height:10px}.agent-processing-dots span{width:5px;height:5px;border-radius:50%;background:currentColor;opacity:.35;animation:agent-processing-dot 1.05s ease-in-out infinite}.agent-processing-dots span:nth-child(2){animation-delay:.15s}.agent-processing-dots span:nth-child(3){animation-delay:.3s}@keyframes agent-processing-dot{0%,80%,to{transform:translateY(0);opacity:.35}40%{transform:translateY(-3px);opacity:.9}}@keyframes agent-header-bot-hop{0%,to{transform:translateY(0)}45%{transform:translateY(-4px)}}.agent-tool-activity-panel{flex:0 0 auto;min-width:0;margin:10px 12px 0;padding:8px 10px;border:1px solid #dbe4ef;border-radius:8px;background:#fbfdff;color:#536174;animation:agent-tool-activity-enter .18s ease-out}.agent-tool-activity-row{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0;height:28px}.agent-tool-activity-row .agent-tool-chip{flex:1 1 auto;min-width:0;max-width:none}.agent-tool-activity-row .ant-btn{flex:0 0 auto}.agent-tool-chip{position:relative;width:100%;max-width:100%;min-height:24px;display:inline-flex;align-items:center;gap:8px;overflow:hidden;padding:0 0 2px;color:#6b7280;animation:agent-tool-line-enter .22s ease-out}.agent-tool-chip-status{flex:0 0 auto;width:15px;height:15px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;opacity:.8}.agent-tool-chip>span:not(.agent-tool-chip-status){min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.45}.agent-tool-chip-text>span:not(.agent-tool-chip-status){font-family:inherit;font-size:13px}.agent-tool-chip i{position:absolute;left:23px;right:0;bottom:0;height:2px;overflow:hidden;border-radius:999px;background:#e6eef7}.agent-tool-chip-text i{left:0}.agent-tool-chip i:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:42%;border-radius:inherit;background:#2563eb;animation:agent-tool-progress 1.1s ease-in-out infinite}.agent-tool-chip-running{color:#4b5563}.agent-tool-chip-running .agent-tool-chip-status{animation:agent-tool-spinner 1s linear infinite}.agent-tool-chip-completed{color:#4b5563}.agent-tool-chip-completed .agent-tool-chip-status{border-color:#22c55e;background:#22c55e}.agent-tool-chip-failed{color:#9a3412}.agent-tool-chip-failed .agent-tool-chip-status{border-color:#ef4444;background:#ef4444}.agent-tool-popover-list{display:grid;gap:6px;width:min(520px,calc(100vw - 48px));max-height:min(320px,58vh);overflow:auto;padding-right:2px}.agent-tool-popover-chip{min-height:28px;padding:2px 4px 4px 0}@keyframes agent-tool-progress{0%{transform:translate(-120%)}55%{transform:translate(120%)}to{transform:translate(240%)}}@keyframes agent-tool-spinner{to{transform:rotate(360deg)}}@keyframes agent-tool-line-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes agent-tool-activity-enter{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.agent-header-bot-working,.agent-tool-chip,.agent-tool-chip i:after,.agent-tool-chip-running .agent-tool-chip-status,.agent-tool-activity-panel{animation:none}}.agent-composer{flex:0 0 auto;display:grid;padding:12px;border-top:1px solid #dfe7f1;background:#fff}.agent-composer-surface{display:grid;gap:8px;padding:10px;border:1px solid #cfd9e6;border-radius:20px;background:#fff;box-shadow:0 10px 24px #0f172a14}.agent-composer-surface .ant-input{padding:2px 4px;color:#1f2937;line-height:1.55}.agent-file-chips{display:flex;gap:6px;flex-wrap:wrap}.agent-file-chips .ant-tag{max-width:100%;display:inline-flex;align-items:center;gap:4px}.agent-file-chips .ant-tag span:not(.ant-tag-close-icon){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.agent-composer-actions{display:flex;align-items:center;justify-content:space-between;gap:8px}.agent-composer-actions .ant-btn:last-child{margin-left:auto}.agent-file-input{display:none}.project-content .ant-tabs-nav{margin-bottom:4px;padding:0 16px}.project-content .ant-tabs-tabpane{padding:0}.syncify-embed-root{flex:1 1 auto;display:flex;flex-direction:column;width:100%;height:100%;min-height:0;min-width:0;overflow:hidden}.syncify-embed-shell .ant-layout,.syncify-embed-shell .ant-layout-header,.syncify-embed-shell .ant-layout-content,.syncify-embed-shell .ant-layout-sider{min-height:0!important;min-width:0!important}.syncify-embed-shell .ant-layout{width:100%;height:100%}.syncify-embed-shell .ant-layout>.ant-layout-content{display:block;height:100%;min-width:0;max-width:100%;overflow:auto}.pipeline-detail{display:flex;flex-direction:column;gap:16px;min-width:0}.pipeline-detail-header{display:flex;align-items:center;gap:16px;min-width:0;flex-wrap:wrap}.pipeline-detail-title{min-width:0}.pipeline-detail-title-text{font-size:20px;font-weight:600}.pipeline-detail-tabs-card{min-width:0}.pipeline-detail-tabs-card>.ant-card-body{padding:0}.pipeline-detail-tabs{min-width:0;padding:0 16px}.pipeline-detail-tabs .ant-tabs-content-holder,.pipeline-detail-tabs .ant-tabs-content,.pipeline-detail-tabs .ant-tabs-tabpane{min-width:0}.pipeline-table-link-cell.ant-btn{max-width:100%;padding:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pipeline-table-cell-nowrap{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.titlebar{margin-bottom:12px}.titlebar h2{margin:0}.inline-alert{margin-bottom:16px}.empty-projects{display:grid;place-items:center;min-height:calc(100vh - 112px)}.empty-projects-panel{display:grid;gap:18px;width:min(860px,100%);padding:24px;border:1px solid #d7dde3;border-radius:8px;background:#fff}.empty-projects-panel h3{margin:0 0 6px}.missing-project{display:grid;place-items:center;min-height:calc(100vh - 64px);padding:24px}.missing-project-panel{display:grid;gap:16px;width:min(520px,100%);padding:24px;border:1px solid #d7dde3;border-radius:8px;background:#fff}.missing-project-panel h3{margin:0 0 6px}.slink-gate{margin:0 auto;max-width:860px}.slink-panel{display:grid;gap:18px;padding:24px;border:1px solid #d7dde3;border-radius:8px;background:#fff}.slink-panel h3{margin:0 0 6px}.slink-connection-info{display:grid;gap:12px;padding:12px;border:1px solid #d7dde3;border-radius:6px;background:#f6f7f9}.slink-connection-row{display:grid;grid-template-columns:140px minmax(0,1fr);gap:12px;align-items:center}.slink-connection-label{color:#4b5563}.slink-connection-value,.slink-connection-placeholder{min-width:0;overflow-wrap:anywhere}.slink-connection-placeholder{color:#8a94a3}.slink-client-uri{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center}.slink-admin{display:grid;gap:16px}.slink-platform-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.slink-engine-options{margin:0 0 16px;padding:0;border:0;background:transparent}.slink-engine-options summary{cursor:pointer;color:#4b5563;font-weight:400;list-style-position:inside;line-height:32px}.slink-engine-options .ant-form-item{margin:8px 0 0}.command-box{display:grid;gap:10px;padding:12px;border:1px solid #d7dde3;border-radius:6px;background:#f6f7f9;min-width:0}.command-box-header{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0}.command-box pre{margin:0;min-width:0;overflow-x:auto;padding:10px 12px;border:1px solid #e1e7ef;border-radius:4px;background:#fff}.command-box code{display:block;width:max-content;min-width:100%;white-space:pre;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:13px;line-height:1.5}.grid{display:grid;grid-template-columns:minmax(260px,420px) minmax(280px,1fr);gap:24px;align-items:start}@media(max-width:760px){.app{display:block}.account-center-modal{max-width:calc(100vw - 16px);margin:8px auto}.account-center-modal .ant-modal-body{max-height:calc(100vh - 128px)}.account-center,.account-center .ant-tabs{min-height:0}.account-center .ant-tabs-left{flex-direction:column}.account-center .ant-tabs-left>.ant-tabs-nav,.account-center .ant-tabs>.ant-tabs-nav{width:100%;margin-right:0;margin-bottom:16px}.account-center .ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-wrap,.account-center .ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-list,.account-center .ant-tabs .ant-tabs-nav-wrap,.account-center .ant-tabs .ant-tabs-nav-list{width:100%;transform:translate(0)}.account-center .ant-tabs-left .ant-tabs-nav-list{display:flex;flex-direction:row;flex-wrap:wrap;row-gap:8px;column-gap:8px}.account-center .ant-tabs-left .ant-tabs-tab{margin:0}.account-center .ant-tabs-left>.ant-tabs-content-holder{border-left:0}.account-center .ant-tabs-left>.ant-tabs-content-holder>.ant-tabs-content>.ant-tabs-tabpane{padding-left:0}.account-slink-summary,.account-slink-field{grid-template-columns:1fr}.account-slink-actions{justify-content:flex-start}.command-box-header{align-items:flex-start;flex-wrap:wrap}.sidebar{max-width:none!important;width:100%!important}.topbar{min-height:auto;padding:12px 16px;flex-wrap:wrap;align-items:flex-start}.topbar-left{flex-basis:100%;flex-wrap:wrap}.topbar-project-controls{flex-basis:100%}.topbar-project-select{max-width:none}.topbar-account{flex:1 1 auto;max-width:100%}.topbar-account-button{max-width:100%}.content{min-height:auto;padding:16px}.syncify-tab-content,.syncify-tab-content-main{flex-direction:column}.agent-panel-host{flex:0 0 auto;width:100%;max-width:100%;min-width:0;height:auto}.syncify-tab-content--agent-collapsed .agent-panel-host{flex:0 0 0;width:0;max-width:0;height:0}.agent-panel{flex:0 0 auto;width:100%;max-width:100%;min-width:0;min-height:0;height:52vh;border-left:0;border-top:1px solid #dbe2ea}.agent-header{align-items:flex-start}.syncify-tab-content--generative .agent-panel{width:100%;max-width:100%;flex:1 1 auto;height:100%}.syncify-tab-content--generative .syncify-embed-shell{display:none}.agent-tool-chip{max-width:min(260px,78vw)}.empty-projects{min-height:360px;place-items:start stretch}.missing-project{min-height:360px;padding:16px;place-items:start stretch}.grid,.members-invite-grid{grid-template-columns:1fr}.resources-tab-content{padding:12px}.resources-toolbar{align-items:stretch;flex-direction:column}.resources-breadcrumbs{overflow-x:auto;padding-bottom:2px}.resources-toolbar-actions{justify-content:flex-start}.resources-target-input{width:min(100%,260px)}.resources-layout{grid-template-columns:1fr;min-height:0;overflow:visible}.resources-sidebar{display:flex;gap:6px;padding:8px;overflow-x:auto;overflow-y:hidden;border-right:0;border-bottom:1px solid #e1e7ef}.resources-directory-item{flex:0 0 auto;width:auto;min-width:128px;padding:0 10px}.resources-list-header,.resources-list-row,.resources-empty{min-width:720px}.resources-list-header,.resources-list-row{grid-template-columns:minmax(210px,1fr) 112px 190px 132px}.slink-connection-row,.slink-client-uri,.slink-platform-grid{grid-template-columns:1fr}.members-sub-tabs{min-height:auto}.members-sub-tabs.ant-tabs-left{min-height:0}.members-sub-tabs.ant-tabs-left>.ant-tabs-nav,.members-sub-tabs.ant-tabs>.ant-tabs-nav{width:100%;margin-right:0}.members-sub-tabs.ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-wrap,.members-sub-tabs.ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-list,.members-sub-tabs.ant-tabs .ant-tabs-nav-wrap,.members-sub-tabs.ant-tabs .ant-tabs-nav-list{width:100%;transform:translate(0)}.members-sub-tabs.ant-tabs-left .ant-tabs-nav-list{display:flex;flex-wrap:wrap;row-gap:6px;column-gap:6px}.members-sub-tabs.ant-tabs-left .ant-tabs-tab{margin:0;padding:5px 8px;border-left:0;border-bottom:2px solid transparent;border-radius:4px 4px 0 0;background:transparent}.members-sub-tabs.ant-tabs-left .ant-tabs-tab:hover{background:#f8fafc}.members-sub-tabs.ant-tabs-left .ant-tabs-tab-btn{font-size:12px;line-height:1.4;white-space:nowrap}.members-sub-tabs.ant-tabs-left .ant-tabs-tab.ant-tabs-tab-active{border-bottom-color:#667085;background:transparent}.members-sub-tabs.ant-tabs-left>.ant-tabs-content-holder{padding-left:0}}@media(max-width:460px){.topbar{gap:8px;padding:10px 12px}.topbar-left{gap:10px}.topbar-project-controls{gap:6px}.topbar-project-create .topbar-project-create-text{display:none}.topbar-project-create.ant-btn{width:32px;padding-inline:0}.agent-header{gap:6px;padding:8px}}
