@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{width:100%;height:100vh}html.dark-theme{color-scheme:dark}html.dark-theme body{background-color:#1a1a1a;color:#e0e0e0}html.color-weak{filter:invert(80%)}html.gray-mode{filter:grayscale(100%)}:root{--border-radius: 8px;--border-radius-small: 4px;--primary-color: #1890ff;--primary-color-light: rgba(24, 144, 255, .1);--primary-color-lighter: rgba(24, 144, 255, .05);--bg-color: #f0f2f5;--text-color: #333333;--text-color-secondary: #666666;--text-color-tertiary: #999999;--card-bg: #ffffff;--sidebar-bg: #ffffff;--header-bg: #ffffff;--border-color: #f0f0f0;--border-color-light: #e8e8e8;--hover-bg: #f5f5f5;--hover-bg-light: #e8e8e8;--active-bg: var(--primary-color-light);--shadow-color: rgba(0, 0, 0, .05)}html.dark-theme{--bg-color: #0d1117;--text-color: #ffffff;--text-color-secondary: #e6edf3;--text-color-tertiary: #b0b8c4;--card-bg: #161b22;--sidebar-bg: #161b22;--header-bg: #161b22;--border-color: #30363d;--border-color-light: #21262d;--hover-bg: #21262d;--hover-bg-light: #30363d;--shadow-color: rgba(0, 0, 0, .3)}svg{width:18px;height:18px}.gn-page{width:100%;max-width:100%;min-height:calc(100vh - 81px);margin-top:6px}.has-footer .gn-page{min-height:calc(100vh - 149px)}.has-tabs .gn-page{min-height:calc(100vh - 115px)}.has-tabs.has-footer .gn-page{min-height:calc(100vh - 189px)}.table-wrapper{min-height:300px;width:100%}.search-card .n-form-item .n-form-item-feedback-wrapper{display:none}.search-card,.n-card{border-radius:8px}.table-card{margin-top:-5px;border-radius:8px}.table-header{display:flex;justify-content:space-between;align-items:center;width:100%}.table-title{font-size:14px;font-weight:600}.table-tools{display:flex;gap:8px}.n-card__header{padding:16px 20px;border-bottom:1px solid #f0f0f0}.n-card__content{padding:20px}.n-pagination{margin-top:16px;justify-content:flex-end}.clearfix:after{content:"";display:table;clear:both}.flex-center{display:flex;justify-content:center;align-items:center}.flex-between{display:flex;justify-content:space-between;align-items:center}.n-base-selection-tag-wrapper{max-width:65%}.n-checkbox:hover .n-checkbox-box .n-checkbox-box__border{border:1px solid #1890ff}
