.ai-panel{background:#f7f9fc;border-left:none;flex-direction:column;flex-shrink:0;width:0;height:100%;transition:width .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.ai-panel.open{border-left:1px solid #d7e3f4;width:400px;box-shadow:-12px 0 30px #12345617}.ai-panel.open.expanded{width:700px}.ai-panel-header-actions>button.active{color:#1677ff;background:#eaf3ff;border-color:#cfe2ff}.ai-panel-header{background:linear-gradient(#fff 0%,#fbfdff 100%);border-bottom:1px solid #e2eaf5;flex-shrink:0;justify-content:space-between;align-items:center;min-height:64px;padding:11px 16px;display:flex}.ai-panel-header-left{align-items:center;gap:10px;min-width:0;display:flex}.ai-panel-header-icon{color:#fff;background:linear-gradient(135deg,#1677ff 0%,#4096ff 100%);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex}.ai-panel-header-title{color:#111827;white-space:nowrap;font-size:15px;font-weight:700;line-height:20px}.ai-panel-header-subtitle{color:#8c8c8c;white-space:nowrap;text-overflow:ellipsis;font-size:12px;line-height:18px;overflow:hidden}.ai-panel-header-actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.ai-panel-header-actions>button{cursor:pointer;color:#6b7280;background:0 0;border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;width:30px;height:30px;font-size:14px;transition:all .2s;display:inline-flex}.ai-panel-header-actions>button:hover{color:#1677ff;background:#f0f7ff;border-color:#d6e4ff}.ai-chat-body{scrollbar-width:thin;scrollbar-color:#c9d8eb transparent;flex-direction:column;flex:1;gap:14px;padding:16px;display:flex;overflow-y:auto}.ai-chat-body::-webkit-scrollbar{width:6px}.ai-chat-body::-webkit-scrollbar-thumb{background:#c9d8eb;border-radius:999px}.ai-history-panel{background:#fff;border:1px solid #dce8fb;border-radius:8px;flex-shrink:0;padding:12px;box-shadow:0 1px 2px #0f172a08}.ai-history-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.ai-history-title{color:#1f2937;font-size:14px;font-weight:600;line-height:20px}.ai-history-subtitle{color:#8c8c8c;margin-top:2px;font-size:12px;line-height:18px}.ai-history-actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.ai-history-actions button{color:#1677ff;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #d6e4ff;border-radius:6px;justify-content:center;align-items:center;gap:4px;height:26px;padding:0 10px;font-size:12px;line-height:24px;display:inline-flex}.ai-history-actions button:disabled{color:#bfbfbf;cursor:not-allowed;border-color:#f0f0f0}.ai-history-list{flex-direction:column;gap:6px;margin-top:10px;display:flex}.ai-history-item{background:#f8fafc;border-radius:6px;grid-template-columns:30px minmax(0,1fr);align-items:start;gap:8px;padding:6px 8px;font-size:12px;line-height:18px;display:grid}.ai-history-item span{color:#8c8c8c}.ai-history-item p{color:#4b5563;white-space:nowrap;text-overflow:ellipsis;margin:0;overflow:hidden}.ai-history-empty{color:#8c8c8c;margin-top:10px;font-size:12px;line-height:18px}.ai-business-toolkit{background:#fff;border:1px solid #dce8fb;border-radius:8px;flex-shrink:0;padding:12px;box-shadow:0 1px 2px #0f172a08}.ai-business-toolkit-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.ai-business-toolkit-title{color:#1f2937;font-size:14px;font-weight:600;line-height:20px}.ai-business-toolkit-subtitle{color:#8c8c8c;margin-top:2px;font-size:12px;line-height:18px}.ai-business-toolkit-retry{color:#1677ff;cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:0;font-size:12px;line-height:20px}.ai-business-toolkit-error{color:#cf1322;background:#fff1f0;border-radius:6px;margin-top:10px;padding:8px;font-size:12px;line-height:18px}.ai-business-toolkit-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:10px;display:grid}.ai-business-toolkit-stats span{color:#4b5563;text-align:center;white-space:nowrap;background:#f6f8fb;border:1px solid #edf2f7;border-radius:6px;min-width:0;padding:6px;font-size:12px;line-height:18px}.ai-business-toolkit-actions{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:6px;margin-top:10px;display:grid}.ai-business-toolkit-actions button{color:#1677ff;cursor:pointer;background:#fff;border:1px solid #d6e4ff;border-radius:6px;min-width:0;min-height:50px;font-size:12px;transition:border-color .2s,background .2s,box-shadow .2s,transform .2s}.ai-business-toolkit-actions .ai-tool-action{text-align:left;flex-direction:column;justify-content:center;align-items:flex-start;gap:2px;padding:7px 8px;display:flex}.ai-tool-action span{color:#1f2937;font-weight:600;line-height:16px}.ai-tool-action small{color:#8c8c8c;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:11px;line-height:15px;overflow:hidden}.ai-tool-action-risk{background:#fff7f6!important;border-color:#ffccc7!important}.ai-tool-action-risk span{color:#cf1322}.ai-tool-action-ready{background:#f7fbff!important;border-color:#d6e4ff!important}.ai-tool-action-empty{background:#fafafa!important;border-color:#f0f0f0!important}.ai-business-toolkit-actions button:hover:not(:disabled){background:#f0f7ff;border-color:#1677ff;transform:translateY(-1px);box-shadow:0 4px 12px #1677ff1f}.ai-business-toolkit-actions button:disabled{color:#bfbfbf;cursor:not-allowed;background:#fafafa;border-color:#f0f0f0}.ai-empty-hint{text-align:center;background:#fff;border:1px dashed #dce8fb;border-radius:8px;flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:220px;padding:36px 20px;display:flex}.ai-empty-icon{color:#1677ff;background:#eef5ff;border-radius:8px;justify-content:center;align-items:center;width:42px;height:42px;font-size:22px;display:flex}.ai-empty-title{color:#1f2937;margin-top:12px;font-size:14px;font-weight:600}.ai-empty-subtitle{color:#8c8c8c;margin-top:4px;font-size:12px}.ai-starter-prompts{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:18px;display:flex}.ai-starter-prompts button{color:#1677ff;cursor:pointer;background:#f7fbff;border:1px solid #d6e4ff;border-radius:999px;padding:0 12px;font-size:12px;line-height:28px;transition:all .2s}.ai-starter-prompts button:hover{background:#eaf3ff;border-color:#91caff;transform:translateY(-1px)}.ai-response-text p{margin:4px 0;line-height:1.8}.ai-msg-user{color:#fff;word-break:break-word;background:#1677ff;border-radius:10px 10px 4px;align-self:flex-end;max-width:85%;padding:10px 14px;font-size:14px;line-height:1.6;box-shadow:0 5px 14px #1677ff33}.ai-msg-bot{background:#fff;border:1px solid #e5edf7;border-radius:10px;align-self:flex-start;width:100%;max-width:95%;padding:12px 14px;box-shadow:0 2px 8px #0f172a0a}.ai-thinking-toggle{cursor:pointer;color:#999;-webkit-user-select:none;user-select:none;align-items:center;gap:6px;margin-bottom:8px;font-size:13px;display:flex}.ai-thinking-toggle:hover{color:#666}.ai-thinking-toggle.no-expand{cursor:default}.ai-thinking-icon{display:inline-flex}.ai-thinking-icon.spinning{animation:2s linear infinite ai-spin}.ai-thinking-icon.done{color:#52c41a}@keyframes ai-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ai-thinking-arrow{font-size:10px;transition:transform .2s}.ai-thinking-arrow.expanded{transform:rotate(180deg)}.ai-thinking-content{color:#666;white-space:pre-wrap;word-break:break-word;background:#f8fafc;border-radius:6px;margin-bottom:12px;padding:10px 12px;font-size:13px;line-height:1.7}.ai-thinking-content p{margin:2px 0}.ai-thinking-hint{color:#999;font-style:italic}.ai-thinking-streaming{background:#f6f8fa;border-left:3px solid #1677ff;max-height:200px;overflow-y:auto}.ai-thinking-content ul{margin:4px 0;padding-left:16px}.ai-thinking-content li{margin-bottom:2px}.ai-response-section{color:#333;font-size:14px;line-height:1.8}.ai-response-section h4{color:#333;margin:12px 0 6px;font-size:14px;font-weight:600}.ai-response-metrics{margin:8px 0;font-size:14px;line-height:2}.ai-response-metrics .metric-label{color:#666}.ai-response-metrics .metric-value{color:#333;font-weight:500}.ai-chart-container{background:#f8fafc;border:1px solid #edf2f7;border-radius:8px;margin:12px 0;padding:12px}.ai-chart-title{margin-bottom:4px;font-size:14px;font-weight:600}.ai-chart-subtitle{color:#999;margin-bottom:8px;font-size:12px}.ai-suggestion{margin-top:12px;font-size:14px;line-height:1.8}.ai-suggestion-header{color:#333;align-items:center;gap:4px;margin-bottom:4px;font-weight:500;display:flex}.ai-suggestion-text{color:#555;padding-left:2px}.ai-input-area{background:#fff;border-top:1px solid #e2eaf5;flex-shrink:0;padding:14px 16px 16px}.ai-input-box{background:#f7f9fc;border:1px solid #dce4ef;border-radius:10px;align-items:flex-start;gap:8px;padding:10px 12px;transition:border-color .2s,background .2s,box-shadow .2s;display:flex}.ai-input-box:focus-within{background:#fff;border-color:#1677ff;box-shadow:0 0 0 3px #1677ff14}.ai-input-box textarea{color:#333;resize:none;background:0 0;border:none;outline:none;flex:1;min-width:0;max-height:150px;font-family:inherit;font-size:14px;line-height:1.5;overflow-y:auto}.ai-input-box textarea::placeholder{color:#bbb}.ai-input-footer{justify-content:space-between;align-items:center;gap:10px;margin-top:8px;display:flex}.ai-input-left-actions{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.ai-deep-think{color:#6b7280;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;border:1px solid #0000;border-radius:6px;align-items:center;gap:4px;padding:5px 8px;font-size:12px;transition:all .2s;display:flex}.ai-deep-think:hover{background:#f3f7ff;border-color:#d6e4ff}.ai-deep-think.active{color:#1677ff;background:#e6f4ff;border-color:#cfe2ff}.ai-model-select{color:#666;background:#f8fafc;border:1px solid #dce4ef;border-radius:6px;outline:none;min-width:0;max-width:160px;height:30px;padding:0 26px 0 8px;font-size:12px;line-height:30px}.ai-panel.expanded .ai-model-select{max-width:260px}.ai-model-select:focus{border-color:#1677ff}.ai-model-select:disabled{color:#bbb;cursor:not-allowed;background:#f5f5f5}.ai-input-right-actions{align-items:center;gap:10px;display:flex}.ai-attach-btn{cursor:pointer;color:#999;align-items:center;font-size:16px;transition:color .2s;display:flex}.ai-attach-btn:hover{color:#1677ff}.ai-send-btn{cursor:pointer;background:#1677ff;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}.ai-send-btn:hover{background:#4096ff}.ai-send-btn:disabled{cursor:not-allowed;background:#d9d9d9}.ai-send-btn svg{color:#fff;font-size:14px}.ai-typing-indicator{gap:4px;padding:8px 0;display:flex}.ai-typing-dot{background:#999;border-radius:50%;width:6px;height:6px;animation:1.4s infinite ai-typing}.ai-typing-dot:nth-child(2){animation-delay:.2s}.ai-typing-dot:nth-child(3){animation-delay:.4s}@keyframes ai-typing{0%,60%,to{opacity:.3;transform:scale(.8)}30%{opacity:1;transform:scale(1)}}.ai-cursor{vertical-align:text-bottom;background:#333;width:2px;height:14px;margin-left:2px;animation:1s step-end infinite ai-blink;display:inline-block}@keyframes ai-blink{0%,to{opacity:1}50%{opacity:0}}.ai-streaming-thinking .ai-cursor{background:#999}@media (width<=768px){.ai-panel{z-index:1100;width:0;height:100vh;transition:width .25s cubic-bezier(.4,0,.2,1);position:fixed;top:0;bottom:0;right:0}.ai-panel.open{border-left:none;width:100vw}.ai-panel.open.expanded{width:100vw}}.desktop-layout{display:flex}.mobile-tabbar,.mobile-header{display:none}.layout-sider.ant-layout-sider{background:#f8fafd;border-right:1px solid #ededed;flex-shrink:0;height:100vh;overflow:hidden}.layout-sider .ant-layout-sider-children{flex-direction:column;height:100%;display:flex}.layout-brand{flex:0 0 56px;height:56px;padding:0 8px}.layout-brand-inner{border-bottom:1px solid #ededed;align-items:center;gap:8px;height:56px;padding:12px 8px;display:flex}.layout-brand.collapsed .layout-brand-inner{justify-content:center;padding-left:0;padding-right:0}.layout-brand-logo-frame{background:0 0;border-radius:6px;flex:0 0 32px;width:32px;height:32px;display:inline-block;position:relative;overflow:hidden}.layout-brand-logo{object-fit:contain;object-position:center;width:100%;height:100%;display:block}.layout-brand-name.ant-typography{color:#09090b;white-space:nowrap;margin:0;font-size:16px;font-weight:500;line-height:22px}.layout-sider-scroll{scrollbar-color:#d8dde6 transparent;scrollbar-width:thin;flex:1;min-height:0;overflow:hidden auto}.layout-sider-scroll::-webkit-scrollbar{width:4px}.layout-sider-scroll::-webkit-scrollbar-thumb{background:#d8dde6;border-radius:2px}.layout-menu.ant-menu{color:#666;background:0 0;border-inline-end:0;padding:8px;font-size:14px}.layout-menu.ant-menu-inline .ant-menu-item,.layout-menu.ant-menu-inline .ant-menu-submenu-title{border-radius:6px;align-items:center;width:100%;height:40px;margin:0;line-height:20px;display:flex;padding-left:16px!important;padding-right:16px!important}.layout-menu.ant-menu-inline>.ant-menu-item:first-child{border-radius:8px;margin:4px 0 13px;box-shadow:0 9px 0 -8px #ededed}.layout-menu .ant-menu-item:after{display:none}.layout-menu .ant-menu-item-group{border-bottom:1px solid #ededed;padding:4px 0}.layout-menu .ant-menu-item-group:last-child{border-bottom:0}.layout-menu .ant-menu-item-group-title{color:#999;align-items:center;height:32px;padding:0 8px;font-size:12px;line-height:18px;display:flex}.layout-menu .ant-menu-item .ant-menu-item-icon,.layout-menu .ant-menu-submenu-title .ant-menu-item-icon{color:#666;flex:0 0 16px;min-width:16px;font-size:16px;line-height:1}.layout-menu .ant-menu-item .ant-menu-item-icon+.ant-menu-title-content,.layout-menu .ant-menu-submenu-title .ant-menu-item-icon+.ant-menu-title-content{margin-inline-start:16px}.layout-menu .ant-menu-title-content{min-width:0}.layout-menu.ant-menu-light .ant-menu-item,.layout-menu.ant-menu-light .ant-menu-submenu-title{color:#666}.layout-menu.ant-menu-light .ant-menu-item:hover,.layout-menu.ant-menu-light .ant-menu-submenu-title:hover{color:#09090b;background:#f0f3f8}.layout-menu.ant-menu-light .ant-menu-item-selected{color:#09090b;background:#e6eaf2;font-weight:500}.layout-menu.ant-menu-light .ant-menu-item-selected .ant-menu-item-icon{color:#09090b}.layout-menu.ant-menu-inline .ant-menu-sub.ant-menu-inline{background:0 0}.layout-menu.ant-menu-inline .ant-menu-sub .ant-menu-item{border-radius:8px;padding-left:48px!important;padding-right:16px!important}.layout-content .ant-card:not(.ant-card-small)>.ant-card-head .ant-card-head-title{align-items:center;min-width:0;font-size:16px;font-weight:600;line-height:24px;display:inline-flex}.layout-route-title-icon{color:inherit;flex:0 0 17px;order:-1;align-items:center;width:17px;height:17px;margin-inline-end:8px;display:inline-flex}.layout-route-title-icon .anticon{font-size:17px;line-height:1;display:block}.layout-menu .ant-menu-submenu-arrow{color:#a8adb5;font-size:10px}.layout-menu.ant-menu-inline-collapsed{width:64px;padding-left:8px;padding-right:8px}.layout-menu.ant-menu-inline-collapsed .ant-menu-item-group-title{display:none}.layout-menu.ant-menu-inline-collapsed .ant-menu-item-group{padding:4px 0}.layout-menu.ant-menu-inline-collapsed>.ant-menu-item,.layout-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-item,.layout-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-submenu>.ant-menu-submenu-title{padding-left:calc(50% - 8px)!important;padding-right:calc(50% - 8px)!important}.layout-collapse-trigger{color:#4b5563;cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-right:12px;font-size:18px;display:inline-flex}.layout-collapse-trigger:hover{color:#1677ff}.workbench-tabs{scrollbar-width:none;flex:1;align-items:flex-end;gap:6px;min-width:0;padding:7px 2px 0;scroll-padding-inline:8px;display:flex;overflow:auto hidden}.workbench-tabs::-webkit-scrollbar{display:none}.workbench-tab{color:#6b7280;background:#f7f8fa;border:1px solid #edf0f3;border-bottom-color:#e6e9ee;border-radius:8px 8px 0 0;flex:none;align-items:center;gap:2px;min-width:96px;max-width:172px;height:34px;padding:0 6px 0 0;font-family:inherit;font-size:13px;font-weight:400;line-height:1;transition:background .18s,border-color .18s,box-shadow .18s,color .18s,transform .18s;display:inline-flex;position:relative}.workbench-tab-main{color:inherit;cursor:pointer;font:inherit;background:0 0;border:0;align-self:stretch;align-items:center;gap:7px;min-width:0;padding:0 4px 0 12px;display:inline-flex}.workbench-tab-main:focus-visible{border-radius:inherit;outline:0;box-shadow:inset 0 0 0 2px #3595ff73}.workbench-tab:hover{color:#374151;background:#fff;border-color:#dbe3ec}.workbench-tab.active{color:#1f2937;z-index:1;background:#fff;border-color:#dbe6f2 #dbe6f2 #fff;font-weight:500;transform:translateY(-2px);box-shadow:0 -1px #1677ff2e,0 8px 18px #0f172a14}.workbench-tab-icon{color:#a0a7b2;flex-shrink:0;font-size:13px;display:inline-flex}.workbench-tab.active .workbench-tab-icon{color:#1677ff}.workbench-tab-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.workbench-tab-close{color:#8b95a3;cursor:pointer;opacity:.82;background:0 0;border:0;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-left:1px;padding:0;font-family:inherit;font-size:11px;line-height:1;transition:color .16s,background-color .16s,box-shadow .16s,opacity .16s;display:inline-flex}.layout-user-trigger{align-items:center;gap:6px;display:inline-flex}.workbench-tab-close:hover{color:#344054;opacity:1;background:#e9edf2}.workbench-tab-close:focus-visible{color:#1677ff;opacity:1;background:#eaf2ff;outline:none;box-shadow:0 0 0 2px #1677ff3d}.workbench-tab-close .anticon{pointer-events:none;display:block}@media (width<=768px){.layout-sider,.layout-header{display:none!important}.layout-content{padding-bottom:calc(89px + env(safe-area-inset-bottom,0))!important;margin:0!important}.desktop-layout{min-width:auto!important}.mobile-tabbar{height:calc(65px + env(safe-area-inset-bottom,0));z-index:1000;padding:0 16px env(safe-area-inset-bottom,0);background:#fff;border-top:1px solid #f0f0f0;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}.mobile-tab-item{appearance:none;cursor:pointer;width:62px;min-height:50px;color:inherit;font:inherit;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:0 0;border:0;border-radius:8px;flex-direction:column;align-items:center;gap:2px;padding:6px 16px;text-decoration:none;display:flex}.mobile-tab-item:active{transform:translateY(1px)}.mobile-tab-item:focus-visible{outline-offset:1px;outline:2px solid #188ffd}.mobile-tab-icon{color:#999;font-size:26px;line-height:1}.mobile-tab-label{color:#999;white-space:nowrap;font-size:10px;line-height:14px}.mobile-tab-item.active{background:#e6eaf2}.mobile-tab-item.active .mobile-tab-icon,.mobile-tab-item.active .mobile-tab-label{color:#09090b}}@media (width>=769px){.layout-brand-name.ant-typography{color:#09090b;font-size:16px;font-weight:600;line-height:24px}.layout-collapse-trigger{margin-left:8px;margin-right:4px}.layout-header{background:#fff!important}.workbench-tabs{isolation:isolate;align-items:flex-end;gap:0;height:56px;padding:16px 0 0 8px}.workbench-tab{color:#8c8c8c;min-width:91px;max-width:180px;height:40px;box-shadow:none;background:0 0;border:0;border-right:1px solid #ededed;border-radius:0;padding:0;font-size:14px;transform:none}.workbench-tab:hover,.workbench-tab:focus-within{color:#262626;background:#f5f6f8;border-color:#ededed;border-radius:6px 6px 0 0}.workbench-tab-main{flex:1;justify-content:center;gap:8px;padding:0 14px}.workbench-tab.closable .workbench-tab-main{padding-right:34px}.workbench-tab.active{color:#09090b;z-index:2;background:#fff;border:1px solid #ededed;border-bottom-color:#fff;border-radius:6px 6px 0 0;min-width:123px;font-weight:500;transform:none;box-shadow:0 -2px 6px #111b240a}.workbench-tab.active.fixed .workbench-tab-main{padding-inline:16px}.workbench-tab-close{opacity:0;pointer-events:none;width:24px;height:24px;margin:0;position:absolute;top:7px;right:6px}.workbench-tab.active .workbench-tab-close,.workbench-tab:hover .workbench-tab-close,.workbench-tab:focus-within .workbench-tab-close{opacity:1;pointer-events:auto}.workbench-tab-icon,.workbench-tab.active .workbench-tab-icon{color:#3595ff;font-size:14px}.workbench-tab:not(.active) .workbench-tab-icon{color:#b7b9bb}.workbench-tab-label{line-height:20px}.layout-header-actions.ant-space{height:56px}.layout-header-actions .ant-space-item{align-items:center;display:flex}.layout-header-actions .ant-badge,.layout-header-actions>.ant-space-item>.anticon,.layout-header-actions .ant-btn{color:#09090b}.layout-header-actions>.ant-space-item>.anticon{text-align:center;width:32px;font-size:16px!important}.layout-header-actions .ant-btn{border-radius:8px;height:32px}.layout-user-trigger{gap:8px;padding:4px 0 4px 8px;height:40px!important}.layout-user-trigger .ant-avatar{background:#0b1624;width:32px;height:32px}.layout-user-copy{flex-direction:column;align-items:flex-start;min-width:76px;line-height:1;display:flex}.layout-user-copy .ant-typography{color:#09090b;margin:0;font-size:12px;line-height:18px}.layout-user-copy>span{color:#666;font-size:10px;line-height:15px}.layout-content{background:#fff}.dashboard-layout-content{position:relative}.dashboard-layout-content:before{z-index:0;content:"";pointer-events:none;background:#fff;border:1px solid #ededed;border-radius:16px;height:2453px;position:absolute;top:0;left:0;right:8px}.dashboard-layout-content .dashboard-page{z-index:1;position:relative}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f7fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}@media (width<=768px){body{overflow-x:hidden}}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#0000001f;border-radius:4px;transition:background .2s}::-webkit-scrollbar-thumb:hover{background:#00000040}::-webkit-scrollbar-corner{background:0 0}*{scrollbar-width:thin;scrollbar-color:#0000001f transparent}.ant-card{transition:box-shadow .3s,transform .2s}.ant-card:hover{box-shadow:0 4px 16px #00000014}.ant-menu-item-selected{font-weight:500}.purchase-inbound-filter-row.ant-row{min-width:1120px;overflow-x:auto;flex-wrap:nowrap!important}.purchase-inbound-filter-row.ant-row>.ant-col{flex:none!important}.purchase-inbound-filter-row.ant-row>.purchase-inbound-action-col{justify-content:flex-end;display:flex}.penalty-rate-input{align-items:stretch;width:100%;min-width:0;display:flex}.penalty-rate-input .ant-input-number{flex:auto;min-width:0}.penalty-rate-unit{white-space:nowrap;background:#fff;border:1px solid #d9d9d9;border-left:0;flex:0 0 52px;justify-content:center;align-items:center;height:32px;display:flex}.draft-recovery-control{vertical-align:middle;align-items:center;height:20px;margin-inline-end:4px;display:inline-flex}.ant-typography:has(>.draft-recovery-control){white-space:nowrap;align-items:center;gap:4px;line-height:20px;display:inline-flex}.ant-typography:has(>.draft-recovery-control) .draft-recovery-control{margin-inline-end:0}.draft-recovery-control .draft-recovery-button.ant-btn{color:#1677ff;white-space:nowrap;height:20px;padding:0 4px 0 0;font-size:12px;font-weight:400;line-height:20px}.draft-recovery-control .draft-recovery-button.ant-btn .anticon{vertical-align:-.08em;font-size:12px}.draft-recovery-button.ant-btn:hover{background:#e6f4ff}.draft-recovery-button.ant-btn:focus-visible{outline-offset:1px;outline:2px solid #1677ff40}.ant-table-wrapper,.ant-table-wrapper .ant-table,.ant-table-wrapper .ant-table-container,.ant-table-wrapper .ant-table-content{width:100%}.ant-table-wrapper table{width:100%!important;min-width:100%!important}.ant-table-wrapper .ant-table:not(.preserve-fixed-table-layout) table{table-layout:auto!important}.ant-table-wrapper .ant-table:not(.preserve-fixed-table-layout) table col{width:auto!important}.ant-table-wrapper .ant-table-content{overflow-x:auto}.ant-table-wrapper .ant-table-thead>tr>th,.ant-table-wrapper .ant-table-tbody>tr>td{white-space:nowrap}.ant-table-wrapper .ant-table-tbody>tr>td{text-overflow:ellipsis;overflow:hidden}.ant-table-wrapper .ant-table-cell-fix-right{background:#fff}.ant-table-wrapper .ant-table-thead .ant-table-cell-fix-right{background:#fafafa}.ant-table-wrapper .ant-table-cell-fix-right,.ant-table-wrapper .ant-table-tbody>tr>td.ant-table-cell:last-child{text-overflow:clip;white-space:nowrap;overflow:visible}.ant-table-wrapper .ant-table-cell .ant-space{flex-wrap:nowrap}.ant-table-wrapper .ant-btn.ant-btn-link{padding-inline:4px}.production-detail-view{color:#1f2937;padding:2px 2px 8px}.production-detail-hero{background:linear-gradient(120deg,#eff6ff 0%,#f8fbff 58%,#fff 100%);border:1px solid #dbeafe;border-radius:10px;margin-bottom:14px;position:relative;overflow:hidden}.production-detail-hero:before{content:"";background:#1677ff;width:4px;position:absolute;inset:0 auto 0 0}.production-detail-kicker{letter-spacing:.04em;margin-bottom:2px;font-size:12px;display:block}.production-detail-code{color:#102a43!important;margin:0 0 2px!important;font-size:22px!important}.production-detail-status{border-radius:999px;margin:0;padding:4px 12px;font-size:13px}.production-detail-metrics{margin-bottom:14px}.production-detail-metric{border:1px solid #edf0f5;border-top:3px solid #1677ff;border-radius:9px;height:100%;box-shadow:0 2px 8px #0f172a0a}.production-detail-metric-secondary{border-top-color:#13c2c2}.production-detail-metric-cost{border-top-color:#fa8c16}.production-detail-metric .ant-statistic-title{color:#64748b;margin-bottom:5px;font-size:12px}.production-detail-metric .ant-statistic-content{color:#0f172a;font-size:22px;font-weight:650}.production-detail-section{border:1px solid #edf0f5;border-radius:9px;margin-bottom:14px;box-shadow:0 2px 8px #0f172a08}.production-detail-section .ant-card-head{border-bottom:1px solid #f1f5f9;min-height:44px}.production-detail-section-title{color:#1e293b;font-weight:600}.production-detail-count{margin-left:8px;font-size:12px;font-weight:400}.production-detail-section .ant-descriptions-item-label{color:#64748b;background:#fafcff}.production-detail-lines .ant-table-thead>tr>th{color:#475569;background:#f8fafc;font-size:12px}.production-detail-lines .ant-table-tbody>tr:hover>td{background:#f8fbff!important}.production-detail-timeline .ant-card-body{padding:16px 20px 2px}@media (width<=576px){.production-detail-code{font-size:19px!important}.production-detail-metric .ant-statistic-content{font-size:18px}}.source-document-descriptions .ant-descriptions-item-label{width:130px!important;min-width:120px!important}
