.upload-manager-drawer .ant-drawer-body{padding:16px}.upload-manager-header{margin-bottom:16px}.upload-manager-header .header-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.upload-manager-header .header-title h3{margin:0;font-size:16px;font-weight:600}.upload-manager-header .header-title .header-stats{display:flex;gap:16px}.upload-manager-header .header-title .header-stats .stat-item{display:flex;align-items:center;gap:4px;font-size:12px;color:#8c8c8c}.upload-manager-header .header-title .header-stats .stat-item .stat-value{font-weight:600;color:#1890ff}.upload-manager-header .header-title .header-stats .stat-item.completed .stat-value{color:#52c41a}.upload-manager-header .header-actions{display:flex;justify-content:flex-end}.upload-task-list{max-height:calc(100vh - 200px);overflow-y:auto}.upload-task-list.empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;color:#8c8c8c}.upload-task-list.empty .empty-icon{font-size:48px;margin-bottom:16px;opacity:.3}.upload-task-list.empty .empty-text{font-size:14px}.upload-task-card{border-radius:8px;transition:all .2s}.upload-task-card:hover{box-shadow:0 2px 8px #00000014}.upload-task-card .upload-task-filename{max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.upload-task-card .ant-card-body{padding:12px 16px}.upload-badge-wrapper .upload-badge .ant-badge-count{background-color:#1890ff;box-shadow:0 0 0 2px #1890ff33}.upload-badge-wrapper .upload-button{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:6px;transition:all .2s}.upload-badge-wrapper .upload-button:hover{background-color:#1890ff11}.upload-task-list::-webkit-scrollbar{width:6px}.upload-task-list::-webkit-scrollbar-track{background:#f0f0f0;border-radius:3px}.upload-task-list::-webkit-scrollbar-thumb{background:#bfbfbf;border-radius:3px}.upload-task-list::-webkit-scrollbar-thumb:hover{background:#8c8c8c}.notification-drawer .ant-drawer-body{padding:0}.notification-drawer .notification-drawer-content{display:flex;flex-direction:column;height:100%;padding:0 16px}.notification-drawer .notification-drawer-content .ant-tabs{margin-bottom:0}.notification-drawer .notification-drawer-content .ant-tabs .ant-tabs-nav{margin-bottom:8px}.notification-drawer .notification-drawer-content .tab-badge{display:inline-block;min-width:18px;height:18px;line-height:18px;text-align:center;font-size:11px;font-weight:500;color:#fff;background:#ff4d4f;border-radius:9px;padding:0 5px;margin-left:6px;vertical-align:middle}.notification-drawer .notification-toolbar{display:flex;justify-content:space-between;align-items:center;padding:4px 0 8px;border-bottom:1px solid #f0f0f0;margin-bottom:8px}.notification-drawer .notification-list{flex:1;overflow-y:auto}.notification-drawer .notification-item{position:relative;display:flex;align-items:flex-start;padding:12px 12px 12px 20px;border-radius:8px;cursor:pointer;transition:background .2s;margin-bottom:4px}.notification-drawer .notification-item:hover{background:#f5f5f5}.notification-drawer .notification-item:hover .notification-delete{opacity:1}.notification-drawer .notification-item.unread{background:#1890ff0a}.notification-drawer .notification-item.read{opacity:.7}.notification-drawer .notification-item .unread-dot{position:absolute;left:6px;top:20px;width:6px;height:6px;border-radius:50%;background:#1890ff}.notification-drawer .notification-item .notification-item-body{flex:1;min-width:0}.notification-drawer .notification-item .notification-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.notification-drawer .notification-item .notification-title{font-size:14px;font-weight:500;color:#000000d9;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;margin-right:8px}.notification-drawer .notification-item .notification-content{font-size:13px;color:#0000008c;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:6px}.notification-drawer .notification-item .notification-footer{display:flex;justify-content:space-between;align-items:center}.notification-drawer .notification-item .notification-time{font-size:12px;color:#00000059}.notification-drawer .notification-item .notification-delete{font-size:13px;color:#0000004d;opacity:0;transition:all .2s}.notification-drawer .notification-item .notification-delete:hover{color:#ff4d4f}.notification-drawer .notification-pagination{display:flex;justify-content:center;padding:12px 0;border-top:1px solid #f0f0f0;margin-top:8px}.main-layout{min-height:100vh}.main-layout .sider{overflow:hidden!important;height:100vh!important;position:fixed!important;left:0!important;top:0!important;bottom:0!important;width:240px!important;max-width:240px!important;background:linear-gradient(180deg,#f8fafc,#e2e8f0)!important;border-right:1px solid rgba(148,163,184,.2);box-shadow:4px 0 24px #00000014,inset -1px 0 #fffc;z-index:1000;transition:all .2s ease!important}.main-layout .sider .ant-layout-sider-children{display:flex;flex-direction:column;height:100%}.main-layout .sider.collapsed{width:64px!important;max-width:64px!important}.main-layout .sider.collapsed .logo-container .logo-icon{width:32px;height:32px}.main-layout .sider .ant-layout-sider-trigger{display:none!important}.main-layout .sider-toggle{position:fixed;top:50%;left:240px;transform:translate(-50%,-50%);z-index:1001;width:22px;height:22px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;border:1px solid rgba(148,163,184,.35);box-shadow:0 2px 8px #0f172a24;color:#64748b;font-size:11px;cursor:pointer;transition:left .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}.main-layout .sider-toggle:hover{color:#0ea5e9;border-color:#0ea5e98c;box-shadow:0 4px 14px #0ea5e94d;transform:translate(-50%,-50%) scale(1.12)}.main-layout .sider-toggle:active{transform:translate(-50%,-50%) scale(.96)}.main-layout.sider-collapsed .sider-toggle{left:64px}.main-layout .logo-container{height:64px;display:flex;align-items:center;justify-content:center;position:relative;background:linear-gradient(135deg,#0ea5e91a,#2563eb1a);border-bottom:1px solid rgba(148,163,184,.2);box-shadow:0 2px 8px #0000000a;overflow:hidden}.main-layout .logo-container:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(14,165,233,.15) 0%,transparent 70%);animation:rotate 20s linear infinite}.main-layout .logo-container .logo-content{position:relative;z-index:1;display:flex;align-items:center;gap:12px}.main-layout .logo-container .logo-icon{width:36px;height:36px;background:linear-gradient(135deg,#0ea5e9,#2563eb);border-radius:10px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0ea5e94d,inset 0 1px #ffffff4d;font-size:18px;color:#fff}.main-layout .logo-container .logo-text{font-size:20px;font-weight:700;background:linear-gradient(135deg,#0ea5e9,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:.5px}.main-layout .zone-switcher{padding:12px 12px 10px;margin-bottom:2px;border-bottom:1px solid rgba(148,163,184,.18)}.main-layout .zone-switcher .ant-segmented{background:#94a3b81f;padding:3px;border-radius:10px}.main-layout .zone-switcher .ant-segmented .ant-segmented-item{border-radius:7px;color:#64748b;transition:all .2s ease}.main-layout .zone-switcher .ant-segmented .ant-segmented-item .ant-segmented-item-label{display:flex;align-items:center;justify-content:center;min-height:30px;font-size:17px}.main-layout .zone-switcher .ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected){color:#0ea5e9}.main-layout .zone-switcher .ant-segmented .ant-segmented-item-selected{background:linear-gradient(135deg,#0ea5e9,#2563eb);color:#fff;box-shadow:0 2px 8px #0ea5e94d}.main-layout .zone-switcher .ant-segmented .ant-segmented-item-selected .ant-segmented-item-label{color:#fff;font-weight:600}.main-layout .zone-switcher .ant-segmented .ant-segmented-thumb{background:linear-gradient(135deg,#0ea5e9,#2563eb);border-radius:7px}.main-layout .tech-menu{flex:1;background:transparent!important;border:none!important;padding:16px 12px;overflow-y:auto}.main-layout .tech-menu::-webkit-scrollbar{width:6px}.main-layout .tech-menu::-webkit-scrollbar-track{background:#94a3b81a;border-radius:3px}.main-layout .tech-menu::-webkit-scrollbar-thumb{background:#0ea5e94d;border-radius:3px}.main-layout .tech-menu::-webkit-scrollbar-thumb:hover{background:#0ea5e980}.main-layout .tech-menu .ant-menu-item{margin:0 0 8px!important;width:100%;border-radius:12px!important;height:48px!important;line-height:48px!important;padding:0 20px!important;display:flex!important;align-items:center!important;background:linear-gradient(135deg,#fff,#f8fafc)!important;border:1px solid rgba(148,163,184,.3)!important;box-shadow:0 1px 3px #0000000f,inset 0 1px #ffffffe6!important;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:visible!important}.main-layout .tech-menu .ant-menu-item .ant-menu-title-content{color:#1e293b!important;font-size:14px!important;font-weight:500!important}.main-layout .tech-menu .ant-menu-item .ant-menu-item-icon{color:#334155!important;font-size:18px!important;width:20px!important;height:20px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;margin-right:12px!important}.main-layout .tech-menu .ant-menu-item:hover{transform:translate(4px);background:linear-gradient(135deg,#fff,#f1f5f9)!important;border-color:#0ea5e966!important;box-shadow:0 2px 8px #0ea5e926!important}.main-layout .tech-menu .ant-menu-item:hover .ant-menu-title-content,.main-layout .tech-menu .ant-menu-item:hover .ant-menu-item-icon{color:#0ea5e9!important}.main-layout .tech-menu .ant-menu-item.ant-menu-item-selected{transform:translate(4px);background:linear-gradient(135deg,#0ea5e9,#2563eb)!important;border-color:transparent!important;box-shadow:0 4px 16px #0ea5e966!important}.main-layout .tech-menu .ant-menu-item.ant-menu-item-selected .ant-menu-title-content{color:#fff!important;font-weight:600!important}.main-layout .tech-menu .ant-menu-item.ant-menu-item-selected .ant-menu-item-icon{color:#fff!important}.main-layout .tech-menu .ant-menu-item.ant-menu-item-selected:after{content:"";position:absolute;right:12px;top:50%;transform:translateY(-50%);width:6px;height:6px;background:#fff;border-radius:50%;box-shadow:0 0 8px #fffc}.main-layout .tech-menu .ant-menu-item-group-title{padding:14px 12px 6px!important;font-size:11px!important;font-weight:600!important;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8!important}.main-layout .tech-menu .ant-menu-item-group:first-child>.ant-menu-item-group-title{padding-top:2px!important}.main-layout .tech-menu .ant-menu-submenu{margin:0 0 8px!important}.main-layout .tech-menu .ant-menu-submenu>.ant-menu-submenu-title{margin:0!important;width:100%;border-radius:12px!important;height:48px!important;line-height:48px!important;padding:0 20px!important;display:flex!important;align-items:center!important;background:linear-gradient(135deg,#fff,#f8fafc)!important;border:1px solid rgba(148,163,184,.3)!important;box-shadow:0 1px 3px #0000000f,inset 0 1px #ffffffe6!important;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:visible!important}.main-layout .tech-menu .ant-menu-submenu>.ant-menu-submenu-title .ant-menu-title-content{color:#1e293b!important;font-size:14px!important;font-weight:500!important}.main-layout .tech-menu .ant-menu-submenu>.ant-menu-submenu-title .ant-menu-submenu-arrow{color:#334155!important;font-size:12px!important}.main-layout .tech-menu .ant-menu-submenu>.ant-menu-submenu-title .ant-menu-item-icon{color:#334155!important;font-size:18px!important;width:20px!important;height:20px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;margin-right:12px!important}.main-layout .tech-menu .ant-menu-submenu>.ant-menu-submenu-title:hover{transform:translate(4px);background:linear-gradient(135deg,#fff,#f1f5f9)!important;border-color:#0ea5e966!important;box-shadow:0 2px 8px #0ea5e926!important}.main-layout .tech-menu .ant-menu-submenu>.ant-menu-submenu-title:hover .ant-menu-title-content{color:#0ea5e9!important}.main-layout .tech-menu .ant-menu-submenu>.ant-menu-submenu-title:hover .ant-menu-item-icon,.main-layout .tech-menu .ant-menu-submenu>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow{color:#0ea5e9!important}.main-layout .tech-menu .ant-menu-submenu.ant-menu-submenu-open>.ant-menu-submenu-title,.main-layout .tech-menu .ant-menu-submenu.ant-menu-submenu-selected>.ant-menu-submenu-title{background:linear-gradient(135deg,#0ea5e9,#2563eb)!important;border-color:transparent!important;box-shadow:0 4px 16px #0ea5e966!important}.main-layout .tech-menu .ant-menu-submenu.ant-menu-submenu-open>.ant-menu-submenu-title .ant-menu-title-content,.main-layout .tech-menu .ant-menu-submenu.ant-menu-submenu-selected>.ant-menu-submenu-title .ant-menu-title-content{color:#fff!important;font-weight:600!important}.main-layout .tech-menu .ant-menu-submenu.ant-menu-submenu-open>.ant-menu-submenu-title .ant-menu-item-icon,.main-layout .tech-menu .ant-menu-submenu.ant-menu-submenu-selected>.ant-menu-submenu-title .ant-menu-item-icon,.main-layout .tech-menu .ant-menu-submenu.ant-menu-submenu-open>.ant-menu-submenu-title .ant-menu-submenu-arrow,.main-layout .tech-menu .ant-menu-submenu.ant-menu-submenu-selected>.ant-menu-submenu-title .ant-menu-submenu-arrow{color:#fff!important}.main-layout .tech-menu .ant-menu-submenu.ant-menu-submenu-open>.ant-menu-submenu-title:after,.main-layout .tech-menu .ant-menu-submenu.ant-menu-submenu-selected>.ant-menu-submenu-title:after{content:"";position:absolute;right:12px;top:50%;transform:translateY(-50%);width:6px;height:6px;background:#fff;border-radius:50%;box-shadow:0 0 8px #fffc}.main-layout .tech-menu .ant-menu-submenu .ant-menu-sub{background:transparent!important;border:none!important;padding:8px 0 8px 16px}.main-layout .tech-menu .ant-menu-submenu .ant-menu-sub .ant-menu-item{background:transparent!important;border:none!important;box-shadow:none!important;height:40px!important;line-height:40px!important;margin:0 0 4px!important}.main-layout .tech-menu .ant-menu-submenu .ant-menu-sub .ant-menu-item:hover{transform:translate(2px);background:#0ea5e914!important}.main-layout .tech-menu .ant-menu-submenu .ant-menu-sub .ant-menu-item.ant-menu-item-selected{background:#0ea5e926!important;border:none!important}.main-layout .tech-menu .ant-menu-submenu .ant-menu-sub .ant-menu-item.ant-menu-item-selected:after{display:none}.main-layout .tech-menu .ant-menu-submenu .ant-menu-sub .ant-menu-submenu-title{background:transparent!important;border:none!important;box-shadow:none!important;height:40px!important;line-height:40px!important;margin:0 0 4px!important}.main-layout .tech-menu .ant-menu-submenu .ant-menu-sub .ant-menu-submenu-title:hover{transform:translate(2px);background:#0ea5e914!important}.main-layout .tech-menu.ant-menu-inline-collapsed .ant-menu-item-group-title{height:1px!important;padding:0!important;margin:12px 14px!important;overflow:hidden;text-indent:-9999px;background:#94a3b847}.main-layout .tech-menu.ant-menu-inline-collapsed .ant-menu-item-group:first-child>.ant-menu-item-group-title{display:none}.main-layout .tech-menu.ant-menu-inline-collapsed .ant-menu-item-group-list{padding:0!important;margin:0!important}.main-layout .tech-menu.ant-menu-inline-collapsed .ant-menu-item,.main-layout .tech-menu.ant-menu-inline-collapsed .ant-menu-submenu>.ant-menu-submenu-title{width:40px!important;min-width:40px!important;margin-left:auto!important;margin-right:auto!important;padding:0!important;justify-content:center!important;text-align:center!important;transform:none!important}.main-layout .tech-menu.ant-menu-inline-collapsed .ant-menu-item:hover,.main-layout .tech-menu.ant-menu-inline-collapsed .ant-menu-submenu>.ant-menu-submenu-title:hover{transform:none!important}.main-layout .tech-menu.ant-menu-inline-collapsed .ant-menu-item .ant-menu-item-icon,.main-layout .tech-menu.ant-menu-inline-collapsed .ant-menu-submenu>.ant-menu-submenu-title .ant-menu-item-icon{margin-right:0!important}.main-layout .tech-menu.ant-menu-inline-collapsed .ant-menu-item .ant-menu-title-content,.main-layout .tech-menu.ant-menu-inline-collapsed .ant-menu-submenu>.ant-menu-submenu-title .ant-menu-title-content,.main-layout .tech-menu.ant-menu-inline-collapsed .ant-menu-item .ant-menu-submenu-arrow,.main-layout .tech-menu.ant-menu-inline-collapsed .ant-menu-submenu>.ant-menu-submenu-title .ant-menu-submenu-arrow{display:none!important}.main-layout .tech-menu.ant-menu-inline-collapsed .ant-menu-item:after,.main-layout .tech-menu.ant-menu-inline-collapsed .ant-menu-submenu>.ant-menu-submenu-title:after{display:none!important}.main-layout .tech-menu.ant-menu-inline-collapsed .ant-menu-item.ant-menu-item-selected{transform:none!important}.main-layout .sider-footer{margin-top:auto;padding:16px 12px;border-top:1px solid rgba(148,163,184,.15);background:linear-gradient(180deg,#0ea5e908,#2563eb0d,#0ea5e914);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.main-layout .sider-footer .footer-actions{display:flex;gap:10px;margin-bottom:12px}.main-layout .sider-footer .footer-actions .footer-action-item{position:relative;flex:1;height:44px;min-height:44px;max-height:44px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;background:linear-gradient(135deg,#fff9,#f8fafc66);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.5);border-radius:12px;cursor:pointer;font-size:18px;color:#334155;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.main-layout .sider-footer .footer-actions .footer-action-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s}.main-layout .sider-footer .footer-actions .footer-action-item:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:12px;padding:1px;background:linear-gradient(135deg,#0ea5e94d,#2563eb1a,#0ea5e94d);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .3s}.main-layout .sider-footer .footer-actions .footer-action-item:hover{background:linear-gradient(135deg,#fffc,#f1f5f999);border-color:#0ea5e980;box-shadow:0 4px 16px #0ea5e933,0 0 0 1px #0ea5e91a,inset 0 1px #fffc;color:#0ea5e9;transform:translateY(-2px) scale(1.02)}.main-layout .sider-footer .footer-actions .footer-action-item:hover:before{left:100%}.main-layout .sider-footer .footer-actions .footer-action-item:hover:after{opacity:1}.main-layout .sider-footer .footer-actions .footer-action-item:active{transform:translateY(0) scale(.98)}.main-layout .sider-footer .footer-actions .footer-action-item .ant-badge{display:flex;align-items:center;position:relative;z-index:1}.main-layout .sider-footer .user-info{display:flex;align-items:center;gap:10px;padding:10px 14px;background:linear-gradient(135deg,#fff9,#f8fafc66);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.5);border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.main-layout .sider-footer .user-info:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:12px;padding:1px;background:linear-gradient(135deg,#0ea5e933,#2563eb1a,#0ea5e933);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .3s}.main-layout .sider-footer .user-info:hover{background:linear-gradient(135deg,#fffc,#f1f5f999);border-color:#0ea5e980;box-shadow:0 4px 16px #0ea5e933,0 0 0 1px #0ea5e91a,inset 0 1px #fffc;transform:translateY(-2px)}.main-layout .sider-footer .user-info:hover:before{opacity:1}.main-layout .sider-footer .user-info .username{font-size:14px;font-weight:500;color:#1e293b;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.main-layout .sider.collapsed .zone-switcher{padding:12px 10px 10px}.main-layout .sider.collapsed .zone-switcher .ant-segmented{width:100%}.main-layout .sider.collapsed .zone-switcher .ant-segmented .ant-segmented-item-label{min-height:32px;font-size:16px;padding:0}.main-layout .sider.collapsed .sider-footer{padding:10px 0 14px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;border-top:1px solid rgba(148,163,184,.18)}.main-layout .sider.collapsed .sider-footer .footer-actions{flex-direction:column;align-items:center;gap:8px;margin-bottom:8px}.main-layout .sider.collapsed .sider-footer .footer-actions .footer-action-item{width:40px;min-width:40px;max-width:40px;height:40px!important;min-height:40px!important;max-height:40px!important;box-sizing:border-box!important;border-radius:12px;padding:0;position:relative;background:#ffffffb8;backdrop-filter:none;-webkit-backdrop-filter:none;border:1px solid rgba(148,163,184,.28);box-shadow:0 1px 2px #0f172a0d;color:#475569;font-size:18px;transition:all .2s ease}.main-layout .sider.collapsed .sider-footer .footer-actions .footer-action-item:before,.main-layout .sider.collapsed .sider-footer .footer-actions .footer-action-item:after{display:none!important}.main-layout .sider.collapsed .sider-footer .footer-actions .footer-action-item:hover{background:#0ea5e91a;border-color:#0ea5e966;box-shadow:0 4px 12px #0ea5e92e;color:#0ea5e9;transform:translateY(-1px)}.main-layout .sider.collapsed .sider-footer .footer-actions .footer-action-item:active{transform:translateY(0) scale(.95)}.main-layout .sider.collapsed .sider-footer .footer-actions .footer-action-item .ant-badge{color:inherit;position:relative;z-index:1;display:flex;align-items:center;justify-content:center}.main-layout .sider.collapsed .sider-footer .footer-actions .footer-action-item .ant-badge .anticon{color:inherit;font-size:18px}.main-layout .sider.collapsed .sider-footer .footer-actions .footer-action-item .ant-badge .ant-badge-count{background:#ef4444;box-shadow:0 0 0 2px #f8fafcf2;font-size:10px;font-weight:600;min-width:16px;height:16px;line-height:16px;padding:0 4px}.main-layout .sider.collapsed .sider-footer .user-info{justify-content:center;align-items:center;padding:0;width:40px;min-width:40px;max-width:40px;height:40px;margin:0 auto;border-radius:12px;background:transparent;border:none;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.main-layout .sider.collapsed .sider-footer .user-info:before{display:none!important}.main-layout .sider.collapsed .sider-footer .user-info:hover{background:transparent;border:none;box-shadow:none;transform:translateY(-1px)}.main-layout .sider.collapsed .sider-footer .user-info:hover .ant-avatar{box-shadow:0 6px 16px #0ea5e973}.main-layout .sider.collapsed .sider-footer .user-info .ant-avatar{width:40px!important;height:40px!important;border-radius:12px;background:linear-gradient(135deg,#0ea5e9,#2563eb);box-shadow:0 2px 8px #0ea5e94d;border:none;font-size:18px;display:flex;align-items:center;justify-content:center;transition:box-shadow .2s ease}.main-layout .content-layout{margin-left:240px;transition:margin-left .2s ease}.main-layout.sider-collapsed .content-layout{margin-left:64px}.main-layout .header{height:64px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 32px;box-shadow:0 1px #0000000f;position:sticky;top:0;z-index:999}.main-layout .header .header-actions{display:flex;align-items:center;gap:16px}.main-layout .header .header-actions .header-action-item{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;cursor:pointer;color:#64748b;transition:all .2s;font-size:18px}.main-layout .header .header-actions .header-action-item:hover{background-color:#0ea5e91a;color:#0ea5e9}.main-layout .page-info{flex:1;display:flex;flex-direction:column;justify-content:center;gap:2px;min-width:0;overflow:hidden}.main-layout .page-info .page-heading{display:flex;align-items:center;gap:10px;min-width:0;white-space:nowrap}.main-layout .page-info .page-heading .page-breadcrumb{flex-shrink:0;font-size:12px;line-height:1}.main-layout .page-info .page-heading .page-breadcrumb a{color:#94a3b8;transition:color .2s ease}.main-layout .page-info .page-heading .page-breadcrumb a:hover{color:#0ea5e9}.main-layout .page-info .page-heading .page-breadcrumb .ant-breadcrumb-separator{color:#cbd5e1}.main-layout .page-info .page-heading .page-breadcrumb li:last-child a{color:#64748b;font-weight:500}.main-layout .page-info .page-heading .page-heading-sep{flex-shrink:0;width:1px;height:14px;background:#94a3b866}.main-layout .page-info .page-heading .page-title{flex-shrink:0;font-size:17px;font-weight:600;color:#1e293b;line-height:1.2}.main-layout .page-info .page-description{font-size:12px;font-weight:400;color:#64748b;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.main-layout .content{margin:24px 24px 0;padding:0;overflow:auto}.main-layout .content-wrapper{padding:24px;display:flex;flex-direction:column;overflow:auto;border-radius:8px}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:992px){.main-layout .content-layout{margin-left:0}.main-layout .sider{transform:translate(-100%);transition:transform .3s ease}.main-layout .sider.visible{transform:translate(0)}.main-layout .sider-toggle{display:none}}.dashboard-page .stat-card{transition:transform .2s ease,box-shadow .2s ease}.dashboard-page .stat-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.dashboard-page .chart-card{height:100%}.dashboard-page .chart-card .ant-card-head{border-bottom:none;padding-bottom:0}.dashboard-page .chart-card .ant-card-head-title{font-size:15px;font-weight:600}.dashboard-page .section-row{margin-top:24px}.dashboard-page .ant-tabs-nav{margin-bottom:24px}.dashboard-page .ant-tabs-nav:before{border-bottom:none}.model-manage{height:100%;display:flex;flex-direction:column}.model-manage .ant-tabs{display:flex;flex-direction:column;height:100%}.model-manage .ant-tabs .ant-tabs-nav{margin-bottom:16px;flex-shrink:0}.model-manage .ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap{background:#fafbfc;border-radius:10px;padding:5px;box-shadow:0 1px 3px #0000000a,inset 0 -1px #0000000a;border:1px solid rgba(0,0,0,.06)}.model-manage .ant-tabs .ant-tabs-nav .ant-tabs-tab{margin:0 2px!important;padding:10px 24px!important;border-radius:8px!important;border:none!important;background:transparent!important;color:#595959!important;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;font-weight:500}.model-manage .ant-tabs .ant-tabs-nav .ant-tabs-tab:hover{background:#f0f2f5!important;color:#262626!important}.model-manage .ant-tabs .ant-tabs-nav .ant-tabs-tab .anticon{font-size:15px;margin-right:8px;transition:all .25s;color:#8c8c8c}.model-manage .ant-tabs .ant-tabs-nav .ant-tabs-tab span{font-size:14px}.model-manage .ant-tabs .ant-tabs-nav .ant-tabs-tab-active{background:#fff!important;color:#1890ff!important;box-shadow:0 2px 6px #0000000f,0 1px 2px #0000000a;border:1px solid rgba(24,144,255,.2)!important}.model-manage .ant-tabs .ant-tabs-nav .ant-tabs-tab-active:hover{background:#fff!important;color:#096dd9!important;box-shadow:0 3px 8px #00000014,0 2px 4px #0000000d}.model-manage .ant-tabs .ant-tabs-nav .ant-tabs-tab-active .anticon{color:#1890ff}.model-manage .ant-tabs .ant-tabs-nav .ant-tabs-ink-bar{display:none!important}.model-manage .ant-tabs .ant-tabs-content-holder{flex:1;overflow:hidden}.model-manage .ant-tabs .ant-tabs-content-holder .ant-tabs-content,.model-manage .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane{height:100%}.model-manage .ant-card{height:100%;display:flex;flex-direction:column}.model-manage .ant-card .ant-card-body{flex:1;display:flex;flex-direction:column;overflow:hidden}.model-manage .ant-card .ant-space{flex-shrink:0}.model-manage .ant-card .ant-table-wrapper{flex:1;overflow:hidden}.model-manage .ant-card .ant-table-wrapper .ant-spin-nested-loading{height:100%}.model-manage .ant-card .ant-table-wrapper .ant-spin-nested-loading .ant-spin-container{height:100%;display:flex;flex-direction:column}.model-manage .ant-card .ant-table-wrapper .ant-spin-nested-loading .ant-spin-container .ant-table{flex:1;overflow:auto}.model-manage .ant-card .ant-table-wrapper .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-container{height:100%}.model-manage .ant-tag{margin:0}.model-manage-modal .ant-input-group-addon{padding:0;border:none;background:transparent}.model-manage-modal .ant-input-group-addon .ant-space{padding:4px 8px}.model-manage-modal textarea.ant-input{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:12px;line-height:1.5}@media(max-width:768px){.model-manage .ant-space,.model-manage .ant-space .ant-space-item{width:100%}.model-manage .ant-space .ant-space-item .ant-input,.model-manage .ant-space .ant-space-item .ant-select{width:100%!important}}.user-manage .ant-tabs-nav{margin-bottom:16px}.api-key-manage .key-prefix{font-family:SF Mono,Fira Code,monospace;font-size:13px;background:#f5f5f5;padding:2px 8px;border-radius:4px;color:#333}.profile-page{height:100%;overflow-y:auto;padding:0 24px 24px}.profile-page::-webkit-scrollbar{width:6px}.profile-page::-webkit-scrollbar-track{background:#94a3b81a;border-radius:3px}.profile-page::-webkit-scrollbar-thumb{background:#0ea5e94d;border-radius:3px}.profile-page::-webkit-scrollbar-thumb:hover{background:#0ea5e980}.profile-page .profile-header-wrapper{max-width:720px;margin:0 auto 24px}.profile-page .profile-header{text-align:center;padding:32px 24px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:16px;border:1px solid rgba(148,163,184,.2)}.profile-page .profile-header .avatar-wrapper{position:relative;display:inline-block;margin-bottom:16px}.profile-page .profile-header .avatar-wrapper .ant-avatar{background:linear-gradient(135deg,#0ea5e9,#2563eb);box-shadow:0 8px 24px #0ea5e94d;border:4px solid #fff}.profile-page .profile-header .avatar-wrapper .avatar-edit-btn{position:absolute;bottom:0;right:0;width:32px;height:32px;border-radius:50%;background:#fff;border:2px solid #e2e8f0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#64748b}.profile-page .profile-header .avatar-wrapper .avatar-edit-btn:hover{border-color:#0ea5e9;color:#0ea5e9;transform:scale(1.1)}.profile-page .profile-header .user-name{font-size:24px;font-weight:600;color:#1e293b;margin:0 0 4px}.profile-page .profile-header .user-email{font-size:14px;color:#64748b;margin:0}.profile-page .profile-section{max-width:720px;margin:0 auto 20px;background:#fff;border-radius:12px;border:1px solid rgba(148,163,184,.2);overflow:hidden}.profile-page .profile-section .section-header{padding:16px 24px;border-bottom:1px solid rgba(148,163,184,.15);background:linear-gradient(135deg,#fafbfc,#f8fafc)}.profile-page .profile-section .section-header .section-title{font-size:16px;font-weight:600;color:#1e293b;margin:0;display:flex;align-items:center;gap:8px}.profile-page .profile-section .section-header .section-title .anticon{color:#0ea5e9}.profile-page .profile-section .section-header .section-desc{font-size:13px;color:#64748b;margin:4px 0 0}.profile-page .profile-section .section-content{padding:24px}.profile-page .profile-section .ant-form-item:last-child{margin-bottom:0}.profile-page .profile-section .ant-btn-primary{height:40px;border-radius:8px;font-weight:500}.profile-page .profile-tabs .ant-tabs-nav{max-width:720px;margin:0 auto 20px}.profile-page .profile-tabs .ant-tabs-tab .anticon{margin-right:6px}.resource-manage{height:100%;display:flex;flex-direction:column}.resource-manage .ant-tabs{display:flex;flex-direction:column;height:100%}.resource-manage .ant-tabs .ant-tabs-nav{margin-bottom:16px;flex-shrink:0}.resource-manage .ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap{background:#fafbfc;border-radius:10px;padding:5px;box-shadow:0 1px 3px #0000000a,inset 0 -1px #0000000a;border:1px solid rgba(0,0,0,.06)}.resource-manage .ant-tabs .ant-tabs-nav .ant-tabs-tab{margin:0 2px!important;padding:10px 24px!important;border-radius:8px!important;border:none!important;background:transparent!important;color:#595959!important;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;font-weight:500}.resource-manage .ant-tabs .ant-tabs-nav .ant-tabs-tab:hover{background:#f0f2f5!important;color:#262626!important}.resource-manage .ant-tabs .ant-tabs-nav .ant-tabs-tab .anticon{font-size:15px;margin-right:8px;transition:all .25s;color:#8c8c8c}.resource-manage .ant-tabs .ant-tabs-nav .ant-tabs-tab span{font-size:14px}.resource-manage .ant-tabs .ant-tabs-nav .ant-tabs-tab-active{background:#fff!important;color:#1890ff!important;box-shadow:0 2px 6px #0000000f,0 1px 2px #0000000a;border:1px solid rgba(24,144,255,.2)!important}.resource-manage .ant-tabs .ant-tabs-nav .ant-tabs-tab-active:hover{background:#fff!important;color:#096dd9!important;box-shadow:0 3px 8px #00000014,0 2px 4px #0000000d}.resource-manage .ant-tabs .ant-tabs-nav .ant-tabs-tab-active .anticon{color:#1890ff}.resource-manage .ant-tabs .ant-tabs-nav .ant-tabs-ink-bar{display:none!important}.resource-manage .ant-tabs .ant-tabs-content-holder{flex:1;overflow:hidden}.resource-manage .ant-tabs .ant-tabs-content-holder .ant-tabs-content,.resource-manage .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane{height:100%}.resource-manage .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane>div{height:100%}.resource-manage .ant-card{height:100%;display:flex;flex-direction:column}.resource-manage .ant-card .ant-card-body{flex:1;display:flex;flex-direction:column;overflow:hidden}.resource-manage .ant-card .ant-space{flex-shrink:0}.resource-manage .ant-card .ant-table-wrapper{flex:1;overflow:hidden}.resource-manage .ant-card .ant-table-wrapper .ant-spin-nested-loading{height:100%}.resource-manage .ant-card .ant-table-wrapper .ant-spin-nested-loading .ant-spin-container{height:100%;display:flex;flex-direction:column}.resource-manage .ant-card .ant-table-wrapper .ant-spin-nested-loading .ant-spin-container .ant-table{flex:1;overflow:auto}.resource-manage .ant-card .ant-table-wrapper .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-container{height:100%}.resource-manage .ant-card .ant-table-wrapper .ant-spin-nested-loading .ant-spin-container .ant-table-pagination{flex-shrink:0}.resource-manage .ant-tag{margin:0}.file-icon{font-size:18px;margin-right:8px}.file-icon.folder{color:#faad14}.file-icon.pdf{color:#f5222d}.file-icon.image{color:#52c41a}.file-icon.doc{color:#1890ff}.file-icon.txt{color:#8c8c8c}.file-icon.code{color:#722ed1}.search-area{display:flex;gap:12px;margin-bottom:16px;flex-wrap:wrap}.detail-content .detail-row{display:flex;margin-bottom:12px}.detail-content .detail-row .detail-label{font-weight:500;width:100px;flex-shrink:0;color:#595959}.detail-content .detail-row .detail-value{flex:1;color:#262626}@media(max-width:768px){.resource-manage .ant-space,.resource-manage .ant-space .ant-space-item{width:100%}.resource-manage .ant-space .ant-space-item .ant-input,.resource-manage .ant-space .ant-space-item .ant-select{width:100%!important}}.system-settings .config-value-cell{max-width:300px;word-break:break-all}.system-settings .config-value-cell .encrypted-value{color:#999;font-style:italic}.system-settings .config-value-cell .json-value{font-family:SF Mono,Fira Code,monospace;font-size:12px;background:#f5f5f5;padding:2px 8px;border-radius:4px;max-height:60px;overflow:hidden;text-overflow:ellipsis;display:block}.particle-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:#030712;padding:20px;position:relative;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.language-switcher{position:fixed;top:24px;right:24px;z-index:10}.language-switcher .lang-button{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#00ffff1a;border:1px solid rgba(0,255,255,.3);border-radius:8px;color:#0ff;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.language-switcher .lang-button:hover{background:#0ff3;border-color:#00ffff80;transform:translateY(-2px);box-shadow:0 4px 12px #00ffff4d}.language-switcher .lang-button .anticon{font-size:16px}.login-card{width:100%;max-width:440px;background:#0f172ab3;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 20px 60px #00000080,0 0 80px #00ffff1a;border-radius:24px;border:1px solid rgba(0,255,255,.15);position:relative;z-index:1;animation:cardFadeIn .8s cubic-bezier(.4,0,.2,1);padding:48px 40px}.login-card:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:25px;padding:2px;background:linear-gradient(135deg,#00ffff80,#ff00ff80,#8b00ff80);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:.5;animation:borderGlow 3s ease-in-out infinite;pointer-events:none}@keyframes cardFadeIn{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes borderGlow{0%,to{opacity:.3}50%{opacity:.6}}.login-logo{display:flex;justify-content:center;margin-bottom:20px}.login-logo .logo-icon{width:72px;height:72px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0ff3,#f0f3);border-radius:20px;border:2px solid rgba(0,255,255,.3);font-size:36px;color:#0ff;animation:logoFloat 3s ease-in-out infinite;box-shadow:0 8px 32px #0ff3}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.project-name{text-align:center;margin-bottom:28px}.project-name .project-title{font-size:26px;font-weight:700;background:linear-gradient(135deg,#0ff,#f0f,#8b00ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:6px;letter-spacing:-.3px;animation:titleGlow 3s ease-in-out infinite}.project-name .project-subtitle{font-size:13px;color:#ffffff80;margin:0;font-weight:500;letter-spacing:.5px}@keyframes titleGlow{0%,to{filter:brightness(1)}50%{filter:brightness(1.2)}}.login-header{text-align:center;margin-bottom:28px}.login-header h1{font-size:28px;font-weight:700;background:linear-gradient(135deg,#0ff,#f0f,#8b00ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:8px;letter-spacing:-.5px}.login-header p{font-size:14px;color:#fff9;margin:0}.login-type-switcher{display:flex;gap:12px;margin-bottom:24px;background:#0000004d;padding:4px;border-radius:12px;border:1px solid rgba(0,255,255,.1)}.login-type-switcher .type-button{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;background:transparent;border:none;border-radius:8px;color:#ffffff80;font-size:14px;font-weight:500;cursor:pointer!important;pointer-events:auto;transition:all .3s cubic-bezier(.4,0,.2,1)}.login-type-switcher .type-button .anticon{font-size:16px;transition:all .3s ease}.login-type-switcher .type-button.active{background:linear-gradient(135deg,#0ff3,#f0f3);color:#0ff;box-shadow:0 4px 12px #0ff3;border:1px solid rgba(0,255,255,.3);transform:scale(1.02)}.login-type-switcher .type-button.active:hover{background:linear-gradient(135deg,#00ffff40,#ff00ff40);box-shadow:0 6px 16px #00ffff4d}.login-type-switcher .type-button:hover:not(.active){background:#00ffff14;color:#0ff;border:1px solid rgba(0,255,255,.2);transform:translateY(-1px);box-shadow:0 2px 8px #00ffff26}.login-type-switcher .type-button:hover:not(.active) .anticon{transform:scale(1.1)}.login-type-switcher .type-button:active:not(.active){transform:translateY(0);background:#00ffff1f}:global .ant-form-item{margin-bottom:20px}:global .ant-input-affix-wrapper,:global .ant-input{background:#0000004d!important;border:1px solid rgba(0,255,255,.2)!important;border-radius:12px!important;color:#ffffffe6!important;height:48px!important;transition:all .3s ease}:global .ant-input-affix-wrapper::placeholder,:global .ant-input::placeholder{color:#ffffff4d}:global .ant-input-affix-wrapper:hover,:global .ant-input:hover{border-color:#0ff6!important;box-shadow:0 0 20px #00ffff1a}:global .ant-input-affix-wrapper:focus,:global .ant-input:focus,:global .ant-input-affix-wrapper.ant-input-affix-wrapper-focused,:global .ant-input.ant-input-affix-wrapper-focused{border-color:#0ff!important;box-shadow:0 0 30px #0ff3}:global .ant-input-affix-wrapper .ant-input,:global .ant-input .ant-input{background:transparent!important;border:none!important;box-shadow:none!important}:global .ant-input-affix-wrapper .anticon,:global .ant-input .anticon{color:#0ff9}:global .ant-input-password .ant-input{background:transparent!important}.login-options{display:flex;justify-content:space-between;align-items:center}.login-options :global .ant-checkbox-wrapper{color:#fff9}.login-options :global .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner{background:#0000004d;border-color:#00ffff4d}.login-options :global .ant-checkbox-wrapper .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner{background:#0ff;border-color:#0ff}.login-options .forgot-link{color:#0ff;text-decoration:none;font-size:14px;transition:all .3s ease}.login-options .forgot-link:hover{color:#f0f;text-decoration:underline}:global .ant-btn-primary{height:48px!important;background:linear-gradient(135deg,#0ff,#f0f)!important;border:none!important;border-radius:12px!important;font-size:16px!important;font-weight:600!important;color:#000!important;box-shadow:0 8px 24px #00ffff4d;transition:all .3s ease}:global .ant-btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 32px #00ffff80}:global .ant-btn-primary:active:not(:disabled){transform:translateY(0)}.login-footer{text-align:center;margin-top:24px}.login-footer .copyright{font-size:12px;color:#ffffff4d;margin:0}.step-indicator{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:28px;position:relative;padding:0 40px}.step-indicator .step-dot{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;background:#0000004d;border:2px solid rgba(0,255,255,.2);color:#fff6;position:relative;z-index:2;transition:all .4s cubic-bezier(.4,0,.2,1)}.step-indicator .step-dot.active{border-color:#0ff;color:#0ff;background:#00ffff26}.step-indicator .step-dot.current{box-shadow:0 0 20px #0ff6;animation:stepPulse 2s ease-in-out infinite}.step-indicator .step-dot:not(:last-of-type){margin-right:48px}.step-indicator .step-line{position:absolute;top:50%;left:56px;right:56px;height:2px;background:#00ffff26;transform:translateY(-50%);z-index:1;border-radius:1px}.step-indicator .step-line .step-line-fill{height:100%;background:linear-gradient(90deg,#0ff,#f0f);border-radius:1px;transition:width .5s cubic-bezier(.4,0,.2,1)}@keyframes stepPulse{0%,to{box-shadow:0 0 20px #0ff6}50%{box-shadow:0 0 30px #0ff9}}.back-to-login{text-align:center;margin-top:16px}.back-to-login a{color:#ffffff80;text-decoration:none;font-size:14px;transition:all .3s ease;display:inline-flex;align-items:center;gap:6px}.back-to-login a:hover{color:#0ff}.resend-code{text-align:center;margin-top:8px}.resend-code .resend-button{background:none;border:none;color:#0ff;font-size:14px;cursor:pointer;padding:4px 8px;transition:all .3s ease}.resend-code .resend-button:hover:not(:disabled){color:#f0f;text-decoration:underline}.resend-code .resend-button:disabled{color:#ffffff4d;cursor:not-allowed}.success-container{text-align:center;padding:20px 0}.success-container .success-icon{font-size:64px;color:#0ff;margin-bottom:24px;animation:successBounce .6s cubic-bezier(.4,0,.2,1)}.success-container .success-icon .anticon{filter:drop-shadow(0 0 20px rgba(0,255,255,.5))}.success-container h1{font-size:24px;font-weight:700;background:linear-gradient(135deg,#0ff,#f0f,#8b00ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:12px}.success-container p{font-size:14px;color:#fff9;margin-bottom:32px;line-height:1.6}@keyframes successBounce{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2) format("woff2"),url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff) format("woff"),url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff) format("woff"),url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff) format("woff"),url(/assets/KaTeX_Fraktur-Regular-CB_wures.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold-Cx986IdX.woff2) format("woff2"),url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff) format("woff"),url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2) format("woff2"),url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff) format("woff"),url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2) format("woff2"),url(/assets/KaTeX_Main-Italic-BMLOBm91.woff) format("woff"),url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular-B22Nviop.woff2) format("woff2"),url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff) format("woff"),url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2) format("woff2"),url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff) format("woff"),url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic-t53AETM-.woff2) format("woff2"),url(/assets/KaTeX_Math-Italic-DA0__PXp.woff) format("woff"),url(/assets/KaTeX_Math-Italic-flOr_0UB.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff) format("woff"),url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff) format("woff"),url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff) format("woff"),url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2) format("woff2"),url(/assets/KaTeX_Script-Regular-D5yQViql.woff) format("woff"),url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2) format("woff2"),url(/assets/KaTeX_Size1-Regular-C195tn64.woff) format("woff"),url(/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2) format("woff2"),url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff) format("woff"),url(/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,d09GMgABAAAAAA4oAA4AAAAAHbQAAA3TAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAAgRQIDgmcDBEICo1oijYBNgIkA14LMgAEIAWJAAeBHAyBHBvbGiMRdnO0IkRRkiYDgr9KsJ1NUAf2kILNxgUmgqIgq1P89vcbIcmsQbRps3vCcXdYOKSWEPEKgZgQkprQQsxIXUgq0DqpGKmIvrgkeVGtEQD9DzAO29fM9jYhxZEsL2FeURH2JN4MIcTdO049NCVdxQ/w9NrSYFEBKTDKpLKfNkCGDc1RwjZLQcm3vqJ2UW9Xfa3tgAHz6ivp6vgC2yD4/6352ndnN0X0TL7seypkjZlMsjmZnf0Mm5Q+JykRWQBKCVCVPbARPXWyQtb5VgLB6Biq7/Uixcj2WGqdI8tGSgkuRG+t910GKP2D7AQH0DB9FMDW/obJZ8giFI3Wg8Cvevz0M+5m0rTh7XDBlvo9Y4vm13EXmfttwI4mBo1EG15fxJhUiCLbiiyCf/ZA6MFAhg3pGIZGdGIVjtPn6UcMk9A/UUr9PhoNsCENw1APAq0gpH73e+M+0ueyHbabc3vkbcdtzcf/fiy+NxQEjf9ud/ELBHAXJ0nk4z+MXH2Ev/kWyV4k7SkvpPc9Qr38F6RPWnM9cN6DJ0AdD1BhtgABtmoRoFCvPsBAumNm6soZG2Gk5GyVTo2sJncSyp0jQTYoR6WDvTwaaEcHsxHfvuWhHA3a6bN7twRKtcGok6NsCi7jYRrM2jExsUFMxMQYuJbMhuWNOumEJy9hi29Dmg5zMp/A5+hhPG19j1vBrq8JTLr8ki5VLPmG/PynJHVul440bxg5xuymHUFPBshC+nA9I1FmwbRBTNHAcik3Oae0cxKoI3MOriM42UrPe51nsaGxJ+WfXubAsP84aabUlQSJ1IiE0iPETLUU4CATgfXSCSpuRFRmCGbO+wSpAnzaeaCYW1VNEysRtuXCEL1kUFUbbtMv3Tilt/1c11jt3Q5bbMa84cpWipp8Elw3MZhOHsOlwwVUQM3lAR35JiFQbaYCRnMF2lxAWoOg2gyoIV4PouX8HytNIfLhqpJtXB4vjiViUI8IJ7bkC4ikkQvKksnOTKICwnqWSZ9YS5f0WCxmpgjbIq7EJcM4aI2nmhLNY2JIUgOjXZFWBHb+x5oh6cwb0Tv1ackHdKi0I9OO2wE9aogIOn540CCCziyhN+IaejtgAONKznHlHyutPrHGwCx9S6B8kfS4Mfi4Eyv7OU730bT1SCBjt834cXsf43zVjPUqqJjgrjeGnBxSG4aYAKFuVbeCfkDIjAqMb6yLNIbCuvXhMH2/+k2vkNpkORhR59N1CkzoOENvneIosjYmuTxlhUzaGEJQ/iWqx4dmwpmKjrwTiTGTCVozNAYqk/zXOndWxuWSmJkQpJw3pK5KX6QrLt5LATMqpmPAQhkhK6PUjzHUn7E0gHE0kPE0iKkolgkUx9SZmVAdDgpffdyJKg3k7VmzYGCwVXGz/tXmkOIp+vcWs+EMuhhvN0h9uhfzWJziBQmCREGSIFmQIkgVpAnSBRmC//6hkLZwaVhwxlrJSOdqlFtOYxlau9F2QN5Y98xmIAsiM1HVp2VFX+DHHGg6Ecjh3vmqtidX3qHI2qycTk/iwxSt5UzTmEP92ZBnEWTk4Mx8Mpl78ZDokxg/KWb+Q0QkvdKVmq3TMW+RXEgrsziSAfNXFMhDc60N5N9jQzjfO0kBKpUZl0ZmwJ41j/B9Hz6wmRaJB84niNmQrzp9eSlQCDDzazGDdVi3P36VZQ+Jy4f9UBNp+3zTjqI4abaFAm+GShVaXlsGdF3FYzZcDI6cori4kMxUECl9IjJZpzkvitAoxKue+90pDMvcKRxLl53TmOKCmV/xRolNKSqqUxc6LStOETmFOiLZZptlZepcKiAzteG8PEdpnQpbOMNcMsR4RR2Bs0cKFEvSmIjAFcnarqwUL4lDhHmnVkwu1IwshbiCcgvOheZuYyOteufZZwlcTlLgnZ3o/WcYdzZHW/WGaqaVfmTZ1aWCceJjkbZqsfbkOtcFlUZM/jy+hXHDbaUobWqqXaeWobbLO99yG5N3U4wxco0rQGGcOLASFMXeJoham8M+/x6O2WywK2l4HGbq1CoUyC/IZikQhdq3SiuNrvAEj0AVu9x2x3lp/xWzahaxidezFVtdcb5uEnzyl0ZmYiuKI0exvCd4Xc9CV1KB0db00z92wDPde0kukbvZIWN6jUWFTmPIC/Y4UPCm8UfDTFZpZNon1qLFTkBhxzB+FjQRA2Q/YRJT8pQigslMaUpFyAG8TMlXigiqmAZX4xgijKjRlGpLE0GdplRfCaJo0JQaSxNBk6ZmMzcya0FmrcisDdn0Q3HI2sWSppYigmlM1XT/kLQZSNpMJG0WkjYbSZuDpM1F0uYhFc1HxU4m1QJjDK6iL0S5uSj5rgXc3RejEigtcRBtqYPQsiTskmO5vosV+q4VGIKbOkDg0jtRrq+Em1YloaTFar3EGr1EUC8R0kus1Uus00usL97ABr2BjXoDm/QGNhuWtMVBKOwg/i78lT7hBsAvDmwHc/ao3vmUbBmhjeYySZNWvGkfZAgISDSaDo1SVpzGDsAEkF8B+gEapViUoZgUWXcRIGFZNm6gWbAKk0bp0k1MHG9fLYtV4iS2SmLEQFARzRcnf9PUS0LVn05/J9MiRRBU3v2IrvW974v4N00L7ZMk0wXP1409CHo/an8zTRHD3eSJ6m8D4YMkZNl3M79sqeuAsr/m3f+8/yl7A50aiAEJgeBeMWzu7ui9UfUBCe2TIqZIoOd/3/udRBOQidQZUERzb2/VwZN1H/Sju82ew2H2Wfr6qvfVf3hqwDvAIpkQVFy4B9Pe9e4/XvPeceu7h3dvO56iJPf0+A6cqA2ip18ER+iFgggiuOkvj24bby0N9j2UHIkgqIt+sVgfodC4YghLSMjSZbH0VR/6dMDrYJeKHilKTemt6v6kvzvn3/RrdWtr0GoN/xL+Sex/cPYLUpepx9cz/D46UPU5KXgAQa+NDps1v6J3xP1i2HtaDB0M9aX2deA7SYff//+gUCovMmIK/qfsFcOk+4Y5ZN97XlG6zebqtMbKgeRFi51vnxTQYBUik2rS/Cn6PC8ADR8FGxsRPB82dzfND90gIcshOcYUkfjherBz53odpm6TP8txlwOZ71xmfHHOvq053qFF/MRlS3jP0ELudrf2OeN8DHvp6ZceLe8qKYvWz/7yp0u4dKPfli3CYq0O13Ih71mylJ80tOi10On8wi+F4+LWgDPeJ30msSQt9/vkmHq9/Lvo2b461mP801v3W4xTcs6CbvF9UDdrSt+A8OUbpSh55qAUFXWznBBfdeJ8a4d7ugT5tvxUza3h9m4H7ptTqiG4z0g5dc0X29OcGlhpGFMpQo9ytTS+NViZpNdvU4kWx+LKxNY10kQ1yqGXrhe4/1nvP7E+nd5A92TtaRplbHSqoIdOqtRWti+fkB5/n1+/VvCmz12pG1kpQWsfi1ftlBobm0bpngs16CHkbIwdLnParxtTV3QYRlfJ0KFskH7pdN/YDn+yRuSd7sNH3aO0DYPggk6uWuXrfOc+fa3VTxFVvKaNxHsiHmsXyCLIE5yuOeN3/Jdf8HBL/5M6shjyhxHx9BjB1O0+4NLOnjLLSxwO7ukN4jMbOIcD879KLSi6Pk61Oqm2377n8079PXEEQ7cy7OKEC9nbpet118fxweTafpt69x/Bt8UqGzNQt7aelpc44dn5cqhwf71+qKp/Zf/+a0zcizOUWpl/iBcSXip0pplkatCchoH5c5aUM8I7/dWxAej8WicPL1URFZ9BDJelUwEwTkGqUhgSlydVes95YdXvhh9Gfz/aeFWvgVb4tuLbcv4+wLdutVZv/cUonwBD/6eDlE0aSiKK/uoH3+J1wDE/jMVqY2ysGufN84oIXB0sPzy8ollX/LegY74DgJXJR57sn+VGza0x3DnuIgABFM15LmajjjsNlYj+JEZGbuRYcAMOWxFkPN2w6Wd46xo4gVWQR/X4lyI/R6K/YK0110GzudPRW7Y+UOBGTfNNzHeYT0fiH0taunBpq9HEW8OKSaBGj21L0MqenEmNRWBAWDWAk4CpNoEZJ2tTaPFgbQYj8HxtFilErs3BTRwT8uO1NXQaWfIotchmPkAF5mMBAliEmZiOGVgCG9LgRzpscMAOOwowlT3JhusdazXGSC/hxR3UlmWVwWHpOIKheqONvjyhSiTHIkVUco5bnji8m//zL7PKaT1Vl5I6UE609f+gkr6MZKVyKc7zJRmCahLsdlyA5fdQkRSan9LgnnLEyGSkaKJCJog0wAgvepWBt80+1yKln1bMVtCljfNWDueKLsWwaEbBSfSPTEmVRsUcYYMnEjcjeyCZzBXK9E9BYBXLKjOSpUDR+nEV3TFSUdQaz+ot98QxgXwx0GQ+EEUAKB2qZPkQQ0GqFD8UPFMqyaCHM24BZmSGic9EYMagKizOw9Hz50DMrDLrqqLkTAhplMictiCAx5S3BIUQdeJeLnBy2CNtMfz6cV4u8XKoFZQesbf9YZiIERiHjaNodDW6LgcirX/mPnJIkBGDUpTBhSa0EIr38D5hCIszhCM8URGBqImoWjpvpt1ebu/v3Gl3qJfMnNM+9V+kiRFyROTPHQWOcs1dNW94/ukKMPZBvDi55i5CttdeJz84DLngLqjcdwEZ87bFFR8CIG35OAkDVN6VRDZ7aq67NteYqZ2lpT8oYB2CytoBd6VuAx4WgiAsnuj3WohG+LugzXiQRDeM3XYXlULv4dp5VFYC) format("woff2"),url(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff) format("woff"),url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2) format("woff2"),url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff) format("woff"),url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2) format("woff2"),url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff) format("woff"),url(/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf) format("truetype")}.katex{font: 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;position:relative;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.44"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .smash{display:inline;line-height:0}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex svg{fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}.markdown-renderer{font-size:14px;line-height:1.7;word-break:break-word;color:#1f2937}.markdown-renderer.dark{color:#fff}.markdown-renderer .md-p{margin:0 0 8px}.markdown-renderer .md-p:last-child{margin-bottom:0}.markdown-renderer .md-heading{font-weight:600;margin:12px 0 6px;line-height:1.4}.markdown-renderer .md-heading:first-child{margin-top:0}.markdown-renderer .md-h1{font-size:1.25em}.markdown-renderer .md-h2{font-size:1.1em}.markdown-renderer .md-h3{font-size:1em}.markdown-renderer .md-ul,.markdown-renderer .md-ol{margin:4px 0 8px;padding-left:20px}.markdown-renderer .md-ul li,.markdown-renderer .md-ol li{margin-bottom:2px}.markdown-renderer .inline-code{background:#00000012;border-radius:3px;padding:1px 5px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.88em;color:#c7254e}.markdown-renderer .inline-code.dark{background:#fff3;color:gold}.markdown-renderer .md-blockquote{margin:6px 0;padding:6px 12px;border-left:3px solid #d1d5db;color:#6b7280;font-style:italic;background:#00000008;border-radius:0 4px 4px 0}.markdown-renderer .md-blockquote.dark{border-left-color:#fff6;color:#ffffffbf;background:#ffffff1a}.markdown-renderer .md-blockquote p{margin-bottom:0}.markdown-renderer .md-hr{border:none;border-top:1px solid #e5e7eb;margin:10px 0}.markdown-renderer .md-table-wrapper{overflow-x:auto;margin:8px 0}.markdown-renderer .md-table{border-collapse:collapse;width:100%;font-size:13px}.markdown-renderer .md-table th,.markdown-renderer .md-table td{border:1px solid #e5e7eb;padding:6px 10px;text-align:left}.markdown-renderer .md-table th{background:#f9fafb;font-weight:600}.markdown-renderer .md-table tr:nth-child(2n) td{background:#f9fafb}.markdown-renderer .md-link{color:#1677ff;text-decoration:none}.markdown-renderer .md-link:hover{text-decoration:underline}.markdown-renderer .md-link.dark{color:#93c5fd}.markdown-renderer .md-image{max-width:100%;border-radius:6px;margin:4px 0}.markdown-renderer input[type=checkbox]{margin-right:4px;pointer-events:none}.code-block-wrapper{margin:6px 0;border-radius:6px;overflow:hidden;border:1px solid #2d3748}.code-block-header{display:flex;align-items:center;justify-content:space-between;padding:5px 12px;background:#1a202c;border-bottom:1px solid #2d3748}.code-block-header .code-language{font-size:11px;color:#a0aec0;font-family:SFMono-Regular,Consolas,monospace;text-transform:lowercase;letter-spacing:.5px}.copy-btn{opacity:.6;transition:opacity .2s,transform .15s}.copy-btn:hover,.copy-btn.copied{opacity:1}.copy-btn.copied :global(.anticon){animation:copy-pop .25s ease}.copy-btn.on-dark{color:#ffffffb3}.copy-btn.on-dark:hover{color:#fff}@keyframes copy-pop{0%{transform:scale(1)}50%{transform:scale(1.35)}to{transform:scale(1)}}.mermaid-chart{padding:12px;background:#fff;overflow-x:auto;text-align:center}.mermaid-chart svg{max-width:100%;height:auto}.mermaid-error{padding:10px 12px;background:#fff1f0;color:#ff4d4f;font-size:12px;border-top:1px solid #ffccc7}.api-docs-page{height:calc(100vh - 136px);min-height:0;display:flex;flex-direction:column;background:#fff;border-radius:8px;padding:20px 24px;box-shadow:0 1px 2px #00000008}.api-docs-page.api-docs-page--center{align-items:center;justify-content:center}.api-docs-page .api-docs-header{flex-shrink:0;display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.api-docs-page .api-docs-header h2{margin:0;font-size:18px;font-weight:600;color:#1f1f1f;line-height:1.35}.api-docs-page .api-docs-header .api-docs-subtitle{margin-top:4px;color:#888;font-size:13px}.api-docs-page .api-docs-slice-select{width:220px}.api-docs-page .api-docs-overview{flex-shrink:0;margin-top:16px}.api-docs-page .api-docs-overview .ant-card{border-radius:8px}.api-docs-page .api-docs-overview .ant-statistic-title{font-size:12px}.api-docs-page .api-docs-overview .ant-statistic-content{font-size:22px}.api-docs-page .api-docs-governance-alert{flex-shrink:0;margin-top:12px}.api-docs-page .api-docs-workbench{flex:1;min-height:0;display:flex;gap:16px;margin-top:16px}.api-docs-page .api-docs-groups{width:248px;flex-shrink:0;min-height:0;border:1px solid #f0f0f0;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;background:#fff}.api-docs-page .api-docs-groups .api-docs-panel-title{flex-shrink:0;padding:12px 14px;font-size:13px;font-weight:600;color:#555;border-bottom:1px solid #f0f0f0;background:#fafafa}.api-docs-page .api-docs-groups .ant-menu{flex:1;min-height:0;overflow:auto;border-inline-end:none!important;padding:6px}.api-docs-page .api-docs-groups .ant-menu-item{margin-inline:0;width:100%;border-radius:6px}.api-docs-page .api-docs-group-label{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%}.api-docs-page .api-docs-group-label .api-docs-group-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.api-docs-page .api-docs-group-label .api-docs-group-counts{display:inline-flex;align-items:center;gap:6px}.api-docs-page .api-docs-main{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column}.api-docs-page .api-docs-toolbar{flex-shrink:0;display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:12px}.api-docs-page .api-docs-toolbar .api-docs-toolbar-left,.api-docs-page .api-docs-toolbar .api-docs-toolbar-right{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.api-docs-page .api-docs-toolbar .api-docs-search{width:240px}.api-docs-page .api-docs-toolbar .api-docs-filter{width:132px}.api-docs-page .api-docs-table-area{flex:1;min-height:0;display:flex;flex-direction:column}.api-docs-page .api-docs-table-area .ant-spin-nested-loading,.api-docs-page .api-docs-table-area .ant-spin-nested-loading>.ant-spin-container,.api-docs-page .api-docs-table-area .ant-table-wrapper{flex:1;min-height:0;display:flex;flex-direction:column}.api-docs-page .api-docs-table-area .ant-table{flex:1;min-height:0;cursor:pointer;overflow:hidden}.api-docs-page .api-docs-table-area .ant-table-container{height:100%;overflow:auto}.api-docs-page .api-docs-table-area .ant-table-content{min-width:100%}.api-docs-page .api-docs-table-area .ant-pagination{flex-shrink:0;margin:8px 0 0!important;padding-top:12px;border-top:1px solid #f0f0f0;background:#fff}.api-docs-page .api-docs-method{min-width:56px;text-align:center;font-weight:600}.api-docs-page .api-docs-path{display:inline-block;width:100%;max-width:100%;white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-height:1.55;vertical-align:middle}.api-docs-page .api-docs-summary{display:flex;flex-direction:column;gap:6px;min-width:0}.api-docs-page .api-docs-summary.api-docs-summary--fixed{width:100%;max-width:488px;white-space:normal}.api-docs-page .api-docs-description-markdown{color:#6b7280;font-size:12px;line-height:1.55}.api-docs-page .api-docs-description-markdown .markdown-renderer{font-size:inherit;line-height:inherit}.api-docs-page .api-docs-description-markdown .md-p{margin:0}.api-docs-page .api-docs-description-markdown .md-p+.md-p,.api-docs-page .api-docs-description-markdown .md-ul,.api-docs-page .api-docs-description-markdown .md-ol,.api-docs-page .api-docs-description-markdown .md-blockquote{margin-top:4px;margin-bottom:0}.api-docs-page .api-docs-description-markdown .inline-code{font-size:11px}.api-docs-page .api-docs-clickable-tag{cursor:pointer}.api-docs-detail-drawer .ant-drawer-body{display:flex;flex-direction:column;min-height:0}.api-docs-detail-drawer .ant-tabs{flex:1;min-height:0;display:flex;flex-direction:column}.api-docs-detail-drawer .ant-tabs-content-holder{flex:1;min-height:0;overflow:auto}.api-docs-detail-drawer .api-docs-description{margin-bottom:0}.api-docs-detail-drawer .api-docs-description .markdown-renderer{font-size:13px;line-height:1.65}.api-docs-detail-drawer .api-docs-description .md-p:last-child{margin-bottom:0}.api-docs-detail-drawer .api-docs-tab-stack{width:100%}.api-docs-json{margin:0;padding:12px 14px;max-height:520px;overflow:auto;background:#f6f8fa;border:1px solid #eaecef;border-radius:6px;line-height:1.55}.api-docs-json code{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:12px;color:#24292f;white-space:pre}.api-docs-detail-loading{min-height:240px;display:flex;align-items:center;justify-content:center}.knowledgeBase .searchBar{display:flex;gap:16px;margin-bottom:16px;flex-wrap:wrap;align-items:flex-end}.knowledgeBase .searchBar .searchInput{width:280px}.knowledgeBase .searchBar .statusSelect{width:140px}.knowledgeBase .tableCard .cardTitle,.knowledgeBase .tableCard .iconCell{display:flex;align-items:center;gap:8px}.knowledgeBase .tableCard .kbIcon{font-size:20px}.knowledgeBase .tableCard .statusTag.draft{background:#f5f5f5;color:#8c8c8c}.knowledgeBase .tableCard .statusTag.active{background:#f6ffed;color:#52c41a}.knowledgeBase .tableCard .statusTag.archived{background:#fff7e6;color:#fa8c16}.knowledgeBase .tableCard .scopeTag.auto{background:#e6f4ff;color:#1677ff}.knowledgeBase .tableCard .scopeTag.manual{background:#fff0f6;color:#eb2f96}.knowledgeBase .tableCard .actionButtons{display:flex;gap:4px}.knowledgeBase .pagination{margin-top:16px;display:flex;justify-content:flex-end}.queryTestTab{display:flex;flex-direction:column;gap:16px}.queryTestTab .query-form-card .query-actions{display:flex;justify-content:flex-end;margin-top:12px;gap:8px}.queryTestTab .bottom-tabs-card .ant-card-body{padding:0 16px 16px}.queryTestTab .bottom-tabs-card .results-tab .results-summary{margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #f0f0f0}.queryTestTab .bottom-tabs-card .results-tab .chunk-card{margin-bottom:12px}.queryTestTab .bottom-tabs-card .results-tab .chunk-card .chunk-content{white-space:pre-wrap;word-break:break-word}.queryTestTab .bottom-tabs-card .results-tab .chunk-pagination{display:flex;justify-content:flex-end;margin-top:12px}.queryTestTab .bottom-tabs-card .question-cell{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.queryTestTab .funnel-chart{display:flex;flex-direction:column;gap:8px;padding:4px 0}.queryTestTab .funnel-chart .funnel-row{display:flex;align-items:center;gap:10px}.queryTestTab .funnel-chart .funnel-row .funnel-row-label{width:72px;flex-shrink:0;text-align:right;font-size:12px;color:#0000008c;line-height:1}.queryTestTab .funnel-chart .funnel-row .funnel-bar-track{flex:1;display:flex;align-items:center}.queryTestTab .funnel-chart .funnel-row .funnel-bar-track .funnel-bar{height:28px;border-radius:4px;display:flex;align-items:center;justify-content:flex-end;padding:0 10px;transition:width .4s cubic-bezier(.25,.8,.25,1);min-width:40px}.queryTestTab .funnel-chart .funnel-row .funnel-bar-track .funnel-bar .funnel-bar-value{font-size:13px;font-weight:600;color:#fff;white-space:nowrap}.queryTestTab .debug-panel .timing-section .timing-bar-row{display:flex;align-items:center;margin-bottom:8px;gap:8px}.queryTestTab .debug-panel .timing-section .timing-bar-row .timing-label{width:100px;text-align:right;font-size:12px;color:#000000a6;flex-shrink:0}.queryTestTab .debug-panel .timing-section .timing-bar-row .timing-bar-wrapper{flex:1;height:20px;background:#f5f5f5;border-radius:4px;overflow:hidden;position:relative}.queryTestTab .debug-panel .timing-section .timing-bar-row .timing-bar-wrapper .timing-bar{height:100%;border-radius:4px;transition:width .3s ease;min-width:2px}.queryTestTab .debug-panel .timing-section .timing-bar-row .timing-value{width:60px;text-align:right;font-size:12px;color:#000000a6;flex-shrink:0}.queryLogTab .toolbar{display:flex;justify-content:space-between;margin-bottom:16px;flex-wrap:wrap;gap:12px}.queryLogTab .toolbar .filters{display:flex;gap:8px;flex-wrap:wrap}.queryLogTab .toolbar .filterInput{width:220px}.queryLogTab .question-cell{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.queryLogTab .funnel-chart{display:flex;flex-direction:column;gap:8px;padding:4px 0}.queryLogTab .funnel-chart .funnel-row{display:flex;align-items:center;gap:10px}.queryLogTab .funnel-chart .funnel-row .funnel-row-label{width:72px;flex-shrink:0;text-align:right;font-size:12px;color:#0000008c;line-height:1}.queryLogTab .funnel-chart .funnel-row .funnel-bar-track{flex:1;display:flex;align-items:center}.queryLogTab .funnel-chart .funnel-row .funnel-bar-track .funnel-bar{height:28px;border-radius:4px;display:flex;align-items:center;justify-content:flex-end;padding:0 10px;transition:width .4s cubic-bezier(.25,.8,.25,1);min-width:40px}.queryLogTab .funnel-chart .funnel-row .funnel-bar-track .funnel-bar .funnel-bar-value{font-size:13px;font-weight:600;color:#fff;white-space:nowrap}.knowledgeBaseDetail{height:100%;overflow-y:auto}.knowledgeBaseDetail .pageHeader{background:#fff;padding:16px 24px;margin-bottom:16px;border-radius:8px;box-shadow:0 1px 2px #00000008}.knowledgeBaseDetail .pageHeader .headerContent{display:flex;align-items:center;gap:16px}.knowledgeBaseDetail .pageHeader .kbIcon{font-size:32px}.knowledgeBaseDetail .pageHeader .kbInfo{flex:1}.knowledgeBaseDetail .pageHeader .kbInfo .kbName{font-size:20px;font-weight:600;margin-bottom:4px}.knowledgeBaseDetail .pageHeader .kbInfo .kbDescription{color:#666;font-size:14px}.knowledgeBaseDetail .pageHeader .kbMeta{display:flex;gap:16px;align-items:center}.knowledgeBaseDetail .statsCards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:16px}@media(max-width:1200px){.knowledgeBaseDetail .statsCards{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.knowledgeBaseDetail .statsCards{grid-template-columns:1fr}}.knowledgeBaseDetail .statsCards .statCard .statValue{font-size:28px;font-weight:600;color:#1890ff}.knowledgeBaseDetail .statsCards .statCard .statLabel{color:#666;font-size:14px}.knowledgeBaseDetail .tabContent{background:#fff;padding:24px;border-radius:8px;min-height:400px}.knowledgeBaseDetail .overviewTab .infoSection{margin-bottom:24px}.knowledgeBaseDetail .resourcesTab .toolbar{display:flex;justify-content:space-between;margin-bottom:16px;flex-wrap:wrap;gap:12px}.knowledgeBaseDetail .resourcesTab .searchInput{width:280px}.knowledgeBaseDetail .pipelinesTab .pipelineCard{margin-bottom:16px}.knowledgeBaseDetail .pipelinesTab .pipelineCard .pipelineHeader{display:flex;align-items:center;gap:8px}.knowledgeBaseDetail .pipelinesTab .emptyPipelines{text-align:center;padding:40px}.knowledgeBaseDetail .settingsTab{max-width:800px}.knowledgeBaseDetail .settingsTab .settingSection{margin-bottom:32px}.knowledgeBaseDetail .settingsTab .settingSection .sectionTitle{font-size:16px;font-weight:600;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid #f0f0f0}.pipeline-overview{height:100%;overflow-y:auto;padding:16px}.pipeline-overview .overview-loading{display:flex;justify-content:center;align-items:center;height:200px}.pipeline-overview .info-card{height:100%}.pipeline-overview .info-card .ant-card-body{padding:20px}.pipeline-overview .ant-descriptions-item-label{font-weight:500;color:#595959}.pipeline-overview .ant-timeline{margin-top:16px}.react-flow{direction:ltr}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1;cursor:-webkit-grab;cursor:grab}.react-flow__pane.selection{cursor:pointer}.react-flow__pane.dragging{cursor:-webkit-grabbing;cursor:grabbing}.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 .react-flow__edges{pointer-events:none;overflow:visible}.react-flow__edge-path,.react-flow__connection-path{stroke:#b1b1b7;stroke-width:1;fill:none}.react-flow__edge{pointer-events:visibleStroke;cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;-webkit-animation: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:focus .react-flow__edge-path,.react-flow__edge:focus-visible .react-flow__edge-path{stroke:#555}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge-textbg{fill:#fff}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__connectionline{z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:-webkit-grab;cursor:grab}.react-flow__node.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:-webkit-grab;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background:#1a192b;border:1px solid white;border-radius:100%}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:-4px;transform:translate(-50%)}.react-flow__handle-top{left:50%;top:-4px;transform:translate(-50%)}.react-flow__handle-left{top:50%;left:-4px;transform:translateY(-50%)}.react-flow__handle-right{right:-4px;top:50%;transform:translateY(-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translate(-50%)}.react-flow__attribution{font-size:10px;background:#ffffff80;padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@-webkit-keyframes dashdraw{0%{stroke-dashoffset:10}}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.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-default,.react-flow__node-input,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:3px;width:150px;font-size:12px;color:#222;text-align:center;border-width:1px;border-style:solid;border-color:#1a192b;background-color:#fff}.react-flow__node-default.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:0 1px 4px 1px #00000014}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.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:0 0 0 .5px #1a192b}.react-flow__node-group{background-color:#f0f0f040}.react-flow__nodesselection-rect,.react-flow__selection{background:#0059dc14;border:1px dotted rgba(0,89,220,.8)}.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{box-shadow:0 0 2px 1px #00000014}.react-flow__controls-button{border:none;background:#fefefe;border-bottom:1px solid #eee;box-sizing:content-box;display:flex;justify-content:center;align-items:center;width:16px;height:16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:5px}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__minimap{background-color:#fff}.react-flow__minimap svg{display:block}.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{width:4px;height:4px;border:1px solid #fff;border-radius:1px;background-color:#3367d9;transform:translate(-50%,-50%)}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.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:#3367d9;border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.workflow-node{min-width:200px;max-width:280px;background:#fff;border:2px solid;border-radius:10px;box-shadow:0 2px 8px #00000014;transition:all .2s ease;overflow:hidden}.workflow-node:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-1px)}.workflow-node.selected{box-shadow:0 0 0 2px var(--node-color, #1890ff),0 4px 16px #00000026}.workflow-node-header{padding:10px 14px;color:#fff;display:flex;align-items:center;justify-content:space-between;border-radius:8px 8px 0 0}.workflow-node-header-left{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.workflow-node-icon{font-size:18px;flex-shrink:0}.workflow-node-type{font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:.3px}.workflow-node-content{padding:10px 14px;display:flex;flex-direction:column;gap:6px;min-height:24px}.workflow-node-name{font-size:13px;font-weight:500;color:#262626;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.workflow-node-name:before{content:"📌 ";font-size:11px}.workflow-node-description{font-size:12px;color:#666;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.workflow-node-config{font-size:11px;color:#8c8c8c;background:#f5f5f5;padding:4px 8px;border-radius:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:SF Mono,Monaco,Consolas,monospace}.workflow-node-handle{width:14px;height:14px;background:#fff;border:2px solid var(--node-color, #1890ff);box-shadow:0 2px 6px #00000026;transition:all .15s ease;cursor:crosshair}.workflow-node-handle:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px;border-radius:50%;background:transparent}.workflow-node-handle:hover{width:18px;height:18px;background:var(--node-color, #1890ff);border-color:#fff;box-shadow:0 0 0 4px color-mix(in srgb,var(--node-color, #1890ff) 30%,transparent),0 2px 8px #0003}.workflow-node:hover .workflow-node-handle{width:16px;height:16px;border-color:var(--node-color, #1890ff);box-shadow:0 0 0 3px color-mix(in srgb,var(--node-color, #1890ff) 20%,transparent),0 2px 6px #00000026}.workflow-node.selected .workflow-node-handle{width:16px;height:16px;border-width:3px;border-color:var(--node-color, #1890ff);box-shadow:0 0 0 3px color-mix(in srgb,var(--node-color, #1890ff) 25%,transparent),0 2px 8px #0003}.workflow-node-content:empty{display:none}.react-flow .react-flow__connection-line{stroke:#1890ff;stroke-width:2px;stroke-dasharray:5 5;animation:dash .5s linear infinite}.react-flow .react-flow__handle.connectingto,.react-flow .react-flow__handle.connectingfrom{background:#1890ff;width:18px;height:18px;box-shadow:0 0 0 4px #1890ff4d,0 0 12px #1890ff80}.react-flow .react-flow__handle.valid{background:#52c41a;border-color:#52c41a;box-shadow:0 0 0 4px #52c41a4d,0 0 12px #52c41a80}.react-flow .react-flow__edge-path{stroke:#b1b1b7;stroke-width:2px;transition:stroke .2s ease}.react-flow .react-flow__edge.selected .react-flow__edge-path{stroke:#1890ff;stroke-width:3px}.react-flow .react-flow__edge:hover .react-flow__edge-path{stroke:#1890ff;stroke-width:2.5px}@keyframes dash{to{stroke-dashoffset:-10}}.custom-function-node-header{position:relative}.custom-function-node-ctx-badge{font-size:13px;opacity:.85;margin-left:6px;flex-shrink:0}.custom-function-node-content{gap:8px!important}.custom-function-node-fn{background:linear-gradient(135deg,#e6fffb,#f0f5ff);border:1px solid #b5f5ec;border-radius:6px;padding:8px 10px;display:flex;flex-direction:column;gap:4px}.custom-function-node-fn-name{font-size:13px;font-weight:600;color:#006d75;font-family:SF Mono,Monaco,Consolas,monospace;display:flex;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-function-node-fn-module{font-size:11px;color:#8c8c8c;font-family:SF Mono,Monaco,Consolas,monospace;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:default}.custom-function-node-empty{font-size:12px;color:#bfbfbf;text-align:center;padding:6px 0;font-style:italic}.custom-function-node-tags{display:flex;gap:4px;flex-wrap:wrap}.custom-function-node-tags:empty{display:none}.custom-function-node-tag{font-size:11px!important;line-height:18px!important;padding:0 6px!important;margin:0!important;border-radius:4px!important}.custom-function-node.podcast-preset .custom-function-node-fn.podcast-fn{background:linear-gradient(135deg,#f6ffed,#e6f7ff);border-color:#b7eb8f}.custom-function-node.podcast-preset .custom-function-node-fn-name{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;font-size:12px}.workflow-canvas{position:relative;width:100%;height:100%;background:#fafafa}.workflow-canvas .react-flow{height:100%}.pe-container{position:relative;width:100%}.pe-editor{width:100%;padding:4px 11px;border:1px solid #d9d9d9;border-radius:6px;font-size:14px;line-height:1.5714;color:#000000e0;background:#fff;outline:none;word-break:break-word;white-space:pre-wrap;overflow-wrap:break-word;cursor:text;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.pe-editor:focus{border-color:#4096ff;box-shadow:0 0 0 2px #0591ff1a}.pe-editor:empty:before{content:attr(data-placeholder);color:#00000040;pointer-events:none}.pe-chip{display:inline-block;padding:0 7px;margin:0 2px;background:#f0f0ff;border:1px solid #b8b9f5;border-radius:4px;color:#4338ca;font-size:12px;line-height:20px;font-family:inherit;-webkit-user-select:all;user-select:all;cursor:default;white-space:nowrap;vertical-align:middle}.pe-chip:hover{background:#e8e8ff;border-color:#818cf8}.pe-picker{position:fixed;z-index:1050;width:260px;background:#fff;border:1px solid #e8e8e8;border-radius:8px;box-shadow:0 6px 20px #0000001f;overflow:hidden}.pe-picker .pe-picker-header{display:flex;align-items:center;gap:6px;padding:6px 8px;border-bottom:1px solid #f0f0f0;cursor:grab;-webkit-user-select:none;user-select:none;background:#fafafa}.pe-picker .pe-picker-header:active{cursor:grabbing}.pe-picker .pe-picker-header .pe-picker-drag-icon{color:#00000040;font-size:12px}.pe-picker .pe-picker-header .pe-picker-title{flex:1;font-size:12px;font-weight:500;color:#000000a6}.pe-picker .pe-picker-header .pe-picker-close{font-size:12px;color:#00000059;cursor:pointer;padding:2px;border-radius:4px;transition:all .15s}.pe-picker .pe-picker-header .pe-picker-close:hover{color:#000000e0;background:#0000000f}.pe-picker .pe-picker-search{padding:8px 8px 6px;border-bottom:1px solid #f0f0f0}.pe-picker .pe-picker-list{max-height:240px;overflow-y:auto;padding:4px 0}.pe-picker .pe-picker-list::-webkit-scrollbar{width:4px}.pe-picker .pe-picker-list::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:2px}.pe-picker .pe-picker-group .pe-picker-group-title{padding:6px 12px 3px;font-size:11px;font-weight:600;color:#0006;letter-spacing:.4px;text-transform:uppercase}.pe-picker .pe-picker-item{display:flex;align-items:center;gap:6px;padding:6px 12px;cursor:pointer;transition:background .12s}.pe-picker .pe-picker-item:hover{background:#f5f5ff}.pe-picker .pe-picker-item .pe-picker-item-label{flex:1;font-size:13px;color:#000000e0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pe-picker .pe-picker-item .pe-picker-item-type{flex-shrink:0;font-size:11px;color:#0006;background:#f5f5f5;border-radius:3px;padding:0 4px;font-family:monospace}.pe-picker .pe-picker-item .pe-picker-item-desc{font-size:11px;color:#00000059;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:72px;flex-shrink:0}.pe-picker .pe-picker-empty{padding:12px 8px 8px;text-align:center}.pe-picker .pe-picker-hint{margin:0;padding:0 12px 8px;font-size:11px;color:#00000059;text-align:center;line-height:1.5}.property-panel{display:flex;flex-direction:column;height:100%;background:#fff}.property-panel-empty{display:flex;align-items:center;justify-content:center;height:100%;padding:24px}.property-panel-header{display:flex;justify-content:space-between;align-items:flex-start;padding:16px 20px;border-bottom:1px solid #f0f0f0;flex-shrink:0}.property-panel-header-info{flex:1;min-width:0}.property-panel-header-title{display:flex;align-items:center}.property-panel-tabs{flex:1;display:flex;flex-direction:column;overflow:hidden}.property-panel-tabs .ant-tabs-nav{margin:0;padding:0 12px;background:#fafafa}.property-panel-tabs .ant-tabs-nav .ant-tabs-tab{padding:8px 12px;font-size:13px}.property-panel-tabs .ant-tabs-nav .ant-tabs-tab .anticon{margin-right:6px}.property-panel-tabs .ant-tabs-content-holder{flex:1;overflow:hidden}.property-panel-tabs .ant-tabs-content{height:100%}.property-panel-tabs .ant-tabs-tabpane{height:100%;overflow:hidden}.property-panel-tab-content{height:100%;overflow-y:auto;padding:16px}.property-panel-tab-content::-webkit-scrollbar{width:6px}.property-panel-tab-content::-webkit-scrollbar-track{background:transparent}.property-panel-tab-content::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:3px}.property-panel-tab-content::-webkit-scrollbar-thumb:hover{background:#bfbfbf}.property-panel-tab-content .ant-collapse{background:transparent;border:none}.property-panel-tab-content .ant-collapse>.ant-collapse-item{border:1px solid #f0f0f0;border-radius:8px!important;margin-bottom:12px;overflow:hidden}.property-panel-tab-content .ant-collapse>.ant-collapse-item:last-child{margin-bottom:0}.property-panel-tab-content .ant-collapse>.ant-collapse-item>.ant-collapse-header{background:#fafafa;padding:10px 16px;font-weight:500}.property-panel-tab-content .ant-collapse>.ant-collapse-item>.ant-collapse-content{border-top:1px solid #f0f0f0}.property-panel-tab-content .ant-collapse>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box{padding:16px}.property-panel-tab-content .ant-form-item{margin-bottom:12px}.property-panel-tab-content .ant-form-item:last-child{margin-bottom:0}.property-panel-tab-content .ant-form-item-label{padding-bottom:4px}.property-panel-tab-content .ant-form-item-label>label{font-size:13px;color:#595959}.property-panel-placeholder{padding:24px;text-align:center}.schema-editor .ant-collapse{margin-bottom:8px}.schema-editor .ant-collapse>.ant-collapse-item{border:1px solid #f0f0f0;border-radius:6px!important;margin-bottom:8px}.schema-editor .ant-collapse>.ant-collapse-item>.ant-collapse-header{padding:8px 12px;background:#fafafa}.schema-editor .ant-collapse>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box{padding:12px}.schema-editor .ant-input-group-addon{min-width:42px;max-width:56px;font-size:12px;color:#8c8c8c;padding:0 8px}.schema-editor .schema-field-reference{padding:8px 12px;background:#f0f5ff;border-radius:4px;border:1px solid #adc6ff;margin-top:8px}.schema-editor .schema-field-reference .anticon{color:#1890ff}.ant-dropdown .ant-dropdown-menu-submenu-title .ant-tag{margin-left:8px}.resizable-drawer .ant-drawer-content-wrapper,.resizable-drawer.resizing .ant-drawer-content-wrapper{transition:none!important}.resizable-drawer .ant-drawer-body{position:relative;padding:0;overflow:hidden;display:flex}.resizable-drawer-content{flex:1;min-width:0;overflow:hidden;display:flex;flex-direction:column}.resizable-drawer-handle{position:absolute;left:0;top:0;bottom:0;width:6px;cursor:ew-resize;background:transparent;z-index:10;transition:background .2s ease}.resizable-drawer-handle:before{content:"";position:absolute;left:2px;top:50%;transform:translateY(-50%);width:2px;height:40px;background:#d9d9d9;border-radius:1px;opacity:0;transition:opacity .2s ease}.resizable-drawer-handle:hover{background:#1890ff1a}.resizable-drawer-handle:hover:before{opacity:1;background:#1890ff}.resizable-drawer-handle:active{background:#1890ff33}.resizable-drawer-handle:active:before{opacity:1;background:#1890ff}.workflow-toolbar{padding:8px 16px;background:#fff;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;justify-content:space-between;height:56px;min-height:56px;flex-shrink:0}.workflow-toolbar .toolbar-left{flex:1;min-width:0}.workflow-toolbar .toolbar-left .workflow-name-wrapper{display:inline-flex;align-items:center;gap:10px;padding:6px 14px;background:linear-gradient(135deg,#f0f5ff,#e6f4ff);border:1px solid #adc6ff;border-radius:6px;transition:all .2s}.workflow-toolbar .toolbar-left .workflow-name-wrapper.clickable{cursor:pointer}.workflow-toolbar .toolbar-left .workflow-name-wrapper.clickable:hover{background:linear-gradient(135deg,#e6f4ff,#d6e4ff);border-color:#85a5ff;box-shadow:0 2px 8px #1890ff26}.workflow-toolbar .toolbar-left .workflow-name-wrapper.clickable:active{transform:scale(.98)}.workflow-toolbar .toolbar-left .workflow-name-wrapper .sidebar-toggle-icon{display:flex;align-items:center;justify-content:center;font-size:14px;color:#1890ff;flex-shrink:0}.workflow-toolbar .toolbar-left .workflow-name-wrapper .workflow-name-icon{font-size:18px;color:#1890ff;flex-shrink:0}.workflow-toolbar .toolbar-left .workflow-name-wrapper .workflow-name-emoji{font-size:20px;line-height:1;flex-shrink:0}.workflow-toolbar .toolbar-left .workflow-name-wrapper .workflow-name-text{font-size:15px;font-weight:600;color:#1d39c4;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workflow-toolbar .toolbar-left .workflow-name-wrapper .workflow-dirty-tag{margin-left:2px}.workflow-toolbar .toolbar-right{flex-shrink:0}.execution-list-item{padding:8px 10px;border-radius:6px;cursor:pointer;transition:all .2s}.execution-list-item:hover{background:#f5f5f5}.execution-list-item.selected{background:#e6f7ff;border-left:2px solid #1890ff;padding-left:8px}.execution-list-item .execution-item-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.execution-list-item .execution-item-header .status-tag{font-size:11px;padding:0 6px;line-height:18px;height:18px;margin:0}.execution-list-item .execution-item-header .trigger-type{color:#8c8c8c;font-size:12px}.execution-list-item .execution-item-content{display:flex;align-items:center;justify-content:space-between;gap:8px}.execution-list-item .execution-item-content .execution-id{font-size:12px;font-family:monospace;color:#595959}.execution-list-item .execution-item-content .execution-meta{flex-shrink:0}.execution-list-item .execution-item-content .execution-meta .execution-time,.execution-list-item .execution-item-content .execution-meta .execution-duration{font-size:11px}.execution-list-item .error-message{display:block;font-size:11px;margin-top:4px;max-width:100%}.workflow-sidebar{width:200px;height:100%;background:#fff;border-right:1px solid #f0f0f0;display:flex;flex-direction:column;transition:width .3s ease;overflow:hidden;flex-shrink:0}.workflow-sidebar.collapsed{width:48px}.workflow-sidebar.collapsed .workflow-sidebar-header{justify-content:center;flex-direction:column;padding:8px}.workflow-sidebar.collapsed .collapsed-icons{display:flex;flex-direction:column;align-items:center;gap:8px}.workflow-sidebar.collapsed .collapsed-icons .sidebar-icon{font-size:18px;color:#666}.workflow-sidebar .workflow-sidebar-header{padding:12px;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;gap:8px;height:56px;min-height:56px;flex-shrink:0}.workflow-sidebar .workflow-sidebar-header .workflow-sidebar-title{flex:1;font-weight:500;font-size:14px;white-space:nowrap}.workflow-sidebar .workflow-sidebar-header .collapse-button{flex-shrink:0}.workflow-sidebar .workflow-sidebar-content{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.workflow-sidebar .workflow-sidebar-loading{display:flex;align-items:center;justify-content:center;padding:40px 20px}.workflow-sidebar .workflow-list{flex:1;padding:8px;overflow-y:auto;overflow-x:hidden;min-height:0}.workflow-sidebar .workflow-list::-webkit-scrollbar{width:6px}.workflow-sidebar .workflow-list::-webkit-scrollbar-track{background:transparent}.workflow-sidebar .workflow-list::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:3px}.workflow-sidebar .workflow-list::-webkit-scrollbar-thumb:hover{background:#bfbfbf}.workflow-sidebar .workflow-sidebar-pagination{padding:8px 12px;border-top:1px solid #f0f0f0;display:flex;justify-content:center;flex-shrink:0;background:#fff}.workflow-list-item{display:flex;align-items:center;gap:8px;padding:10px 8px;border-radius:4px;cursor:pointer;transition:all .2s;margin-bottom:4px}.workflow-list-item:hover{background:#f5f5f5}.workflow-list-item.selected{background:#e6f4ff;border:1px solid #91caff}.workflow-list-item .workflow-list-item-icon{flex-shrink:0}.workflow-list-item .workflow-list-item-content{flex:1;min-width:0}.workflow-list-item .workflow-list-item-name{margin-bottom:4px}.workflow-list-item .workflow-list-item-meta{display:flex;align-items:center;gap:8px}.workflow-list-item .workflow-list-item-actions{flex-shrink:0}@media(max-width:1280px){.workflow-sidebar{width:180px}.workflow-sidebar.collapsed{width:48px}}.left-sidebar{width:260px;min-width:260px;height:100%;display:flex;flex-direction:column;background:#fff;border-right:1px solid #f0f0f0;transition:width .2s,min-width .2s}.left-sidebar.collapsed{width:48px;min-width:48px}.left-sidebar.collapsed .collapsed-content{display:flex;flex-direction:column;align-items:center;padding:8px 0;height:100%}.left-sidebar.collapsed .collapsed-content .expand-button{width:36px;height:36px;display:flex;align-items:center;justify-content:center;margin-bottom:8px;color:#595959}.left-sidebar.collapsed .collapsed-content .expand-button:hover{color:#1890ff;background:#e6f7ff}.left-sidebar.collapsed .collapsed-content .collapsed-icons{display:flex;flex-direction:column;align-items:center;gap:4px;flex:1}.left-sidebar.collapsed .collapsed-content .collapsed-icons .collapsed-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;color:#595959;font-size:18px;position:relative}.left-sidebar.collapsed .collapsed-content .collapsed-icons .collapsed-icon .icon-badge{position:absolute;top:2px;right:2px;min-width:16px;height:16px;padding:0 4px;font-size:10px;line-height:16px;text-align:center;background:#f0f0f0;color:#8c8c8c;border-radius:8px}.left-sidebar .left-sidebar-content{flex:1;overflow-y:auto;overflow-x:hidden;min-height:0}.left-sidebar .left-sidebar-content .ant-collapse{border:none;background:transparent}.left-sidebar .left-sidebar-content .ant-collapse .ant-collapse-item{border-bottom:1px solid #f5f5f5}.left-sidebar .left-sidebar-content .ant-collapse .ant-collapse-item .ant-collapse-header{padding:10px 12px 10px 8px;font-size:13px;font-weight:500;color:#595959}.left-sidebar .left-sidebar-content .ant-collapse .ant-collapse-item .ant-collapse-header .collapse-header{display:flex;align-items:center;gap:8px;flex:1}.left-sidebar .left-sidebar-content .ant-collapse .ant-collapse-item .ant-collapse-header .collapse-header .anticon{font-size:14px}.left-sidebar .left-sidebar-content .ant-collapse .ant-collapse-item .ant-collapse-header .collapse-header .ant-badge .ant-badge-count{background:#f0f0f0;color:#8c8c8c;font-size:11px;height:18px;min-width:18px;line-height:18px}.left-sidebar .left-sidebar-content .ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box{padding:0}.left-sidebar .left-sidebar-content .ant-collapse .ant-collapse-item .ant-collapse-extra .ant-btn{color:#8c8c8c}.left-sidebar .left-sidebar-content .ant-collapse .ant-collapse-item .ant-collapse-extra .ant-btn:hover{color:#1890ff;background:#e6f7ff}.left-sidebar .left-sidebar-content .section-content{padding:0 8px 8px}.left-sidebar .left-sidebar-content .section-content .section-loading{display:flex;justify-content:center;padding:20px 0}.left-sidebar .left-sidebar-content .section-content .list-container{display:flex;flex-direction:column;gap:4px}.left-sidebar .left-sidebar-content .section-content .pagination-container{display:flex;justify-content:center;padding:8px 0;border-top:1px dashed #f0f0f0;margin-top:8px}.left-sidebar .left-sidebar-footer{flex-shrink:0;padding:12px;border-top:1px solid #f0f0f0;background:#fafafa}.left-sidebar .workflow-list-item{padding:8px 10px;border-radius:6px;margin:0}.left-sidebar .workflow-list-item:hover{background:#f5f5f5}.left-sidebar .workflow-list-item.selected{background:#e6f7ff}.node-palette{height:100%}.node-palette-collapse .ant-collapse-item{border:none}.node-palette-collapse .ant-collapse-header{padding:8px 12px!important}.node-palette-collapse .ant-collapse-content-box{padding:8px!important}.node-palette-category{display:flex;flex-direction:column;gap:6px}.node-palette-item{display:flex;align-items:flex-start;gap:6px;padding:6px 8px;border:1px solid #d9d9d9;border-radius:4px;background:#fff;cursor:grab;transition:all .3s}.node-palette-item:hover:not(.disabled){border-color:#1890ff;box-shadow:0 2px 8px #1890ff33}.node-palette-item:active:not(.disabled){cursor:grabbing}.node-palette-item.disabled{cursor:not-allowed;opacity:.5;background:#f5f5f5;border-color:#d9d9d9}.node-palette-item.disabled .node-palette-item-label{color:#bfbfbf}.node-palette-item-icon{font-size:16px;margin-top:1px;flex-shrink:0}.node-palette-item-content{flex:1;min-width:0}.node-palette-item-label{font-weight:500;font-size:13px;margin-bottom:2px}.node-palette-item-description{font-size:11px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.node-palette-item.compact{align-items:center;padding:6px 8px;gap:8px}.node-palette-item.compact .node-palette-item-icon{font-size:14px;margin-top:0}.node-palette-item.compact .node-palette-item-label{font-size:12px;font-weight:500;margin-bottom:0}.node-palette.compact .node-palette-collapse .ant-collapse-header{padding:6px 8px!important;font-size:12px}.node-palette.compact .node-palette-collapse .ant-collapse-content-box{padding:6px!important}.node-palette.compact .node-palette-category{gap:4px}.node-palette-panel{position:absolute;top:16px;left:16px;z-index:10;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;overflow:hidden;transition:all .2s}.node-palette-panel.expanded{width:220px;max-height:calc(100% - 32px)}.node-palette-panel.collapsed{width:auto}.node-palette-panel .panel-header{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .2s}.node-palette-panel .panel-header:hover{background:linear-gradient(135deg,#5a6fd6,#6a4190)}.node-palette-panel .panel-header .panel-title{display:flex;align-items:center;gap:8px;font-weight:500;font-size:13px}.node-palette-panel .panel-header .panel-title .anticon{font-size:16px}.node-palette-panel .panel-header .panel-toggle{display:flex;align-items:center;font-size:12px;opacity:.85}.node-palette-panel .panel-content{max-height:400px;overflow-y:auto;padding:8px}.node-palette-panel .panel-content::-webkit-scrollbar{width:4px}.node-palette-panel .panel-content::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:2px}.node-palette-panel .panel-content::-webkit-scrollbar-track{background:transparent}.execution-overview-card.compact{padding:10px 16px;border-bottom:1px solid #f5f5f5}.execution-overview-card.compact .compact-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.execution-overview-card.compact .compact-row .status-tag{font-size:13px}.execution-overview-card.compact .compact-row .duration-text{font-size:12px}.execution-overview-card.compact .compact-row .compact-stats{display:inline-flex;gap:8px;font-size:12px}.execution-overview-card.compact .compact-row .compact-stats .stat-mini.success{color:#3f8600}.execution-overview-card.compact .compact-row .compact-stats .stat-mini.error{color:#cf1322}.execution-overview-card.compact .compact-row .progress-text{font-size:12px;margin-left:auto}.execution-overview-card.compact .compact-tokens{margin-top:4px}.execution-overview-card.full{padding:16px;border-left:4px solid #d9d9d9;background:#fafafa;border-radius:0 6px 6px 0;margin-bottom:16px}.execution-overview-card.full .card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.execution-overview-card.full .card-header .status-section{display:flex;align-items:center;gap:12px}.execution-overview-card.full .card-header .status-section .duration-label{color:#8c8c8c;font-size:13px}.execution-overview-card.full .card-header .meta-section{display:flex;gap:4px}.execution-overview-card.full .card-time{margin-bottom:12px}.execution-overview-card.full .stats-grid .ant-statistic{text-align:center}.execution-overview-card.full .stats-grid .ant-statistic .ant-statistic-title{font-size:11px}.execution-overview-card.full .stats-grid .ant-statistic .ant-statistic-content{font-size:18px}.execution-dag-node{border:2px solid #d9d9d9;border-radius:8px;background:#fff;padding:8px 12px;min-width:120px;cursor:pointer;transition:all .2s}.execution-dag-node:hover{box-shadow:0 2px 8px #0000001a}.execution-dag-node.selected{box-shadow:0 0 0 2px #1890ff4d}.execution-dag-node.running{animation:dagPulse 2s infinite}.execution-dag-node .dag-handle{width:6px;height:6px;background:#d9d9d9;border:none}.execution-dag-node .dag-node-content{display:flex;flex-direction:column;gap:4px}.execution-dag-node .dag-node-header{display:flex;align-items:center;gap:4px}.execution-dag-node .dag-node-header .dag-node-icon{font-size:12px;color:#8c8c8c;flex-shrink:0}.execution-dag-node .dag-node-header .dag-node-name{font-size:12px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}.execution-dag-node .dag-node-footer{display:flex;align-items:center;justify-content:space-between;gap:8px}.execution-dag-node .dag-node-footer .dag-node-type,.execution-dag-node .dag-node-footer .dag-node-duration{font-size:10px;color:#8c8c8c}@keyframes dagPulse{0%,to{opacity:1}50%{opacity:.6}}.execution-dag{border:1px solid #f0f0f0;border-radius:6px;overflow:hidden;background:#fafafa}.execution-dag.mini .react-flow__controls{display:none}.json-viewer-container{background:#f6f8fa;border:1px solid #e8e8e8;border-radius:4px;padding:8px 12px;font-size:12px;font-family:SF Mono,Monaco,Menlo,Consolas,monospace;overflow-y:auto;line-height:1.6;white-space:pre-wrap;word-break:break-all}.json-viewer-container .json-node,.json-viewer-container .json-line{display:inline}.json-viewer-container .json-entry{display:block}.json-viewer-container .json-key{color:#881391}.json-viewer-container .json-colon{color:#333}.json-viewer-container .json-string{color:#0b7500;word-break:break-all}.json-viewer-container .json-number{color:#1c00cf}.json-viewer-container .json-boolean{color:#0d22aa}.json-viewer-container .json-null{color:gray}.json-viewer-container .json-bracket,.json-viewer-container .json-comma{color:#333}.json-viewer-container .json-toggle{cursor:pointer;-webkit-user-select:none;user-select:none;color:#8c8c8c;margin-right:2px}.json-viewer-container .json-toggle:hover{color:#1890ff}.json-viewer-container .json-toggle-inline{cursor:pointer;color:#1890ff;font-size:11px;margin-left:4px}.json-viewer-container .json-toggle-inline:hover{text-decoration:underline}.json-viewer-container .json-summary{color:#8c8c8c;font-style:italic;cursor:pointer;margin:0 4px}.json-viewer-container .json-summary:hover{color:#1890ff}.json-viewer-container .json-children{border-left:1px solid #e8e8e8}.prompt-tab{display:flex;flex-direction:column;gap:12px;padding:4px 0;max-height:calc(100vh - 500px);min-height:120px;overflow-y:auto}.prompt-tab .prompt-bubble{max-width:90%;border-radius:12px;padding:10px 14px;font-size:13px;line-height:1.6}.prompt-tab .prompt-bubble .bubble-label{font-size:11px;font-weight:500;margin-bottom:4px;opacity:.7}.prompt-tab .prompt-bubble .bubble-content{white-space:pre-wrap;word-break:break-word;max-height:200px;overflow-y:auto}.prompt-tab .prompt-bubble .bubble-content::-webkit-scrollbar{width:4px}.prompt-tab .prompt-bubble .bubble-content::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:2px}.prompt-tab .prompt-bubble.system{background:#f5f5f5;border:1px solid #e8e8e8;border-left:3px solid #8c8c8c;align-self:stretch;max-width:100%}.prompt-tab .prompt-bubble.system .bubble-label{color:#8c8c8c}.prompt-tab .prompt-bubble.user{background:#e6f7ff;border:1px solid #91d5ff;align-self:flex-end}.prompt-tab .prompt-bubble.user .bubble-label{color:#1890ff;text-align:right}.prompt-tab .prompt-bubble.assistant{background:#f6ffed;border:1px solid #b7eb8f;align-self:flex-start}.prompt-tab .prompt-bubble.assistant .bubble-label{color:#52c41a}.node-detail-panel.compact .token-row{display:flex;flex-wrap:wrap;gap:8px;padding:6px 0;font-size:12px;border-bottom:1px solid #f5f5f5;margin-bottom:4px}.node-detail-panel.compact .token-row .token-item{display:inline-flex;align-items:center;gap:3px}.node-detail-panel.compact .retry-badge{margin:4px 0}.node-detail-panel.compact .data-section{margin-top:4px}.node-detail-panel.compact .data-section .section-header{cursor:pointer;padding:4px 0;-webkit-user-select:none;user-select:none}.node-detail-panel.compact .data-section .section-header:hover .section-label{color:#1890ff}.node-detail-panel.compact .data-section .section-header .section-label{font-size:12px;transition:color .2s}.node-detail-panel.compact .data-section>.prompt-tab,.node-detail-panel.compact .data-section>:not(.section-header){max-height:400px;overflow-y:auto}.node-detail-panel.compact .node-error{margin-top:6px;font-size:12px}.node-detail-panel.full .node-detail-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.node-detail-panel.full .node-detail-header .header-left{display:flex;align-items:center;gap:8px}.node-detail-panel.full .node-detail-header .header-left .node-name{font-weight:500;font-size:14px}.node-detail-panel.full .node-detail-header .node-duration{color:#8c8c8c;font-size:13px}.execution-result-panel{position:relative;height:100%;display:flex;flex-direction:column;background:#fff;border-left:1px solid #f0f0f0}.execution-result-panel .resize-handle{position:absolute;left:-3px;top:0;width:6px;height:100%;cursor:ew-resize;z-index:10;transition:background .2s}.execution-result-panel .resize-handle:hover,.execution-result-panel .resize-handle:active{background:#1890ff4d}.execution-result-panel.collapsed{width:48px;min-width:48px}.execution-result-panel.collapsed .collapsed-content{display:flex;flex-direction:column;align-items:center;padding:8px 0;height:100%}.execution-result-panel.collapsed .collapsed-content .expand-button{width:36px;height:36px;display:flex;align-items:center;justify-content:center;margin-bottom:12px;color:#595959}.execution-result-panel.collapsed .collapsed-content .expand-button:hover{color:#1890ff;background:#e6f7ff}.execution-result-panel.collapsed .collapsed-content .collapsed-label{writing-mode:vertical-rl;text-orientation:mixed;display:flex;align-items:center;gap:8px;color:#595959;font-size:13px}.execution-result-panel.collapsed .collapsed-content .collapsed-label .anticon{transform:rotate(90deg)}.execution-result-panel .panel-header{display:flex;align-items:center;padding:12px;border-bottom:1px solid #f0f0f0;flex-shrink:0}.execution-result-panel .panel-header .panel-title{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#262626;margin-left:8px;flex:1}.execution-result-panel .panel-header .panel-title .anticon{color:#1890ff}.execution-result-panel .panel-header .stop-button,.execution-result-panel .panel-header .delete-button{flex-shrink:0}.execution-result-panel .panel-content{flex:1;overflow-y:auto;overflow-x:hidden}.execution-result-panel .panel-content .loading-container{display:flex;align-items:center;justify-content:center;min-height:200px}.execution-result-panel .panel-content .result-container{padding:0}.execution-result-panel .status-bar{display:flex;align-items:center;gap:8px;padding:10px 16px;border-bottom:1px solid #f5f5f5}.execution-result-panel .status-bar .status-tag{font-size:13px}.execution-result-panel .status-bar .duration-label{font-size:12px}.execution-result-panel .status-bar .progress-label{font-size:12px;margin-left:auto}.execution-result-panel .stats-bar{display:flex;align-items:center;gap:12px;padding:8px 16px;background:#fafafa;border-bottom:1px solid #f5f5f5;font-size:12px;flex-wrap:wrap}.execution-result-panel .stats-bar .stat-item{display:inline-flex;align-items:center;gap:4px}.execution-result-panel .stats-bar .stat-item.success{color:#3f8600}.execution-result-panel .stats-bar .stat-item.error{color:#cf1322}.execution-result-panel .execution-error{margin:8px 12px;font-size:12px}.execution-result-panel .section-title{padding:8px 16px 4px;font-size:12px}.execution-result-panel .section-title.clickable{cursor:pointer;-webkit-user-select:none;user-select:none}.execution-result-panel .section-title.clickable:hover{color:#1890ff}.execution-result-panel .dag-section{border-bottom:1px solid #f5f5f5;padding-bottom:8px}.execution-result-panel .node-list .node-collapse{border:none;background:transparent}.execution-result-panel .node-list .node-collapse .ant-collapse-item{border-bottom:1px solid #f5f5f5;border-radius:0!important}.execution-result-panel .node-list .node-collapse .ant-collapse-item .ant-collapse-header{padding:8px 16px!important;align-items:center}.execution-result-panel .node-list .node-collapse .ant-collapse-item .ant-collapse-content-box{padding:0 16px 8px!important}.execution-result-panel .node-header{display:flex;align-items:center;justify-content:space-between;width:100%;font-size:13px}.execution-result-panel .node-header .node-header-left{display:flex;align-items:center;gap:6px;min-width:0;flex:1}.execution-result-panel .node-header .node-status-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.execution-result-panel .node-header .node-status-dot[data-status=success]{background:#52c41a}.execution-result-panel .node-header .node-status-dot[data-status=failed]{background:#ff4d4f}.execution-result-panel .node-header .node-status-dot[data-status=running]{background:#1890ff;animation:pulse 1.5s infinite}.execution-result-panel .node-header .node-status-dot[data-status=pending]{background:#d9d9d9}.execution-result-panel .node-header .node-status-dot[data-status=skipped],.execution-result-panel .node-header .node-status-dot[data-status=cancelled]{background:#bfbfbf}.execution-result-panel .node-header .node-status-dot[data-status=timeout]{background:#fa8c16}.execution-result-panel .node-header .node-name{font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.execution-result-panel .node-header .node-type-tag{font-size:10px;line-height:16px;padding:0 4px;flex-shrink:0}.execution-result-panel .node-header .node-duration{color:#8c8c8c;font-size:11px;flex-shrink:0;margin-left:8px}.execution-result-panel .node-detail .token-row{display:flex;flex-wrap:wrap;gap:8px;padding:6px 0;font-size:12px;border-bottom:1px solid #f5f5f5;margin-bottom:4px}.execution-result-panel .node-detail .token-row .token-item{display:inline-flex;align-items:center;gap:3px}.execution-result-panel .node-detail .data-section{margin-top:4px}.execution-result-panel .node-detail .data-section .section-header{cursor:pointer;padding:4px 0;-webkit-user-select:none;user-select:none}.execution-result-panel .node-detail .data-section .section-header:hover .section-label{color:#1890ff}.execution-result-panel .node-detail .data-section .section-header .section-label{font-size:12px;transition:color .2s}.execution-result-panel .node-detail .node-error{margin-top:6px;font-size:12px}.execution-result-panel .json-block{background:#f6f8fa;border:1px solid #e8e8e8;border-radius:4px;padding:8px;font-size:11px;font-family:SF Mono,Monaco,Menlo,Consolas,monospace;white-space:pre-wrap;word-break:break-all;overflow-y:auto;margin:0;line-height:1.5}.execution-result-panel .empty-hint{font-size:12px;font-style:italic}.execution-result-panel .output-section{padding:0 16px 16px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.json-schema-editor{display:flex;flex-direction:column;border:1px solid #f0f0f0;border-radius:8px;background:#fff;overflow:hidden}.json-schema-editor .editor-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #f0f0f0;background:#fafafa}.json-schema-editor .editor-header .editor-title{display:flex;align-items:center}.json-schema-editor .editor-header .editor-tabs,.json-schema-editor .editor-header .editor-tabs .ant-tabs-nav{margin-bottom:0}.json-schema-editor .editor-header .editor-tabs .ant-tabs-nav:before{display:none}.json-schema-editor .editor-content{flex:1;overflow-y:auto;padding:16px;min-height:200px}.json-schema-editor .editor-content .form-mode .fields-list{display:flex;flex-direction:column;gap:12px}.json-schema-editor .editor-content .json-mode{height:100%;display:flex;flex-direction:column}.json-schema-editor .editor-content .json-mode textarea{flex:1;resize:none}.json-schema-editor .editor-preview{border-top:1px solid #f0f0f0}.json-schema-editor .editor-preview .preview-json{margin:0;padding:12px;background:#f5f5f5;border-radius:4px;font-family:Monaco,Menlo,Consolas,monospace;font-size:12px;line-height:1.5;overflow-x:auto;white-space:pre-wrap;word-break:break-all}.schema-field-editor{border:1px solid #e8e8e8;border-radius:6px;background:#fff;transition:all .2s}.schema-field-editor:hover{border-color:#d9d9d9;box-shadow:0 2px 8px #0000000f}.schema-field-editor.depth-0{background:#fff}.schema-field-editor.depth-1{background:#fafafa;border-color:#f0f0f0}.schema-field-editor.depth-2{background:#f5f5f5;border-color:#e8e8e8}.schema-field-editor .field-header{padding:12px}.schema-field-editor .field-header .field-main-row{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap}.schema-field-editor .field-header .field-main-row .field-item{margin-bottom:0}.schema-field-editor .field-header .field-main-row .field-item .ant-form-item-label{padding-bottom:2px}.schema-field-editor .field-header .field-main-row .field-item .ant-form-item-label>label{font-size:12px;color:#8c8c8c;height:auto}.schema-field-editor .field-header .field-main-row .field-item.field-name{flex-shrink:0}.schema-field-editor .field-header .field-main-row .field-actions{display:flex;align-items:center;gap:4px;margin-left:auto}.schema-field-editor .field-header .field-main-row .field-actions .ant-btn.active{color:#1890ff;background:#e6f7ff}.schema-field-editor .field-header .field-desc-row{margin-top:8px}.schema-field-editor .field-header .field-desc-row .field-item{margin-bottom:0}.schema-field-editor .field-header .field-desc-row .field-item.field-item-full{width:100%}.schema-field-editor .field-header .field-desc-row .field-item .ant-form-item-label{padding-bottom:2px}.schema-field-editor .field-header .field-desc-row .field-item .ant-form-item-label>label{font-size:12px;color:#8c8c8c;height:auto}.schema-field-editor .field-advanced{padding:12px;border-top:1px dashed #f0f0f0;margin-top:8px}.schema-field-editor .field-advanced .field-item{margin-bottom:8px}.schema-field-editor .field-advanced .field-item .ant-form-item-label{padding-bottom:2px}.schema-field-editor .field-advanced .field-item .ant-form-item-label>label{font-size:12px;color:#8c8c8c;height:auto}.schema-field-editor .field-type-specific .field-row{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:8px}.schema-field-editor .field-type-specific .field-row:last-child{margin-bottom:0}.schema-field-editor .field-type-specific .field-row .field-item{margin-bottom:0}.schema-field-editor .field-type-specific .field-row .field-item .ant-form-item-label{padding-bottom:2px}.schema-field-editor .field-type-specific .field-row .field-item .ant-form-item-label>label{font-size:12px;color:#8c8c8c;height:auto}.schema-field-editor .field-type-specific .field-row .field-item.field-item-full{flex:1;min-width:200px}.schema-field-editor .field-nested{margin-top:12px;padding:12px;background:#00000005;border-radius:4px}.schema-field-editor .field-nested .field-nested-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.schema-field-editor .field-nested .field-properties{display:flex;flex-direction:column;gap:8px}.schema-field-editor .field-collapsed-hint{padding:0 12px 12px}.schema-field-editor .field-ref-display{padding:8px 12px;background:#f6ffed;border-top:1px dashed #b7eb8f}.schema-field-editor .field-ref-display .ant-tag{margin:0;font-family:Monaco,Menlo,Consolas,monospace;font-size:12px}.schema-field-editor.using-ref{border-color:#91d5ff;background:#e6f7ff}.schema-field-editor.using-ref:hover{border-color:#69c0ff}.schema-field-editor.using-ref .field-header .field-main-row .field-ref{flex:1;min-width:200px}@media(max-width:768px){.schema-field-editor .field-header .field-main-row{flex-direction:column;align-items:stretch;gap:8px}.schema-field-editor .field-header .field-main-row .field-item{width:100%}.schema-field-editor .field-header .field-main-row .field-item .ant-select,.schema-field-editor .field-header .field-main-row .field-item .ant-input,.schema-field-editor .field-header .field-main-row .field-item .ant-input-number{width:100%!important}.schema-field-editor .field-header .field-main-row .field-actions{margin-left:0;justify-content:flex-end}.schema-field-editor .field-type-specific .field-row{flex-direction:column}.schema-field-editor .field-type-specific .field-row .field-item{width:100%}.schema-field-editor .field-type-specific .field-row .field-item .ant-select,.schema-field-editor .field-type-specific .field-row .field-item .ant-input,.schema-field-editor .field-type-specific .field-row .field-item .ant-input-number{width:100%!important}}.run-input-modal .ant-modal-body{max-height:60vh;overflow-y:auto}.run-input-modal .run-input-form .form-description{margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}.run-input-modal .run-input-form .ant-form-item-label>label{display:flex;align-items:center;gap:4px}.run-input-modal .run-input-form .type-tag{font-size:11px;line-height:16px;padding:0 4px;margin:0;border-radius:2px;background:#f5f5f5;color:#8c8c8c;border:none}.run-input-modal .run-input-form .ant-form-item-extra{font-size:12px;color:#8c8c8c;margin-top:4px}.run-input-modal .ant-empty{padding:40px 0}.workflow-editor{display:flex;flex-direction:column;height:100%;background:#f5f5f5;overflow:hidden}.workflow-editor .workflow-editor-content{flex:1;display:flex;min-height:0;overflow:hidden}.workflow-editor .workflow-editor-content .workflow-editor-main{flex:1;min-width:0;background:#fafafa;position:relative}.workflow-editor-canvas-container{height:100%}.workflow-editor-canvas-container .react-flow{background-color:#fafafa}.workflow-editor-canvas-container .react-flow__node,.workflow-editor-canvas-container .react-flow__edge{cursor:pointer}.react-flow{background:#fafafa}.react-flow__node{border-radius:8px;box-shadow:0 2px 8px #0000001a;transition:box-shadow .3s}.react-flow__node:hover{box-shadow:0 4px 12px #00000026}.react-flow__node.selected{box-shadow:0 0 0 2px #1890ff}.react-flow__edge.selected .react-flow__edge-path{stroke:#1890ff;stroke-width:2}.react-flow__handle{width:8px;height:8px;background:#1890ff;border:2px solid #fff}.react-flow__handle:hover{width:12px;height:12px}@media(max-width:1280px){.workflow-editor-content .left-sidebar:not(.collapsed){width:240px;min-width:240px}.workflow-editor-content .session-flow-panel:not(.collapsed){width:320px;min-width:320px}}@media(max-width:1024px){.workflow-editor-content .left-sidebar:not(.collapsed){width:200px;min-width:200px}.workflow-editor-content .session-flow-panel:not(.collapsed){width:280px;min-width:280px}}@media(max-width:768px){.workflow-editor:before{content:"请使用桌面端浏览器访问工作流编辑器";display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;right:0;bottom:0;background:#fffffff2;z-index:9999;font-size:16px;color:#666}}.pipeline-versions{height:100%;display:flex;flex-direction:column;padding:16px;overflow:hidden}.pipeline-versions .version-history{flex:1;min-height:0;display:flex;flex-direction:column}.pipeline-versions .version-history .ant-card-body{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column}.pipeline-versions .version-history .ant-tabs{flex:1;min-height:0;display:flex;flex-direction:column}.pipeline-versions .version-history .ant-tabs .ant-tabs-content-holder{flex:1;min-height:0;overflow:hidden}.pipeline-versions .version-history .ant-tabs .ant-tabs-content{height:100%}.pipeline-versions .version-history .ant-tabs .ant-tabs-tabpane-active{height:100%;overflow-y:auto}.pipeline-versions .version-history .version-list-container{flex:1;min-height:0;overflow-y:auto}.pipeline-versions .version-history .version-item{border-bottom:1px solid #f0f0f0;padding:16px 0}.pipeline-versions .version-history .version-item.active{background:#f6ffed;border-left:3px solid #52c41a;padding-left:16px}.pipeline-versions .version-history .version-item:hover{background:#fafafa}.pipeline-versions .version-history .ant-list-item-meta-title{margin-bottom:8px}.gantt-timeline{border:1px solid #f0f0f0;border-radius:6px;overflow:hidden;margin-top:8px}.data-flow-trace{padding:4px 0}.data-flow-trace .dataflow-node-wrapper .dataflow-node{border:1px solid #e8e8e8;border-left:3px solid #d9d9d9;border-radius:0 6px 6px 0;padding:12px 16px;background:#fff;cursor:pointer;transition:all .2s}.data-flow-trace .dataflow-node-wrapper .dataflow-node:hover{box-shadow:0 2px 8px #0000000f}.data-flow-trace .dataflow-node-wrapper .dataflow-node .dataflow-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.data-flow-trace .dataflow-node-wrapper .dataflow-node .dataflow-header .header-left{display:flex;align-items:center;gap:8px}.data-flow-trace .dataflow-node-wrapper .dataflow-node .dataflow-header .header-left .node-name{font-weight:500;font-size:13px}.data-flow-trace .dataflow-node-wrapper .dataflow-node .dataflow-header .node-duration{color:#8c8c8c;font-size:12px}.data-flow-trace .dataflow-node-wrapper .dataflow-node .dataflow-summary .data-summary-row{display:flex;align-items:flex-start;gap:8px;margin-bottom:4px}.data-flow-trace .dataflow-node-wrapper .dataflow-node .dataflow-summary .data-summary-row .summary-label{font-size:11px;flex-shrink:0;min-width:30px}.data-flow-trace .dataflow-node-wrapper .dataflow-node .dataflow-summary .data-summary-row .summary-keys{display:flex;flex-wrap:wrap;gap:4px}.data-flow-trace .dataflow-node-wrapper .dataflow-node .dataflow-summary .data-summary-row .summary-keys .key-tag{font-size:10px;line-height:16px;padding:0 4px;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.data-flow-trace .dataflow-node-wrapper .dataflow-node .dataflow-expanded{margin-top:12px;padding-top:12px;border-top:1px solid #f0f0f0}.data-flow-trace .dataflow-node-wrapper .dataflow-node .dataflow-expanded .expanded-section{margin-bottom:8px}.data-flow-trace .dataflow-node-wrapper .dataflow-node .dataflow-expanded .expanded-section:last-child{margin-bottom:0}.data-flow-trace .dataflow-node-wrapper .dataflow-connector{display:flex;flex-direction:column;align-items:center;padding:4px 0}.data-flow-trace .dataflow-node-wrapper .dataflow-connector .connector-line{width:1px;height:12px;background:#d9d9d9}.data-flow-trace .dataflow-node-wrapper .dataflow-connector .connector-arrow{color:#d9d9d9;font-size:10px;line-height:1}.execution-outputs-panel{padding:12px 0}.execution-outputs-panel .outputs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}.execution-outputs-panel .output-card{border-radius:8px}.execution-outputs-panel .output-card .card-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.execution-outputs-panel .output-card .card-header .card-icon{font-size:18px}.execution-outputs-panel .output-card .card-body{margin-bottom:8px;min-height:40px}.execution-outputs-panel .output-card .card-actions{display:flex;align-items:center;gap:8px}.execution-outputs-panel .output-card.pdf-card .card-icon{color:#cf1322}.execution-outputs-panel .output-card.extraction-card .card-icon{color:#7c3aed}.execution-outputs-panel .output-card.script-card .card-icon{color:#d48806}.execution-outputs-panel .output-card.audio-card .card-icon{color:#1890ff}.execution-outputs-panel .audio-player-bar{margin-top:12px;padding:8px;background:#fafafa;border-radius:8px}.execution-detail-drawer .status-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid #f0f0f0;flex-shrink:0}.execution-detail-drawer .status-header .status-info{display:flex;align-items:center;gap:12px}.execution-detail-drawer .status-header .status-info .duration-text{color:#8c8c8c;font-size:13px}.execution-detail-drawer .detail-tabs{flex:1;min-height:0;display:flex;flex-direction:column}.execution-detail-drawer .detail-tabs .ant-tabs-nav{padding:0 24px;margin-bottom:0}.execution-detail-drawer .detail-tabs .ant-tabs-content-holder{flex:1;min-height:0;overflow:hidden}.execution-detail-drawer .detail-tabs .ant-tabs-content{height:100%}.execution-detail-drawer .detail-tabs .ant-tabs-tabpane{height:100%;overflow-y:auto;padding:16px 24px}.execution-detail-drawer .stats-row{margin-bottom:16px}.execution-detail-drawer .stats-row .ant-statistic{text-align:center}.execution-detail-drawer .stats-row .ant-statistic .ant-statistic-title{font-size:12px}.execution-detail-drawer .stats-row .ant-statistic .ant-statistic-content{font-size:20px}.execution-detail-drawer .node-summary-bar{display:flex;align-items:center;gap:8px;margin-bottom:12px;padding:8px 12px;background:#fafafa;border-radius:6px;font-size:13px}.execution-detail-drawer .node-collapse .node-panel-header{display:flex;align-items:center;gap:8px;width:100%}.execution-detail-drawer .node-collapse .node-panel-header .node-name{font-weight:500}.execution-detail-drawer .node-collapse .node-panel-header .node-duration{color:#8c8c8c;font-size:12px;margin-left:auto}.execution-detail-drawer .node-collapse .node-panel-content .node-section{margin-bottom:12px}.execution-detail-drawer .node-collapse .node-panel-content .node-section:last-child{margin-bottom:0}.execution-detail-drawer .node-collapse .node-panel-content .node-section .section-title{font-size:12px;color:#8c8c8c;margin-bottom:4px;font-weight:500}.execution-detail-drawer .node-collapse .node-panel-content .token-usage-row{display:flex;gap:16px;flex-wrap:wrap}.execution-detail-drawer .node-collapse .node-panel-content .token-usage-row .token-item{font-size:13px}.execution-detail-drawer .node-collapse .node-panel-content .token-usage-row .token-item .token-label{color:#8c8c8c;margin-right:4px}.execution-detail-drawer .json-preview{background:#f5f5f5;border:1px solid #e8e8e8;border-radius:6px;padding:12px;font-size:12px;font-family:SF Mono,Monaco,Menlo,Consolas,monospace;white-space:pre-wrap;word-break:break-all;max-height:300px;overflow-y:auto;margin:0;line-height:1.6}.execution-detail-drawer .dag-tab .dag-node-detail{margin-top:16px;padding:16px;border:1px solid #f0f0f0;border-radius:6px;background:#fafafa;max-height:calc(100vh - 470px);overflow-y:auto}.execution-detail-drawer .io-card{margin-bottom:16px}.execution-detail-drawer .io-card:last-child{margin-bottom:0}.execution-detail-drawer .empty-data{color:#bfbfbf;font-style:italic}.pipeline-executions{height:100%;overflow-y:auto;padding:16px}.pipeline-executions .stats-card .ant-statistic{text-align:center}.pipeline-settings{padding:24px;height:100%;overflow-y:auto;max-width:800px;margin:0 auto}.pipeline-settings .settings-loading{display:flex;justify-content:center;align-items:center;height:300px}.pipeline-settings .settings-card{margin-bottom:24px}.pipeline-settings .settings-card :global .ant-card-head-title{font-weight:600}.pipeline-settings .settings-actions{position:sticky;bottom:0;background:#fff;padding:16px 0;border-top:1px solid #f0f0f0;margin-top:24px;z-index:10}.pipeline-settings .danger-zone :global .ant-card-head{background:#fff2f0;border-bottom-color:#ffccc7}.pipeline-settings .danger-zone :global .ant-card-head-title{color:#ff4d4f}.pipeline-settings .danger-zone :global .ant-card-body{background:#fff}.pipeline-settings .danger-zone :global .ant-alert .ant-alert-action{margin-left:16px}.pipeline-settings :global .ant-form-item-label>label{font-weight:500;color:#1e293b}.pipeline-settings :global .ant-input,.pipeline-settings :global .ant-input-number,.pipeline-settings :global .ant-select-selector{border-radius:6px}.pipeline-settings :global .ant-input-number{width:100%}.pipeline-settings :global .ant-radio-group .ant-radio-wrapper{margin-bottom:8px}.pipeline-settings :global .ant-divider{margin:16px 0}.pipeline-settings :global .ant-space-compact .ant-btn[disabled]{background:#fafafa;color:#666;cursor:default}@media(max-width:768px){.pipeline-settings{padding:16px}.pipeline-settings .settings-card{margin-bottom:16px}}.pipeline-dataset{padding:24px;height:100%;overflow-y:auto}.pipeline-dataset .dataset-description{margin-bottom:20px;padding:12px 16px;background:#f8fafc;border-radius:8px;border-left:4px solid #1677ff}.pipeline-dataset .dataset-description p{margin:0;font-size:14px;color:#64748b;line-height:1.6}.pipeline-dataset .rule-description .rule-tag-info,.pipeline-dataset .rule-description .rule-resource-types{margin-top:4px;font-size:12px;display:flex;align-items:center}.pipeline-dataset :global .rule-disabled{opacity:.6;background:#fafafa}.pipeline-dataset :global .rule-disabled td{color:#999}.pipeline-dataset :global .ant-table-tbody>tr.rule-disabled:hover>td{background:#f5f5f5}.pipeline-dataset :global .ant-table .ant-table-thead>tr>th{background:#fafafa;font-weight:600;color:#1e293b}.pipeline-dataset :global .ant-table .ant-table-tbody>tr>td{padding:12px 16px}.pipeline-dataset :global .ant-table .ant-table-tbody>tr:hover>td{background:#f1f5f9}.pipeline-dataset :global .ant-switch.ant-switch-checked{background:linear-gradient(135deg,#52c41a,#389e0d)}.pipeline-dataset :global .ant-tag{border-radius:4px;font-size:12px}.pipeline-dataset :global .ant-collapse-ghost .ant-collapse-header{padding:12px 0!important}.pipeline-dataset :global .ant-collapse-ghost .ant-collapse-content-box{padding:0 0 16px}:global .ant-modal .ant-form-item{margin-bottom:16px}:global .ant-modal .ant-form-item-label{padding-bottom:4px}:global .ant-modal .ant-form-item-label>label{font-weight:500;color:#1e293b}:global .ant-modal .ant-select-selector,:global .ant-modal .ant-input,:global .ant-modal .ant-input-number,:global .ant-modal .ant-tree-select-selector{border-radius:6px}:global .ant-modal .ant-checkbox-group{display:flex;flex-wrap:wrap;gap:8px}:global .ant-modal .ant-checkbox-group .ant-checkbox-wrapper{margin-right:0;margin-bottom:8px}:global .ant-modal .ant-divider{margin:16px 0}@media(max-width:1280px){.pipeline-dataset{padding:16px}.pipeline-dataset :global .ant-table-tbody>tr>td{padding:10px 12px}}.run-detail-drawer .stats-row{margin-bottom:16px}.run-detail-drawer .stats-row .ant-statistic{text-align:center}.run-detail-drawer .progress-section{display:flex;align-items:center;justify-content:center;margin-bottom:24px}.run-detail-drawer .resource-table{margin-top:8px}.pipeline-batch-runs{height:100%;overflow-y:auto;padding:16px}.pipeline-batch-runs .toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:8px}.pipeline-manage{height:calc(100vh - 136px);display:flex;flex-direction:column}.pipeline-manage .ant-tabs{display:flex;flex-direction:column;height:100%}.pipeline-manage .ant-tabs .ant-tabs-nav{margin-bottom:16px;flex-shrink:0}.pipeline-manage .ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap{background:#fafbfc;border-radius:10px;padding:5px;box-shadow:0 1px 3px #0000000a,inset 0 -1px #0000000a;border:1px solid rgba(0,0,0,.06)}.pipeline-manage .ant-tabs .ant-tabs-nav .ant-tabs-tab{margin:0 2px!important;padding:10px 24px!important;border-radius:8px!important;border:none!important;background:transparent!important;color:#595959!important;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;font-weight:500}.pipeline-manage .ant-tabs .ant-tabs-nav .ant-tabs-tab:hover{background:#f0f2f5!important;color:#262626!important}.pipeline-manage .ant-tabs .ant-tabs-nav .ant-tabs-tab .anticon{font-size:15px;margin-right:8px;transition:all .25s;color:#8c8c8c}.pipeline-manage .ant-tabs .ant-tabs-nav .ant-tabs-tab span{font-size:14px}.pipeline-manage .ant-tabs .ant-tabs-nav .ant-tabs-tab-active{background:#fff!important;color:#1890ff!important;box-shadow:0 2px 6px #0000000f,0 1px 2px #0000000a;border:1px solid rgba(24,144,255,.2)!important}.pipeline-manage .ant-tabs .ant-tabs-nav .ant-tabs-tab-active:hover{background:#fff!important;color:#096dd9!important;box-shadow:0 3px 8px #00000014,0 2px 4px #0000000d}.pipeline-manage .ant-tabs .ant-tabs-nav .ant-tabs-tab-active .anticon{color:#1890ff}.pipeline-manage .ant-tabs .ant-tabs-nav .ant-tabs-ink-bar{display:none!important}.pipeline-manage .ant-tabs .ant-tabs-content-holder{flex:1;overflow:hidden}.pipeline-manage .ant-tabs .ant-tabs-content-holder .ant-tabs-content,.pipeline-manage .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane{height:100%}.raw-content-drawer .ant-drawer-body{padding:16px 24px}.compare-preview{display:flex;flex-direction:column;height:calc(100vh - 160px)}.compare-preview .compare-toolbar{display:flex;align-items:center;padding:8px 0;margin-bottom:12px;flex-shrink:0}.compare-preview .compare-toolbar .compare-toolbar-left,.compare-preview .compare-toolbar .compare-toolbar-right{flex:1;min-width:0}.compare-preview .compare-toolbar .compare-toolbar-left{padding-right:12px}.compare-preview .compare-toolbar .compare-toolbar-right{padding-left:12px;display:flex;justify-content:space-between;align-items:center}.compare-preview .compare-panels{flex:1;display:flex;gap:0;min-height:0;border:1px solid #f0f0f0;border-radius:8px;overflow:hidden}.compare-preview .compare-panel{flex:1;min-width:0;overflow:auto}.compare-preview .compare-panel-left{background:#fafafa;display:flex;align-items:stretch}.compare-preview .compare-panel-left .original-file-frame{width:100%;height:100%;border:none;display:block}.compare-preview .compare-panel-left .ant-empty{margin:auto}.compare-preview .compare-divider{width:1px;background:#e8e8e8;flex-shrink:0}.compare-preview .compare-panel-right{padding:16px;background:#fff}.compare-preview .compare-panel-right .ant-empty{margin-top:80px}.markdown-content{font-size:14px;line-height:1.8}.markdown-content h1,.markdown-content h2,.markdown-content h3,.markdown-content h4,.markdown-content h5,.markdown-content h6{margin-top:24px;margin-bottom:16px;font-weight:600;line-height:1.25}.markdown-content h1{font-size:2em;border-bottom:1px solid #eaecef;padding-bottom:.3em}.markdown-content h2{font-size:1.5em;border-bottom:1px solid #eaecef;padding-bottom:.3em}.markdown-content h3{font-size:1.25em}.markdown-content p{margin-bottom:16px}.markdown-content ul,.markdown-content ol{padding-left:2em;margin-bottom:16px}.markdown-content li{margin-bottom:4px}.markdown-content code{background:#1b1f230d;padding:.2em .4em;border-radius:3px;font-size:85%;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.markdown-content pre{background:#f6f8fa;padding:16px;border-radius:6px;overflow-x:auto;margin-bottom:16px}.markdown-content pre code{background:transparent;padding:0;font-size:14px}.markdown-content blockquote{padding:0 1em;color:#6a737d;border-left:.25em solid #dfe2e5;margin:0 0 16px}.markdown-content table{width:100%;border-collapse:collapse;margin-bottom:16px}.markdown-content table th,.markdown-content table td{padding:8px 12px;border:1px solid #dfe2e5}.markdown-content table th{background:#f6f8fa;font-weight:600}.markdown-content table tr:nth-child(2n){background:#f6f8fa}.markdown-content img{max-width:100%;height:auto}.markdown-content hr{border:none;border-top:1px solid #eaecef;margin:24px 0}.markdown-content a{color:#1890ff;text-decoration:none}.markdown-content a:hover{text-decoration:underline}.chunks-tab .ant-list-item{padding:8px 0}.chunks-tab .chunk-metadata{margin-top:8px;padding-top:8px;border-top:1px dashed #f0f0f0}.raw-content-manage{height:100%;display:flex;flex-direction:column}.raw-content-manage>.ant-card{flex:1;display:flex;flex-direction:column;overflow:hidden}.raw-content-manage>.ant-card .ant-card-body{flex:1;display:flex;flex-direction:column;overflow:hidden}.raw-content-manage .ant-card-body>.ant-space{flex-shrink:0}.raw-content-manage .ant-table-wrapper{flex:1;overflow:hidden}.raw-content-manage .ant-table-wrapper .ant-spin-nested-loading{height:100%}.raw-content-manage .ant-table-wrapper .ant-spin-nested-loading .ant-spin-container{height:100%;display:flex;flex-direction:column}.raw-content-manage .ant-table-wrapper .ant-spin-nested-loading .ant-spin-container .ant-table{flex:1;overflow:auto}.raw-content-manage .ant-table-wrapper .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-container{height:100%}.raw-content-manage .ant-table-wrapper .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-thead>tr>th,.raw-content-manage .ant-table-wrapper .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-thead>tr>td{position:sticky;top:0;z-index:2;background:#fafafa}.raw-content-manage .ant-table-wrapper .ant-spin-nested-loading .ant-spin-container .ant-table-pagination{flex-shrink:0}.raw-content-manage .ant-table .ant-table-cell{vertical-align:middle}.chunk-detail-drawer .ant-drawer-body{padding:16px 24px}.info-tab .ant-descriptions{margin-bottom:16px}.info-tab .json-preview{background:#f5f5f5;padding:12px;border-radius:4px;font-size:12px;line-height:1.6;overflow-x:auto;max-height:300px;margin:0}.content-preview .summary-card{background:#f6ffed;border-color:#b7eb8f}.content-preview .content-toolbar{display:flex;justify-content:flex-end;margin-bottom:12px}.content-preview .content-body{border:1px solid #f0f0f0;border-radius:8px;padding:16px;min-height:300px;max-height:calc(100vh - 300px);overflow:auto}.content-preview .content-text{font-size:14px;line-height:1.8;white-space:pre-wrap;word-wrap:break-word}.markdown-source{background:#f5f5f5;padding:16px;border-radius:4px;font-size:13px;line-height:1.6;overflow-x:auto;white-space:pre-wrap;word-wrap:break-word;margin:0;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.enrichment-section .enrichment-item{margin-bottom:16px;padding:12px;background:#fafafa;border-radius:6px}.enrichment-section .enrichment-item .ant-typography strong{display:block;margin-bottom:4px}.enrichment-section .ant-table-wrapper{margin-top:8px}.chunk-manage{height:100%;display:flex;flex-direction:column}.chunk-manage>.ant-card{flex:1;display:flex;flex-direction:column;overflow:hidden}.chunk-manage>.ant-card .ant-card-body{flex:1;display:flex;flex-direction:column;overflow:hidden}.chunk-manage .ant-card-body>.ant-space{flex-shrink:0}.chunk-manage .ant-table-wrapper{flex:1;overflow:hidden}.chunk-manage .ant-table-wrapper .ant-spin-nested-loading{height:100%}.chunk-manage .ant-table-wrapper .ant-spin-nested-loading .ant-spin-container{height:100%;display:flex;flex-direction:column}.chunk-manage .ant-table-wrapper .ant-spin-nested-loading .ant-spin-container .ant-table{flex:1;overflow:auto}.chunk-manage .ant-table-wrapper .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-container{height:100%}.chunk-manage .ant-table-wrapper .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-thead>tr>th,.chunk-manage .ant-table-wrapper .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-thead>tr>td{position:sticky;top:0;z-index:2;background:#fafafa}.chunk-manage .ant-table-wrapper .ant-spin-nested-loading .ant-spin-container .ant-table-pagination{flex-shrink:0}.chunk-manage .ant-table .ant-table-cell{vertical-align:middle}.chunk-idx-manage{height:100%;display:flex;flex-direction:column}.chunk-idx-manage>.ant-card{flex:1;display:flex;flex-direction:column;overflow:hidden}.chunk-idx-manage>.ant-card .ant-card-body{flex:1;display:flex;flex-direction:column;overflow:hidden}.chunk-idx-manage .ant-card-body>.ant-space{flex-shrink:0}.chunk-idx-manage .ant-table-wrapper{flex:1;overflow:hidden}.chunk-idx-manage .ant-table-wrapper .ant-spin-nested-loading{height:100%}.chunk-idx-manage .ant-table-wrapper .ant-spin-nested-loading .ant-spin-container{height:100%;display:flex;flex-direction:column}.chunk-idx-manage .ant-table-wrapper .ant-spin-nested-loading .ant-spin-container .ant-table{flex:1;overflow:auto}.chunk-idx-manage .ant-table-wrapper .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-container{height:100%}.chunk-idx-manage .ant-table-wrapper .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-thead>tr>th,.chunk-idx-manage .ant-table-wrapper .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-thead>tr>td{position:sticky;top:0;z-index:2;background:#fafafa}.chunk-idx-manage .ant-table-wrapper .ant-spin-nested-loading .ant-spin-container .ant-table-pagination{flex-shrink:0}.podcast-assets-manage .floating-audio-player{position:fixed;bottom:24px;right:24px;width:360px;padding:12px;background:#fff;box-shadow:0 4px 16px #00000026;border-radius:8px;z-index:1000;display:flex;flex-direction:column;gap:8px}.podcast-assets-manage .bundle-card{border-radius:8px}.podcast-assets-manage .bundle-card .bundle-icon{font-size:24px}.data-assets{height:100%;display:flex;flex-direction:column}.data-assets .ant-tabs{display:flex;flex-direction:column;height:100%}.data-assets .ant-tabs .ant-tabs-nav{margin-bottom:16px;flex-shrink:0}.data-assets .ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap{background:#fafbfc;border-radius:10px;padding:5px;box-shadow:0 1px 3px #0000000a,inset 0 -1px #0000000a;border:1px solid rgba(0,0,0,.06)}.data-assets .ant-tabs .ant-tabs-nav .ant-tabs-tab{margin:0 2px!important;padding:10px 24px!important;border-radius:8px!important;border:none!important;background:transparent!important;color:#595959!important;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;font-weight:500}.data-assets .ant-tabs .ant-tabs-nav .ant-tabs-tab:hover{background:#f0f2f5!important;color:#262626!important}.data-assets .ant-tabs .ant-tabs-nav .ant-tabs-tab .anticon{font-size:15px;margin-right:8px;transition:all .25s;color:#8c8c8c}.data-assets .ant-tabs .ant-tabs-nav .ant-tabs-tab span{font-size:14px}.data-assets .ant-tabs .ant-tabs-nav .ant-tabs-tab-active{background:#fff!important;color:#1890ff!important;box-shadow:0 2px 6px #0000000f,0 1px 2px #0000000a;border:1px solid rgba(24,144,255,.2)!important}.data-assets .ant-tabs .ant-tabs-nav .ant-tabs-tab-active:hover{background:#fff!important;color:#096dd9!important;box-shadow:0 3px 8px #00000014,0 2px 4px #0000000d}.data-assets .ant-tabs .ant-tabs-nav .ant-tabs-tab-active .anticon{color:#1890ff}.data-assets .ant-tabs .ant-tabs-nav .ant-tabs-ink-bar{display:none!important}.data-assets .ant-tabs .ant-tabs-content-holder{flex:1;overflow:hidden}.data-assets .ant-tabs .ant-tabs-content-holder .ant-tabs-content,.data-assets .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane{height:100%}.data-assets .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane>div{height:100%}.recall-page{display:flex;flex-direction:column;gap:16px;height:100%;overflow-y:auto;padding-bottom:16px}.recall-page .kb-selector-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.recall-page .kb-selector-row .kb-select{min-width:300px}.recall-page .kb-selector-row .kb-stats{display:flex;gap:12px;align-items:center}.recall-page .query-form-card .query-actions{display:flex;justify-content:flex-end;margin-top:12px}.recall-page .bottom-tabs-card .ant-card-body{padding:0 16px 16px}.recall-page .bottom-tabs-card .results-tab .results-summary{margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #f0f0f0}.recall-page .bottom-tabs-card .results-tab .chunk-card{margin-bottom:12px}.recall-page .bottom-tabs-card .results-tab .chunk-card .chunk-content{white-space:pre-wrap;word-break:break-word}.recall-page .bottom-tabs-card .results-tab .chunk-pagination{display:flex;justify-content:flex-end;margin-top:12px}.recall-page .bottom-tabs-card .question-cell{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recall-page .funnel-chart{display:flex;flex-direction:column;gap:8px;padding:4px 0}.recall-page .funnel-chart .funnel-row{display:flex;align-items:center;gap:10px}.recall-page .funnel-chart .funnel-row .funnel-row-label{width:72px;flex-shrink:0;text-align:right;font-size:12px;color:#0000008c;line-height:1}.recall-page .funnel-chart .funnel-row .funnel-bar-track{flex:1;display:flex;align-items:center}.recall-page .funnel-chart .funnel-row .funnel-bar-track .funnel-bar{height:28px;border-radius:4px;display:flex;align-items:center;justify-content:flex-end;padding:0 10px;transition:width .4s cubic-bezier(.25,.8,.25,1);min-width:40px}.recall-page .funnel-chart .funnel-row .funnel-bar-track .funnel-bar .funnel-bar-value{font-size:13px;font-weight:600;color:#fff;white-space:nowrap}.recall-page .debug-panel .timing-section .timing-bar-row{display:flex;align-items:center;margin-bottom:8px;gap:8px}.recall-page .debug-panel .timing-section .timing-bar-row .timing-label{width:100px;text-align:right;font-size:12px;color:#000000a6;flex-shrink:0}.recall-page .debug-panel .timing-section .timing-bar-row .timing-bar-wrapper{flex:1;height:20px;background:#f5f5f5;border-radius:4px;overflow:hidden;position:relative}.recall-page .debug-panel .timing-section .timing-bar-row .timing-bar-wrapper .timing-bar{height:100%;border-radius:4px;transition:width .3s ease;min-width:2px}.recall-page .debug-panel .timing-section .timing-bar-row .timing-value{width:60px;text-align:right;font-size:12px;color:#000000a6;flex-shrink:0}.trace-log-page .kb-select{min-width:300px}.trace-log-page .toolbar{display:flex;justify-content:space-between;margin-bottom:16px;flex-wrap:wrap;gap:12px}.trace-log-page .toolbar .filters{display:flex;gap:8px;flex-wrap:wrap}.trace-log-page .toolbar .filter-input{width:220px}.trace-log-page .question-cell{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trace-log-page .funnel-chart{display:flex;flex-direction:column;gap:8px;padding:4px 0}.trace-log-page .funnel-chart .funnel-row{display:flex;align-items:center;gap:10px}.trace-log-page .funnel-chart .funnel-row .funnel-row-label{width:72px;flex-shrink:0;text-align:right;font-size:12px;color:#0000008c;line-height:1}.trace-log-page .funnel-chart .funnel-row .funnel-bar-track{flex:1;display:flex;align-items:center}.trace-log-page .funnel-chart .funnel-row .funnel-bar-track .funnel-bar{height:28px;border-radius:4px;display:flex;align-items:center;justify-content:flex-end;padding:0 10px;transition:width .4s cubic-bezier(.25,.8,.25,1);min-width:40px}.trace-log-page .funnel-chart .funnel-row .funnel-bar-track .funnel-bar .funnel-bar-value{font-size:13px;font-weight:600;color:#fff;white-space:nowrap}.testing-manage{height:100%;display:flex;flex-direction:column}.testing-manage .ant-tabs{display:flex;flex-direction:column;height:100%}.testing-manage .ant-tabs .ant-tabs-nav{margin-bottom:16px;flex-shrink:0}.testing-manage .ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap{background:#fafbfc;border-radius:10px;padding:5px;box-shadow:0 1px 3px #0000000a,inset 0 -1px #0000000a;border:1px solid rgba(0,0,0,.06)}.testing-manage .ant-tabs .ant-tabs-nav .ant-tabs-tab{margin:0 2px!important;padding:10px 24px!important;border-radius:8px!important;border:none!important;background:transparent!important;color:#595959!important;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;font-weight:500}.testing-manage .ant-tabs .ant-tabs-nav .ant-tabs-tab:hover{background:#f0f2f5!important;color:#262626!important}.testing-manage .ant-tabs .ant-tabs-nav .ant-tabs-tab .anticon{font-size:15px;margin-right:8px;transition:all .25s;color:#8c8c8c}.testing-manage .ant-tabs .ant-tabs-nav .ant-tabs-tab span{font-size:14px}.testing-manage .ant-tabs .ant-tabs-nav .ant-tabs-tab-active{background:#fff!important;color:#1890ff!important;box-shadow:0 2px 6px #0000000f,0 1px 2px #0000000a;border:1px solid rgba(24,144,255,.2)!important}.testing-manage .ant-tabs .ant-tabs-nav .ant-tabs-tab-active:hover{background:#fff!important;color:#096dd9!important;box-shadow:0 3px 8px #00000014,0 2px 4px #0000000d}.testing-manage .ant-tabs .ant-tabs-nav .ant-tabs-tab-active .anticon{color:#1890ff}.testing-manage .ant-tabs .ant-tabs-nav .ant-tabs-ink-bar{display:none!important}.testing-manage .ant-tabs .ant-tabs-content-holder{flex:1;overflow:hidden}.testing-manage .ant-tabs .ant-tabs-content-holder .ant-tabs-content,.testing-manage .ant-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane{height:100%}.skill-admin-layout{background:transparent;height:calc(100vh - 136px);min-height:0}.skill-admin-layout .skill-admin-sider{background:#fff;border-radius:8px;margin-right:16px;box-shadow:0 1px 2px #00000008}.skill-admin-layout .skill-admin-sider .ant-layout-sider-children{padding:8px 0}.skill-admin-layout .skill-admin-sider .skill-admin-menu{border-right:none}.skill-admin-layout .skill-admin-sider .skill-admin-menu .ant-menu-item,.skill-admin-layout .skill-admin-sider .skill-admin-menu .ant-menu-submenu-title{margin-block:4px;margin-inline:8px;width:calc(100% - 16px);border-radius:6px}.skill-admin-layout .skill-admin-content{background:transparent;overflow:hidden;display:flex;flex-direction:column;min-height:0}.skill-module-page{background:#fff;border-radius:8px;padding:20px 24px;height:100%;min-height:0;overflow-y:auto;box-shadow:0 1px 2px #00000008}.skill-module-page .eval-kpi-card{background:#fff;border:1px solid #f0f0f0;border-radius:8px;padding:12px 16px;height:100%;min-height:110px;display:flex;flex-direction:column;transition:border-color .2s,box-shadow .2s}.skill-module-page .eval-kpi-card:hover{border-color:#d9d9d9;box-shadow:0 2px 8px #0000000a}.skill-module-page .eval-kpi-card .kpi-label{color:#999;font-size:12px;line-height:1.4}.skill-module-page .eval-kpi-card .kpi-value{margin-top:4px;font-size:26px;font-weight:600;color:#1a1a1a;line-height:1.2;flex:1;display:flex;align-items:center}.skill-module-page .eval-kpi-card .kpi-value.kpi-value--tags{gap:6px}.skill-module-page .eval-kpi-card .kpi-value .kpi-unit{font-size:13px;font-weight:400;color:#888;margin-left:4px}.skill-module-page .eval-kpi-card .kpi-caption{margin-top:6px;font-size:12px;color:#888;line-height:18px;min-height:18px}.skill-module-page .eval-dim-group-row{display:flex;align-items:center;padding:4px 0}.skill-module-page .eval-dim-group-row+.eval-dim-group-row{border-top:1px dashed #f0f0f0}.skill-module-page .eval-dim-rank-row{display:flex;align-items:center;gap:8px;padding:6px 0}.skill-module-page .eval-dim-rank-row+.eval-dim-rank-row{border-top:1px dashed #f0f0f0}.skill-module-page.skill-module-page--detail{overflow:hidden;display:flex;flex-direction:column}.skill-module-page.skill-module-page--detail .module-header,.skill-module-page.skill-module-page--detail .module-summary{flex-shrink:0}.skill-module-page.skill-module-page--detail .tabs-area,.skill-module-page.skill-module-page--detail .tabs-area .ant-tabs{flex:1;min-height:0;display:flex;flex-direction:column}.skill-module-page.skill-module-page--detail .tabs-area .ant-tabs-content-holder{flex:1;min-height:0;overflow:hidden}.skill-module-page.skill-module-page--detail .tabs-area .ant-tabs-content{height:100%}.skill-module-page.skill-module-page--detail .tabs-area .ant-tabs-tabpane-active{height:100%;overflow:auto;padding-right:4px}.skill-module-page.skill-module-page--table{overflow:hidden;display:flex;flex-direction:column}.skill-module-page.skill-module-page--table .module-header,.skill-module-page.skill-module-page--table .module-toolbar{flex-shrink:0}.skill-module-page.skill-module-page--table .table-area{flex:1;min-height:0;display:flex;flex-direction:column}.skill-module-page.skill-module-page--table .table-area .ant-spin-nested-loading,.skill-module-page.skill-module-page--table .table-area .ant-spin-nested-loading>.ant-spin-container{flex:1;min-height:0;display:flex;flex-direction:column}.skill-module-page.skill-module-page--table .table-area .ant-table-wrapper,.skill-module-page.skill-module-page--table .table-area .ant-table{flex:1;min-height:0;display:flex;flex-direction:column}.skill-module-page.skill-module-page--table .table-area .ant-table-container{flex:1;min-height:0;overflow:auto}.skill-module-page.skill-module-page--table .table-area .ant-table-header{flex-shrink:0;position:sticky;top:0;z-index:1}.skill-module-page.skill-module-page--table .table-area .ant-pagination{flex-shrink:0;padding:12px 0 0;margin-top:8px!important;border-top:1px solid #f0f0f0;background:#fff}.skill-module-page .module-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.skill-module-page .module-header .module-header-left .module-title{font-size:18px;font-weight:600;color:#1a1a1a;margin:0}.skill-module-page .module-header .module-header-left .module-subtitle{margin-top:4px;color:#888;font-size:13px}.skill-module-page .module-header .module-header-actions{display:flex;gap:8px}.skill-module-page .module-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;flex-wrap:wrap}.skill-module-page .module-toolbar .toolbar-left,.skill-module-page .module-toolbar .toolbar-right{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.skill-kpi-card{background:#fff;border-radius:8px;padding:16px 20px;border:1px solid #f0f0f0;transition:all .2s;display:flex;flex-direction:column;height:100%;min-height:116px}.skill-kpi-card:hover{border-color:#d9d9d9;box-shadow:0 2px 8px #0000000a}.skill-kpi-card .kpi-label{color:#999;font-size:13px;display:flex;align-items:center;gap:6px}.skill-kpi-card .kpi-value{margin-top:8px;font-size:26px;font-weight:600;color:#1a1a1a;line-height:1.2;flex:1}.skill-kpi-card .kpi-trend{margin-top:6px;font-size:12px;color:#999;min-height:18px;visibility:visible}.skill-kpi-card .kpi-trend.kpi-trend--empty{visibility:hidden}.skill-kpi-card .kpi-trend.up{color:#52c41a}.skill-kpi-card .kpi-trend.down{color:#ff4d4f}.tenant-tag{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:#666}.tenant-tag .tenant-id{color:#999;font-family:SFMono-Regular,monospace;font-size:11px}.mono{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:12px;color:#555}.markdown-body{color:#24292f;font-size:14px;line-height:1.7;word-wrap:break-word}.markdown-body>:first-child{margin-top:0}.markdown-body>:last-child{margin-bottom:0}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{margin-top:24px;margin-bottom:12px;font-weight:600;line-height:1.3;color:#1f1f1f}.markdown-body h1{font-size:24px;padding-bottom:8px;border-bottom:1px solid #eaecef}.markdown-body h2{font-size:20px;padding-bottom:6px;border-bottom:1px solid #eaecef}.markdown-body h3{font-size:17px}.markdown-body h4{font-size:15px}.markdown-body h5,.markdown-body h6{font-size:14px;color:#57606a}.markdown-body p{margin:8px 0}.markdown-body ul,.markdown-body ol{padding-left:1.8em;margin:8px 0}.markdown-body ul li,.markdown-body ol li{margin:2px 0}.markdown-body ul li+li,.markdown-body ol li+li{margin-top:4px}.markdown-body ul ul,.markdown-body ol ul,.markdown-body ul ol,.markdown-body ol ol{margin:4px 0}.markdown-body a{color:#0969da;text-decoration:none}.markdown-body a:hover{text-decoration:underline}.markdown-body hr{border:0;border-top:1px solid #eaecef;margin:20px 0}.markdown-body blockquote{margin:8px 0;padding:0 1em;color:#57606a;border-left:3px solid #d0d7de}.markdown-body code{background:#afb8c133;padding:1px 6px;border-radius:4px;font-family:SFMono-Regular,Consolas,monospace;font-size:12.5px;color:#cf222e}.markdown-body pre{background:#f6f8fa;border:1px solid #eaecef;border-radius:6px;padding:12px 14px;overflow-x:auto;margin:12px 0;line-height:1.5}.markdown-body pre code{background:transparent;padding:0;color:#24292f;font-size:12.5px}.markdown-body table{display:block;width:100%;overflow-x:auto;border-collapse:collapse;margin:12px 0;font-size:13px}.markdown-body table th,.markdown-body table td{border:1px solid #d0d7de;padding:6px 12px;text-align:left;vertical-align:top}.markdown-body table thead th{background:#f6f8fa;font-weight:600}.markdown-body table tbody tr:nth-child(2n){background:#fafbfc}.markdown-body img{max-width:100%}.run-log-stream{background:#1e1e1e;color:#d4d4d4;padding:12px 16px;border-radius:6px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:12px;line-height:1.65;max-height:420px;overflow:auto}.run-log-stream .log-line{white-space:pre;overflow-x:auto}.run-log-stream .log-line.warn{color:#ffb45a}.run-log-stream .log-line.error{color:#ff7875}.danger-confirm-box{background:#fff2f0;border:1px solid #ffccc7;padding:12px 16px;border-radius:6px;margin-bottom:12px}.danger-confirm-box .danger-title{color:#cf1322;font-weight:600;font-size:13px;margin-bottom:4px}.danger-confirm-box .danger-desc{color:#5c0011;font-size:12px}.overview-kpi-row{margin-top:4px}.overview-trend-card .ant-card-body{padding:12px 16px}.todo-icon{display:inline-flex;width:32px;height:32px;border-radius:8px;align-items:center;justify-content:center;font-size:16px;background:#f5f5f5;color:#555}.todo-icon.todo-safety_review{background:#fff7e6;color:#fa8c16}.todo-icon.todo-dedup_cleanup{background:#e6f4ff;color:#1677ff}.todo-icon.todo-evaluation_interaction{background:#e6f7ff;color:#096dd9}.todo-icon.todo-failed_crawl{background:#fff1f0;color:#cf1322}.todo-icon.todo-pending_import{background:#f5f5f5;color:#888}.todo-meta{font-size:12px;color:#999}.skill-manage{padding:0;display:flex;flex-direction:column;height:100%;min-height:0}.skill-manage .skill-dimension-filter{flex-shrink:0;border:1px solid #f0f0f0;border-radius:8px;background:#fafafa;padding:6px 12px;margin-bottom:12px}.skill-manage .skill-dimension-filter .filter-summary{display:flex;align-items:center;gap:10px;min-height:28px}.skill-manage .skill-dimension-filter .filter-summary .summary-title{flex-shrink:0;display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#1a1a1a}.skill-manage .skill-dimension-filter .filter-summary .summary-tags{flex:1;min-width:0;display:flex;flex-wrap:wrap;gap:4px}.skill-manage .skill-dimension-filter .filter-summary .summary-tags .ant-tag{margin:0}.skill-manage .skill-dimension-filter .filter-summary .summary-placeholder{flex:1;min-width:0;font-size:12px;color:#bbb}.skill-manage .skill-dimension-filter .filter-summary .summary-actions{flex-shrink:0;margin-left:auto;display:flex;align-items:center;gap:4px}.skill-manage .skill-dimension-filter .filter-body{margin-top:6px;border-top:1px dashed #e8e8e8}.skill-manage .skill-dimension-filter .filter-body .dim-row{display:flex;align-items:flex-start;padding:7px 0}.skill-manage .skill-dimension-filter .filter-body .dim-row+.dim-row{border-top:1px dashed #f0f0f0}.skill-manage .skill-dimension-filter .filter-body .dim-row .dim-label{flex-shrink:0;width:48px;font-size:12px;font-weight:600;color:#888;line-height:22px}.skill-manage .skill-dimension-filter .filter-body .dim-row .dim-values{flex:1;min-width:0;display:flex;flex-wrap:wrap;gap:4px 0}.skill-manage .skill-dimension-filter .filter-body .dim-row .dim-values .ant-tag-checkable{font-size:12px;line-height:20px;border:1px solid transparent}.skill-manage .skill-dimension-filter .filter-body .dim-row .dim-values .ant-tag-checkable:not(.ant-tag-checkable-checked):hover{background:#f0f0f0}.skill-manage .skill-card-area{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden}.skill-manage .skill-count-stat{font-size:12px;color:#666;margin-right:12px;white-space:nowrap}.skill-manage .skill-count-stat b{color:#1677ff;font-weight:600}.skill-manage .skill-tabs{margin-bottom:16px}.skill-manage .skill-tabs .tab-items{display:flex;gap:4px;border-bottom:1px solid #f0f0f0}.skill-manage .skill-tabs .tab-items .tab-item{padding:8px 16px;cursor:pointer;font-size:14px;color:#666;border-bottom:2px solid transparent;transition:all .2s}.skill-manage .skill-tabs .tab-items .tab-item:hover{color:#1677ff}.skill-manage .skill-tabs .tab-items .tab-item.active{color:#1677ff;border-bottom-color:#1677ff;font-weight:500}.skill-manage .skill-filter-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;gap:12px}.skill-manage .skill-filter-bar .filter-left{display:flex;gap:8px;flex-wrap:wrap}.skill-manage .skill-filter-bar .filter-right{display:flex;align-items:center;gap:4px;flex-shrink:0}.skill-manage .skill-card-grid{min-height:200px}.skill-manage .skill-card{position:relative;height:100%;transition:all .3s}.skill-manage .skill-card .ant-card-body{padding:16px;display:flex;flex-direction:column;height:100%}.skill-manage .skill-card:hover{box-shadow:0 4px 16px #0000001a}.skill-manage .skill-card:hover .card-actions{opacity:1}.skill-manage .skill-card .card-header{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px}.skill-manage .skill-card .card-header .card-icon{flex-shrink:0;width:40px;height:40px;border-radius:8px;overflow:hidden}.skill-manage .skill-card .card-header .card-icon img{width:100%;height:100%;object-fit:cover}.skill-manage .skill-card .card-header .card-icon .icon-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:18px;font-weight:600;border-radius:8px}.skill-manage .skill-card .card-header .card-title-area{flex:1;min-width:0}.skill-manage .skill-card .card-header .card-title-area .card-name{font-size:15px;font-weight:600;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.skill-manage .skill-card .card-header .card-title-area .card-meta{font-size:12px;color:#999;margin-top:2px}.skill-manage .skill-card .card-tenant{margin:0 0 6px;font-size:11px;color:#999;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.skill-manage .skill-card .card-description{font-size:13px;color:#666;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:10px;flex:1}.skill-manage .skill-card .card-dimensions{margin-bottom:8px;display:flex;flex-wrap:wrap;gap:4px}.skill-manage .skill-card .card-dimensions .ant-tag{margin:0;font-size:11px;line-height:20px;padding:0 6px}.skill-manage .skill-card .card-tags{margin-bottom:10px;display:flex;flex-wrap:wrap;gap:4px}.skill-manage .skill-card .card-tags .ant-tag{margin:0;font-size:11px;line-height:20px;padding:0 6px}.skill-manage .skill-card .card-footer{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#999;border-top:1px solid #f5f5f5;padding-top:8px}.skill-manage .skill-card .card-footer .card-stats{display:flex;gap:12px}.skill-manage .skill-card .card-footer .card-stats .stat-item{display:flex;align-items:center;gap:3px}.skill-manage .skill-card .card-footer .card-stats .star-btn{cursor:pointer}.skill-manage .skill-card .card-footer .card-stats .star-btn:hover{color:#faad14}.skill-manage .skill-card .card-actions{position:absolute;top:8px;right:8px;opacity:0;transition:opacity .2s}.skill-manage .skill-pagination{flex-shrink:0;display:flex;justify-content:flex-end;padding:12px 0 0;border-top:1px solid #f0f0f0;margin-top:12px;background:#fff}.skill-detail-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:16px}.skill-folder-dropzone{border:1px dashed #d9d9d9;border-radius:6px;padding:20px 16px;background:#fafafa;text-align:center;transition:border-color .2s,background .2s}.skill-folder-dropzone.is-dragover{border-color:#1677ff;background:#e6f4ff}.danger-tab{padding:8px 4px}.danger-tab .danger-row{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border:1px solid #f0f0f0;border-radius:6px;background:#fafafa}.version-list{display:flex;flex-direction:column;gap:8px;max-height:60vh;overflow-y:auto;padding:4px}.version-list .version-item{padding:12px 14px;border:1px solid #f0f0f0;border-radius:8px;background:#fff;transition:all .15s}.version-list .version-item:hover{border-color:#d9d9d9;box-shadow:0 2px 6px #0000000a}.version-list .version-item .version-item-header{display:flex;align-items:center;gap:8px;margin-bottom:6px}.version-list .version-item .version-item-header .version-number{font-weight:600;font-size:15px;font-family:SFMono-Regular,Consolas,monospace;color:#1a1a1a}.version-list .version-item .version-item-header .version-date{font-size:12px;color:#999;margin-left:auto}.version-list .version-item .version-item-meta{font-size:12px;color:#666;margin-bottom:10px;padding-left:2px}.version-list .version-item .version-item-actions{display:flex;gap:6px;flex-wrap:wrap;padding-top:8px;border-top:1px solid #fafafa}.skill-detail{display:flex;flex-direction:column;height:100%}.skill-detail>.ant-tabs{flex:1;display:flex;flex-direction:column;min-height:0}.skill-detail>.ant-tabs .ant-tabs-content-holder{flex:1;min-height:0;display:flex}.skill-detail>.ant-tabs .ant-tabs-content{flex:1;display:flex}.skill-detail>.ant-tabs .ant-tabs-tabpane-active{flex:1;display:flex;flex-direction:column}.skill-detail .skill-detail-header{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f0f0f0;margin-bottom:16px}.skill-detail .skill-detail-header .header-left{display:flex;align-items:center;gap:12px}.skill-detail .skill-detail-header .header-left .header-icon{width:44px;height:44px;border-radius:10px;overflow:hidden;flex-shrink:0}.skill-detail .skill-detail-header .header-left .header-icon img{width:100%;height:100%;object-fit:cover}.skill-detail .skill-detail-header .header-left .header-icon .icon-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:20px;font-weight:600;border-radius:10px}.skill-detail .skill-detail-header .header-left .header-info .header-title{display:flex;align-items:center;gap:8px}.skill-detail .skill-detail-header .header-left .header-info .header-title h2{margin:0;font-size:18px;font-weight:600}.skill-detail .skill-detail-header .header-left .header-info .header-meta{font-size:12px;color:#999;margin-top:2px}.skill-detail .skill-detail-header .header-actions{display:flex;gap:8px}.skill-detail .skill-detail-body{display:flex;gap:1px;background:#f0f0f0;border:1px solid #f0f0f0;border-radius:8px;overflow:hidden;flex:1;min-height:600px}.skill-detail .skill-detail-body .panel-header{padding:10px 12px;font-weight:600;font-size:13px;color:#333;border-bottom:1px solid #f0f0f0;background:#fafafa}.skill-detail .skill-detail-body .file-tree-panel{width:220px;flex-shrink:0;background:#fff;overflow:auto}.skill-detail .skill-detail-body .file-tree-panel .ant-tree{padding:4px;font-size:12px}.skill-detail .skill-detail-body .file-content-panel{flex:1;background:#fff;display:flex;flex-direction:column;overflow:hidden}.skill-detail .skill-detail-body .file-content-panel .file-content-empty,.skill-detail .skill-detail-body .file-content-panel .file-content-loading{display:flex;align-items:center;justify-content:center;flex:1}.skill-detail .skill-detail-body .file-content-panel .file-content-text{display:flex;flex-direction:column;flex:1;min-height:0}.skill-detail .skill-detail-body .file-content-panel .file-content-text .file-content-header{padding:8px 12px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0;background:#fafafa;font-size:12px;color:#666;flex-shrink:0}.skill-detail .skill-detail-body .file-content-panel .file-content-text .file-content-editor{flex:1;min-height:0;overflow:hidden}.skill-detail .skill-detail-body .file-content-panel .file-content-text .file-content-editor>section,.skill-detail .skill-detail-body .file-content-panel .file-content-text .file-content-editor .monaco-editor,.skill-detail .skill-detail-body .file-content-panel .file-content-text .file-content-editor .react-monaco-editor-container{height:100%!important}.skill-detail .skill-detail-body .file-content-panel .file-content-image{padding:16px;text-align:center;overflow:auto;flex:1}.skill-detail .skill-detail-body .file-content-panel .file-content-image img{max-width:100%;max-height:100%}.skill-detail .skill-detail-body .file-content-panel .file-content-binary{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;color:#999;gap:8px}.skill-detail .skill-detail-body .file-content-panel .file-content-unavailable{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:24px;background:#fafafa}.skill-detail .skill-detail-body .file-content-panel .file-content-unavailable .file-content-unavailable-title{font-size:14px;font-weight:500;color:#444}.skill-detail .skill-detail-body .file-content-panel .file-content-unavailable .file-content-unavailable-meta{font-size:12px;color:#999}.skill-eval-tab{padding:4px;display:flex;flex-direction:column;gap:8px;flex:1;min-height:0;overflow-y:auto}.skill-eval-tab .skill-eval-toolbar{display:flex;justify-content:space-between;align-items:center;padding-bottom:4px}.skill-eval-tab .skill-eval-loading,.skill-eval-tab .skill-eval-empty{flex:1;display:flex;align-items:center;justify-content:center;min-height:320px}.skill-eval-tab .skill-eval-row{display:flex;align-items:center;gap:12px;padding:10px 12px;border:1px solid #f0f0f0;border-radius:6px;background:#fff;cursor:pointer;transition:all .15s}.skill-eval-tab .skill-eval-row:hover{border-color:#1677ff;background:#fafcff}.skill-eval-tab .skill-eval-row .skill-eval-id{font-family:SFMono-Regular,Consolas,monospace;font-size:12px;color:#555;min-width:220px}.skill-eval-tab .skill-eval-row .skill-eval-main{flex:1;min-width:0}.skill-eval-tab .skill-eval-row .skill-eval-main .skill-eval-meta{font-size:11px;color:#999;margin-top:2px}.session-detail{display:flex;flex-direction:column;gap:12px}.session-info-card{background:#fff;border-radius:8px;padding:12px 16px;border:1px solid #e8e8e8}.turns-container{display:flex;flex-direction:column;gap:8px}.turn-collapse{background:#fff;border-radius:8px!important;border:1px solid #e8e8e8!important;overflow:hidden}.turn-collapse :global(.ant-collapse-header){padding:10px 16px!important;background:#fafafa;align-items:center!important}.turn-collapse :global(.ant-collapse-content){border-top:1px solid #f0f0f0}.turn-collapse :global(.ant-collapse-content-box){padding:12px 16px!important}.turn-error{padding:8px 12px;background:#fff1f0;color:#ff4d4f;font-size:13px;border-radius:6px;border:1px solid #ffccc7;margin-bottom:10px}.turn-messages{display:flex;flex-direction:column;gap:12px}.message-item{display:flex;flex-direction:column;gap:4px}.message-item.message-content.user{align-items:flex-end}.message-item.message-content.user .message-bubble-wrapper{flex-direction:row-reverse}.message-item.message-content.user .message-bubble{background:#1677ff;border-radius:16px 4px 16px 16px}.message-item.message-content.user .message-bubble :global(.md-link){color:#bfdbfe}.message-item.message-content.user .message-bubble :global(.md-blockquote){border-left-color:#ffffff80;color:#fffc}.message-item.message-content.user .message-bubble :global(.md-table) th,.message-item.message-content.user .message-bubble :global(.md-table) td{border-color:#fff3;color:#fff}.message-item.message-content.user .message-bubble :global(.md-table) th{background:#ffffff1a}.message-item.message-content.user .message-avatar{background:#1677ff;color:#fff}.message-item.message-content.user .message-meta{justify-content:flex-end}.message-item.message-content.assistant{align-items:flex-start}.message-item.message-content.assistant .message-bubble{background:#f5f5f5;border-radius:4px 16px 16px}.message-bubble-wrapper{display:flex;align-items:flex-start;gap:8px;max-width:88%}.message-avatar{width:32px;height:32px;border-radius:50%;background:#f0f0f0;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:14px}.message-bubble{padding:10px 14px;flex:1;min-width:0;position:relative}.message-bubble .bubble-copy-btn{position:absolute;top:4px;right:6px;opacity:0;transition:opacity .15s;pointer-events:none}.message-bubble:hover .bubble-copy-btn{opacity:1;pointer-events:auto}.message-meta{display:flex;align-items:center;gap:8px;padding:0 42px}.reasoning-block{margin-bottom:10px;border:1px solid #e6e0f5;border-left:3px solid #b39ddb;border-radius:8px;background:#faf8ff;overflow:hidden;transition:border-color .2s}.reasoning-block:hover{border-color:#cbbef0;border-left-color:#9575cd}.reasoning-toggle{display:flex;align-items:center;gap:6px;cursor:pointer;-webkit-user-select:none;user-select:none;padding:6px 10px}.reasoning-toggle .reasoning-icon{font-size:13px;color:#7e57c2}.reasoning-toggle .reasoning-label{font-size:12px;font-weight:500;color:#7e57c2}.reasoning-toggle .reasoning-caret{margin-left:auto;font-size:10px;color:#9575cd}.reasoning-toggle:hover .reasoning-label,.reasoning-toggle:hover .reasoning-icon{color:#673ab7}.reasoning-block.expanded .reasoning-toggle{border-bottom:1px solid #ede7f6}.reasoning-content{padding:8px 12px;font-size:12.5px;line-height:1.7;color:#5b5670;font-style:italic;max-height:360px;overflow-y:auto}.reasoning-content :global(.markdown-renderer){font-size:12.5px;color:#5b5670}.reasoning-content :global(code),.reasoning-content :global(pre){font-style:normal}.truncated-badge{margin-top:6px;padding:4px 8px;background:#fff7e6;color:#d46b08;border-radius:4px;font-size:12px;border:1px solid #ffe7ba}.message-tool-call,.message-tool-result{background:#fafafa;border:1px solid #e8e8e8;border-radius:8px;overflow:hidden;transition:border-color .2s}.message-tool-call:hover,.message-tool-result:hover{border-color:#d0d0d0}.message-tool-call.error,.message-tool-result.error{border-color:#ffccc7;background:#fff1f0}.message-header{display:flex;align-items:center;gap:8px;padding:7px 12px;background:#00000005;border-bottom:1px solid #f0f0f0}.message-icon.tool{color:#722ed1}.message-icon.error{color:#ff4d4f}.message-role{font-size:12px}.tool-body{padding:8px 12px;overflow-x:auto}.tool-body pre{margin:0;font-size:12px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;white-space:pre-wrap;word-break:break-all;color:#374151;max-height:300px;overflow-y:auto}.tool-body pre.error-text{color:#cf1322}.tool-call-args{display:flex;flex-direction:column;gap:4px}.tool-arg-row{display:flex;gap:8px;align-items:flex-start;font-size:12px;line-height:1.5}.tool-arg-key{flex-shrink:0;color:#722ed1;font-family:SFMono-Regular,Consolas,monospace;font-weight:500;min-width:80px}.tool-arg-key:after{content:":"}.tool-arg-val{color:#374151;word-break:break-word;flex:1}.message-system{text-align:center;padding:2px 0}.tool-pair-collapse{background:#fafafa;border-radius:8px!important;border:1px solid #e8e8e8!important;overflow:hidden}.tool-pair-collapse :global(.ant-collapse-header){padding:7px 12px!important;align-items:center!important;background:#f5f0ff}.tool-pair-collapse :global(.ant-collapse-content){border-top:1px solid #ede0ff}.tool-pair-collapse :global(.ant-collapse-content-box){padding:0!important}.tool-pair-collapse:hover{border-color:#c9b8ff!important}.tool-pair-tabs :global(.ant-tabs-nav){margin:0;padding:0 12px;background:#fff;border-bottom:1px solid #f0f0f0}.tool-pair-tabs :global(.ant-tabs-tab){font-size:12px;padding:6px 0}.tool-pair-tabs :global(.ant-tabs-content-holder){padding:0}.tool-tab-content{padding:10px 14px;font-size:13px;color:#374151;max-height:320px;overflow-y:auto}.tool-tab-content.tool-result-tab :global(.markdown-renderer){font-size:13px}.session-manage{padding:0}.workbench{flex:1;min-height:0;display:flex;gap:16px}.workbench .wb-left,.workbench .wb-center,.workbench .wb-right{background:#fff;border:1px solid rgba(148,163,184,.2);border-radius:14px;display:flex;flex-direction:column;min-height:0;overflow:hidden}.workbench .wb-left{width:260px;flex-shrink:0}.workbench .wb-left .wb-left-project{display:flex;align-items:center;gap:4px;padding:8px 10px 8px 6px;border-bottom:1px solid rgba(148,163,184,.16)}.workbench .wb-left .wb-left-head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid rgba(148,163,184,.16)}.workbench .wb-left .wb-left-head .wb-left-title{font-size:14px;font-weight:600;color:#1e293b}.workbench .wb-left .wb-session-list{flex:1;overflow-y:auto;padding:8px}.workbench .wb-left .wb-session-list .wb-session-item{padding:10px 12px;border-radius:10px;cursor:pointer;transition:all .15s ease;margin-bottom:4px;border:1px solid transparent}.workbench .wb-left .wb-session-list .wb-session-item:hover{background:#0ea5e90f}.workbench .wb-left .wb-session-list .wb-session-item.active{background:linear-gradient(135deg,#0ea5e91f,#2563eb1a);border-color:#0ea5e940}.workbench .wb-left .wb-session-list .wb-session-item .wb-session-title{display:flex;align-items:center;gap:8px;color:#1e293b;font-size:13px;font-weight:500}.workbench .wb-left .wb-session-list .wb-session-item .wb-session-title .wb-session-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workbench .wb-left .wb-session-list .wb-session-item .wb-session-meta{display:flex;justify-content:space-between;margin-top:4px;padding-left:22px;font-size:11px;color:#94a3b8;gap:8px}.workbench .wb-left .wb-session-list .wb-session-item .wb-session-meta span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workbench .wb-center{flex:1;min-width:0}.workbench .wb-center .wb-center-head{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid rgba(148,163,184,.16)}.workbench .wb-center .wb-center-body{flex:1;overflow-y:auto;padding:20px 24px;display:flex;flex-direction:column;gap:14px}.workbench .wb-center .wb-center-body .wb-bubble{max-width:86%;padding:12px 16px;border-radius:14px;font-size:14px;line-height:1.65;word-break:break-word}.workbench .wb-center .wb-center-body .wb-bubble--user{align-self:flex-end;background:linear-gradient(135deg,#0ea5e9,#2563eb);color:#fff;white-space:pre-wrap}.workbench .wb-center .wb-center-body .wb-bubble--assistant{align-self:flex-start;background:#f8fafc;border:1px solid rgba(148,163,184,.2);color:#1e293b;cursor:pointer;transition:border-color .15s ease}.workbench .wb-center .wb-center-body .wb-bubble--assistant:hover{border-color:#0ea5e959}.workbench .wb-center .wb-center-body .wb-bubble--assistant.previewing{border-color:#0ea5e98c;box-shadow:0 0 0 2px #0ea5e91f}.workbench .wb-center .wb-center-body .wb-bubble .wb-bubble-foot{display:flex;align-items:center;gap:8px;margin-top:6px}.workbench .wb-center .wb-center-body .wb-bubble .wb-bubble-foot .wb-bubble-process-hint{font-size:12px;color:#0ea5e9;opacity:.75}.workbench .wb-center .wb-composer{border-top:1px solid rgba(148,163,184,.16);padding:12px 16px;display:flex;flex-direction:column;gap:8px}.workbench .wb-center .wb-composer .wb-composer-agent{display:flex}.workbench .wb-center .wb-composer .wb-input-wrap{position:relative}.workbench .wb-center .wb-composer .wb-input-wrap textarea{border-radius:10px}.workbench .wb-center .wb-composer .wb-input-wrap .wb-mention{position:absolute;bottom:calc(100% + 6px);left:0;width:280px;max-height:280px;overflow-y:auto;background:#fff;border:1px solid rgba(148,163,184,.28);border-radius:10px;box-shadow:0 8px 24px #0f172a1f;padding:6px;z-index:20}.workbench .wb-center .wb-composer .wb-input-wrap .wb-mention .wb-mention-head{font-size:11px;color:#94a3b8;padding:4px 8px}.workbench .wb-center .wb-composer .wb-input-wrap .wb-mention .wb-mention-item{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:8px;cursor:pointer;font-size:13px;color:#1e293b}.workbench .wb-center .wb-composer .wb-input-wrap .wb-mention .wb-mention-item.active{background:#0ea5e91a}.workbench .wb-center .wb-composer .wb-input-wrap .wb-mention .wb-mention-item .wb-mention-name{font-weight:500}.workbench .wb-center .wb-composer .wb-input-wrap .wb-mention .wb-mention-item .wb-mention-code{margin-left:auto;font-size:11px;color:#94a3b8}.workbench .wb-center .wb-composer .wb-composer-actions{display:flex;justify-content:flex-end}.workbench .wb-right{width:320px;flex-shrink:0}.workbench .wb-right .wb-right-head{padding:14px 16px;border-bottom:1px solid rgba(148,163,184,.16);font-size:14px;font-weight:600;color:#1e293b}.workbench .wb-right .wb-right-body{flex:1;overflow-y:auto;padding:12px}.workbench .wb-right .wb-right-body .wb-plan{border:1px solid rgba(14,165,233,.25);border-radius:10px;padding:10px 12px;margin-bottom:12px;background:linear-gradient(135deg,#0ea5e90d,#2563eb0a)}.workbench .wb-right .wb-right-body .wb-plan .wb-plan-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.workbench .wb-right .wb-right-body .wb-plan .wb-plan-head .wb-plan-goal{font-size:13px;font-weight:600;color:#1e293b}.workbench .wb-right .wb-right-body .wb-plan .wb-plan-steps{margin:0;padding-left:18px}.workbench .wb-right .wb-right-body .wb-plan .wb-plan-steps .wb-plan-step{margin-bottom:6px}.workbench .wb-right .wb-right-body .wb-plan .wb-plan-steps .wb-plan-step .wb-plan-step-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.workbench .wb-right .wb-right-body .wb-plan .wb-plan-steps .wb-plan-step .wb-plan-step-row .wb-plan-step-title{font-size:12px;color:#334155}.workbench .wb-right .wb-right-body .wb-plan .wb-plan-steps .wb-plan-step .wb-plan-step-note{font-size:11px;color:#94a3b8;margin-top:2px}.workbench .wb-right .wb-right-body .wb-plan .wb-plan-steps .wb-plan-step.status-done .wb-plan-step-title{color:#94a3b8;text-decoration:line-through}.workbench .wb-right .wb-right-body .wb-plan .wb-plan-steps .wb-plan-step.status-in_progress .wb-plan-step-title{font-weight:600;color:#0ea5e9}.workbench .wb-right .wb-right-body .wb-thinking{white-space:pre-wrap;font-size:12px;color:#64748b;line-height:1.6;background:#f8fafc;border-radius:8px;padding:8px 10px}.workbench .wb-right .wb-right-body .wb-tool-card{border:1px solid rgba(148,163,184,.22);border-radius:10px;padding:10px 12px;margin-bottom:8px;cursor:pointer;transition:all .15s ease}.workbench .wb-right .wb-right-body .wb-tool-card:hover{border-color:#0ea5e966;box-shadow:0 2px 8px #0ea5e91f}.workbench .wb-right .wb-right-body .wb-tool-card .wb-tool-head{display:flex;align-items:center;gap:8px}.workbench .wb-right .wb-right-body .wb-tool-card .wb-tool-hint{margin-top:6px;font-size:12px;color:#94a3b8}@media(max-width:1280px){.workbench .wb-right{display:none}}@media(max-width:980px){.workbench .wb-left{width:200px}}.atlas-layout{background:transparent;height:calc(100vh - 136px);min-height:0}.atlas-layout .atlas-sider{background:#fff;border-radius:8px;margin-right:16px;box-shadow:0 1px 2px #00000008;display:flex;flex-direction:column}.atlas-layout .atlas-sider .atlas-sider-title{padding:16px 20px 8px;font-size:15px;font-weight:600;color:#141414;display:flex;align-items:center;gap:8px}.atlas-layout .atlas-sider .ant-layout-sider-children{padding:8px 0;display:flex;flex-direction:column}.atlas-layout .atlas-sider .atlas-menu{border-right:none}.atlas-layout .atlas-sider .atlas-menu .ant-menu-item,.atlas-layout .atlas-sider .atlas-menu .ant-menu-submenu-title{margin-block:4px;margin-inline:8px;width:calc(100% - 16px);border-radius:6px}.atlas-layout .atlas-content{background:transparent;overflow:hidden;display:flex;flex-direction:column;min-height:0}.atlas-page{background:#fff;border-radius:8px;padding:20px 24px;height:100%;min-height:0;overflow-y:auto;box-shadow:0 1px 2px #00000008}.atlas-page.atlas-page--table{overflow:hidden;display:flex;flex-direction:column}.atlas-page.atlas-page--table .atlas-page-header,.atlas-page.atlas-page--table .atlas-toolbar{flex-shrink:0}.atlas-page.atlas-page--table .atlas-table-area{flex:1;min-height:0}.atlas-page.atlas-page--table .atlas-table-area .ant-table-wrapper,.atlas-page.atlas-page--table .atlas-table-area .ant-spin-nested-loading,.atlas-page.atlas-page--table .atlas-table-area .ant-spin-container,.atlas-page.atlas-page--table .atlas-table-area .ant-table{height:100%}.atlas-page.atlas-page--table .atlas-table-area .ant-spin-container{display:flex;flex-direction:column}.atlas-page.atlas-page--table .atlas-table-area .ant-table{flex:1;min-height:0;display:flex;flex-direction:column}.atlas-page.atlas-page--table .atlas-table-area .ant-table-container{flex:1;min-height:0;overflow:auto}.atlas-page.atlas-page--table .atlas-table-area .ant-pagination{flex-shrink:0;margin:12px 0 0;padding-top:12px;border-top:1px solid #f0f0f0}.atlas-page.atlas-page--detail{overflow:hidden;display:flex;flex-direction:column}.atlas-page.atlas-page--detail .atlas-tabs-area{flex:1;min-height:0}.atlas-page.atlas-page--detail .atlas-tabs-area .ant-tabs{height:100%;display:flex;flex-direction:column}.atlas-page.atlas-page--detail .atlas-tabs-area .ant-tabs-content-holder{flex:1;min-height:0;overflow:auto}.atlas-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.atlas-page-header .atlas-page-title{margin:0;font-size:20px;line-height:28px;font-weight:600}.atlas-page-header .atlas-page-subtitle{margin-top:4px;color:#8c8c8c;font-size:13px}.atlas-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.atlas-mono,.atlas-page .mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace}.atlas-json-block{max-height:360px;overflow:auto;margin:0;padding:12px;border-radius:8px;background:#f6f8fa;font-size:12px}.atlas-kpi-card{border:1px solid #f0f0f0;border-radius:8px;padding:14px 16px;min-height:100px}.atlas-kpi-card .kpi-label{color:#8c8c8c;font-size:12px}.atlas-kpi-card .kpi-value{margin-top:8px;font-size:26px;line-height:32px;font-weight:650;color:#141414}.atlas-console{height:100%;min-height:0;display:flex;gap:16px}.atlas-console .atlas-console-main{flex:1;min-width:0;display:flex;flex-direction:column;background:#fff;border-radius:8px;box-shadow:0 1px 2px #00000008;overflow:hidden}.atlas-console .atlas-console-header{flex-shrink:0;padding:14px 20px;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;justify-content:space-between;gap:12px}.atlas-console .atlas-console-body{flex:1;min-height:0;overflow-y:auto;padding:20px}.atlas-console .atlas-console-composer{flex-shrink:0;padding:12px 16px;border-top:1px solid #f0f0f0}.atlas-console .atlas-console-side{width:320px;flex-shrink:0;background:#fff;border-radius:8px;box-shadow:0 1px 2px #00000008;overflow-y:auto;padding:16px}.atlas-bubble{border-radius:10px;padding:12px 14px;margin-bottom:12px;white-space:pre-wrap;word-break:break-word;line-height:1.6}.atlas-bubble.atlas-bubble--user{background:#e6f4ff;margin-left:48px}.atlas-bubble.atlas-bubble--assistant{background:#f6f8fa;margin-right:48px}.atlas-thinking{background:#fffbe6;border:1px solid #ffe58f;border-radius:8px;padding:10px 12px;margin-bottom:12px;color:#614700;font-size:13px;white-space:pre-wrap;word-break:break-word}.atlas-plan{border:1px solid rgba(14,165,233,.25);border-radius:8px;padding:10px 12px;margin-bottom:12px;background:linear-gradient(135deg,#0ea5e90d,#2563eb0a)}.atlas-plan .atlas-plan-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.atlas-plan .atlas-plan-steps{margin:0;padding-left:18px}.atlas-plan .atlas-plan-steps .atlas-plan-step{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px;font-size:13px;color:#334155}.atlas-plan .atlas-plan-steps .atlas-plan-step.status-done>span{color:#94a3b8;text-decoration:line-through}.atlas-plan .atlas-plan-steps .atlas-plan-step.status-in_progress>span{font-weight:600;color:#0ea5e9}.atlas-tool-card{border:1px solid #f0f0f0;border-radius:8px;padding:10px 12px;margin-bottom:10px;background:#fafafa}.atlas-tool-card .atlas-tool-card-head{display:flex;align-items:center;gap:8px;font-size:13px}.agent-runtime-layout{background:transparent;height:calc(100vh - 136px);min-height:0}.agent-runtime-layout .agent-runtime-sider{background:#fff;border-radius:8px;margin-right:16px;box-shadow:0 1px 2px #00000008}.agent-runtime-layout .agent-runtime-sider .ant-layout-sider-children{padding:8px 0}.agent-runtime-layout .agent-runtime-sider .agent-runtime-menu{border-right:none}.agent-runtime-layout .agent-runtime-sider .agent-runtime-menu .ant-menu-item,.agent-runtime-layout .agent-runtime-sider .agent-runtime-menu .ant-menu-submenu-title{margin-block:4px;margin-inline:8px;width:calc(100% - 16px);border-radius:6px}.agent-runtime-layout .agent-runtime-content{background:transparent;overflow:hidden;display:flex;flex-direction:column;min-height:0}.agent-module-page{background:#fff;border-radius:8px;padding:20px 24px;height:100%;min-height:0;overflow-y:auto;box-shadow:0 1px 2px #00000008}.agent-module-page.agent-module-page--table{overflow:hidden;display:flex;flex-direction:column}.agent-module-page.agent-module-page--table .module-header,.agent-module-page.agent-module-page--table .module-toolbar{flex-shrink:0}.agent-module-page.agent-module-page--table .table-area{flex:1;min-height:0}.agent-module-page.agent-module-page--table .table-area .ant-table-wrapper,.agent-module-page.agent-module-page--table .table-area .ant-spin-nested-loading,.agent-module-page.agent-module-page--table .table-area .ant-spin-container,.agent-module-page.agent-module-page--table .table-area .ant-table{height:100%}.agent-module-page.agent-module-page--table .table-area .ant-spin-container{display:flex;flex-direction:column}.agent-module-page.agent-module-page--table .table-area .ant-table{flex:1;min-height:0;display:flex;flex-direction:column}.agent-module-page.agent-module-page--table .table-area .ant-table-container{flex:1;min-height:0;overflow:auto}.agent-module-page.agent-module-page--table .table-area .ant-pagination{flex-shrink:0;margin:12px 0 0;padding-top:12px;border-top:1px solid #f0f0f0}.agent-module-page.agent-module-page--detail{overflow:hidden;display:flex;flex-direction:column}.agent-module-page.agent-module-page--detail .tabs-area{flex:1;min-height:0}.agent-module-page.agent-module-page--detail .tabs-area .ant-tabs{height:100%;display:flex;flex-direction:column}.agent-module-page.agent-module-page--detail .tabs-area .ant-tabs-content-holder{flex:1;min-height:0;overflow:auto}.module-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.module-header .module-title{margin:0;font-size:20px;line-height:28px;font-weight:600}.module-header .module-subtitle{margin-top:4px;color:#8c8c8c;font-size:13px}.module-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace}.runtime-kpi-card{border:1px solid #f0f0f0;border-radius:8px;padding:14px 16px;min-height:108px}.runtime-kpi-card .kpi-label{color:#8c8c8c;font-size:12px}.runtime-kpi-card .kpi-value{margin-top:8px;font-size:28px;line-height:34px;font-weight:650;color:#141414}.runtime-log-stream{background:#101418;border-radius:8px;padding:12px;max-height:380px;overflow:auto;color:#d6e4ff;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:12px}.runtime-log-stream .log-line{white-space:pre-wrap;word-break:break-word;line-height:20px}.runtime-log-stream .log-line.warn{color:#ffd666}.runtime-log-stream .log-line.error{color:#ff7875}.runtime-json-block{max-height:360px;overflow:auto;margin:0;padding:12px;border-radius:8px;background:#f6f8fa;font-size:12px}.runtime-command{display:block;white-space:pre-wrap;word-break:break-word;background:#f6f8fa;border-radius:6px;padding:8px 10px}.agent-console-page{display:flex;flex-direction:column;height:100%;min-height:0;background:transparent}.agent-console-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;background:#fff;border-radius:8px;box-shadow:0 1px 2px #00000008;margin-bottom:12px}.agent-console-header__left{display:flex;align-items:center;gap:10px}.agent-console-header__icon{color:#1677ff;font-size:18px}.agent-console-body{flex:1;min-height:0;display:grid;grid-template-columns:260px 1fr 320px;gap:12px}.agent-console-body.is-inspector-collapsed{grid-template-columns:260px 1fr}.agent-console-pane{background:#fff;border-radius:8px;box-shadow:0 1px 2px #00000008;display:flex;flex-direction:column;min-height:0;overflow:hidden}.agent-console-pane--left{padding:8px}.agent-console-pane--main{padding:0}.agent-console-pane--right{padding:12px 14px;overflow-y:auto}.agent-console-empty{flex:1;display:flex;align-items:center;justify-content:center}.agent-console-page--empty{height:100%;display:flex;align-items:center;justify-content:center}.console-prompt-templates{padding:8px 16px 0;background:#fff}.console-prompt-templates__label{display:block;margin-bottom:6px;font-size:12px}.console-session-tree{display:flex;flex-direction:column;height:100%;min-height:0}.console-session-tree__toolbar{display:flex;gap:6px;padding:4px 4px 8px;border-bottom:1px solid #f0f0f0}.console-session-tree__body{flex:1;min-height:0;overflow-y:auto;padding:6px 0}.console-session-group{margin-bottom:6px}.console-session-group__header{display:flex;align-items:center;gap:6px;padding:6px 10px;border-radius:6px;cursor:pointer;-webkit-user-select:none;user-select:none}.console-session-group__header:hover{background:#f5f5f5}.console-session-group__header.is-active{background:#e6f4ff}.console-session-group__icon{color:#1677ff;font-size:12px}.console-session-group__name{flex:1;font-size:13px;font-weight:600;color:#141414;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.console-session-group__count{font-size:11px;margin-inline-end:0}.console-session-group__list{padding:2px 4px 4px 16px}.console-session-item{display:flex;align-items:flex-start;gap:8px;padding:6px 10px;border-radius:6px;cursor:pointer;font-size:12px;color:#595959}.console-session-item:hover{background:#fafafa}.console-session-item.is-active{background:#e6f4ff;color:#1677ff}.console-session-item--draft{color:#1677ff;font-weight:500}.console-session-item__body{flex:1;min-width:0}.console-session-item__title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.console-session-item__meta{margin-top:2px;font-size:11px;color:#8c8c8c}.console-conversation{flex:1;min-height:0;overflow-y:auto;padding:16px 20px;background:#fafafa}.console-conversation--empty{display:flex;align-items:center;justify-content:center}.console-turn{margin-bottom:18px}.console-turn__user,.console-turn__assistant{display:flex;gap:10px;align-items:flex-start}.console-turn__user{margin-bottom:8px}.console-turn__avatar{flex-shrink:0;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f0f0f0;color:#595959;font-size:13px;font-weight:600}.console-turn__avatar--agent{background:#1677ff;color:#fff}.console-turn__content{flex:1;min-width:0}.console-turn__role{font-size:12px;color:#8c8c8c;font-weight:500}.console-turn__text{margin:4px 0 0;padding:8px 12px;border-radius:6px;background:#fff;border:1px solid #f0f0f0;white-space:pre-wrap;word-break:break-word;font-family:inherit;font-size:13px;line-height:1.6;color:#262626}.console-turn__assistant-header{display:flex;align-items:center;gap:4px;margin-bottom:6px}.console-turn__error{margin-top:8px;padding:8px 12px;background:#fff2f0;border:1px solid #ffccc7;border-radius:6px}.console-event-list{display:flex;flex-direction:column;gap:4px}.console-event{background:#fff;border:1px solid #f0f0f0;border-radius:6px;font-size:12px}.console-event__row{display:flex;align-items:center;gap:8px;padding:6px 10px;cursor:pointer}.console-event__row:hover{background:#fafafa}.console-event__icon{font-size:13px;flex-shrink:0}.console-event__label{font-weight:500;color:#262626}.console-event__type{margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:11px}.console-event__summary{flex:1;min-width:0;color:#8c8c8c;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.console-event__time{color:#bfbfbf;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:11px;flex-shrink:0}.console-event__toggle{color:#bfbfbf;flex-shrink:0}.console-event__payload{margin:0;padding:8px 12px;border-top:1px solid #f0f0f0;background:#fafbfc;font-size:11px;line-height:1.55;max-height:280px;overflow:auto;white-space:pre-wrap;word-break:break-all;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace}.console-event-empty{padding:12px;text-align:center}.console-composer{border-top:1px solid #f0f0f0;padding:12px 16px;background:#fff;position:relative}.console-composer__footer{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.console-composer__hint{color:#bfbfbf;font-size:12px}.console-command-palette{border:1px solid #f0f0f0;border-radius:6px;background:#fff;box-shadow:0 4px 12px #0000000f;margin-bottom:8px;max-height:220px;overflow-y:auto}.console-command-palette__header{padding:6px 12px;border-bottom:1px solid #fafafa;background:#fafbfc}.console-command-item{display:flex;align-items:center;gap:8px;padding:8px 12px;cursor:pointer;font-size:13px}.console-command-item:hover,.console-command-item.is-active{background:#f5f8ff}.console-command-item.is-disabled{opacity:.5;cursor:not-allowed}.console-command-item__label{color:#262626;font-weight:500}.console-command-item__desc{margin-left:auto;color:#8c8c8c;font-size:12px}.console-event__bubble{padding:6px 12px 10px}.console-event__bubble-text,.console-event__thinking{margin:0;white-space:pre-wrap;word-break:break-word;font-family:inherit;font-size:13px;line-height:1.6;color:#262626}.console-event__thinking{color:#595959;font-style:italic;padding:6px 12px 10px;background:#fafafa}.console-event--error{border-color:#ffccc7;background:#fff2f0}.console-event--success .console-event__label{color:#237804}.console-event--warning .console-event__label{color:#ad6800}.console-inspector{display:flex;flex-direction:column;gap:16px}.console-inspector__section .ant-descriptions-item-label{width:72px;color:#8c8c8c}.console-inspector__title{display:flex;align-items:center;gap:6px;margin-bottom:6px;font-size:13px;font-weight:600;color:#141414}.console-inspector__title .anticon{color:#1677ff}.console-inspector__link{margin-left:auto;color:#8c8c8c}.console-inspector__link:hover{color:#1677ff}.console-inspector__count{margin-left:auto;color:#8c8c8c;font-weight:400;font-size:12px}.console-inspector__skills{display:flex;flex-direction:column;gap:6px}.console-inspector__skill-item{display:flex;align-items:center;gap:8px;padding:4px 8px;border-radius:6px;background:#fafafa;font-size:12px}.console-inspector__skill-item .console-inspector__skill-icon{color:#1677ff;margin-right:4px}.console-inspector__skill-item .console-inspector__skill-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}
