#app{width:100%;height:100%;min-height:100vh}:root{--bool-color-primary: #40a0ff;--bool-color-primary-light: #eafbff;--bool-color-success: #13ce66;--bool-color-warning: #ffba00;--bool-color-danger: #ff4949;--bool-color-text-primary: #303133;--bool-color-text-regular: #606266;--bool-color-text-secondary: #909399;--bool-color-text-placeholder: #c0c4cc;--bool-bg-base: #ffffff;--bool-bg-hover: #f5f7fa;--bool-border-color-base: #dcdfe6;--bool-border-color-light: #e4e7ed;--brand-gradient: linear-gradient(135deg, #40a0ff 0%, #2979ff 100%)}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;font-family:PingFang SC,Helvetica Neue,Microsoft YaHei,Arial,sans-serif;color:var(--bool-color-text-primary);background:var(--bool-bg-hover);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--bool-color-primary);text-decoration:none}button{font-family:inherit;cursor:pointer}input{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-track{background:transparent}
