html,body,#app{width:100%;height:100%;margin:0;padding:0}html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Microsoft YaHei,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,.n-layout,.n-card,.n-button,.n-input,.n-data-table{transition:background-color .25s ease,border-color .25s ease,color .15s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{width:100%;height:100%;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Microsoft YaHei,sans-serif}body{overflow-x:hidden}a{text-decoration:none;color:inherit}ul,ol{list-style:none}img{max-width:100%;height:auto}button{cursor:pointer;border:none;background:none;font-family:inherit}input,textarea,select{font-family:inherit;outline:none}#app{width:100%;height:100%}:root{--primary-color: #4648d4;--primary-color-hover: #6063ee;--primary-color-pressed: #2f2ebe;--primary-color-suppl: #8083ff;--bg-color: #f8f9ff;--bg-color-card: #ffffff;--bg-color-sidebar: #213145;--text-color-1: #0b1c30;--text-color-2: #464554;--text-color-3: #767586;--text-color-disabled: #94a3b8;--border-color: #E2E8F0;--hover-color: rgba(70, 72, 212, .06);--card-color: #ffffff;--shadow-sm: 0 1px 3px rgba(70, 72, 212, .04);--shadow-md: 0 4px 12px rgba(70, 72, 212, .06);--shadow-lg: 0 12px 32px rgba(70, 72, 212, .1);--sidebar-width: 240px;--sidebar-collapsed-width: 64px;--header-height: 56px;--lm-primary: #4648d4;--lm-on-primary: #ffffff;--lm-surface: #f8f9ff;--lm-surface-card: #ffffff;--lm-on-surface: #0b1c30;--lm-on-surface-variant: #464554;--lm-outline: #767586;--lm-outline-variant: #c7c4d7;--lm-border: #E2E8F0;--lm-hover: rgba(70, 72, 212, .06);--lm-bg-content: #f8f9ff;--lm-primary-light: rgba(70, 72, 212, .1);--lm-primary-container: #6063ee;--lm-inverse-surface: #213145;--lm-inverse-on-surface: #eaf1ff;--lm-primary-fixed: #e1e0ff;--lm-on-primary-container: #c0c1ff}html.dark{--primary-color: #6063ee;--primary-color-hover: #8083ff;--primary-color-pressed: #4648d4;--primary-color-suppl: #a0a3ff;--bg-color: #0b1c30;--bg-color-card: rgba(33, 49, 69, .7);--bg-color-sidebar: #213145;--text-color-1: #eaf1ff;--text-color-2: #94a3b8;--text-color-3: #64748b;--text-color-disabled: #475569;--border-color: rgba(255, 255, 255, .08);--hover-color: rgba(96, 99, 238, .12);--card-color: rgba(33, 49, 69, .7);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .2);--shadow-md: 0 4px 12px rgba(0, 0, 0, .3);--shadow-lg: 0 12px 32px rgba(0, 0, 0, .4);--lm-primary: #6063ee;--lm-on-primary: #ffffff;--lm-surface: #0b1c30;--lm-surface-card: rgba(33, 49, 69, .7);--lm-on-surface: #eaf1ff;--lm-on-surface-variant: #94a3b8;--lm-outline: #475569;--lm-outline-variant: rgba(199, 196, 215, .15);--lm-border: rgba(255, 255, 255, .08);--lm-hover: rgba(96, 99, 238, .12);--lm-bg-content: #0b1c30;--lm-primary-light: rgba(96, 99, 238, .15);--lm-primary-container: #6063ee;--lm-inverse-surface: #0b1c30;--lm-inverse-on-surface: #eaf1ff;--lm-primary-fixed: #c0c1ff;--lm-on-primary-container: #c0c1ff}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#4648d426;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#4648d44d}html.dark ::-webkit-scrollbar-thumb{background:#ffffff1a}html.dark ::-webkit-scrollbar-thumb:hover{background:#fff3}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cursor-pointer{cursor:pointer}.fade-enter-active,.fade-leave-active{transition:opacity .2s ease}.fade-enter-from,.fade-leave-to{opacity:0}.slide-enter-active,.slide-leave-active{transition:transform .3s ease}.slide-enter-from,.slide-leave-to{transform:translate(-100%)}
