#app{width:100%;height:100vh;overflow:hidden}#nprogress{pointer-events:none}#nprogress .bar{background:#29d;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #29d,0 0 5px #29d;opacity:1;-webkit-transform:rotate(3deg) translate(0px,-4px);-ms-transform:rotate(3deg) translate(0px,-4px);transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border:solid 2px transparent;border-top-color:#29d;border-left-color:#29d;border-radius:50%;-webkit-animation:nprogress-spinner .4s linear infinite;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .spinner,.nprogress-custom-parent #nprogress .bar{position:absolute}@-webkit-keyframes nprogress-spinner{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@keyframes nprogress-spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--sg-m-primary: #1576BC;--sg-m-orange: #FA8C16;--sg-m-bg: #f5f7fa;--sg-m-text: #1e293b;--sg-m-text-sub: #64748b;--sg-m-text-light: #94a3b8;--sg-m-border: #eef1f5;--sg-m-navbar-h: 48px;--sg-m-tabbar-h: 52px}html,body{-webkit-tap-highlight-color:transparent}body.sg-device-mobile #app{height:auto;min-height:100vh;overflow:visible}.sg-m-page{min-height:100vh;background:var(--sg-m-bg);color:var(--sg-m-text);font-size:14px;padding-bottom:calc(var(--sg-m-tabbar-h) + env(safe-area-inset-bottom) + 12px);box-sizing:border-box}.sg-m-page.sg-m-no-tabbar{padding-bottom:16px}.sg-m-page-body{padding:12px 16px 0}.sg-m-card{background:#fff;border-radius:12px;padding:14px;margin-bottom:12px;box-shadow:0 1px 4px #0f22400d;position:relative;overflow:hidden}.sg-m-card:active{background:#fafbfd}.sg-m-card-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.sg-m-card-title{font-size:15px;font-weight:600;color:var(--sg-m-text);flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sg-m-card-sub{font-size:12px;color:var(--sg-m-text-sub);margin-top:2px}.sg-m-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px 12px;margin-top:6px}.sg-m-card-grid.cols-1{grid-template-columns:1fr}.sg-m-field{display:flex;font-size:13px;line-height:1.6;min-width:0}.sg-m-field-label{color:var(--sg-m-text-light);flex-shrink:0;margin-right:6px}.sg-m-field-value{color:var(--sg-m-text);flex:1;min-width:0;word-break:break-all}.sg-m-card-actions{display:flex;gap:8px;margin-top:10px;justify-content:flex-end}.sg-m-badge{display:inline-block;padding:1px 8px;border-radius:10px;font-size:11px;line-height:18px;flex-shrink:0;background:#eef2f7;color:#64748b}.sg-m-badge.blue{background:#1576bc1a;color:var(--sg-m-primary)}.sg-m-badge.green{background:#52c41a1f;color:#389e0d}.sg-m-badge.orange{background:#fa8c161f;color:var(--sg-m-orange)}.sg-m-badge.red{background:#ff4d4f1f;color:#cf1322}.sg-m-badge.purple{background:#722ed11f;color:#531dab}.sg-m-badge.gray{background:#f0f2f5;color:#8c8c8c}.sg-m-head-card{margin:12px 16px;border-radius:14px;padding:18px 16px;color:#fff;background:linear-gradient(135deg,#1576bc,#2d84c4);box-shadow:0 4px 14px #1576bc40}.sg-m-head-card.orange{background:linear-gradient(135deg,#fa8c16,#d46b08);box-shadow:0 4px 14px #fa8c1640}.sg-m-head-card.green{background:linear-gradient(135deg,#52c41a,#237804);box-shadow:0 4px 14px #52c41a40}.sg-m-head-title{font-size:18px;font-weight:700;line-height:1.4;word-break:break-all}.sg-m-head-sub{font-size:12px;opacity:.85;margin-top:6px}.sg-m-head-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.sg-m-head-chip{background:#ffffff2e;border-radius:10px;padding:2px 10px;font-size:12px}.sg-m-section-title{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--sg-m-text);margin:16px 2px 8px}.sg-m-section-title:before{content:"";width:3px;height:14px;border-radius:2px;background:var(--sg-m-primary)}.sg-m-toolbar{display:flex;gap:8px;align-items:center;padding:10px 16px 6px;position:sticky;top:var(--sg-m-navbar-h);z-index:20;background:var(--sg-m-bg)}.sg-m-toolbar .ant-input-affix-wrapper,.sg-m-toolbar .ant-input{border-radius:20px}.sg-m-toolbar .ant-input-search{flex:1}.sg-m-segment{display:flex;background:#fff;border-radius:10px;padding:3px;margin:10px 16px 6px;overflow-x:auto}.sg-m-segment-item{flex:1;min-width:64px;text-align:center;padding:7px 4px;font-size:13px;color:var(--sg-m-text-sub);border-radius:8px;white-space:nowrap}.sg-m-segment-item.active{background:#1576bc1a;color:var(--sg-m-primary);font-weight:600}.sg-m-fixed-bottom{position:fixed;left:0;right:0;bottom:0;z-index:50;background:#fff;border-top:1px solid var(--sg-m-border);padding:10px 16px calc(10px + env(safe-area-inset-bottom));display:flex;gap:10px}.sg-m-fixed-bottom .ant-btn{flex:1;height:44px;border-radius:10px;font-size:15px}.sg-m-fab{position:fixed;right:18px;bottom:calc(var(--sg-m-tabbar-h) + env(safe-area-inset-bottom) + 20px);width:52px;height:52px;border-radius:50%;z-index:40;background:linear-gradient(135deg,#1576bc,#2d84c4);color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;box-shadow:0 6px 16px #1576bc66}.sg-m-fab:active{transform:scale(.94)}.sg-m-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px 8px;padding:6px 2px}.sg-m-grid-item{display:flex;flex-direction:column;align-items:center;gap:6px}.sg-m-grid-icon{width:46px;height:46px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:20px;color:#fff}.sg-m-grid-label{font-size:12px;color:var(--sg-m-text-sub)}.sg-m-empty{padding:48px 0;text-align:center;color:var(--sg-m-text-light);font-size:13px}.sg-m-load-more{text-align:center;color:var(--sg-m-text-light);font-size:12px;padding:12px 0 20px}.sg-m-page .ant-input,.sg-m-page .ant-input-affix-wrapper,.sg-m-page .ant-select-selector,.sg-m-page .ant-input-number,.sg-m-page .ant-picker{min-height:42px!important;border-radius:10px}.sg-m-page .ant-btn{min-height:40px;border-radius:10px}.sg-m-page .ant-btn-sm{min-height:30px}.sg-m-page .ant-checkbox-wrapper{font-size:13px}.sg-m-drawer .ant-drawer-body{padding:16px 16px calc(20px + env(safe-area-inset-bottom))}.sg-m-drawer .ant-form-item{margin-bottom:14px}.sg-m-drawer .ant-form-item-label>label{font-size:13px;color:var(--sg-m-text-sub)}.sg-m-filter-actions{display:flex;gap:10px;margin-top:8px}.sg-m-filter-actions .ant-btn{flex:1;height:44px;border-radius:10px}.sg-m-fn-drawer .ant-drawer-content-wrapper{border-radius:18px 18px 0 0;overflow:hidden}.sg-m-fn-drawer .ant-drawer-header{padding:12px 16px;border-bottom:1px solid var(--sg-m-border);background:#fff}.sg-m-fn-drawer .ant-drawer-header-title{flex-direction:row-reverse;justify-content:space-between}.sg-m-fn-drawer .ant-drawer-close{margin-right:0;color:var(--sg-m-text-light);font-size:16px}.sg-m-fn-title{display:flex;flex-direction:column;gap:2px;min-width:0}.sg-m-fn-title-text{font-size:16px;font-weight:700;color:var(--sg-m-text);line-height:1.4}.sg-m-fn-title-sub{font-size:11px;font-weight:400;color:var(--sg-m-text-sub)}.sg-m-fn-search{padding:10px 16px 8px;background:#fff}.sg-m-fn-search .ant-input-affix-wrapper{min-height:42px;border-radius:21px;background:#f5f7fa;border-color:transparent}.sg-m-fn-search .ant-input{font-size:16px}.sg-m-fn-search .ant-input-affix-wrapper-focused{box-shadow:0 0 0 2px #1576bc1f;background:#fff}.sg-m-fn-search-icon{color:var(--sg-m-text-light)}.sg-m-fn-chips{display:flex;align-items:center;gap:6px;min-height:44px;padding:0 16px 10px;background:#fff;border-bottom:1px solid var(--sg-m-border);overflow-x:auto;-webkit-overflow-scrolling:touch}.sg-m-fn-chips::-webkit-scrollbar{display:none}.sg-m-fn-chip{flex-shrink:0;min-height:30px;padding:4px 12px;border:none;border-radius:15px;background:#f0f3f7;color:var(--sg-m-text-sub);font-size:12px;font-family:inherit;white-space:nowrap;cursor:pointer;-webkit-appearance:none;transition:background-color .2s ease,color .2s ease}.sg-m-fn-chip.active{background:#1576bc1f;color:var(--sg-m-primary);font-weight:600}.sg-m-fn-chip:focus-visible{outline:2px solid var(--sg-m-primary);outline-offset:1px}.sg-m-fn-scroll{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:0 16px calc(24px + env(safe-area-inset-bottom));background:var(--sg-m-bg)}.sg-m-fn-group{padding-bottom:4px}.sg-m-fn-group-head{position:sticky;top:0;z-index:2;display:flex;align-items:center;gap:6px;padding:12px 2px 8px;background:#f5f7faf0;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.sg-m-fn-group-icon{font-size:15px;color:var(--sg-m-primary)}.sg-m-fn-group-title{margin:0;font-size:13px;font-weight:700;color:var(--sg-m-text)}.sg-m-fn-group-count{min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:#e8edf3;color:var(--sg-m-text-sub);font-size:11px;line-height:18px;text-align:center}.sg-m-fn-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(84px,1fr));gap:4px;background:#fff;border-radius:14px;padding:8px 4px 10px}.sg-m-fn-item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:6px;min-height:92px;padding:10px 4px 8px;border:none;border-radius:12px;background:transparent;font-family:inherit;cursor:pointer;-webkit-appearance:none;transition:transform .15s ease,background-color .2s ease}.sg-m-fn-item:active{transform:scale(.96);background:#f2f5f9}.sg-m-fn-item:focus-visible{outline:2px solid var(--sg-m-primary);outline-offset:1px}.sg-m-fn-item-icon{width:44px;height:44px;border-radius:13px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:20px;color:var(--sg-m-primary);background:#1576bc14;transition:background-color .2s ease,box-shadow .2s ease}.sg-m-fn-item-label{font-size:12px;line-height:1.35;color:var(--sg-m-text-sub);text-align:center;max-width:100%;overflow:hidden;word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.sg-m-fn-item.active .sg-m-fn-item-icon{box-shadow:inset 0 0 0 1.5px var(--sg-m-primary);background:#1576bc1f}.sg-m-fn-item.active .sg-m-fn-item-label{color:var(--sg-m-primary);font-weight:600}.sg-m-fn-item.is-pc .sg-m-fn-item-icon{color:#7a879e;background:#eef1f6}.sg-m-fn-item-tag{font-size:10px;line-height:16px;padding:0 6px;border-radius:8px;background:#eef1f6;color:#64748b}.sg-m-fn-loading{display:flex;align-items:center;justify-content:center;gap:8px;padding:48px 0;font-size:13px;color:var(--sg-m-text-light)}.sg-m-fn-empty{padding:48px 24px;text-align:center}.sg-m-fn-empty-icon{font-size:32px;color:#c3ccd9}.sg-m-fn-empty p{margin:10px 0 4px;font-size:14px;color:var(--sg-m-text-sub)}.sg-m-fn-empty span{font-size:12px;color:var(--sg-m-text-sub);line-height:1.6}.sg-m-fn-tip{margin:12px 4px 0;font-size:11px;color:var(--sg-m-text-sub);text-align:center;line-height:1.6}@media(prefers-reduced-motion:reduce){.sg-m-fn-item,.sg-m-fn-chip,.sg-m-fn-item-icon{transition:none}.sg-m-fn-item:active{transform:none}}.sg-m-timeline-item{position:relative;padding:0 0 16px 18px;border-left:2px solid #e8edf3;margin-left:6px}.sg-m-timeline-item:before{content:"";position:absolute;left:-6px;top:2px;width:10px;height:10px;border-radius:50%;background:var(--sg-m-primary)}.sg-m-timeline-item.gray:before{background:#c3ccd9}.sg-m-timeline-title{font-size:13px;font-weight:600}.sg-m-timeline-desc{font-size:12px;color:var(--sg-m-text-sub);margin-top:2px}.sg-m-chat{display:flex;flex-direction:column;gap:10px;padding:12px 16px}.sg-m-bubble{max-width:78%;padding:10px 12px;border-radius:12px;font-size:14px;line-height:1.6;word-break:break-all;white-space:pre-wrap}.sg-m-bubble.left{background:#fff;align-self:flex-start;border-top-left-radius:4px;box-shadow:0 1px 3px #0000000d}.sg-m-bubble.right{background:var(--sg-m-primary);color:#fff;align-self:flex-end;border-top-right-radius:4px}.sg-m-chat-inputbar{position:fixed;left:0;right:0;bottom:0;z-index:50;display:flex;gap:8px;padding:8px 12px calc(8px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid var(--sg-m-border)}.sg-m-chat-inputbar .ant-input{border-radius:20px}.sg-m-chat-inputbar .ant-btn{height:42px;border-radius:20px}.sg-m-hscroll{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch}.sg-m-hscroll::-webkit-scrollbar{display:none}body.sg-device-mobile .sg-layout .sg-sider{flex:0 0 80px!important;max-width:80px!important;min-width:80px!important;width:80px!important}body.sg-device-mobile .sg-inner-layout{margin-left:80px!important}body.sg-device-mobile .sg-sider .sg-logo-text{display:none!important}body.sg-device-mobile .sg-sider .sg-logo-inner{justify-content:center}body.sg-device-mobile .sg-sider .ant-menu-item,body.sg-device-mobile .sg-sider .ant-menu-submenu-title{width:100%!important;margin-inline:0!important;padding-inline:0!important;border-radius:0!important;text-align:center;justify-content:center}body.sg-device-mobile .sg-sider .ant-menu-title-content,body.sg-device-mobile .sg-sider .ant-menu-submenu-arrow,body.sg-device-mobile .sg-sider .ant-menu-indent-null,body.sg-device-mobile .sg-sider .ant-menu-item-indent{display:none!important}body.sg-device-mobile .sg-sider .ant-menu-item .anticon,body.sg-device-mobile .sg-sider .ant-menu-submenu-title .anticon{margin-right:0;font-size:18px}body.sg-device-mobile .sg-header{padding-inline:12px}body.sg-device-mobile .sg-breadcrumb{display:none}.mc-tabs{display:flex;background:#fff;padding:0 18px;box-shadow:0 1px 4px #00000005}.mc-tab{flex:1;display:flex;flex-direction:column;align-items:center;padding:14px 0 12px;position:relative;cursor:pointer}.mc-tab-text{font-size:15px;color:#9ca3af;transition:color .2s}.mc-tab.active .mc-tab-text{color:#1576bc;font-weight:600}.mc-tab-ind{position:absolute;bottom:0;width:24px;height:3px;background:linear-gradient(90deg,#1576bc,#2d84c4);border-radius:2px}.mc-search{padding:10px 18px 8px;background:#fff}.mc-search-box{display:flex;align-items:center;background:#f3f4f6;border-radius:10px;padding:0 12px;height:38px}.mc-search-box .anticon{color:#9ca3af;margin-right:6px;flex-shrink:0}.mc-search-input{flex:1;border:none;outline:none;background:transparent;font-size:13px;color:#374151;min-width:0}.mc-search-input::placeholder{color:#9ca3af}.mc-clear{font-size:12px;color:#9ca3af;padding:4px;cursor:pointer}.mc-list{padding:10px 18px}.mc-card{display:flex;width:100%;box-sizing:border-box;background:#fff;border-radius:10px;margin-bottom:10px;overflow:hidden;box-shadow:0 1px 6px #0000000a;cursor:pointer}.mc-accent{width:4px;flex-shrink:0}.mc-accent-blue{background:linear-gradient(180deg,#1576bc,#2d84c4)}.mc-accent-orange{background:linear-gradient(180deg,#f59e0b,#fbbf24)}.mc-accent-green{background:linear-gradient(180deg,#10b981,#34d399)}.mc-accent-red{background:linear-gradient(180deg,#ef4444,#f87171)}.mc-accent-gray{background:linear-gradient(180deg,#9ca3af,#d1d5db)}.mc-card-main{flex:1;padding:12px 14px 10px;min-width:0;overflow:hidden}.mc-row{display:flex;align-items:center;margin-bottom:5px}.mc-label{font-size:11px;color:#9ca3af;width:50px;flex-shrink:0}.mc-value{flex:1;font-size:13px;color:#1f2937;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mc-tag{display:inline-block;font-size:10px;padding:2px 7px;border-radius:4px;margin-left:auto;flex-shrink:0;font-weight:500}.mc-tag.default{background:#f3f4f6;color:#6b7280}.mc-tag.assigned,.mc-tag.info{background:#d6e8f5;color:#1576bc}.mc-tag.warning{background:#fef3c7;color:#d97706}.mc-tag.success{background:#d1fae5;color:#059669}.mc-tag.danger{background:#fee2e2;color:#dc2626}.mc-card-actions{display:flex;justify-content:flex-end;gap:8px;padding-top:8px;margin-top:3px;border-top:1px solid #f3f4f6}.mc-btn-act{padding:5px 14px;border-radius:6px;font-size:11px;font-weight:500;cursor:pointer;border:none}.mc-btn-assign{background:#1576bc;color:#fff}.mc-btn-unassign{background:#f3f4f6;color:#6b7280;border:1px solid #e5e7eb}.mc-card-footer{display:flex;justify-content:flex-end;padding-top:8px;border-top:1px solid #f3f4f6}.mc-btn-claim{background:linear-gradient(135deg,#1576bc,#2d84c4);padding:6px 18px;border-radius:6px;color:#fff;font-size:12px;font-weight:500;cursor:pointer;border:none}.mc-empty{padding:90px 30px;text-align:center}.mc-empty-icon{font-size:48px;display:block;margin-bottom:10px;opacity:.5}.mc-empty-text{font-size:15px;color:#6b7280;display:block;margin-bottom:4px}.mc-empty-sub{font-size:12px;color:#9ca3af;display:block}.mc-loadtip,.mc-nomore{text-align:center;padding:16px;font-size:12px;color:#9ca3af}.mc-fab{position:fixed;right:22px;bottom:90px;width:54px;height:54px;background:linear-gradient(135deg,#1576bc,#2d84c4);border-radius:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #1576bc66;color:#fff;font-size:26px;font-weight:300;cursor:pointer;z-index:50}.mc-modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:999;display:flex;align-items:center;justify-content:center}.mc-modal{width:290px;background:#fff;border-radius:12px;overflow:hidden}.mc-modal-header{display:flex;justify-content:space-between;align-items:center;padding:14px 16px 8px}.mc-modal-title{font-size:15px;font-weight:600;color:#1f2937}.mc-modal-close{font-size:14px;color:#9ca3af;padding:4px;cursor:pointer}.mc-modal-body{padding:4px 16px 12px}.mc-modal-footer{display:flex;border-top:1px solid #f3f4f6}.mc-dialog-btn{flex:1;text-align:center;padding:13px 0;font-size:14px;font-weight:500;cursor:pointer}.mc-dialog-btn.cancel{color:#6b7280}.mc-dialog-btn.confirm{color:#1576bc}.mc-dialog-btn.confirm.disabled{color:#bcd9ee}.mc-assign-btn{display:flex;align-items:center;gap:8px;padding:11px 12px;border-radius:8px;margin-bottom:8px;font-size:13px;font-weight:500;cursor:pointer}.mc-assign-btn.primary{background:#eaf3fb;color:#1576bc}.mc-assign-btn.secondary{background:#fffbeb;color:#d97706}.mc-divider-text{text-align:center;font-size:11px;color:#9ca3af;margin:6px 0;position:relative}.mc-divider-text:before,.mc-divider-text:after{content:"";position:absolute;top:50%;width:35%;height:1px;background:#e5e7eb}.mc-divider-text:before{left:0}.mc-divider-text:after{right:0}.mc-form-page{padding:0 12px 90px}.mc-cardbox{background:#fff;border-radius:12px;padding:14px;margin-top:12px;box-shadow:0 1px 6px #00000008}.mc-card-title{font-size:15px;font-weight:600;color:#1f2937;display:block;margin-bottom:10px}.mc-form-item{margin-bottom:12px}.mc-form-label{font-size:13px;color:#333;margin-bottom:6px;display:block}.mc-required{color:#f5222d}.mc-input{width:100%;height:40px;border:1px solid #e8e8e8;border-radius:6px;padding:0 12px;font-size:14px;box-sizing:border-box;outline:none;background:#fff}.mc-input:disabled{background:#f5f5f5;color:#999}.mc-textarea{width:100%;height:100px;border:1px solid #e8e8e8;border-radius:6px;padding:10px 12px;font-size:14px;box-sizing:border-box;outline:none;font-family:inherit}.mc-select{width:100%;height:40px;border:1px solid #e8e8e8;border-radius:6px;padding:0 8px;font-size:14px;box-sizing:border-box;background:#fff;outline:none}.mc-bottom{position:fixed;bottom:0;left:0;right:0;display:flex;gap:8px;padding:10px 16px calc(10px + env(safe-area-inset-bottom));background:#fff;box-shadow:0 -1px 4px #0000000f;z-index:60}.mc-btn{flex:1;height:42px;border-radius:8px;font-size:15px;font-weight:500;border:none;cursor:pointer}.mc-btn-primary{background:#1576bc;color:#fff}.mc-btn-primary:disabled{background:#a8cde7}.mc-btn-default{background:#fff;color:#333;border:1px solid #d9d9d9}.mc-btn-danger{background:#fff;color:#f5222d;border:1px solid #f5222d}.mc-info-row{display:flex;margin-bottom:6px;align-items:flex-start}.mc-info-label{width:80px;font-size:12px;color:#999;flex-shrink:0}.mc-info-value{flex:1;font-size:12px;color:#333;word-break:break-all}.mc-ai-grid{display:flex;flex-wrap:wrap;justify-content:space-between}.mc-btn-ai{width:calc(50% - 4px);display:flex;align-items:center;justify-content:center;gap:5px;height:38px;background:#f8f9fb;border:1px solid #e8eaed;border-radius:7px;font-size:13px;color:#4b5563;cursor:pointer;margin-bottom:8px}.mc-btn-ai.recording{background:#fef2f2;border-color:#fca5a5;color:#dc2626}.mc-ai-icon{width:16px;height:16px;flex-shrink:0}.mc-home{padding:14px 14px 0}.mc-user-card{position:relative;border-radius:14px;padding:16px 14px;margin-bottom:14px;overflow:hidden;min-height:64px}.mc-user-card-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#1576bc,#2d84c4,#4492cd);z-index:0}.mc-user-card-bg:after{content:"";position:absolute;top:-30px;right:-20px;width:140px;height:140px;border-radius:50%;background:#ffffff14}.mc-user-row{position:relative;z-index:1;display:flex;align-items:center}.mc-avatar-wrap{width:48px;height:48px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;margin-right:14px;flex-shrink:0;overflow:hidden}.mc-avatar-text{font-size:21px;color:#1576bc;font-weight:600}.mc-avatar-img{width:48px;height:48px;border-radius:50%;object-fit:cover}.mc-user-info{flex:1;min-width:0}.mc-greeting{font-size:17px;color:#fff;font-weight:600;display:block;margin-bottom:3px;letter-spacing:.5px}.mc-org-name{font-size:15px;color:#ffffffd9;display:block;letter-spacing:1px;font-weight:500;padding-top:2px}.mc-shortcut-card{display:flex;justify-content:space-between;background:#fff;border-radius:12px;padding:18px 4px;margin-bottom:18px;box-shadow:0 1px 8px #0000000a}.mc-shortcut-item{display:flex;flex-direction:column;align-items:center;width:20%;min-width:0;cursor:pointer}.mc-shortcut-icon{width:30px;height:30px;margin-bottom:7px}.mc-shortcut-label{font-size:11px;color:#374151;font-weight:500;margin-bottom:2px;white-space:nowrap}.mc-shortcut-desc{font-size:9px;color:#9ca3af;white-space:nowrap;transform:scale(.92)}.mc-section-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:10px}.mc-section-title{font-size:15px;font-weight:600;color:#1f2937}.mc-add-btn{padding:4px 10px;border-radius:12px;background:#1576bc;color:#fff;font-size:11px;font-weight:500;cursor:pointer;border:none}.mc-week-nav-row{display:flex;align-items:center;margin-bottom:10px;gap:5px}.mc-week-nav-btn{width:26px;height:26px;border-radius:50%;background:#f3f4f6;display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer;font-size:11px;color:#6b7280}.mc-week-timeline{display:flex;flex:1;gap:4px}.mc-week-day{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;height:54px;border-radius:9px;background:#fff;position:relative;box-shadow:0 1px 4px #00000008;cursor:pointer;box-sizing:border-box}.mc-day-today{border:1px solid #a8cde7}.mc-day-today .mc-day-week,.mc-day-today .mc-day-num{color:#1576bc}.mc-day-selected{background:#1576bc}.mc-day-selected .mc-day-week,.mc-day-selected .mc-day-num{color:#fff}.mc-day-num{font-size:14px;font-weight:600;color:#1f2937;margin-bottom:2px}.mc-day-week{font-size:10px;color:#9ca3af}.mc-day-badge{position:absolute;top:-4px;right:-4px;min-width:15px;height:15px;line-height:15px;border-radius:8px;text-align:center;font-size:8px;color:#fff;background:#ef4444;padding:0 3px}.mc-schedule-card{display:flex;align-items:center;justify-content:space-between;background:#fff;border-radius:8px;padding:14px 12px;margin-bottom:8px;box-shadow:0 1px 4px #00000005;border-left:3px solid #1576bc;cursor:pointer}.mc-schedule-left{display:flex;align-items:center;flex:1;overflow:hidden}.mc-schedule-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-right:10px}.mc-schedule-content{flex:1;overflow:hidden}.mc-schedule-title{font-size:12px;color:#374151;display:block;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mc-schedule-meta{font-size:11px;color:#9ca3af;margin-top:3px;display:block}.mc-schedule-tag{font-size:11px;padding:3px 8px;border-radius:4px;flex-shrink:0;margin-left:8px;font-weight:500}.mc-tag-active{color:#059669;background:#ecfdf5}.mc-tag-pending{color:#d97706;background:#fffbeb}.mc-tag-done{color:#6b7280;background:#f3f4f6}.mc-tag-info2{color:#1576bc;background:#eaf3fb}.mc-empty-card{background:#fff;border-radius:8px;padding:24px 20px;text-align:center;box-shadow:0 1px 6px #00000008;margin-bottom:8px;font-size:13px;color:#9ca3af}.mc-visit-card{display:flex;align-items:center;justify-content:space-between;background:#fff;border-radius:8px;padding:14px 12px;margin-bottom:8px;box-shadow:0 1px 4px #00000005;border-left:3px solid #f59e0b;cursor:pointer}.mc-visit-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-right:10px}.mc-dot-blue{background:#1576bc}.mc-dot-green{background:#10b981}.mc-dot-red{background:#ef4444}.mc-tab-badge{font-size:10px;color:#fff;background:#ef4444;min-width:16px;height:16px;line-height:16px;border-radius:8px;text-align:center;padding:0 4px}.mc-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.mc-head-left{display:flex;align-items:center;gap:6px;flex:1;overflow:hidden;min-width:0}.mc-code{font-size:14px;font-weight:600;color:#1f2937}.mc-type-badge{font-size:10px;color:#6b7280;background:#f3f4f6;padding:2px 7px;border-radius:4px;flex-shrink:0}.mc-btn-checkin{background:#1576bc;color:#fff}.mc-btn-comm{background:#f3f4f6;color:#6b7280;border:1px solid #e5e7eb}.mc-subtabs{display:flex;background:#fff;border-bottom:1px solid #f0f0f0}.mc-subtab{flex:1;text-align:center;padding:10px 0;font-size:13px;color:#666;cursor:pointer}.mc-subtab.active{color:#1576bc;font-weight:600;border-bottom:2px solid #1576bc}.mc-tab-content{padding:10px 14px 90px}.mc-status-text.pending{color:#fa8c16}.mc-status-text.completed{color:#52c41a}.mc-status-text.cancelled{color:#999}.mc-status-text.overdue{color:#f5222d}.mc-checkin-photo{width:100%;border-radius:6px;margin-top:6px;display:block}.mc-remark-text{font-size:13px;color:#333;line-height:1.6;white-space:pre-wrap;word-break:break-all}.mc-add-comm{text-align:center;padding:12px;background:#fff;border-radius:8px;margin-top:10px;font-size:14px;color:#1576bc;cursor:pointer}.mc-go-checkin{text-align:center;padding:12px;background:#1576bc;border-radius:8px;margin-top:10px;font-size:15px;color:#fff;font-weight:600;cursor:pointer}.mc-comm-card{background:#fff;border-radius:8px;padding:12px;margin-bottom:10px}.mc-comm-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.mc-comm-time{font-size:12px;color:#999}.mc-comm-channel{font-size:11px;color:#1576bc;background:#eaf3fb;padding:1px 6px;border-radius:4px;flex-shrink:0}.mc-comm-content{font-size:13px;color:#333;line-height:1.6;white-space:pre-wrap;word-break:break-all}.mc-comm-actions{display:flex;gap:12px;margin-top:8px;justify-content:flex-end}.mc-comm-action{font-size:12px;color:#1576bc;cursor:pointer}.mc-comm-action.danger{color:#f5222d}.mc-comm-row{display:flex;gap:8px;margin-bottom:12px}.mc-comm-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:5px;height:40px;background:#f8f9fb;border:1px solid #e8eaed;border-radius:7px;font-size:13px;color:#4b5563;cursor:pointer}.mc-comm-btn.recording{background:#fef2f2;border-color:#fca5a5;color:#dc2626}.mc-comm-icon{width:16px;height:16px;flex-shrink:0}.mc-comm-textarea{width:100%;height:100px;box-sizing:border-box;background:#f8f9fb;border:1px solid #e8eaed;border-radius:7px;padding:10px 12px;font-size:13px;color:#374151;line-height:1.6;margin-bottom:12px;font-family:inherit;outline:none;resize:none}.mc-modal-actions{display:flex;gap:8px}.mc-modal-actions .mc-btn{height:40px;font-size:14px;border-radius:7px}.mc-modal-wide{width:310px;padding:20px 16px;border-radius:12px}.mc-modal-center-title{font-size:16px;font-weight:700;color:#1f2937;text-align:center;margin-bottom:16px;display:block}.mc-loc-row{display:flex;align-items:center;gap:8px;padding-bottom:12px;margin-bottom:16px;border-bottom:1px solid #f0f0f0}.mc-loc-icon{font-size:20px}.mc-loc-info{flex:1;min-width:0}.mc-loc-text{font-size:14px;color:#333;display:block;word-break:break-all}.mc-loc-text.loading{color:#1576bc}.mc-loc-text.empty{color:#999}.mc-loc-detail{font-size:11px;color:#999;margin-top:2px;display:block}.mc-refresh{font-size:13px;color:#1576bc;white-space:nowrap;cursor:pointer}.mc-section-label{font-size:14px;color:#333;font-weight:600;margin-bottom:8px;display:block}.mc-photo-grid{display:flex;flex-wrap:wrap;gap:8px}.mc-photo-item{position:relative;width:100px;height:100px}.mc-photo-img{width:100px;height:100px;border-radius:6px;object-fit:cover;display:block}.mc-photo-remove{position:absolute;top:-6px;right:-6px;width:20px;height:20px;background:#f5222d;color:#fff;border-radius:50%;text-align:center;line-height:20px;font-size:14px;cursor:pointer}.mc-photo-add{width:100px;height:100px;border:1px dashed #d9d9d9;border-radius:6px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer}.mc-photo-add-icon{font-size:24px;margin-bottom:4px}.mc-photo-add-text{font-size:11px;color:#999}.mc-photo-preview{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;z-index:1300;display:flex;align-items:center;justify-content:center}.mc-photo-preview img{max-width:100%;max-height:100%;object-fit:contain}.mc-filter-bar{background:#fff;padding:10px 18px;box-shadow:0 1px 4px #00000005}.mc-filter-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.mc-filter-scroll::-webkit-scrollbar{display:none}.mc-filter-inner{display:flex;gap:8px;white-space:nowrap}.mc-filter-chip{font-size:12px;color:#6b7280;padding:6px 14px;border-radius:12px;background:#f3f4f6;font-weight:500;cursor:pointer;flex-shrink:0}.mc-filter-chip.active{color:#fff;background:linear-gradient(135deg,#1576bc,#2d84c4);box-shadow:0 2px 6px #1576bc40}.mc-rpt-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px;gap:8px}.mc-rpt-head-left{display:flex;flex-direction:column;gap:5px;flex:1;min-width:0;overflow:hidden}.mc-rpt-type{display:inline-flex;align-self:flex-start;padding:2px 8px;border-radius:4px;background:#f3f4f6}.mc-rpt-type.t-daily{background:#eaf3fb}.mc-rpt-type.t-weekly{background:#f5f3ff}.mc-rpt-type.t-monthly{background:#ecfdf5}.mc-rpt-type.t-quarterly{background:#fffbeb}.mc-rpt-type.t-yearly{background:#fdf2f8}.mc-rpt-type-text{font-size:10px;font-weight:600;color:#374151}.mc-rpt-period{font-size:13px;color:#4b5563;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mc-rpt-title{font-size:14px;color:#1f2937;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mc-card-footer-row{display:flex;align-items:center;gap:16px;padding-top:9px;border-top:1px solid #f3f4f6;flex-wrap:wrap}.mc-footer-item{display:flex;align-items:center;gap:2px;min-width:0}.mc-footer-label{font-size:11px;color:#9ca3af;flex-shrink:0}.mc-footer-text{font-size:11px;color:#9ca3af;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mc-content-text{font-size:13px;color:#333;line-height:1.8;white-space:pre-wrap;word-break:break-all}.mc-rstatus.draft{color:#999}.mc-rstatus.pending{color:#fa8c16}.mc-rstatus.approved{color:#52c41a}.mc-rstatus.rejected{color:#f5222d}.mc-type-selector{display:flex;gap:8px}.mc-type-item{flex:1;text-align:center;padding:8px 0;font-size:13px;color:#666;background:#f5f5f5;border-radius:6px;cursor:pointer;border:1px solid transparent}.mc-type-item.active{color:#1576bc;background:#eaf3fb;font-weight:600;border-color:#1576bc}.mc-ai-card{padding:10px 14px}.mc-btn-ai-full{width:100%;height:42px;background:#1576bc;color:#fff;border:none;border-radius:6px;font-size:14px;display:flex;align-items:center;justify-content:center;gap:5px;cursor:pointer}.mc-btn-ai-full:disabled{background:#a8cde7}.mc-ai-full-icon{width:18px;height:18px;flex-shrink:0}.mc-ai-frame{width:100%;min-height:240px;border:1px solid #f0f2f5;border-radius:8px;background:#fff}.mc-ai-bar{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:8px;font-size:12px;margin-bottom:10px}.mc-ai-bar.generating{background:#fffbeb;border:1px solid #fde68a;color:#92400e}.mc-ai-bar.failed{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.mc-ai-bar-link{margin-left:auto;color:#1576bc;cursor:pointer;flex-shrink:0}.mc-appr-item{display:flex;gap:10px;padding-bottom:14px}.mc-appr-badge{width:24px;height:24px;border-radius:50%;background:#e5e7eb;color:#6b7280;font-size:12px;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mc-appr-badge.done{background:#d1fae5;color:#059669}.mc-appr-badge.rejected{background:#fee2e2;color:#dc2626}.mc-appr-badge.current{background:#d6e8f5;color:#1576bc}.mc-appr-info{flex:1;min-width:0}.mc-appr-title{font-size:13px;color:#1f2937;font-weight:600}.mc-appr-meta{font-size:11px;color:#9ca3af;margin-top:3px}.mc-appr-comment{font-size:12px;color:#4b5563;margin-top:4px;background:#f8f9fb;border-radius:6px;padding:6px 8px}.mc-appr-empty{text-align:center;padding:30px 0;color:#9ca3af;font-size:13px}.mc-cal-page{padding:12px 14px 90px}.mc-cal-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.mc-cal-month{font-size:15px;font-weight:600;color:#1f2937}.mc-cal-today{font-size:12px;color:#1576bc;background:#eaf3fb;padding:4px 10px;border-radius:10px;cursor:pointer}.mc-cal-title-card{background:#fff;border-radius:10px;padding:16px 14px;margin-bottom:12px;border-left:4px solid #1576bc;box-shadow:0 1px 8px #0000000a;display:flex;justify-content:space-between;align-items:flex-start}.mc-cal-title-row{display:flex;align-items:center;flex:1;overflow:hidden}.mc-cal-color-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;margin-right:10px}.mc-cal-event-title{font-size:17px;font-weight:600;color:#1f2937;word-break:break-all}.mc-cal-status-tag{font-size:11px;padding:3px 9px;border-radius:4px;flex-shrink:0;margin-left:8px;font-weight:500}.mc-cal-status-active{color:#059669;background:#ecfdf5}.mc-cal-status-pending{color:#d97706;background:#fffbeb}.mc-cal-status-done{color:#6b7280;background:#f3f4f6}.mc-cal-status-info{color:#1576bc;background:#eaf3fb}.mc-cal-info-card{background:#fff;border-radius:10px;padding:2px 14px;margin-bottom:12px;box-shadow:0 1px 8px #0000000a}.mc-cal-info-row{display:flex;align-items:center;padding:12px 0;border-bottom:1px solid #f3f4f6}.mc-cal-info-row:last-child{border-bottom:none}.mc-cal-info-block{flex-direction:column;align-items:flex-start}.mc-cal-info-label{font-size:13px;color:#9ca3af;width:60px;flex-shrink:0}.mc-cal-info-block .mc-cal-info-label{margin-bottom:6px}.mc-cal-info-value{font-size:14px;color:#374151;flex:1;min-width:0;word-break:break-all}.mc-cal-allday{color:#1576bc;font-weight:500}.mc-cal-desc{font-size:13px;line-height:1.6;color:#6b7280;white-space:pre-wrap;word-break:break-all}.mc-cal-p-list{display:flex;flex-wrap:wrap;gap:6px;flex:1;min-width:0}.mc-cal-p-head{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap;padding:12px 0 8px}.mc-cal-p-summary{display:flex;flex-wrap:wrap;gap:8px}.mc-cal-sum-item{display:inline-flex;align-items:center;gap:3px;font-size:11px;color:#6b7280}.mc-cal-sum-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.mc-cal-p-tag{padding:3px 6px 3px 9px;border-radius:6px;background:#f1f5f9;display:inline-flex;align-items:center;gap:6px}.mc-cal-p-name{font-size:12px;color:#334155;display:inline-flex;align-items:center;gap:3px}.mc-cal-p-self{font-size:9px;color:#fff;background:#1576bc;border-radius:3px;padding:0 3px;line-height:14px}.mc-cal-p-status{font-size:10px;padding:1px 6px;border-radius:8px;display:inline-flex;align-items:center;gap:3px;font-weight:500}.mc-cal-p-sdot{width:5px;height:5px;border-radius:50%;flex-shrink:0}.mc-cal-my-actions{padding:10px 0 12px}.mc-cal-my-label{font-size:12px;color:#9ca3af;display:block;margin-bottom:8px}.mc-cal-my-seg{display:flex;gap:8px}.mc-cal-seg-btn{flex:1;padding:8px 0;border-radius:6px;font-size:13px;text-align:center;cursor:pointer;border:1.5px solid;background:#fff;font-weight:500;transition:all .15s}.mc-cal-seg-btn:disabled{opacity:.5}.mc-cal-my-btn{flex:1;padding:9px 0;border-radius:6px;font-size:13px;text-align:center;cursor:pointer;border:none;font-weight:500}.mc-cal-my-btn.confirm{background:#ecfdf5;color:#059669}.mc-cal-my-btn.tentative{background:#fffbeb;color:#d97706}.mc-cal-my-btn.reject{background:#fef2f2;color:#dc2626}.mc-cal-action-row{display:flex;gap:10px;margin-top:20px}.mc-cal-action-btn{flex:1;padding:14px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;cursor:pointer;border:none}.mc-cal-btn-delete{background:#fef2f2;color:#ef4444}.mc-cal-btn-edit{background:#1576bc;color:#fff}.mc-cal-btn-cancel{background:#f3f4f6;color:#6b7280}.mc-cal-btn-save{background:#1576bc;color:#fff;flex:2}.mc-cal-btn-save:disabled{background:#a8cde7}.mc-cal-form-card{background:#fff;border-radius:12px;padding:4px 14px;box-shadow:0 1px 8px #0000000a;margin-bottom:16px}.mc-cal-form-item{padding:12px 0;border-bottom:1px solid #f3f4f6}.mc-cal-form-item:last-child{border-bottom:none}.mc-cal-form-label{font-size:13px;color:#6b7280;margin-bottom:6px;display:block}.mc-cal-form-label-sm{font-size:11px;color:#9ca3af;margin-bottom:2px;display:block}.mc-cal-form-input{font-size:15px;color:#1f2937;padding:6px 0;width:100%;border:none;outline:none;background:transparent;box-sizing:border-box}.mc-cal-form-input::placeholder,.mc-cal-form-textarea::placeholder{color:#d1d5db}.mc-cal-form-textarea{font-size:14px;color:#374151;padding:6px 0;width:100%;height:80px;border:none;outline:none;background:transparent;resize:none;font-family:inherit;box-sizing:border-box}.mc-cal-form-row{display:flex;gap:8px}.mc-cal-item-half{flex:1;min-width:0;padding:12px 0;border-bottom:1px solid #f3f4f6}.mc-cal-row-inline{display:flex;gap:8px;align-items:center;flex-wrap:wrap;padding:12px 0;border-bottom:1px solid #f3f4f6}.mc-cal-picker{font-size:14px;color:#1f2937;padding:6px 8px;background:#f9fafb;border-radius:6px;text-align:center;border:1px solid #f0f0f0;width:100%;box-sizing:border-box;outline:none}.mc-cal-picker-sm{font-size:13px;color:#374151;padding:4px 6px;background:#f9fafb;border-radius:6px;border:1px solid #f0f0f0;width:100%;box-sizing:border-box;outline:none}.mc-cal-check-item{display:flex;align-items:center;gap:5px;cursor:pointer}.mc-cal-check-box{width:18px;height:18px;border-radius:4px;border:1px solid #d1d5db;background:#fff;position:relative;flex-shrink:0;box-sizing:border-box}.mc-cal-check-box.checked{background:#1576bc;border-color:#1576bc}.mc-cal-check-box.checked:after{content:"✓";position:absolute;top:0;right:0;bottom:0;left:0;color:#fff;font-size:12px;line-height:16px;text-align:center}.mc-cal-check-label{font-size:13px;color:#374151}.mc-cal-color-row{display:flex;gap:8px;flex-wrap:nowrap;padding-top:4px}.mc-cal-color-dot{width:24px;height:24px;border-radius:50%;border:2px solid transparent;cursor:pointer;box-sizing:border-box;flex-shrink:0}.mc-cal-color-dot.active{border-color:#1f2937;box-shadow:0 0 0 2px #fff,0 0 0 4px #1f2937}.mc-cal-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.mc-cal-form-link{font-size:12px;color:#1576bc;font-weight:500;cursor:pointer}.mc-cal-placeholder{font-size:13px;color:#d1d5db;display:block;padding:4px 0}.mc-cal-p-tags{display:flex;flex-wrap:wrap;gap:6px;padding-top:4px}.mc-cal-ptag{display:inline-flex;align-items:center;gap:3px;background:#eaf3fb;border-radius:4px;padding:4px 8px;cursor:pointer}.mc-cal-ptag-text{font-size:12px;color:#1576bc}.mc-cal-ptag-close{font-size:14px;color:#a8cde7;margin-left:2px;line-height:1}.mc-cal-pf-list{display:flex;flex-direction:column;gap:6px;padding-top:4px}.mc-cal-pf-row{display:flex;align-items:center;gap:8px;background:#f8fafc;border-radius:6px;padding:7px 10px}.mc-cal-pf-name{font-size:13px;color:#334155;flex:1;min-width:0;display:inline-flex;align-items:center;gap:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mc-cal-pf-remove{font-size:18px;color:#cbd5e1;cursor:pointer;line-height:1;flex-shrink:0;padding:0 2px}.mc-cal-pf-remove:active{color:#ef4444}.mc-pick-page{min-height:100%;background:#f5f5f5;padding-bottom:76px}.mc-pick-search{padding:10px 14px;background:#fff}.mc-pick-input{width:100%;box-sizing:border-box;background:#f3f4f6;border-radius:8px;padding:9px 12px;font-size:14px;color:#1f2937;border:none;outline:none}.mc-pick-list{padding:0 14px}.mc-pick-group{margin-top:12px}.mc-pick-group-title{font-size:12px;color:#9ca3af;font-weight:500;padding:4px 0;display:block}.mc-pick-user{display:flex;align-items:center;background:#fff;border-radius:8px;padding:12px 10px;margin-bottom:4px;cursor:pointer}.mc-pick-checkbox{width:20px;height:20px;border-radius:5px;border:1.5px solid #d1d5db;background:#fff;margin-right:10px;flex-shrink:0;position:relative;box-sizing:border-box}.mc-pick-checkbox.checked{background:#1576bc;border-color:#1576bc}.mc-pick-checkbox.checked:after{content:"✓";position:absolute;top:0;right:0;bottom:0;left:0;color:#fff;font-size:13px;line-height:17px;text-align:center}.mc-pick-user-info{flex:1;min-width:0}.mc-pick-user-name{font-size:14px;color:#1f2937;font-weight:500;display:block}.mc-pick-user-account{font-size:11px;color:#9ca3af;display:block;margin-top:2px}.mc-pick-bottom{position:fixed;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:10px 14px calc(10px + env(safe-area-inset-bottom));background:#fff;box-shadow:0 -1px 6px #0000000d;z-index:60}.mc-pick-count{font-size:13px;color:#6b7280}.mc-pick-confirm{background:#1576bc;border-radius:8px;padding:9px 24px;color:#fff;font-size:14px;font-weight:500;border:none;cursor:pointer}.mc-pick-empty{text-align:center;padding:40px 0;font-size:13px;color:#9ca3af}.mc-visit-left{display:flex;align-items:center;flex:1;overflow:hidden}.mc-visit-content{flex:1;overflow:hidden}.mc-visit-title{font-size:12px;color:#374151;display:block;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mc-visit-meta{font-size:11px;color:#9ca3af;margin-top:3px;display:block}.mc-visit-status{font-size:11px;padding:3px 8px;border-radius:4px;flex-shrink:0;margin-left:8px;font-weight:500}.mc-visit-status.pending{color:#d97706;background:#fffbeb}.mc-visit-status.done{color:#059669;background:#ecfdf5}.mc-visit-status.danger{color:#dc2626;background:#fef2f2}.mc-more-link{font-size:12px;color:#1576bc;cursor:pointer}.mc-wf-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.mc-wf-tab{position:relative;padding:5px 14px;border-radius:14px;background:#fff;font-size:12px;color:#6b7280;cursor:pointer;box-shadow:0 1px 3px #0000000a}.mc-wf-tab.active{background:#1576bc;color:#fff;font-weight:500}.mc-wf-badge{position:absolute;top:-5px;right:-5px;min-width:15px;height:15px;line-height:15px;padding:0 3px;border-radius:8px;background:#ef4444;color:#fff;font-size:9px;font-style:normal;text-align:center}.mc-wf-card{background:#fff;border-radius:8px;padding:12px;margin-bottom:8px;box-shadow:0 1px 4px #00000005;border-left:3px solid #1576bc;cursor:pointer}.mc-wf-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.mc-wf-card-title{font-size:13px;font-weight:500;color:#374151;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mc-wf-status{font-size:11px;padding:2px 8px;border-radius:4px;flex-shrink:0;font-weight:500}.mc-wf-status.pending{color:#d97706;background:#fffbeb}.mc-wf-status.done{color:#059669;background:#ecfdf5}.mc-wf-status.draft{color:#6b7280;background:#f3f4f6}.mc-wf-status.running{color:#1576bc;background:#eaf3fb}.mc-wf-status.danger{color:#dc2626;background:#fef2f2}.mc-wf-card-meta{font-size:11px;color:#9ca3af;margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mc-cust-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.mc-cust-head-left{display:flex;align-items:center;gap:6px;flex:1;min-width:0}.mc-cust-name{font-size:15px;font-weight:600;color:#1e293b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mc-level-badge{padding:2px 7px;border-radius:4px;flex-shrink:0}.mc-level-text{font-size:10px;font-weight:700}.mc-level-a{background:#ecfdf5}.mc-level-a .mc-level-text{color:#059669}.mc-level-b{background:#d6e8f5}.mc-level-b .mc-level-text{color:#1576bc}.mc-level-c{background:#fffbeb}.mc-level-c .mc-level-text{color:#d97706}.mc-level-d{background:#fef2f2}.mc-level-d .mc-level-text{color:#dc2626}.mc-code-tag{font-size:10px;color:#94a3b8;background:#f1f5f9;padding:2px 6px;border-radius:3px;flex-shrink:0}.mc-info-icon{width:14px;height:14px;margin-right:5px;flex-shrink:0;opacity:.55}.mc-cust-label{font-size:12px;color:#94a3b8;width:40px;flex-shrink:0}.mc-cust-value{flex:1;font-size:12px;color:#475569;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mc-cust-footer{padding-top:5px;border-top:1px solid #f1f5f9;display:flex;align-items:center}.mc-risk-indicator{display:flex;align-items:center;gap:4px}.mc-risk-dot{width:6px;height:6px;border-radius:50%}.mc-risk-low .mc-risk-dot{background:#10b981}.mc-risk-medium .mc-risk-dot{background:#f59e0b}.mc-risk-high .mc-risk-dot{background:#ef4444}.mc-risk-text{font-size:11px}.mc-risk-low .mc-risk-text{color:#059669}.mc-risk-medium .mc-risk-text{color:#d97706}.mc-risk-high .mc-risk-text{color:#dc2626}.mc-cd-page{min-height:100%;background:#f0f4f8;padding-bottom:76px}.mc-cd-header{margin:8px 12px 0;padding:8px 14px;box-sizing:border-box}.mc-cd-row{display:flex;align-items:center;margin-bottom:4px}.mc-cd-label{font-size:12px;color:#94a3b8;width:70px;flex-shrink:0}.mc-cd-value{font-size:14px;color:#1e293b;font-weight:600;flex:1;word-break:break-all}.mc-cd-name{font-size:15px;font-weight:700;color:#0f172a}.mc-cd-tabbar{display:flex;background:#fff;border-bottom:1px solid #f0f0f0;box-shadow:0 1px 4px #00000008;margin:0 12px;border-radius:8px 8px 0 0;overflow:hidden}.mc-cd-tab{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:10px 0;color:#94a3b8;position:relative;cursor:pointer;transition:color .25s}.mc-cd-tab.active{color:#1576bc}.mc-cd-tab.active:after{content:"";position:absolute;bottom:0;left:18%;right:18%;height:2px;background:#1576bc;border-radius:2px}.mc-cd-tab-icon{width:16px;height:16px}.mc-cd-tab-label{font-size:11px}.mc-cd-content{padding:10px 12px;box-sizing:border-box}.mc-cd-card{background:#fff;border-radius:10px;padding:14px;margin-bottom:10px;box-shadow:0 1px 6px #0000000a;overflow:hidden}.mc-cd-card-title{font-size:14px;font-weight:700;color:#1e293b;margin-bottom:10px;display:flex;align-items:center;gap:4px;padding-bottom:8px;border-bottom:1px solid #f1f5f9}.mc-cd-info-row{display:flex;align-items:flex-start;padding:5px 0}.mc-cd-info-label{font-size:12px;color:#94a3b8;width:92px;flex-shrink:0}.mc-cd-info-value{flex:1;font-size:12px;color:#334155;word-break:break-all}.mc-cd-risk-low{color:#059669}.mc-cd-risk-medium{color:#d97706}.mc-cd-risk-high{color:#dc2626}.mc-cd-badge{font-size:10px;padding:2px 7px;border-radius:4px}.mc-cd-badge.success{background:#d1fae5;color:#059669}.mc-cd-badge.danger{background:#fee2e2;color:#dc2626}.mc-cd-badge.pending{background:#fef3c7;color:#d97706}.mc-cd-sub{display:flex;align-items:center;gap:6px;margin-bottom:6px}.mc-cd-comm-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.mc-cd-comm-channel{font-size:11px;color:#1576bc;background:#eaf3fb;padding:2px 8px;border-radius:4px}.mc-cd-comm-time{font-size:11px;color:#94a3b8}.mc-cd-comm-content{font-size:12px;color:#334155;line-height:1.7}.mc-cd-comm-author{font-size:11px;color:#94a3b8;text-align:right;margin-top:6px}.mc-cd-risk-title-row{display:flex;align-items:center;gap:6px;margin-bottom:6px}.mc-cd-risk-tag{font-size:10px;padding:2px 7px;border-radius:4px;flex-shrink:0}.mc-cd-risk-tag.low{background:#d1fae5;color:#059669}.mc-cd-risk-tag.medium{background:#fef3c7;color:#d97706}.mc-cd-risk-tag.high{background:#fee2e2;color:#dc2626}.mc-cd-risk-title{font-size:13px;font-weight:600;color:#1e293b;flex:1;min-width:0}.mc-cd-risk-time{font-size:11px;color:#94a3b8}.mc-cd-risk-desc{font-size:12px;color:#475569;line-height:1.7}.mc-ws-page{min-height:100%;background:#f5f7fa;padding:14px;box-sizing:border-box}.mc-ws-header{padding:10px 4px 16px}.mc-ws-title{font-size:20px;font-weight:700;color:#1e293b;display:block}.mc-ws-subtitle{font-size:13px;color:#94a3b8;display:block;margin-top:3px}.mc-ws-grid{display:flex;flex-direction:column;gap:8px}.mc-ws-card{display:flex;align-items:center;background:#fff;border-radius:10px;padding:14px 12px;box-shadow:0 1px 6px #0000000a;transition:all .2s;cursor:pointer}.mc-ws-card:active{transform:scale(.98);background:#f8fafc}.mc-ws-icon{width:28px;height:28px;flex-shrink:0;margin-right:12px}.mc-ws-card-info{flex:1;min-width:0}.mc-ws-card-name{font-size:15px;font-weight:600;color:#1e293b;display:block}.mc-ws-card-desc{font-size:12px;color:#94a3b8;display:block;margin-top:2px}.mc-ws-arrow{font-size:18px;color:#cbd5e1;flex-shrink:0;margin-left:6px}.mc-pf-page{min-height:calc(100vh - 48px);background:#f0f4f8;display:flex;flex-direction:column;box-sizing:border-box;padding-bottom:calc(64px + env(safe-area-inset-bottom))}.mc-pf-header{position:relative;padding:30px 14px 20px;overflow:hidden}.mc-pf-header-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#1576bc,#2d84c4,#4492cd)}.mc-pf-header-bg:after{content:"";position:absolute;top:-60px;right:-40px;width:120px;height:120px;border-radius:50%;background:#ffffff0f}.mc-pf-header-content{position:relative;z-index:1;display:flex;align-items:center}.mc-pf-avatar-wrap{width:55px;height:55px;border-radius:50%;background:#fff;position:relative;margin-right:14px;flex-shrink:0;display:flex;align-items:center;justify-content:center;cursor:pointer}.mc-pf-avatar-img{width:55px;height:55px;border-radius:50%;object-fit:cover;display:block}.mc-pf-avatar-text{font-size:24px;color:#1576bc;font-weight:700}.mc-pf-avatar-badge{position:absolute;bottom:0;right:0;width:18px;height:18px;border-radius:50%;background:#1576bce6;display:flex;align-items:center;justify-content:center;font-size:10px;color:#fff}.mc-pf-info-col{flex:1;min-width:0}.mc-pf-name{font-size:17px;color:#fff;font-weight:700;display:block;letter-spacing:.5px}.mc-pf-company{font-size:12px;color:#ffffffd9;display:inline-block;background:#ffffff26;padding:2px 10px;border-radius:10px;margin-top:6px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box}.mc-pf-scroll{padding:10px 14px 0;box-sizing:border-box;flex:1;display:flex;flex-direction:column}.mc-pf-section{background:#fff;border-radius:10px;margin-bottom:10px;box-shadow:0 1px 8px #0000000a;overflow:hidden}.mc-pf-sec-head{display:flex;justify-content:space-between;align-items:center;padding:14px 14px 12px;cursor:pointer}.mc-pf-sec-head.open{border-bottom:1px solid #f1f5f9}.mc-pf-sec-title{font-size:15px;font-weight:700;color:#1e293b;padding-left:10px;position:relative}.mc-pf-sec-title:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:14px;background:#1576bc;border-radius:1.5px}.mc-pf-sec-arrow{font-size:16px;color:#94a3b8;transition:transform .3s}.mc-pf-sec-arrow.open{transform:rotate(90deg)}.mc-pf-sec-body{padding:10px 14px 14px}.mc-pf-sec-desc{font-size:12px;color:#94a3b8;display:block;margin-bottom:10px}.mc-pf-item{display:flex;align-items:center;padding:9px 0;border-bottom:1px solid #f8fafc}.mc-pf-label{width:80px;font-size:13px;color:#475569;font-weight:500;flex-shrink:0;line-height:1.2}.mc-pf-required{color:#ef4444;margin-right:2px}.mc-pf-input{flex:1;height:36px;border:1px solid #e2e8f0;border-radius:7px;padding:0 10px;font-size:14px;color:#1e293b;background:#fafbfc;box-sizing:border-box;outline:none;min-width:0}.mc-pf-input:focus{border-color:#1576bc;background:#fff}.mc-pf-select{flex:1;height:36px;border:1px solid #e2e8f0;border-radius:7px;padding:0 8px;font-size:14px;color:#1e293b;background:#fafbfc;box-sizing:border-box;outline:none;min-width:0}.mc-pf-value{flex:1;font-size:14px;color:#1e293b;font-weight:500}.mc-pf-value.readonly{color:#94a3b8;font-weight:400}.mc-pf-actions{padding-top:12px}.mc-pf-btn-primary{width:100%;height:40px;line-height:40px;background:linear-gradient(135deg,#1576bc,#2d84c4);color:#fff;font-size:14px;font-weight:600;border-radius:8px;border:none;box-shadow:0 2px 8px #1576bc40;cursor:pointer}.mc-pf-menu{background:#fff;border-radius:10px;margin-bottom:10px;box-shadow:0 1px 8px #0000000a;overflow:hidden;padding:0 14px}.mc-pf-menu-item{display:flex;align-items:center;gap:10px;min-height:48px;font-size:14px;color:#1e293b;border-bottom:1px solid #f8fafc;cursor:pointer}.mc-pf-menu-item:last-child{border-bottom:none}.mc-pf-menu-item .anticon{font-size:16px}.mc-pf-menu-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}.mc-pf-menu-arrow{margin-left:auto;font-size:12px;color:#cbd5e1}.mc-pf-logout{margin-top:6px;margin-bottom:32px;flex-shrink:0}.mc-pf-btn-logout{width:100%;height:40px;line-height:40px;background:#fff;color:#ef4444;font-size:14px;font-weight:500;border-radius:8px;border:1px solid #fecaca;cursor:pointer}.mc-pf-version{margin-top:auto;display:flex;align-items:center;justify-content:center;gap:4px;font-size:12px;color:#b0b8c4;padding:16px 0 calc(4px + env(safe-area-inset-bottom))}.mc-pf-version-icon{font-size:12px}.mc-an-page{min-height:100%;background:#f0f4f8;padding-bottom:20px}.mc-an-filter{display:flex;gap:8px;padding:10px 14px;background:#fff;box-shadow:0 1px 4px #00000008}.mc-an-chip{flex:1;text-align:center;padding:7px 0;border-radius:8px;background:#f1f5f9;font-size:13px;color:#64748b;cursor:pointer;transition:all .2s}.mc-an-chip.active{background:#1576bc;color:#fff;font-weight:600}.mc-an-body{padding:12px 14px}.mc-an-kpi-grid{display:flex;gap:8px;margin-bottom:12px}.mc-an-kpi{flex:1;background:#fff;border-radius:10px;padding:14px 10px;text-align:center;box-shadow:0 1px 6px #0000000a}.mc-an-kpi-icon{width:26px;height:26px;margin:0 auto 6px;display:block}.mc-an-kpi-value{font-size:20px;font-weight:700;color:#1e293b;display:block}.mc-an-kpi-label{font-size:11px;color:#94a3b8;display:block;margin-top:2px}.mc-an-card{background:#fff;border-radius:10px;padding:14px;margin-bottom:12px;box-shadow:0 1px 6px #0000000a}.mc-an-card-title{font-size:14px;font-weight:700;color:#1e293b;margin-bottom:12px;padding-left:9px;position:relative}.mc-an-card-title:before{content:"";position:absolute;left:0;top:2px;width:3px;height:14px;background:#1576bc;border-radius:1.5px}.mc-an-trend-item{margin-bottom:12px}.mc-an-trend-item:last-child{margin-bottom:0}.mc-an-trend-label{font-size:12px;color:#64748b;display:block;margin-bottom:4px}.mc-an-trend-row{display:flex;align-items:baseline;gap:8px;margin-bottom:5px}.mc-an-trend-current{font-size:18px;font-weight:700;color:#1e293b}.mc-an-trend-change{font-size:11px;font-weight:600}.mc-an-trend-change.up{color:#10b981}.mc-an-trend-change.down{color:#ef4444}.mc-an-trend-bar-wrap{height:6px;background:#f1f5f9;border-radius:3px;overflow:hidden}.mc-an-trend-bar{height:100%;border-radius:3px;transition:width .5s ease}.mc-an-bar-item{display:flex;align-items:center;margin-bottom:10px}.mc-an-bar-item:last-child{margin-bottom:0}.mc-an-bar-label{width:40px;font-size:12px;color:#64748b;text-align:right;margin-right:10px;flex-shrink:0}.mc-an-bar-track{flex:1;height:18px;background:#f1f5f9;border-radius:5px;overflow:hidden}.mc-an-bar-fill{height:100%;border-radius:5px;display:flex;align-items:center;justify-content:flex-end;padding-right:6px;box-sizing:border-box;transition:width .5s ease;min-width:26px}.mc-an-bar-value{font-size:10px;color:#fff;font-weight:600}.mc-an-dist-item{margin-bottom:12px}.mc-an-dist-item:last-child{margin-bottom:0}.mc-an-dist-header{display:flex;align-items:center;gap:6px;margin-bottom:5px}.mc-an-dist-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.mc-an-dist-label{font-size:12px;color:#475569;flex:1;min-width:0}.mc-an-dist-count{font-size:11px;color:#94a3b8}.mc-an-dist-pct{font-size:11px;color:#64748b;font-weight:600;width:36px;text-align:right}.mc-an-dist-bar-bg{height:6px;background:#f1f5f9;border-radius:3px;overflow:hidden}.mc-an-dist-bar-fill{height:100%;border-radius:3px;transition:width .5s ease}.mc-an-activity-item{display:flex;align-items:flex-start;gap:8px;padding:8px 0;border-bottom:1px solid #f8fafc}.mc-an-activity-item:last-child{border-bottom:none}.mc-an-activity-dot{width:7px;height:7px;border-radius:50%;margin-top:5px;flex-shrink:0}.mc-an-activity-info{flex:1;min-width:0}.mc-an-activity-text{font-size:12px;color:#475569;display:block;line-height:1.6}.mc-an-activity-time{font-size:11px;color:#94a3b8;display:block;margin-top:2px}.mc-an-empty{text-align:center;padding:20px 0;font-size:12px;color:#94a3b8}.sg-m-layout[data-v-2c05dac7]{min-height:100vh;background:var(--sg-m-bg, #f5f7fa)}.sg-m-navbar[data-v-2c05dac7]{position:sticky;top:0;z-index:100;height:48px;display:flex;align-items:center;padding:0 12px;background:#fff;border-bottom:1px solid #eef1f5}.sg-m-navbar-title[data-v-2c05dac7]{flex:1;text-align:center;font-size:16px;font-weight:600;color:#1e293b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0 8px}.sg-m-navbar-left[data-v-2c05dac7],.sg-m-navbar-right[data-v-2c05dac7]{display:flex;align-items:center;gap:12px;min-width:44px}.sg-m-navbar-right[data-v-2c05dac7]{justify-content:flex-end}.sg-m-navbar-btn[data-v-2c05dac7]{font-size:18px;color:#1e293b;padding:12px;cursor:pointer}.sg-m-navbar-action[data-v-2c05dac7]{font-size:14px;color:var(--sg-m-primary, #1576BC);padding:12px 4px;cursor:pointer;display:flex;align-items:center;gap:4px}.sg-m-navbar-action.danger[data-v-2c05dac7]{color:#cf1322}.sg-m-layout-body[data-v-2c05dac7]{min-height:calc(100vh - 48px)}.sg-m-tabbar[data-v-2c05dac7]{position:fixed;left:0;right:0;bottom:0;z-index:100;height:calc(52px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:#fff;border-top:1px solid #eef1f5;display:flex}.sg-m-tabbar-item[data-v-2c05dac7]{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#6b7280;font-size:11px;cursor:pointer}.sg-m-tabbar-item.active[data-v-2c05dac7]{color:#1576bc}.sg-m-tabbar-img[data-v-2c05dac7]{width:22px;height:22px;object-fit:contain;display:block}.sg-m-tabbar-icon[data-v-2c05dac7]{font-size:22px;line-height:1;display:block;color:currentColor}.sg-m-tabbar-label[data-v-2c05dac7]{font-size:11px;line-height:1.2}.sg-table-wrapper[data-v-01b49d0e]{width:100%}.sg-table-toolbar[data-v-01b49d0e]{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding:6px 0}.sg-table-toolbar--collapsed[data-v-01b49d0e]{flex:0 0 0;height:0;min-height:0;margin:0;padding:0;overflow:visible}.sg-table-toolbar-left[data-v-01b49d0e]{display:flex;align-items:center;gap:8px;min-width:0}.sg-table-toolbar-title[data-v-01b49d0e]{font-size:15px;font-weight:600;color:#1e293b;line-height:1.2;white-space:nowrap;margin-right:4px}.sg-table-toolbar-right[data-v-01b49d0e]{display:flex;align-items:center;gap:2px;margin-left:24px}.sg-table-toolbar-right .ant-btn[data-v-01b49d0e]{color:var(--sg-text-secondary, #64748b)}.sg-table-toolbar-right .ant-btn[data-v-01b49d0e]:hover{color:var(--sg-primary, #1576BC);background:#1576bc0f}.sg-table-toolbar-right--external[data-v-01b49d0e]{position:absolute;z-index:10;margin:0;padding:0 0 0 12px;border-left:1px solid var(--sg-border-light, #f0f0f0)}.sg-filter-dropdown[data-v-01b49d0e]{padding:8px 0;min-width:220px;max-width:280px}.sg-filter-search[data-v-01b49d0e]{padding:0 8px 8px;border-bottom:1px solid #f0f0f0}.sg-filter-body[data-v-01b49d0e]{max-height:240px;overflow-y:auto}.sg-filter-count[data-v-01b49d0e]{font-size:12px;color:#8c8c8c;padding:6px 8px 2px}.sg-filter-list[data-v-01b49d0e]{padding:0 4px}.sg-filter-list[data-v-01b49d0e] .ant-checkbox-group{display:flex;flex-direction:column;width:100%}.sg-filter-option[data-v-01b49d0e]{padding:4px;border-radius:4px;cursor:pointer;transition:background .2s}.sg-filter-option[data-v-01b49d0e]:hover{background:#f5f5f5}.sg-filter-option .ant-checkbox-wrapper[data-v-01b49d0e]{width:100%;font-size:13px;display:flex;align-items:center}.sg-filter-option .ant-checkbox+span[data-v-01b49d0e]{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sg-filter-empty[data-v-01b49d0e]{text-align:center;padding:16px 0;color:#bfbfbf;font-size:13px}.sg-filter-actions[data-v-01b49d0e]{display:flex;justify-content:space-between;align-items:center;padding:8px 8px 0;border-top:1px solid #f0f0f0;margin-top:4px}.sg-table-wrapper[data-v-01b49d0e] .ant-table-thead>tr>th{cursor:default;-webkit-user-select:none;user-select:none}.sg-table-wrapper[data-v-01b49d0e] .ant-table-thead>tr>th .ant-table-column-sorters{cursor:pointer}.sg-table-wrapper[data-v-01b49d0e] .react-resizable-handle{position:absolute;right:-5px;bottom:0;z-index:1;width:10px;height:100%;cursor:col-resize}.sg-table-wrapper[data-v-01b49d0e] .ant-table-column-sorter-up.active,.sg-table-wrapper[data-v-01b49d0e] .ant-table-column-sorter-down.active,.sg-table-wrapper[data-v-01b49d0e] .ant-table-filter-trigger.active{color:var(--sg-primary, #1576BC)}.sg-embedded-toolbar[data-v-01b49d0e]{display:inline-flex;align-items:center;gap:2px;margin-left:6px;vertical-align:middle}.sg-embedded-toolbar .ant-btn[data-v-01b49d0e]{padding:0 3px;color:#64748b;font-size:12px;height:22px;width:22px}.sg-embedded-toolbar .ant-btn[data-v-01b49d0e]:hover{color:#1576bc;background:#1576bc0f}.sg-table-wrapper[data-v-01b49d0e] .ant-table-tbody>tr>td{font-size:12px;color:#1e293b}.sg-table-wrapper[data-v-01b49d0e] .ant-table-thead>tr>th{font-size:12px}.sg-table-wrapper[data-v-01b49d0e] .ant-table-cell{white-space:nowrap}.sg-table-wrapper[data-v-01b49d0e] .ant-badge-status-text{font-size:12px;color:#1e293b}.sg-table-wrapper[data-v-01b49d0e] .ant-table-tbody .ant-btn-text{font-size:12px}.sg-table-wrapper.sg-flex-table[data-v-01b49d0e]{display:flex;flex-direction:column}.sg-table-toolbar[data-v-01b49d0e]{flex-shrink:0}.sg-flex-table>.ant-table-wrapper[data-v-01b49d0e]{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.sg-flex-table[data-v-01b49d0e] .ant-spin-nested-loading,.sg-flex-table[data-v-01b49d0e] .ant-spin-container,.sg-flex-table[data-v-01b49d0e] .ant-table,.sg-flex-table[data-v-01b49d0e] .ant-table-container{flex:1;display:flex;flex-direction:column;min-height:0}.sg-flex-table[data-v-01b49d0e] .ant-table-header{flex-shrink:0}.sg-flex-table[data-v-01b49d0e] .ant-table-body,.sg-flex-table[data-v-01b49d0e] .ant-table-content{flex:1;min-height:0;overflow:auto}.sg-flex-table[data-v-01b49d0e] .ant-table-placeholder{flex:1}.sg-flex-table[data-v-01b49d0e] .ant-table-pagination.ant-pagination{margin-top:auto!important;margin-bottom:0!important;padding:8px 0!important;border-top:1px solid #f1f5f9;flex-shrink:0}.table-actions-anchor{width:0;height:24px;flex-shrink:0}.sg-column-settings{width:220px;max-height:360px;overflow-y:auto}.sg-column-settings-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid #f0f0f0}.sg-column-settings-title{font-weight:600;font-size:12px;color:#1e293b}.sg-column-setting-item{display:flex;justify-content:space-between;align-items:center;padding:4px 0;cursor:grab;transition:background .15s,opacity .15s,border-color .15s;border-top:2px solid transparent;border-bottom:2px solid transparent}.sg-column-setting-item:hover{background:#1576bc0a;border-radius:4px}.sg-column-setting-item.sg-dragging{opacity:.4}.sg-column-setting-item.sg-drag-over{border-top-color:#1576bc}.sg-drag-handle{display:flex;align-items:center;color:#bfbfbf;font-size:12px;margin-right:4px;cursor:grab;flex-shrink:0}.sg-drag-handle:hover{color:#1576bc}.sg-column-setting-item:active,.sg-column-setting-item:active .sg-drag-handle{cursor:grabbing}.sg-column-setting-item .ant-checkbox-wrapper{flex:1;min-width:0;text-align:left}.sg-column-setting-item .ant-checkbox-wrapper .ant-checkbox+span{text-align:left}.sg-column-arrows{display:flex;gap:0}.sg-column-arrows .ant-btn{padding:0 4px;color:#94a3b8}.sg-column-arrows .ant-btn:hover{color:#1576bc}.sg-column-settings,.sg-column-settings .ant-checkbox-wrapper{font-size:12px}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}:root{--sg-primary: #1576BC;--sg-primary-hover: #1265a3;--sg-primary-active: #0e5489;--sg-primary-light: #e8f4fb;--sg-primary-bg: rgba(21, 118, 188, .08);--sg-primary-border: rgba(21, 118, 188, .3);--sg-success: #52c41a;--sg-warning: #faad14;--sg-error: #ff4d4f;--sg-info: #1576BC;--sg-text-primary: #1e293b;--sg-text-secondary: #64748b;--sg-text-tertiary: #94a3b8;--sg-text-disabled: #cbd5e1;--sg-bg-layout: #f0f5f9;--sg-bg-card: #ffffff;--sg-bg-elevated: #ffffff;--sg-bg-hover: rgba(21, 118, 188, .04);--sg-border: #e2e8f0;--sg-border-light: #f0f0f0;--sg-divider: #f0f0f0;--sg-radius-sm: 4px;--sg-radius-md: 6px;--sg-radius-lg: 8px;--sg-radius-xl: 12px;--sg-shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);--sg-shadow-md: 0 2px 8px rgba(0, 0, 0, .06);--sg-shadow-lg: 0 4px 16px rgba(0, 0, 0, .08);--sg-shadow-card: 0 1px 3px rgba(0, 0, 0, .04), 0 1px 2px rgba(0, 0, 0, .02);--sg-duration: .2s;--sg-duration-slow: .3s;--sg-easing: cubic-bezier(.4, 0, .2, 1);--sg-font-size-base: 13px;--sg-font-size-sm: 12px;--sg-font-size-md: 13px;--sg-font-size-lg: 14px;--sg-font-size-xl: 15px;--sg-font-size-xxl: 16px;--sg-font-size-stat: 28px;--sg-header-height: 52px;--sg-sider-width: 220px;--sg-sider-collapsed: 80px;--sg-content-gap: 16px}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:var(--sg-font-size-base);color:var(--sg-text-primary);background:var(--sg-bg-layout)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:#0000001f;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#0003}::-webkit-scrollbar-track{background:transparent}#nprogress .bar{background:var(--sg-primary)!important;height:3px!important}#nprogress .peg{box-shadow:0 0 10px var(--sg-primary),0 0 5px var(--sg-primary)!important}.ant-btn-primary{background:var(--sg-primary)!important;border-color:var(--sg-primary)!important;box-shadow:var(--sg-shadow-sm);transition:all var(--sg-duration) var(--sg-easing)}.ant-btn-primary:hover,.ant-btn-primary:focus{background:var(--sg-primary-hover)!important;border-color:var(--sg-primary-hover)!important;box-shadow:var(--sg-shadow-md);transform:translateY(-1px)}.ant-btn-primary:active{background:var(--sg-primary-active)!important;border-color:var(--sg-primary-active)!important;transform:translateY(0)}.ant-btn{border-radius:var(--sg-radius-md);transition:all var(--sg-duration) var(--sg-easing);cursor:pointer}.ant-btn:hover{color:var(--sg-primary);border-color:var(--sg-primary-border)}a{color:var(--sg-primary);transition:color var(--sg-duration)}a:hover{color:var(--sg-primary-hover)}.ant-table{border-radius:var(--sg-radius-lg)}.ant-table-thead>tr>th{background:var(--sg-bg-layout)!important;font-weight:600;color:var(--sg-text-primary);border-bottom:1px solid var(--sg-border);font-size:var(--sg-font-size-md);padding:12px 16px!important}.ant-table-tbody>tr>td{padding:12px 16px!important;font-size:var(--sg-font-size-base);transition:background var(--sg-duration)}.ant-table-tbody>tr:hover>td{background:var(--sg-primary-bg)!important}.ant-table-tbody>tr:last-child>td{border-bottom:none}.ant-card{border-radius:var(--sg-radius-lg);box-shadow:var(--sg-shadow-card);border:1px solid var(--sg-border-light);transition:box-shadow var(--sg-duration-slow) var(--sg-easing)}.ant-card:hover{box-shadow:var(--sg-shadow-md)}.ant-card-head{border-bottom:1px solid var(--sg-border-light);padding:0 20px!important;min-height:44px}.ant-card-head-title{font-weight:600;font-size:var(--sg-font-size-xl);color:var(--sg-text-primary)}.ant-card-body{padding:20px}.ant-tag{border-radius:var(--sg-radius-sm);font-size:var(--sg-font-size-sm);padding:2px 8px}.ant-input,.ant-input-affix-wrapper,.ant-select-selector,.ant-picker{border-radius:var(--sg-radius-md)!important;border-color:var(--sg-border)!important;transition:all var(--sg-duration) var(--sg-easing)!important}.ant-input:focus,.ant-input-focused,.ant-input-affix-wrapper:focus,.ant-input-affix-wrapper-focused,.ant-select-focused .ant-select-selector{border-color:var(--sg-primary)!important;box-shadow:0 0 0 2px #1576bc26!important}body.ant-scrolling-effect{padding-right:0!important}.ant-modal-content{border-radius:var(--sg-radius-xl);box-shadow:var(--sg-shadow-lg);overflow:hidden}.ant-modal-header{border-bottom:1px solid var(--sg-border-light);padding:16px 24px;cursor:move;-webkit-user-select:none;user-select:none}.ant-modal-title{font-weight:600;font-size:var(--sg-font-size-xxl);pointer-events:none}.ant-modal-title button,.ant-modal-title .ant-btn,.ant-modal-title a,.ant-modal-title input,.ant-modal-title textarea,.ant-modal-title select,.ant-modal-title .ant-select,.ant-modal-title .ant-checkbox-wrapper,.ant-modal-title .ant-radio-wrapper,.ant-modal-title .ant-switch,.ant-modal-title .ant-modal-close{pointer-events:auto}.ant-modal-body{padding:24px}.ant-modal-footer{border-top:1px solid var(--sg-border-light);padding:12px 24px}.ant-pagination-item-active{border-color:var(--sg-primary)!important}.ant-pagination-item-active a{color:var(--sg-primary)!important}.ant-form-item-label>label{font-weight:500;font-size:var(--sg-font-size-md);color:var(--sg-text-primary)}.ant-breadcrumb a{color:var(--sg-text-secondary);transition:color var(--sg-duration)}.ant-breadcrumb a:hover{color:var(--sg-primary)}.ant-descriptions-item-label{font-weight:500;color:var(--sg-text-secondary)}.ant-switch-checked{background:var(--sg-primary)!important}.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--sg-primary)!important;font-weight:600}.ant-tabs-ink-bar{background:var(--sg-primary)!important}.page-container{padding:0}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--sg-border-light)}.page-header h3{font-size:var(--sg-font-size-xxl);font-weight:600;color:var(--sg-text-primary);margin:0;position:relative;padding-left:12px}.page-header h3:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:16px;background:var(--sg-primary);border-radius:2px}.toolbar{display:flex;gap:12px;align-items:center}.active-item{background:var(--sg-primary-light)!important;border-radius:var(--sg-radius-md)}.stat-card{border-radius:var(--sg-radius-lg);overflow:hidden;position:relative;transition:all var(--sg-duration-slow) var(--sg-easing)}.stat-card:hover{transform:translateY(-2px);box-shadow:var(--sg-shadow-lg)}.stat-card .stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px;color:#fff}.stat-card .stat-value{font-size:var(--sg-font-size-stat);font-weight:700;color:var(--sg-text-primary);line-height:1.2}.stat-card .stat-label{font-size:var(--sg-font-size-md);color:var(--sg-text-secondary);margin-top:2px}.ant-input,.ant-input-affix-wrapper .ant-input,.ant-select,.ant-picker,.ant-input-number,.ant-textarea{font-size:var(--sg-font-size-base)!important}.ant-checkbox-wrapper,.ant-radio-wrapper,.ant-descriptions-item-label,.ant-descriptions-item-content,.ant-tabs-tab{font-size:var(--sg-font-size-base)}.ant-tabs-tab-active .ant-tabs-tab-btn{font-size:var(--sg-font-size-md)}.ant-dropdown-menu-item,.ant-menu-item,.ant-select-item,.ant-message-notice-content,.ant-notification-notice-message,.ant-modal-body,.ant-card-body,.ant-alert-message{font-size:var(--sg-font-size-base)}.ant-alert-description{font-size:var(--sg-font-size-sm)}.ant-steps-item-title,.ant-breadcrumb,.ant-popover-inner-content{font-size:var(--sg-font-size-base)}.fade-enter-active,.fade-leave-active{transition:opacity var(--sg-duration-slow) var(--sg-easing)}.fade-enter-from,.fade-leave-to{opacity:0}.act-more-btn{display:inline-flex;align-items:center;gap:4px;border-radius:6px}.act-more-btn .anticon-down{font-size:10px;color:currentColor}.modal-font12 .ant-modal-body{font-size:12px}.modal-font12 .ant-modal-body .ant-form-item-label>label{font-size:12px!important}.modal-font12 .ant-modal-body .ant-input,.modal-font12 .ant-modal-body textarea.ant-input,.modal-font12 .ant-modal-body .ant-select,.modal-font12 .ant-modal-body .ant-select-selector{font-size:12px!important}.modal-font12 .ant-modal-body .ant-select-selection-item,.modal-font12 .ant-modal-body .ant-select-selection-placeholder,.modal-font12 .ant-modal-body .ant-input-number,.modal-font12 .ant-modal-body .ant-input-number-input{font-size:12px}.modal-font12 .ant-modal-body .ant-picker,.modal-font12 .ant-modal-body .ant-picker-input>input{font-size:12px}.modal-font12 .ant-modal-body .ant-radio-wrapper,.modal-font12 .ant-modal-body .ant-checkbox-wrapper,.modal-font12 .ant-modal-body .ant-form-item-explain,.modal-font12 .ant-modal-body .ant-form-item-extra,.modal-font12 .ant-modal-body .ant-descriptions-item-label,.modal-font12 .ant-modal-body .ant-descriptions-item-content,.modal-font12 .ant-modal-body .ant-alert-message,.modal-font12 .ant-modal-body .ant-alert-description,.modal-font12 .ant-modal-body .ant-steps-item-title,.modal-font12 .ant-modal-body .ant-statistic-title,.modal-font12 .ant-modal-body .ant-table{font-size:12px}.modal-font12 .ant-modal-body .ant-table-thead>tr>th,.modal-font12 .ant-modal-body .ant-table-tbody>tr>td{font-size:12px}.visit-modal .ant-modal-body .ant-form-item{margin-bottom:8px}.visit-modal .ant-modal-body .ai-toolbar{margin-bottom:12px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
