.copilot-panel[data-v-39880e64]{z-index:1100;background:var(--bg-color-container,#fff);border:1px solid var(--border-color,#0505050f);border-radius:12px;flex-direction:column;width:380px;max-width:calc(100vw - 32px);height:560px;max-height:calc(100vh - 96px);transition:left .3s;display:flex;position:fixed;bottom:24px;overflow:hidden;box-shadow:0 12px 32px #0000002e}.copilot-header[data-v-39880e64]{border-bottom:1px solid var(--border-color,#0505050f);justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.copilot-icon-btn[data-v-39880e64]{cursor:pointer;width:28px;height:28px;color:inherit;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:background .2s;display:inline-flex}.copilot-icon-btn[data-v-39880e64]:hover:not(:disabled){background:var(--hover-color,#0000000f)}.copilot-icon-btn[data-v-39880e64]:disabled{opacity:.4;cursor:not-allowed}.copilot-messages[data-v-39880e64]{flex-direction:column;flex:1;gap:10px;padding:14px;display:flex;overflow-y:auto}.copilot-empty[data-v-39880e64]{text-align:center;flex-direction:column;align-items:center;max-width:260px;margin:auto;display:flex}.copilot-row[data-v-39880e64]{display:flex}.copilot-row.user[data-v-39880e64]{justify-content:flex-end}.copilot-row.assistant[data-v-39880e64]{justify-content:flex-start}.copilot-bubble[data-v-39880e64]{border-radius:12px;max-width:82%;padding:8px 12px;font-size:13px;line-height:1.5}.copilot-bubble.user[data-v-39880e64]{background:var(--primary-color,#1677ff);color:#fff;border-bottom-right-radius:4px}.copilot-bubble.assistant[data-v-39880e64]{background:var(--hover-color,#0000000d);border-bottom-left-radius:4px}.copilot-text[data-v-39880e64]{white-space:pre-wrap;word-break:break-word}.copilot-markdown[data-v-39880e64]{white-space:normal}.copilot-markdown[data-v-39880e64] :first-child{margin-top:0}.copilot-markdown[data-v-39880e64] :last-child{margin-bottom:0}.copilot-markdown p[data-v-39880e64]{margin:0 0 8px}.copilot-markdown h1[data-v-39880e64],.copilot-markdown h2[data-v-39880e64],.copilot-markdown h3[data-v-39880e64],.copilot-markdown h4[data-v-39880e64]{margin:10px 0 6px;font-weight:600;line-height:1.3}.copilot-markdown h1[data-v-39880e64]{font-size:16px}.copilot-markdown h2[data-v-39880e64]{font-size:15px}.copilot-markdown h3[data-v-39880e64]{font-size:14px}.copilot-markdown h4[data-v-39880e64]{font-size:13px}.copilot-markdown ul[data-v-39880e64],.copilot-markdown ol[data-v-39880e64]{margin:0 0 8px;padding-left:18px}.copilot-markdown li[data-v-39880e64]{margin:2px 0}.copilot-markdown li>p[data-v-39880e64]{margin:0}.copilot-markdown a[data-v-39880e64]{color:var(--primary-color,#1677ff);cursor:pointer;text-decoration:underline}.copilot-markdown code[data-v-39880e64]{font-size:12px;font-family:var(--font-mono,ui-monospace, SFMono-Regular, Menlo, monospace);background:#0000000f;border-radius:4px;padding:1px 4px}.copilot-markdown pre[data-v-39880e64]{background:#0000000f;border-radius:8px;margin:0 0 8px;padding:8px 10px;overflow-x:auto}.copilot-markdown pre code[data-v-39880e64]{background:0 0;padding:0}.copilot-markdown blockquote[data-v-39880e64]{border-left:3px solid var(--border-color,#0000001f);color:inherit;opacity:.85;margin:0 0 8px;padding-left:10px}.copilot-markdown table[data-v-39880e64]{border-collapse:collapse;margin:0 0 8px;font-size:12px}.copilot-markdown th[data-v-39880e64],.copilot-markdown td[data-v-39880e64]{border:1px solid var(--border-color,#0000001f);text-align:left;padding:4px 8px}.copilot-markdown hr[data-v-39880e64]{border:none;border-top:1px solid var(--border-color,#0000001f);margin:10px 0}.copilot-tools[data-v-39880e64]{flex-wrap:wrap;gap:4px;margin-top:6px;display:flex}.copilot-tool-chip[data-v-39880e64]{color:var(--primary-color,#1677ff);background:#1677ff1f;border-radius:10px;padding:1px 6px;font-size:10px}.copilot-tool-chip.error[data-v-39880e64]{color:#ff4d4f;background:#ff4d4f1f}.copilot-nav[data-v-39880e64]{flex-direction:column;align-items:flex-start;gap:4px;margin-top:8px;display:flex}.copilot-nav-link[data-v-39880e64]{border:1px solid var(--primary-color,#1677ff);max-width:100%;color:var(--primary-color,#1677ff);cursor:pointer;background:#1677ff14;border-radius:14px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;line-height:1.2;transition:background .2s;display:inline-flex}.copilot-nav-link[data-v-39880e64]:hover{background:#1677ff2e}.copilot-nav-link>span[data-v-39880e64]{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.copilot-nav-icon[data-v-39880e64]{flex:none;font-size:13px}.copilot-typing[data-v-39880e64]{align-items:center;gap:4px;display:inline-flex}.copilot-typing .dot[data-v-39880e64]{opacity:.5;background:currentColor;border-radius:50%;width:6px;height:6px;animation:1.2s infinite both copilot-blink-39880e64}.copilot-typing .dot[data-v-39880e64]:nth-child(2){animation-delay:.2s}.copilot-typing .dot[data-v-39880e64]:nth-child(3){animation-delay:.4s}@keyframes copilot-blink-39880e64{0%,80%,to{opacity:.2}40%{opacity:.9}}.copilot-input[data-v-39880e64]{border-top:1px solid var(--border-color,#0505050f);align-items:flex-end;gap:8px;padding:10px;display:flex}.copilot-input[data-v-39880e64] .ant-input{resize:none}.copilot-pop-enter-active[data-v-39880e64],.copilot-pop-leave-active[data-v-39880e64]{transition:opacity .18s,transform .18s}.copilot-pop-enter-from[data-v-39880e64],.copilot-pop-leave-to[data-v-39880e64]{opacity:0;transform:translateY(12px)scale(.98)}.ant-pro-sider .ant-layout-sider-children{flex-direction:column;height:100%;display:flex}.ant-pro-sider-fixed{z-index:100;height:100%;top:0;left:0;box-shadow:2px 0 8px #1d23290d;position:fixed!important}.ant-pro-sider-menu{z-index:10;min-height:100%;position:relative;border-inline-end:none!important}.ant-pro-sider-collapsed-button{border-top:1px solid #0000000f}.ant-pro-sider-collapsed-button-inverted{border-top:1px solid #8f84750f}.ant-pro-sider-light .ant-menu-light{border-right-color:#0000}.ant-pro-sider-logo{cursor:pointer;box-sizing:border-box;align-items:center;padding:16px 24px;transition:padding .3s cubic-bezier(.645,.045,.355,1);display:flex;position:relative;overflow:hidden}.ant-pro-sider-logo>a{justify-content:center;align-items:center;width:100%;min-height:32px;display:flex}.ant-pro-sider-logo img{vertical-align:middle;height:32px;display:inline-block}.ant-pro-sider-logo h1{vertical-align:middle;white-space:nowrap;text-overflow:ellipsis;width:calc(100% - 44px);height:32px;margin:0 0 0 12px;font-size:18px;font-weight:600;line-height:32px;animation:.3s pro-layout-title-hide;display:inline-block;overflow:hidden}.ant-pro-sider-collapsed{justify-content:center;padding:16px 0}.ant-pro-sider-collapsed>a{width:auto}.ant-pro-menu-group-divider{background-color:#00000026;width:24px;height:1px;margin:0 auto;display:none}.ant-menu-inline-collapsed .ant-menu-item-group-title{text-align:center;height:auto!important;padding:8px 0!important;line-height:0!important}.ant-menu-inline-collapsed .ant-menu-item-group-title .ant-pro-menu-group-title-text{display:none}.ant-menu-inline-collapsed .ant-menu-item-group-title .ant-pro-menu-group-divider{display:block}.ant-menu-dark .ant-pro-menu-group-divider{background-color:#fff3}[data-theme=dark] .ant-pro-sider-collapsed-button{border-top:1px solid #8f84750f}[data-theme=dark] .ant-pro-sider-fixed{box-shadow:0 2px 8px #0d0d0da6}@keyframes pro-layout-title-hide{0%{opacity:0;display:none}80%{opacity:0;display:none}to{display:unset;opacity:1}}.scrollbar{scrollbar-width:none;-ms-overflow-style:none}.scrollbar::-webkit-scrollbar{width:0;height:0}.ant-pro-global-header{background:#fff;align-items:center;height:100%;padding:0 24px;display:flex;position:relative;box-shadow:0 1px 4px #00152914}.ant-pro-global-header>*{height:100%}.ant-pro-global-header-top .ant-menu-horizontal>.ant-menu-submenu{top:unset}.ant-pro-global-header-collapsed-button{align-items:center;margin-left:24px;font-size:20px;display:flex}.ant-pro-global-header-logo{position:relative;overflow:hidden}.ant-pro-global-header-logo a{align-items:center;height:100%;display:flex}.ant-pro-global-header-logo a img{height:28px}.ant-pro-global-header-logo a h1{height:32px;margin:0 0 0 12px;font-size:18px;font-weight:600;line-height:32px}.ant-pro-global-header-layout-mix{background:#001529}.ant-pro-global-header-layout-mix .anticon,.ant-pro-global-header-layout-mix .ant-pro-global-header-logo h1{color:#fff}.ant-pro-global-header .ant-menu-horizontal{border-bottom:none!important}.ant-pro-global-header-inverted{--hover-color:#2a2c37;color:#e5e0d8d9;background:#001529;box-shadow:0 1px 4px #00152914}.ant-pro-global-header-inverted .ant-pro-top-nav-header-logo h1{color:#e5e0d8}.ant-pro-top-nav-header-logo{min-width:165px;height:100%;margin-right:25px;position:relative;overflow:hidden}.ant-pro-top-nav-header-logo img{vertical-align:middle;height:40px;display:inline-block}.ant-pro-top-nav-header-logo h1{vertical-align:top;color:#000000d9;margin:0 0 0 12px;font-size:16px;display:inline-block}[data-theme=dark] .ant-pro-top-nav-header-logo h1{color:#e5e0d8d9}[data-theme=dark] .ant-pro-global-header{background:#001529;box-shadow:0 2px 8px #0d0d0da6}[data-theme=dark] .ant-pro-global-header-layout-mix{background:#0f1c29}[data-theme=dark] .ant-pro-global-header-layout-mix .anticon,[data-theme=dark] .ant-pro-global-header-layout-mix .ant-pro-global-header-logo h1{color:#e5e0d8}[data-theme=dark] .ant-pro-global-header-layout-top,[data-theme=dark] .ant-pro-global-header-layout-side{background-color:#242525}.ant-pro-fixed-header{position:fixed;top:0}.ant-pro-fixed-header-inverted{--hover-color:#2a2c37}.ant-pro-fixed-header-action{transition:width .3s cubic-bezier(.645,.045,.355,1)}.ant-pro-sider-menu-header{margin-left:14px}[data-theme=dark] .ant-pro-sider-menu-header{background:0 0}.ant-pro-basicLayout{flex-direction:column;width:100%;min-height:100%;display:flex}.ant-pro-basicLayout .ant-layout{background:#f0f2f5}.ant-pro-basicLayout-content{margin:24px;display:flex}.ant-pro-basicLayout-content-fluid{width:100%}.ant-pro-basicLayout-content-fixed{width:1200px;max-width:1200px;margin:0 auto}.ant-pro-basicLayout-content-fixed:has(.ant-pro-page-container){width:100%;max-width:unset;margin:unset}[data-theme=dark] .ant-layout{background:#2a2c2c}
