.ai-panel{width:0;height:100%;background:#fff;border-left:none;display:flex;flex-direction:column;overflow:hidden;flex-shrink:0;transition:width .3s cubic-bezier(.4,0,.2,1)}.ai-panel.open{width:400px;border-left:1px solid #f0f0f0}.ai-panel.open.expanded{width:700px}.ai-panel-header-actions>span.active{color:#1677ff}.ai-panel-header{height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid #f0f0f0;flex-shrink:0}.ai-panel-header-left{display:flex;align-items:center;gap:8px}.ai-panel-header-icon{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#1677ff,#4096ff);display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px}.ai-panel-header-title{font-size:15px;font-weight:500;color:#333;white-space:nowrap}.ai-panel-header-actions{display:flex;align-items:center;gap:12px}.ai-panel-header-actions>span{cursor:pointer;color:#999;font-size:14px;transition:color .2s}.ai-panel-header-actions>span:hover{color:#333}.ai-chat-body{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:16px}.ai-empty-hint{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;padding:40px 20px;text-align:center}.ai-response-text p{margin:4px 0;line-height:1.8}.ai-msg-user{align-self:flex-end;max-width:85%;background:#1677ff;color:#fff;padding:10px 14px;border-radius:12px 12px 4px;font-size:14px;line-height:1.6;word-break:break-word}.ai-msg-bot{align-self:flex-start;max-width:95%;width:100%}.ai-thinking-toggle{display:flex;align-items:center;gap:6px;cursor:pointer;color:#999;font-size:13px;margin-bottom:8px;-webkit-user-select:none;user-select:none}.ai-thinking-toggle:hover{color:#666}.ai-thinking-toggle.no-expand{cursor:default}.ai-thinking-icon{display:inline-flex}.ai-thinking-icon.spinning{animation:ai-spin 2s linear infinite}.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{background:#f9f9f9;border-radius:8px;padding:10px 12px;margin-bottom:12px;font-size:13px;color:#666;line-height:1.7;white-space:pre-wrap;word-break:break-word}.ai-thinking-content p{margin:2px 0}.ai-thinking-hint{color:#999;font-style:italic}.ai-thinking-streaming{max-height:200px;overflow-y:auto;border-left:3px solid #1677ff;background:#f6f8fa}.ai-thinking-content ul{margin:4px 0;padding-left:16px}.ai-thinking-content li{margin-bottom:2px}.ai-response-section{font-size:14px;color:#333;line-height:1.8}.ai-response-section h4{font-size:14px;font-weight:600;margin:12px 0 6px;color:#333}.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{margin:12px 0;background:#fafafa;border-radius:8px;padding:12px}.ai-chart-title{font-size:14px;font-weight:600;margin-bottom:4px}.ai-chart-subtitle{font-size:12px;color:#999;margin-bottom:8px}.ai-suggestion{margin-top:12px;font-size:14px;line-height:1.8}.ai-suggestion-header{display:flex;align-items:center;gap:4px;font-weight:500;color:#333;margin-bottom:4px}.ai-suggestion-text{color:#555;padding-left:2px}.ai-input-area{border-top:1px solid #f0f0f0;padding:12px 16px;flex-shrink:0}.ai-input-box{display:flex;align-items:flex-start;border:1px solid #e8e8e8;border-radius:8px;padding:8px 12px;gap:8px;background:#fafafa}.ai-input-box textarea{flex:1;border:none;outline:none;background:transparent;font-size:14px;color:#333;min-width:0;resize:none;line-height:1.5;max-height:150px;overflow-y:auto;font-family:inherit}.ai-input-box textarea::placeholder{color:#bbb}.ai-input-footer{display:flex;align-items:center;justify-content:space-between;margin-top:8px;gap:10px}.ai-input-left-actions{display:flex;align-items:center;gap:8px;min-width:0;flex:1}.ai-deep-think{display:flex;align-items:center;gap:4px;font-size:13px;color:#999;cursor:pointer;padding:4px 8px;border-radius:4px;transition:all .2s;-webkit-user-select:none;user-select:none;white-space:nowrap}.ai-deep-think:hover{background:#f5f5f5}.ai-deep-think.active{color:#1677ff;background:#e6f4ff}.ai-model-select{min-width:0;max-width:160px;height:28px;padding:0 26px 0 8px;border:1px solid #e8e8e8;border-radius:4px;background:#fff;color:#666;font-size:12px;line-height:28px;outline:none}.ai-panel.expanded .ai-model-select{max-width:260px}.ai-model-select:focus{border-color:#1677ff}.ai-model-select:disabled{color:#bbb;background:#f5f5f5;cursor:not-allowed}.ai-input-right-actions{display:flex;align-items:center;gap:10px}.ai-attach-btn{cursor:pointer;color:#999;font-size:16px;transition:color .2s;display:flex;align-items:center}.ai-attach-btn:hover{color:#1677ff}.ai-send-btn{width:32px;height:32px;border-radius:50%;background:#1677ff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s;flex-shrink:0}.ai-send-btn:hover{background:#4096ff}.ai-send-btn:disabled{background:#d9d9d9;cursor:not-allowed}.ai-send-btn svg{color:#fff;font-size:14px}.ai-typing-indicator{display:flex;gap:4px;padding:8px 0}.ai-typing-dot{width:6px;height:6px;border-radius:50%;background:#999;animation:ai-typing 1.4s infinite}.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{display:inline-block;width:2px;height:14px;background:#333;margin-left:2px;vertical-align:text-bottom;animation:ai-blink 1s step-end infinite}@keyframes ai-blink{0%,to{opacity:1}50%{opacity:0}}.ai-streaming-thinking .ai-cursor{background:#999}@media (max-width: 768px){.ai-panel{position:fixed;top:0;right:0;bottom:0;width:0;height:100vh;z-index:1100;transition:width .25s cubic-bezier(.4,0,.2,1)}.ai-panel.open{width:100vw;border-left:none}.ai-panel.open.expanded{width:100vw}}.desktop-layout{display:flex}.mobile-tabbar,.mobile-header{display:none}.layout-collapse-trigger{align-items:center;color:#4b5563;cursor:pointer;display:inline-flex;flex-shrink:0;font-size:18px;height:32px;justify-content:center;margin-right:12px;width:32px}.layout-collapse-trigger:hover{color:#1677ff}.workbench-tabs{align-items:flex-end;display:flex;flex:1;gap:6px;min-width:0;overflow-x:auto;overflow-y:hidden;padding:7px 2px 0;scrollbar-width:none}.workbench-tabs::-webkit-scrollbar{display:none}.workbench-tab{align-items:center;background:#f7f8fa;border:1px solid #edf0f3;border-bottom-color:#e6e9ee;border-radius:8px 8px 0 0;color:#6b7280;cursor:pointer;display:inline-flex;flex:0 0 auto;font-family:inherit;font-size:13px;font-weight:400;gap:7px;height:34px;line-height:1;max-width:172px;min-width:96px;padding:0 10px 0 12px;position:relative;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease,transform .18s ease}.workbench-tab:hover{background:#fff;border-color:#dbe3ec;color:#374151}.workbench-tab.active{background:#fff;border-color:#dbe6f2;border-bottom-color:#fff;box-shadow:0 -1px #1677ff2e,0 8px 18px #0f172a14;color:#1f2937;font-weight:500;transform:translateY(-2px);z-index:1}.workbench-tab-icon{color:#a0a7b2;display:inline-flex;flex-shrink:0;font-size:13px}.workbench-tab.active .workbench-tab-icon{color:#1677ff}.workbench-tab-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workbench-tab-close{align-items:center;border-radius:4px;color:#a0a7b2;display:inline-flex;flex-shrink:0;font-size:10px;height:16px;justify-content:center;margin-left:2px;opacity:.75;width:16px}.workbench-tab-close:hover{background:#eef2f7;color:#4b5563;opacity:1}@media (max-width: 768px){.layout-sider,.layout-header{display:none!important}.layout-content{margin:0!important}.desktop-layout{min-width:auto!important}.mobile-tabbar{position:fixed;bottom:0;left:0;right:0;height:56px;background:#fff;display:flex;align-items:center;justify-content:space-around;border-top:1px solid #f0f0f0;z-index:1000;padding-bottom:env(safe-area-inset-bottom,0)}.mobile-tab-item{display:flex;flex-direction:column;align-items:center;gap:2px;cursor:pointer;padding:4px 0;text-decoration:none}.mobile-tab-icon{font-size:20px;color:#999}.mobile-tab-label{font-size:10px;color:#999}.mobile-tab-item.active .mobile-tab-icon,.mobile-tab-item.active .mobile-tab-label{color:#1677ff}}.m-dashboard{padding:0 16px 80px;background:#f5f7fa;min-height:100vh}.m-header{display:flex;align-items:center;justify-content:space-between;padding:16px 16px 20px;background:#fff;border-radius:0 0 16px 16px;margin:0 -16px 16px}.m-header-left{display:flex;align-items:center;gap:12px}.m-user-info{display:flex;flex-direction:column}.m-user-name{font-size:16px;font-weight:600;color:#1a1a1a;line-height:22px}.m-user-id{font-size:12px;color:#999;line-height:18px}.m-header-right{display:flex;align-items:center;gap:16px}.m-header-icon{font-size:20px;color:#333;cursor:pointer}.m-stat-cards{display:flex;gap:10px;margin-bottom:20px}.m-stat-card{flex:1;border-radius:10px;padding:12px 14px}.m-stat-card:nth-child(1){background:#eef5fc;border-top:3px solid #1677ff}.m-stat-card:nth-child(2){background:#fef5ee;border-top:3px solid #fa8c16}.m-stat-card:nth-child(3){background:#eefcf5;border-top:3px solid #52c41a}.m-stat-label{font-size:12px;color:#666;display:block}.m-stat-value-row{display:flex;align-items:baseline;gap:2px;margin-top:4px}.m-stat-value{font-size:26px;font-weight:700;color:#1a1a1a}.m-stat-unit{font-size:12px;color:#666}.m-section{margin-bottom:24px}.m-section-title{font-size:16px;font-weight:600;color:#1a1a1a;margin-bottom:14px}.m-action-grid{display:flex;flex-wrap:wrap}.m-action-item{width:20%;display:flex;flex-direction:column;align-items:center;margin-bottom:16px}.m-action-icon-solid{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px;color:#fff;margin-bottom:6px}.m-action-label{font-size:11px;color:#333;text-align:center}.m-alert-list{background:#fff;border-radius:10px;overflow:hidden}.m-alert-item{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #f5f5f5}.m-alert-item:last-child{border-bottom:none}.m-alert-left{display:flex;align-items:center;gap:10px;font-size:14px;color:#333}.m-alert-icon{color:#fa8c16;font-size:16px}.m-alert-time{font-size:12px;color:#999}.m-inventory-card{background:#fff;border-radius:10px;padding:16px;margin-bottom:14px}.m-inventory-summary{display:flex;gap:10px}.m-summary-card{flex:1;background:#fdf8f4;border-radius:10px;padding:14px 16px}.m-summary-label{font-size:12px;color:#888;display:block;margin-bottom:8px}.m-summary-value{font-size:30px;font-weight:700;color:#1a1a1a}.m-inventory-list{display:flex;flex-direction:column;gap:10px}.m-inv-item{background:#fff;border-radius:10px;padding:14px}.m-inv-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.m-inv-name{font-size:15px;font-weight:600;color:#1a1a1a}.m-inv-tags{display:flex;gap:4px}.m-inv-tag{font-size:10px;padding:2px 6px;border-radius:3px;background:#f0f0f0;color:#666}.m-inv-tag-danger{background:#fff1f0;color:#f5222d}.m-inv-details{display:flex;gap:16px;font-size:12px;color:#999;margin-bottom:10px}.m-tabbar{position:fixed;bottom:0;left:0;right:0;height:56px;background:#fff;display:flex;align-items:center;justify-content:space-around;border-top:1px solid #f0f0f0;z-index:1000;padding-bottom:env(safe-area-inset-bottom,0)}.m-tab-item{display:flex;flex-direction:column;align-items:center;gap:2px;cursor:pointer;padding:4px 0}.m-tab-icon{font-size:20px;color:#999}.m-tab-label{font-size:10px;color:#999}.m-tab-item.active .m-tab-icon,.m-tab-item.active .m-tab-label{color:#1677ff}.login-container{min-height:100vh;display:flex;background:#f0f4fa}.login-left{flex:1;background:linear-gradient(180deg,#edf2f8,#dce5f0,#cdd8e8);display:flex;flex-direction:column;justify-content:flex-start;padding:60px 70px;position:relative;overflow:hidden}.login-left-content{position:relative;z-index:1}.login-left-logo{margin-bottom:48px}.login-left-logo img{height:88px}.login-left-illustration{position:absolute;bottom:20px;right:-20px;width:85%;max-width:520px}.login-left-overlay{position:absolute;bottom:0;left:0;right:0;height:30%;background:linear-gradient(180deg,transparent 0%,rgba(195,210,230,.35) 100%)}.login-right{width:580px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#fff;padding:40px}.login-form{width:420px;max-width:100%}@media (max-width: 1279px){.login-left{padding:48px 50px}.login-left-logo img{height:72px}.login-right{width:500px}.login-form{width:380px}}@media (max-width: 1023px){.login-left{padding:40px}.login-left-logo img{height:60px}.login-left-logo{margin-bottom:32px}.login-right{width:440px;padding:32px}.login-form{width:340px}.login-left-illustration{width:90%;bottom:10px}}@media (max-width: 767px){.login-container{flex-direction:column}.login-left{display:none}.login-right{width:100%;flex:1;padding:48px 24px}.login-form{width:100%;max-width:400px}}@media (max-width: 480px){.login-right{padding:32px 16px}.login-form{max-width:100%}}.notfound-right{width:580px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#fff;padding:40px}.notfound-body{text-align:center;max-width:400px}.notfound-code{font-size:140px;font-weight:800;line-height:1;background:linear-gradient(135deg,#1677ff,#69b1ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:16px}.notfound-title{font-size:24px;font-weight:600;color:#1a1a1a;margin-bottom:12px}.notfound-desc{font-size:15px;color:#999;margin-bottom:40px;line-height:1.6}.notfound-actions{display:flex;gap:16px;justify-content:center}@media (max-width: 1279px){.notfound-right{width:500px}.notfound-code{font-size:120px}}@media (max-width: 1023px){.notfound-right{width:440px;padding:32px}.notfound-code{font-size:100px}}@media (max-width: 767px){.login-left{display:none}.notfound-right{width:100%;flex:1;padding:48px 24px}.notfound-code{font-size:100px}}@media (max-width: 480px){.notfound-right{padding:32px 16px}.notfound-code{font-size:80px}}.mobile-shell{min-height:100vh;background:#f5f7fb;color:#1f2937;padding:14px 14px 78px}.mobile-topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.mobile-title-block{display:flex;flex-direction:column;gap:2px}.mobile-eyebrow{font-size:12px;color:#6b7280}.mobile-title{margin:0;font-size:22px;line-height:30px;color:#111827}.mobile-icon-button{width:38px;height:38px;border:none;border-radius:8px;background:#fff;color:#2563eb;box-shadow:0 1px 4px #0f172a14}.mobile-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:18px}.mobile-stat{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:12px 10px;min-width:0}.mobile-stat-label{display:block;color:#6b7280;font-size:12px;line-height:16px;white-space:nowrap}.mobile-stat-value{display:block;color:#111827;font-size:24px;font-weight:700;line-height:30px;margin-top:4px}.mobile-section{margin-bottom:18px}.mobile-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.mobile-section-title{margin:0;font-size:16px;line-height:22px;color:#111827}.mobile-card-list{display:flex;flex-direction:column;gap:10px}.mobile-card{width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:14px;text-align:left;cursor:default}.mobile-card-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.mobile-card-title{margin:0;font-size:15px;line-height:22px;color:#111827;overflow-wrap:anywhere}.mobile-card-meta{margin-top:6px;color:#6b7280;font-size:12px;line-height:18px}.mobile-alert{border-left:3px solid #f59e0b}.mobile-alert.danger{border-left-color:#ef4444}.mobile-empty{color:#6b7280;font-size:13px;text-align:center;padding:20px 0}.mobile-tabbar-real{position:fixed;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));background:#fff;border-top:1px solid #e5e7eb;padding:6px 6px env(safe-area-inset-bottom);z-index:20}.mobile-tabbar-real button{height:50px;border:0;background:transparent;color:#6b7280;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:11px}.mobile-tabbar-real button.active{color:#2563eb}.mobile-delivery-status{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:12px}.mobile-field-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.mobile-time-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px}.mobile-setting-row{display:flex;align-items:center;justify-content:space-between;gap:14px}.mobile-setting-row>div{min-width:0}.mobile-detail-section{display:flex;flex-direction:column;gap:10px;margin-bottom:14px}.mobile-detail-line{border:1px solid #e5e7eb;border-radius:8px;padding:10px;background:#f9fafb}.mobile-timeline-item{border-left:3px solid #2563eb;border-radius:8px;background:#f9fafb;padding:10px 10px 10px 12px}@media (min-width: 720px){.mobile-shell{max-width:430px;margin:0 auto;box-shadow:0 0 0 1px #e5e7eb}.mobile-tabbar-real{max-width:430px;margin:0 auto}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#f5f7fa;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (max-width: 768px){body{overflow-x:hidden}}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#0000001f;border-radius:4px;transition:background .2s}::-webkit-scrollbar-thumb:hover{background:#00000040}::-webkit-scrollbar-corner{background:transparent}*{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.12) transparent}.ant-card{transition:box-shadow .3s ease,transform .2s ease}.ant-card:hover{box-shadow:0 4px 16px #00000014}.ant-menu-item-selected{font-weight:500}
