:root{--color-primary:#409eff;--color-primary-light:#66b1ff;--color-primary-lighter:#a0cfff;--color-primary-dark:#337ecc;--color-primary-darker:#2b5f9a;--color-success:#67c23a;--color-warning:#e6a23c;--color-danger:#f56c6c;--color-info:#909399;--color-error:#f56c6c;--color-text-primary:#303133;--color-text-regular:#606266;--color-text-secondary:#909399;--color-text-placeholder:#c0c4cc;--color-border-base:#dcdfe6;--color-border-light:#e4e7ed;--color-border-lighter:#ebeef5;--color-border-extra-light:#f2f6fc;--color-bg-base:#f5f7fa;--color-bg-light:#fafafa;--color-bg-lighter:#fff;--color-bg-dark:#2b2b2b;--color-bg-darker:#1e1e1e;--color-shadow-light:rgba(0,0,0,.1);--color-shadow-base:rgba(0,0,0,.15);--color-shadow-dark:rgba(0,0,0,.2);--font-family-base:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";--font-size-extra-large:1.5rem;--font-size-large:1.25rem;--font-size-medium:1rem;--font-size-base:0.875rem;--font-size-small:0.75rem;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-normal:1.5;--spacing-xs:0.25rem;--spacing-sm:0.5rem;--spacing-md:0.75rem;--spacing-base:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--radius-sm:0.25rem;--radius-base:0.5rem;--transition-base:0.3s ease;--color-monitor-bg:#0a1929;--color-monitor-text:#fff;--color-monitor-card-bg:hsla(0,0%,100%,.05);--color-monitor-card-border:hsla(0,0%,100%,.1);--layout-sidebar-width:200px;--layout-header-height:60px;--layout-mobile-header-height:50px;--layout-sidebar-bg:#304156;--layout-sidebar-logo-bg:#2b3a4a;--layout-sidebar-hover:#263445;--layout-sidebar-text:#bfcbd9;--layout-sidebar-text-active:#fff;--layout-content-bg:#f0f2f5;--z-index-fixed:1030;--shadow-sm:0 2px 4px var(--color-shadow-light)}*{margin:0;padding:0;box-sizing:border-box}body,html{font-family:var(--font-family-base);font-size:var(--font-size-base);line-height:var(--line-height-normal);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app,body,html{width:100%;height:100%}@media (max-width:768px){.el-drawer__body{padding:10px}}