html,body{width:100%;height:100%}input::-ms-clear{display:none}input::-ms-reveal{display:none}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:#0000;font-family:sans-serif;line-height:1.15}@-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;cursor:help;border-bottom:0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}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{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}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{text-align:left;caption-side:bottom;padding-top:.75em;padding-bottom:.3em}input,button,select,optgroup,textarea{color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}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{resize:vertical;overflow:auto}fieldset{border:0;min-width:0;margin:0;padding:0}legend{width:100%;max-width:100%;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal;margin-bottom:.5em;padding:0;display:block}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[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{background-color:#feffe6;padding:.2em}#app{background:#f0f2f5;min-height:100vh}:root{--primary:#1a5fb4;--primary-light:#1a73e8;--secondary:#ff7d00;--bg:#f5f7fa;--card-bg:#fff;--text-primary:#333;--text-secondary:#666;--text-weak:#999;--border:#e5e5e5;--success:#07c160;--warning:#ff9500;--danger:#ff3b30;--sidebar-width:240px;--sidebar-bg:#1e3a5f;--sidebar-collapsed-width:80px;--header-height:64px;--border-radius-sm:4px;--border-radius-md:8px;--border-radius-lg:12px;--shadow-sm:0 1px 2px #0000000f;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 8px 24px #0000001f;--transition-fast:.2s ease;--transition-normal:.3s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;color:var(--text-primary);background-color:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.6}#app{width:100%;height:100%}a{color:var(--primary);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--primary-light)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}::selection{background:var(--primary);color:#fff}.ant-btn-primary{background-color:var(--primary)!important;border-color:var(--primary)!important}.ant-btn-primary:hover{background-color:var(--primary-light)!important;border-color:var(--primary-light)!important}.text-center{text-align:center}.text-right{text-align:right}.text-ellipsis{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.page-container{background:var(--card-bg);border-radius:var(--border-radius-md);min-height:calc(100vh - var(--header-height) - 48px);padding:24px}.page-title{color:var(--text-primary);margin-bottom:24px;font-size:20px;font-weight:600}@media (width<=768px){.page-container{min-height:calc(100vh - var(--header-height) - 32px);padding:16px}.page-title{margin-bottom:16px;font-size:18px}}:root{--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--breakpoint-xxl:1400px}@supports (padding:max(0px)){.safe-area{padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}.safe-area-top{padding-top:env(safe-area-inset-top)}.safe-area-bottom{padding-bottom:env(safe-area-inset-bottom)}}@media (width<=768px){button,.ant-btn,.ant-input-search-button,.ant-pagination-item,.ant-select-selector,.ant-checkbox,.ant-radio{min-width:44px;min-height:44px}.ant-input,.ant-input-password,.ant-select{min-height:44px}a,.ant-menu-item,.ant-list-item,.ant-table-cell{align-items:center;min-height:44px;display:flex}body{-webkit-overflow-scrolling:touch;overflow-scrolling:touch}.scrollable{-webkit-overflow-scrolling:touch;overflow-scrolling:touch;overflow:hidden auto}.no-bounce{overscroll-behavior:contain}.ant-table-body,.message-list,.sidebar-menu{-webkit-overflow-scrolling:touch;overflow-scrolling:touch}.no-select{-webkit-user-select:none;user-select:none}.touch-feedback{-webkit-tap-highlight-color:#0000001a;transition:all .2s}.touch-feedback:active{opacity:.8;transform:scale(.97)}.ant-btn.touch-feedback:active,a.touch-feedback:active{transform:scale(.97)}.ant-list-item.touch-feedback:active{background-color:#0000000d}.ant-tag.touch-feedback:active{transform:scale(.97)}.ant-table-tbody>tr>td{min-height:44px}.ant-tag{padding:6px 12px;font-size:14px}.ant-badge{font-size:14px}.ant-pagination-item{margin:0 4px}.ant-breadcrumb-link{font-size:14px}.ant-dropdown-menu-item{min-height:44px;line-height:44px}}
