:root{--primary-color: #2080f0;--primary-color-hover: #4098fc;--primary-color-pressed: #1060c9;--success-color: #5cb574;--warning-color: #f0a020;--error-color: #f53f3f;--layout-header-height: 56px;--layout-tabbar-height: 36px;--layout-sidebar-width: 230px;--layout-sidebar-collapsed-width: 64px;--text-color: rgba(0, 0, 0, .88);--text-color-secondary: rgba(0, 0, 0, .6);--text-color-tertiary: rgba(0, 0, 0, .4);--bg-color: #ffffff;--bg-color-page: #f5f7fa;--border-color: #efeff5}[data-theme=dark]{--text-color: rgba(255, 255, 255, .88);--text-color-secondary: rgba(255, 255, 255, .6);--text-color-tertiary: rgba(255, 255, 255, .4);--bg-color: #18181c;--bg-color-page: #101014;--border-color: #2d2d30}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;font-size:14px;color:var(--text-color);background-color:var(--bg-color-page);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{height:100%}a{color:inherit;text-decoration:none}ul,ol{list-style:none;margin:0;padding:0}img{max-width:100%;display:block}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:#00000026;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#0000004d}::-webkit-scrollbar-track{background:transparent}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#ffffff26}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#ffffff4d}@media(max-width:767px){.n-modal{max-width:calc(100vw - 24px)!important}.n-drawer{max-width:100vw!important}.n-card{--n-padding-left: 14px !important;--n-padding-right: 14px !important;--n-padding-top: 14px !important;--n-padding-bottom: 14px !important}.n-pagination{flex-wrap:wrap;row-gap:6px}}.h-full{height:100%}.w-full{width:100%}.flex{display:flex}.flex-1{flex:1}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.mt-3{margin-top:12px}.mt-4{margin-top:16px}.text-sm{font-size:12px}.font-medium{font-weight:500}.font-bold{font-weight:600}.cursor-pointer{cursor:pointer}
