:root{--color-primary: #07c160;--color-success: #07c160;--color-warning: #ffa500;--color-error: #ff4444;--color-info: #1890ff;--color-text-primary: #000000;--color-text-secondary: #666666;--color-text-tertiary: #999999;--color-text-disabled: #cccccc;--color-bg-primary: #ffffff;--color-bg-secondary: #f5f5f5;--color-bg-tertiary: #fafafa;--color-bg-hover: #e8f5e9;--color-border: #d9d9d9;--color-border-light: #e8e8e8;--color-border-lighter: #f0f0f0;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 8px 0 rgba(0, 0, 0, .1);--shadow-lg: 0 8px 16px 0 rgba(0, 0, 0, .15);--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 8px;--radius-circle: 50%;--sidebar-width: 260px;--middle-panel-width: 320px;--z-index-dropdown: 1000;--z-index-modal: 1050;--z-index-popover: 1060;--z-index-tooltip: 1070}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Microsoft YaHei,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:1.5715;color:var(--color-text-primary);background-color:var(--color-bg-secondary)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-bg-tertiary)}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.text-center{text-align:center}.text-right{text-align:right}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.hidden{display:none}.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.clickable{cursor:pointer;-webkit-user-select:none;user-select:none}.clickable:hover{opacity:.8}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.fade-in{animation:fadeIn .3s ease-in}.slide-in-right{animation:slideInRight .3s ease-out}#root{width:100%;height:100vh;overflow:hidden}.ant-layout{background:var(--color-bg-primary)}.ant-layout-sider{border-right:1px solid var(--color-border-light)}.ant-menu-item-selected{background-color:var(--color-bg-hover)!important}.app-container{width:100%;height:100vh;display:flex;flex-direction:column}.main-content{flex:1;overflow:hidden;display:flex}@media (max-width: 1400px){:root{--sidebar-width: 80px}}@media (max-width: 1000px){:root{--middle-panel-width: 100%}}.wx-root,.wx-root *{box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,Helvetica Neue,Helvetica,Hiragino Sans GB,sans-serif}.wx-root{color:#111;-webkit-font-smoothing:antialiased}.wx-scroll{overflow-y:auto;scrollbar-width:thin}.wx-scroll::-webkit-scrollbar{width:6px;height:6px}.wx-scroll::-webkit-scrollbar-thumb{background:#00000026;border-radius:3px}.wx-scroll::-webkit-scrollbar-track{background:transparent}.wx-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wx-ellipsis-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.wx-btn{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .12s,opacity .12s}.wx-btn:active{opacity:.8}.wx-editable:hover{background:#f5f5f5}.wx-input{font-family:inherit;font-size:14px;outline:none;border:1px solid #e5e5e5;border-radius:4px;padding:8px 10px;background:#fff}.wx-input:focus{border-color:#07c160}.wx-tag{display:inline-flex;align-items:center;font-size:12px;padding:2px 8px;border-radius:2px;line-height:18px}@keyframes wx-toast-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes wx-toast-out{to{opacity:0;transform:translateY(-4px)}}@keyframes wx-spin{to{transform:rotate(360deg)}}.wx-app-shell{width:100vw;height:100vh;background:#fff;display:flex;overflow:hidden}@media (max-width: 768px){.wx-app-shell{display:none}.wx-mobile-block{display:flex;width:100vw;height:100vh;align-items:center;justify-content:center;flex-direction:column;gap:12px;padding:40px;text-align:center;color:#5a5a5a;font-size:14px;background:linear-gradient(135deg,#f5f5f5,#e3f2e9)}}@media (min-width: 769px){.wx-mobile-block{display:none}}
